summaryrefslogtreecommitdiffstats
path: root/include/hw/virtio
diff options
context:
space:
mode:
authorKONRAD Frederic2013-04-30 16:08:51 +0200
committerAnthony Liguori2013-05-03 19:05:15 +0200
commit6f32a6b47ef4247ad14dad63c6ee231fdce4c5e9 (patch)
tree8df753bc784568705a858c9736cc11d7215e4cd0 /include/hw/virtio
parentvirtio-serial: fix command line compatibility. (diff)
downloadqemu-6f32a6b47ef4247ad14dad63c6ee231fdce4c5e9.tar.gz
qemu-6f32a6b47ef4247ad14dad63c6ee231fdce4c5e9.tar.xz
qemu-6f32a6b47ef4247ad14dad63c6ee231fdce4c5e9.zip
virtio-scsi: fix the command line compatibility.
The bus name is wrong since the refactoring. This keeps the behaviour of the command line. Signed-off-by: KONRAD Frederic <fred.konrad@greensocs.com> Tested-by: Cornelia Huck <cornelia.huck@de.ibm.com> Message-id: 1367330931-12994-6-git-send-email-fred.konrad@greensocs.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'include/hw/virtio')
-rw-r--r--include/hw/virtio/virtio-scsi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/hw/virtio/virtio-scsi.h b/include/hw/virtio/virtio-scsi.h
index 4db346b546..9a985403c2 100644
--- a/include/hw/virtio/virtio-scsi.h
+++ b/include/hw/virtio/virtio-scsi.h
@@ -189,5 +189,4 @@ typedef struct {
int virtio_scsi_common_init(VirtIOSCSICommon *vs);
int virtio_scsi_common_exit(VirtIOSCSICommon *vs);
-
#endif /* _QEMU_VIRTIO_SCSI_H */