[RFC 19/21] virt: Allow custom vcpu model in arm virt

Eric Auger posted 21 patches 4 weeks, 1 day ago
[RFC 19/21] virt: Allow custom vcpu model in arm virt
Posted by Eric Auger 4 weeks, 1 day ago
From: Cornelia Huck <cohuck@redhat.com>

Allowing the use of the custom vcpu model in ARM virt.

Signed-off-by: Eric Auger <eric.auger@redhat.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
---
 hw/arm/virt.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/hw/arm/virt.c b/hw/arm/virt.c
index b0c68d66a3..edde4b5007 100644
--- a/hw/arm/virt.c
+++ b/hw/arm/virt.c
@@ -3052,6 +3052,9 @@ static void virt_machine_class_init(ObjectClass *oc, void *data)
 #if defined(CONFIG_KVM) || defined(CONFIG_HVF)
         ARM_CPU_TYPE_NAME("host"),
 #endif /* CONFIG_KVM || CONFIG_HVF */
+#ifdef CONFIG_KVM
+        ARM_CPU_TYPE_NAME("custom"),
+#endif /* CONFIG_KVM */
 #endif /* TARGET_AARCH64 */
         ARM_CPU_TYPE_NAME("max"),
         NULL
-- 
2.41.0