From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54456) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLm6u-0000M5-M3 for qemu-devel@nongnu.org; Thu, 06 Mar 2014 23:10:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLm6m-0003LT-8r for qemu-devel@nongnu.org; Thu, 06 Mar 2014 23:10:12 -0500 Received: from mail-pb0-x22c.google.com ([2607:f8b0:400e:c01::22c]:39686) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLm6m-0003JJ-2V for qemu-devel@nongnu.org; Thu, 06 Mar 2014 23:10:04 -0500 Received: by mail-pb0-f44.google.com with SMTP id rp16so3589562pbb.31 for ; Thu, 06 Mar 2014 20:10:03 -0800 (PST) Message-ID: <53194695.1040708@gmail.com> Date: Fri, 07 Mar 2014 12:09:57 +0800 From: Xuebing Wang MIME-Version: 1.0 References: <1394134385-1727-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1394134385-1727-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Peter Maydell , qemu-devel@nongnu.org Cc: Rob Herring , Peter Crosthwaite , patches@linaro.org, Michael Matz , Claudio Fontana , Alexander Graf , Laurent Desnogues , Dirk Mueller , Will Newton , =?ISO-8859-1?Q?Alex_B?= =?ISO-8859-1?Q?enn=E9e?= , kvmarm@lists.cs.columbia.edu, Christoffer Dall , Richard Henderson 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? -- Thanks, Xuebing Wang