]> git.proxmox.com Git - qemu.git/commit
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)
commitd5bfda334adf9af62df5709cdac38f523f815f47
tree10380295fc9a8f9450efd0fa65aafea0df968bae
parentab443475c9235822e329e1bfde89be6c71e2c21e
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