aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-10-05Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-cap-20201003' into...Peter Maydell14-698/+679
2020-10-03disas/capstone: Add skipdata hook for s390xRichard Henderson1-1/+41
2020-10-03disas: Enable capstone disassembly for s390xRichard Henderson3-0/+18
2020-10-03disas: Split out capstone code to disas/capstone.cRichard Henderson5-275/+300
2020-10-03disas: Configure capstone for aarch64 host without libvixlRichard Henderson1-2/+4
2020-10-03disas: Cleanup plugin_disasRichard Henderson1-36/+19
2020-10-03disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson2-60/+27
2020-10-03disas: Clean up CPUDebug initializationRichard Henderson2-241/+151
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson5-34/+29
2020-10-03capstone: Require version 4.0 from a system libraryRichard Henderson1-2/+2
2020-10-03capstone: Update to upstream "next" branchRichard Henderson2-1/+2
2020-10-03capstone: Convert Makefile bits to meson bitsRichard Henderson4-80/+120
2020-10-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell30-545/+1428
2020-10-02qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia1-2/+2
2020-10-02qemu-storage-daemon: Fix help line for --exportKevin Wolf1-1/+1
2020-10-02iotests: Test block-export-* QMP interfaceKevin Wolf3-0/+257
2020-10-02iotests: Allow supported and unsupported formats at the same timeKevin Wolf1-5/+1
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf1-1/+12
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf1-26/+23
2020-10-02nbd: Deprecate nbd-server-add/removeKevin Wolf2-2/+15
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf3-56/+45
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf5-26/+32
2020-10-02block/export: Add query-block-exportsKevin Wolf2-0/+55
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf4-61/+63
2020-10-02block/export: Move blk to BlockExportKevin Wolf3-21/+28
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf5-2/+27
2020-10-02block/export: Add block-export-delKevin Wolf7-43/+77
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf4-7/+14
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf7-3/+39
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf7-36/+107
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf5-36/+57
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf4-21/+58
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf3-13/+18
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf5-42/+63
2020-10-02nbd/server: Simplify export shutdownKevin Wolf1-13/+4
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf3-7/+30
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf4-21/+7
2020-10-02nbd: Add writethrough to block-export-addKevin Wolf2-2/+11
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf5-13/+39
2020-10-02block/export: Remove magic from block-export-addKevin Wolf6-21/+67
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf4-42/+31
2020-10-02qemu-storage-daemon: Use qmp_block_export_add()Kevin Wolf1-12/+1
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf9-10/+134
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf4-14/+14
2020-10-02qapi: Create block-export moduleKevin Wolf9-170/+183
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf2-7/+0
2020-10-02qemu-io-cmds: Simplify help_onelineDr. David Alan Gilbert1-9/+2
2020-10-02docs: Document the throttle block filterAlberto Garcia1-1/+107
2020-10-02tests/check-block: Do not run the iotests with old versions of bashThomas Huth1-0/+5
2020-10-02block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé1-1/+1