All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH 0/3] virtio-9p: hotplug and migration support
@ 2015-10-05  9:07 Greg Kurz
  2015-10-05  9:07 ` [Qemu-devel] [PATCH 1/3] virtio-9p-coth: add release function and fix init error path Greg Kurz
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Greg Kurz @ 2015-10-05  9:07 UTC (permalink / raw)
  To: aneesh.kumar; +Cc: qemu-devel, Michael S. Tsirkin

This series brings both hoplug and migration support to virtio-9p devices.

Patch 1 is preliminary work.
Patch 2 brings hotplug and fixes a QEMU crash.
Patch 3 brings migration (of course it still depends on the 9p to be unmounted)

---

Greg Kurz (3):
      virtio-9p-coth: add release function and fix init error path
      virtio-9p: add unrealize handler
      virtio-9p: add savem handlers


 hw/9pfs/virtio-9p-coth.c   |   13 +++++++++----
 hw/9pfs/virtio-9p-coth.h   |    1 +
 hw/9pfs/virtio-9p-device.c |   24 ++++++++++++++++++++++++
 3 files changed, 34 insertions(+), 4 deletions(-)

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

end of thread, other threads:[~2015-10-09 10:54 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-05  9:07 [Qemu-devel] [PATCH 0/3] virtio-9p: hotplug and migration support Greg Kurz
2015-10-05  9:07 ` [Qemu-devel] [PATCH 1/3] virtio-9p-coth: add release function and fix init error path Greg Kurz
2015-10-06  9:16   ` Greg Kurz
2015-10-05  9:07 ` [Qemu-devel] [PATCH 2/3] virtio-9p: add unrealize handler Greg Kurz
2015-10-06  8:09   ` Stefan Hajnoczi
2015-10-06  9:13     ` Greg Kurz
2015-10-07  8:50     ` Aneesh Kumar K.V
2015-10-09  7:23       ` Greg Kurz
2015-10-09  7:36         ` Michael S. Tsirkin
2015-10-09 10:54           ` Greg Kurz
2015-10-05  9:07 ` [Qemu-devel] [PATCH 3/3] virtio-9p: add savem handlers Greg Kurz

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.