summaryrefslogtreecommitdiffstats
path: root/hw/ide/piix.c
Commit message (Expand)AuthorAgeFilesLines
* hw: Remove unnecessary DEVICE() castPhilippe Mathieu-Daudé2020-05-151-1/+1
* hw/ide: Get rid of piix4_init functionBALATON Zoltan2020-03-171-11/+1Star
* hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-171-20/+1Star
* 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/+4Star
* Clean up inclusion of sysemu/sysemu.hMarkus Armbruster2019-08-161-1/+0Star
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0Star
* 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/+0Star
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+1
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-6/+5Star
* xen-platform: add missing disk unplug optionPaul Durrant2017-01-281-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/+1Star
* 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/+1Star
|\
| * ide: introduce ide_register_restart_cbPaolo Bonzini2015-03-101-2/+1Star
* | pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-6/+4Star
|/
* 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/+3Star
* 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/+0Star
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0Star
* blockdev: Remove unused DriveInfo reference countMarkus Armbruster2014-06-161-1/+1
* Call pci_piix3_xen_ide_unplug from unplug_disksStefano Stabellini2014-02-201-2/+1Star
* qdev:pci: refactor PCIDevice to use generic "hotpluggable" propertyIgor Mammedov2014-02-101-2/+2
* piix3 piix4: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-3/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-3/+3
* ide: Pass size to ide_bus_new()Andreas Färber2013-08-301-1/+1
* ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber2013-07-291-14/+10Star
* ide/piix: QOM casting sweepPeter Crosthwaite2013-07-291-4/+4
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+3
* hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini2013-07-041-4/+4
* memory: add owner argument to initialization functionsPaolo Bonzini2013-07-041-3/+3
* ahci: Don't allow creating slave drivesKevin Wolf2013-05-081-1/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2
* Make all static TypeInfos constAndreas Färber2013-01-101-3/+3
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-3/+3
* pci: update all users to look in pci/Michael S. Tsirkin2012-12-171-1/+1
* Rename target_phys_addr_t to hwaddrAvi Kivity2012-10-231-2/+2
* Merge branch pci into masterMichael S. Tsirkin2012-07-291-3/+1Star
|\
| * pci: convert PCIUnregisterFunc to voidAlex Williamson2012-07-041-3/+1Star
* | Avoid returning voidBlue Swirl2012-07-281-1/+2
* | Un-inline fdctrl_init_isa()Markus Armbruster2012-06-151-1/+2
|/