aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-05block: declare some coroutine functions in block/coroutines.hVladimir Sementsov-Ogievskiy
2020-10-05block/io: refactor coroutine wrappersVladimir Sementsov-Ogievskiy
2020-10-05block: return error-code from bdrv_invalidate_cacheVladimir Sementsov-Ogievskiy
2020-10-05block/nvme: Replace magic value by SCALE_MS definitionPhilippe Mathieu-Daudé
2020-10-05block/nvme: Use register definitions from 'block/nvme.h'Philippe Mathieu-Daudé
2020-10-05block/nvme: Drop NVMeRegs structure, directly use NvmeBarPhilippe Mathieu-Daudé
2020-10-05block/nvme: Reduce I/O registers scopePhilippe Mathieu-Daudé
2020-10-05block/nvme: Map doorbells pages write-onlyPhilippe Mathieu-Daudé
2020-10-05util/vfio-helpers: Pass page protections to qemu_vfio_pci_map_bar()Philippe Mathieu-Daudé
2020-10-02Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2020-10-02qcow2: Use L1E_SIZE in qcow2_write_l1_entry()Alberto Garcia
2020-10-02qemu-storage-daemon: Fix help line for --exportKevin Wolf
2020-10-02iotests: Test block-export-* QMP interfaceKevin Wolf
2020-10-02iotests: Allow supported and unsupported formats at the same timeKevin Wolf
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf
2020-10-02nbd: Deprecate nbd-server-add/removeKevin Wolf
2020-10-02nbd: Merge nbd_export_new() and nbd_export_create()Kevin Wolf
2020-10-02block/export: Move writable to BlockExportOptionsKevin Wolf
2020-10-02block/export: Add query-block-exportsKevin Wolf
2020-10-02block/export: Create BlockBackend in blk_exp_add()Kevin Wolf
2020-10-02block/export: Move blk to BlockExportKevin Wolf
2020-10-02block/export: Add BLOCK_EXPORT_DELETED eventKevin Wolf
2020-10-02block/export: Add block-export-delKevin Wolf
2020-10-02block/export: Move strong user reference to block_exportsKevin Wolf
2020-10-02block/export: Add 'id' option to block-export-addKevin Wolf
2020-10-02block/export: Add blk_exp_close_all(_type)Kevin Wolf
2020-10-02block/export: Allocate BlockExport in blk_exp_add()Kevin Wolf
2020-10-02block/export: Add node-name to BlockExportOptionsKevin Wolf
2020-10-02block/export: Move AioContext from NBDExport to BlockExportKevin Wolf
2020-10-02block/export: Move refcount from NBDExport to BlockExportKevin Wolf
2020-10-02nbd/server: Simplify export shutdownKevin Wolf
2020-10-02qemu-nbd: Use blk_exp_add() to create the exportKevin Wolf
2020-10-02nbd: Remove NBDExport.close callbackKevin Wolf
2020-10-02nbd: Add writethrough to block-export-addKevin Wolf
2020-10-02nbd: Add max-connections to nbd-server-startKevin Wolf
2020-10-02block/export: Remove magic from block-export-addKevin Wolf
2020-10-02qemu-nbd: Use raw block driver for --offsetKevin Wolf
2020-10-02qemu-storage-daemon: Use qmp_block_export_add()Kevin Wolf
2020-10-02block/export: Add BlockExport infrastructure and block-export-addKevin Wolf
2020-10-02qapi: Rename BlockExport to BlockExportOptionsKevin Wolf
2020-10-02qapi: Create block-export moduleKevin Wolf
2020-10-02nbd: Remove unused nbd_export_get_blockdev()Kevin Wolf
2020-10-02qemu-io-cmds: Simplify help_onelineDr. David Alan Gilbert
2020-10-02docs: Document the throttle block filterAlberto Garcia
2020-10-02tests/check-block: Do not run the iotests with old versions of bashThomas Huth
2020-10-02block/sheepdog: Replace magic val by NANOSECONDS_PER_SECOND definitionPhilippe Mathieu-Daudé
2020-10-02Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201002' into stagingPeter Maydell
2020-10-02Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-python-02...Peter Maydell
2020-10-02s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)David Hildenbrand