[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] Fix code which finds the default interface if there are static routes.
# HG changeset patch # User kaf24@xxxxxxxxxxxxxxxxxxxx # Node ID a658da3a22dd3413a87b35496a490db028f98b19 # Parent 32444375fd3da0ddaba3b321e352a33f79d912ea The current Xen code for VMX is setting the gp fault vmexiting in the EXCEPTION_BITMAP vmcs control. There is no need for that as VMM is just plainly re-injecting back to the guest. The attached is a simple patch to set the vmcs control properly. Signed-off-by: Nitin A Kamble <nitin.a.kamble@xxxxxxxxx> Signed-off-by: Jun Nakajima <jun.nakajima@xxxxxxxxx> --- xen/include/asm-x86/hvm/support.h | 3 +-- 1 files changed, 1 insertion(+), 2 deletions(-) diff -r 32444375fd3d -r a658da3a22dd xen/include/asm-x86/hvm/support.h --- a/xen/include/asm-x86/hvm/support.h Mon May 08 10:36:13 2006 +0100 +++ b/xen/include/asm-x86/hvm/support.h Mon May 08 14:53:09 2006 +0100 @@ -94,8 +94,7 @@ enum hval_bitmaps { #else #define MONITOR_DEFAULT_EXCEPTION_BITMAP \ ( EXCEPTION_BITMAP_PG | \ - EXCEPTION_BITMAP_BP | \ - EXCEPTION_BITMAP_GP ) + EXCEPTION_BITMAP_BP ) #endif #define PC_DEBUG_PORT 0x80 _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |