qemu/target/arm
Peter Maydell d3a161cdd5 target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET
Our KVM code includes backwards compatibility support for ancient
kernels which don't support the KVM_ARM_PREFERRED_TARGET ioctl.  This
ioctl was introduced in kernel commit 42c4e0c77ac91 in September
2013 and is in v3.12, so it's reasonable to assume it's present.

(We already dropped support for kernels without KVM_CAP_DEVICE_CTRL,
a feature added to the kernel in April 2013, in our commit
84f298ea3e; so there are only about six months' worth of kernels,
from v3.9 to v3.11, that we don't already fail to run on and that
this commit is dropping handling for.)

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-id: 20250318114222.1018200-1-peter.maydell@linaro.org
2025-05-06 15:02:35 +01:00
..
hvf hvf: avoid repeatedly setting trap debug for each cpu 2025-05-06 15:01:22 +01:00
tcg target/arm: Don't assert() for ISB/SB inside IT block 2025-05-06 15:02:34 +01:00
arch_dump.c target/arm: Move arm_current_el() and arm_el_is_aa64() to internals.h 2025-03-14 10:49:20 +00:00
arm-powerctl.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
arm-powerctl.h target/arm/arm-powerctl: Add new arm_set_cpu_on_and_reset() 2019-02-28 11:03:04 +00:00
arm-qmp-cmds.c target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET 2025-05-06 15:02:35 +01:00
common-semi-target.h target/arm/common-semi-target.h: Remove unnecessary boot.h include 2023-10-19 14:32:13 +01:00
cortex-regs.c target/arm: Saturate L2CTLR_EL1 core count field rather than overflowing 2023-05-18 11:39:33 +01:00
cpregs.h target/arm: Move A32_BANKED_REG_{GET,SET} macros to cpregs.h 2025-03-14 10:49:20 +00:00
cpu-features.h target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper 2025-02-11 16:22:07 +00:00
cpu-param.h tcg: Remove the TCG_GUEST_DEFAULT_MO definition globally 2025-04-23 15:07:32 -07:00
cpu-qom.h target/arm: Add support for Non-maskable Interrupt 2024-04-25 10:21:04 +01:00
cpu.c target/arm: Handle gdb_core_xml_file in TYPE_ARM_CPU 2025-04-25 17:00:42 +02:00
cpu.h qom: Have class_init() take a const data argument 2025-04-25 17:00:41 +02:00
cpu64.c target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPU 2025-04-25 17:00:42 +02:00
debug_helper.c include/exec: Split out watchpoint.h 2025-04-23 14:08:36 -07:00
gdbstub.c target/arm: Handle AArch64 gdb read/write regs in TYPE_ARM_CPU 2025-04-25 17:00:42 +02:00
gdbstub64.c exec/cpu-all: remove exec/target_page include 2025-04-23 15:04:57 -07:00
gtimer.h target/arm: Document the architectural names of our GTIMERs 2025-03-07 10:08:21 +00:00
helper.c target/arm/cpu: remove inline stubs for aarch32 emulation 2025-04-23 15:04:57 -07:00
helper.h target/arm: Plumb FEAT_RPRES frecpe and frsqrte through to new helper 2025-02-11 16:22:07 +00:00
hvf_arm.h hvf: arm: Implement and use hvf_get_physical_address_range 2024-09-13 15:31:47 +01:00
hyp_gdbstub.c target/arm: Replace target_ulong -> vaddr for CPUWatchpoint 2025-04-25 17:00:42 +02:00
idau.h Use DECLARE_*CHECKER* macros 2020-09-09 09:27:09 -04:00
internals.h target/arm: Replace target_ulong -> vaddr for CPUWatchpoint 2025-04-25 17:00:42 +02:00
Kconfig kconfig: express dependency of individual boards on libfdt 2024-05-10 15:45:15 +02:00
kvm-consts.h exec: Rename NEED_CPU_H -> COMPILING_PER_TARGET 2024-04-26 09:49:51 +02:00
kvm-stub.c target/arm: Avoid bare abort() or assert(0) 2022-05-05 09:35:51 +01:00
kvm.c target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET 2025-05-06 15:02:35 +01:00
kvm_arm.h target/arm/kvm: Drop support for kernels without KVM_ARM_PREFERRED_TARGET 2025-05-06 15:02:35 +01:00
machine.c include: Rename sysemu/ -> system/ 2024-12-20 17:44:56 +01:00
meson.build target/arm: Rename vfp_helper.c to vfp_fpscr.c 2025-02-25 15:32:58 +00:00
multiprocessing.h target/arm: Expose arm_cpu_mp_affinity() in 'multiprocessing.h' header 2024-01-26 11:30:48 +00:00
ptw.c target/arm/ptw: fix arm_cpu_get_phys_page_attrs_debug 2025-05-06 15:01:22 +01:00
syndrome.h target/arm: fix exception syndrome for AArch32 bkpt insn 2024-02-02 13:51:57 +00:00
tcg-stubs.c target/arm: Move softfloat specific FPCR/FPSR handling to tcg/ 2025-02-25 15:32:58 +00:00
trace-events target/arm: Implement FEAT_ECV CNTPOFF_EL2 handling 2024-03-07 12:19:03 +00:00
trace.h trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
vfp_fpscr.c target/arm: Rename vfp_helper.c to vfp_fpscr.c 2025-02-25 15:32:58 +00:00