This patch fixes the propagation of the ext3_features from the qemu cpu-model to kvm. This is required for the guest to see the svm flag. Signed-off-by: Joerg Roedel <joerg.roedel@xxxxxxx> --- target-i386/helper.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target-i386/helper.c b/target-i386/helper.c index e595a3e..73d8389 100644 --- a/target-i386/helper.c +++ b/target-i386/helper.c @@ -759,6 +759,7 @@ static int cpu_x86_register (CPUX86State *env, const char *cpu_model) env->pat = 0x0007040600070406ULL; env->cpuid_ext_features = def->ext_features; env->cpuid_ext2_features = def->ext2_features; + env->cpuid_ext3_features = def->ext3_features; env->cpuid_xlevel = def->xlevel; env->cpuid_kvm_features = def->kvm_features; { -- 1.7.0 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html