qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration
@ 2015-08-06  8:45 Thibaut Collet
  2015-08-06  8:45 ` [Qemu-devel] [PATCH v6 1/2] vhost user: add support of " Thibaut Collet
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Thibaut Collet @ 2015-08-06  8:45 UTC (permalink / raw)
  To: qemu-devel, mst, stefanha, jasowang, marcandre.lureau, pbonzini,
	haifeng.lin, changchun.ouyang, thibaut.collet

v5->v6
1. First patch: remove a warning log
2. Second patch: rename some functions to be more explicit on the purpose of
   these functions.

The first patch provides limited live migration:
- guest without GUEST_ANNOUNCE capabilities does not announce migration ending
and peers talking to the migrated guest can suffer important network outage.
- Some packets sent by remote peers to the guest can be lost during migration.

The second patch fixes limitation for guest without GUEST_ANNOUNCE capabilities
and patches from Marc Andre Lureau fix potential packet's lost during migration.

Thibaut Collet (2):
  vhost user: add support of live migration
  vhost user: add rarp sending after live migration for legacy guest

 docs/specs/vhost-user.txt         |   15 +++++++++++++++
 hw/net/vhost_net.c                |   18 ++++++++++++++++++
 hw/virtio/vhost-backend.c         |    3 ++-
 hw/virtio/vhost-user.c            |   32 ++++++++++++++++++++++++++++++--
 include/hw/virtio/vhost-backend.h |    2 ++
 include/net/vhost_net.h           |    1 +
 net/vhost-user.c                  |   31 +++++++++++++++++++++++++++++--
 7 files changed, 97 insertions(+), 5 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2015-08-13  5:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-06  8:45 [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration Thibaut Collet
2015-08-06  8:45 ` [Qemu-devel] [PATCH v6 1/2] vhost user: add support of " Thibaut Collet
2015-08-06  8:45 ` [Qemu-devel] [PATCH v6 2/2] vhost user: add rarp sending after live migration for legacy guest Thibaut Collet
2015-08-12  7:25 ` [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration Michael S. Tsirkin
2015-08-12 10:07   ` Marc-André Lureau
2015-08-13  5:10     ` Ouyang, Changchun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).