summaryrefslogtreecommitdiffstats
path: root/hw/ide/sii3112.c
Commit message (Expand)AuthorAgeFilesLines
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-091-1/+1
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-091-2/+4
* hw/ide/sii3112: Remove dead assignmentPhilippe Mathieu-Daudé2020-05-041-2/+3
* hw/ide/sii3112: Use qdev gpio rather than qemu_allocate_irqs()Peter Maydell2020-03-271-4/+4
* hw/ide/sii3112: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-4/+3Star
* Include sysemu/reset.h a lot lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+1
* sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan2019-01-251-44/+8Star
* sii3112: Remove unneeded exit functionBALATON Zoltan2018-03-181-12/+0Star
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-2/+2
* sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan2018-01-201-5/+5
* hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan2018-01-101-0/+368