aboutsummaryrefslogtreecommitdiff
path: root/target
AgeCommit message (Expand)AuthorFilesLines
2023-12-12target/i386: Fix 32-bit wrapping of pc/eip computationRichard Henderson3-10/+33
2023-12-06i386/sev: Avoid SEV-ES crash due to missing MSR_EFER_LMA bitMichael Roth1-0/+8
2023-12-04Merge tag 'misc-fixes-20231204' of https://github.com/philmd/qemu into stagingStefan Hajnoczi1-10/+9
2023-12-04Merge tag 'pull-target-arm-20231204-1' of https://git.linaro.org/people/pmayd...Stefan Hajnoczi1-0/+10
2023-12-04target/riscv/kvm: fix shadowing in kvm_riscv_(get|put)_regs_csrDaniel Henrique Barboza1-10/+9
2023-12-04sh4: Coding style: Remove tabsYihuan Pan4-926/+926
2023-12-04target/arm: Disable SME if SVE is disabledPeter Maydell1-0/+10
2023-11-28Merge tag 'misc-next-20231128' of https://github.com/philmd/qemu into stagingStefan Hajnoczi3-2/+13
2023-11-28hw/avr/atmega: Fix wrong initial value of stack pointerGihun Nam2-1/+12
2023-11-28target/hexagon/idef-parser/prepare: use env to invoke bashSamuel Tardieu1-1/+1
2023-11-27target/arm: Handle overflow in calculation of next timer tickPeter Maydell1-4/+21
2023-11-27target/arm: Set IL bit for pauth, SVE access, BTI trap syndromesPeter Maydell1-3/+3
2023-11-22target/riscv/cpu_helper.c: Fix mxr bit behaviorIvan Klokov1-4/+20
2023-11-22target/riscv/cpu_helper.c: Invalid exception on MMU translation stageIvan Klokov1-23/+7
2023-11-22target/riscv: don't verify ISA compatibility for zicntr and zihpmClément Chigot1-0/+9
2023-11-21Merge tag 'pull-target-arm-20231121' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi2-7/+5
2023-11-21target/ppc: Fix bugs in VSX_CVT_FP_TO_INT and VSX_CVT_FP_TO_INT2 macrosJohn Platts1-4/+8
2023-11-20target/arm: Fix SME FMOPA (16-bit), BFMOPARichard Henderson1-6/+4
2023-11-20target/arm: enable FEAT_RNG on Neoverse-N2Marcin Juszkiewicz1-1/+1
2023-11-20Merge tag 'hppa64-fixes-pull-request' of https://github.com/hdeller/qemu-hppa...Stefan Hajnoczi1-2/+2
2023-11-20Merge tag 'pull-error-2023-11-17' of https://repo.or.cz/qemu/armbru into stagingStefan Hajnoczi1-1/+2
2023-11-20Merge tag 'pull-trivial-patches' of https://gitlab.com/mjt0k/qemu into stagingStefan Hajnoczi5-6/+6
2023-11-17target/hppa: Fix 64-bit SHRPD instructionHelge Deller1-2/+2
2023-11-17target/i386/cpu: Improve error message for property "vendor"Markus Armbruster1-1/+2
2023-11-15target/riscv/cpu.h: spelling fix: separatlyMichael Tokarev1-2/+2
2023-11-15target/hppa: spelling fixes: Indicies, TruelyMichael Tokarev2-2/+2
2023-11-15target/arm/tcg: spelling fixes: alse, addresesMichael Tokarev2-2/+2
2023-11-14target/sparc: Fix RETURNRichard Henderson1-1/+1
2023-11-14Merge tag 'pull-request-2023-11-14' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi1-4/+17
2023-11-14Merge tag 'pull-target-arm-20231113' of https://git.linaro.org/people/pmaydel...Stefan Hajnoczi3-3/+15
2023-11-14target/s390x/arch_dump: Add arch cleanup function for PV dumpsJanosch Frank1-0/+17
2023-11-14target/s390x/dump: Remove unneeded dump info function pointer initJanosch Frank1-4/+0
2023-11-13target/hppa: Reduce TARGET_PHYS_ADDR_SPACE_BITS to 40Richard Henderson2-18/+35
2023-11-13target/hppa: Replace MMU_PHYS_IDX with MMU_ABS_IDX, MMU_ABS_W_IDXRichard Henderson3-36/+39
2023-11-13target/hppa: Introduce MMU_IDX_MMU_DISABLEDRichard Henderson3-11/+14
2023-11-13target/hppa: Fix possible overflow in TLB size calculationHelge Deller1-2/+2
2023-11-13target/hppa: Fix calculation of CR_IIASQ back registerHelge Deller1-1/+1
2023-11-13target/hppa: Use PRIV_P_TO_MMU_IDX in helper_probeRichard Henderson1-2/+3
2023-11-13target/hppa: Use only low 2 immediate bits for PROBEIRichard Henderson1-1/+1
2023-11-13target/arm/tcg: enable PMU feature for Cortex-A8 and A9Nikita Ostrenkov1-0/+2
2023-11-13target/arm: Correct MTE tag checking for reverse-copy MOPSPeter Maydell1-2/+10
2023-11-13target/arm: HVC at EL3 should go to EL3, not EL2Peter Maydell1-1/+3
2023-11-12target/hppa: Mask reserved PSW bits in expand_sm_immHelge Deller1-5/+8
2023-11-08target/arm: hide aliased MIDR from gdbstubAlex Bennée1-1/+1
2023-11-08target/arm: hide all versions of DBGD[RS]AR from gdbstubAlex Bennée1-4/+6
2023-11-08target/arm: mark the 32bit alias of PAR when LPAE enabledAlex Bennée1-14/+21
2023-11-08Merge tag 'pull-request-2023-11-07' of https://gitlab.com/thuth/qemu into sta...Stefan Hajnoczi4-13/+29
2023-11-08Merge tag 'misc-cpus-20231107' of https://github.com/philmd/qemu into stagingStefan Hajnoczi78-825/+734
2023-11-07target/s390x/cpu topology: Fix ordering and creation of TLEsNina Schoetterl-Glausch1-3/+5
2023-11-07target/s390x: Fix LAALG not updating cc_srcIlya Leoshkevich2-3/+18