aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/piix.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth1-0/+1
2023-07-14hw/ide/piix: properly initialize the BMIBA registerOlaf Hering1-1/+1
2023-07-11hw/ide/piix: Move registration of VMStateDescription to DeviceClassBernhard Beschow1-3/+2
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow1-1/+1
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow1-1/+0
2023-02-27hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per busPhilippe Mathieu-Daudé1-20/+19
2023-02-27hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msgPhilippe Mathieu-Daudé1-8/+7
2023-02-27hw/ide/piix: Remove unused includesPhilippe Mathieu-Daudé1-6/+1
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé1-1/+2
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé1-1/+1
2022-10-31hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow1-2/+3
2022-09-30piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski1-8/+9
2022-06-09include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow1-46/+0
2022-06-09hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()Bernhard Beschow1-0/+11
2022-06-09hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow1-7/+0
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell1-1/+1
2021-07-19hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth1-5/+17
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD1-14/+13
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé1-1/+1
2020-03-17hw/ide: Get rid of piix4_init functionBALATON Zoltan1-11/+1
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan1-20/+1
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-1/+1
2019-10-15hw/ide/piix: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-5/+4
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster1-1/+0
2019-08-16Include migration/vmstate.h lessMarkus Armbruster1-0/+1
2019-08-16Include sysemu/reset.h a lot lessMarkus Armbruster1-0/+1
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster1-0/+1
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth1-1/+0
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+1
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow1-6/+5
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant1-2/+2
2016-09-29block-backend: remove blk_flush_allJohn Snow1-0/+4
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-5/+5
2016-04-12xen: Fix IDE unplugAnthony PERARD1-0/+1
2016-04-07xen: piix reuse pci generic class init functionMichael S. Tsirkin1-13/+1
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
2015-08-03Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)Stefano Stabellini1-0/+7
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell1-2/+1
2015-03-10ide: introduce ide_register_restart_cbPaolo Bonzini1-2/+1
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster1-6/+4
2014-10-30fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper1-2/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-5/+3
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster1-2/+3
2014-10-20blockdev: Eliminate drive_del()Markus Armbruster1-1/+3
2014-09-10xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster1-1/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster1-1/+1
2014-02-20Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini1-2/+1
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov1-2/+2