aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/via.c
AgeCommit message (Expand)Author
2024-02-27hw/ide: Include 'ide-internal.h' from current pathPhilippe Mathieu-Daudé
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth
2023-11-28ide/via: Fix BAR4 value in legacy modeBALATON Zoltan
2023-11-21hw/ide/via: implement legacy/native mode switchingMark Cave-Ayland
2023-11-21ide/via: don't attempt to set default BAR addressesMark Cave-Ayland
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow
2023-07-11hw/ide/via: Wire up IDE legacy interrupts in host deviceBernhard Beschow
2023-02-27hw/ide/via: Replace magic 2 value by ARRAY_SIZE / MAX_IDE_DEVSPhilippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé
2022-10-31hw/isa/vt82c686: Introduce TYPE_VIA_IDE defineBernhard Beschow
2021-10-18via-ide: Avoid using isa_get_irq()BALATON Zoltan
2021-10-18via-ide: Set user_creatable to falseBALATON Zoltan
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell
2020-03-27via-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland
2020-03-27via-ide: don't use PCI level for legacy IRQsMark Cave-Ayland
2020-03-16via-ide: always use legacy IRQ 14/15 routingMark Cave-Ayland
2020-03-16via-ide: allow guests to write to PCI_CLASS_PROGMark Cave-Ayland
2020-03-16via-ide: initialise IDE controller in legacy modeMark Cave-Ayland
2020-03-16via-ide: ensure that PCI_INTERRUPT_LINE is hard-wired to its default valueMark Cave-Ayland
2020-03-16ide/via: Get rid of via_ide_init()BALATON Zoltan
2020-03-16via-ide: move registration of VMStateDescription to DeviceClassMark Cave-Ayland
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau
2019-10-15hw/ide/via82c: 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-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-01-29ide: Clean up includesPeter Maydell
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-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-08-18memory: remove memory_region_destroyPaolo Bonzini
2013-12-23vt82c686: 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-29devices: Associate devices to their logical categoryMarcel Apfelbaum
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini