summary refs log tree commit diff stats
path: root/hw/ide/via.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
* ide/via: Fix BAR4 value in legacy modeBALATON Zoltan2023-11-281-6/+11
* hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland2023-11-211-2/+37
* ide/via: don't attempt to set default BAR addressesMark Cave-Ayland2023-11-211-5/+0
* 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/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow2023-07-111-2/+4
* hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVSPhilippe Mathieu-Daudé2023-02-271-6/+6
* hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé2023-02-271-1/+1
* hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow2022-10-311-1/+1
* via-ide: Avoid using isa_get_irq()BALATON Zoltan2021-10-181-2/+2
* via-ide: Set user_creatable to falseBALATON Zoltan2021-10-181-0/+3
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-1/+1
* 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/+0
* via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland2020-03-161-4/+1
* via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland2020-03-161-0/+1
* via-ide: initialise IDE controller in legacy modeMark Cave-Ayland2020-03-161-1/+1
* via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland2020-03-161-1/+1
* ide/via: Get rid of via_ide_init()BALATON Zoltan2020-03-161-8/+0
* via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland2020-03-161-2/+1
* 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/+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/+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/+7
* ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan2019-01-251-24/+20
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-091-1/+0
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-6/+4
* 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/+1
|\
| * ide: introduce ide_register_restart_cbPaolo Bonzini2015-03-101-2/+1
* | pci: Trivial device model conversions to realizeMarkus Armbruster2015-02-261-4/+2
|/
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-1/+1
* memory: remove memory_region_destroyPaolo Bonzini2014-08-181-3/+0
* vt82c686: Clean up use of cannot_instantiate_with_device_add_yetMarkus Armbruster2013-12-231-1/+0
* 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