Age | Commit message (Expand) | Author |
2018-10-02 | replay: replay BH for IDE trim operation | Pavel Dovgalyuk |
2018-08-30 | macio: add addr property to macio IDE object | Mark Cave-Ayland |
2018-08-30 | macio: move MACIOIDEState type declarations to macio.h | Mark Cave-Ayland |
2018-08-15 | block: Remove deprecated -drive option serial | Kevin Wolf |
2018-07-10 | Revert "block: Remove deprecated -drive option serial" | Cornelia Huck |
2018-06-25 | ahci: fix FIS I bit and PIO Setup FIS interrupt | Paolo Bonzini |
2018-06-15 | block: Remove deprecated -drive option serial | Kevin Wolf |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster |
2018-06-08 | ide: introduce ide_transfer_start_norecurse | Paolo Bonzini |
2018-06-08 | atapi: call ide_set_irq before ide_transfer_start | Paolo Bonzini |
2018-06-08 | ide: make ide_transfer_stop idempotent | Paolo Bonzini |
2018-06-08 | ide: call ide_cmd_done from ide_transfer_stop | Paolo Bonzini |
2018-06-08 | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini |
2018-06-08 | ahci: move PIO Setup FIS before transfer, fix it for ATAPI commands | John Snow |
2018-06-08 | ahci: make ahci_mem_write traces more descriptive | John Snow |
2018-06-08 | ahci: delete old host register address definitions | John Snow |
2018-06-08 | ahci: adjust ahci_mem_write to work on registers | John Snow |
2018-06-08 | ahci: fix spacing damage on ahci_mem_write | John Snow |
2018-06-08 | ahci: make mem_read_32 traces more descriptive | John Snow |
2018-06-08 | ahci: modify ahci_mem_read_32 to work on register numbers | John Snow |
2018-06-08 | ahci: fix host register max address | John Snow |
2018-06-08 | ahci: add host register enumeration | John Snow |
2018-06-08 | ahci: delete old port register address definitions | John Snow |
2018-06-08 | ahci: make port write traces more descriptive | John Snow |
2018-06-08 | ahci: modify ahci_port_write to use register numbers | John Snow |
2018-06-08 | ahci: combine identical clauses in port write | John Snow |
2018-06-08 | ahci: fix spacing damage on ahci_port_write | John Snow |
2018-06-08 | ahci: make port read traces more descriptive | John Snow |
2018-06-08 | ahci: modify ahci_port_read to use register numbers | John Snow |
2018-06-08 | ahci: add port register enumeration | John Snow |
2018-06-08 | ahci: don't schedule unnecessary BH | John Snow |
2018-06-08 | ahci: fix PxCI register race | John Snow |
2018-06-08 | ahci: trim signatures on raise/lower | John Snow |
2018-06-04 | Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging | Peter Maydell |
2018-06-01 | ide: use local path for local headers | Michael S. Tsirkin |
2018-06-01 | hw/ide: Remove unused include | Philippe Mathieu-Daudé |
2018-06-01 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Philippe Mathieu-Daudé |
2018-05-20 | hw/ide/ahci: Keep ALLWINNER_AHCI() macro internal | Philippe Mathieu-Daudé |
2018-05-20 | misc, ide: remove use of HWADDR_PRIx in trace events | Daniel P. Berrangé |
2018-03-27 | macio: fix NULL pointer dereference when issuing IDE trim | Mark Cave-Ayland |
2018-03-27 | ide: fix invalid TRIM range abortion for macio | Anton Nefedov |
2018-03-18 | sii3112: Remove unneeded exit function | BALATON Zoltan |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth |
2018-03-02 | Revert "IDE: Do not flush empty CDROM drives" | Stefan Hajnoczi |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster |
2018-02-09 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2018-01-23 | Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into... | Peter Maydell |
2018-01-22 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int... | Peter Maydell |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis |
2018-01-20 | sii3112: Add explicit type casts to avoid unintended sign extension | BALATON Zoltan |