All of lore.kernel.org
 help / color / mirror / Atom feed
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 v3 0/2] usb-mtp: Added support for sending files larger than 4gb
Date: Sat,  6 Aug 2016 03:06:00 -0700	[thread overview]
Message-ID: <cover.1470477265.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

             reply	other threads:[~2016-08-06 10:06 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-06 10:06 Isaac Lozano [this message]
2016-08-06 10:06 ` [Qemu-devel] [PATCH v3 2/2] usb-mtp: added object properties Isaac Lozano
2016-09-07 11:56   ` Gerd Hoffmann
2016-11-15 21:55     ` 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.1470477265.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.