Displaying 2 results from an estimated 2 matches for "a098f19a6da5".
2008 Apr 22
3
[RFC PATCH] virtio: change config to guest endian.
...Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/block/virtio_blk.c | 4 +--
drivers/virtio/virtio_balloon.c | 6 ++---
include/linux/virtio_config.h | 47 +++++++++++++---------------------------
3 files changed, 21 insertions(+), 36 deletions(-)
diff -r a098f19a6da5 drivers/block/virtio_blk.c
--- a/drivers/block/virtio_blk.c Sun Apr 20 14:41:02 2008 +1000
+++ b/drivers/block/virtio_blk.c Sun Apr 20 15:07:45 2008 +1000
@@ -246,8 +246,8 @@ static int virtblk_probe(struct virtio_d
blk_queue_ordered(vblk->disk->queue, QUEUE_ORDERED_TAG, NULL);
/* Host...
2008 Apr 22
3
[RFC PATCH] virtio: change config to guest endian.
...Signed-off-by: Rusty Russell <rusty at rustcorp.com.au>
---
drivers/block/virtio_blk.c | 4 +--
drivers/virtio/virtio_balloon.c | 6 ++---
include/linux/virtio_config.h | 47 +++++++++++++---------------------------
3 files changed, 21 insertions(+), 36 deletions(-)
diff -r a098f19a6da5 drivers/block/virtio_blk.c
--- a/drivers/block/virtio_blk.c Sun Apr 20 14:41:02 2008 +1000
+++ b/drivers/block/virtio_blk.c Sun Apr 20 15:07:45 2008 +1000
@@ -246,8 +246,8 @@ static int virtblk_probe(struct virtio_d
blk_queue_ordered(vblk->disk->queue, QUEUE_ORDERED_TAG, NULL);
/* Host...