From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 4/6] raisin: pass --with-system-seabios with seabios was built Date: Wed, 22 Apr 2015 10:42:38 +0100 Message-ID: <1429695758.6604.5.camel@citrix.com> References: <1429634897-14377-4-git-send-email-stefano.stabellini@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1429634897-14377-4-git-send-email-stefano.stabellini@eu.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: Stefano Stabellini Cc: xen-devel@lists.xensource.com, george.dunlap@citrix.com List-Id: xen-devel@lists.xenproject.org On Tue, 2015-04-21 at 17:48 +0100, Stefano Stabellini wrote: > Detect whether we have built seabios and only pass the relative command > line argument to Xen if we actually did. For this and the following ovmf if we didn't build seabios/ovmf here then you pass nothing, which will result in xen.git downloading and doing things itself, is that what is wanted? I think, although I confess I'm not sure and I haven't checked, you can pass --without-thing to avoid this and to disable the support (which might hopefully result in clearer error messages to the user down the line). Ian.