Age | Commit message (Expand) | Author |
2014-08-15 | mirror: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | vpc: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | vmdk: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | vhdx: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | vdi: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | rbd: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | raw-win32: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | raw-posix: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | qed: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | qcow2: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | qcow1: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | parallels: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | nfs: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | iscsi: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | dmg: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | curl: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | cloop: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | bochs: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | block: Handle failure for potentially large allocations | Kevin Wolf |
2014-08-15 | block: Introduce qemu_try_blockalign() | Kevin Wolf |
2014-08-15 | block: iotest - update 084 to test static VDI image creation | Jeff Cody |
2014-08-15 | block: vpc - use block layer ops in vpc_create, instead of posix calls | Jeff Cody |
2014-08-15 | block: use the standard 'ret' instead of 'result' | Jeff Cody |
2014-08-15 | block: vdi - use block layer ops in vdi_create, instead of posix calls | Jeff Cody |
2014-08-15 | block: allow bdrv_unref() to be passed NULL pointers | Jeff Cody |
2014-08-15 | test-coroutine: add baseline test that times the cost of function calls | Paolo Bonzini |
2014-08-15 | block: VHDX endian fixes | Jeff Cody |
2014-08-15 | block: vhdx - add error check | Jeff Cody |
2014-08-15 | thread-pool: avoid deadlock in nested aio_poll() calls | Stefan Hajnoczi |
2014-08-15 | thread-pool: avoid per-thread-pool EventNotifier | Stefan Hajnoczi |
2014-08-15 | block: bump coroutine pool size for drives | Stefan Hajnoczi |
2014-08-15 | coroutine: make pool size dynamic | Stefan Hajnoczi |
2014-08-15 | qemu-iotests: add support for Archipelago protocol | Chrysostomos Nanakos |
2014-08-15 | QMP: Add support for Archipelago | Chrysostomos Nanakos |
2014-08-15 | block/archipelago: Add support for creating images | Chrysostomos Nanakos |
2014-08-15 | block/archipelago: Implement bdrv_parse_filename() | Chrysostomos Nanakos |
2014-08-15 | block: Support Archipelago as a QEMU block backend | Chrysostomos Nanakos |
2014-08-15 | qemu-img info: show nocow info | Chunyan Liu |
2014-08-15 | vmdk: Optimize cluster allocation | Fam Zheng |
2014-08-15 | qemu-iotests: Add data pattern in version3 VMDK sample image in 059 | Fam Zheng |
2014-08-15 | qdev-monitor: include QOM properties in -device FOO, help output | Stefan Hajnoczi |
2014-08-15 | qmp: hide "hotplugged" device property from device-list-properties | Stefan Hajnoczi |
2014-08-15 | docs/multiple-iothreads.txt: add documentation on IOThread programming | Stefan Hajnoczi |
2014-08-15 | xen_disk: fix possible null-ptr dereference | Gonglei (Arei) |
2014-08-15 | configure: explicitly state version requirements to devel packages | Hu Tao |
2014-08-15 | docs: Make the recommendation for the backing file name position a requirement | Maria Kustova |
2014-08-15 | block: Avoid bdrv_get_geometry() where errors should be detected | Markus Armbruster |
2014-08-15 | qemu-img: Make img_convert() get image size just once per image | Markus Armbruster |
2014-08-15 | block: Drop superfluous aligning of bdrv_getlength()'s value | Markus Armbruster |
2014-08-15 | block: Use bdrv_nb_sectors() where sectors, not bytes are wanted | Markus Armbruster |