Re: [Qemu-devel] [PATCH v4 00/29] postcopy+vhost-user/shared ram

2018-09-10 Thread Dr. David Alan Gilbert
* Michael S. Tsirkin (m...@redhat.com) wrote: > On Thu, Mar 08, 2018 at 07:57:42PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > This set enables postcopy migration with shared memory to a vhost user > > process. > > It's based off current head. > > > >

Re: [Qemu-devel] [PATCH v4 00/29] postcopy+vhost-user/shared ram

2018-09-07 Thread Michael S. Tsirkin
On Thu, Mar 08, 2018 at 07:57:42PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > This set enables postcopy migration with shared memory to a vhost user > process. > It's based off current head. > > Testing is mostly performed with dpdk, with corresponding m

Re: [Qemu-devel] [PATCH v4 00/29] postcopy+vhost-user/shared ram

2018-03-09 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > This set enables postcopy migration with shared memory to a vhost user > process. > It's based off current head. > > Testing is mostly performed with dpdk, with corresponding modifications by >

[Qemu-devel] [PATCH v4 00/29] postcopy+vhost-user/shared ram

2018-03-08 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" This set enables postcopy migration with shared memory to a vhost user process. It's based off current head. Testing is mostly performed with dpdk, with corresponding modifications by Maxime. v4 is mostly just fixes from comments received during review of v