aboutsummaryrefslogtreecommitdiff
path: root/hw/pc.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2009-08-12 12:47:24 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2009-08-24 08:46:48 -0500
commit177539e06d23f8a5dbbeb1a5e3ab56a96654221e (patch)
tree9deb21e2a1d51acb1f27eb474aa3024921f07050 /hw/pc.c
parentaa7116cbc814cda42c962361af4e1fb0c4aaf9ff (diff)
virtio-blk: add msi support.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'hw/pc.c')
-rw-r--r--hw/pc.c4
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 */ }
},