Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-29 Thread Michael S. Tsirkin
On Thu, Jan 29, 2015 at 09:01:45PM +1100, David Gibson wrote: > On Thu, Jan 29, 2015 at 10:24:00AM +0100, Thomas Huth wrote: > > > > Hi, > > > > On Thu, 29 Jan 2015 11:11:32 +1100 > > David Gibson wrote: > > > > > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > > > On Thu, 2

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-29 Thread David Gibson
On Thu, Jan 29, 2015 at 10:24:00AM +0100, Thomas Huth wrote: > > Hi, > > On Thu, 29 Jan 2015 11:11:32 +1100 > David Gibson wrote: > > > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > > On Thu, 22 Jan 2015 12:43:43 +1100 > > > David Gibson wrote: > > > > > > > On Thu, Dec

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-29 Thread Thomas Huth
Hi, On Thu, 29 Jan 2015 11:11:32 +1100 David Gibson wrote: > On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > > On Thu, 22 Jan 2015 12:43:43 +1100 > > David Gibson wrote: > > > > > On Thu, Dec 11, 2014 at 02:25:07PM +0100, Cornelia Huck wrote: > > > > With virtio-1, we suppor

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-28 Thread David Gibson
On Wed, Jan 28, 2015 at 04:59:45PM +0100, Cornelia Huck wrote: > On Thu, 22 Jan 2015 12:43:43 +1100 > David Gibson wrote: > > > On Thu, Dec 11, 2014 at 02:25:07PM +0100, Cornelia Huck wrote: > > > With virtio-1, we support more than 32 feature bits. Let's extend both > > > host and guest features

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-28 Thread Cornelia Huck
On Thu, 22 Jan 2015 12:43:43 +1100 David Gibson wrote: > On Thu, Dec 11, 2014 at 02:25:07PM +0100, Cornelia Huck wrote: > > With virtio-1, we support more than 32 feature bits. Let's extend both > > host and guest features to 64, which should suffice for a while. > > > > vhost and migration have

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-21 Thread David Gibson
On Thu, Dec 11, 2014 at 02:25:07PM +0100, Cornelia Huck wrote: > With virtio-1, we support more than 32 feature bits. Let's extend both > host and guest features to 64, which should suffice for a while. > > vhost and migration have been ignored for now. [snip] > diff --git a/include/hw/virtio/vi

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2015-01-21 Thread David Gibson
On Fri, Dec 12, 2014 at 11:17:47AM +0100, Cornelia Huck wrote: > On Fri, 12 Dec 2014 11:06:40 +0100 > Thomas Huth wrote: > > > On Thu, 11 Dec 2014 14:25:07 +0100 > > Cornelia Huck wrote: [snip] > > > vdev->queue_sel = 0; > > > vdev->status = 0; > > > vdev->isr = 0; > > > @@ -924,7

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2014-12-12 Thread Cornelia Huck
On Fri, 12 Dec 2014 11:06:40 +0100 Thomas Huth wrote: > On Thu, 11 Dec 2014 14:25:07 +0100 > Cornelia Huck wrote: > > > With virtio-1, we support more than 32 feature bits. Let's extend both > > host and guest features to 64, which should suffice for a while. > > > > vhost and migration have b

Re: [Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2014-12-12 Thread Thomas Huth
On Thu, 11 Dec 2014 14:25:07 +0100 Cornelia Huck wrote: > With virtio-1, we support more than 32 feature bits. Let's extend both > host and guest features to 64, which should suffice for a while. > > vhost and migration have been ignored for now. > > Signed-off-by: Cornelia Huck > --- > hw/9p

[Qemu-devel] [PATCH RFC v6 05/20] virtio: support more feature bits

2014-12-11 Thread Cornelia Huck
With virtio-1, we support more than 32 feature bits. Let's extend both host and guest features to 64, which should suffice for a while. vhost and migration have been ignored for now. Signed-off-by: Cornelia Huck --- hw/9pfs/virtio-9p-device.c |2 +- hw/block/virtio-blk.c |