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