From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:57425) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLvp-0002yR-Rk for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:54:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SeLvh-00031B-QR for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:54:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:42877) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SeLvh-00030l-IY for qemu-devel@nongnu.org; Tue, 12 Jun 2012 03:54:21 -0400 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q5C7sKL2024947 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Jun 2012 03:54:20 -0400 From: Gerd Hoffmann Date: Tue, 12 Jun 2012 09:54:13 +0200 Message-Id: <1339487658-8969-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 0/5] usb: live migration bits List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Hi, This patch series adds live migration support to ehci and usb-host. Also has some little fixes & improvements. please review, Gerd Gerd Hoffmann (5): 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 hw/usb/bus.c | 13 ++++++++ hw/usb/hcd-ehci.c | 69 +++++++++++++++++++++++++++++++++++++++----- hw/usb/host-linux.c | 79 ++++++++++++++++++++++++++++++++++++++++---------- trace-events | 5 ++- 4 files changed, 140 insertions(+), 26 deletions(-)