diff options
| author | Ilias Apalodimas <[email protected]> | 2025-06-18 09:58:14 +0300 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-06-27 11:48:20 -0600 |
| commit | fcc60481ae755cf289bb96ccef81294b0b443654 (patch) | |
| tree | 481198db49924c02c7dec667aade5e914ad022de | |
| parent | dc512700ad46c16531ac57dbe5bba78d7153961d (diff) | |
qemu: arm: Enable virtualizable IO accessors
We recently added IO accessors that will work with KVM for any MMIO
access that casues an exception to the hypervisor. Enable them by
default for QEMU.
Signed-off-by: Ilias Apalodimas <[email protected]>
Tested-by: Mikko Rapeli <[email protected]>
| -rw-r--r-- | configs/qemu_arm64_defconfig | 1 | ||||
| -rw-r--r-- | configs/qemu_arm_defconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/qemu_arm64_defconfig b/configs/qemu_arm64_defconfig index 72bd255eafa..39afb837e41 100644 --- a/configs/qemu_arm64_defconfig +++ b/configs/qemu_arm64_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_KVM_VIRT_INS=y CONFIG_ARCH_QEMU=y CONFIG_SYS_MALLOC_LEN=0x1000000 CONFIG_BLOBLIST_SIZE_RELOC=0x2000 diff --git a/configs/qemu_arm_defconfig b/configs/qemu_arm_defconfig index f13001390d4..92ba48f6af9 100644 --- a/configs/qemu_arm_defconfig +++ b/configs/qemu_arm_defconfig @@ -1,4 +1,5 @@ CONFIG_ARM=y +CONFIG_KVM_VIRT_INS=y CONFIG_ARM_SMCCC=y CONFIG_ARCH_QEMU=y CONFIG_SYS_MALLOC_LEN=0x1000000 |
