Commit ab0c942c authored by Tao Xu's avatar Tao Xu Committed by Eduardo Habkost
Browse files

target/i386: Add Denverton-v2 (no MPX) CPU model



Because MPX is being removed from the linux kernel, remove MPX feature
from Denverton.

Signed-off-by: default avatarTao Xu <tao3.xu@intel.com>
Message-Id: <20200212081328.7385-2-tao3.xu@intel.com>
Signed-off-by: default avatarEduardo Habkost <ehabkost@redhat.com>
parent d649689a
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -3592,6 +3592,18 @@ static X86CPUDefinition builtin_x86_defs[] = {
        .features[FEAT_VMX_VMFUNC] = MSR_VMX_VMFUNC_EPT_SWITCHING,
        .xlevel = 0x80000008,
        .model_id = "Intel Atom Processor (Denverton)",
        .versions = (X86CPUVersionDefinition[]) {
            { .version = 1 },
            {
                .version = 2,
                .props = (PropValue[]) {
                    { "monitor", "off" },
                    { "mpx", "off" },
                    { /* end of list */ },
                },
            },
            { /* end of list */ },
        },
    },
    {
        .name = "Snowridge",