Re: [PATCH v7 13/46] virtio: simplify feature bit handling

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:10:22 +0200 "Michael S. Tsirkin" wrote: > Now that we use u64 for bits, we can simply & them together. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) Reviewed-by: Cornelia Huck

Re: [PATCH v7 13/46] virtio: simplify feature bit handling

2014-12-01 Thread David Hildenbrand
> Now that we use u64 for bits, we can simply & them together. > > Signed-off-by: Michael S. Tsirkin > --- > drivers/virtio/virtio.c | 10 ++ > 1 file changed, 6 insertions(+), 4 deletions(-) > Reviewed-by: David Hildenbrand -- To unsubscribe from this list: send the line

Re: [PATCH v7 13/46] virtio: simplify feature bit handling

2014-12-01 Thread David Hildenbrand
Now that we use u64 for bits, we can simply them together. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/virtio.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) Reviewed-by: David Hildenbrand d...@linux.vnet.ibm.com -- To unsubscribe from this

Re: [PATCH v7 13/46] virtio: simplify feature bit handling

2014-12-01 Thread Cornelia Huck
On Sun, 30 Nov 2014 17:10:22 +0200 Michael S. Tsirkin m...@redhat.com wrote: Now that we use u64 for bits, we can simply them together. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/virtio.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-)

[PATCH v7 13/46] virtio: simplify feature bit handling

2014-11-30 Thread Michael S. Tsirkin
Now that we use u64 for bits, we can simply & them together. Signed-off-by: Michael S. Tsirkin --- drivers/virtio/virtio.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c index 9248125..3e78f4b 100644 ---

[PATCH v7 13/46] virtio: simplify feature bit handling

2014-11-30 Thread Michael S. Tsirkin
Now that we use u64 for bits, we can simply them together. Signed-off-by: Michael S. Tsirkin m...@redhat.com --- drivers/virtio/virtio.c | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/drivers/virtio/virtio.c b/drivers/virtio/virtio.c index 9248125..3e78f4b 100644