summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* block: Remove deprecated -drive option serialKevin Wolf2018-06-151-1/+0Star
* Purge uses of banned g_assert_FOO()Markus Armbruster2018-06-131-1/+1
* ide: introduce ide_transfer_start_norecursePaolo Bonzini2018-06-082-23/+35
* atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini2018-06-081-2/+2
* ide: make ide_transfer_stop idempotentPaolo Bonzini2018-06-081-10/+4Star
* ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini2018-06-081-7/+4Star
* ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini2018-06-083-11/+12
* ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow2018-06-081-11/+5Star
* ahci: make ahci_mem_write traces more descriptiveJohn Snow2018-06-082-2/+17
* ahci: delete old host register address definitionsJohn Snow2018-06-081-6/+0Star
* ahci: adjust ahci_mem_write to work on registersJohn Snow2018-06-081-6/+9
* ahci: fix spacing damage on ahci_mem_writeJohn Snow2018-06-081-24/+23Star
* ahci: make mem_read_32 traces more descriptiveJohn Snow2018-06-082-2/+8
* ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow2018-06-081-6/+11
* ahci: fix host register max addressJohn Snow2018-06-081-2/+1Star
* ahci: add host register enumerationJohn Snow2018-06-082-0/+30
* ahci: delete old port register address definitionsJohn Snow2018-06-081-18/+0Star
* ahci: make port write traces more descriptiveJohn Snow2018-06-082-2/+9
* ahci: modify ahci_port_write to use register numbersJohn Snow2018-06-081-15/+17
* ahci: combine identical clauses in port writeJohn Snow2018-06-081-4/+0Star
* ahci: fix spacing damage on ahci_port_writeJohn Snow2018-06-081-73/+73
* ahci: make port read traces more descriptiveJohn Snow2018-06-082-3/+5
* ahci: modify ahci_port_read to use register numbersJohn Snow2018-06-081-19/+19
* ahci: add port register enumerationJohn Snow2018-06-082-0/+54
* ahci: don't schedule unnecessary BHJohn Snow2018-06-081-2/+1Star
* ahci: fix PxCI register raceJohn Snow2018-06-081-7/+6Star
* ahci: trim signatures on raise/lowerJohn Snow2018-06-081-4/+4
* Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into stagingPeter Maydell2018-06-043-3/+3
|\
| * ide: use local path for local headersMichael S. Tsirkin2018-06-013-3/+3
* | hw/ide: Remove unused includePhilippe Mathieu-Daudé2018-06-011-1/+0Star
* | hw: Do not include "sysemu/block-backend.h" if it is not necessaryPhilippe Mathieu-Daudé2018-06-012-2/+0Star
|/
* hw/ide/ahci: Keep ALLWINNER_AHCI() macro internalPhilippe Mathieu-Daudé2018-05-202-3/+3
* misc, ide: remove use of HWADDR_PRIx in trace eventsDaniel P. Berrangé2018-05-201-2/+2
* macio: fix NULL pointer dereference when issuing IDE trimMark Cave-Ayland2018-03-271-1/+1
* ide: fix invalid TRIM range abortion for macioAnton Nefedov2018-03-271-8/+9
* sii3112: Remove unneeded exit functionBALATON Zoltan2018-03-181-12/+0Star
* hw: Do not include "sysemu/block-backend.h" if it is not necessaryThomas Huth2018-03-126-6/+0Star
* Revert "IDE: Do not flush empty CDROM drives"Stefan Hajnoczi2018-03-021-9/+1Star
* Include qapi/error.h exactly where neededMarkus Armbruster2018-02-091-0/+2
* Use #include "..." for our own headers, <...> for othersMarkus Armbruster2018-02-091-2/+2
* Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into...Peter Maydell2018-01-232-3/+3
|\
| * Replace all occurances of __FUNCTION__ with __func__Alistair Francis2018-01-222-3/+3
* | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int...Peter Maydell2018-01-221-5/+5
|\ \
| * | sii3112: Add explicit type casts to avoid unintended sign extensionBALATON Zoltan2018-01-201-5/+5
| |/
* | hw/ide: Remove duplicated definitions from ahci_internal.hJohn Snow2018-01-191-4/+0Star
* | ide: abort TRIM operation for invalid rangeAnton Nefedov2018-01-191-2/+13
* | ide: move ide_sect_range_ok() upAnton Nefedov2018-01-191-12/+12
* | ide: pass IDEState to trim AIO callbackAnton Nefedov2018-01-191-6/+8
|/
* hw/ide: Emulate SiI3112 SATA controllerBALATON Zoltan2018-01-103-0/+374
* hw/block: Use errp directly rather than local_errMao Zhongyi2017-12-191-8/+4Star