* [PATCH] vmresume-vmx-bug.patch
@ 2005-06-08 23:06 Arun Sharma
0 siblings, 0 replies; only message in thread
From: Arun Sharma @ 2005-06-08 23:06 UTC (permalink / raw)
To: Ian Pratt, Keir Fraser; +Cc: xen-devel
If vmresume/launch fails, only the affected domain should crash.
Signed-off-by: Arun Sharma <arun.sharma@intel.com>
Index: trunk/xen/arch/x86/vmx_vmcs.c
===================================================================
--- trunk/xen/arch/x86/vmx_vmcs.c (revision 1220)
+++ trunk/xen/arch/x86/vmx_vmcs.c (working copy)
@@ -444,12 +444,12 @@
void vm_launch_fail(unsigned long eflags)
{
- BUG();
+ __vmx_bug(guest_cpu_user_regs());
}
void vm_resume_fail(unsigned long eflags)
{
- BUG();
+ __vmx_bug(guest_cpu_user_regs());
}
#endif /* CONFIG_VMX */
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-06-08 23:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-08 23:06 [PATCH] vmresume-vmx-bug.patch Arun Sharma
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.