summary refs log tree commit diff stats
path: root/hw/ide/sii3112.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hw/ide: Include 'ide-internal.h' from current pathPhilippe Mathieu-Daudé2024-02-271-1/+1
* hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth2024-02-221-0/+1
* hw/ide: Extract bmdma_status_writeb()Bernhard Beschow2023-07-111-4/+2
* hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow2023-07-111-1/+0
* hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé2023-02-271-1/+1
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-1/+1
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-181-3/+1
* 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/+3
* 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/+8
* sii3112: Remove unneeded exit functionBALATON Zoltan2018-03-181-12/+0
* 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