From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Egger Subject: nested virtualization: xen-on-xen Date: Fri, 1 Jul 2011 11:35:48 +0200 Message-ID: <4E0D94F4.10609@amd.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------090207060908070207080904" Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Tim Deegan , "xen-devel@lists.xensource.com" List-Id: xen-devel@lists.xenproject.org --------------090207060908070207080904 Content-Type: text/plain; charset="ISO-8859-15"; format=flowed Content-Transfer-Encoding: 7bit Hi Tim, You report that you can boot Xen 4.0 on Xen-unstable but not Xen 4.1 or Xen-unstable on Xen-unstable, right? I suppose the problem is that the l1 Dom0 hangs at boot. Attached patch fixes this problem for me. Please give it a try. Signed-off-by: Christoph Egger -- ---to satisfy European Law for business letters: Advanced Micro Devices GmbH Einsteinring 24, 85689 Dornach b. Muenchen Geschaeftsfuehrer: Alberto Bozzo, Andrew Bowd Sitz: Dornach, Gemeinde Aschheim, Landkreis Muenchen Registergericht Muenchen, HRB Nr. 43632 --------------090207060908070207080904 Content-Type: text/plain; name="xen_libxc_cpuid.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xen_libxc_cpuid.diff" Content-Description: xen_libxc_cpuid.diff diff -r b7e5a2566332 -r 28b49fc064ea tools/libxc/xc_cpuid_x86.c --- a/tools/libxc/xc_cpuid_x86.c +++ b/tools/libxc/xc_cpuid_x86.c @@ -320,7 +320,6 @@ static void xc_cpuid_hvm_policy( bitmaskof(X86_FEATURE_XSAVE)) : 0)); regs[2] |= (bitmaskof(X86_FEATURE_HYPERVISOR) | - bitmaskof(X86_FEATURE_TSC_DEADLINE) | bitmaskof(X86_FEATURE_X2APIC)); regs[3] &= (bitmaskof(X86_FEATURE_FPU) | --------------090207060908070207080904 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel --------------090207060908070207080904--