From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44918) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjReI-00024w-Vy for qemu-devel@nongnu.org; Mon, 03 Jun 2013 06:06:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UjReF-00063B-Fp for qemu-devel@nongnu.org; Mon, 03 Jun 2013 06:05:57 -0400 Received: from mx1.redhat.com ([209.132.183.28]:7350) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UjReD-00062j-VY for qemu-devel@nongnu.org; Mon, 03 Jun 2013 06:05:54 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r53A5qvd017026 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 3 Jun 2013 06:05:53 -0400 From: Gerd Hoffmann Date: Mon, 3 Jun 2013 12:05:44 +0200 Message-Id: <1370253951-12323-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/7] 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 is the usb patch queue, bringing two little bug fixes and live migration support for xhci. cheers, Gerd The following changes since commit f10acc8b38d65a66ffa0588a036489d7fa6a593e: tcx: Fix 24-bit display mode (2013-06-02 16:45:40 +0000) are available in the git repository at: git://git.kraxel.org/qemu usb.83 for you to fetch changes up to 37352df30fbc38d1de464db8927536d5e36cf52a: xhci: add live migration support (2013-06-03 11:38:03 +0200) ---------------------------------------------------------------- Ed Maste (1): host-libusb: Correct test for USB packet state Gerd Hoffmann (5): pci: add VMSTATE_MSIX xhci: add XHCISlot->addressed xhci: add xhci_alloc_epctx xhci: add xhci_init_epctx xhci: add live migration support Michael Marineau (1): Fix usage of USB_DEV_FLAG_IS_HOST flag. hw/pci/msix.c | 33 +++++++ hw/usb/core.c | 2 +- hw/usb/hcd-xhci.c | 228 ++++++++++++++++++++++++++++++++++++++++++++----- hw/usb/host-libusb.c | 2 +- include/hw/pci/msix.h | 11 +++ 5 files changed, 251 insertions(+), 25 deletions(-)