]> Git Repo - qemu.git/commit
target/i386: Add SERIALIZE cpu feature
authorCathy Zhang <[email protected]>
Sun, 5 Jul 2020 23:17:15 +0000 (07:17 +0800)
committerPaolo Bonzini <[email protected]>
Fri, 10 Jul 2020 23:26:54 +0000 (19:26 -0400)
commit5dd13f2a5b4d7335b2b0924e6fb28b63b34e70fe
treeb931a3bc3a6709df06b050912c1da9cd521313ed
parent2f7057ac97579f940139ac85d8b757d47ef0efab
target/i386: Add SERIALIZE cpu feature

The availability of the SERIALIZATION instruction is indicated
by the presence of the CPUID feature flag SERIALIZE, which is
defined as CPUID.(EAX=7,ECX=0):ECX[bit 14].

The release spec link is as follows:
https://software.intel.com/content/dam/develop/public/us/en/documents/\
architecture-instruction-set-extensions-programming-reference.pdf

The associated kvm patch link is as follows:
https://lore.kernel.org/patchwork/patch/1268025/

Signed-off-by: Cathy Zhang <[email protected]>
Message-Id: <1593991036[email protected]>
Signed-off-by: Paolo Bonzini <[email protected]>
target/i386/cpu.c
target/i386/cpu.h
This page took 0.024152 seconds and 4 git commands to generate.