Read the documentation in qemu-doc.html or on http://wiki.qemu.org - QEMU team
An error occurred while fetching folder content.
Alexander Graf
authored
Some syscall handlers have special code for ARM enabled that we don't need on AArch64. Exclude AArch64 in those cases. In other places we can share struct definitions with other targets or have to provide our own. With this patch applied, most syscall definitions in linux-user should be sound for AArch64. Signed-off-by:Alexander Graf <agraf@suse.de> Signed-off-by:
John Rigby <john.rigby@linaro.org> Signed-off-by:
Peter Maydell <peter.maydell@linaro.org> Message-id: 1378235544-22290-16-git-send-email-peter.maydell@linaro.org Message-id: 1368505980-17151-9-git-send-email-john.rigby@linaro.org Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>