aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)Author
2024-08-06hw/ide/pci: Remove dead code from bmdma_prepare_buf()Peter Maydell
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-12-29hw/ide: Constify VMStateRichard Henderson
2023-11-21ide/pci: introduce pci_ide_update_mode() functionMark Cave-Ayland
2023-07-11hw/ide/pci: Replace some magic numbers by constantsBernhard Beschow
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/pci: Expose legacy interrupts as named GPIOsBernhard Beschow
2023-02-27hw/ide/pci: Unexport bmdma_active_if()Bernhard Beschow
2023-02-27hw/ide: Rename idebus_active_if() -> ide_bus_active_if()Philippe Mathieu-Daudé
2023-02-27hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()Philippe Mathieu-Daudé
2023-02-27hw/ide: Un-inline ide_set_irq()Philippe Mathieu-Daudé
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow
2020-09-01hw/ide/pci: Replace magic '512' value by BDRV_SECTOR_SIZEPhilippe Mathieu-Daudé
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan
2020-03-17hw/ide/pci.c: Coding style update to fix checkpatch errorsBALATON Zoltan
2020-03-17hw/ide: Get rid of piix3_init functionsBALATON Zoltan
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé
2019-08-16Include hw/hw.h exactly where neededMarkus Armbruster
2019-08-16Include migration/vmstate.h lessMarkus Armbruster
2019-06-12Include qemu/module.h where needed, drop it from qemu-common.hMarkus Armbruster
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON 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-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost
2017-09-27migration: pre_save return intDr. David Alan Gilbert
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster
2016-04-12ide: don't lose pending dma statePavel Butsykin
2016-02-10ide: move buffered DMA cancel to coreJohn Snow
2016-01-29ide: Clean up includesPeter Maydell
2015-11-17ide: orphan all buffered requests on DMA cancelPeter Lieven
2015-11-06ide: remove hardcoded 2GiB transactional limitJohn Snow
2015-07-04ide: add limit to .prepare_buf()John Snow
2015-06-12migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela
2015-06-03hw/ide/pci: Fix memory leakShannon Zhao
2015-03-10Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2015-03-10ide: place initial state of the current request to IDEBusPaolo Bonzini
2015-03-10ide: replace set_unit callback with more IDEBus statePaolo Bonzini
2015-03-10ide: move restart callback to common codePaolo Bonzini
2015-03-10ide: pass IDEBus to the restart_cbPaolo Bonzini
2015-03-10ide: do not use BMDMA in restart callbackPaolo Bonzini
2015-03-10ide: prepare to move restart to common codePaolo Bonzini
2015-03-10ide: start extracting ide_restart_dma out of bmdma_restart_dmaPaolo Bonzini
2015-03-10Remove superfluous '\n' around error_report()Gonglei
2015-02-06atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert
2014-11-14ide: Correct handling of malformed/short PRDTsJohn Snow