All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/6] xhci: add live migration support
@ 2013-05-07 13:34 Gerd Hoffmann
  2013-05-07 13:34 ` [Qemu-devel] [PATCH 1/6] pci: add VMSTATE_MSIX Gerd Hoffmann
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Gerd Hoffmann @ 2013-05-07 13:34 UTC (permalink / raw)
  To: qemu-devel; +Cc: Gerd Hoffmann

  Hi,

This patch series adds live migration support to the xhci usb host
adapter.  Very first cut, survived light testing, not stressed yet.

/me looks for review comments, especially on patch #1 for better
msix live migration.

cheers,
  Gerd

Gerd Hoffmann (6):
  pci: add VMSTATE_MSIX
  xhci: add XHCISlot->addressed
  xhci: add xhci_alloc_epctx
  xhci: add xhci_init_epctx
  xhci: add vmstate
  [debug] xhci: remove unmigratable flag

 hw/pci/msix.c         |   33 ++++++++
 hw/usb/hcd-xhci.c     |  208 +++++++++++++++++++++++++++++++++++++++++++------
 include/hw/pci/msix.h |   11 +++
 3 files changed, 229 insertions(+), 23 deletions(-)

-- 
1.7.9.7

^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2013-05-07 15:06 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-07 13:34 [Qemu-devel] [PATCH 0/6] xhci: add live migration support Gerd Hoffmann
2013-05-07 13:34 ` [Qemu-devel] [PATCH 1/6] pci: add VMSTATE_MSIX Gerd Hoffmann
2013-05-07 14:05   ` Michael S. Tsirkin
2013-05-07 14:08     ` Gerd Hoffmann
2013-05-07 14:10       ` Michael S. Tsirkin
2013-05-07 13:34 ` [Qemu-devel] [PATCH 2/6] xhci: add XHCISlot->addressed Gerd Hoffmann
2013-05-07 13:34 ` [Qemu-devel] [PATCH 3/6] xhci: add xhci_alloc_epctx Gerd Hoffmann
2013-05-07 13:34 ` [Qemu-devel] [PATCH 4/6] xhci: add xhci_init_epctx Gerd Hoffmann
2013-05-07 13:34 ` [Qemu-devel] [PATCH 5/6] xhci: add vmstate Gerd Hoffmann
2013-05-07 14:06   ` Michael S. Tsirkin
2013-05-07 14:14     ` Gerd Hoffmann
2013-05-07 15:05       ` Michael S. Tsirkin
2013-05-07 13:34 ` [Qemu-devel] [PATCH 6/6] [debug] xhci: remove unmigratable flag Gerd Hoffmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.