]> git.proxmox.com Git - qemu.git/commit
kvm: Add MCE signal support for !CONFIG_IOTHREAD
authorJan Kiszka <jan.kiszka@siemens.com>
Tue, 1 Feb 2011 21:15:58 +0000 (22:15 +0100)
committerMarcelo Tosatti <mtosatti@redhat.com>
Mon, 14 Feb 2011 14:39:45 +0000 (12:39 -0200)
commit6d9cb73c1bf80bfb0b8e7b2b3a23703e621c1405
treedcc90df71499c63a169cc2e5813810bd97ca4dda
parentde758970b60f129ed9d024cc5c90c1f57fab2fd4
kvm: Add MCE signal support for !CONFIG_IOTHREAD

Currently, we only configure and process MCE-related SIGBUS events if
CONFIG_IOTHREAD is enabled. The groundwork is laid, we just need to
factor out the required handler registration and system configuration.

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>
cpus.c