projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9654a5
)
fix virtio_blk_inhdr comment
author
Christoph Hellwig
<hch@lst.de>
Thu, 23 Apr 2009 10:58:51 +0000
(12:58 +0200)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Fri, 1 May 2009 14:44:11 +0000
(09:44 -0500)
The inhdr is at the end of the S/G list, not the beginning.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/virtio-blk.h
patch
|
blob
|
history
diff --git
a/hw/virtio-blk.h
b/hw/virtio-blk.h
index d11f484945576b523694684384de96ae469035fc..5ef6c36054918f65cf9573d05d750a6aaab1b37a 100644
(file)
--- a/
hw/virtio-blk.h
+++ b/
hw/virtio-blk.h
@@
-67,7
+67,7
@@
struct virtio_blk_outhdr
#define VIRTIO_BLK_S_IOERR 1
#define VIRTIO_BLK_S_UNSUPP 2
-/* This is the
fir
st element of the write scatter-gather list */
+/* This is the
la
st element of the write scatter-gather list */
struct virtio_blk_inhdr
{
unsigned char status;