aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)Author
2024-02-28target/i386: leave the A20 bit set in the final NPT walkPaolo Bonzini
2024-02-28target/i386: remove unnecessary/wrong application of the A20 maskPaolo Bonzini
2024-02-28target/i386: Fix physical address truncationPaolo Bonzini
2024-02-28target/i386: check validity of VMCB addressesPaolo Bonzini
2024-02-28target/i386: mask high bits of CR3 in 32-bit modePaolo Bonzini
2024-02-24target/ppc: Fix crash on machine check caused by ifetchNicholas Piggin
2024-02-24target/ppc: Fix lxv/stxv MSR facility checkNicholas Piggin
2024-02-20target/i386: Generate an illegal opcode exception on cmp instructions with lo...Ziqiao Kong
2024-02-20i386/cpuid: Move leaf 7 to correct groupXiaoyao Li
2024-02-20i386/cpuid: Decrease cpuid_i when skipping CPUID leaf 1FXiaoyao Li
2024-02-20i386/cpu: Mask with XCR0/XSS mask for FEAT_XSAVE_XCR0_HI and FEAT_XSAVE_XSS_H...Xiaoyao Li
2024-02-20i386/cpu: Clear FEAT_XSAVE_XSS_LO/HI leafs when CPUID_EXT_XSAVE is not availableXiaoyao Li
2024-02-16target/arm: Don't get MDCR_EL2 in pmu_counter_enabled() before checking ARM_F...Peter Maydell
2024-02-16target/arm: Fix SVE/SME gross MTE suppression checksRichard Henderson
2024-02-16target/arm: Handle mte in do_ldrq, do_ldroRichard Henderson
2024-02-16target/arm: Split out make_svemte_descRichard Henderson
2024-02-16target/arm: Adjust and validate mtedesc sizem1Richard Henderson
2024-02-16target/arm: Fix nregs computation in do_{ld,st}_zpaRichard Henderson
2024-02-09target/arm: Reinstate "vfp" property on AArch32 CPUsPeter Maydell
2024-02-09target/arm: fix exception syndrome for AArch32 bkpt insnJan Klötzke
2024-01-27target/arm: Fix incorrect aa64_tidcp1 feature checkPeter Maydell
2024-01-27target/arm: Fix A64 scalar SQSHRN and SQRSHRNPeter Maydell
2024-01-27target/xtensa: fix OOB TLB entry accessMax Filippov
2024-01-20target/i386: pcrel: store low bits of physical address in data[0]Paolo Bonzini
2024-01-20target/i386: fix incorrect EIP in PC-relative translation blocksguoguangyao
2024-01-20target/i386: Do not re-compute new pc with CF_PCRELRichard Henderson
2024-01-17target/hppa: Fix IOR and ISR on error in probeHelge Deller
2024-01-17target/hppa: Fix IOR and ISR on unaligned access trapHelge Deller
2024-01-17target/hppa: Export function hppa_set_ior_and_isr()Helge Deller
2024-01-17target/hppa: Avoid accessing %gr0 when raising exceptionHelge Deller
2024-01-17target/hppa: Fix PDC address translation on PA2.0 with PSW.W=0Helge Deller
2024-01-13target/s390x: Fix LAE setting a wrong access registerIlya Leoshkevich
2024-01-08target/riscv: Fix mcycle/minstret increment behaviorXu Lu
2023-12-26target/riscv/kvm: do not use non-portable strerrorname_np()Natanael Copa
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth
2023-12-04Merge tag 'misc-fixes-20231204' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-12-04Merge tag 'pull-target-arm-20231204-1' of https://git.linaro.org/people/pmayd...Stefan Hajnoczi
2023-12-04target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csrDaniel Henrique Barboza
2023-12-04sh4: Coding style: Remove tabsYihuan Pan
2023-12-04target/arm: Disable SME if SVE is disabledPeter Maydell
2023-11-28Merge tag 'misc-next-20231128' of https://github.com/philmd/qemu into stagingStefan Hajnoczi
2023-11-28hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam
2023-11-28target/hexagon/idef-parser/prepare: use env to invoke bashSamuel Tardieu
2023-11-27target/arm: Handle overflow in calculation of next timer tickPeter Maydell
2023-11-27target/arm: Set IL bit for pauth, SVE access, BTI trap syndromesPeter Maydell
2023-11-22target/riscv/cpu_helper.c: Fix mxr bit behaviorIvan Klokov
2023-11-22target/riscv/cpu_helper.c: Invalid exception on MMU translation stageIvan Klokov
2023-11-22target/riscv: don't verify ISA compatibility for zicntr and zihpmClément Chigot
2023-11-21Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi