aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/cmd646.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-27hw/ide: Include 'ide-internal.h' from current pathPhilippe Mathieu-Daudé1-1/+1
2024-02-22hw/ide: Stop exposing internal.h to non-IDE filesThomas Huth1-0/+1
2023-08-31hw/ide: spelling fixesMichael Tokarev1-1/+1
2023-07-11hw/ide: Extract bmdma_status_writeb()Bernhard Beschow1-1/+1
2023-07-11hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow1-1/+0
2023-03-24hw/ide: replace TABs with spaceYeqi Fu1-14/+14
2023-02-27hw/ide: Rename ide_init2() -> ide_bus_init_output_irq()Philippe Mathieu-Daudé1-1/+1
2023-02-27hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cbPhilippe Mathieu-Daudé1-1/+1
2021-09-30ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell1-1/+1
2020-03-27cmd646-ide: use qdev gpio rather than qemu_allocate_irqs()Mark Cave-Ayland1-5/+4
2020-03-10cmd646: remove unused pci_cmd646_ide_init() functionMark Cave-Ayland1-12/+0
2020-03-09cmd646: register vmstate_ide_pci VMStateDescription in DeviceClassMark Cave-Ayland1-2/+1
2020-03-09cmd646: register cmd646_reset() function in DeviceClassMark Cave-Ayland1-3/+3
2020-01-24qdev: set properties with device_class_set_props()Marc-André Lureau1-1/+1
2020-01-06vmstate: replace DeviceState with VMStateIfMarc-André Lureau1-1/+1
2019-10-04ide: fix leak from qemu_allocate_irqsPaolo Bonzini1-0/+1
2019-08-16Clean up inclusion of sysemu/sysemu.hMarkus Armbruster1-1/+0
2019-08-16Include hw/qdev-properties.h lessMarkus Armbruster1-0/+1
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: Get rid of CMD646BAR structBALATON Zoltan1-17/+16
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan1-69/+2
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan1-15/+14
2019-01-25cmd646: Remove unused variableBALATON Zoltan1-1/+0
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth1-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-10-23cmd646: add to storage categoryLaurent Vivier1-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-3/+2
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster1-1/+1
2014-08-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-5/+0
2014-08-18memory: remove memory_region_destroyPaolo Bonzini1-5/+0
2014-08-15cmd646: synchronise UDMA interrupt status with DMA interrupt statusMark Cave-Ayland1-0/+24
2014-08-15cmd646: allow MRDMODE interrupt status bits clearing from PCI config spaceMark Cave-Ayland1-2/+30
2014-08-15cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEStateMark Cave-Ayland1-5/+4
2014-08-15cmd646: synchronise DMA interrupt status with UDMA interrupt statusMark Cave-Ayland1-0/+22
2014-08-15cmd646: add constants for CNTRL register accessMark Cave-Ayland1-2/+5
2013-10-14hw: set interrupts using pci irq wrappersMarcel Apfelbaum1-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-29/+33
2013-07-04hw/i*: pass owner to memory_region_init* functionsPaolo Bonzini1-5/+8
2013-07-04memory: add owner argument to initialization functionsPaolo Bonzini1-5/+5
2013-06-28cmd646: fix build when DEBUG_IDE is enabled.Mark Cave-Ayland1-2/+2
2013-05-08ahci: Don't allow creating slave drivesKevin Wolf1-1/+1