summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Expand)AuthorAgeFilesLines
...
* target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson2021-06-034-29/+64
* target/ppc: Add infrastructure for prefixed insnsRichard Henderson2021-06-036-6/+95
* target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson2021-06-031-3/+6
* target/ppc: Introduce macros to check isa extensionsRichard Henderson2021-06-031-0/+26
* target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas2021-06-031-35/+2Star
* target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas2021-06-031-13/+1Star
* target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas2021-06-031-22/+25
* target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)2021-06-034-234/+65Star
* target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)2021-06-033-312/+0Star
* target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)2021-06-031-79/+0Star
* target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)2021-06-031-12/+4Star
* target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)2021-06-033-55/+0Star
* target/ppc: updated meson.build to support disable-tcgBruno Larsen (billionai)2021-06-031-2/+5
* target/ppc: created tcg-stub.c fileBruno Larsen (billionai)2021-06-032-0/+49
* target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)2021-06-034-6/+44
* target/ppc: used ternary operator when registering MASBruno Larsen (billionai)2021-06-031-6/+3Star
* target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)2021-06-033-30/+23Star
* target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)2021-06-034-4/+0Star
* target/ppc: reduce usage of fpscr_set_rounding_modeBruno Larsen (billionai)2021-06-031-3/+5
* target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2021-06-032-16/+17
* target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)2021-06-031-4/+4
* Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell2021-06-028-8/+8
|\
| * docs: fix references to docs/devel/tracing.rstStefano Garzarella2021-06-028-8/+8
* | sev: add missing firmware error conditionsConnor Kuehl2021-06-011-0/+2
* | sev: use explicit indices for mapping firmware error codes to stringsConnor Kuehl2021-06-011-23/+23
* | target/i386/sev: add support to query the attestation reportBrijesh Singh2021-06-015-0/+83
* | i386: use global kvm_state in hyperv_enabled() checkVitaly Kuznetsov2021-05-311-2/+1Star
* | i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's oneVitaly Kuznetsov2021-05-311-4/+13
* | i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array sizeVitaly Kuznetsov2021-05-311-1/+2
* | i386: switch hyperv_expand_features() to using error_setg()Vitaly Kuznetsov2021-05-311-40/+61
* | i386: move eVMCS enablement to hyperv_init_vcpu()Vitaly Kuznetsov2021-05-311-23/+37
* | i386: split hyperv_handle_properties() into hyperv_expand_features()/hyperv_f...Vitaly Kuznetsov2021-05-311-10/+24
* | i386: introduce hv_cpuid_cacheVitaly Kuznetsov2021-05-311-53/+56
* | i386: drop FEAT_HYPERV feature leavesVitaly Kuznetsov2021-05-314-166/+37Star
* | i386: introduce hv_cpuid_get_host()Vitaly Kuznetsov2021-05-311-45/+57
* | i386: introduce hyperv_feature_supported()Vitaly Kuznetsov2021-05-311-19/+30
* | i386: stop using env->features[] for filling Hyper-V CPUIDsVitaly Kuznetsov2021-05-312-38/+43
* | i386: always fill Hyper-V CPUID feature leaves from X86CPU dataVitaly Kuznetsov2021-05-311-9/+0Star
* | i386: invert hyperv_spinlock_attempts setting logic with hv_passthroughVitaly Kuznetsov2021-05-311-5/+1Star
* | i386: keep hyperv_vendor string up-to-dateVitaly Kuznetsov2021-05-312-10/+14
* | i386: use better matching family/model/stepping for 'max' CPUDaniel P. Berrangé2021-05-311-0/+6
* | i386: use better matching family/model/stepping for 'qemu64' CPUDaniel P. Berrangé2021-05-311-3/+3
* | i386/cpu_dump: support AVX512 ZMM regs dumpRobert Hoo2021-05-311-15/+48
* | target/i386/cpu: Constify X86CPUDefinitionPhilippe Mathieu-Daudé2021-05-311-6/+7
* | target/i386/cpu: Constify CPUCachesPhilippe Mathieu-Daudé2021-05-311-4/+4
* | i386: Document when features can be added to kvm_default_propsEduardo Habkost2021-05-311-0/+5
* | target/i386: Add CPU model versions supporting 'xsaves'Vitaly Kuznetsov2021-05-311-56/+94
|/
* Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20210526' into...Peter Maydell2021-05-2825-79/+229
|\
| * hw/core: Constify TCGCPUOpsRichard Henderson2021-05-2721-22/+22
| * target/mips: Fold jazz behaviour into mips_cpu_do_transaction_failedRichard Henderson2021-05-272-1/+5