summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-12Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-03-10' into sta...Peter Maydell
2020-03-12tests: Disable dbus-vmstate-testPeter Maydell
2020-03-12docs: Be consistent about capitalization of 'Arm'Peter Maydell
2020-03-12docs: Move arm-cpu-features.rst into the system manualPeter Maydell
2020-03-12docs/system/target-arm.rst: Add some introductory textPeter Maydell
2020-03-12docs/system: Split target-arm.rst into sub-documentsPeter Maydell
2020-03-12Makefile: Allow for subdirectories in Sphinx manual dependenciesPeter Maydell
2020-03-12docs/qemu-option-trace.rst.inc: Remove redundant commentPeter Maydell
2020-03-12docs/index.rst, docs/index.html.in: Reorder manualsPeter Maydell
2020-03-12Makefile: Make all Sphinx documentation depend on the extensionsPeter Maydell
2020-03-12docs/sphinx/hxtool.py: Remove STEXI/ETEXI supportPeter Maydell
2020-03-12hxtool: Remove Texinfo generation supportPeter Maydell
2020-03-12Update comments in .hx files that mention TexinfoPeter Maydell
2020-03-12Makefile: Remove redundant Texinfo related codePeter Maydell
2020-03-11Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...Peter Maydell
2020-03-11qemu-iotests: adding LUKS cleanup for non-UTF8 secret errorDaniel Henrique Barboza
2020-03-11crypto.c: cleanup created file when block_crypto_co_create_opts_luks failsDaniel Henrique Barboza
2020-03-11block.c: adding bdrv_co_delete_fileDaniel Henrique Barboza
2020-03-11block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza
2020-03-11tests/qemu-iotests: Fix socket_scm_helper build pathPhilippe Mathieu-Daudé
2020-03-11qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot'Peter Krempa
2020-03-11iotests: Add iothread cases to 155Kevin Wolf
2020-03-11block: Fix cross-AioContext blockdev-snapshotKevin Wolf
2020-03-11iotests: Test mirror with temporarily disabled target backing fileKevin Wolf
2020-03-11iotests: Fix run_job() with use_log=FalseKevin Wolf
2020-03-11block: Relax restrictions for blockdev-snapshotKevin Wolf
2020-03-11block: Make bdrv_get_cumulative_perm() publicKevin Wolf
2020-03-11qom-qmp-cmds: fix two memleaks in qmp_object_addPan Nengyuan
2020-03-11Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell
2020-03-11block/block-copy: hide structure definitionsVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: reduce intersecting request lockVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: rename start to offset in interfacesVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: refactor interfaces to use bytes instead of endVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: factor out find_conflicting_inflight_reqVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: use block_statusVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: specialcase first copy_range requestVladimir Sementsov-Ogievskiy
2020-03-11block/block-copy: fix progress calculationVladimir Sementsov-Ogievskiy
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy
2020-03-11block/qcow2-threads: fix qcow2_decompressVladimir Sementsov-Ogievskiy
2020-03-11qemu-img: free memory before re-assignPan Nengyuan
2020-03-11block/qcow2: do free crypto_opts in qcow2_close()Pan Nengyuan
2020-03-11iotests: Fix nonportable use of od --endianEric Blake
2020-03-11block/curl: HTTP header field names are case insensitiveDavid Edmondson
2020-03-11block/curl: HTTP header fields allow whitespace around valuesDavid Edmondson
2020-03-11iotests: add 288 luks qemu-img measure testStefan Hajnoczi
2020-03-11qemu-img: allow qemu-img measure --object without a filenameStefan Hajnoczi
2020-03-11luks: implement .bdrv_measure()Stefan Hajnoczi
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi
2020-03-10Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20200310' into s...Peter Maydell
2020-03-109p/proxy: Fix export_flagsGreg Kurz