From owner-freebsd-virtualization@FreeBSD.ORG Fri Oct 3 08:57:40 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0445BDD2 for ; Fri, 3 Oct 2014 08:57:40 +0000 (UTC) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C2345CB1 for ; Fri, 3 Oct 2014 08:57:39 +0000 (UTC) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by gateway2.nyi.internal (Postfix) with ESMTP id 6954720737 for ; Fri, 3 Oct 2014 04:57:38 -0400 (EDT) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Fri, 03 Oct 2014 04:57:38 -0400 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=skunkwerks.at; h= x-sasl-enc:date:from:to:message-id:in-reply-to:references :subject:mime-version:content-type:content-transfer-encoding; s= mesmtp; bh=HaZJg6O315kZplxYy/iep8aZ5bQ=; b=b0rPKQkfFBJb9a3wHyitF BIAs+6noi8sBHVXFYZAXHjIomFf8p2jNiNzNFVtBO1v5FtrhyTuBJVhSH+Y3xrAG 6Tc61wtbWMGdfOu50HOpZ8XiGtkZny/u/DnZ9Mw5YtoiIEqi7O5MRgZnCdbv1N+0 IuGljgT+hRzgRmbbY2+mlg= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=x-sasl-enc:date:from:to:message-id :in-reply-to:references:subject:mime-version:content-type :content-transfer-encoding; s=smtpout; bh=HaZJg6O315kZplxYy/iep8 aZ5bQ=; b=BRCp185mPqUV7aH0IKSCMEsYSKLsmLB5N0ZszC3LvjVSq43qp4TX/G zRd+x34Sf7zdIdFrvoEnmGdgXJW6l1x9dx4cj2j/8k7XCCdpp0j1Ufo83HKhwJg3 kWcBE16L7AEEbaoBD2yyNiAjkXsWgRV3LCN0P8txkwHpYKYneluGE= X-Sasl-enc: gYZ//+81j1V6sNwr3h5cnapepC+wrWN35d4qxXztSX5k 1412326657 Received: from akai.skunkwerks.at (unknown [94.136.7.161]) by mail.messagingengine.com (Postfix) with ESMTPA id B5409C00008 for ; Fri, 3 Oct 2014 04:57:37 -0400 (EDT) Date: Fri, 3 Oct 2014 10:57:36 +0200 From: Dave Cottlehuber To: freebsd-virtualization@freebsd.org Message-ID: In-Reply-To: References: <1412303890.698110582@f94.i.mail.ru> <542E1F4F.4040102@freebsd.org> <1412310254.523165637@f125.i.mail.ru> Subject: Re: Re[2]: VM unrestricted guest capability required X-Mailer: Airmail Beta (263) MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 08:57:40 -0000 > Thanks Peter for the clarification. Is there a way to tell this from dmesg? I think I answered my own question: # sudo dmesg | grep UG VT-x: PAT,HLT,MTF,PAUSE,EPT,UG,VPID A+ Dave