Re: [Qemu-devel] [PULL 4/5] usb-mtp: Introduce write support for MTP objects

2018-04-30 Thread Bandan Das
Peter Maydell writes: > On 27 February 2018 at 08:39, Gerd Hoffmann wrote: >> From: Bandan Das >> >> Allow write operations on behalf of the initiator. The >> precursor to write is the sending of the write metadata >> that consists of the ObjectInfo dataset. This patch introduces >> a flag that

Re: [Qemu-devel] [PULL 4/5] usb-mtp: Introduce write support for MTP objects

2018-04-27 Thread Peter Maydell
On 27 February 2018 at 08:39, Gerd Hoffmann wrote: > From: Bandan Das > > Allow write operations on behalf of the initiator. The > precursor to write is the sending of the write metadata > that consists of the ObjectInfo dataset. This patch introduces > a flag that is set when the responder is re

[Qemu-devel] [PULL 4/5] usb-mtp: Introduce write support for MTP objects

2018-02-27 Thread Gerd Hoffmann
From: Bandan Das Allow write operations on behalf of the initiator. The precursor to write is the sending of the write metadata that consists of the ObjectInfo dataset. This patch introduces a flag that is set when the responder is ready to receive write data based on a previous SendObjectInfo op

Re: [Qemu-devel] [PULL 4/5] usb-mtp: Introduce write support for MTP objects

2018-02-20 Thread Bandan Das
Eric Blake writes: > On 02/20/2018 09:28 AM, Gerd Hoffmann wrote: >> From: Bandan Das >> >> Allow write operations on behalf of the initiator. The >> precursor to write is the sending of the write metadata >> that consists of the ObjectInfo dataset. This patch introduces >> a flag that is set wh

Re: [Qemu-devel] [PULL 4/5] usb-mtp: Introduce write support for MTP objects

2018-02-20 Thread Eric Blake
On 02/20/2018 09:28 AM, Gerd Hoffmann wrote: From: Bandan Das Allow write operations on behalf of the initiator. The precursor to write is the sending of the write metadata that consists of the ObjectInfo dataset. This patch introduces a flag that is set when the responder is ready to receive w

[Qemu-devel] [PULL 4/5] usb-mtp: Introduce write support for MTP objects

2018-02-20 Thread Gerd Hoffmann
From: Bandan Das Allow write operations on behalf of the initiator. The precursor to write is the sending of the write metadata that consists of the ObjectInfo dataset. This patch introduces a flag that is set when the responder is ready to receive write data based on a previous SendObjectInfo op