Re: [Qemu-devel] [PATCH RFC 05/11] virtio: introduce legacy virtio devices

2014-11-03 Thread Cornelia Huck
On Thu, 30 Oct 2014 23:29:50 +0100 Greg Kurz wrote: > On Thu, 30 Oct 2014 19:02:01 +0100 > Cornelia Huck wrote: > > > On Tue, 28 Oct 2014 16:40:18 +0100 > > Greg Kurz wrote: > > > > > On Tue, 7 Oct 2014 16:40:01 +0200 > > > Cornelia Huck wrote: > > > > > > > Introduce a helper function to

Re: [Qemu-devel] [PATCH RFC 05/11] virtio: introduce legacy virtio devices

2014-10-31 Thread Greg Kurz
On Thu, 30 Oct 2014 19:02:01 +0100 Cornelia Huck wrote: > On Tue, 28 Oct 2014 16:40:18 +0100 > Greg Kurz wrote: > > > On Tue, 7 Oct 2014 16:40:01 +0200 > > Cornelia Huck wrote: > > > > > Introduce a helper function to indicate whether a virtio device is > > > operating in legacy or virtio s

Re: [Qemu-devel] [PATCH RFC 05/11] virtio: introduce legacy virtio devices

2014-10-31 Thread Cornelia Huck
On Tue, 28 Oct 2014 16:40:18 +0100 Greg Kurz wrote: > On Tue, 7 Oct 2014 16:40:01 +0200 > Cornelia Huck wrote: > > > Introduce a helper function to indicate whether a virtio device is > > operating in legacy or virtio standard mode. > > > > It may be used to make decisions about the endianes

Re: [Qemu-devel] [PATCH RFC 05/11] virtio: introduce legacy virtio devices

2014-10-28 Thread Greg Kurz
On Tue, 7 Oct 2014 16:40:01 +0200 Cornelia Huck wrote: > Introduce a helper function to indicate whether a virtio device is > operating in legacy or virtio standard mode. > > It may be used to make decisions about the endianess of virtio accesses > and other virtio-1 specific changes, enabling

[Qemu-devel] [PATCH RFC 05/11] virtio: introduce legacy virtio devices

2014-10-07 Thread Cornelia Huck
Introduce a helper function to indicate whether a virtio device is operating in legacy or virtio standard mode. It may be used to make decisions about the endianess of virtio accesses and other virtio-1 specific changes, enabling us to support transitional devices. Reviewed-by: Thomas Huth Sign