aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-03disas: Enable capstone disassembly for s390xRichard Henderson
2020-10-03disas: Split out capstone code to disas/capstone.cRichard Henderson
2020-10-03disas: Configure capstone for aarch64 host without libvixlRichard Henderson
2020-10-03disas: Cleanup plugin_disasRichard Henderson
2020-10-03disas: Use qemu/bswap.h for bfd endian loadsRichard Henderson
2020-10-03disas: Clean up CPUDebug initializationRichard Henderson
2020-10-03disas: Move host asm annotations to tb_gen_codeRichard Henderson
2020-10-03capstone: Require version 4.0 from a system libraryRichard Henderson
2020-10-03capstone: Update to upstream "next" branchRichard Henderson
2020-10-03capstone: Convert Makefile bits to meson bitsRichard Henderson
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
2020-10-02s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2David Hildenbrand
2020-10-02s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC)David Hildenbrand
2020-10-02s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC)David Hildenbrand
2020-10-02s390x/tcg: Implement MULTIPLY HALFWORD (MGH)David Hildenbrand
2020-10-02s390x/tcg: Implement MULTIPLY (MG, MGRK)David Hildenbrand
2020-10-02s390x/tcg: Implement SUBTRACT HALFWORD (SGH)David Hildenbrand
2020-10-02s390x/tcg: Implement ADD HALFWORD (AGH)David Hildenbrand
2020-10-02s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_...David Hildenbrand
2020-10-02vfio-ccw: plug memory leak while getting region infoCornelia Huck
2020-10-02s390x/tcg: Implement MONITOR CALLDavid Hildenbrand
2020-10-02s390: guest support for diagnose 0x318Collin Walling
2020-10-02s390/sclp: add extended-length sccb support for kvm guestCollin Walling
2020-10-02s390/sclp: use cpu offset to locate cpu entriesCollin Walling
2020-10-02s390/sclp: check sccb len before filling in dataCollin Walling
2020-10-02s390/sclp: read sccb from mem based on provided lengthCollin Walling
2020-10-02s390/sclp: rework sclp boundary checksCollin Walling
2020-10-02s390/sclp: get machine once during read scp/cpu infoCollin Walling
2020-10-02hw/s390x/css: Remove double initializationPhilippe Mathieu-Daudé
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