qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/2] usb-mtp: Added support for sending files lar


From: Isaac Lozano
Subject: [Qemu-devel] [PATCH v3 0/2] usb-mtp: Added support for sending files larger than 4gb
Date: Sat, 6 Aug 2016 03:06:00 -0700

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]