From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49182) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGRUB-0007wx-3j for qemu-devel@nongnu.org; Sat, 18 Jul 2015 08:44:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZGRU7-00026P-S0 for qemu-devel@nongnu.org; Sat, 18 Jul 2015 08:44:59 -0400 Received: from mail-wi0-x22f.google.com ([2a00:1450:400c:c05::22f]:36565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZGRU7-00026F-L8 for qemu-devel@nongnu.org; Sat, 18 Jul 2015 08:44:55 -0400 Received: by widjy10 with SMTP id jy10so59839473wid.1 for ; Sat, 18 Jul 2015 05:44:55 -0700 (PDT) Sender: Paolo Bonzini References: From: Paolo Bonzini Message-ID: <55AA4A42.6090802@redhat.com> Date: Sat, 18 Jul 2015 14:44:50 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v3 00/35] Multi Architecture System Emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Crosthwaite , qemu-devel@nongnu.org Cc: peter.maydell@linaro.org, rth@twiddle.net, edgar.iglesias@gmail.com, afaerber@suse.de, Peter Crosthwaite On 18/07/2015 11:40, Peter Crosthwaite wrote: > Hi All, > > This is target-multi, a system-mode build that can support multiple > cpu-types. Hi Peter, I commented on a few patches, but overall looks great. Paolo