Re: [Qemu-devel] [PATCH v2 07/12] linux-user: Add syscall handling for AArch64

2013-04-30 Thread Peter Maydell
On 30 April 2013 07:38, John Rigby wrote: > From: Alexander Graf > > The AArch64 syscall definitions are all publicly available in the Linux > kernel. Let's add them to our linux-user emulation target, so that we > can easily handle AArch64 syscalls. > > Signed-off-by: Alexander Graf > --- > li

[Qemu-devel] [PATCH v2 07/12] linux-user: Add syscall handling for AArch64

2013-04-29 Thread John Rigby
From: Alexander Graf The AArch64 syscall definitions are all publicly available in the Linux kernel. Let's add them to our linux-user emulation target, so that we can easily handle AArch64 syscalls. Signed-off-by: Alexander Graf --- linux-user/arm/syscall_nr.h | 326 ++