summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* ide/via: Implement and use native PCI IDE modeBALATON Zoltan2019-01-251-14/+38
* ide/via: Rename functions to match device nameBALATON Zoltan2019-01-251-8/+7Star
* ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan2019-01-251-24/+20Star
* sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan2019-01-251-44/+8Star
* ide: Get rid of CMD646BAR structBALATON Zoltan2019-01-251-17/+16Star
* cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2019-01-252-69/+67Star
* cmd646: Remove IDEBus from CMD646BARBALATON Zoltan2019-01-251-15/+14Star
* cmd646: Remove unused variableBALATON Zoltan2019-01-251-1/+0Star
* avoid TABs in files that only contain a fewPaolo Bonzini2019-01-111-47/+47
* trivial: Don't include isa.h if it is not really necessaryThomas Huth2019-01-093-3/+0Star
* replay: replay BH for IDE trim operationPavel Dovgalyuk2018-10-021-1/+2
* macio: add addr property to macio IDE objectMark Cave-Ayland2018-08-301-0/+1
* macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland2018-08-301-0/+1
* block: Remove deprecated -drive option serialKevin Wolf2018-08-151-1/+0Star
* Revert "block: Remove deprecated -drive option serial"Cornelia Huck2018-07-101-0/+1
* ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini2018-06-252-13/+26
* 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