qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v3 0/2] Add live migration for vhost user


From: Thibaut Collet
Subject: [Qemu-devel] [PATCH v3 0/2] Add live migration for vhost user
Date: Wed, 10 Jun 2015 15:43:01 +0200

This patch is an update of [PATCH v2] net: Add support of
VIRTIO_NET_F_GUEST_ANNOUNCE for vhost-net/vhost-user

v2->v3
Define a receive function to vhost-user to manage RARP packet send after a
live migration.
If the guest supports VIRTIO_NET_F_GUEST_ANNOUNCE the packet is discarded (GARP
request is managed by the virtio-net NIC).
Otherwise the RARP packet is transmitted to the vhost client/backend that is
responsible to send the RARP

Thibaut Collet (2):
  vhost user: add support of live migration
  vhost user: Add RARP injection for legacy guest

 docs/specs/vhost-user.txt   |   16 ++++++++++++++++
 hw/net/vhost_net.c          |   23 +++++++++++++++++++++++
 hw/virtio/vhost-user.c      |   11 ++++++++++-
 include/net/vhost_net.h     |    1 +
 linux-headers/linux/vhost.h |    9 +++++++++
 net/vhost-user.c            |   21 +++++++++++++++++++--
 6 files changed, 78 insertions(+), 3 deletions(-)

-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]