x86: Run qemu_inject_x86_mce on target VCPU
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 2 Mar 2011 07:56:15 +0000 (08:56 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 15 Mar 2011 04:19:05 +0000 (01:19 -0300)
commit6e61835e3d8fba29840c31032b497d4c3f9ab15d
tree10380295fc9a8f9450efd0fa65aafea0df968bae
parent6ea2ccf14339a8e118aa176fbf1b70dee1195701
x86: Run qemu_inject_x86_mce on target VCPU

We will use the current TCG-only MCE injection path for KVM as well, and
then this read-modify-write of the target VCPU state has to be performed
synchronously in the corresponding thread.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
target-i386/helper.c