qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Re: [PATCH 0/3] Fix ADDX compilation plus improvements, v2
@ 2010-05-19 14:31 Richard Henderson
  2010-05-19 19:02 ` Blue Swirl
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Henderson @ 2010-05-19 14:31 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel

http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html

I would appreciate it if you would at least apply the first patch
from this series.  The sparc target has been broken for a week.

  CC    sparc64-softmmu/translate.o
/home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addxi_cc':
/home/rth/qemu/qemu/target-sparc/translate.c:337: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addx_cc':
/home/rth/qemu/qemu/target-sparc/translate.c:347: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subxi_cc':
/home/rth/qemu/qemu/target-sparc/translate.c:420: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subx_cc':
/home/rth/qemu/qemu/target-sparc/translate.c:430: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c: In function 'disas_sparc_insn':
/home/rth/qemu/qemu/target-sparc/translate.c:2960: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c:2970: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c:3012: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
/home/rth/qemu/qemu/target-sparc/translate.c:3022: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
make[1]: *** [translate.o] Error 1



r~

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

* [Qemu-devel] Re: [PATCH 0/3] Fix ADDX compilation plus improvements, v2
  2010-05-19 14:31 [Qemu-devel] Re: [PATCH 0/3] Fix ADDX compilation plus improvements, v2 Richard Henderson
@ 2010-05-19 19:02 ` Blue Swirl
  2010-05-19 19:42   ` Artyom Tarasenko
  0 siblings, 1 reply; 3+ messages in thread
From: Blue Swirl @ 2010-05-19 19:02 UTC (permalink / raw)
  To: Richard Henderson; +Cc: qemu-devel

On 5/19/10, Richard Henderson <rth@twiddle.net> wrote:
> http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html
>
>  I would appreciate it if you would at least apply the first patch
>  from this series.  The sparc target has been broken for a week.

Okay. My setups don't have any problems and I was waiting for Artyom to ack 3/3.

>   CC    sparc64-softmmu/translate.o
>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addxi_cc':
>  /home/rth/qemu/qemu/target-sparc/translate.c:337: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addx_cc':
>  /home/rth/qemu/qemu/target-sparc/translate.c:347: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subxi_cc':
>  /home/rth/qemu/qemu/target-sparc/translate.c:420: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subx_cc':
>  /home/rth/qemu/qemu/target-sparc/translate.c:430: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'disas_sparc_insn':
>  /home/rth/qemu/qemu/target-sparc/translate.c:2960: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c:2970: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c:3012: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  /home/rth/qemu/qemu/target-sparc/translate.c:3022: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>  make[1]: *** [translate.o] Error 1
>
>
>
>
>  r~
>

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

* Re: [Qemu-devel] Re: [PATCH 0/3] Fix ADDX compilation plus improvements, v2
  2010-05-19 19:02 ` Blue Swirl
@ 2010-05-19 19:42   ` Artyom Tarasenko
  0 siblings, 0 replies; 3+ messages in thread
From: Artyom Tarasenko @ 2010-05-19 19:42 UTC (permalink / raw)
  To: Blue Swirl; +Cc: qemu-devel, Richard Henderson

2010/5/19 Blue Swirl <blauwirbel@gmail.com>:
> On 5/19/10, Richard Henderson <rth@twiddle.net> wrote:
>> http://lists.nongnu.org/archive/html/qemu-devel/2010-05/msg00922.html
>>
>>  I would appreciate it if you would at least apply the first patch
>>  from this series.  The sparc target has been broken for a week.
>
> Okay. My setups don't have any problems and I was waiting for Artyom to ack 3/3.

Ops. Missed 'reply all' button 3 days ago, sorry.

Acked-by: Artyom Tarasenko <atar4qemu@gmail.com>

>
>>   CC    sparc64-softmmu/translate.o
>>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addxi_cc':
>>  /home/rth/qemu/qemu/target-sparc/translate.c:337: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_addx_cc':
>>  /home/rth/qemu/qemu/target-sparc/translate.c:347: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subxi_cc':
>>  /home/rth/qemu/qemu/target-sparc/translate.c:420: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'gen_op_subx_cc':
>>  /home/rth/qemu/qemu/target-sparc/translate.c:430: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c: In function 'disas_sparc_insn':
>>  /home/rth/qemu/qemu/target-sparc/translate.c:2960: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c:2970: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c:3012: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  /home/rth/qemu/qemu/target-sparc/translate.c:3022: error: incompatible type for argument 1 of 'gen_helper_compute_C_icc'
>>  make[1]: *** [translate.o] Error 1
>>
>>
>>
>>
>>  r~
>>
>
>



-- 
Regards,
Artyom Tarasenko

solaris/sparc under qemu blog: http://tyom.blogspot.com/

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

end of thread, other threads:[~2010-05-19 19:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-19 14:31 [Qemu-devel] Re: [PATCH 0/3] Fix ADDX compilation plus improvements, v2 Richard Henderson
2010-05-19 19:02 ` Blue Swirl
2010-05-19 19:42   ` Artyom Tarasenko

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).