summary refs log tree commit diff stats
path: root/hw/ide/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* qom: Make InterfaceInfo[] uses constPhilippe Mathieu-Daudé2025-04-251-1/+1
* include: Rename sysemu/ -> system/Philippe Mathieu-Daudé2024-12-201-1/+1
* hw/ide/pci: Remove dead code from bmdma_prepare_buf()Peter Maydell2024-08-061-5/+2
* 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
* hw/ide: Constify VMStateRichard Henderson2023-12-291-5/+5
* ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland2023-11-211-0/+84
* hw/ide/pci: Replace some magic numbers by constantsBernhard Beschow2023-07-111-1/+2
* hw/ide: Extract bmdma_status_writeb()Bernhard Beschow2023-07-111-0/+5
* hw/ide: Extract IDEBus assignment into bmdma_init()Bernhard Beschow2023-07-111-0/+1
* hw/ide/pci: Expose legacy interrupts as named GPIOsBernhard Beschow2023-07-111-0/+9
* hw/ide/pci: Unexport bmdma_active_if()Bernhard Beschow2023-02-271-0/+6
* hw/ide: Rename idebus_active_if() -> ide_bus_active_if()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé2023-02-271-1/+1
* hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé2023-02-271-0/+1
* ide: rename cmd_write to ctrl_writeJohn Snow2020-10-011-6/+6
* hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé2020-09-011-1/+1
* hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé2020-06-171-6/+6
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-1/+3
* hw/ide/pci.c: Coding style update to fix checkpatch errorsBALATON Zoltan2020-03-171-3/+3
* hw/ide: Get rid of piix3_init functionsBALATON Zoltan2020-03-171-0/+1
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* Include hw/hw.h exactly where neededMarkus Armbruster2019-08-161-1/+0
* Include migration/vmstate.h lessMarkus Armbruster2019-08-161-0/+1
* Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster2019-06-121-0/+2
* cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2019-01-251-0/+65
* 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
* pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2017-10-151-0/+4
* migration: pre_save return intDr. David Alan Gilbert2017-09-271-1/+3
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-12/+5
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-121-5/+5
* ide: don't lose pending dma statePavel Butsykin2016-04-121-0/+4
* ide: move buffered DMA cancel to coreJohn Snow2016-02-101-35/+1
* ide: Clean up includesPeter Maydell2016-01-291-0/+1
* ide: orphan all buffered requests on DMA cancelPeter Lieven2015-11-171-0/+19
* ide: remove hardcoded 2GiB transactional limitJohn Snow2015-11-061-7/+0
* ide: add limit to .prepare_buf()John Snow2015-07-041-5/+16
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-10/+6
* hw/ide/pci: Fix memory leakShannon Zhao2015-06-031-4/+1
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-101-94/+15
|\
| * ide: place initial state of the current request to IDEBusPaolo Bonzini2015-03-101-9/+6
| * ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-101-13/+6
| * ide: move restart callback to common codePaolo Bonzini2015-03-101-79/+0
| * ide: pass IDEBus to the restart_cbPaolo Bonzini2015-03-101-5/+5
| * ide: do not use BMDMA in restart callbackPaolo Bonzini2015-03-101-3/+3
| * ide: prepare to move restart to common codePaolo Bonzini2015-03-101-5/+7
| * ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini2015-03-101-10/+18
* | Remove superfluous '\n' around error_report()Gonglei2015-03-101-1/+1
|/