Age | Commit message (Expand) | Author |
2016-11-11 | raw-posix: Rename 'raw_s' to 'rs' | Fam Zheng |
2016-10-27 | raw-posix: Don't use bdrv_ioctl() | Kevin Wolf |
2016-10-24 | block: improve error handling in raw_open | Halil Pasic |
2016-09-29 | block/qapi: Move 'aio' option to file driver | Kevin Wolf |
2016-07-20 | block: Convert .bdrv_aio_discard() to byte-based | Eric Blake |
2016-07-20 | raw-posix: Switch paio_submit() to byte-based | Eric Blake |
2016-07-18 | linux-aio: share one LinuxAioState within an AioContext | Paolo Bonzini |
2016-07-13 | raw-posix: Use qemu_dup | Fam Zheng |
2016-07-05 | block: Fix error message style | Eric Blake |
2016-07-05 | block: Move request_alignment into BlockLimit | Eric Blake |
2016-07-05 | block: Switch transfer length bounds to byte-based | Eric Blake |
2016-06-20 | coccinelle: Remove unnecessary variables for function return value | Eduardo Habkost |
2016-06-20 | error: Remove unnecessary local_err variables | Eduardo Habkost |
2016-06-20 | error: Remove NULL checks on error_propagate() calls | Eduardo Habkost |
2016-06-16 | raw-posix: Implement .bdrv_co_preadv/pwritev | Kevin Wolf |
2016-06-16 | raw-posix: Switch to bdrv_co_* interfaces | Kevin Wolf |
2016-06-08 | raw-posix: Fetch max sectors for host block device | Fam Zheng |
2016-06-08 | raw-posix: Convert to bdrv_co_pwrite_zeroes() | Eric Blake |
2016-05-12 | block: Honor BDRV_REQ_FUA during write_zeroes | Eric Blake |
2016-05-12 | linux-aio: make it more type safe | Paolo Bonzini |
2016-05-12 | block: plug whole tree at once, introduce bdrv_io_unplugged_begin/end | Paolo Bonzini |
2016-03-30 | block/raw-posix.c: Make physical devices usable in QEMU under Mac OS X host | Programmingkid |
2016-03-22 | util: move declarations out of qemu-common.h | Veronia Bahaa |
2016-03-22 | include/qemu/osdep.h: Don't include qapi/error.h | Markus Armbruster |
2016-02-02 | raw: Assign bs to file in raw_co_get_block_status | Fam Zheng |
2016-02-02 | block: Add "file" output parameter to block status query functions | Fam Zheng |
2016-01-20 | block: Clean up includes | Peter Maydell |
2016-01-19 | block/raw-posix: avoid bogus fixup for cylinders on DASD disks | Christian Borntraeger |
2015-12-18 | raw-posix: Make aio=native option binding | Kevin Wolf |
2015-12-17 | qapi: Don't let implicit enum MAX member collide | Eric Blake |
2015-11-25 | raw-posix.c: Make GetBSDPath() handle caching options | Programmingkid |
2015-11-12 | block: Drop BlockDriver.bdrv_ioctl | Fam Zheng |
2015-10-23 | block: Make bdrv_is_inserted() return a bool | Max Reitz |
2015-10-23 | block: Remove host floppy support | Max Reitz |
2015-10-16 | raw-posix: warn about BDRV_O_NATIVE_AIO if libaio is unavailable | Stefan Hajnoczi |
2015-10-12 | block: switch from g_slice allocator to malloc | Paolo Bonzini |
2015-10-02 | block/raw-posix: Open file descriptor O_RDWR to work around glibc posix_fallo... | Richard W.M. Jones |
2015-09-04 | block/raw-posix: Use raw_normalize_devicepath() | Max Reitz |
2015-07-07 | block/raw-posix: Don't think /dev/fd/<NN> is a floppy drive. | Richard W.M. Jones |
2015-06-23 | raw-posix: Introduce hdev_is_sg() | Dimitris Aragiorgis |
2015-06-23 | raw-posix: Use DPRINTF for DEBUG_FLOPPY | Dimitris Aragiorgis |
2015-06-23 | raw-posix: DPRINTF instead of DEBUG_BLOCK_PRINT | Dimitris Aragiorgis |
2015-06-23 | block: Use bdrv_is_sg() everywhere | Dimitris Aragiorgis |
2015-06-22 | qerror: Move #include out of qerror.h | Markus Armbruster |
2015-06-12 | raw-posix: Fix .bdrv_co_get_block_status() for unaligned image size | Kevin Wolf |
2015-05-22 | block: align bounce buffers to page | Denis V. Lunev |
2015-05-22 | block: minimal bounce buffer alignment | Denis V. Lunev |
2015-03-19 | raw-posix: Deprecate aio=threads fallback without O_DIRECT | Kevin Wolf |
2015-03-19 | raw-posix: Deprecate host floppy passthrough | Markus Armbruster |
2015-03-10 | block/raw-posix: fix launching with failed disks | Stefan Hajnoczi |