From owner-freebsd-xen@freebsd.org Thu Aug 6 11:47:12 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 770069B3270 for ; Thu, 6 Aug 2015 11:47:12 +0000 (UTC) (envelope-from prvs=65356f562=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 60CD61C56 for ; Thu, 6 Aug 2015 11:47:12 +0000 (UTC) (envelope-from prvs=65356f562=roger.pau@citrix.com) Received: by mailman.ysv.freebsd.org (Postfix) id 5DF129B326F; Thu, 6 Aug 2015 11:47:12 +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 5C8DC9B326D for ; Thu, 6 Aug 2015 11:47:12 +0000 (UTC) (envelope-from prvs=65356f562=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 152471C55 for ; Thu, 6 Aug 2015 11:47:11 +0000 (UTC) (envelope-from prvs=65356f562=roger.pau@citrix.com) X-IronPort-AV: E=Sophos;i="5.15,622,1432598400"; d="scan'208";a="291990088" Message-ID: <55C34932.10307@citrix.com> Date: Thu, 6 Aug 2015 13:46:58 +0200 From: =?UTF-8?B?Um9nZXIgUGF1IE1vbm7DqQ==?= 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: <55BB8392.4050000@citrix.com> <55BB8DB2.6040705@citrix.com> <3544DE5D0E56BBBE05C573B4@[10.12.30.106]> In-Reply-To: <3544DE5D0E56BBBE05C573B4@[10.12.30.106]> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit 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, 06 Aug 2015 11:47:12 -0000 El 05/08/15 a les 12.25, Karl Pielorz ha escrit: > > > --On 31 July 2015 17:01 +0200 Roger Pau Monné wrote: > >> Yes, this is certainly possible. IIRC I posted a patch to the >> freebsd-xen mailing list in order to do that. I will try to find/refresh >> it and post it again so you can try it. It might have to wait until >> Monday however, since I'm quite busy today. > > Hi, > > I realise you're busy - but did you get a chance to dig out that patch? > - We're just installing hotfixes here [which reminded me - as we have an > number of non-agile HVM machines to move around! :(] Hello, Sorry for the delay, as usual I've been busy with a bunch of other stuff. You can find the patch against HEAD here: https://people.freebsd.org/~royger/0001-xen-allow-disabling-PV-disks-and-nics.patch The description is self-explanatory I think. I've not tried to apply it to stable-10, but I don't think there have been many changes in this area in general. If you need help backporting it ping me and I will provide a suitable version. Roger.