Re: [Qemu-devel] QEMU aarch64 TCG target - testing question about x86-64

2013-05-06 Thread Peter Maydell
On 6 May 2013 13:56, Claudio Fontana wrote: > On 14.03.2013 17:16, Peter Maydell wrote: >> On 14 March 2013 15:57, Claudio Fontana wrote: >>> I am currently working on an aarch64 tcg target implementation, >>> based on the available gdb patches contributed by ARM and the results >>> of the linaro

Re: [Qemu-devel] QEMU aarch64 TCG target - testing question about x86-64

2013-05-06 Thread Paolo Bonzini
Il 06/05/2013 14:56, Claudio Fontana ha scritto: > On 14.03.2013 17:16, Peter Maydell wrote: >> On 14 March 2013 15:57, Claudio Fontana wrote: >>> I am currently working on an aarch64 tcg target implementation, >>> based on the available gdb patches contributed by ARM and the results >>> of the li

Re: [Qemu-devel] QEMU aarch64 TCG target - testing question about x86-64

2013-05-06 Thread Claudio Fontana
On 14.03.2013 17:16, Peter Maydell wrote: > On 14 March 2013 15:57, Claudio Fontana wrote: >> I am currently working on an aarch64 tcg target implementation, >> based on the available gdb patches contributed by ARM and the results >> of the linaro toolchain. > > Doing a target implementation base

Re: [Qemu-devel] QEMU aarch64 TCG target

2013-03-14 Thread Peter Maydell
On 14 March 2013 15:57, Claudio Fontana wrote: > I am currently working on an aarch64 tcg target implementation, > based on the available gdb patches contributed by ARM and the results > of the linaro toolchain. Doing a target implementation based on the gdb/binutils patches and not the actual do

[Qemu-devel] QEMU aarch64 TCG target

2013-03-14 Thread Claudio Fontana
Hello all, I am currently working on an aarch64 tcg target implementation, based on the available gdb patches contributed by ARM and the results of the linaro toolchain. I have implemented most opcodes, but I still need to clean up and also implement the op_qemu_ld/st stuff, which seems the mos