mirror of
https://github.com/xemu-project/xemu.git
synced 2026-07-11 01:24:41 +02:00
hw/arm/Kconfig: Exclude imx8mp-evk machine from KVM-only build
Fixes make check failures on an aarch64 host when QEMU is configured using '--enable-kvm --disable-tcg': qemu-system-aarch64: unknown type 'arm-gicv3' Reported-by: Cornelia Huck <cohuck@redhat.com> Tested-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Message-id: 20251119203759.5138-1-shentey@gmail.com Suggested-by: Peter Maydell <peter.maydell@linaro.org> Tested-by: Cornelia Huck <cohuck@redhat.com> Reviewed-by: Cornelia Huck <cohuck@redhat.com> Signed-off-by: Bernhard Beschow <shentey@gmail.com> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
This commit is contained in:
committed by
Peter Maydell
parent
fb241d0a1f
commit
697ccce3c5
+1
-1
@@ -623,7 +623,7 @@ config FSL_IMX8MP_EVK
|
||||
bool
|
||||
default y
|
||||
depends on AARCH64
|
||||
depends on TCG || KVM
|
||||
depends on TCG
|
||||
select FSL_IMX8MP
|
||||
|
||||
config ARM_SMMUV3
|
||||
|
||||
Reference in New Issue
Block a user