From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbX28-0007tu-Uj for qemu-devel@nongnu.org; Fri, 27 Mar 2015 12:22:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbX25-0005cK-P5 for qemu-devel@nongnu.org; Fri, 27 Mar 2015 12:22:56 -0400 Received: from mail-pd0-f171.google.com ([209.85.192.171]:33147) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbX25-0005bz-JR for qemu-devel@nongnu.org; Fri, 27 Mar 2015 12:22:53 -0400 Received: by pdnc3 with SMTP id c3so101097400pdn.0 for ; Fri, 27 Mar 2015 09:22:52 -0700 (PDT) From: Christopher Covington Date: Fri, 27 Mar 2015 12:22:32 -0400 Message-Id: <1427473355-17129-1-git-send-email-christopher.covington@linaro.org> Subject: [Qemu-devel] arm: semihosting: Preliminary AArch64 support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, Peter Maydell Cc: Liviu Ionescu Hi, Here are a few patches preparing for and adding AArch64 Angel semihosting support. I've been testing them with some simple tests from the following repository. This series only adds support for exit, but support for the rest of the calls will hopefully follow shortly. http://git.linaro.org/people/christopher.covington/angel-semihosting.git Thanks, Chris