Age | Commit message (Expand) | Author |
2016-07-12 | Use #include "..." for our own headers, <...> for others | Markus Armbruster |
2016-07-05 | pci: Convert msi_init() to Error and fix callers to check it | Cao jin |
2016-06-29 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-06-29 | ide: move headers to include folder | Efimov Vasily |
2016-06-27 | macio: Use blk_drain instead of blk_drain_all | Fam Zheng |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost |
2016-06-14 | macio: call dma_memory_unmap() at the end of each DMA transfer | Mark Cave-Ayland |
2016-06-07 | macio: use DMA memory interface for non-block ATAPI transfers | Mark Cave-Ayland |
2016-05-25 | dma-helpers: change BlockBackend to opaque value in DMAIOFunc | Paolo Bonzini |
2016-05-25 | dma-helpers: change interface to byte-based | Paolo Bonzini |
2016-05-12 | atapi: Switch to byte-based block access | Eric Blake |
2016-05-12 | ide: Switch to byte-based aio block access | Eric Blake |
2016-05-12 | block: Rename bdrv_co_do_preadv/writev to bdrv_co_preadv/writev | Kevin Wolf |
2016-04-12 | ide: really restart pending and in-flight atapi dma | Pavel Butsykin |
2016-04-12 | ide: restart atapi dma by re-evaluating command packet | Pavel Butsykin |
2016-04-12 | ide: don't lose pending dma state | Pavel Butsykin |
2016-04-12 | xen: Fix IDE unplug | Anthony PERARD |
2016-04-07 | xen: piix reuse pci generic class init function | Michael S. Tsirkin |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-10 | ahci: prohibit "restarting" the FIS or CLB engines | John Snow |
2016-02-10 | ahci: explicitly reject bad engine states on post_load | John Snow |
2016-02-10 | ahci: handle LIST_ON and FIS_ON in map helpers | John Snow |
2016-02-10 | ahci: Do not unmap NULL addresses | John Snow |
2016-02-10 | ide: fix device_reset to not ignore pending AIO | John Snow |
2016-02-10 | ide: Add silent DRQ cancellation | John Snow |
2016-02-10 | ide: replace blk_drain_all by blk_drain | John Snow |
2016-02-10 | ide: move buffered DMA cancel to core | John Snow |
2016-02-10 | ide: code motion | John Snow |
2016-02-10 | ide: Prohibit RESET on IDE drives | John Snow |
2016-02-08 | qom: Swap 'name' next to visitor in ObjectPropertyAccessor | Eric Blake |
2016-02-08 | qapi: Swap visit_* arguments for consistent 'name' placement | Eric Blake |
2016-01-30 | macio: add dma_active to VMStateDescription | Mark Cave-Ayland |
2016-01-30 | macio: use the existing IDEDMA aiocb to hold the active DMA aiocb | Mark Cave-Ayland |
2016-01-29 | ide: Clean up includes | Peter Maydell |
2016-01-25 | ide: Correct the CHS 'cyls_max' limit to be 65535 | Shmulik Ladkani |
2016-01-13 | hw: Inline the qdev_prop_set_drive_nofail() wrapper | Markus Armbruster |
2016-01-11 | ide: ahci: reset ncq object to unused on error | Prasad J Pandit |
2016-01-11 | macio: fix overflow in lba to offset conversion for ATAPI devices | Mark Cave-Ayland |
2016-01-11 | hw/ide: Remove superfluous return statements | Thomas Huth |
2015-11-24 | atapi: Fix code indentation | Alberto Garcia |
2015-11-24 | atapi: Account for failed and invalid operations in cd_read_sector() | Alberto Garcia |
2015-11-17 | ide: enable buffered requests for PIO read requests | Peter Lieven |
2015-11-17 | ide: enable buffered requests for ATAPI devices | Peter Lieven |
2015-11-17 | ide: orphan all buffered requests on DMA cancel | Peter Lieven |
2015-11-17 | ide: add support for IDEBufferedRequest | Peter Lieven |
2015-11-17 | ide/atapi: make PIO read requests async | Peter Lieven |
2015-11-13 | atapi: Prioritize unknown cmd error over BCL error | John Snow |
2015-11-13 | atapi: add byte_count_limit helper | John Snow |