summary refs log tree commit diff stats
path: root/hw/ide/piix.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/piix: properly initialize the BMIBA registerOlaf Hering2023-07-141-1/+1
* hw/ide/piix: Move registration of VMStateDescription to DeviceClassBernhard Beschow2023-07-111-3/+2
* hw/ide: Extract bmdma_status_writeb()Bernhard Beschow2023-07-111-1/+1
* hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow2023-07-111-1/+0
* hw/ide/piix: Refactor pci_piix_init_ports as pci_piix_init_bus per busPhilippe Mathieu-Daudé2023-02-271-20/+19
* hw/ide/piix: Pass Error* to pci_piix_init_ports() for better error msgPhilippe Mathieu-Daudé2023-02-271-8/+7
* hw/ide/piix: Remove unused includesPhilippe Mathieu-Daudé2023-02-271-6/+1
* hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé2023-02-271-1/+2
* hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-2/+3
* piix_ide_reset: Use pci_set_* functions instead of direct accessLev Kujawski2022-09-301-8/+9
* include/hw/ide: Unexport pci_piix3_xen_ide_unplug()Bernhard Beschow2022-06-091-46/+0
* hw/ide/piix: Add some documentation to pci_piix3_xen_ide_unplug()Bernhard Beschow2022-06-091-0/+11
* hw/ide/piix: Remove redundant "piix3-ide-xen" device classBernhard Beschow2022-06-091-7/+0
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-1/+1
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-191-5/+17
* xen: rework pci_piix3_xen_ide_unplugAnthony PERARD2020-11-021-14/+13
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-171-11/+1
* hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-171-20/+1
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-1/+1
* hw/ide/piix: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-5/+4
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* 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
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+1
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-6/+5
* xen-platform: add missing disk unplug optionPaul Durrant2017-01-271-2/+2
* block-backend: remove blk_flush_allJohn Snow2016-09-291-0/+4
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-5/+5
* xen: Fix IDE unplugAnthony PERARD2016-04-121-0/+1
* xen: piix reuse pci generic class init functionMichael S. Tsirkin2016-04-071-13/+1
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)Stefano Stabellini2015-08-031-0/+7
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-101-2/+1
|\
| * ide: introduce ide_register_restart_cbPaolo Bonzini2015-03-101-2/+1
* | pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-6/+4
|/
* fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper2014-10-301-2/+2
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-5/+3
* block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster2014-10-201-2/+3
* blockdev: Eliminate drive_del()Markus Armbruster2014-10-201-1/+3
* xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster2014-09-101-1/+0
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0
* blockdev: Remove unused DriveInfo reference countMarkus Armbruster2014-06-161-1/+1
* Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini2014-02-201-2/+1