qemu-trivial.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
@ 2012-12-10 13:51 陳韋任 (Wei-Ren Chen)
  2012-12-10 14:21 ` Amos Kong
  2012-12-18 16:28 ` Stefan Hajnoczi
  0 siblings, 2 replies; 6+ messages in thread
From: 陳韋任 (Wei-Ren Chen) @ 2012-12-10 13:51 UTC (permalink / raw)
  To: qemu-trivial

  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 <chenwj@iis.sinica.edu.tw>
---
 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"
-- 
1.7.3.4


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
  2012-12-10 13:51 [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list 陳韋任 (Wei-Ren Chen)
@ 2012-12-10 14:21 ` Amos Kong
  2012-12-20  8:24   ` 陳韋任 (Wei-Ren Chen)
  2012-12-18 16:28 ` Stefan Hajnoczi
  1 sibling, 1 reply; 6+ messages in thread
From: Amos Kong @ 2012-12-10 14:21 UTC (permalink / raw)
  To: 陳韋任 (Wei-Ren Chen); +Cc: qemu-trivial

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 <chenwj@iis.sinica.edu.tw>
> ---
>  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"


Reviewed-by: Amos Kong <akong@redhat.com>

>  echo "  --disable-uuid           disable uuid support"
>  echo "  --enable-uuid            enable uuid support"
>  echo "  --disable-vde            disable support for vde network"
> -- 
> 1.7.3.4

-- 
		Amos.


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
  2012-12-10 13:51 [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list 陳韋任 (Wei-Ren Chen)
  2012-12-10 14:21 ` Amos Kong
@ 2012-12-18 16:28 ` Stefan Hajnoczi
  2012-12-20  8:44   ` Stefan Hajnoczi
  1 sibling, 1 reply; 6+ messages in thread
From: Stefan Hajnoczi @ 2012-12-18 16:28 UTC (permalink / raw)
  To: 陳韋任 (Wei-Ren Chen)
  Cc: qemu-trivial, Andreas Faerber, Richard Henderson

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 <chenwj@iis.sinica.edu.tw>
> ---
>  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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
  2012-12-10 14:21 ` Amos Kong
@ 2012-12-20  8:24   ` 陳韋任 (Wei-Ren Chen)
  0 siblings, 0 replies; 6+ messages in thread
From: 陳韋任 (Wei-Ren Chen) @ 2012-12-20  8:24 UTC (permalink / raw)
  To: qemu-trivial; +Cc: 陳韋任 (Wei-Ren Chen)

  Ping? :)

On Mon, Dec 10, 2012 at 10:21:33PM +0800, Amos Kong wrote:
> 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 <chenwj@iis.sinica.edu.tw>
> > ---
> >  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"
> 
> 
> Reviewed-by: Amos Kong <akong@redhat.com>
> 
> >  echo "  --disable-uuid           disable uuid support"
> >  echo "  --enable-uuid            enable uuid support"
> >  echo "  --disable-vde            disable support for vde network"
> > -- 
> > 1.7.3.4
> 
> -- 
> 		Amos.

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
  2012-12-18 16:28 ` Stefan Hajnoczi
@ 2012-12-20  8:44   ` Stefan Hajnoczi
  2012-12-20  8:47     ` 陳韋任 (Wei-Ren Chen)
  0 siblings, 1 reply; 6+ messages in thread
From: Stefan Hajnoczi @ 2012-12-20  8:44 UTC (permalink / raw)
  To: 陳韋任 (Wei-Ren Chen)
  Cc: qemu-trivial, Andreas Faerber, Richard Henderson

Wei-Ren: your SMTP server bounced my response, I hope it gets through now:

554 <chenwj@iis.sinica.edu.tw>...5.7.1 go away! you're rejected by recipient.


On Tue, Dec 18, 2012 at 5:28 PM, Stefan Hajnoczi <stefanha@gmail.com> wrote:
> 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 <chenwj@iis.sinica.edu.tw>
>> ---
>>  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


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list
  2012-12-20  8:44   ` Stefan Hajnoczi
@ 2012-12-20  8:47     ` 陳韋任 (Wei-Ren Chen)
  0 siblings, 0 replies; 6+ messages in thread
From: 陳韋任 (Wei-Ren Chen) @ 2012-12-20  8:47 UTC (permalink / raw)
  To: Stefan Hajnoczi
  Cc: qemu-trivial, Andreas Faerber,
	陳韋任 (Wei-Ren Chen), Richard Henderson

On Thu, Dec 20, 2012 at 09:44:27AM +0100, Stefan Hajnoczi wrote:
> Wei-Ren: your SMTP server bounced my response, I hope it gets through now:
> 
> 554 <chenwj@iis.sinica.edu.tw>...5.7.1 go away! you're rejected by recipient.

  Seems works now? I got your mail this time.

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
Homepage: http://people.cs.nctu.edu.tw/~chenwj


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-12-20  8:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-10 13:51 [Qemu-trivial] [PATCH] Remove Sparc v7 and v8 host support from the configure list 陳韋任 (Wei-Ren Chen)
2012-12-10 14:21 ` Amos Kong
2012-12-20  8:24   ` 陳韋任 (Wei-Ren Chen)
2012-12-18 16:28 ` Stefan Hajnoczi
2012-12-20  8:44   ` Stefan Hajnoczi
2012-12-20  8:47     ` 陳韋任 (Wei-Ren Chen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).