|
@@ -119,7 +119,11 @@ struct virtio_blk_config {
|
|
|
#define VIRTIO_BLK_T_BARRIER 0x80000000
|
|
|
#endif /* !VIRTIO_BLK_NO_LEGACY */
|
|
|
|
|
|
-/* This is the first element of the read scatter-gather list. */
|
|
|
+/*
|
|
|
+ * This comes first in the read scatter-gather list.
|
|
|
+ * For legacy virtio, if VIRTIO_F_ANY_LAYOUT is not negotiated,
|
|
|
+ * this is the first element of the read scatter-gather list.
|
|
|
+ */
|
|
|
struct virtio_blk_outhdr {
|
|
|
/* VIRTIO_BLK_T* */
|
|
|
__virtio32 type;
|