SV: [Qemu-devel] qemu Changelog Makefile.target cpu-exec.c qemu-...

2007-11-15 Thread Torbjörn Andersson
This seems great! But does this mean that QEMU has support for a subset of the ARM11 cores? Also, I'm curious about ARMs position to this. I know that there has been a licence clause that prohibits you from modelling ARM v6 CPU if you download the ARMARM for v6 on their homepage. Is this

[Qemu-devel] ARM CPSR bits, are they maintained?

2007-03-25 Thread Torbjörn Andersson
Hi allI´m looking in the translate.c file in the arm part of QEMU and I´m want to understand the strategy for maintaining the cpsr bits, such as Z, N, V and C.If I remember correctly almost every instruction can change the condition codes and I guess it is quite expensive to maintain them in the

Re: Re: SV: [Qemu-devel] ARM CPSR and conditional instructions

2006-11-23 Thread Torbjörn Andersson
is that you see? - Wolfgang [EMAIL PROTECTED] wrote on 22.11.2006 22:13:01: I?m sorry for spamming you mailing list with my duplicate posts. I had some problems sending my mail. /Torbjörn Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Torbjörn Andersson Skickat

SV: [Qemu-devel] ARM CPSR and conditional instructions

2006-11-22 Thread Torbjörn Andersson
I’m sorry for spamming you mailing list with my duplicate posts. I had some problems sending my mail. /Torbjörn _ Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Torbjörn Andersson Skickat: den 21 november 2006 22:16 Till: qemu-devel@nongnu.org Ämne: [Qemu-devel] ARM CPSR

[Qemu-devel] (no subject)

2006-11-21 Thread Torbjörn Andersson
Hello qemu developers!I´m using QEMU for some ARM debugging and I have som questions regardning the CPSR register. I get the feeling that the CPSR condition code bits, representing the results from the ALU, are not maintained.What I want to do is to try to verify QEMU maintains the CPSR register

[Qemu-devel] ARM CPSR and conditional instructions

2006-11-21 Thread Torbjörn Andersson
Hello qemu developers! I´m using QEMU for some ARM debugging and I have som questions regardning the CPSR register. I get the feeling that the CPSR condition code bits, representing the results from the ALU, are not maintained at all points. Is the JIT in QEMU tailored in any way towards GCC

[Qemu-devel] ARM CPSR and conditional instructions

2006-11-21 Thread Torbjörn Andersson
Hello qemu developers! I´m using QEMU for some ARM debugging and I have som questions regardning the CPSR register. I get the feeling that the CPSR condition code bits, representing the results from the ALU, are not maintained at all points. Is the JIT in QEMU tailored in any way towards GCC