Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-25 Thread Cornelia Huck
On Mon, 24 Nov 2014 21:12:05 +0200 "Michael S. Tsirkin" wrote: > On Mon, Nov 24, 2014 at 07:48:31PM +0100, Cornelia Huck wrote: > > vring_transport_features() seems to knock off the version 1 bit (I > > wonder why I did not see that before, maybe VIRTIO_TRANSPORT_F_END had > > not been

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-25 Thread Cornelia Huck
On Mon, 24 Nov 2014 21:12:05 +0200 Michael S. Tsirkin m...@redhat.com wrote: On Mon, Nov 24, 2014 at 07:48:31PM +0100, Cornelia Huck wrote: vring_transport_features() seems to knock off the version 1 bit (I wonder why I did not see that before, maybe VIRTIO_TRANSPORT_F_END had not been

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread David Miller
From: "Michael S. Tsirkin" Date: Mon, 24 Nov 2014 13:52:32 +0200 > David, assuming patches are acceptable, I'd like them all to be merged through > virtio or vhost trees. Could you please ack doing that for net related > patches? Sure, for the networking bits: Acked-by: David S. Miller -- To

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Michael S. Tsirkin
On Mon, Nov 24, 2014 at 07:48:31PM +0100, Cornelia Huck wrote: > On Mon, 24 Nov 2014 13:52:32 +0200 > "Michael S. Tsirkin" wrote: > > > Based on patches by Cornelia Rusty and others, but > > with an API that should allow better static checking of code, > > and slightly more concervative changes

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Cornelia Huck
On Mon, 24 Nov 2014 13:52:32 +0200 "Michael S. Tsirkin" wrote: > Based on patches by Cornelia Rusty and others, but > with an API that should allow better static checking of code, > and slightly more concervative changes in vring,net and blk. > > Based on patches by Cornelia and others, but >

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread David Miller
From: "Michael S. Tsirkin" Date: Mon, 24 Nov 2014 13:52:32 +0200 > Based on patches by Cornelia Rusty and others, but > with an API that should allow better static checking of code, > and slightly more concervative changes in vring,net and blk. > > Based on patches by Cornelia and others, but >

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Paolo Bonzini
On 24/11/2014 12:52, Michael S. Tsirkin wrote: > Based on patches by Cornelia Rusty and others, but > with an API that should allow better static checking of code, > and slightly more concervative changes in vring,net and blk. > > Based on patches by Cornelia and others, but > with an API that

[PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Michael S. Tsirkin
Based on patches by Cornelia Rusty and others, but with an API that should allow better static checking of code, and slightly more concervative changes in vring,net and blk. Based on patches by Cornelia and others, but with an API that should allow better static checking of code, slightly more

[PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Michael S. Tsirkin
Based on patches by Cornelia Rusty and others, but with an API that should allow better static checking of code, and slightly more concervative changes in vring,net and blk. Based on patches by Cornelia and others, but with an API that should allow better static checking of code, slightly more

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Paolo Bonzini
On 24/11/2014 12:52, Michael S. Tsirkin wrote: Based on patches by Cornelia Rusty and others, but with an API that should allow better static checking of code, and slightly more concervative changes in vring,net and blk. Based on patches by Cornelia and others, but with an API that should

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com Date: Mon, 24 Nov 2014 13:52:32 +0200 Based on patches by Cornelia Rusty and others, but with an API that should allow better static checking of code, and slightly more concervative changes in vring,net and blk. Based on patches by Cornelia and

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Cornelia Huck
On Mon, 24 Nov 2014 13:52:32 +0200 Michael S. Tsirkin m...@redhat.com wrote: Based on patches by Cornelia Rusty and others, but with an API that should allow better static checking of code, and slightly more concervative changes in vring,net and blk. Based on patches by Cornelia and others,

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread Michael S. Tsirkin
On Mon, Nov 24, 2014 at 07:48:31PM +0100, Cornelia Huck wrote: On Mon, 24 Nov 2014 13:52:32 +0200 Michael S. Tsirkin m...@redhat.com wrote: Based on patches by Cornelia Rusty and others, but with an API that should allow better static checking of code, and slightly more concervative

Re: [PATCH v3 00/41] linux: towards virtio-1 guest support

2014-11-24 Thread David Miller
From: Michael S. Tsirkin m...@redhat.com Date: Mon, 24 Nov 2014 13:52:32 +0200 David, assuming patches are acceptable, I'd like them all to be merged through virtio or vhost trees. Could you please ack doing that for net related patches? Sure, for the networking bits: Acked-by: David S.