KVM: x86: report valid microcode update ID
authorMarcelo Tosatti <mtosatti@redhat.com>
Fri, 29 Jul 2011 22:44:21 +0000 (19:44 -0300)
committerAvi Kivity <avi@redhat.com>
Sun, 25 Sep 2011 16:18:01 +0000 (19:18 +0300)
commit742bc67042e34a9fe1fed0b46e4cb1431a72c4bf
treefe7edae3943a1bf7ffe108ae03bd7677361738ca
parent1d2887e2d849969f58ce79203f9785ebe065d494
KVM: x86: report valid microcode update ID

Windows Server 2008 SP2 checked build with smp > 1 BSOD's during
boot due to lack of microcode update:

*** Assertion failed: The system BIOS on this machine does not properly
support the processor.  The system BIOS did not load any microcode update.
A BIOS containing the latest microcode update is needed for system reliability.
(CurrentUpdateRevision != 0)
***   Source File: d:\longhorn\base\hals\update\intelupd\update.c, line 440

Report a non-zero microcode update signature to make it happy.

Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/x86.c