Age | Commit message (Expand) | Author |
2021-07-09 | meson: Introduce target-specific Kconfig | Philippe Mathieu-Daudé |
2021-06-29 | tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64 | Richard Henderson |
2021-06-21 | target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstub | Richard Henderson |
2021-06-21 | target/s390x: Improve s390_cpu_dump_state vs cc_op | Richard Henderson |
2021-06-21 | target/s390x: Do not modify cpu state in s390_cpu_get_psw_mask | Richard Henderson |
2021-06-21 | target/s390x: Expose load_psw and get_psw_mask to cpu.h | Richard Henderson |
2021-06-21 | s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2 | David Hildenbrand |
2021-06-21 | s390x/tcg: We support Vector enhancements facility | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM) | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement VECTOR FP NEGATIVE MULTIPLY AND (ADD|SUBTRACT) | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT) | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATION | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDED | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENED | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALAR | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE * | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT) | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT) | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand |
2021-06-21 | s390x/tcg: Implement VECTOR BIT PERMUTE | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify wfc64() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vflr64() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vfll32() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vfma64() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vftci64() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vfc64() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vop64_2() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Simplify vop64_3() handling | David Hildenbrand |
2021-06-21 | s390x/tcg: Fix instruction name for VECTOR FP LOAD (LENGTHENED|ROUNDED) | David Hildenbrand |
2021-06-21 | s390x/tcg: Fix FP CONVERT TO (LOGICAL) FIXED NaN handling | David Hildenbrand |
2021-06-21 | s390x/kvm: remove unused gs handling | Cornelia Huck |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-05-26 | hw/core: Constify TCGCPUOps | Richard Henderson |
2021-05-26 | cpu: Move CPUClass::get_phys_page_debug to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::write_elf* to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::get_crash_info to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Move CPUClass::vmsd to SysemuCPUOps | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Introduce SysemuCPUOps structure | Philippe Mathieu-Daudé |
2021-05-26 | cpu: Rename CPUClass vmsd -> legacy_vmsd | Philippe Mathieu-Daudé |
2021-05-20 | target/s390x: Fix translation exception on illegal instruction | Ilya Leoshkevich |
2021-05-02 | Do not include exec/address-spaces.h if it's not really necessary | Thomas Huth |
2021-05-02 | Do not include sysemu/sysemu.h if it's not really necessary | Thomas Huth |
2021-05-02 | hw: Do not include qemu/log.h if it is not necessary | Thomas Huth |
2021-04-23 | target/s390x: fix s390_probe_access to check PAGE_WRITE_ORG for writeability | Alex Bennée |
2021-03-26 | s390x: move S390_ADAPTER_SUPPRESSIBLE | Gerd Hoffmann |
2021-03-15 | target/s390x: Store r1/r2 for page-translation exceptions during MVPG | David Hildenbrand |
2021-03-15 | target/s390x: Implement the MVPG condition-code-option bit | Richard Henderson |
2021-03-15 | s390x/cpu_model: use official name for 8562 | Cornelia Huck |
2021-03-15 | s390x/kvm: Get rid of legacy_s390_alloc() | David Hildenbrand |