Re: [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration

2015-08-12 Thread Ouyang, Changchun
> -Original Message- > From: Marc-André Lureau [mailto:marcandre.lur...@gmail.com] > Sent: Wednesday, August 12, 2015 6:07 PM > To: Michael S. Tsirkin > Cc: Thibaut Collet; QEMU; stefa...@redhat.com; Jason Wang; Paolo Bonzini; > Linhaifeng; Ouyang, Changchun > Subject: Re: [PATCH v6 0/2]

Re: [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration

2015-08-12 Thread Marc-André Lureau
Hi On Wed, Aug 12, 2015 at 9:25 AM, Michael S. Tsirkin wrote: > I think these patches need to be rebased on top of Marc Andre's ones, > and use protocol flags to negotiate capabilities. > Right? Correct. His patches should be applied before my migration tests, though. -- Marc-André Lureau

Re: [Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration

2015-08-12 Thread Michael S. Tsirkin
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

[Qemu-devel] [PATCH v6 0/2] vhost user: Add live migration

2015-08-06 Thread 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 migr