[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/6] usb patch queue.
From: |
Gerd Hoffmann |
Subject: |
[Qemu-devel] [PULL 0/6] usb patch queue. |
Date: |
Wed, 20 Jun 2012 16:05:28 +0200 |
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(-)
- [Qemu-devel] [PULL 0/6] usb patch queue.,
Gerd Hoffmann <=
- [Qemu-devel] [PATCH 6/6] uhci: fix uhci_async_cancel_all, Gerd Hoffmann, 2012/06/20
- [Qemu-devel] [PATCH 4/6] usb-host: attach only to running guest, Gerd Hoffmann, 2012/06/20
- [Qemu-devel] [PATCH 2/6] usb: restore USBDevice->attached on vmload, Gerd Hoffmann, 2012/06/20
- [Qemu-devel] [PATCH 5/6] usb-host: live migration support, Gerd Hoffmann, 2012/06/20
- [Qemu-devel] [PATCH 1/6] ehci: add live migration support, Gerd Hoffmann, 2012/06/20
- [Qemu-devel] [PATCH 3/6] ehci: tracing improvements, Gerd Hoffmann, 2012/06/20
- Re: [Qemu-devel] [PULL 0/6] usb patch queue., Anthony Liguori, 2012/06/26