aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/via.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-27via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-2/+4
2020-03-27via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland1-1/+0
2020-03-16via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland1-4/+1
2020-03-16via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland1-0/+1
2020-03-16via-ide: initialise IDE controller in legacy modeMark Cave-Ayland1-1/+1
2020-03-16via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland1-1/+1
2020-03-16ide/via: Get rid of via_ide_init()BALATON Zoltan1-8/+0
2020-03-16via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland1-2/+1
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-1/+1
2019-10-15hw/ide/via82c: Convert reset handler to DeviceResetPhilippe Mathieu-Daudé1-6/+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/+2
2019-01-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan1-14/+38
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan1-8/+7
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan1-24/+20
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé1-1/+0
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé1-1/+0
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow1-6/+4
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-5/+5
2016-01-29ide: Clean up includesPeter Maydell1-0/+1
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-4/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-3/+0
2013-12-23vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+0
2013-12-23qdev: Replace no_user by cannot_instantiate_with_device_add_yetMarkus Armbruster1-1/+1
2013-08-30ide: Pass size to ide_bus_new()Andreas Färber1-1/+1
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber1-9/+9
2013-07-29devices: Associate devices to their logical categoryMarcel Apfelbaum1-0/+1
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-4/+4
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-3/+3
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf1-1/+1
2013-04-08hw: move headers to include/Paolo Bonzini1-2/+2
2013-01-10Make all static TypeInfos constAndreas Färber1-1/+1
2012-12-19softmmu: move include files to include/sysemu/Paolo Bonzini1-2/+2
2012-12-19block: move include files to include/block/Paolo Bonzini1-1/+1
2012-12-17pci: update all users to look in pci/Michael S. Tsirkin1-1/+1
2012-10-23Rename target_phys_addr_t to hwaddrAvi Kivity1-2/+2
2012-08-27Revert "fix some debug printf format strings"malc1-3/+2
2012-08-24fix some debug printf format stringsMatthew Ogilvie1-2/+3
2012-07-29Merge branch pci into masterMichael S. Tsirkin1-3/+1
2012-07-28Avoid returning voidBlue Swirl1-1/+2
2012-07-04pci: convert PCIUnregisterFunc to voidAlex Williamson1-3/+1
2012-03-11Add missing const attributes for MemoryRegionOpsStefan Weil1-1/+1
2012-02-15qom: Unify type registrationAndreas Färber1-2/+3