Re: [Qemu-devel] [PATCH v3 08/16] vhost-user: send log shm fd along with log_base

2015-09-19 Thread Marc-André Lureau
On Wed, Sep 16, 2015 at 4:08 PM, Michael S. Tsirkin wrote: > supports > ok >> VHOST_USER_PROTOCOL_F_LOG_SHMFD. >> >> Signed-off-by: Marc-André Lureau >> --- >> hw/virtio/vhost-user.c | 16 ++-- >> hw/virtio/vhost.c | 5 +++-- >> 2 files changed, 17 insertions(+), 4 deletions(

Re: [Qemu-devel] [PATCH v3 08/16] vhost-user: send log shm fd along with log_base

2015-09-16 Thread Michael S. Tsirkin
On Thu, Aug 06, 2015 at 02:40:44PM +0200, marcandre.lur...@redhat.com wrote: > From: Marc-André Lureau > > Send the shm for the dirty pages logging if the backend support supports > VHOST_USER_PROTOCOL_F_LOG_SHMFD. > > Signed-off-by: Marc-André Lureau > --- > hw/virtio/vhost-user.c | 16

[Qemu-devel] [PATCH v3 08/16] vhost-user: send log shm fd along with log_base

2015-08-06 Thread marcandre . lureau
From: Marc-André Lureau Send the shm for the dirty pages logging if the backend support VHOST_USER_PROTOCOL_F_LOG_SHMFD. Signed-off-by: Marc-André Lureau --- hw/virtio/vhost-user.c | 16 ++-- hw/virtio/vhost.c | 5 +++-- 2 files changed, 17 insertions(+), 4 deletions(-) diff