aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-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
2020-03-10Merge remote-tracking branch 'remotes/kraxel/tags/usb-20200310-pull-request' ...Peter Maydell2-4/+5
2020-03-10s390x: ipl: Consolidate iplb validity check into one functionJanosch Frank2-10/+10
2020-03-10s390/ipl: sync back loadparmHalil Pasic1-0/+25
2020-03-10s390x/bios: rebuild s390-ccw.imgChristian Borntraeger1-0/+0
2020-03-10pc-bios: s390x: Save iplb location in lowcoreJanosch Frank5-3/+18
2020-03-09Merge remote-tracking branch 'remotes/dgilbert/tags/pull-hmp-20200309' into s...Peter Maydell20-1104/+1110
2020-03-09net: Remove deprecated [hub_id name] tuple of 'hostfwd_add' / 'hostfwd_remove'Thomas Huth5-67/+25
2020-03-09monitor/hmp: Move hmp_drive_add_node to block-hmp-cmds.cMaxim Levitsky3-37/+41
2020-03-09monitor/hmp: move hmp_info_block* to block-hmp-cmds.cMaxim Levitsky4-392/+393
2020-03-09monitor/hmp: move remaining hmp_block* functions to block-hmp-cmds.cMaxim Levitsky4-143/+149
2020-03-09monitor/hmp: move hmp_nbd_server* to block-hmp-cmds.cMaxim Levitsky4-104/+106
2020-03-09monitor/hmp: move hmp_snapshot_* to block-hmp-cmds.cMaxim Levitsky4-52/+60
2020-03-09monitor/hmp: move hmp_block_job* to block-hmp-cmds.cMaxim Levitsky4-57/+58
2020-03-09monitor/hmp: move hmp_drive_mirror and hmp_drive_backup to block-hmp-cmds.cMaxim Levitsky4-63/+69
2020-03-09monitor/hmp: move hmp_drive_del and hmp_commit to block-hmp-cmds.cMaxim Levitsky4-101/+111
2020-03-09monitor/hmp: rename device-hotplug.c to block/monitor/block-hmp-cmds.cMaxim Levitsky8-5/+23
2020-03-09monitor/hmp: inline add_init_driveMaxim Levitsky1-19/+12
2020-03-09usb/dev-storage: remove unused includeMaxim Levitsky1-1/+0
2020-03-09aio-posix: remove idle poll handlers to improve scalabilityStefan Hajnoczi4-7/+98