From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50908) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGpL-00038b-A5 for qemu-devel@nongnu.org; Mon, 05 May 2014 07:13:00 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WhGpD-0005Jy-Q7 for qemu-devel@nongnu.org; Mon, 05 May 2014 07:12:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:56358) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WhGpD-0005JX-Hy for qemu-devel@nongnu.org; Mon, 05 May 2014 07:12:47 -0400 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s45BCkQU019361 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 5 May 2014 07:12:46 -0400 From: Gerd Hoffmann Date: Mon, 5 May 2014 13:12:29 +0200 Message-Id: <1399288360-29897-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 00/10] usb patch queue List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, Here comes the next usb patch queue pull, featuring a bunch of mtp bugfixes and ohci live migration support. please pull, Gerd The following changes since commit fdaad4715ae9e998fd0595bedfb16fdaf0c68ccc: Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140501' into staging (2014-05-02 11:32:00 +0100) are available in the git repository at: git://git.kraxel.org/qemu tags/pull-usb-6 for you to fetch changes up to 8ebb87635790e7033e19e9a26e8c5eef22560bcc: usb: mtp: reply INCOMPLETE_TRANSFER on read errors (2014-05-05 12:58:02 +0200) ---------------------------------------------------------------- ohci live migration. mtp bugfixes. ---------------------------------------------------------------- Alexey Kardashevskiy (1): usb-ohci: Add vmstate descriptor Gerd Hoffmann (9): usb: mtp: replace debug printfs with trace points usb: mtp: fix usb_mtp_add_u64 usb: mtp: fix version (is decimal not bcd) usb: mtp: fix serial (must be exact 32 chars) usb: mtp: fix error path memory leak usb: mtp: avoid empty description string usb: mtp: drop data-out hexdump usb: mtp: fix possible buffer overflow usb: mtp: reply INCOMPLETE_TRANSFER on read errors hw/usb/dev-mtp.c | 35 ++++++++++------ hw/usb/hcd-ohci.c | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++---- trace-events | 3 ++ 3 files changed, 137 insertions(+), 20 deletions(-)