From owner-freebsd-xen@freebsd.org Fri Jul 31 14:28:37 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 1DDB69AEF1E for ; Fri, 31 Jul 2015 14:28:37 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mail.egr.msu.edu (hill.egr.msu.edu [35.9.37.163]) by mx1.freebsd.org (Postfix) with ESMTP id ED4CC1F16 for ; Fri, 31 Jul 2015 14:28:36 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from hill (localhost [127.0.0.1]) by mail.egr.msu.edu (Postfix) with ESMTP id 1D1A952DC7 for ; Fri, 31 Jul 2015 10:18:31 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mail.egr.msu.edu ([127.0.0.1]) by hill (hill.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hMgVlQqtvo-Q for ; Fri, 31 Jul 2015 10:18:30 -0400 (EDT) Received: from EGR authenticated sender mcdouga9 Subject: Re: Boot FreeBSD 10 in HVM mode under Xen? To: freebsd-xen@freebsd.org References: From: Adam McDougall Message-ID: <55BB83B6.6010808@egr.msu.edu> Date: Fri, 31 Jul 2015 10:18:30 -0400 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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:28:37 -0000 On 07/31/2015 09:47, Karl Pielorz wrote: > > 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. > > 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 :( > > 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? > > -Karl I use a custom kernel config containing: include MYNORMALCONFIGFILE ident SPECIALCONFIG nooptions XENHVM nodevice xenpci The system running that is 10.1-STABLE #0 r283511 from May 24 2015. It previously ran an earlier build, probably from March or Jan. re0 is available with this config.