summaryrefslogtreecommitdiffstats
path: root/include/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* hw/ide/piix: Introduce TYPE_ macros for PIIX IDE controllersBernhard Beschow2022-10-311-0/+7
* hw/ide/core.c: Implement ATA INITIALIZE_DEVICE_PARAMETERS commandLev Kujawski2022-09-301-0/+3
* ide: Rename ide_bus_new() to ide_bus_init()Peter Maydell2021-09-301-2/+2
* hw/ide: Fix crash when plugging a piix3-ide device into the x-remote machineThomas Huth2021-07-191-1/+1
* nomaintainer: Fix Lesser GPL version numberChetan Pant2020-11-151-1/+1
* ide: remove magic constants from the device registerJohn Snow2020-10-011-0/+11
* ide: model HOB correctlyJohn Snow2020-10-011-0/+1
* ide: rename cmd_write to ctrl_writeJohn Snow2020-10-011-4/+5
* Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost2020-09-183-15/+5Star
* Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost2020-09-181-3/+1Star
* ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost2020-09-091-1/+1
* Use DECLARE_*CHECKER* macrosEduardo Habkost2020-09-093-13/+12Star
* Move QOM typedefs and add missing includesEduardo Habkost2020-09-093-8/+15
* ahci: Move QOM macro to headerEduardo Habkost2020-08-271-0/+2
* ahci: Move QOM macros to headerEduardo Habkost2020-08-271-0/+3
* hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé2020-06-171-6/+6
* hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan2020-03-171-0/+2
* hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan2020-03-171-1/+1
* hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan2020-03-171-0/+1
* hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé2020-02-201-1/+1
* hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé2020-02-201-1/+0Star
* sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster2019-08-161-1/+2
* Include hw/irq.h a lot lessMarkus Armbruster2019-08-161-0/+1
* hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
* hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
* hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-221-1/+0Star
* ide: Get rid of CMD646BAR structBALATON Zoltan2019-01-251-8/+2Star
* cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2019-01-251-0/+2
* cmd646: Remove IDEBus from CMD646BARBALATON Zoltan2019-01-251-1/+0Star
* cmd646: Remove unused variableBALATON Zoltan2019-01-251-1/+0Star
* hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé2019-01-221-2/+2
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-1/+1
* ide: introduce ide_transfer_start_norecursePaolo Bonzini2018-06-081-0/+2
* ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini2018-06-081-1/+1
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-1/+0Star
* hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow2018-01-191-6/+0Star
* ide: support reporting of rotation rateDaniel P. Berrange2017-10-121-0/+8
* ide: fix enum comparison for gcc 4.7John Snow2017-09-221-2/+1Star
* scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini2017-09-191-1/+1
* hw/ide: Convert DeviceClass init to realizeMao Zhongyi2017-09-191-2/+3
* IDE: replace DEBUG_AIO with trace eventsJohn Snow2017-09-181-2/+5
* ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow2017-09-181-1/+0Star
* IDE: replace DEBUG_IDE with tracing systemJohn Snow2017-09-181-1/+0Star
* ahci: split public and private interfaceJohn Snow2017-07-182-405/+46Star
* ahci: Isolate public AHCI interfaceJohn Snow2017-07-182-52/+96
* ahci: add ahci_get_num_portsJohn Snow2017-07-181-0/+1
* ide: core: add cleanup functionLi Qiang2017-03-161-0/+1
* ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya2016-09-291-0/+1
* portio: keep references on portioMarc-André Lureau2016-09-081-0/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2016-07-123-4/+4