From owner-freebsd-xen@freebsd.org Thu Dec 10 18:33:10 2015 Return-Path: Delivered-To: freebsd-xen@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0EB299D7D2D for ; Thu, 10 Dec 2015 18:33:10 +0000 (UTC) (envelope-from prvs=779943e21=roger.pau@citrix.com) Received: from SMTP.CITRIX.COM (smtp.citrix.com [66.165.176.89]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (Client CN "mail.citrix.com", Issuer "Verizon Public SureServer CA G14-SHA2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A47FB1CFC for ; Thu, 10 Dec 2015 18:33:09 +0000 (UTC) (envelope-from prvs=779943e21=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.20,409,1444694400"; d="scan'208";a="317929797" Subject: Re: Where can I find the list of options for Xen configs? To: , References: <5669B98F.17078.C3A03@lausts.acm.org> From: =?UTF-8?Q?Roger_Pau_Monn=c3=a9?= Message-ID: <5669C55A.9040403@citrix.com> Date: Thu, 10 Dec 2015 19:32:58 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <5669B98F.17078.C3A03@lausts.acm.org> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA1 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Dec 2015 18:33:10 -0000 Hello, El 10/12/15 a les 18.42, Thomas Laus ha escrit: > I have been successful so far with my self guided tour of a Xen HVM running > on a FreeBSD Current Dom0. I have been using and modifying someone elses > DomU configs and now I would like to try a few different things myself. I > can't find any man pages for Xen that show the various configuration options. > The write-ups indicate that Xen networking is similar to Bhyve. The other > options don't seem similar. There are man pages for both the command line options offered by xl (see xl(1)) and the configuration file options (see xl.cfg(5)). Also, man pages and other docs can be viewed online at: http://xenbits.xen.org/docs/4.5-testing/ Roger.