summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
* target/i386: Fix cpuid level for AMDzhenwei pi2021-07-131-2/+9
* target/i386: suppress CPUID leaves not defined by the CPU vendorMichael Roth2021-07-132-0/+9
* i386: Hyper-V SynIC requires POST_MESSAGES/SIGNAL_EVENTS privilegesVitaly Kuznetsov2021-07-132-0/+12
* i386: HV_HYPERCALL_AVAILABLE privilege bit is always neededVitaly Kuznetsov2021-07-131-5/+5
* i386: kill off hv_cpuid_check_and_set()Vitaly Kuznetsov2021-07-131-68/+36Star
* i386: expand Hyper-V features during CPU feature expansion timeVitaly Kuznetsov2021-07-134-4/+30
* i386: make hyperv_expand_features() return boolVitaly Kuznetsov2021-07-131-19/+21
* i386: hardcode supported eVMCS version to '1'Vitaly Kuznetsov2021-07-131-4/+35
* Merge remote-tracking branch 'remotes/cohuck-gitlab/tags/s390x-20210708' into...Peter Maydell2021-07-1247-1115/+1145
|\
| * target/s390x: split sysemu part of cpu modelsCho, Yu-Chen2021-07-075-416/+453
| * target/s390x: move kvm files into kvm/Cho, Yu-Chen2021-07-0714-28/+33
| * target/s390x: remove kvm-stub.cCho, Yu-Chen2021-07-072-122/+1Star
| * target/s390x: use kvm_enabled() to wrap call to kvm_s390_get_hpage_1mCho, Yu-Chen2021-07-071-1/+2
| * target/s390x: make helper.c sysemu-onlyCho, Yu-Chen2021-07-072-9/+2Star
| * target/s390x: split cpu-dump from helper.cCho, Yu-Chen2021-07-074-151/+178
| * target/s390x: move sysemu-only code out to cpu-sysemu.cCho, Yu-Chen2021-07-075-277/+326
| * target/s390x: start moving TCG-only code to tcg/Cho, Yu-Chen2021-07-0722-17/+18
| * target/s390x: rename internal.h to s390x-internal.hCho, Yu-Chen2021-07-0724-23/+23
| * target/s390x: remove tcg-stub.cCho, Yu-Chen2021-07-072-31/+1Star
| * target/s390x: meson: add target_user_archCho, Yu-Chen2021-07-071-0/+3
| * s390x/tcg: Fix m5 vs. m4 field for VECTOR MULTIPLY SUM LOGICALDavid Hildenbrand2021-07-071-1/+1
| * target/s390x: Fix CC set by CONVERT TO FIXED/LOGICALUlrich Weigand2021-07-073-43/+83
| * s390x/cpumodel: add 3931 and 3932Christian Borntraeger2021-07-073-0/+25
* | Merge remote-tracking branch 'remotes/philmd/tags/mips-20210711' into stagingPeter Maydell2021-07-124-29/+427
|\ \
| * | target/mips: Rewrite UHI errno_mips() using switch statementPhilippe Mathieu-Daudé2021-07-111-15/+9Star
| * | target/mips/tx79: Introduce SQ opcode (Store Quadword)Philippe Mathieu-Daudé2021-07-112-0/+28
| * | target/mips/tx79: Introduce LQ opcode (Load Quadword)Philippe Mathieu-Daudé2021-07-113-14/+45
| * | target/mips/tx79: Introduce PROT3W opcode (Parallel Rotate 3 Words)Philippe Mathieu-Daudé2021-07-112-0/+29
| * | target/mips/tx79: Introduce PPACW opcode (Parallel Pack to Word)Philippe Mathieu-Daudé2021-07-112-0/+31
| * | target/mips/tx79: Introduce PCGT* (Parallel Compare for Greater Than)Philippe Mathieu-Daudé2021-07-112-0/+21
| * | target/mips/tx79: Introduce PCEQ* opcodes (Parallel Compare for Equal)Philippe Mathieu-Daudé2021-07-112-0/+69
| * | target/mips/tx79: Introduce PEXTL[BHW] opcodes (Parallel Extend Lower)Philippe Mathieu-Daudé2021-07-112-0/+78
| * | target/mips/tx79: Introduce PEXTUW (Parallel Extend Upper from Word)Philippe Mathieu-Daudé2021-07-112-0/+34
| * | target/mips/tx79: Introduce PSUB* opcodes (Parallel Subtract)Philippe Mathieu-Daudé2021-07-112-0/+25
| * | target/mips/tx79: Introduce PAND/POR/PXOR/PNOR opcodes (parallel logic)Philippe Mathieu-Daudé2021-07-112-0/+58
* | | Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210710' into...Peter Maydell2021-07-1223-280/+65Star
|\ \ \
| * | | target/i386: Use cpu_breakpoint_test in breakpoint_handlerRichard Henderson2021-07-101-9/+3Star
| * | | target/xtensa: Use translator_use_goto_tbRichard Henderson2021-07-091-5/+1Star
| * | | target/tricore: Use tcg_gen_lookup_and_goto_ptrRichard Henderson2021-07-091-1/+2
| * | | target/tricore: Use translator_use_goto_tbRichard Henderson2021-07-091-15/+2Star
| * | | target/sparc: Use translator_use_goto_tbRichard Henderson2021-07-091-14/+5Star
| * | | target/sh4: Use translator_use_goto_tbRichard Henderson2021-07-091-8/+3Star
| * | | target/s390x: Remove use_exit_tbRichard Henderson2021-07-091-9/+2Star
| * | | target/s390x: Use translator_use_goto_tbRichard Henderson2021-07-091-6/+1Star
| * | | target/rx: Use translator_use_goto_tbRichard Henderson2021-07-091-10/+1Star
| * | | target/riscv: Use translator_use_goto_tbRichard Henderson2021-07-091-19/+1Star
| * | | target/ppc: Use translator_use_goto_tbRichard Henderson2021-07-091-9/+1Star
| * | | target/openrisc: Use translator_use_goto_tbRichard Henderson2021-07-091-7/+8
| * | | target/nios2: Use translator_use_goto_tbRichard Henderson2021-07-091-14/+1Star
| * | | target/mips: Fix missing else in gen_goto_tbRichard Henderson2021-07-091-1/+2