diff --git a/qemu/target/i386/cpu.h b/qemu/target/i386/cpu.h index 6662ebbb..4a9a0c71 100644 --- a/qemu/target/i386/cpu.h +++ b/qemu/target/i386/cpu.h @@ -1253,6 +1253,8 @@ typedef struct X86CPU { int32_t core_id; int32_t thread_id; + int32_t hv_max_vps; + /* Features to be added */ FeatureWordArray plus_features; /* Features to be removed */