Re: [Qemu-devel] [PATCH RFC 1/1] virtio: move host_features

2015-05-26 Thread Cornelia Huck
On Tue, 26 May 2015 14:58:02 +0800 Shannon Zhao wrote: > > > On 2015/5/22 20:11, Cornelia Huck wrote: > > Move host_features from the individual transport proxies into > > the virtio device. Transports may continue to add feature bits > > during device plugging. > > > > This should it make eas

Re: [Qemu-devel] [PATCH RFC 1/1] virtio: move host_features

2015-05-26 Thread Shannon Zhao
On 2015/5/22 20:11, Cornelia Huck wrote: > Move host_features from the individual transport proxies into > the virtio device. Transports may continue to add feature bits > during device plugging. > > This should it make easier to offer different sets of host features > for virtio-1/transitional