qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] configure: Show --cpu option on the help list


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] configure: Show --cpu option on the help list
Date: Mon, 7 Nov 2011 08:15:17 +0000
User-agent: Mutt/1.5.21 (2010-09-15)

On Sat, Nov 05, 2011 at 03:33:31AM +0800, 陳韋任 wrote:
>   Although there is a "--cpu" option, it doesn't show up on the --help
> list. Add "--cpu=CPU" option and its default value on the help list.
> 
> Signed-off-by: chenwj <address@hidden>
> ---
>  configure |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/configure b/configure
> index 9e5da44..aa44f09 100755
> --- a/configure
> +++ b/configure
> @@ -1036,6 +1036,7 @@ echo "  --fmod-lib               path to FMOD library"
>  echo "  --fmod-inc               path to FMOD includes"
>  echo "  --oss-lib                path to OSS library"
>  echo "  --enable-uname-release=R Return R for uname -r in usermode emulation"
> +echo "  --cpu=CPU                Build qemu for CPU [$cpu]"

Please say "Build for host CPU [$cpu]" so that it's 100% clear that this
is the host architecture and not the target.

Thanks,
Stefan



reply via email to

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