summaryrefslogtreecommitdiff
path: root/hw/ide/sii3112.c
AgeCommit message (Expand)Author
2020-05-04hw/ide/sii3112: Remove dead assignmentPhilippe Mathieu-Daudé
2020-03-27hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell
2019-10-15hw/ide/sii3112: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-25sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan
2018-03-18sii3112: Remove unneeded exit functionBALATON Zoltan
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2018-01-20sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan
2018-01-10hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan