]> git.proxmox.com Git - qemu.git/commit
x86: Optionally avoid injecting AO MCEs while others are pending
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 2 Mar 2011 07:56:10 +0000 (08:56 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Tue, 15 Mar 2011 04:19:05 +0000 (01:19 -0300)
commit747461c76beb1856343d5cd16bb7663ed2ebf3da
tree9b5fb67fd9611626ef538116623f50680c11062a
parent316378e4d0214b45cfeaa01609aca4dabb18d78b
x86: Optionally avoid injecting AO MCEs while others are pending

Allow to tell cpu_x86_inject_mce that it should ignore Action Optional
MCE events when the target VCPU is still processing another one. This
will be used by KVM soon.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
CC: Huang Ying <ying.huang@intel.com>
CC: Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
CC: Jin Dongming <jin.dongming@np.css.fujitsu.com>
Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>
monitor.c
target-i386/cpu.h
target-i386/helper.c