From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 188171] Nested Virtualization via VT-x | Virtualbox in KVM: cannot launch virtualbox guest OS due to 'general protection fault: 0000 [#1] SMP' Date: Sat, 21 Jan 2017 22:10:22 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit To: kvm@vger.kernel.org Return-path: Received: from mail.kernel.org ([198.145.29.136]:35726 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750817AbdAUWK2 (ORCPT ); Sat, 21 Jan 2017 17:10:28 -0500 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 7909020357 for ; Sat, 21 Jan 2017 22:10:25 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 4FA1F202FE for ; Sat, 21 Jan 2017 22:10:24 +0000 (UTC) In-Reply-To: Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=188171 --- Comment #4 from Paul --- A quick look into linux made me realize that it's not qemu's fault. According to the comments in the kvm code, it seems that it's simply not supported right now: https://github.com/torvalds/linux/blob/master/arch/x86/kvm/vmx.c#L9874 https://github.com/torvalds/linux/blob/master/arch/x86/kvm/vmx.c#L9883 -- You are receiving this mail because: You are watching the assignee of the bug.