diff options
| author | Gerd Hoffmann <kraxel@redhat.com> | 2009-08-12 12:47:24 +0200 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-08-24 08:46:48 -0500 |
| commit | 177539e06d23f8a5dbbeb1a5e3ab56a96654221e (patch) | |
| tree | 9deb21e2a1d51acb1f27eb474aa3024921f07050 /hw/pc.c | |
| parent | aa7116cbc814cda42c962361af4e1fb0c4aaf9ff (diff) | |
| download | focaccia-qemu-177539e06d23f8a5dbbeb1a5e3ab56a96654221e.tar.gz focaccia-qemu-177539e06d23f8a5dbbeb1a5e3ab56a96654221e.zip | |
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.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 */ } }, |