aboutsummaryrefslogtreecommitdiff
path: root/include/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2020-11-15nomaintainer: Fix Lesser GPL version numberChetan Pant1-1/+1
2020-10-01ide: remove magic constants from the device registerJohn Snow1-0/+11
2020-10-01ide: model HOB correctlyJohn Snow1-0/+1
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow1-4/+5
2020-09-18Use OBJECT_DECLARE_SIMPLE_TYPE when possibleEduardo Habkost3-15/+5
2020-09-18Use OBJECT_DECLARE_TYPE when possibleEduardo Habkost1-3/+1
2020-09-09ahci: Rename ICH_AHCI to ICH9_AHCIEduardo Habkost1-1/+1
2020-09-09Use DECLARE_*CHECKER* macrosEduardo Habkost3-13/+12
2020-09-09Move QOM typedefs and add missing includesEduardo Habkost3-8/+15
2020-08-27ahci: Move QOM macro to headerEduardo Habkost1-0/+2
2020-08-27ahci: Move QOM macros to headerEduardo Habkost1-0/+3
2020-06-17hw/ide: Make IDEDMAOps handlers take a const IDEDMA pointerPhilippe Mathieu-Daudé1-6/+6
2020-03-17hw/ide: Move MAX_IDE_DEVS define to hw/ide/internal.hBALATON Zoltan1-0/+2
2020-03-17hw/ide: Do ide_drive_get() within pci_ide_create_devs()BALATON Zoltan1-1/+1
2020-03-17hw/ide: Remove now unneded #include "hw/pci/pci.h" from hw/ide.hBALATON Zoltan1-0/+1
2020-02-20hw/ide: Let the DMAIntFunc prototype use a boolean 'is_write' argumentPhilippe Mathieu-Daudé1-1/+1
2020-02-20hw/ide/internal: Remove unused DMARestartFunc typedefPhilippe Mathieu-Daudé1-1/+0
2019-08-16sysemu: Move the VMChangeStateEntry typedef to qemu/typedefs.hMarkus Armbruster1-1/+2
2019-08-16Include hw/irq.h a lot lessMarkus Armbruster1-0/+1
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-1/+0
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy1-1/+0
2019-01-25ide: Get rid of CMD646BAR structBALATON Zoltan1-8/+2
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan1-0/+2
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan1-1/+0
2019-01-25cmd646: Remove unused variableBALATON Zoltan1-1/+0
2019-01-22hw/ide/ahci: Remove AllwinnerAHCIState from "qemu/typedefs.h"Philippe Mathieu-Daudé1-2/+2
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-1/+1
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini1-0/+2
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini1-1/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-1/+0
2018-01-19hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow1-6/+0
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange1-0/+8
2017-09-22ide: fix enum comparison for gcc 4.7John Snow1-2/+1
2017-09-19scsi: move block/scsi.h to include/scsi/constants.hPaolo Bonzini1-1/+1
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi1-2/+3
2017-09-18IDE: replace DEBUG_AIO with trace eventsJohn Snow1-2/+5
2017-09-18ATAPI: Replace DEBUG_IDE_ATAPI with tracing eventsJohn Snow1-1/+0
2017-09-18IDE: replace DEBUG_IDE with tracing systemJohn Snow1-1/+0
2017-07-18ahci: split public and private interfaceJohn Snow2-405/+46
2017-07-18ahci: Isolate public AHCI interfaceJohn Snow2-52/+96
2017-07-18ahci: add ahci_get_num_portsJohn Snow1-0/+1
2017-03-15ide: core: add cleanup functionLi Qiang1-0/+1
2016-09-29ide: Fix memory leak in ide_register_restart_cb()Ashijeet Acharya1-0/+1
2016-09-08portio: keep references on portioMarc-André Lureau1-0/+2
2016-07-12Use #include "..." for our own headers, <...> for othersMarkus Armbruster3-4/+4
2016-06-29ide: move headers to include folderEfimov Vasily3-0/+1116