From owner-freebsd-xen@freebsd.org Fri Jul 31 14:19:08 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 476929AECFA for ; Fri, 31 Jul 2015 14:19:08 +0000 (UTC) (envelope-from prvs=6471f8e05=roger.pau@citrix.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 322451B43 for ; Fri, 31 Jul 2015 14:19:08 +0000 (UTC) (envelope-from prvs=6471f8e05=roger.pau@citrix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 312849AECF9; Fri, 31 Jul 2015 14:19:08 +0000 (UTC) Delivered-To: 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 30C4B9AECF8 for ; Fri, 31 Jul 2015 14:19:08 +0000 (UTC) (envelope-from prvs=6471f8e05=roger.pau@citrix.com) Received: from SMTP02.CITRIX.COM (smtp02.citrix.com [66.165.176.63]) (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 DD9801B41 for ; Fri, 31 Jul 2015 14:19:07 +0000 (UTC) (envelope-from prvs=6471f8e05=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.15,584,1432598400"; d="scan'208";a="289819194" Message-ID: <55BB8392.4050000@citrix.com> Date: Fri, 31 Jul 2015 16:17:54 +0200 From: =?windows-1252?Q?Roger_Pau_Monn=E9?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: Karl Pielorz , Subject: Re: Boot FreeBSD 10 in HVM mode under Xen? References: In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-DLP: MIA2 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: Fri, 31 Jul 2015 14:19:08 -0000 El 31/07/15 a les 15.47, Karl Pielorz ha escrit: > > Hi, > > Is there any way of booting FreeBSD 10.x as HVM under Xen? > > I've tried removing, > > options XENHVM > device xenpci > >> From the kernel - but this just panics on boot now. This is a bug then. You should be able to boot without XENHVM/xenpci, and get a pure HVM guest with no PV devices at all. > seems to suggest you can no > longer boot 10 under Xen as HVM? > > If I can't boot HVM, I can't get HVM network support (i.e. Realtek) - > and I can't get that, all the VM's I have to run as HVM due to a number > of xen/freebsd/network oddities can't be 10.x machines :( Since this seems to be getting quite popular (booting without PV devices), I think adding a sysctl to disable PV nics and PV hard drives would be interesting. We could still use some of the PV goodies, like the timer. > This is painting those roles/systems into non-agile HVM 9.x boxes that > have no upgrade path now :( > > Unless there's a workaround to ditch xn and replace it with re and / or > boot HVM under FreeBSD 10? I will deal with this ASAP. Roger.