diff options
author | John Snow <jsnow@redhat.com> | 2014-10-01 14:19:29 -0400 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2014-10-03 10:30:33 +0100 |
commit | d93162e13c1f4a5b2a4de6b1997f32e3fca19e67 (patch) | |
tree | 3bb2be8ec459973206fac52c424745b58598209f /hw/ide/ahci.h | |
parent | 6b9e03a4e7598765a6cebb7618f2eeb22e928f6e (diff) | |
download | qemu-d93162e13c1f4a5b2a4de6b1997f32e3fca19e67.zip qemu-d93162e13c1f4a5b2a4de6b1997f32e3fca19e67.tar.gz qemu-d93162e13c1f4a5b2a4de6b1997f32e3fca19e67.tar.bz2 |
q35/ahci: Pick up -cdrom and -hda options
This patch implements the backend for the Q35 board
for us to be able to pick up and use drives defined
by the -cdrom, -hda, or -drive if=ide shorthand options.
Signed-off-by: John Snow <jsnow@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Message-id: 1412187569-23452-7-git-send-email-jsnow@redhat.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'hw/ide/ahci.h')
-rw-r--r-- | hw/ide/ahci.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/ide/ahci.h b/hw/ide/ahci.h index 1543df7..e223258 100644 --- a/hw/ide/ahci.h +++ b/hw/ide/ahci.h @@ -332,4 +332,6 @@ void ahci_uninit(AHCIState *s); void ahci_reset(AHCIState *s); +void ahci_ide_create_devs(PCIDevice *dev, DriveInfo **hd); + #endif /* HW_IDE_AHCI_H */ |