aboutsummaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)AuthorFilesLines
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy1-5/+6
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2-11/+6
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini3-27/+68
2019-01-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan1-14/+38
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan1-8/+7
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan1-24/+20
2019-01-25sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan1-44/+8
2019-01-25ide: Get rid of CMD646BAR structBALATON Zoltan1-17/+16
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan2-69/+67
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan1-15/+14
2019-01-25cmd646: Remove unused variableBALATON Zoltan1-1/+0
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini1-47/+47
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth3-3/+0
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk1-1/+2
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland1-0/+1
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland1-0/+1
2018-08-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck1-0/+1
2018-06-25ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini2-13/+26
2018-06-15block: Remove deprecated -drive option serialKevin Wolf1-1/+0
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster1-1/+1
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini2-23/+35
2018-06-08atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini1-2/+2
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini1-10/+4
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini1-7/+4
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini3-11/+12
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow1-11/+5
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow2-2/+17
2018-06-08ahci: delete old host register address definitionsJohn Snow1-6/+0
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow1-6/+9
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow1-24/+23
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow2-2/+8
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow1-6/+11
2018-06-08ahci: fix host register max addressJohn Snow1-2/+1
2018-06-08ahci: add host register enumerationJohn Snow2-0/+30
2018-06-08ahci: delete old port register address definitionsJohn Snow1-18/+0
2018-06-08ahci: make port write traces more descriptiveJohn Snow2-2/+9
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