Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-03-27 | ide: fix invalid TRIM range abortion for macio | Anton Nefedov | 1 | -8/+9 |
2018-03-18 | sii3112: Remove unneeded exit function | BALATON Zoltan | 1 | -12/+0 |
2018-03-12 | hw: Do not include "sysemu/block-backend.h" if it is not necessary | Thomas Huth | 6 | -6/+0 |
2018-03-02 | Revert "IDE: Do not flush empty CDROM drives" | Stefan Hajnoczi | 1 | -9/+1 |
2018-02-09 | Include qapi/error.h exactly where needed | Markus Armbruster | 1 | -0/+2 |
2018-02-09 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 1 | -2/+2 |
2018-01-23 | Merge remote-tracking branch 'remotes/huth/tags/pull-request-2018-01-22' into... | Peter Maydell | 2 | -3/+3 |
2018-01-22 | Merge remote-tracking branch 'remotes/dgibson/tags/ppc-for-2.12-20180121' int... | Peter Maydell | 1 | -5/+5 |
2018-01-22 | Replace all occurances of __FUNCTION__ with __func__ | Alistair Francis | 2 | -3/+3 |
2018-01-20 | sii3112: Add explicit type casts to avoid unintended sign extension | BALATON Zoltan | 1 | -5/+5 |
2018-01-19 | hw/ide: Remove duplicated definitions from ahci_internal.h | John Snow | 1 | -4/+0 |
2018-01-19 | ide: abort TRIM operation for invalid range | Anton Nefedov | 1 | -2/+13 |
2018-01-19 | ide: move ide_sect_range_ok() up | Anton Nefedov | 1 | -12/+12 |
2018-01-19 | ide: pass IDEState to trim AIO callback | Anton Nefedov | 1 | -6/+8 |
2018-01-10 | hw/ide: Emulate SiI3112 SATA controller | BALATON Zoltan | 3 | -0/+374 |
2017-12-19 | hw/block: Use errp directly rather than local_err | Mao Zhongyi | 1 | -8/+4 |
2017-12-18 | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé | 9 | -10/+2 |
2017-10-31 | ide: avoid referencing NULL dev in rotational rate setting | Daniel P. Berrange | 1 | -1/+3 |
2017-10-31 | hw/ide/ahci: Move allwinner code into a separate file | Thomas Huth | 3 | -95/+128 |
2017-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2 | -0/+2 |
2017-10-17 | macio: add missing registers to VMStateDescription | Mark Cave-Ayland | 1 | -1/+3 |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost | 2 | -0/+8 |
2017-10-12 | ide: support reporting of rotation rate | Daniel P. Berrange | 2 | -0/+2 |
2017-09-27 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'... | Peter Maydell | 2 | -2/+6 |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert | 2 | -2/+6 |
2017-09-27 | macio: use object link between MACIO_IDE and MAC_DBDMA object | Mark Cave-Ayland | 1 | -3/+6 |
2017-09-27 | macio: pass channel into MACIOIDEState via qdev property | Mark Cave-Ayland | 1 | -2/+8 |
2017-09-27 | macio: convert pmac_ide_ops from old_mmio | Mark Cave-Ayland | 1 | -106/+75 |
2017-09-27 | ppc/ide/macio: Add missing registers | Benjamin Herrenschmidt | 1 | -3/+41 |
2017-09-22 | ide: fix enum comparison for gcc 4.7 | John Snow | 2 | -2/+2 |
2017-09-18 | hw/ide: Convert DeviceClass init to realize | Mao Zhongyi | 2 | -47/+46 |
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 | 2 | -10/+22 |
2017-09-18 | AHCI: Rework IRQ constants | John Snow | 3 | -21/+74 |
2017-09-18 | AHCI: Replace DPRINTF with trace-events | John Snow | 2 | -89/+117 |
2017-09-18 | IDE: replace DEBUG_AIO with trace events | John Snow | 3 | -11/+21 |
2017-09-18 | ATAPI: Replace DEBUG_IDE_ATAPI with tracing events | John Snow | 2 | -41/+38 |
2017-09-18 | IDE: add tracing for data ports | John Snow | 2 | -1/+16 |
2017-09-18 | IDE: Add register hints to tracing | John Snow | 2 | -24/+72 |