From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v2 1/2] Introduce configure option --with-system-qemu-traditional Date: Tue, 5 May 2015 15:59:37 +0100 Message-ID: <1430837977.2660.126.camel@citrix.com> References: <1429183500-19015-1-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: <1429183500-19015-1-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: Ian.Jackson@eu.citrix.com, xen-devel@lists.xensource.com, wei.liu2@citrix.com List-Id: xen-devel@lists.xenproject.org On Thu, 2015-04-16 at 12:24 +0100, Stefano Stabellini wrote: > Introduce a configure option to disable the in-tree qemu-traditional > build and use an externally provided qemu-dm binary. The option is very > similar to the existing --with-system-qemu-xen. This overlaps a bit with the existing --with(out)-qemu-traditional. Rather than having two similarish options I think it would be better to allow the existing option to accept "yes", "no" or a path which is to be used (and implies yes). Ian.