Age | Commit message (Expand) | Author |
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 |
2018-01-19 | hw/ide: Remove duplicated definitions from ahci_internal.h | John Snow |
2018-01-19 | ide: abort TRIM operation for invalid range | Anton Nefedov |
2018-01-19 | ide: move ide_sect_range_ok() up | Anton Nefedov |
2018-01-19 | ide: pass IDEState to trim AIO callback | Anton Nefedov |
2018-01-10 | hw/ide: Emulate SiI3112 SATA controller | BALATON Zoltan |
2017-12-19 | hw/block: Use errp directly rather than local_err | Mao Zhongyi |
2017-12-18 | hw/ide: remove old i386 dependency | Philippe Mathieu-Daudé |
2017-10-31 | ide: avoid referencing NULL dev in rotational rate setting | Daniel P. Berrange |
2017-10-31 | hw/ide/ahci: Move allwinner code into a separate file | Thomas Huth |
2017-10-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2017-10-17 | macio: add missing registers to VMStateDescription | Mark Cave-Ayland |
2017-10-15 | pci: Add INTERFACE_CONVENTIONAL_PCI_DEVICE to Conventional PCI devices | Eduardo Habkost |
2017-10-12 | ide: support reporting of rotation rate | Daniel P. Berrange |
2017-09-27 | Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20170927a'... | Peter Maydell |
2017-09-27 | migration: pre_save return int | Dr. David Alan Gilbert |
2017-09-27 | macio: use object link between MACIO_IDE and MAC_DBDMA object | Mark Cave-Ayland |
2017-09-27 | macio: pass channel into MACIOIDEState via qdev property | Mark Cave-Ayland |
2017-09-27 | macio: convert pmac_ide_ops from old_mmio | Mark Cave-Ayland |
2017-09-27 | ppc/ide/macio: Add missing registers | Benjamin Herrenschmidt |
2017-09-22 | ide: fix enum comparison for gcc 4.7 | John Snow |
2017-09-18 | hw/ide: Convert DeviceClass init to realize | Mao Zhongyi |
2017-09-18 | AHCI: remove DPRINTF macro | John Snow |
2017-09-18 | AHCI: pretty-print FIS to buffer instead of stderr | John Snow |
2017-09-18 | AHCI: Rework IRQ constants | John Snow |
2017-09-18 | AHCI: Replace DPRINTF with trace-events | John Snow |
2017-09-18 | IDE: replace DEBUG_AIO with trace events | John Snow |
2017-09-18 | ATAPI: Replace DEBUG_IDE_ATAPI with tracing events | John Snow |
2017-09-18 | IDE: add tracing for data ports | John Snow |
2017-09-18 | IDE: Add register hints to tracing | John Snow |
2017-09-18 | IDE: replace DEBUG_IDE with tracing system | John Snow |
2017-09-18 | hw/ide/microdrive: Mark the dscm1xxxx device with user_creatable = false | Thomas Huth |
2017-09-18 | ide: ahci: unparent children buses before freeing their memory | Igor Mammedov |
2017-08-10 | IDE: Do not flush empty CDROM drives | Stefan Hajnoczi |
2017-07-19 | Merge remote-tracking branch 'remotes/jnsnow/tags/ide-pull-request' into staging | Peter Maydell |
2017-07-18 | ahci: split public and private interface | John Snow |
2017-07-18 | ahci: add ahci_get_num_ports | John Snow |
2017-07-18 | ide: bdrv_attach_dev() for empty CD-ROM | Kevin Wolf |
2017-07-03 | pci: Replace pci_add_capability2() with pci_add_capability() | Mao Zhongyi |
2017-06-28 | vmstate: error hint for failed equal checks | Halil Pasic |
2017-03-15 | ide: ahci: call cleanup function in ahci unit | Li Qiang |
2017-03-15 | ide: core: add cleanup function | Li Qiang |
2017-03-15 | ide: qdev: register ide bus unrealize function | Li Qiang |
2017-02-28 | hw/block: Request permissions | Kevin Wolf |