From: "Michael S. Tsirkin" <mst@redhat.com>
To: Thibaut Collet <thibaut.collet@6wind.com>
Cc: haifeng.lin@huawei.com, jasowang@redhat.com,
qemu-devel@nongnu.org, marcandre.lureau@gmail.com,
stefanha@redhat.com, pbonzini@redhat.com,
changchun.ouyang@intel.com
Subject: Re: [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration
Date: Wed, 12 Aug 2015 10:25:33 +0300 [thread overview]
Message-ID: <20150812102428-mutt-send-email-mst@redhat.com> (raw)
In-Reply-To: <1438850709-3519-1-git-send-email-thibaut.collet@6wind.com>
On Thu, Aug 06, 2015 at 10:45:07AM +0200, Thibaut Collet wrote:
> 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
I think these patches need to be rebased on top of Marc Andre's ones,
and use protocol flags to negotiate capabilities.
Right?
> 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
next prev parent reply other threads:[~2015-08-12 7:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
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 ` Michael S. Tsirkin [this message]
2015-08-12 10:07 ` [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration Marc-André Lureau
2015-08-13 5:10 ` Ouyang, Changchun
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20150812102428-mutt-send-email-mst@redhat.com \
--to=mst@redhat.com \
--cc=changchun.ouyang@intel.com \
--cc=haifeng.lin@huawei.com \
--cc=jasowang@redhat.com \
--cc=marcandre.lureau@gmail.com \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=stefanha@redhat.com \
--cc=thibaut.collet@6wind.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).