Age | Commit message (Expand) | Author | Files | Lines |
2021-08-26 | arch_init.h: Don't include arch_init.h unnecessarily | Peter Maydell | 1 | -1/+0 |
2021-07-21 | accel/tcg: Remove TranslatorOps.breakpoint_check | Richard Henderson | 1 | -24/+0 |
2021-07-21 | tcg: Rename helper_atomic_*_mmu and provide for user-only | Richard Henderson | 1 | -12/+7 |
2021-07-12 | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell | 47 | -1115/+1145 |
2021-07-12 | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 1 | -16/+3 |
2021-07-11 | Merge remote-tracking branch 'remotes/bonzini-gitlab/tags/for-upstream' into ... | Peter Maydell | 1 | -0/+2 |
2021-07-09 | misc: Fix "havn't" typo | Philippe Mathieu-Daudé | 1 | -2/+4 |
2021-07-09 | target/s390x: Remove use_exit_tb | Richard Henderson | 1 | -9/+2 |
2021-07-09 | target/s390x: Use translator_use_goto_tb | Richard Henderson | 1 | -6/+1 |
2021-07-09 | tcg: Avoid including 'trace-tcg.h' in target translate.c | Philippe Mathieu-Daudé | 1 | -1/+0 |
2021-07-09 | meson: Introduce target-specific Kconfig | Philippe Mathieu-Daudé | 1 | -0/+2 |
2021-07-07 | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen | 5 | -416/+453 |
2021-07-07 | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 14 | -28/+33 |
2021-07-07 | target/s390x: remove kvm-stub.c | Cho, Yu-Chen | 2 | -122/+1 |
2021-07-07 | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen | 1 | -1/+2 |
2021-07-07 | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen | 2 | -9/+2 |
2021-07-07 | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen | 4 | -151/+178 |
2021-07-07 | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen | 5 | -277/+326 |
2021-07-07 | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen | 22 | -17/+18 |
2021-07-07 | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen | 24 | -23/+23 |
2021-07-07 | target/s390x: remove tcg-stub.c | Cho, Yu-Chen | 2 | -31/+1 |
2021-07-07 | target/s390x: meson: add target_user_arch | Cho, Yu-Chen | 1 | -0/+3 |
2021-07-07 | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand | 1 | -1/+1 |
2021-07-07 | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL | Ulrich Weigand | 3 | -43/+83 |
2021-07-07 | s390x/cpumodel: add 3931 and 3932 | Christian Borntraeger | 3 | -0/+25 |
2021-06-29 | tcg: Add flags argument to tcg_gen_bswap16_*, tcg_gen_bswap32_i64 | Richard Henderson | 1 | -2/+2 |
2021-06-21 | target/s390x: Use s390_cpu_{set_psw, get_psw_mask} in gdbstub | Richard Henderson | 1 | -13/+2 |
2021-06-21 | target/s390x: Improve s390_cpu_dump_state vs cc_op | Richard Henderson | 1 | -5/+7 |
2021-06-21 | target/s390x: Do not modify cpu state in s390_cpu_get_psw_mask | Richard Henderson | 1 | -4/+4 |
2021-06-21 | target/s390x: Expose load_psw and get_psw_mask to cpu.h | Richard Henderson | 6 | -61/+69 |
2021-06-21 | s390x/cpumodel: Bump up QEMU model to a stripped-down IBM z14 GA2 | David Hildenbrand | 2 | -8/+11 |
2021-06-21 | s390x/tcg: We support Vector enhancements facility | David Hildenbrand | 1 | -0/+1 |
2021-06-21 | s390x/tcg: Implement VECTOR FP (MAXIMUM|MINIMUM) | David Hildenbrand | 5 | -0/+391 |
2021-06-21 | s390x/tcg: Implement VECTOR FP NEGATIVE MULTIPLY AND (ADD|SUBTRACT) | David Hildenbrand | 4 | -2/+49 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP MULTIPLY AND (ADD|SUBTRACT) | David Hildenbrand | 3 | -8/+87 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP TEST DATA CLASS IMMEDIATE | David Hildenbrand | 3 | -2/+70 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP PERFORM SIGN OPERATION | David Hildenbrand | 1 | -33/+73 |
2021-06-21 | s390x/tcg: Implement 128 bit for VECTOR FP LOAD ROUNDED | David Hildenbrand | 3 | -1/+30 |
2021-06-21 | s390x/tcg: Implement 64 bit for VECTOR FP LOAD LENGTHENED | David Hildenbrand | 3 | -3/+30 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE (AND SIGNAL) SCALAR | David Hildenbrand | 3 | -9/+77 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP COMPARE * | David Hildenbrand | 3 | -12/+121 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR (LOAD FP INTEGER|FP SQUARE ROOT) | David Hildenbrand | 3 | -15/+109 |
2021-06-21 | s390x/tcg: Implement 32/128 bit for VECTOR FP (ADD|DIVIDE|MULTIPLY|SUBTRACT) | David Hildenbrand | 3 | -14/+153 |
2021-06-21 | s390x/tcg: Implement VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand | 2 | -0/+52 |
2021-06-21 | s390x/tcg: Implement VECTOR BIT PERMUTE | David Hildenbrand | 4 | -0/+33 |
2021-06-21 | s390x/tcg: Simplify wfc64() handling | David Hildenbrand | 1 | -11/+12 |
2021-06-21 | s390x/tcg: Simplify vflr64() handling | David Hildenbrand | 3 | -25/+8 |
2021-06-21 | s390x/tcg: Simplify vfll32() handling | David Hildenbrand | 3 | -22/+6 |
2021-06-21 | s390x/tcg: Simplify vfma64() handling | David Hildenbrand | 3 | -32/+20 |
2021-06-21 | s390x/tcg: Simplify vftci64() handling | David Hildenbrand | 3 | -24/+13 |