qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] fix virtio_blk_inhdr comment


From: Christoph Hellwig
Subject: [Qemu-devel] [PATCH] fix virtio_blk_inhdr comment
Date: Thu, 23 Apr 2009 12:58:51 +0200
User-agent: Mutt/1.3.28i

The inhdr is at the end of the S/G list, not the beginning.


Signed-off-by: Christoph Hellwig <address@hidden>

Index: qemu/hw/virtio-blk.h
===================================================================
--- qemu.orig/hw/virtio-blk.h   2009-03-31 21:07:20.245130677 +0200
+++ qemu/hw/virtio-blk.h        2009-03-31 21:07:31.004008986 +0200
@@ -64,7 +64,7 @@ struct virtio_blk_outhdr
 #define VIRTIO_BLK_S_IOERR      1
 #define VIRTIO_BLK_S_UNSUPP     2
 
-/* This is the first element of the write scatter-gather list */
+/* This is the last element of the write scatter-gather list */
 struct virtio_blk_inhdr
 {
     unsigned char status;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]