All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v2 0/2] usb-mtp: Added support for sending files larger than 4gb
@ 2016-07-21  9:56 Isaac Lozano
  2016-07-21  9:56 ` [Qemu-devel] [PATCH v2 1/2] usb-mtp: fix " Isaac Lozano
  2016-07-21  9:56 ` [Qemu-devel] [PATCH v2 2/2] usb-mtp: added object properties Isaac Lozano
  0 siblings, 2 replies; 5+ messages in thread
From: Isaac Lozano @ 2016-07-21  9:56 UTC (permalink / raw)
  To: qemu-devel; +Cc: Isaac Lozano, bsd, kraxel

Added support for sending files larger than 4gb from the host
to the guest. The first patch adds support on Linux guests.
The second patch is to add support on Windows guests. Windows
requires object properties to read the file size from.

We have to implement a minimum set of commands and object properties
to support object properties, though. But most of the properties
are data that we already have access to.

Isaac Lozano (2):
  usb-mtp: fix sending files larger than 4gb
  usb-mtp: added object properties

 hw/usb/dev-mtp.c | 197 +++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 file changed, 192 insertions(+), 5 deletions(-)

-- 
2.9.0

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2016-07-27 20:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21  9:56 [Qemu-devel] [PATCH v2 0/2] usb-mtp: Added support for sending files larger than 4gb Isaac Lozano
2016-07-21  9:56 ` [Qemu-devel] [PATCH v2 1/2] usb-mtp: fix " Isaac Lozano
2016-07-27 20:30   ` Bandan Das
2016-07-21  9:56 ` [Qemu-devel] [PATCH v2 2/2] usb-mtp: added object properties Isaac Lozano
2016-07-27 20:41   ` Bandan Das

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.