From owner-freebsd-virtualization@FreeBSD.ORG Sun Jan 9 15:42:41 2011 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 23648106566B for ; Sun, 9 Jan 2011 15:42:41 +0000 (UTC) (envelope-from subbsd@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id C0E728FC17 for ; Sun, 9 Jan 2011 15:42:40 +0000 (UTC) Received: by qwj9 with SMTP id 9so18355577qwj.13 for ; Sun, 09 Jan 2011 07:42:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=X/m3BxrL3UvzjhWafoe8dIHoutCfBKuTl6VxMjJSLtE=; b=mcXgx+3zA1aUihRqJgkOFqM6T/EuVFX24t6QxNZv2yAyyGzsDnM1vMGL1nmBieI2MG OBka7+EokPAV3OCI8l7Ac0mPj2EYOo16iSSYNeveaA/qs/28IXg+LsAvuF6FDGH9M4dv 8W9vxyp7DLqw9MSSQRrz2ouFjytu85hTEjwlY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=UIVcqwDfWJ+xmtJZXpLTWJqMzSfx2wqtm8yjh5tEyleP47v3UbdNxjlYwgokiQITDV 5XA2LUF3wsUr5jNuWTHnHfjPftn8CMLaNrCeLTs6ps33g7pbPMqSdcocz+GplUuHvTly xs4JVV8IZggilqih+ikgXpnpC7sEkdVnkcjGo= MIME-Version: 1.0 Received: by 10.229.192.149 with SMTP id dq21mr12989729qcb.57.1294586278289; Sun, 09 Jan 2011 07:17:58 -0800 (PST) Received: by 10.229.100.73 with HTTP; Sun, 9 Jan 2011 07:17:58 -0800 (PST) Date: Sun, 9 Jan 2011 18:17:58 +0300 Message-ID: From: Subbsd To: freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: way for determine VIMAGE feature X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 09 Jan 2011 15:42:41 -0000 Hi is there any mechanism to find out from userland is supports the current kernel VIMAGE or not? something like 'sysctl kern.features.vnet=1' ? Thanks