Age | Commit message (Expand) | Author | Files | Lines |
2017-03-15 | ide: ahci: call cleanup function in ahci unit | Li Qiang | 1 | -0/+12 |
2017-03-15 | ide: core: add cleanup function | Li Qiang | 1 | -0/+8 |
2017-03-15 | ide: qdev: register ide bus unrealize function | Li Qiang | 1 | -6/+6 |
2017-02-28 | hw/block: Request permissions | Kevin Wolf | 1 | -2/+6 |
2017-02-28 | block: Allow error return in BlockDevOps.change_media_cb() | Kevin Wolf | 1 | -1/+1 |
2017-02-28 | block: Add permissions to blk_new() | Kevin Wolf | 1 | -1/+2 |
2017-02-21 | hw: Drop superfluous special checks for orphaned -drive | Markus Armbruster | 1 | -17/+0 |
2017-02-10 | ahci: advertise HOST_CAP_64 | Ladi Prosek | 1 | -1/+1 |
2017-01-27 | xen-platform: add missing disk unplug option | Paul Durrant | 1 | -2/+2 |
2016-11-14 | atapi: classify read_cd as conditionally returning data | John Snow | 1 | -11/+40 |
2016-10-27 | macio: switch over to new byte-aligned DMA helpers | Mark Cave-Ayland | 1 | -185/+28 |
2016-10-27 | dma-helpers: explicitly pass alignment into DMA helpers | Mark Cave-Ayland | 2 | -3/+5 |
2016-10-04 | Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+4 |
2016-09-29 | ide: Fix memory leak in ide_register_restart_cb() | Ashijeet Acharya | 2 | -1/+12 |
2016-09-29 | ahci: clear aiocb in ncq_cb | John Snow | 1 | -0/+1 |
2016-09-29 | ide: fix DMA register transitions | John Snow | 1 | -1/+1 |
2016-09-29 | block-backend: remove blk_flush_all | John Snow | 1 | -0/+4 |
2016-09-08 | portio: keep references on portio | Marc-André Lureau | 1 | -2/+4 |
2016-09-05 | ide: ide-cd without drive property for empty drive | Kevin Wolf | 1 | -5/+15 |
2016-08-09 | atapi: fix halted DMA reset | John Snow | 1 | -0/+1 |
2016-08-08 | Merge remote-tracking branch 'remotes/elmarco/tags/leaks-for-2.7-pull-request... | Peter Maydell | 2 | -2/+3 |
2016-08-08 | macio: set res_count value to 0 after non-block ATAPI DMA transfers | Mark Cave-Ayland | 1 | -0/+1 |
2016-08-08 | ahci: fix sglist leak on retry | Marc-André Lureau | 2 | -2/+2 |
2016-08-08 | ahci: free irqs array | Marc-André Lureau | 1 | -0/+1 |
2016-07-28 | ide: fix halted IO segfault at reset | John Snow | 1 | -0/+1 |
2016-07-20 | block: Convert BB interface to byte-based discards | Eric Blake | 1 | -2/+4 |
2016-07-18 | ide: set retry_unit for PIO and FLUSH requests | Evgeny Yakovlev | 1 | -0/+2 |
2016-07-18 | ide: refactor retry_unit set and clear into separate function | Evgeny Yakovlev | 1 | -6/+16 |
2016-07-13 | block/qdev: Allow configuring rerror/werror with qdev properties | Kevin Wolf | 1 | -0/+1 |
2016-07-13 | block/qdev: Allow configuring WCE with qdev properties | Kevin Wolf | 1 | -0/+1 |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster | 12 | -51/+51 |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin | 1 | -2/+5 |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 4 | -1117/+1 |
2016-06-29 | ide: move headers to include folder | Efimov Vasily | 4 | -1117/+1 |
2016-06-27 | macio: Use blk_drain instead of blk_drain_all | Fam Zheng | 1 | -1/+1 |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost | 1 | -3/+1 |
2016-06-14 | macio: call dma_memory_unmap() at the end of each DMA transfer | Mark Cave-Ayland | 1 | -20/+26 |
2016-06-07 | macio: use DMA memory interface for non-block ATAPI transfers | Mark Cave-Ayland | 1 | -1/+2 |
2016-05-25 | dma-helpers: change BlockBackend to opaque value in DMAIOFunc | Paolo Bonzini | 3 | -10/+12 |
2016-05-25 | dma-helpers: change interface to byte-based | Paolo Bonzini | 2 | -5/+9 |
2016-05-12 | atapi: Switch to byte-based block access | Eric Blake | 1 | -8/+11 |
2016-05-12 | ide: Switch to byte-based aio block access | Eric Blake | 3 | -12/+9 |
2016-05-12 | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev | Kevin Wolf | 1 | -2/+2 |
2016-04-12 | ide: really restart pending and in-flight atapi dma | Pavel Butsykin | 4 | -22/+43 |
2016-04-12 | ide: restart atapi dma by re-evaluating command packet | Pavel Butsykin | 1 | -7/+6 |
2016-04-12 | ide: don't lose pending dma state | Pavel Butsykin | 3 | -8/+20 |
2016-04-12 | xen: Fix IDE unplug | Anthony PERARD | 1 | -0/+1 |
2016-04-07 | xen: piix reuse pci generic class init function | Michael S. Tsirkin | 1 | -13/+1 |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa | 1 | -0/+1 |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah | 1 | -2/+2 |