Re: [PATCH RFC v3 06/16] virtio: make endian-ness depend on virtio 1.0
From: Cornelia Huck <hidden>
Date: 2014-10-23 12:06:43
Also in:
lkml
From: Cornelia Huck <hidden>
Date: 2014-10-23 12:06:43
Also in:
lkml
On Wed, 22 Oct 2014 21:44:34 +0300 "Michael S. Tsirkin" [off-list ref] wrote:
virtio 1.0 is LE, virtio without 1.0 is native endian. Signed-off-by: Michael S. Tsirkin <mst@redhat.com> --- include/linux/virtio_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Looks sane.