Age | Commit message (Expand) | Author |
2020-10-03 | disas: Enable capstone disassembly for s390x | Richard Henderson |
2020-10-03 | disas: Split out capstone code to disas/capstone.c | Richard Henderson |
2020-10-03 | disas: Configure capstone for aarch64 host without libvixl | Richard Henderson |
2020-10-03 | disas: Cleanup plugin_disas | Richard Henderson |
2020-10-03 | disas: Use qemu/bswap.h for bfd endian loads | Richard Henderson |
2020-10-03 | disas: Clean up CPUDebug initialization | Richard Henderson |
2020-10-03 | disas: Move host asm annotations to tb_gen_code | Richard Henderson |
2020-10-03 | capstone: Require version 4.0 from a system library | Richard Henderson |
2020-10-03 | capstone: Update to upstream "next" branch | Richard Henderson |
2020-10-03 | capstone: Convert Makefile bits to meson bits | Richard Henderson |
2020-10-02 | Merge remote-tracking branch 'remotes/cohuck/tags/s390x-20201002' into staging | Peter Maydell |
2020-10-02 | Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-and-python-02... | Peter Maydell |
2020-10-02 | s390x/tcg: Implement CIPHER MESSAGE WITH AUTHENTICATION (KMA) | David Hildenbrand |
2020-10-02 | s390x/tcg: We support Miscellaneous-Instruction-Extensions Facility 2 | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement MULTIPLY SINGLE (MSC, MSGC, MSGRKC, MSRKC) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement BRANCH INDIRECT ON CONDITION (BIC) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement MULTIPLY HALFWORD (MGH) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement MULTIPLY (MG, MGRK) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement SUBTRACT HALFWORD (SGH) | David Hildenbrand |
2020-10-02 | s390x/tcg: Implement ADD HALFWORD (AGH) | David Hildenbrand |
2020-10-02 | s390x/cpumodel: S390_FEAT_MISC_INSTRUCTION_EXT -> S390_FEAT_MISC_INSTRUCTION_... | David Hildenbrand |
2020-10-02 | vfio-ccw: plug memory leak while getting region info | Cornelia Huck |
2020-10-02 | s390x/tcg: Implement MONITOR CALL | David Hildenbrand |
2020-10-02 | s390: guest support for diagnose 0x318 | Collin Walling |
2020-10-02 | s390/sclp: add extended-length sccb support for kvm guest | Collin Walling |
2020-10-02 | s390/sclp: use cpu offset to locate cpu entries | Collin Walling |
2020-10-02 | s390/sclp: check sccb len before filling in data | Collin Walling |
2020-10-02 | s390/sclp: read sccb from mem based on provided length | Collin Walling |
2020-10-02 | s390/sclp: rework sclp boundary checks | Collin Walling |
2020-10-02 | s390/sclp: get machine once during read scp/cpu info | Collin Walling |
2020-10-02 | hw/s390x/css: Remove double initialization | Philippe Mathieu-Daudé |
2020-10-02 | gitlab: split deprecated job into build/check stages | Alex Bennée |
2020-10-02 | gitlab: move linux-user plugins test across to gitlab | Alex Bennée |
2020-10-02 | configure: Bump the minimum required Python version to 3.6 | Thomas Huth |
2020-10-02 | gitlab-ci: Increase the timeout for the cross-compiler builds | Thomas Huth |
2020-10-02 | tests/docker: Remove old Debian 9 containers | Thomas Huth |
2020-10-02 | shippable.yml: Remove the Debian9-based MinGW cross-compiler tests | Thomas Huth |
2020-10-02 | tests/docker: Update the tricore container to debian 10 | Thomas Huth |
2020-10-02 | gitlab-ci: Remove the Debian9-based containers and containers-layer3 | Thomas Huth |
2020-10-02 | tests/docker: Use Fedora containers for MinGW cross-builds in the gitlab-CI | Thomas Huth |
2020-10-02 | travis.yml: Drop the Python 3.5 build | Thomas Huth |
2020-10-02 | travis.yml: Drop the superfluous Python 3.6 build | Thomas Huth |
2020-10-02 | travis.yml: Update Travis to use Bionic and Focal instead of Xenial | Thomas Huth |
2020-10-02 | travis.yml: Drop the default softmmu builds | Thomas Huth |
2020-10-02 | migration: Silence compiler warning in global_state_store_running() | Thomas Huth |
2020-10-01 | Merge remote-tracking branch 'remotes/jsnow-gitlab/tags/ide-pull-request' int... | Peter Maydell |
2020-10-01 | ide: cancel pending callbacks on SRST | John Snow |
2020-10-01 | ide: clear interrupt on command write | John Snow |
2020-10-01 | ide: remove magic constants from the device register | John Snow |
2020-10-01 | ide: reorder set/get sector functions | John Snow |