aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-08-15Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-08-14target/i386: Fix arguments for vmsr_read_thread_stat()Anthony Harivel
2024-08-14Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-08-13target/i386: Assert MMX and XMM registers in rangeRichard Henderson
2024-08-13target/arm: Fix usage of MMU indexes when EL3 is AArch32Peter Maydell
2024-08-13target/arm: Update translation regime comment for new featuresPeter Maydell
2024-08-13target/arm: Clear high SVE elements in handle_vec_simd_wshliRichard Henderson
2024-08-13target/i386: Use unit not type in decode_modrmRichard Henderson
2024-08-13target/i386: Do not apply REX to MMX operandsRichard Henderson
2024-08-13target/hexagon: don't look for static glibAlyssa Ross
2024-08-09target/arm: Fix BTI versus CF_PCRELRichard Henderson
2024-08-07target/hexagon: switch to dc set_props() listBrian Cain
2024-08-07target/hexagon: define a v66 CPUBrian Cain
2024-08-07target/hexagon/idef-parser: Remove self-assignmentAnton Johansson
2024-08-07Hexagon: lldb read/write predicate registers p0/p1/p2/p3Taylor Simpson
2024-08-07Hexagon: fix F2_conv_* instructions for negative zeroMatheus Tavares Bernardino
2024-08-06target/riscv: Add asserts for out-of-bound accessAtish Patra
2024-08-06target/riscv: Relax fld alignment requirementLIU Zhiwei
2024-08-06target/riscv: Add MXLEN check for F/D/Q applies to zama16bLIU Zhiwei
2024-08-06target/riscv: Remove redundant insn length check for zama16bLIU Zhiwei
2024-08-06Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingRichard Henderson
2024-08-05target/i386: Fix VSIB decodeRichard Henderson
2024-08-03hvf: arm: Fix hvf_sysreg_read_cp() callAkihiko Odaki
2024-08-02target/i386: SEV: fix mismatch in vcek-disabled property namePaolo Bonzini
2024-08-01target/xtensa: Correct assert condition in handle_interrupt()Peter Maydell
2024-08-01target/arm: Handle denormals correctly for FMOPA (widening)Peter Maydell
2024-07-31target/i386: Clean up error cases for vmsr_read_thread_stat()Anthony Harivel
2024-07-31target/i386: Fix typo that assign same value twiceAnthony Harivel
2024-07-31target/i386/cpu: Mask off SGX/SGX_LC feature words for non-PC machineZhao Liu
2024-07-31target/i386/cpu: Add dependencies of CPUID 0x12 leavesZhao Liu
2024-07-31target/i386/cpu: Explicitly express SGX_LC and SGX feature words dependencyZhao Liu
2024-07-31target/i386/cpu: Remove unnecessary SGX feature words checksZhao Liu
2024-07-31target/i386: Change unavail from u32 to u64Xiong Zhang
2024-07-30Merge tag 'pull-target-arm-20240730' of https://git.linaro.org/people/pmaydel...Richard Henderson
2024-07-30Merge tag 's390x-20240730' of https://github.com/davidhildenbrand/qemu into s...Richard Henderson
2024-07-29target/s390x: move @deprecated-props to CpuModelExpansion InfoCollin Walling
2024-07-29target/sh4: Avoid shift into sign bit in update_itlb_use()Peter Maydell
2024-07-29target/i386: Remove dead assignment to ss in do_interrupt64()Peter Maydell
2024-07-29target/m68k: avoid shift into sign bit in dump_address_map()Peter Maydell
2024-07-29target/xtensa: Make use of 'segment' in pptlb helper less confusingPeter Maydell
2024-07-29target/tricore: Use unsigned types for bitops in helper_eq_b()Peter Maydell
2024-07-29target/arm: Ignore SMCR_EL2.LEN and SVCR_EL2.LEN if EL2 is not enabledPeter Maydell
2024-07-29target/arm: Avoid shifts by -1 in tszimm_shr() and tszimm_shl()Peter Maydell
2024-07-29target/arm: Fix UMOPA/UMOPS of 16-bit valuesPeter Maydell
2024-07-29target/arm: Don't assert for 128-bit tile accesses when SVL is 128Peter Maydell
2024-07-29hvf: arm: Do not advance PC when raising an exceptionAkihiko Odaki
2024-07-29hvf: arm: Properly disable PMUAkihiko Odaki
2024-07-29hvf: arm: Raise an exception for sysreg by defaultAkihiko Odaki
2024-07-29target/arm/kvm: Do not silently remove PMUAkihiko Odaki
2024-07-29target/arm/kvm: Set PMU for host only when availableAkihiko Odaki