From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:36726) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShLXW-0005db-47 for qemu-devel@nongnu.org; Wed, 20 Jun 2012 10:05:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ShLXO-0000mM-Im for qemu-devel@nongnu.org; Wed, 20 Jun 2012 10:05:45 -0400 Received: from mx1.redhat.com ([209.132.183.28]:15002) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ShLXO-0000lT-AV for qemu-devel@nongnu.org; Wed, 20 Jun 2012 10:05:38 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5KE5aHt010171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 20 Jun 2012 10:05:36 -0400 From: Gerd Hoffmann Date: Wed, 20 Jun 2012 16:05:28 +0200 Message-Id: <1340201134-21109-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PULL 0/6] usb patch queue. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This is the usb patch queue, featuring live migration support for ehci and usb-host. Also as usual some small bugfixes. pleae pull, Gerd The following changes since commit 93bfef4c6e4b23caea9d51e1099d06433d8835a4: Allow machines to configure the QEMU_VERSION that's exposed via hardware (2012-06-19 13:36:56 -0500) are available in the git repository at: git://git.kraxel.org/qemu usb.54 Gerd Hoffmann (6): ehci: add live migration support usb: restore USBDevice->attached on vmload ehci: tracing improvements usb-host: attach only to running guest usb-host: live migration support uhci: fix uhci_async_cancel_all hw/usb/bus.c | 13 ++++++++ hw/usb/hcd-ehci.c | 69 +++++++++++++++++++++++++++++++++++++++----- hw/usb/hcd-uhci.c | 4 +- hw/usb/host-linux.c | 79 ++++++++++++++++++++++++++++++++++++++++---------- trace-events | 5 ++- 5 files changed, 142 insertions(+), 28 deletions(-)