aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2020-10-02Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-python-02...Peter Maydell17-234/+142
2020-10-02gitlab: split deprecated job into build/check stagesAlex Bennée1-1/+16
2020-10-02gitlab: move linux-user plugins test across to gitlabAlex Bennée2-11/+11
2020-10-02configure: Bump the minimum required Python version to 3.6Thomas Huth3-6/+4
2020-10-02gitlab-ci: Increase the timeout for the cross-compiler buildsThomas Huth1-0/+1
2020-10-02tests/docker: Remove old Debian 9 containersThomas Huth5-148/+0
2020-10-02shippable.yml: Remove the Debian9-based MinGW cross-compiler testsThomas Huth1-4/+0
2020-10-02tests/docker: Update the tricore container to debian 10Thomas Huth3-3/+3
2020-10-02gitlab-ci: Remove the Debian9-based containers and containers-layer3Thomas Huth2-15/+0
2020-10-02tests/docker: Use Fedora containers for MinGW cross-builds in the gitlab-CIThomas Huth4-2/+92
2020-10-02travis.yml: Drop the Python 3.5 buildThomas Huth1-9/+0
2020-10-02travis.yml: Drop the superfluous Python 3.6 buildThomas Huth1-8/+0
2020-10-02travis.yml: Update Travis to use Bionic and Focal instead of XenialThomas Huth1-11/+13
2020-10-02travis.yml: Drop the default softmmu buildsThomas Huth1-14/+0
2020-10-02migration: Silence compiler warning in global_state_store_running()Thomas Huth1-2/+2
2020-10-01Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int...Peter Maydell9-69/+110
2020-10-01ide: cancel pending callbacks on SRSTJohn Snow1-18/+40
2020-10-01ide: clear interrupt on command writeJohn Snow1-0/+1
2020-10-01ide: remove magic constants from the device registerJohn Snow2-12/+25
2020-10-01ide: reorder set/get sector functionsJohn Snow1-11/+15
2020-10-01ide: model HOB correctlyJohn Snow2-8/+8
2020-10-01ide: don't tamper with the device registerJohn Snow1-2/+2
2020-10-01ide: rename cmd_write to ctrl_writeJohn Snow7-23/+24
2020-10-01hw/ide/ahci: Do not dma_memory_unmap(NULL)Philippe Mathieu-Daudé1-1/+1
2020-10-01MAINTAINERS: Update my git addressJohn Snow1-3/+3
2020-10-01Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20201001'...Peter Maydell12-131/+285
2020-10-01hw/arm/raspi: Remove use of the 'version' value in the board codePhilippe Mathieu-Daudé1-16/+13
2020-10-01hw/arm/raspi: Use RaspiProcessorId to set the firmware load addressPhilippe Mathieu-Daudé1-1/+2
2020-10-01hw/arm/raspi: Introduce RaspiProcessorId enumPhilippe Mathieu-Daudé1-24/+21