summaryrefslogtreecommitdiff
path: root/hw/ide/piix.c
AgeCommit message (Expand)Author
2020-11-02xen: rework pci_piix3_xen_ide_unplugAnthony PERARD
2020-05-15hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé
2020-03-17hw/ide: Get rid of piix4_init functionBALATON Zoltan
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-10-15hw/ide/piix: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
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-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow
2017-01-27xen-platform: add missing disk unplug optionPaul Durrant
2016-09-29block-backend: remove blk_flush_allJohn Snow
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-04-12xen: Fix IDE unplugAnthony PERARD
2016-04-07xen: piix reuse pci generic class init functionMichael S. Tsirkin
2016-01-29ide: Clean up includesPeter Maydell
2015-08-03Fix release_drive on unplugged devices (pci_piix3_xen_ide_unplug)Stefano Stabellini
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10ide: introduce ide_register_restart_cbPaolo Bonzini
2015-02-26pci: Trivial device model conversions to realizeMarkus Armbruster
2014-10-30fix off-by-one error in pci_piix3_xen_ide_unplugJames Harper
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo()Markus Armbruster
2014-10-20blockdev: Eliminate drive_del()Markus Armbruster
2014-09-10xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug()Markus Armbruster
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2014-06-16blockdev: Remove unused DriveInfo reference countMarkus Armbruster
2014-02-20Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini
2014-02-10qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov
2013-12-23piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber
2013-07-29ide/piix: QOM casting sweepPeter Crosthwaite
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini
2013-01-10Make all static TypeInfos constAndreas Färber
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity
2012-07-29Merge branch pci into masterMichael S. Tsirkin
2012-07-28Avoid returning voidBlue Swirl
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson