From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suravee Suthikulanit Subject: x86/AMD: Nested hvm crashes in 4.3 Date: Wed, 26 Jun 2013 19:24:27 -0500 Message-ID: <51CB863B.6020405@amd.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Jan Beulich Cc: "Shin, Jacob" , "Hurwitz, Sherry" , Keir Fraser , Suravee Suthikulanit , xen-devel List-Id: xen-devel@lists.xenproject.org Hi Jan, I have found an issue in where the system crash right when I start another HVM guest inside an HVM guest. I have traced back to the patch which the issue started. commit f1bde87fc08ce8c818a1640a8fe4765d48923091 Author: Jan Beulich Date: Fri Feb 8 11:06:04 2013 +0100 x86: debugging code for testing 16Tb support on smaller memory systems Signed-off-by: Jan Beulich Acked-by: Keir Fraser The issue doesn't reproduce when starting a PV (L2) guest inside an HVM (L1) guest. Suravee PS: The L2 Xen is running Xen-4.3, but I think the issue is at the L1 Xen since it crashes the system.