]> Git Repo - qemu.git/commit - linux-user/aarch64/syscall.h
linux-user: Add AArch64 support
authorAlexander Graf <[email protected]>
Tue, 3 Sep 2013 19:12:21 +0000 (20:12 +0100)
committerPeter Maydell <[email protected]>
Tue, 10 Sep 2013 18:11:29 +0000 (19:11 +0100)
commit99033caee6e9b339c89a368b5ed1f73ef17924a9
tree8f812663873b2a463a9a4ebe64c1fb08ca038054
parent4a24a758101ff726c9bd3b867e12d5580c793af0
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 <[email protected]>
Signed-off-by: John Rigby <[email protected]>
Signed-off-by: Peter Maydell <[email protected]>
Message-id: 1378235544[email protected]
Message-id: 1368505980[email protected]
[PMM:
 * removed some unnecessary #defines from syscall.h
 * catch attempts to use a 32 bit only cpu with aarch64-linux-user
 * termios stuff moved into its own patch
 * we specify our minimum uname version here now
]
Signed-off-by: Peter Maydell <[email protected]>
linux-user/aarch64/syscall.h [new file with mode: 0644]
linux-user/elfload.c
linux-user/main.c
This page took 0.026058 seconds and 4 git commands to generate.