All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH V2 0/3] Virtio-9p live migration patchset
@ 2013-04-11 14:41 Benoît Canet
  2013-04-11 14:41 ` [Qemu-devel] [PATCH V2 1/3] virtio-9p: Add support for 9p migration Benoît Canet
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Benoît Canet @ 2013-04-11 14:41 UTC (permalink / raw)
  To: qemu-devel
  Cc: peter.maydell, pbonzini, Benoît Canet, aneesh.kumar,
	quintela

This patchset is a rework of the 9p live migration patchs made a few years ago
by Aneesh.
As the new vmstate API doesn't support linked list so the old API is used.

v2:
    Drop pre migration flush hook code (Paolo)
    Use vmstate change notifier (Paolo)
    Use static variables instead of a struct in patch 2 (Paolo, Peter)
    Drop spurious root_id related code (Peter)
    Rename functions in patch two (Benoît)

Benoît Canet (3):
  virtio-9p: Add support for 9p migration.
  virtio-9p: Wait for 9p operations to complete before migration and
    savevm.
  virtio-9p: Remove migration blockers.

 hw/9pfs/virtio-9p-device.c |  154 ++++++++++++++++++++++++++++++++++++++++++++
 hw/9pfs/virtio-9p.c        |   98 +++++++++++++++++++++-------
 hw/9pfs/virtio-9p.h        |    4 +-
 3 files changed, 231 insertions(+), 25 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-04-29 13:12 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11 14:41 [Qemu-devel] [PATCH V2 0/3] Virtio-9p live migration patchset Benoît Canet
2013-04-11 14:41 ` [Qemu-devel] [PATCH V2 1/3] virtio-9p: Add support for 9p migration Benoît Canet
2013-04-11 14:41 ` [Qemu-devel] [PATCH V2 2/3] virtio-9p: Wait for 9p operations to complete before migration and savevm Benoît Canet
2013-04-11 14:52   ` Paolo Bonzini
2013-04-11 14:41 ` [Qemu-devel] [PATCH V2 3/3] virtio-9p: Remove migration blockers Benoît Canet
2013-04-29 13:13 ` [Qemu-devel] [PATCH V2 0/3] Virtio-9p live migration patchset Benoît Canet

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.