From 404e0a19e155e2303a081109f3ae5e625ac8030a Mon Sep 17 00:00:00 2001 From: Paolo Bonzini Date: Thu, 4 Dec 2014 15:11:11 +0100 Subject: [PATCH] KVM: cpuid: mask more bits in leaf 0xd and subleaves MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit - EAX=0Dh, ECX=1: output registers EBX/ECX/EDX are reserved. - EAX=0Dh, ECX>1: output register ECX bit 0 is clear for all the CPUID leaves we support, because variable "supported" comes from XCR0 and not XSS. Bits above 0 are reserved, so ECX is overall zero. Output register EDX is reserved. Source: Intel Architecture Instruction Set Extensions Programming Reference, ref. number 319433-022 Reviewed-by: Radim Krčmář Tested-by: Wanpeng Li Signed-off-by: Paolo Bonzini --- Reading git-format-patch failed