Age | Commit message (Expand) | Author | Files | Lines |
2019-01-25 | ide/via: Implement and use native PCI IDE mode | BALATON Zoltan | 1 | -14/+38 |
2019-01-25 | ide/via: Rename functions to match device name | BALATON Zoltan | 1 | -8/+7 |
2019-01-25 | ide/via: Remove vt82c686b_init_ports() function | BALATON Zoltan | 1 | -24/+20 |
2019-01-25 | sii3112: Remove duplicated code and use PCI IDE ops instead | BALATON Zoltan | 1 | -44/+8 |
2019-01-25 | ide: Get rid of CMD646BAR struct | BALATON Zoltan | 1 | -17/+16 |
2019-01-25 | cmd646: Move PCI IDE specific functions to ide/pci.c | BALATON Zoltan | 2 | -69/+67 |
2019-01-25 | cmd646: Remove IDEBus from CMD646BAR | BALATON Zoltan | 1 | -15/+14 |
2019-01-25 | cmd646: Remove unused variable | BALATON Zoltan | 1 | -1/+0 |
2019-01-11 | avoid TABs in files that only contain a few | Paolo Bonzini | 1 | -47/+47 |
2019-01-09 | trivial: Don't include isa.h if it is not really necessary | Thomas Huth | 3 | -3/+0 |
2018-10-02 | replay: replay BH for IDE trim operation | Pavel Dovgalyuk | 1 | -1/+2 |
2018-08-30 | macio: add addr property to macio IDE object | Mark Cave-Ayland | 1 | -0/+1 |
2018-08-30 | macio: move MACIOIDEState type declarations to macio.h | Mark Cave-Ayland | 1 | -0/+1 |
2018-08-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -1/+0 |
2018-07-10 | Revert "block: Remove deprecated -drive option serial" | Cornelia Huck | 1 | -0/+1 |
2018-06-25 | ahci: fix FIS I bit and PIO Setup FIS interrupt | Paolo Bonzini | 2 | -13/+26 |
2018-06-15 | block: Remove deprecated -drive option serial | Kevin Wolf | 1 | -1/+0 |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster | 1 | -1/+1 |
2018-06-08 | ide: introduce ide_transfer_start_norecurse | Paolo Bonzini | 2 | -23/+35 |
2018-06-08 | atapi: call ide_set_irq before ide_transfer_start | Paolo Bonzini | 1 | -2/+2 |
2018-06-08 | ide: make ide_transfer_stop idempotent | Paolo Bonzini | 1 | -10/+4 |
2018-06-08 | ide: call ide_cmd_done from ide_transfer_stop | Paolo Bonzini | 1 | -7/+4 |
2018-06-08 | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini | 3 | -11/+12 |
2018-06-08 | ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands | John Snow | 1 | -11/+5 |
2018-06-08 | ahci: make ahci_mem_write traces more descriptive | John Snow | 2 | -2/+17 |
2018-06-08 | ahci: delete old host register address definitions | John Snow | 1 | -6/+0 |
2018-06-08 | ahci: adjust ahci_mem_write to work on registers | John Snow | 1 | -6/+9 |
2018-06-08 | ahci: fix spacing damage on ahci_mem_write | John Snow | 1 | -24/+23 |
2018-06-08 | ahci: make mem_read_32 traces more descriptive | John Snow | 2 | -2/+8 |
2018-06-08 | ahci: modify ahci_mem_read_32 to work on register numbers | John Snow | 1 | -6/+11 |
2018-06-08 | ahci: fix host register max address | John Snow | 1 | -2/+1 |
2018-06-08 | ahci: add host register enumeration | John Snow | 2 | -0/+30 |
2018-06-08 | ahci: delete old port register address definitions | John Snow | 1 | -18/+0 |
2018-06-08 | ahci: make port write traces more descriptive | John Snow | 2 | -2/+9 |
2018-06-08 | ahci: modify ahci_port_write to use register numbers | John Snow | 1 | -15/+17 |
2018-06-08 | ahci: combine identical clauses in port write | John Snow | 1 | -4/+0 |
2018-06-08 | ahci: fix spacing damage on ahci_port_write | John Snow | 1 | -73/+73 |
2018-06-08 | ahci: make port read traces more descriptive | John Snow | 2 | -3/+5 |
2018-06-08 | ahci: modify ahci_port_read to use register numbers | John Snow | 1 | -19/+19 |
2018-06-08 | ahci: add port register enumeration | John Snow | 2 | -0/+54 |
2018-06-08 | ahci: don't schedule unnecessary BH | John Snow | 1 | -2/+1 |
2018-06-08 | ahci: fix PxCI register race | John Snow | 1 | -7/+6 |
2018-06-08 | ahci: trim signatures on raise/lower | John Snow | 1 | -4/+4 |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell | 3 | -3/+3 |
2018-06-01 | ide: use local path for local headers | Michael S. Tsirkin | 3 | -3/+3 |
2018-06-01 | hw/ide: Remove unused include | Philippe Mathieu-Daudé | 1 | -1/+0 |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé | 2 | -2/+0 |
2018-05-20 | hw/ide/ahci: Keep ALLWINNER_AHCI() macro internal | Philippe Mathieu-Daudé | 2 | -3/+3 |
2018-05-20 | misc, ide: remove use of HWADDR_PRIx in trace events | Daniel P. Berrangé | 1 | -2/+2 |
2018-03-27 | macio: fix NULL pointer dereference when issuing IDE trim | Mark Cave-Ayland | 1 | -1/+1 |