Re: [Qemu-devel] [PULL 5/5] usb-mtp: Advertise SendObjectInfo for write support

2018-04-27 Thread Peter Maydell
On 27 February 2018 at 08:39, Gerd Hoffmann wrote: > From: Bandan Das > > This patch implements a dummy ObjectInfo structure so that > it's easy to typecast the incoming data. If the metadata is > valid, write_pending is set. Also, the incoming filename > is utf-16, so, instead of depending on ex

Re: [Qemu-devel] [PULL 5/5] usb-mtp: Advertise SendObjectInfo for write support

2018-04-27 Thread Peter Maydell
On 27 February 2018 at 08:39, Gerd Hoffmann wrote: > From: Bandan Das > > This patch implements a dummy ObjectInfo structure so that > it's easy to typecast the incoming data. If the metadata is > valid, write_pending is set. Also, the incoming filename > is utf-16, so, instead of depending on ex

[Qemu-devel] [PULL 5/5] usb-mtp: Advertise SendObjectInfo for write support

2018-02-27 Thread Gerd Hoffmann
From: Bandan Das This patch implements a dummy ObjectInfo structure so that it's easy to typecast the incoming data. If the metadata is valid, write_pending is set. Also, the incoming filename is utf-16, so, instead of depending on external libraries, just implement a simple function to get the f

[Qemu-devel] [PULL 5/5] usb-mtp: Advertise SendObjectInfo for write support

2018-02-20 Thread Gerd Hoffmann
From: Bandan Das This patch implements a dummy ObjectInfo structure so that it's easy to typecast the incoming data. If the metadata is valid, write_pending is set. Also, the incoming filename is utf-16, so, instead of depending on external libraries, just implement a simple function to get the f