From owner-freebsd-xen@FreeBSD.ORG Mon May 28 18:08:14 2012 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B6F4F106564A for ; Mon, 28 May 2012 18:08:14 +0000 (UTC) (envelope-from ch@sysconfig.org.uk) Received: from mx3.virtastic.com (mx3.virtastic.com [176.34.133.31]) by mx1.freebsd.org (Postfix) with ESMTP id 7507D8FC14 for ; Mon, 28 May 2012 18:08:13 +0000 (UTC) Received: from mx3.virtastic.com (localhost [127.0.0.1]) by mx3.virtastic.com (Postfix) with ESMTP id 67D5F398D5; Mon, 28 May 2012 18:02:45 +0000 (UTC) Authentication-Results: mx3.virtastic.com; X-DKIM-Authentication-Results: none Received: from [10.220.0.20] (unknown [10.220.0.20]) by mx3.virtastic.com (Postfix) with ESMTP; Mon, 28 May 2012 18:02:45 +0000 (UTC) Mime-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset=us-ascii From: Carsten Heesch In-Reply-To: <4FC3B195.8020007@laukamp.me> Date: Mon, 28 May 2012 19:02:44 +0100 Content-Transfer-Encoding: quoted-printable Message-Id: References: <4FC3B195.8020007@laukamp.me> To: Lukas Laukamp X-Mailer: Apple Mail (2.1278) Cc: freebsd-xen@freebsd.org Subject: Re: FreeBSD Xen Dom0 Support X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 28 May 2012 18:08:14 -0000 Hi Lukas, > [...] I don't know whether there is support for Xen Dom0 on FreeBSD. Unfortunately there isn't.=20 > I read that NetBSD support Xen Dom0 [...] I haven't tried myself, but apparently NetBSD works rather well as Dom0. = That has long been on my list of things to test, though :) Not sure if you are aware of it, but in order to run FreeBSD as DomU, = you don't need FreeBSD or NetBSD as Dom0. That works just as well on = your Debian Dom0. (With FreeBSD's known limitations as DomU, namely = memory and architecture depending on PV or HVM virtualisation) Cheers C.