From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53940) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrmLz-0006ma-SU for qemu-devel@nongnu.org; Tue, 03 Jun 2014 06:54:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WrmLs-0004cA-ET for qemu-devel@nongnu.org; Tue, 03 Jun 2014 06:54:03 -0400 Received: from mail-wg0-f47.google.com ([74.125.82.47]:55478) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WrmLs-0004c2-9Q for qemu-devel@nongnu.org; Tue, 03 Jun 2014 06:53:56 -0400 Received: by mail-wg0-f47.google.com with SMTP id x12so6442387wgg.6 for ; Tue, 03 Jun 2014 03:53:55 -0700 (PDT) Date: Tue, 3 Jun 2014 13:53:50 +0300 From: Muli Ben-Yehuda Message-ID: <20140603105350.GA9296@needle> References: <20140601105927.GD2385@needle> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Nested KVM is weird? List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jun Koi Cc: linux-kernel@vger.kernel.org, "qemu-devel@nongnu.org" On Sun, Jun 01, 2014 at 11:30:02PM +0700, Jun Koi wrote: > (1) do you think this VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL is the > reason why ESXi falls back to binary translation? It might be, its been a while since I got ESXi to use VMX on KVM. Take a look at the VMware log file for the L2, it should have a lot more information. Cheers, Muli