summaryrefslogtreecommitdiffstats
path: root/hw/ide/via.c
Commit message (Expand)AuthorAgeFilesLines
* via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland2020-03-271-2/+4
* via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland2020-03-271-1/+0Star
* via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland2020-03-171-4/+1Star
* via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland2020-03-171-0/+1
* via-ide: initialise IDE controller in legacy modeMark Cave-Ayland2020-03-171-1/+1
* via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland2020-03-171-1/+1
* ide/via: Get rid of via_ide_init()BALATON Zoltan2020-03-171-8/+0Star
* via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland2020-03-171-2/+1Star
* vmstate: replace DeviceState with VMStateIfMarc-André Lureau2020-01-061-1/+1
* hw/ide/via82c: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé2019-10-151-6/+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/+2
* ide/via: Implement and use native PCI IDE modeBALATON Zoltan2019-01-251-14/+38
* ide/via: Rename functions to match device nameBALATON Zoltan2019-01-251-8/+7Star
* ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan2019-01-251-24/+20Star
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-6/+4Star
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-5/+5
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* 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-4/+2Star
|/
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0Star
* vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0Star
* qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+1
* 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-9/+9
* devices: Associate devices to their logical categoryMarcel Apfelbaum2013-07-291-0/+1
* 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-1/+1
* softmmu: move include files to include/sysemu/Paolo Bonzini2012-12-191-2/+2
* block: move include files to include/block/Paolo Bonzini2012-12-191-1/+1
* 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
* Revert "fix some debug printf format strings"malc2012-08-271-3/+2Star
* fix some debug printf format stringsMatthew Ogilvie2012-08-241-2/+3
* 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
|/
* Add missing const attributes for MemoryRegionOpsStefan Weil2012-03-111-1/+1
* qom: Unify type registrationAndreas Färber2012-02-151-2/+3