diff options
author | Peter Maydell <peter.maydell@linaro.org> | 2025-03-18 11:42:22 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2025-05-06 15:02:35 +0100 |
commit | d3a161cdd56a768b89f164935033249dc16d5250 (patch) | |
tree | 5f182eb0a19d2a073eebd496207019cd278fcefe /rust/qemu-api/src | |
parent | 82707dd4f07613eed8d639956a43bddffca5cd5c (diff) | |
download | qemu-d3a161cdd56a768b89f164935033249dc16d5250.zip qemu-d3a161cdd56a768b89f164935033249dc16d5250.tar.gz qemu-d3a161cdd56a768b89f164935033249dc16d5250.tar.bz2 |
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
Diffstat (limited to 'rust/qemu-api/src')
0 files changed, 0 insertions, 0 deletions