Re: [Qemu-devel] [PATCH] vhost: drop dead code

2015-12-03 Thread Michael Tokarev
02.12.2015 14:50, Michael S. Tsirkin wrote: > We dropped the implementation of vhost_dev_query, > drop it from the header file as well. Applied to -trivial with a commit message fix suggested by Eric. Thanks! /mjt

Re: [Qemu-devel] [PATCH] vhost: drop dead code

2015-12-03 Thread Jason Wang
On 12/02/2015 07:50 PM, Michael S. Tsirkin wrote: > We dropped the implementation of vhost_dev_query, > drop it from the header file as well. > > Signed-off-by: Michael S. Tsirkin > --- > include/hw/virtio/vhost.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/include/hw/virtio/vhost.h

Re: [Qemu-devel] [PATCH] vhost: drop dead code

2015-12-02 Thread Eric Blake
On 12/02/2015 04:50 AM, Michael S. Tsirkin wrote: > We dropped the implementation of vhost_dev_query, Might be nice to add "in commit 1e7398a1". > drop it from the header file as well. > > Signed-off-by: Michael S. Tsirkin > --- > include/hw/virtio/vhost.h | 1 - > 1 file changed, 1 deletion(-

Re: [Qemu-devel] [PATCH] vhost: drop dead code

2015-12-02 Thread Yuanhan Liu
On Wed, Dec 02, 2015 at 01:50:35PM +0200, Michael S. Tsirkin wrote: > We dropped the implementation of vhost_dev_query, > drop it from the header file as well. > > Signed-off-by: Michael S. Tsirkin Reviewed-by: Yuanhan Liu --yliu > --- > include/hw/virtio/vhost.h | 1 - > 1 file cha

[Qemu-devel] [PATCH] vhost: drop dead code

2015-12-02 Thread Michael S. Tsirkin
We dropped the implementation of vhost_dev_query, drop it from the header file as well. Signed-off-by: Michael S. Tsirkin --- include/hw/virtio/vhost.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/hw/virtio/vhost.h b/include/hw/virtio/vhost.h index 7437fd4..b60d758 100644 --- a/inc