aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-03-12q800: fix coverity warning CID 1412799Laurent Vivier1-2/+5
2020-03-12Merge remote-tracking branch 'remotes/gkurz/tags/9p-next-2020-03-10' into sta...Peter Maydell1-2/+2
2020-03-12tests: Disable dbus-vmstate-testPeter Maydell1-1/+2
2020-03-12docs: Be consistent about capitalization of 'Arm'Peter Maydell19-29/+29
2020-03-12docs: Move arm-cpu-features.rst into the system manualPeter Maydell2-7/+7
2020-03-12docs/system/target-arm.rst: Add some introductory textPeter Maydell1-2/+64
2020-03-12docs/system: Split target-arm.rst into sub-documentsPeter Maydell11-212/+249
2020-03-12Makefile: Allow for subdirectories in Sphinx manual dependenciesPeter Maydell1-1/+1
2020-03-12docs/qemu-option-trace.rst.inc: Remove redundant commentPeter Maydell1-4/+0
2020-03-12docs/index.rst, docs/index.html.in: Reorder manualsPeter Maydell2-9/+9
2020-03-12Makefile: Make all Sphinx documentation depend on the extensionsPeter Maydell1-1/+2
2020-03-12docs/sphinx/hxtool.py: Remove STEXI/ETEXI supportPeter Maydell1-24/+4
2020-03-12hxtool: Remove Texinfo generation supportPeter Maydell1-77/+1
2020-03-12Update comments in .hx files that mention TexinfoPeter Maydell3-12/+12
2020-03-12Makefile: Remove redundant Texinfo related codePeter Maydell1-10/+1
2020-03-11Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-03-11' in...Peter Maydell24-278/+749
2020-03-11qemu-iotests: adding LUKS cleanup for non-UTF8 secret errorDaniel Henrique Barboza3-0/+79
2020-03-11crypto.c: cleanup created file when block_crypto_co_create_opts_luks failsDaniel Henrique Barboza1-0/+18
2020-03-11block.c: adding bdrv_co_delete_fileDaniel Henrique Barboza2-0/+27
2020-03-11block: introducing 'bdrv_co_delete_file' interfaceDaniel Henrique Barboza2-0/+27
2020-03-11tests/qemu-iotests: Fix socket_scm_helper build pathPhilippe Mathieu-Daudé2-1/+1
2020-03-11qapi: Add '@allow-write-only-overlay' feature for 'blockdev-snapshot'Peter Krempa1-1/+8
2020-03-11iotests: Add iothread cases to 155Kevin Wolf2-11/+25
2020-03-11block: Fix cross-AioContext blockdev-snapshotKevin Wolf2-16/+1
2020-03-11iotests: Test mirror with temporarily disabled target backing fileKevin Wolf2-7/+53
2020-03-11iotests: Fix run_job() with use_log=FalseKevin Wolf1-1/+4
2020-03-11block: Relax restrictions for blockdev-snapshotKevin Wolf2-8/+10
2020-03-11block: Make bdrv_get_cumulative_perm() publicKevin Wolf2-4/+5
2020-03-11qom-qmp-cmds: fix two memleaks in qmp_object_addPan Nengyuan1-10/+6
2020-03-11Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ...Peter Maydell11-313/+915
2020-03-11block/block-copy: hide structure definitionsVladimir Sementsov-Ogievskiy4-62/+80
2020-03-11block/block-copy: reduce intersecting request lockVladimir Sementsov-Ogievskiy1-24/+105
2020-03-11block/block-copy: rename start to offset in interfacesVladimir Sementsov-Ogievskiy2-43/+43
2020-03-11block/block-copy: refactor interfaces to use bytes instead of endVladimir Sementsov-Ogievskiy2-40/+44
2020-03-11block/block-copy: factor out find_conflicting_inflight_reqVladimir Sementsov-Ogievskiy1-12/+19
2020-03-11block/block-copy: use block_statusVladimir Sementsov-Ogievskiy2-13/+61
2020-03-11block/block-copy: specialcase first copy_range requestVladimir Sementsov-Ogievskiy1-10/+31
2020-03-11block/block-copy: fix progress calculationVladimir Sementsov-Ogievskiy3-25/+19
2020-03-11job: refactor progress to separate objectVladimir Sementsov-Ogievskiy6-25/+76
2020-03-11block/qcow2-threads: fix qcow2_decompressVladimir Sementsov-Ogievskiy1-5/+7
2020-03-11qemu-img: free memory before re-assignPan Nengyuan1-0/+2
2020-03-11block/qcow2: do free crypto_opts in qcow2_close()Pan Nengyuan1-0/+1
2020-03-11iotests: Fix nonportable use of od --endianEric Blake1-5/+17
2020-03-11block/curl: HTTP header field names are case insensitiveDavid Edmondson1-2/+3
2020-03-11block/curl: HTTP header fields allow whitespace around valuesDavid Edmondson1-4/+27
2020-03-11iotests: add 288 luks qemu-img measure testStefan Hajnoczi3-0/+124
2020-03-11qemu-img: allow qemu-img measure --object without a filenameStefan Hajnoczi4-13/+11
2020-03-11luks: implement .bdrv_measure()Stefan Hajnoczi1-0/+62
2020-03-11luks: extract qcrypto_block_calculate_payload_offset()Stefan Hajnoczi3-55/+77
2020-03-10Merge remote-tracking branch 'remotes/borntraeger/tags/s390x-20200310' into s...Peter Maydell9-13/+53