qemu-trivial
[Top][All Lists]
Advanced

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

Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the


From: Stefan Hajnoczi
Subject: Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
Date: Tue, 18 Dec 2012 17:28:33 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Mon, Dec 10, 2012 at 09:51:31PM +0800, 陳韋任 (Wei-Ren Chen) wrote:
>   According to QEMU 1.3 release note, sparc v7 and v8 host support have
> been removed. [1] Fix configure list as well.
> 
> [1] http://wiki.qemu.org/ChangeLog/1.3#Host_support
> 
> Signed-off-by: Chen Wei-Ren <address@hidden>
> ---
>  configure |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/configure b/configure
> index e5aedef..56cf49d 100755
> --- a/configure
> +++ b/configure
> @@ -1089,7 +1089,7 @@ 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 for host CPU [$cpu]"
> -echo "  --sparc_cpu=V            Build qemu for Sparc architecture v7, v8, 
> v8plus, v8plusa, v9"
> +echo "  --sparc_cpu=V            Build qemu for Sparc architecture v8plus, 
> v8plusa, v9"
>  echo "  --disable-uuid           disable uuid support"
>  echo "  --enable-uuid            enable uuid support"
>  echo "  --disable-vde            disable support for vde network"

Please remove --sparc_cpu completely, it no longer does anything.  See
9b9c37c36439ee0452632253dac7a31897f27f70 for details.

Stefan



reply via email to

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