Re: [Qemu-devel] [PATCH 1/1] virtio: fix feature bit checks

2015-01-21 Thread Michael S. Tsirkin
On Wed, Jan 21, 2015 at 01:07:59PM +0100, Thomas Huth wrote: > On Fri, 12 Dec 2014 10:01:46 +0100 > Cornelia Huck wrote: > > > Several places check against the feature bit number instead of against > > the feature bit. Fix them. > > > > Reported-by: Thomas Huth > > Signed-off-by: Cornelia Huck

Re: [Qemu-devel] [PATCH 1/1] virtio: fix feature bit checks

2015-01-21 Thread Thomas Huth
On Fri, 12 Dec 2014 10:01:46 +0100 Cornelia Huck wrote: > Several places check against the feature bit number instead of against > the feature bit. Fix them. > > Reported-by: Thomas Huth > Signed-off-by: Cornelia Huck > --- > hw/scsi/virtio-scsi.c | 2 +- > hw/virtio/dataplane/vring.c |

Re: [Qemu-devel] [PATCH 1/1] virtio: fix feature bit checks

2014-12-14 Thread Fam Zheng
On Fri, 12/12 10:13, Cornelia Huck wrote: > On Fri, 12 Dec 2014 11:08:21 +0200 > "Michael S. Tsirkin" wrote: > > > On Fri, Dec 12, 2014 at 10:01:46AM +0100, Cornelia Huck wrote: > > > Several places check against the feature bit number instead of against > > > the feature bit. Fix them. > > > >

Re: [Qemu-devel] [PATCH 1/1] virtio: fix feature bit checks

2014-12-12 Thread Cornelia Huck
On Fri, 12 Dec 2014 11:08:21 +0200 "Michael S. Tsirkin" wrote: > On Fri, Dec 12, 2014 at 10:01:46AM +0100, Cornelia Huck wrote: > > Several places check against the feature bit number instead of against > > the feature bit. Fix them. > > > > Reported-by: Thomas Huth > > Signed-off-by: Cornelia

Re: [Qemu-devel] [PATCH 1/1] virtio: fix feature bit checks

2014-12-12 Thread Michael S. Tsirkin
On Fri, Dec 12, 2014 at 10:01:46AM +0100, Cornelia Huck wrote: > Several places check against the feature bit number instead of against > the feature bit. Fix them. > > Reported-by: Thomas Huth > Signed-off-by: Cornelia Huck Cc: stable? > --- > hw/scsi/virtio-scsi.c | 2 +- > hw/virtio/

[Qemu-devel] [PATCH 1/1] virtio: fix feature bit checks

2014-12-12 Thread Cornelia Huck
Several places check against the feature bit number instead of against the feature bit. Fix them. Reported-by: Thomas Huth Signed-off-by: Cornelia Huck --- hw/scsi/virtio-scsi.c | 2 +- hw/virtio/dataplane/vring.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hw