From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-1?Q?Roger_Pau_Monn=E9?= Subject: Re: [PATCH RFC 00/23] tools: add support for FreeBSD Date: Thu, 17 Apr 2014 10:55:49 +0200 Message-ID: <534F9715.2040304@citrix.com> References: <1397657612-57277-1-git-send-email-roger.pau@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1397657612-57277-1-git-send-email-roger.pau@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On 16/04/14 16:13, Roger Pau Monne wrote: > The following series enables building (and using) the Xen toolstack on > a FreeBSD PVH Dom0. > > The FreeBSD sources used to test this series can be found at: > > git://xenbits.xen.org/people/royger/freebsd.git branch pvh_dom0_v3 > http://xenbits.xen.org/gitweb/?p=people/royger/freebsd.git;a=shortlog;h=refs/heads/pvh_dom0_v3 > > I've successfully tested PV and HVM domains, but right now only > qemu-xen (aka qemu-upstream) is supported on FreeBSD (in order to > avoid the build system from trying to compile qemu-trad pass the > following option to configure: --disable-qemu-traditional). I'm not > sure if there's any gain from also having qemu-trad, so I would > suggest to automatically disable it on FreeBSD (like we do for ARM). > > Some patches for Qemu and SeaBIOS are needed, which are still pending > approval from their respective upstreams: > > http://marc.info/?l=xen-devel&m=139763253311569 > http://marc.info/?l=xen-devel&m=139755086616838&w=2 Forgot to mention the series can also be found on my git repo: git://xenbits.xen.org/people/royger/xen.git branch freebsd_tools_rfc http://xenbits.xen.org/gitweb/?p=people/royger/xen.git;a=shortlog;h=refs/heads/freebsd_tools_rfc Roger.