KVM: ia64: Add handler for crashed vmm
authorXiantao Zhang <xiantao.zhang@intel.com>
Fri, 21 Nov 2008 09:16:07 +0000 (17:16 +0800)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:54:59 +0000 (16:54 +0200)
Since vmm runs in an isolated address space and it is just a copy
of host's kvm-intel module, so once vmm crashes, we just crash all guests
running on it instead of crashing whole kernel.

Signed-off-by: Xiantao Zhang <xiantao.zhang@intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>

No differences found