aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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/cohuck/tags/s390x-20201002' into stagingPeter Maydell19-45/+340
2020-10-02Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-python-02...Peter Maydell17-234/+142
2020-10-02s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA)David Hildenbrand3-0/+9
2020-10-02s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2David Hildenbrand1-0/+1
2020-10-02s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)David Hildenbrand5-0/+59
2020-10-02s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)David Hildenbrand2-0/+10
2020-10-02s390x/tcg: Implement MULTIPLY HALFWORD (MGH)David Hildenbrand1-0/+1
2020-10-02s390x/tcg: Implement MULTIPLY (MG, MGRK)David Hildenbrand2-0/+15
2020-10-02s390x/tcg: Implement SUBTRACT HALFWORD (SGH)David Hildenbrand1-0/+1
2020-10-02s390x/tcg: Implement ADD HALFWORD (AGH)David Hildenbrand2-0/+2
2020-10-02s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_...David Hildenbrand2-2/+2
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck1-1/+4
2020-10-02s390x/tcg: Implement MONITOR CALLDavid Hildenbrand4-0/+48
2020-10-02s390: guest support for diagnose 0x318Collin Walling9-0/+77
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling5-6/+48
2020-10-02s390/sclp: use cpu offset to locate cpu entriesCollin Walling1-2/+4
2020-10-02s390/sclp: check sccb len before filling in dataCollin Walling1-12/+14
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling3-26/+33
2020-10-02s390/sclp: rework sclp boundary checksCollin Walling1-1/+18
2020-10-02s390/sclp: get machine once during read scp/cpu infoCollin Walling1-4/+4
2020-10-02hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé1-1/+0
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