aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-14hmp: add hmp analogue for qmp-chardev-changeAnton Nefedov
2017-07-14test-char: add hotswap testAnton Nefedov
2017-07-14test-char: split char_file_testAnton Nefedov
2017-07-14test-char: split char_udp_testAnton Nefedov
2017-07-14test-char: destroy chardev-udp after testAnton Nefedov
2017-07-14char: avoid chardevice direct accessAnton Nefedov
2017-07-14char: forbid direct chardevice access for hotswap devicesAnton Nefedov
2017-07-14char: chardevice hotswapAnton Nefedov
2017-07-14char: add backend hotswap handlerAnton Nefedov
2017-07-14char: move QemuOpts->ChardevBackend translation to a separate funcAnton Nefedov
2017-07-14chardev: block during sync readMarc-André Lureau
2017-07-14MAINTAINERS: add entry for "Unimplemented" devicePhilippe Mathieu-Daudé
2017-07-14MAINTAINERS: update TCI entryPhilippe Mathieu-Daudé
2017-07-14MAINTAINERS: update Xen entriesPhilippe Mathieu-Daudé
2017-07-14MAINTAINERS: update KVM entriesPhilippe Mathieu-Daudé
2017-07-14MAINTAINERS: update TCG entriesPhilippe Mathieu-Daudé
2017-07-14build: add -Wexpansion-to-definedPaolo Bonzini
2017-07-13Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2017-07-12' into ...Peter Maydell
2017-07-13Merge remote-tracking branch 'remotes/mjt/tags/trivial-patches-fetch' into st...Peter Maydell
2017-07-13Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2017-07-11' in...Peter Maydell
2017-07-13Merge remote-tracking branch 'remotes/yongbok/tags/mips-20170711' into stagingPeter Maydell
2017-07-13Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170711'...Peter Maydell
2017-07-12scripts: use build_ prefix for string not piped through cgen()Marc-André Lureau
2017-07-12qobject: Update coccinelle script to catch Q{INC, DEC}REFEric Blake
2017-07-12qobject: Catch another straggler for use of qdict_put_str()Eric Blake
2017-07-11Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int...Peter Maydell
2017-07-11iotests: Add preallocated growth test for qcow2Max Reitz
2017-07-11iotests: Add preallocated resize test for rawMax Reitz
2017-07-11block/qcow2: falloc/full preallocating growthMax Reitz
2017-07-11block/qcow2: Rename "fail_block" to just "fail"Max Reitz
2017-07-11block/qcow2: Add qcow2_refcount_area()Max Reitz
2017-07-11block/qcow2: Metadata preallocation for truncateMax Reitz
2017-07-11block/qcow2: Lock s->lock in preallocate()Max Reitz
2017-07-11block/qcow2: Generalize preallocate()Max Reitz
2017-07-11block/file-posix: Preallocation for truncateMax Reitz
2017-07-11block/file-posix: Generalize raw_regular_truncateMax Reitz
2017-07-11block/file-posix: Extract raw_regular_truncate()Max Reitz
2017-07-11block/file-posix: Small fixes in raw_create()Max Reitz
2017-07-11qemu-img: Expose PreallocMode for resizingMax Reitz
2017-07-11block: Add PreallocMode to blk_truncate()Max Reitz
2017-07-11block: Add PreallocMode to bdrv_truncate()Max Reitz
2017-07-11block: Add PreallocMode to BD.bdrv_truncate()Max Reitz
2017-07-11iotests: add test 178 for qemu-img measureStefan Hajnoczi
2017-07-11qemu-iotests: support per-format golden output filesStefan Hajnoczi
2017-07-11qemu-img: add measure subcommandStefan Hajnoczi
2017-07-11qcow2: add bdrv_measure() supportStefan Hajnoczi
2017-07-11qcow2: extract image creation option parsingStefan Hajnoczi
2017-07-11qcow2: make refcount size calculation conservativeStefan Hajnoczi
2017-07-11qcow2: extract preallocation calculation functionStefan Hajnoczi
2017-07-11raw-format: add bdrv_measure() supportStefan Hajnoczi