v3->v4
1. The first patch is updated by:
   - removing the warning trace
   - setting the error trace inside a static bool flag to only print this once
   - removing the vhost_net_inject_rarp function (no more useful)
2. The second patch is temporarly removed.
   vhost user backend is responsible to send the RARP for guest that does not
   support VIRTIO_NET_F_GUEST_ANNOUNCE. More tricks will be delivered later
   ([PATCH RFC]) to help vhost user backend to send RARP at the best time (today
   RARP is sent when the virtual ring is kicked and can occur late).

Thibaut Collet (1):
  vhost user: add support of live migration

 hw/net/vhost_net.c |    2 ++
 net/vhost-user.c   |   21 +++++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

-- 
1.7.10.4


Reply via email to