mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
hw/ide: Emulate SiI3112 SATA controller
This is a common generic PCI SATA controller that is also used in PCs but more importantly guests running on the Sam460ex board prefer this card and have a driver for it (unlike for other SATA controllers already emulated). Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Acked-by: John Snow <jsnow@redhat.com> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
This commit is contained in:
parent
2b3db9dd34
commit
a9dd6604a6
5 changed files with 381 additions and 0 deletions
|
@ -11,3 +11,4 @@ common-obj-$(CONFIG_MICRODRIVE) += microdrive.o
|
|||
common-obj-$(CONFIG_AHCI) += ahci.o
|
||||
common-obj-$(CONFIG_AHCI) += ich.o
|
||||
common-obj-$(CONFIG_ALLWINNER_A10) += ahci-allwinner.o
|
||||
common-obj-$(CONFIG_IDE_SII3112) += sii3112.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue