Statistics
| Branch: | Revision:

root / linux-user / aarch64 @ d356312f

Name Size
syscall.h 204 Bytes
syscall_nr.h 9.9 kB
target_cpu.h 1.1 kB
target_signal.h 530 Bytes
target_structs.h 2.2 kB
termbits.h 7.5 kB

Latest revisions

# Date Author Comment
55a2b163 11/29/2013 11:42 am Petar Jovanovic

linux-user: create target_structs header to place ipc_perm and shmid_ds

Creating target_structs header in linux-user/$arch/ and making
target_ipc_perm and target_shmid_ds its first inhabitants.
The struct defintions may/should be further fine-tuned by arch maintainers....

e2cea499 09/10/2013 09:11 pm Alexander Graf

linux-user: Implement cpu_set_tls() and cpu_clone_regs() for AArch64

Signed-off-by: Alexander Graf <>
Signed-off-by: John Rigby <>
Signed-off-by: Peter Maydell <>
Message-id: ...

af89c7db 09/10/2013 09:11 pm Alexander Graf

linux-user: Add AArch64 termbits.h definitions

Add the AArch64 termbits.h with all the target's termios related
constants and structures.

Signed-off-by: Alexander Graf <>
Signed-off-by: John Rigby <>
Signed-off-by: Peter Maydell <>...

99033cae 09/10/2013 09:11 pm Alexander Graf

linux-user: Add AArch64 support

This patch adds support for AArch64 in all the small corners of
linux-user (primarily in image loading and startup code).

Signed-off-by: Alexander Graf <>
Signed-off-by: John Rigby <>
Signed-off-by: Peter Maydell <>...

c7907301 09/10/2013 09:11 pm Alexander Graf

linux-user: Add syscall number definitions for AArch64

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

1744aea1 09/10/2013 09:11 pm Andreas Schwab

linux-user: Add signal handling for AArch64

This patch adds signal handling for AArch64. The code is based on the
respective source in the Linux kernel.

Signed-off-by: Andreas Schwab <>
Signed-off-by: Alexander Graf <>
Signed-off-by: John Rigby <>...

View revisions

Also available in: Atom