QEMU Aarch64 tries various target types in kvm_arm_get_host_cpu_features() to determine perferred VCPU target type and VCPU features. This patch adds target type KVM_ARM_TARGET_XGENE_POTENZA to cpus_to_try[] of kvm_arm_get_host_cpu_features(). Signed-off-by: Pranavkumar Sawargaonkar <pranavkumar@xxxxxxxxxx> Signed-off-by: Anup Patel <anup.patel@xxxxxxxxxx> --- target-arm/kvm64.c | 1 + 1 file changed, 1 insertion(+) diff --git a/target-arm/kvm64.c b/target-arm/kvm64.c index 1b7ca90..406529f 100644 --- a/target-arm/kvm64.c +++ b/target-arm/kvm64.c @@ -48,6 +48,7 @@ bool kvm_arm_get_host_cpu_features(ARMHostCPUClass *ahcc) KVM_ARM_TARGET_AEM_V8, KVM_ARM_TARGET_FOUNDATION_V8, KVM_ARM_TARGET_CORTEX_A57, + KVM_ARM_TARGET_XGENE_POTENZA, QEMU_KVM_ARM_TARGET_NONE }; struct kvm_vcpu_init init; -- 1.7.9.5 _______________________________________________ kvmarm mailing list kvmarm@xxxxxxxxxxxxxxxxxxxxx https://lists.cs.columbia.edu/cucslists/listinfo/kvmarm