Age | Commit message (Expand) | Author | Files | Lines |
2019-08-16 | Revert "ide/ahci: Check for -ECANCELED in aio callbacks" | John Snow | 1 | -3/+0 |
2019-08-16 | Include hw/qdev-properties.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include qemu/main-loop.h less | Markus Armbruster | 1 | -0/+1 |
2019-08-16 | Include hw/hw.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-08-16 | Include migration/vmstate.h less | Markus Armbruster | 1 | -0/+1 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 1 | -0/+1 |
2018-06-25 | ahci: fix FIS I bit and PIO Setup FIS interrupt | Paolo Bonzini | 1 | -12/+25 |
2018-06-13 | Purge uses of banned g_assert_FOO() | Markus Armbruster | 1 | -1/+1 |
2018-06-08 | ide: push end_transfer_func out of start_transfer callback, rename callback | Paolo Bonzini | 1 | -7/+6 |
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 | 1 | -1/+14 |
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 | 1 | -2/+5 |
2018-06-08 | ahci: modify ahci_mem_read_32 to work on register numbers | John Snow | 1 | -6/+11 |
2018-06-08 | ahci: add host register enumeration | John Snow | 1 | -0/+15 |
2018-06-08 | ahci: make port write traces more descriptive | John Snow | 1 | -1/+7 |
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 | 1 | -2/+3 |
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 | 1 | -0/+25 |
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-01 | ide: use local path for local headers | Michael S. Tsirkin | 1 | -1/+1 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 1 | -1/+1 |
2017-12-18 | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 1 | -1/+0 |
2017-10-31 | hw/ide/ahci: Move allwinner code into a separate file | Thomas Huth | 1 | -95/+0 |
2017-09-22 | ide: fix enum comparison for gcc 4.7 | John Snow | 1 | -1/+1 |
2017-09-18 | AHCI: remove DPRINTF macro | John Snow | 1 | -9/+0 |
2017-09-18 | AHCI: pretty-print FIS to buffer instead of stderr | John Snow | 1 | -10/+18 |
2017-09-18 | AHCI: Rework IRQ constants | John Snow | 1 | -11/+38 |
2017-09-18 | AHCI: Replace DPRINTF with trace-events | John Snow | 1 | -89/+68 |
2017-09-18 | ide: ahci: unparent children buses before freeing their memory | Igor Mammedov | 1 | -0/+1 |
2017-07-18 | ahci: split public and private interface | John Snow | 1 | -1/+1 |
2017-07-18 | ahci: add ahci_get_num_ports | John Snow | 1 | -0/+8 |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic | 1 | -1/+1 |
2017-03-15 | ide: ahci: call cleanup function in ahci unit | Li Qiang | 1 | -0/+12 |
2017-02-10 | ahci: advertise HOST_CAP_64 | Ladi Prosek | 1 | -1/+1 |
2016-10-27 | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland | 1 | -0/+2 |
2016-09-29 | ahci: clear aiocb in ncq_cb | John Snow | 1 | -0/+1 |
2016-08-08 | ahci: fix sglist leak on retry | Marc-André Lureau | 1 | -2/+1 |
2016-08-08 | ahci: free irqs array | Marc-André Lureau | 1 | -0/+1 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -7/+7 |
2016-06-29 | ide: move headers to include folder | Efimov Vasily | 1 | -1/+1 |
2016-05-25 | dma-helpers: change interface to byte-based | Paolo Bonzini | 1 | -2/+4 |
2016-02-10 | ahci: prohibit "restarting" the FIS or CLB engines | John Snow | 1 | -19/+20 |
2016-02-10 | ahci: explicitly reject bad engine states on post_load | John Snow | 1 | -8/+13 |