summaryrefslogtreecommitdiffstats
path: root/hw/ide/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-011-1/+0Star
* hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé2017-12-181-1/+0Star
* 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/+5Star
* 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/+1Star
* 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/+0Star
* ide: add limit to .prepare_buf()John Snow2015-07-041-5/+16
* migration: Use normal VMStateDescriptions for SubsectionsJuan Quintela2015-06-121-10/+6Star
* hw/ide/pci: Fix memory leakShannon Zhao2015-06-031-4/+1Star
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2015-03-101-94/+15Star
|\
| * ide: place initial state of the current request to IDEBusPaolo Bonzini2015-03-101-9/+6Star
| * ide: replace set_unit callback with more IDEBus statePaolo Bonzini2015-03-101-13/+6Star
| * ide: move restart callback to common codePaolo Bonzini2015-03-101-79/+0Star
| * 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
|/
* atapi migration: Throw recoverable error to avoid recoveryDr. David Alan Gilbert2015-02-061-0/+11
* ide: Correct handling of malformed/short PRDTsJohn Snow2014-11-141-6/+21
* hw: Convert from BlockDriverState to BlockBackend, mostlyMarkus Armbruster2014-10-201-2/+2
* block: Rename BlockDriverCompletionFunc to BlockCompletionFuncMarkus Armbruster2014-10-201-1/+1
* ide: move retry constants out of BM_STATUS_* namespacePaolo Bonzini2014-08-151-7/+7
* ide: move BM_STATUS bits to pci.[ch]Paolo Bonzini2014-08-151-0/+4
* ide: fold add_status callback into set_inactivePaolo Bonzini2014-08-151-12/+7Star
* ide: simplify start_transfer callbacksPaolo Bonzini2014-08-151-6/+0Star
* ide: simplify set_inactive callbacksPaolo Bonzini2014-08-151-3/+1Star
* ide: simplify reset callbacksPaolo Bonzini2014-08-151-3/+1Star
* savevm: Remove all the unneeded version_minimum_id_old (x86)Juan Quintela2014-06-161-8/+4Star
* hw/ide: Add missing 'static' attributesStefan Weil2014-03-271-1/+1
* ide: Introduce abstract QOM type for PCIIDEStateAndreas Färber2013-07-291-7/+23
* ide: Reset BMIDEA bit when the bus master is stoppedKevin Wolf2013-05-081-0/+1
* hw: move headers to include/Paolo Bonzini2013-04-081-2/+2