mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
target/i386: add the missing vmx features for Skylake-Server and Cascadelake-Server CPU models
Add the missing vmx features in Skylake-Server and Cascadelake-Server CPU models based on the output of Paolo's script. Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com> Message-Id: <20200714084148.26690-4-chenyi.qiang@intel.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
e0013791b9
commit
644e3c5d81
1 changed files with 14 additions and 0 deletions
|
@ -3034,6 +3034,13 @@ static X86CPUDefinition builtin_x86_defs[] = {
|
||||||
{ /* end of list */ }
|
{ /* end of list */ }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.version = 4,
|
||||||
|
.props = (PropValue[]) {
|
||||||
|
{ "vmx-eptp-switching", "on" },
|
||||||
|
{ /* end of list */ }
|
||||||
|
}
|
||||||
|
},
|
||||||
{ /* end of list */ }
|
{ /* end of list */ }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -3158,6 +3165,13 @@ static X86CPUDefinition builtin_x86_defs[] = {
|
||||||
{ /* end of list */ }
|
{ /* end of list */ }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
{ .version = 4,
|
||||||
|
.note = "ARCH_CAPABILITIES, no TSX",
|
||||||
|
.props = (PropValue[]) {
|
||||||
|
{ "vmx-eptp-switching", "on" },
|
||||||
|
{ /* end of list */ }
|
||||||
|
},
|
||||||
|
},
|
||||||
{ /* end of list */ }
|
{ /* end of list */ }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue