| Commit message (Expand) | Author | Age | Files | Lines |
* | target/i386: Fix cpuid level for AMD | zhenwei pi | 2021-07-13 | 1 | -2/+9 |
* | target/i386: suppress CPUID leaves not defined by the CPU vendor | Michael Roth | 2021-07-13 | 2 | -0/+9 |
* | i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privileges | Vitaly Kuznetsov | 2021-07-13 | 2 | -0/+12 |
* | i386: HV_HYPERCALL_AVAILABLE privilege bit is always needed | Vitaly Kuznetsov | 2021-07-13 | 1 | -5/+5 |
* | i386: kill off hv_cpuid_check_and_set() | Vitaly Kuznetsov | 2021-07-13 | 1 | -68/+36 |
* | i386: expand Hyper-V features during CPU feature expansion time | Vitaly Kuznetsov | 2021-07-13 | 4 | -4/+30 |
* | i386: make hyperv_expand_features() return bool | Vitaly Kuznetsov | 2021-07-13 | 1 | -19/+21 |
* | i386: hardcode supported eVMCS version to '1' | Vitaly Kuznetsov | 2021-07-13 | 1 | -4/+35 |
* | Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into... | Peter Maydell | 2021-07-12 | 47 | -1115/+1145 |
|\ |
|
| * | target/s390x: split sysemu part of cpu models | Cho, Yu-Chen | 2021-07-07 | 5 | -416/+453 |
| * | target/s390x: move kvm files into kvm/ | Cho, Yu-Chen | 2021-07-07 | 14 | -28/+33 |
| * | target/s390x: remove kvm-stub.c | Cho, Yu-Chen | 2021-07-07 | 2 | -122/+1 |
| * | target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1m | Cho, Yu-Chen | 2021-07-07 | 1 | -1/+2 |
| * | target/s390x: make helper.c sysemu-only | Cho, Yu-Chen | 2021-07-07 | 2 | -9/+2 |
| * | target/s390x: split cpu-dump from helper.c | Cho, Yu-Chen | 2021-07-07 | 4 | -151/+178 |
| * | target/s390x: move sysemu-only code out to cpu-sysemu.c | Cho, Yu-Chen | 2021-07-07 | 5 | -277/+326 |
| * | target/s390x: start moving TCG-only code to tcg/ | Cho, Yu-Chen | 2021-07-07 | 22 | -17/+18 |
| * | target/s390x: rename internal.h to s390x-internal.h | Cho, Yu-Chen | 2021-07-07 | 24 | -23/+23 |
| * | target/s390x: remove tcg-stub.c | Cho, Yu-Chen | 2021-07-07 | 2 | -31/+1 |
| * | target/s390x: meson: add target_user_arch | Cho, Yu-Chen | 2021-07-07 | 1 | -0/+3 |
| * | s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICAL | David Hildenbrand | 2021-07-07 | 1 | -1/+1 |
| * | target/s390x: Fix CC set by CONVERT TO FIXED/LOGICAL | Ulrich Weigand | 2021-07-07 | 3 | -43/+83 |
| * | s390x/cpumodel: add 3931 and 3932 | Christian Borntraeger | 2021-07-07 | 3 | -0/+25 |
* | | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into staging | Peter Maydell | 2021-07-12 | 4 | -29/+427 |
|\ \ |
|
| * | | target/mips: Rewrite UHI errno_mips() using switch statement | Philippe Mathieu-Daudé | 2021-07-11 | 1 | -15/+9 |
| * | | target/mips/tx79: Introduce SQ opcode (Store Quadword) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+28 |
| * | | target/mips/tx79: Introduce LQ opcode (Load Quadword) | Philippe Mathieu-Daudé | 2021-07-11 | 3 | -14/+45 |
| * | | target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+29 |
| * | | target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+31 |
| * | | target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+21 |
| * | | target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+69 |
| * | | target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+78 |
| * | | target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+34 |
| * | | target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+25 |
| * | | target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic) | Philippe Mathieu-Daudé | 2021-07-11 | 2 | -0/+58 |
* | | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into... | Peter Maydell | 2021-07-12 | 23 | -280/+65 |
|\ \ \ |
|
| * | | | target/i386: Use cpu_breakpoint_test in breakpoint_handler | Richard Henderson | 2021-07-10 | 1 | -9/+3 |
| * | | | target/xtensa: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -5/+1 |
| * | | | target/tricore: Use tcg_gen_lookup_and_goto_ptr | Richard Henderson | 2021-07-09 | 1 | -1/+2 |
| * | | | target/tricore: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -15/+2 |
| * | | | target/sparc: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -14/+5 |
| * | | | target/sh4: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -8/+3 |
| * | | | target/s390x: Remove use_exit_tb | Richard Henderson | 2021-07-09 | 1 | -9/+2 |
| * | | | target/s390x: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -6/+1 |
| * | | | target/rx: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -10/+1 |
| * | | | target/riscv: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -19/+1 |
| * | | | target/ppc: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -9/+1 |
| * | | | target/openrisc: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -7/+8 |
| * | | | target/nios2: Use translator_use_goto_tb | Richard Henderson | 2021-07-09 | 1 | -14/+1 |
| * | | | target/mips: Fix missing else in gen_goto_tb | Richard Henderson | 2021-07-09 | 1 | -1/+2 |