From owner-svn-src-all@freebsd.org Thu Jan 21 20:38:23 2016 Return-Path: Delivered-To: svn-src-all@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 6888BA8BEE5; Thu, 21 Jan 2016 20:38:23 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from shxd.cx (mail.shxd.cx [64.201.244.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5441D186F; Thu, 21 Jan 2016 20:38:23 +0000 (UTC) (envelope-from devin@shxd.cx) Received: from 50-196-156-133-static.hfc.comcastbusiness.net ([50.196.156.133]:60693 helo=tinkerbell.pixel8networks.com) by shxd.cx with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.77 (FreeBSD)) (envelope-from ) id 1aMLzk-000J6V-5C; Thu, 21 Jan 2016 12:38:16 -0800 Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) Subject: Re: svn commit: r294417 - in stable/10/sys/boot: common fdt forth i386/libi386 i386/loader From: Devin Teske In-Reply-To: <201601201323.u0KDN2s0057920@repo.freebsd.org> Date: Thu, 21 Jan 2016 12:38:18 -0800 Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org, Baptiste Daroussin , Devin Teske Message-Id: <16A6EF29-CA34-43BC-8587-51C7B71BBE72@freebsd.org> References: <201601201323.u0KDN2s0057920@repo.freebsd.org> To: =?utf-8?Q?Roger_Pau_Monn=C3=A9?= X-Mailer: Apple Mail (2.2104) Sender: devin@shxd.cx Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Jan 2016 20:38:23 -0000 > On Jan 20, 2016, at 5:23 AM, Roger Pau Monn=C3=A9 = wrote: >=20 > Author: royger > Date: Wed Jan 20 13:23:02 2016 > New Revision: 294417 > URL: https://svnweb.freebsd.org/changeset/base/294417 >=20 > Log: > MFC r277215, r277291, r277418, r280953 and r280954: >=20 > loader: implement multiboot support for Xen Dom0 >=20 > Note that only the subset of the multiboot specification needed in = order to > boot a Xen Dom0 is implemented. >=20 > Sponsored by: Citrix Systems R&D >=20 Two issues with this merge. First, this port now needs to be re-educated: = https://svnweb.freebsd.org/ports/head/emulators/xen-kernel/Makefile?view=3D= markup = 46 = .if ${OSVERSION} < 1100055 47 = IGNORE=3D Only supported on recent FreeBSD 11 48 = .endif Looking at your MFC, it looks like the OSVERSION check should allow some = version of 10. Unfortunately (second issue), this patch doesn't touch = stable/10/sys/sys/param.h so the port has no clear way of accurately = making sure you're on a 10.x release that supports Xen. --=20 Devin