[PATCH v9 3/3] tcm_vhost: Add ioctl to get and set events missed flag

2013-04-24 Thread Asias He
Signed-off-by: Asias He as...@redhat.com --- drivers/vhost/tcm_vhost.c | 17 + drivers/vhost/tcm_vhost.h | 3 +++ 2 files changed, 20 insertions(+) diff --git a/drivers/vhost/tcm_vhost.c b/drivers/vhost/tcm_vhost.c index 137ae34..9c01d2a 100644 --- a/drivers/vhost/tcm_vhost.c

Re: [PATCH v9 3/3] tcm_vhost: Add ioctl to get and set events missed flag

2013-04-24 Thread Michael S. Tsirkin
On Thu, Apr 25, 2013 at 11:10:06AM +0800, Asias He wrote: Signed-off-by: Asias He as...@redhat.com Please merge with patch 2 so we can use feature flag to know whether ioctl is supported. --- drivers/vhost/tcm_vhost.c | 17 + drivers/vhost/tcm_vhost.h | 3 +++ 2 files

Re: [PATCH v9 3/3] tcm_vhost: Add ioctl to get and set events missed flag

2013-04-24 Thread Michael S. Tsirkin
On Thu, Apr 25, 2013 at 11:10:06AM +0800, Asias He wrote: Signed-off-by: Asias He as...@redhat.com Acked-by: Michael S. Tsirkin m...@redhat.com --- drivers/vhost/tcm_vhost.c | 17 + drivers/vhost/tcm_vhost.h | 3 +++ 2 files changed, 20 insertions(+) diff --git