summaryrefslogtreecommitdiff
path: root/hw/ide
AgeCommit message (Expand)Author
2019-05-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2019-05-1...Peter Maydell
2019-05-13hw/ide/ahci: Add a Kconfig switch for the AHCI-ICH9 deviceThomas Huth
2019-05-13Clean up decorations and whitespace around header guardsMarkus Armbruster
2019-03-22trace-events: Fix attribution of trace points to sourceMarkus Armbruster
2019-03-22trace-events: Delete unused trace pointsMarkus Armbruster
2019-03-22trace-events: Shorten file names in commentsMarkus Armbruster
2019-03-07isa: express dependencies with kconfigPaolo Bonzini
2019-03-07build: convert pci.mak to KconfigPaolo Bonzini
2019-03-07ide: express dependencies with KconfigPaolo Bonzini
2019-03-07kconfig: introduce kconfig filesPaolo Bonzini
2019-02-22hw/ide: drop iov field from IDEDMAVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEBufferedRequestVladimir Sementsov-Ogievskiy
2019-02-22hw/ide: drop iov field from IDEStateVladimir Sementsov-Ogievskiy
2019-02-05ide: split ioport registration to a separate filePaolo Bonzini
2019-01-25ide/via: Implement and use native PCI IDE modeBALATON Zoltan
2019-01-25ide/via: Rename functions to match device nameBALATON Zoltan
2019-01-25ide/via: Remove vt82c686b_init_ports() functionBALATON Zoltan
2019-01-25sii3112: Remove duplicated code and use PCI IDE ops insteadBALATON Zoltan
2019-01-25ide: Get rid of CMD646BAR structBALATON Zoltan
2019-01-25cmd646: Move PCI IDE specific functions to ide/pci.cBALATON Zoltan
2019-01-25cmd646: Remove IDEBus from CMD646BARBALATON Zoltan
2019-01-25cmd646: Remove unused variableBALATON Zoltan
2019-01-11avoid TABs in files that only contain a fewPaolo Bonzini
2019-01-09trivial: Don't include isa.h if it is not really necessaryThomas Huth
2018-10-02replay: replay BH for IDE trim operationPavel Dovgalyuk
2018-08-30macio: add addr property to macio IDE objectMark Cave-Ayland
2018-08-30macio: move MACIOIDEState type declarations to macio.hMark Cave-Ayland
2018-08-15block: Remove deprecated -drive option serialKevin Wolf
2018-07-10Revert "block: Remove deprecated -drive option serial"Cornelia Huck
2018-06-25ahci: fix FIS I bit and PIO Setup FIS interruptPaolo Bonzini
2018-06-15block: Remove deprecated -drive option serialKevin Wolf
2018-06-13Purge uses of banned g_assert_FOO()Markus Armbruster
2018-06-08ide: introduce ide_transfer_start_norecursePaolo Bonzini
2018-06-08atapi: call ide_set_irq before ide_transfer_startPaolo Bonzini
2018-06-08ide: make ide_transfer_stop idempotentPaolo Bonzini
2018-06-08ide: call ide_cmd_done from ide_transfer_stopPaolo Bonzini
2018-06-08ide: push end_transfer_func out of start_transfer callback, rename callbackPaolo Bonzini
2018-06-08ahci: move PIO Setup FIS before transfer, fix it for ATAPI commandsJohn Snow
2018-06-08ahci: make ahci_mem_write traces more descriptiveJohn Snow
2018-06-08ahci: delete old host register address definitionsJohn Snow
2018-06-08ahci: adjust ahci_mem_write to work on registersJohn Snow
2018-06-08ahci: fix spacing damage on ahci_mem_writeJohn Snow
2018-06-08ahci: make mem_read_32 traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_mem_read_32 to work on register numbersJohn Snow
2018-06-08ahci: fix host register max addressJohn Snow
2018-06-08ahci: add host register enumerationJohn Snow
2018-06-08ahci: delete old port register address definitionsJohn Snow
2018-06-08ahci: make port write traces more descriptiveJohn Snow
2018-06-08ahci: modify ahci_port_write to use register numbersJohn Snow
2018-06-08ahci: combine identical clauses in port writeJohn Snow