aboutsummaryrefslogtreecommitdiff
path: root/target/arm
AgeCommit message (Expand)AuthorFilesLines
2024-01-26target/arm: Fix VNCR fault detection logicPeter Maydell1-1/+1
2024-01-19target/arm: Ensure icount is enabled when emulating INST_RETIREDPhilippe Mathieu-Daudé1-0/+2
2024-01-19system/cpu-timers: Introduce ICountMode enumeratorPhilippe Mathieu-Daudé1-1/+2
2024-01-19accel: Do not set CPUState::tcg_cflags in non-TCG accelsPhilippe Mathieu-Daudé1-1/+1
2024-01-15target/arm: arm_pamax() no longer needs to do feature propagationPeter Maydell1-8/+6
2024-01-09target/arm: Add FEAT_NV2 to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell2-6/+1
2024-01-09target/arm: Enhance CPU_LOG_INT to show SPSR on AArch64 exception-entryPeter Maydell1-0/+1
2024-01-09target/arm: Report HCR_EL2.{NV,NV1,NV2} in cpu dumpsPeter Maydell1-0/+5
2024-01-09target/arm: Mark up VNCR offsets (offsets >= 0x200, except GIC)Peter Maydell1-0/+8
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x168..0x1f8)Peter Maydell1-0/+18
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x100..0x160)Peter Maydell2-0/+23
2024-01-09target/arm: Mark up VNCR offsets (offsets 0x0..0xff)Peter Maydell1-0/+12
2024-01-09target/arm: Report VNCR_EL2 based faults correctlyPeter Maydell4-8/+47
2024-01-09target/arm: Implement FEAT_NV2 redirection of sysregs to RAMPeter Maydell5-0/+84
2024-01-09target/arm: Handle FEAT_NV2 redirection of SPSR_EL2, ELR_EL2, ESR_EL2, FAR_EL2Peter Maydell6-5/+58
2024-01-09target/arm: Handle FEAT_NV2 changes to when SPSR_EL1.M reports EL2Peter Maydell1-4/+12
2024-01-09target/arm: Implement VNCR_EL2 registerPeter Maydell2-0/+29
2024-01-09target/arm: Handle HCR_EL2 accesses for FEAT_NV2 bitsPeter Maydell2-0/+8
2024-01-09target/arm: Add FEAT_NV to max, neoverse-n2, neoverse-v1 CPUsPeter Maydell2-3/+6
2024-01-09target/arm: Handle FEAT_NV page table attribute changesPeter Maydell1-0/+21
2024-01-09target/arm: Treat LDTR* and STTR* as LDR/STR when NV, NV1 is 1, 1Peter Maydell1-2/+4
2024-01-09target/arm: Don't honour PSTATE.PAN when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell1-0/+3
2024-01-09target/arm: Always use arm_pan_enabled() when checking if PAN is enabledPeter Maydell1-11/+11
2024-01-09target/arm: Trap registers when HCR_EL2.{NV, NV1} == {1, 1}Peter Maydell1-4/+41
2024-01-09target/arm: Set SPSR_EL1.M correctly when nested virt is enabledPeter Maydell1-0/+6
2024-01-09target/arm: Make NV reads of CurrentEL return EL2Peter Maydell1-2/+7
2024-01-09target/arm: Trap sysreg accesses for FEAT_NVPeter Maydell5-10/+77
2024-01-09target/arm: Move FPU/SVE/SME access checks up above ARM_CP_SPECIAL_MASK checkPeter Maydell1-7/+8
2024-01-09target/arm: Make EL2 cpreg accessfns safe for FEAT_NV EL1 accessesPeter Maydell2-8/+69
2024-01-09target/arm: *_EL12 registers should UNDEF when HCR_EL2.E2H is 0Peter Maydell2-1/+18
2024-01-09target/arm: Record correct opcode fields in cpreg for E2H aliasesPeter Maydell1-0/+35
2024-01-09target/arm: Allow use of upper 32 bits of TBFLAG_A64Peter Maydell1-3/+5
2024-01-09target/arm: Always honour HCR_EL2.TSC when HCR_EL2.NV is setPeter Maydell1-3/+13
2024-01-09target/arm: Enable trapping of ERET for FEAT_NVPeter Maydell4-7/+16
2024-01-09target/arm: Implement HCR_EL2.AT handlingPeter Maydell1-6/+15
2024-01-09target/arm: Handle HCR_EL2 accesses for bits introduced with FEAT_NVPeter Maydell2-1/+10
2024-01-09target/arm: Set CTR_EL0.{IDC,DIC} for the 'max' CPUPeter Maydell1-0/+10
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi2-3/+3
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi9-40/+40
2024-01-05target: Use generic cpu_model_from_type()Gavin Shan1-2/+1
2024-01-05target/arm: Use generic cpu_list()Gavin Shan2-49/+0
2024-01-05cpu: Call object_class_dynamic_cast() once in cpu_class_by_name()Philippe Mathieu-Daudé1-3/+1
2024-01-04Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingPeter Maydell1-1/+1
2023-12-31meson: rename config_allPaolo Bonzini1-1/+1
2023-12-29target/arm: Constify hvf/hvf.cRichard Henderson1-5/+8
2023-12-29target/arm: Constify VMState in machine.cRichard Henderson1-27/+27
2023-12-19target/arm/helper: Propagate MDCR_EL2.HPMN into PMCR_EL0.NJean-Philippe Brucker1-2/+20
2023-12-19target/arm/tcg: Including missing 'exec/exec-all.h' headerPhilippe Mathieu-Daudé1-0/+1
2023-12-19target/arm: Restrict DC CVAP & DC CVADP instructions to TCG accelPhilippe Mathieu-Daudé1-0/+5
2023-12-19target/arm: Restrict TCG specific helpersPhilippe Mathieu-Daudé2-55/+55