From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44097) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLqRS-000411-2I for qemu-devel@nongnu.org; Fri, 07 Mar 2014 03:47:46 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLqRN-0007JP-AH for qemu-devel@nongnu.org; Fri, 07 Mar 2014 03:47:42 -0500 Received: from mail-la0-f41.google.com ([209.85.215.41]:64048) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLqRN-0007JE-3e for qemu-devel@nongnu.org; Fri, 07 Mar 2014 03:47:37 -0500 Received: by mail-la0-f41.google.com with SMTP id gl10so2635103lab.0 for ; Fri, 07 Mar 2014 00:47:36 -0800 (PST) MIME-Version: 1.0 In-Reply-To: <53194695.1040708@gmail.com> References: <1394134385-1727-1-git-send-email-peter.maydell@linaro.org> <53194695.1040708@gmail.com> From: Peter Maydell Date: Fri, 7 Mar 2014 08:47:16 +0000 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v4 00/21] AArch64 system emulation (boots a kernel!) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Xuebing Wang Cc: Rob Herring , Peter Crosthwaite , Patch Tracking , Michael Matz , Claudio Fontana , QEMU Developers , Alexander Graf , Laurent Desnogues , Dirk Mueller , Will Newton , =?UTF-8?B?QWxleCBCZW5uw6ll?= , "kvmarm@lists.cs.columbia.edu" , Christoffer Dall , Richard Henderson On 7 March 2014 04:09, Xuebing Wang wrote: > > On 03/07/2014 03:32 AM, Peter Maydell wrote: >> >> This is v4 of the AArch64 system emulation patches, and it's >> an important milestone -- this is enough to boot a Linux kernel. > > > Does this boot an aarch64 kernel with tcg on x86 host? Yes, that's what I mean. I also forgot to say you can find this patchset in this git branch: git://git.linaro.org/people/pmaydell/qemu-arm.git a64-system-4 (static branch for people who prefer to review big patchsets via git, won't update in future) thanks -- PMM