aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2021-06-03target/arm: Allow board models to specify initial NS VTORPeter Maydell2-0/+12
2021-06-03target/arm: Make FPSCR.LTPSIZE writable for MVEPeter Maydell3-4/+9
2021-06-03target/arm: Implement M-profile VPR registerPeter Maydell3-0/+63
2021-06-03target/arm: Fix return values in fp_sysreg_checks()Peter Maydell1-3/+3
2021-06-03target/arm: Add MVE check to VMOV_reg_sp and VMOV_reg_dpPeter Maydell1-2/+13
2021-06-03target/arm: Move fpsp/fpdp isar check into callers of do_vfp_2op_sp/dpPeter Maydell1-18/+19
2021-06-03target/arm: Update feature checks for insns which are "MVE or FP"Peter Maydell1-19/+29
2021-06-03target/arm: Add isar feature check functions for MVEPeter Maydell1-0/+22
2021-06-03target/ppc: fix single-step exception regressionLuis Pires1-3/+2
2021-06-03target/ppc: Move cmp/cmpi/cmpl/cmpli to decodetreeMatheus Ferst3-52/+45
2021-06-03target/ppc: Move addpcis to decodetreeMatheus Ferst3-9/+13
2021-06-03target/ppc: Implement vcfuged instructionMatheus Ferst3-0/+64
2021-06-03target/ppc: Implement cfuged instructionMatheus Ferst4-0/+79
2021-06-03target/ppc: Implement setbc/setbcr/stnbc/setnbcr instructionsMatheus Ferst2-0/+33
2021-06-03target/ppc: Implement prefixed integer store instructionsRichard Henderson2-0/+16
2021-06-03target/ppc: Move D/DS/X-form integer stores to decodetreeRichard Henderson3-82/+49
2021-06-03target/ppc: Implement prefixed integer load instructionsRichard Henderson2-0/+31
2021-06-03target/ppc: Move D/DS/X-form integer loads to decodetreeRichard Henderson3-123/+150
2021-06-03target/ppc: Implement PNOPRichard Henderson2-0/+78
2021-06-03target/ppc: Move ADDI, ADDIS to decodetree, implement PADDIRichard Henderson4-29/+64
2021-06-03target/ppc: Add infrastructure for prefixed insnsRichard Henderson6-6/+95
2021-06-03target/ppc: Move page crossing check to ppc_tr_translate_insnRichard Henderson1-3/+6
2021-06-03target/ppc: Introduce macros to check isa extensionsRichard Henderson1-0/+26
2021-06-03target/ppc: powerpc_excp: Consolidade TLB miss codeFabiano Rosas1-35/+2
2021-06-03target/ppc: powerpc_excp: Remove dump_syscall_vectoredFabiano Rosas1-13/+1
2021-06-03target/ppc: powerpc_excp: Move lpes code to where it is usedFabiano Rosas1-22/+25
2021-06-03target/ppc: overhauled and moved logic of storing fpscrBruno Larsen (billionai)4-234/+65
2021-06-03target/ppc: removed all mentions to PPC_DUMP_CPUBruno Larsen (billionai)3-312/+0
2021-06-03target/ppc: removed GEN_OPCODE decision treeBruno Larsen (billionai)1-79/+0
2021-06-03target/ppc: removed mentions to DO_PPC_STATISTICSBruno Larsen (billionai)1-12/+4
2021-06-03target/ppc: remove ppc_cpu_dump_statisticsBruno Larsen (billionai)3-55/+0
2021-06-03target/ppc: updated meson.build to support disable-tcgBruno Larsen (billionai)1-2/+5
2021-06-03target/ppc: created tcg-stub.c fileBruno Larsen (billionai)2-0/+49
2021-06-03target/ppc: added ifdefs around TCG-only codeBruno Larsen (billionai)4-6/+44
2021-06-03target/ppc: used ternary operator when registering MASBruno Larsen (billionai)1-6/+3
2021-06-03target/ppc: fold ppc_store_ptcr into it's only callerBruno Larsen (billionai)3-30/+23
2021-06-03target/ppc: removed unnecessary inclusion of helper-proto.hBruno Larsen (billionai)4-4/+0
2021-06-03target/ppc: reduce usage of fpscr_set_rounding_modeBruno Larsen (billionai)1-3/+5
2021-06-03target/ppc: moved ppc_store_lpcr and ppc_store_msr to cpu.cBruno Larsen (billionai)2-16/+17
2021-06-03target/ppc: cleaned error_report from ppc_store_sdr1Bruno Larsen (billionai)1-4/+4
2021-06-02Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-06-...Peter Maydell8-8/+8
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella8-8/+8
2021-06-01sev: add missing firmware error conditionsConnor Kuehl1-0/+2
2021-06-01sev: use explicit indices for mapping firmware error codes to stringsConnor Kuehl1-23/+23
2021-06-01target/i386/sev: add support to query the attestation reportBrijesh Singh5-0/+83
2021-05-31i386: use global kvm_state in hyperv_enabled() checkVitaly Kuznetsov1-2/+1
2021-05-31i386: prefer system KVM_GET_SUPPORTED_HV_CPUID ioctl over vCPU's oneVitaly Kuznetsov1-4/+13
2021-05-31i386: adjust the expected KVM_GET_SUPPORTED_HV_CPUID array sizeVitaly Kuznetsov1-1/+2
2021-05-31i386: switch hyperv_expand_features() to using error_setg()Vitaly Kuznetsov1-40/+61
2021-05-31i386: move eVMCS enablement to hyperv_init_vcpu()Vitaly Kuznetsov1-23/+37