diff options
Diffstat (limited to 'hw/pc.c')
| -rw-r--r-- | hw/pc.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/hw/pc.c b/hw/pc.c index 9198210182..5664d1b6b8 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -1495,6 +1495,10 @@ static QEMUMachine pc_machine_v0_10 = { .driver = "virtio-net-pci", .property = "vectors", .value = stringify(0), + },{ + .driver = "virtio-blk-pci", + .property = "vectors", + .value = stringify(0), }, { /* end of list */ } }, |