summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qemu/hw/virtio-blk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/hw/virtio-blk.c b/qemu/hw/virtio-blk.c
index ed8575b0..e4060d42 100644
--- a/qemu/hw/virtio-blk.c
+++ b/qemu/hw/virtio-blk.c
@@ -310,7 +310,7 @@ void *virtio_blk_init(PCIBus *bus, BlockDriverState *bs)
PCI_DEVICE_ID_VIRTIO_BLOCK,
PCI_VENDOR_ID_REDHAT_QUMRANET,
VIRTIO_ID_BLOCK,
- 0x01, 0x80, 0x00,
+ 0x01, 0x00, 0x00,
sizeof(struct virtio_blk_config), sizeof(VirtIOBlock));
if (!s)
return NULL;