From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57744) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from <109lozanoi@gmail.com>) id 1bQAit-0005U4-Hh for qemu-devel@nongnu.org; Thu, 21 Jul 2016 05:56:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from <109lozanoi@gmail.com>) id 1bQAiq-0003bu-By for qemu-devel@nongnu.org; Thu, 21 Jul 2016 05:56:55 -0400 Received: from mail-pa0-x243.google.com ([2607:f8b0:400e:c03::243]:33307) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from <109lozanoi@gmail.com>) id 1bQAiq-0003bn-4w for qemu-devel@nongnu.org; Thu, 21 Jul 2016 05:56:52 -0400 Received: by mail-pa0-x243.google.com with SMTP id q2so4985089pap.0 for ; Thu, 21 Jul 2016 02:56:51 -0700 (PDT) From: Isaac Lozano <109lozanoi@gmail.com> Date: Thu, 21 Jul 2016 02:56:32 -0700 Message-Id: Subject: [Qemu-devel] [PATCH v2 0/2] usb-mtp: Added support for sending files larger than 4gb List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Isaac Lozano <109lozanoi@gmail.com>, bsd@redhat.com, kraxel@redhat.com 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