aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-05-26target/ppc: Implement xxm[tf]acc and xxsetacczLucas Mateus Castro (alqotel)3-0/+45
2022-05-26target/ppc: Implement lwsync with weaker memory orderingNicholas Piggin4-9/+19
2022-05-26target/ppc: Fix eieio memory ordering semanticsNicholas Piggin1-1/+26
2022-05-26target/ppc: declare vmsumsh[ms] helper with call flagsMatheus Ferst5-7/+8
2022-05-26target/ppc: declare vmsumuh[ms] helper with call flagsMatheus Ferst5-8/+28
2022-05-26target/ppc: declare vmsum[um]bm helpers with call flagsMatheus Ferst5-9/+11
2022-05-26target/ppc: introduce do_va_helperMatheus Ferst1-27/+5
2022-05-26target/ppc: declare xxextractuw and xxinsertw helpers with call flagsMatheus Ferst5-47/+41
2022-05-26target/ppc: declare xvxsigsp helper with call flagsMatheus Ferst5-4/+23
2022-05-26target/ppc: declare xscvspdpn helper with call flagsMatheus Ferst5-4/+24
2022-05-26target/ppc: Use TCG_CALL_NO_RWG_SE in fsel helperMatheus Ferst5-12/+43
2022-05-26target/ppc: use TCG_CALL_NO_RWG in VSX helpers without envMatheus Ferst1-4/+4
2022-05-26target/ppc: use TCG_CALL_NO_RWG in BCD helpersMatheus Ferst1-15/+15
2022-05-26target/ppc: use TCG_CALL_NO_RWG in vector helpers without envMatheus Ferst1-81/+81
2022-05-26target/ppc: declare darn32/darn64 helpers with TCG_CALL_NO_RWGMatheus Ferst1-2/+2
2022-05-26target/ppc: Rename sfprf to sfifprf where it's also used as set fi flagVíctor Colombo1-56/+56
2022-05-26target/ppc: Fix FPSCR.FI changing in float_overflow_excp()Víctor Colombo1-6/+7
2022-05-26target/ppc: Fix FPSCR.FI bit being cleared when it shouldn'tVíctor Colombo2-58/+66
2022-05-26target/ppc: Fix tlbieLeandro Lupori1-1/+1
2022-05-25Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson4-24/+82
2022-05-25i386: Hyper-V Direct TLB flush hypercallVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V Support extended GVA ranges for TLB flush hypercallsVitaly Kuznetsov4-0/+12
2022-05-25i386: Hyper-V XMM fast hypercall input featureVitaly Kuznetsov4-1/+11
2022-05-25i386: Hyper-V Enlightened MSR bitmap featureVitaly Kuznetsov4-0/+15
2022-05-25i386: Use hv_build_cpuid_leaf() for HV_CPUID_NESTED_FEATURESVitaly Kuznetsov2-11/+15
2022-05-25target/i386/kvm: Fix disabling MPX on "-cpu host" with MPX-capable hostMaciej S. Szmigiero1-0/+8
2022-05-24target/riscv: add zicsr/zifencei to isa_stringHongren (Zenithal) Zheng1-0/+2
2022-05-24target/riscv: Set [m|s]tval for both illegal and virtual instruction trapsAnup Patel4-5/+23
2022-05-24target/riscv: Fix hstatus.GVA bit setting for traps taken from HS-modeAnup Patel1-2/+1
2022-05-24target/riscv: Fix csr number based privilege checkingAnup Patel1-2/+6
2022-05-24target/riscv: Fix typo of mimpid cpu optionFrank Chang3-7/+7
2022-05-24target/riscv: check 'I' and 'E' after checking 'G' in riscv_cpu_realizeWeiwei Li1-12/+12
2022-05-24target/riscv: Move/refactor ISA extension checksTsukasa OI1-15/+16
2022-05-24target/riscv: FP extension requirementsTsukasa OI1-0/+25
2022-05-24target/riscv: Change "G" expansionTsukasa OI1-2/+5
2022-05-24target/riscv: Disable "G" by defaultTsukasa OI1-1/+1
2022-05-24target/riscv: Fix coding style on "G" expansionTsukasa OI1-2/+2
2022-05-24target/riscv: Add short-isa-string optionTsukasa OI2-1/+7
2022-05-24target/riscv: Move Zhinx* extensions on ISA stringTsukasa OI1-2/+2
2022-05-24target/riscv: rvv: Fix early exit condition for whole register load/storeeopXD1-27/+31
2022-05-24target/riscv: Fix VS mode hypervisor CSR accessDylan Reid1-5/+5
2022-05-23target/i386: Remove LBREn bit check when access Arch LBR MSRsYang Weijiang1-12/+9
2022-05-19target/arm: Use FIELD definitions for CPACR, CPTR_ELxRichard Henderson3-35/+74
2022-05-19target/arm: Enable FEAT_HCX for -cpu maxRichard Henderson3-0/+71
2022-05-19target/arm: Fix PAuth keys access checks for disabled SEL2Florian Lugou1-1/+1
2022-05-19target/arm: Make number of counters in PMCR follow the CPUPeter Maydell6-12/+47
2022-05-19target/arm/helper.c: Delete stray obsolete commentPeter Maydell1-1/+0
2022-05-19Fix aarch64 debug register names.Chris Howard1-4/+12
2022-05-19hw/intc/arm_gicv3: Use correct number of priority bits for the CPUPeter Maydell2-0/+7
2022-05-19target/arm: Drop unsupported_encoding() macroPeter Maydell2-13/+4