Re: [Qemu-devel] [RFC v2 29/32] vhost-user: Claim support for postcopy

2017-08-30 Thread Marc-André Lureau
Hi Use "libvhost-user: ", so we don't confuse with qemu own vhost-user code. On Thu, Aug 24, 2017 at 12:27 PM, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > > Tell QEMU we understand the protocol features needed for postcopy. > > Signed-off-by: Dr. David Alan Gilbert >

[Qemu-devel] [RFC v2 29/32] vhost-user: Claim support for postcopy

2017-08-24 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Tell QEMU we understand the protocol features needed for postcopy. Signed-off-by: Dr. David Alan Gilbert --- contrib/libvhost-user/libvhost-user.c | 33 + 1 file changed, 33 insertions(+) diff --git a/contrib/libvhost-user/libvhos