With recent target machine changes, this machine was made available for AArch32. However, it depends on CONFIG_KVM (see Kconfig), and since we don't support 32 bit anymore, we don't support it. See main meson.build and 'kvm_targets' for more details.
Fixes: 4e8ac6857faab2 "hw/remote/machine.c: Mark x-remote machine as OK for AArch64 and AArch32" Signed-off-by: Pierrick Bouvier <[email protected]> --- hw/remote/machine.c | 1 - 1 file changed, 1 deletion(-) diff --git a/hw/remote/machine.c b/hw/remote/machine.c index df08f640199..88d38b75d52 100644 --- a/hw/remote/machine.c +++ b/hw/remote/machine.c @@ -150,7 +150,6 @@ static const TypeInfo remote_machine = { .interfaces = (const InterfaceInfo[]) { { TYPE_HOTPLUG_HANDLER }, { TYPE_TARGET_AARCH64_MACHINE }, - { TYPE_TARGET_ARM_MACHINE }, { } } }; -- 2.43.0
