aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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/stsquad/tags/pull-testing-and-python-02...Peter Maydell
2020-10-02gitlab: split deprecated job into build/check stagesAlex Bennée
2020-10-02gitlab: move linux-user plugins test across to gitlabAlex Bennée
2020-10-02configure: Bump the minimum required Python version to 3.6Thomas Huth
2020-10-02gitlab-ci: Increase the timeout for the cross-compiler buildsThomas Huth
2020-10-02tests/docker: Remove old Debian 9 containersThomas Huth
2020-10-02shippable.yml: Remove the Debian9-based MinGW cross-compiler testsThomas Huth
2020-10-02tests/docker: Update the tricore container to debian 10Thomas Huth
2020-10-02gitlab-ci: Remove the Debian9-based containers and containers-layer3Thomas Huth
2020-10-02tests/docker: Use Fedora containers for MinGW cross-builds in the gitlab-CIThomas Huth
2020-10-02travis.yml: Drop the Python 3.5 buildThomas Huth
2020-10-02travis.yml: Drop the superfluous Python 3.6 buildThomas Huth
2020-10-02travis.yml: Update Travis to use Bionic and Focal instead of XenialThomas Huth
2020-10-02travis.yml: Drop the default softmmu buildsThomas Huth
2020-10-02migration: Silence compiler warning in global_state_store_running()Thomas Huth
2020-10-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow
2020-10-01ide: clear interrupt on command writeJohn Snow
2020-10-01ide: remove magic constants from the device registerJohn Snow
2020-10-01ide: reorder set/get sector functionsJohn Snow
2020-10-01ide: model HOB correctlyJohn Snow