From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido Winkelmann Subject: Re: Nested virtualization on Intel does not work - second level freezes when third level is starting Date: Wed, 11 Apr 2012 20:04:15 +0200 Message-ID: <1941720.kxlSPa5LQ7@pc10> References: <2064795.zbiLdg1ddQ@pc10> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: kvm@vger.kernel.org To: Kashyap Chamarthy Return-path: Received: from unknownsite.de ([62.48.69.106]:45815 "EHLO hartes-hannover.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932777Ab2DKSE1 (ORCPT ); Wed, 11 Apr 2012 14:04:27 -0400 In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: Am Mittwoch, 11. April 2012, 23:14:07 schrieb Kashyap Chamarthy: > On Wed, Apr 11, 2012 at 6:14 PM, Guido Winkelmann > wrote: [...] > Here is my complete notes on nested virtualization w/ Intel -- > http://kashyapc.wordpress.com/2012/01/14/nested-virtualization-with-kvm-inte > l/ I had already found you blog post via Google :). In fact, I used some of the things you wrote for setting up my system, in the hopes that I would have more luck. BTW, the line for modprobe.d/dist.conf should read options kvm_intel nested=1 In your blog post, the "options" keyword is missing. > My result: I was able to ssh into the nested guest (guest installed > inside the regular guest), but, after a reboot, the nested-guest > loses the IP rendering it inaccessible.(Info: the regular-guest has a > bridged IP, and nested-guest has a NATed IP) > > Refer the comments in the above post for some more discussion. Though > I haven't tried the suggestion of 'updating your system firmware and > disabling VT for Direct I/O Access if you are able in the firmware' . > And I wonder how does turning it off can alleviate the prob. Yeah, I've seen that comment, that was what prompted me to update the server's firmware. The Dell BIOS does not offer the option to disable VT for Direct I/O Access, though. > And my AMD notes is here(which was completely successful) -- > http://kashyapc.wordpress.com/2012/01/18/nested-virtualization-with-kvm-and- > amd/ Unfortunately, AMD is not an option for me, at least not in this particular context. Guido