mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-22 07:28:36 -07:00
target/i386: Remove split lock detect in Snowridge CPU model
At present, there's no mechanism intelligent enough to virtualize split lock detection correctly. Remove it in Snowridge CPU model to avoid the feature exposure. Signed-off-by: Chenyi Qiang <chenyi.qiang@intel.com> Message-Id: <20210630012053.10098-1-chenyi.qiang@intel.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
This commit is contained in:
parent
d426857656
commit
56bb24e543
1 changed files with 8 additions and 0 deletions
|
|
@ -3682,6 +3682,14 @@ static const X86CPUDefinition builtin_x86_defs[] = {
|
|||
{ /* end of list */ },
|
||||
},
|
||||
},
|
||||
{
|
||||
.version = 4,
|
||||
.note = "no split lock detect",
|
||||
.props = (PropValue[]) {
|
||||
{ "split-lock-detect", "off" },
|
||||
{ /* end of list */ },
|
||||
},
|
||||
},
|
||||
{ /* end of list */ },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue