From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@bugzilla.kernel.org Subject: [Bug 61411] New: [Nested]L2 guest failed to start in VMware on KVM Date: Mon, 16 Sep 2013 06:54:06 +0000 Message-ID: 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.19.201]:54137 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753168Ab3IPGyK (ORCPT ); Mon, 16 Sep 2013 02:54:10 -0400 Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id C67D8201F9 for ; Mon, 16 Sep 2013 06:54:08 +0000 (UTC) Received: from bugzilla2.web.kernel.org (bugzilla2.web.kernel.org [172.20.200.52]) by mail.kernel.org (Postfix) with ESMTP id 36EC1201E7 for ; Mon, 16 Sep 2013 06:54:07 +0000 (UTC) Sender: kvm-owner@vger.kernel.org List-ID: https://bugzilla.kernel.org/show_bug.cgi?id=61411 Bug ID: 61411 Summary: [Nested]L2 guest failed to start in VMware on KVM Product: Virtualization Version: unspecified Kernel Version: 3.11.0-rc1 Hardware: All OS: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: kvm Assignee: virtualization_kvm@kernel-bugs.osdl.org Reporter: chao.zhou@intel.com Regression: No Environment: ------------ Host OS (ia32/ia32e/IA64):ia32e Guest OS (ia32/ia32e/IA64):ia32e Guest OS Type (Linux/Windows):Windows kvm.git Commit:6b9e4fa07443f5baf5bbd7ab043abd6976f8d7bc qemu.git Commit:aaa6a40194e9f204cb853f64ef3c1e170bb014e8 Host Kernel Version:3.11.0-rc1 Hardware:Ivytown_EP, Romley_EP Bug detailed description: -------------------------- vmware product doesn't support foreign hypervisor, so if you want to start vmware in nested environment, please configure your vmware config file(.vmx) and add vmx.allowNested = "TRUE". But after enable this option, when trying to start or install a VM, vmware will report 'intel VT-x implementation is incompatible with vmware' note: 1.VMware product: VMware player and VMware Workstation Reproduce steps: ---------------- 1. qemu-system-x86_64 -enable-kvm -m 4G -smp 2 -net nic,macaddr=00:12:34:12:42:14 -net tap,script=/etc/kvm/qemu-ifup win7.qcow -cpu host 2.install VMware player 3.use VMware player Current result: ---------------- 'intel VT-x implementation is incompatible with vmware' Expected result: ---------------- L2 guest can boot up successfully in VMware on KVM Basic root-causing log: ---------------------- -- You are receiving this mail because: You are watching the assignee of the bug.