aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/pci.c
AgeCommit message (Expand)Author
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
2014-10-20hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster
2014-10-20block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster
2014-08-15ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini
2014-08-15ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini
2014-08-15ide: fold add_status callback into set_inactivePaolo Bonzini
2014-08-15ide: simplify start_transfer callbacksPaolo Bonzini
2014-08-15ide: simplify set_inactive callbacksPaolo Bonzini
2014-08-15ide: simplify reset callbacksPaolo Bonzini
2014-06-16savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela
2014-03-27hw/ide: Add missing 'static' attributesStefan Weil
2013-07-29ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber
2013-05-08ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf
2013-04-08hw: move headers to include/Paolo Bonzini