Re: [Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support

2013-10-17 Thread Alexander Graf
On 16.10.2013, at 21:54, Edgar E. Iglesias wrote: > On Fri, Sep 27, 2013 at 02:47:54AM +0200, Alexander Graf wrote: >> Howdy, >> >> This is the first batch of patches to implement AArch64 instruction >> emulation in QEMU. It implements enough to execute simple AArch64 >> programs in linux-user

Re: [Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support

2013-10-16 Thread Edgar E. Iglesias
On Fri, Sep 27, 2013 at 02:47:54AM +0200, Alexander Graf wrote: > Howdy, > > This is the first batch of patches to implement AArch64 instruction > emulation in QEMU. It implements enough to execute simple AArch64 > programs in linux-user mode. > > We still have quite a big number of patches outst

Re: [Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support

2013-09-27 Thread Alexander Graf
On 27.09.2013, at 04:30, Peter Maydell wrote: > On 27 September 2013 10:02, Alexander Graf wrote: >> On 27.09.2013, at 02:47, Alexander Graf wrote: >>> This is the first batch of patches to implement AArch64 instruction >>> emulation in QEMU. It implements enough to execute simple AArch64 >>> pr

Re: [Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support

2013-09-26 Thread Peter Maydell
On 27 September 2013 10:02, Alexander Graf wrote: > On 27.09.2013, at 02:47, Alexander Graf wrote: >> This is the first batch of patches to implement AArch64 instruction >> emulation in QEMU. It implements enough to execute simple AArch64 >> programs in linux-user mode. > > Ah, one important thing

Re: [Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support

2013-09-26 Thread Alexander Graf
On 27.09.2013, at 02:47, Alexander Graf wrote: > Howdy, > > This is the first batch of patches to implement AArch64 instruction > emulation in QEMU. It implements enough to execute simple AArch64 > programs in linux-user mode. Ah, one important thing I forgot to mention is that this patch set i

[Qemu-devel] [PATCH 00/60] AArch64 TCG emulation support

2013-09-26 Thread Alexander Graf
Howdy, This is the first batch of patches to implement AArch64 instruction emulation in QEMU. It implements enough to execute simple AArch64 programs in linux-user mode. We still have quite a big number of patches outstanding that will come after this initial set, both in linux-user code as well