summaryrefslogtreecommitdiffstats
path: root/hw/ide
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell2019-05-132-2/+6
|\
| * hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 deviceThomas Huth2019-05-132-2/+6
* | Clean up decorations and whitespace around header guardsMarkus Armbruster2019-05-131-1/+1
|/
* trace-events: Fix attribution of trace points to sourceMarkus Armbruster2019-03-221-2/+4
* trace-events: Delete unused trace pointsMarkus Armbruster2019-03-221-1/+0Star
* trace-events: Shorten file names in commentsMarkus Armbruster2019-03-221-8/+8
* isa: express dependencies with kconfigPaolo Bonzini2019-03-071-0/+1
* build: convert pci.mak to KconfigPaolo Bonzini2019-03-071-0/+3
* ide: express dependencies with KconfigPaolo Bonzini2019-03-071-0/+15
* kconfig: introduce kconfig filesPaolo Bonzini2019-03-071-0/+35
* hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy2019-02-221-3/+2Star
* hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy2019-02-221-5/+6
* hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy2019-02-222-11/+6Star
* ide: split ioport registration to a separate filePaolo Bonzini2019-02-053-27/+68
* 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