Anthony Liguori wrote:
> The virtio config space is little endian. Make sure that in virtio-blk we
> store the values in little endian format.
>
Applied, thanks.
--
error compiling committee.c: too many arguments to function
-
On Tue, 2008-04-01 at 11:04 -0500, Anthony Liguori wrote:
> The virtio config space is little endian. Make sure that in virtio-blk we
> store the values in little endian format.
>
> Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>
>
> diff --git a/qemu/hw/virtio-blk.c b/qemu/hw/virtio-blk.c
>
The virtio config space is little endian. Make sure that in virtio-blk we
store the values in little endian format.
Signed-off-by: Anthony Liguori <[EMAIL PROTECTED]>
diff --git a/qemu/hw/virtio-blk.c b/qemu/hw/virtio-blk.c
index 0f55d2a..492bd7f 100644
--- a/qemu/hw/virtio-blk.c
+++ b/qemu/hw/v