From: shand@kneesaa.uk.xensource.com Date: Tue, 15 Aug 2006 18:53:55 +0000 (+0100) Subject: Fix VT after hvm changes. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~15710^2~92 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8c392e5169e5e2d7338d36c04b17ac32e948dd6f;p=xen.git Fix VT after hvm changes. Signed-off-by: Steven Hand --- diff --git a/xen/arch/x86/hvm/vmx/vmx.c b/xen/arch/x86/hvm/vmx/vmx.c index 0a85952d0b..ef84d539ac 100644 --- a/xen/arch/x86/hvm/vmx/vmx.c +++ b/xen/arch/x86/hvm/vmx/vmx.c @@ -811,7 +811,8 @@ int start_vmx(void) vmx_init_vmcs_config(); - setup_vmcs_dump(); + if(!smp_processor_id()) + setup_vmcs_dump(); if ( (vmcs = vmx_alloc_host_vmcs()) == NULL ) {