From: Isaac Lozano <109lozanoi@gmail.com>
To: qemu-devel@nongnu.org
Cc: Isaac Lozano <109lozanoi@gmail.com>, bsd@redhat.com, kraxel@redhat.com
Subject: [Qemu-devel] [PATCH v2 0/2] usb-mtp: Added support for sending files larger than 4gb
Date: Thu, 21 Jul 2016 02:56:32 -0700 [thread overview]
Message-ID: <cover.1468876280.git.109lozanoi@gmail.com> (raw)
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
next reply other threads:[~2016-07-21 9:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-21 9:56 Isaac Lozano [this message]
2016-07-21 9:56 ` [Qemu-devel] [PATCH v2 1/2] usb-mtp: fix sending files larger than 4gb 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1468876280.git.109lozanoi@gmail.com \
--to=109lozanoi@gmail.com \
--cc=bsd@redhat.com \
--cc=kraxel@redhat.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.