Re: [Qemu-devel] [PATCH v3 00/16] vhost-user: add migration log support (for 2.5)

2015-09-16 Thread Michael S. Tsirkin
On Thu, Aug 06, 2015 at 02:40:36PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > The following series implement shareable log for vhost-user to support > memory tracking during live migration. On qemu-side, the solution is > fairly straightfoward since vhost alr

Re: [Qemu-devel] [PATCH v3 00/16] vhost-user: add migration log support (for 2.5)

2015-09-16 Thread Michael S. Tsirkin
On Thu, Aug 06, 2015 at 02:40:36PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Hi, > > The following series implement shareable log for vhost-user to support > memory tracking during live migration. On qemu-side, the solution is > fairly straightfoward since vhost alr

[Qemu-devel] [PATCH v3 00/16] vhost-user: add migration log support (for 2.5)

2015-08-06 Thread marcandre . lureau
From: Marc-André Lureau Hi, The following series implement shareable log for vhost-user to support memory tracking during live migration. On qemu-side, the solution is fairly straightfoward since vhost already supports the dirty log, only vhost-user couldn't access the log memory until then. Th