Age | Commit message (Expand) | Author |
2014-11-03 | ahci: Fix SDB FIS Construction | John Snow |
2014-11-03 | ahci: Update byte count after DMA completion | John Snow |
2014-11-03 | ahci: Correct PIO/D2H FIS responses | John Snow |
2014-10-30 | fix off-by-one error in pci_piix3_xen_ide_unplug | James Harper |
2014-10-24 | hmp: Remove "info pcmcia" | Markus Armbruster |
2014-10-20 | blockdev: Fix blockdev-add not to create DriveInfo | Markus Armbruster |
2014-10-20 | ide: Complete conversion from BlockDriverState to BlockBackend | Markus Armbruster |
2014-10-20 | hw: Convert from BlockDriverState to BlockBackend, mostly | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverCompletionFunc to BlockCompletionFunc | Markus Armbruster |
2014-10-20 | block: Rename BlockDriverAIOCB* to BlockAIOCB* | Markus Armbruster |
2014-10-20 | block: Eliminate DriveInfo member bdrv, use blk_by_legacy_dinfo() | Markus Armbruster |
2014-10-20 | blockdev: Eliminate drive_del() | Markus Armbruster |
2014-10-15 | ide: add calling add_boot_device_patch in bootindex setter function | Gonglei |
2014-10-15 | ide: add bootindex to qom property | Gonglei |
2014-10-03 | q35/ahci: Pick up -cdrom and -hda options | John Snow |
2014-10-03 | ide: Update ide_drive_get to be HBA agnostic | John Snow |
2014-09-22 | ahci: properly shadow the TFD register | John Snow |
2014-09-22 | ahci: MSI capability should be at 0x80, not 0x50. | John Snow |
2014-09-22 | block: Rename qemu_aio_release -> qemu_aio_unref | Fam Zheng |
2014-09-22 | ide: Convert trim_aiocb_info.cancel to .cancel_async | Fam Zheng |
2014-09-22 | ide/ahci: Check for -ECANCELED in aio callbacks | Fam Zheng |
2014-09-22 | ide/atapi: Mark non-data commands as complete | John Snow |
2014-09-10 | block: Make the block accounting functions operate on BlockAcctStats | Benoît Canet |
2014-09-10 | block: rename BlockAcctType members to start with BLOCK_ instead of BDRV_ | Benoît Canet |
2014-09-10 | IDE: MMIO IDE device control should be little endian | Valentin Manea |
2014-09-10 | xen: Drop redundant bdrv_close() from pci_piix3_xen_ide_unplug() | Markus Armbruster |
2014-09-08 | ide: Add resize callback to ide/core | John Snow |
2014-09-08 | IDE: Fill the IDENTIFY request consistently | John Snow |
2014-09-08 | ide: Add wwn support to IDE-ATAPI drive | John Snow |
2014-08-29 | ide: Fix bootindex for bus_id > 9 | Markus Armbruster |
2014-08-28 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-26 | block: Pass errp in blkconf_geometry | Fam Zheng |
2014-08-20 | block: Drop some superfluous casts from void * | Markus Armbruster |
2014-08-20 | block: Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2014-08-19 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2014-08-18 | memory: remove memory_region_destroy | Paolo Bonzini |
2014-08-15 | ide: only constrain read/write requests to drive size, not other types | Michael Tokarev |
2014-08-15 | ide: Fix segfault when flushing a device that doesn't exist | Kevin Wolf |
2014-08-15 | cmd646: synchronise UDMA interrupt status with DMA interrupt status | Mark Cave-Ayland |
2014-08-15 | cmd646: allow MRDMODE interrupt status bits clearing from PCI config space | Mark Cave-Ayland |
2014-08-15 | cmd646: switch cmd646_update_irq() to accept PCIDevice instead of PCIIDEState | Mark Cave-Ayland |
2014-08-15 | cmd646: synchronise DMA interrupt status with UDMA interrupt status | Mark Cave-Ayland |
2014-08-15 | cmd646: add constants for CNTRL register access | Mark Cave-Ayland |
2014-08-15 | ahci: construct PIO Setup FIS for PIO commands | Paolo Bonzini |
2014-08-15 | ide: make all commands go through cmd_done | Paolo Bonzini |
2014-08-15 | ide: stop PIO transfer on errors | Paolo Bonzini |
2014-08-15 | ahci: remove duplicate PORT_IRQ_* constants | Paolo Bonzini |
2014-08-15 | ide: move retry constants out of BM_STATUS_* namespace | Paolo Bonzini |
2014-08-15 | ide: move BM_STATUS bits to pci.[ch] | Paolo Bonzini |
2014-08-15 | ide: fold add_status callback into set_inactive | Paolo Bonzini |