]> git.proxmox.com Git - mirror_qemu.git/commit - target/i386/cpu.c
target/i386: Add SERIALIZE cpu feature
authorCathy Zhang <cathy.zhang@intel.com>
Sun, 5 Jul 2020 23:17:15 +0000 (07:17 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
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 <cathy.zhang@intel.com>
Message-Id: <1593991036-12183-2-git-send-email-cathy.zhang@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
target/i386/cpu.c
target/i386/cpu.h