aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow1-15/+17
2018-06-08ahci: combine identical clauses in port writeJohn Snow1-4/+0
2018-06-08ahci: fix spacing damage on ahci_port_writeJohn Snow1-73/+73
2018-06-08ahci: make port read traces more descriptiveJohn Snow2-3/+5
2018-06-08ahci: modify ahci_port_read to use register numbersJohn Snow1-19/+19
2018-06-08ahci: add port register enumerationJohn Snow2-0/+54
2018-06-08ahci: don't schedule unnecessary BHJohn Snow1-2/+1
2018-06-08ahci: fix PxCI register raceJohn Snow1-7/+6
2018-06-08ahci: trim signatures on raise/lowerJohn Snow1-4/+4
2018-06-04Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell3-3/+3
2018-06-01ide: use local path for local headersMichael S. Tsirkin3-3/+3
2018-06-01hw/ide: Remove unused includePhilippe Mathieu-Daudé1-1/+0
2018-06-01hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2-2/+0
2018-05-20hw/ide/ahci: Keep ALLWINNER_AHCI() macro internalPhilippe Mathieu-Daudé2-3/+3
2018-05-20misc, ide: remove use of HWADDR_PRIx in trace eventsDaniel P. Berrangé1-2/+2
2018-03-27macio: fix NULL pointer dereference when issuing IDE trimMark Cave-Ayland1-1/+1
2018-03-27ide: fix invalid TRIM range abortion for macioAnton Nefedov1-8/+9
2018-03-18sii3112: Remove unneeded exit functionBALATON Zoltan1-12/+0
2018-03-12hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth6-6/+0
2018-03-02Revert "IDE: Do not flush empty CDROM drives"Stefan Hajnoczi1-9/+1
2018-02-09Include qapi/error.h exactly where neededMarkus Armbruster1-0/+2
2018-02-09Use #include "..." for our own headers, <...> for othersMarkus Armbruster1-2/+2
2018-01-23Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell2-3/+3
2018-01-22Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell1-5/+5
2018-01-22Replace all occurances of __FUNCTION__ with __func__Alistair Francis2-3/+3
2018-01-20sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan1-5/+5
2018-01-19hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow1-4/+0
2018-01-19ide: abort TRIM operation for invalid rangeAnton Nefedov1-2/+13
2018-01-19ide: move ide_sect_range_ok() upAnton Nefedov1-12/+12
2018-01-19ide: pass IDEState to trim AIO callbackAnton Nefedov1-6/+8
2018-01-10hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan3-0/+374
2017-12-19hw/block: Use errp directly rather than local_errMao Zhongyi1-8/+4
2017-12-18hw/ide: remove old i386 dependencyPhilippe Mathieu-Daudé9-10/+2
2017-10-31ide: avoid referencing NULL dev in rotational rate settingDaniel P. Berrange1-1/+3
2017-10-31hw/ide/ahci: Move allwinner code into a separate fileThomas Huth3-95/+128
2017-10-19Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2-0/+2
2017-10-17macio: add missing registers to VMStateDescriptionMark Cave-Ayland1-1/+3
2017-10-15pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devicesEduardo Habkost2-0/+8
2017-10-12ide: support reporting of rotation rateDaniel P. Berrange2-0/+2
2017-09-27Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'...Peter Maydell2-2/+6
2017-09-27migration: pre_save return intDr. David Alan Gilbert2-2/+6
2017-09-27macio: use object link between MACIO_IDE and MAC_DBDMA objectMark Cave-Ayland1-3/+6
2017-09-27macio: pass channel into MACIOIDEState via qdev propertyMark Cave-Ayland1-2/+8
2017-09-27macio: convert pmac_ide_ops from old_mmioMark Cave-Ayland1-106/+75
2017-09-27ppc/ide/macio: Add missing registersBenjamin Herrenschmidt1-3/+41
2017-09-22ide: fix enum comparison for gcc 4.7John Snow2-2/+2
2017-09-18hw/ide: Convert DeviceClass init to realizeMao Zhongyi2-47/+46
2017-09-18AHCI: remove DPRINTF macroJohn Snow1-9/+0
2017-09-18AHCI: pretty-print FIS to buffer instead of stderrJohn Snow2-10/+22
2017-09-18AHCI: Rework IRQ constantsJohn Snow3-21/+74