]> git.proxmox.com Git - qemu.git/commit
x86, mce: broadcast mce depending on the cpu version
authorHidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Thu, 21 Oct 2010 08:47:06 +0000 (17:47 +0900)
committerMarcelo Tosatti <mtosatti@redhat.com>
Thu, 21 Oct 2010 15:11:38 +0000 (13:11 -0200)
commitf71ac88fe97620f9cc80facc5e00826b8256fe5d
treeb2137b42003a2a5612871b6a0c19dcce407141aa
parentf8502cfbbf0bdd30603159a23d86cd19ad202a25
x86, mce: broadcast mce depending on the cpu version

There is no reason why SRAO event received by the main thread
is the only one that being broadcasted.

According to the x86 ASDM vol.3A 15.10.4.1,
MCE signal is broadcast on processor version 06H_EH or later.

This change is required to handle SRAR in smp guests.

Signed-off-by: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/kvm.c