qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure: Support empty target list (--target-


From: Stefan Hajnoczi
Subject: Re: [Qemu-devel] [PATCH] configure: Support empty target list (--target-list=)
Date: Fri, 5 Oct 2012 14:01:58 +0200
User-agent: Mutt/1.5.21 (2010-09-15)

On Wed, Sep 26, 2012 at 10:04:38PM +0200, Stefan Weil wrote:
> Specifying an empty target list with --target-list= is shorter
> than specifying --disable-user --disable-system.
> 
> Both variants should give the same result: no targets at all.
> 
> This modification implements that feature.
> 
> It uses a trick which works with POSIX compliant shells to test whether
> target_list is undefined (=> default targets) or empty (=> no targets).
> 
> Signed-off-by: Stefan Weil <address@hidden>
> ---
>  configure |    5 +++--
>  1 file changed, 3 insertions(+), 2 deletions(-)

Applied, thanks!

http://github.com/stefanha/qemu/commits/trivial-patches

Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]