aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2022-03-20target/ppc: Replicate Double->Single-Precision resultLucas Coutinho1-4/+44
2022-03-20target/ppc: Replicate double->int32 result for some vector insnsRichard Henderson1-6/+39
2022-03-18target/arm: Make rvbar settable after realizeEdgar E. Iglesias3-9/+16
2022-03-18target/arm: Log fault address for M-profile faultsPeter Maydell1-0/+6
2022-03-18target/arm: Log M-profile vector table accessesPeter Maydell2-0/+10
2022-03-18target/arm: Fix handling of LPAE block descriptorsPeter Maydell1-2/+8
2022-03-18target/arm: Fix pauth_check_trap vs SEL2Richard Henderson1-1/+1
2022-03-18target/arm: Fix sve2 ldnt1 and stnt1Richard Henderson2-5/+51
2022-03-16s390x/tcg: Fix BRCL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-16s390x/tcg: Fix BRASL with a large negative offsetIlya Leoshkevich1-1/+1
2022-03-15Merge tag 'darwin-20220315' of https://github.com/philmd/qemu into stagingPeter Maydell7-56/+17
2022-03-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell10-70/+390
2022-03-15hvf: Remove deprecated hv_vcpu_flush() callsPhilippe Mathieu-Daudé3-5/+0
2022-03-15hvf: Make hvf_get_segments() / hvf_put_segments() localPhilippe Mathieu-Daudé2-4/+2
2022-03-15hvf: Use standard CR0 and CR4 register definitionsCameron Esfahani5-47/+15
2022-03-15Merge tag 'pull-ppc-20220314' of https://github.com/legoater/qemu into stagingPeter Maydell2-2/+3
2022-03-15KVM: SVM: always set MSR_AMD64_TSC_RATIO to default valueMaxim Levitsky1-3/+1
2022-03-15i386: Add Icelake-Server-v6 CPU model with 5-level EPT supportVitaly Kuznetsov1-0/+8
2022-03-15x86: Support XFD and AMX xsave data migrationZeng Guang3-0/+73
2022-03-15x86: add support for KVM_CAP_XSAVE2 and AMX state migrationJing Liu3-15/+59
2022-03-15x86: Add AMX CPUIDs enumerationJing Liu2-4/+55
2022-03-15x86: Add XFD faulting bit for state componentsJing Liu2-1/+4
2022-03-15x86: Grant AMX permission for guestYang Zhong5-6/+75
2022-03-15x86: Add AMX XTILECFG and XTILEDATA componentsJing Liu2-1/+25
2022-03-15x86: Fix the 64-byte boundary enumeration for extended stateJing Liu3-0/+8
2022-03-15target/i386: Throw a #SS when loading a non-canonical ISTGareth Webb2-38/+50
2022-03-15target/i386: only include bits in pg_mode if they are not ignoredPaolo Bonzini1-17/+17
2022-03-15kvm/msi: do explicit commit when adding msi routesLongpeng(Mike)1-1/+3
2022-03-15whpx: Fixed incorrect CR8/TPR synchronizationIvan Shcherbakov1-1/+27
2022-03-15whpx: Fixed reporting of the CPU context to GDB for 64-bitIvan Shcherbakov1-0/+2
2022-03-14target/ppc: fix xxspltw for big endian hostsMatheus Ferst1-1/+1
2022-03-14target/ppc: fix ISI fault cause for Radix MMULeandro Lupori1-1/+2
2022-03-12target/hexagon: remove unused variableZongyuan Li1-5/+1
2022-03-12Hexagon (target/hexagon) assignment to c4 should wait until packet commitTaylor Simpson1-5/+9
2022-03-12Hexagon (target/hexagon) fix bug in conv_df2uw_chopTaylor Simpson1-1/+1
2022-03-12Hexagon (target/hexagon) properly handle NaN in dfmin/dfmax/sfmin/sfmaxTaylor Simpson1-10/+4
2022-03-12Hexagon (target/hexagon) properly handle denorm in arch_sf_recip_commonTaylor Simpson2-4/+8
2022-03-12Hexagon (target/hexagon) properly set FPINVF bit in sfcmp.uo and dfcmp.uoTaylor Simpson1-4/+2
2022-03-12Hexagon HVX (target/hexagon) fix bug in HVX saturate instructionsTaylor Simpson1-2/+2
2022-03-12Hexagon (target/hexagon) fix bug in circular addressingMichael Lambert1-3/+3
2022-03-09Merge remote-tracking branch 'remotes/philmd/tags/mips-20220308' into stagingPeter Maydell3-19/+10
2022-03-08Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20220307'...Peter Maydell6-6/+44
2022-03-07target/mips: Remove duplicated MIPSCPU::cp0_count_ratePhilippe Mathieu-Daudé3-19/+9
2022-03-07target/mips: Fix cycle counter timing calculationsSimon Burge1-1/+2
2022-03-07target/arm: Provide cpu property for controling FEAT_LPA2Richard Henderson3-1/+34
2022-03-07target/arm/translate-neon: Simplify align field check for VLD3Peter Maydell1-5/+5
2022-03-07target/arm/translate-neon: UNDEF if VLD1/VST1 stride bits are non-zeroPeter Maydell1-0/+3
2022-03-07osdep: Move memalign-related functions to their own headerPeter Maydell2-0/+2
2022-03-06target/i386: Remove pointless CPUArchState castsPhilippe Mathieu-Daudé3-18/+18
2022-03-06target: Use ArchCPU as interface to target CPUPhilippe Mathieu-Daudé20-20/+20