From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51189) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZB2tz-0000ds-CE for qemu-devel@nongnu.org; Fri, 03 Jul 2015 11:29:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZB2tw-00082S-6D for qemu-devel@nongnu.org; Fri, 03 Jul 2015 11:29:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44519) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZB2tw-00081q-0r for qemu-devel@nongnu.org; Fri, 03 Jul 2015 11:29:16 -0400 References: <1435936303-15335-1-git-send-email-peter.maydell@linaro.org> From: Paolo Bonzini Message-ID: <5596AA46.9010905@redhat.com> Date: Fri, 3 Jul 2015 17:29:10 +0200 MIME-Version: 1.0 In-Reply-To: <1435936303-15335-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/3] exec: Collect CPU's AddressSpace info into its own struct List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell , qemu-devel@nongnu.org Cc: "Edgar E. Iglesias" , patches@linaro.org On 03/07/2015 17:11, Peter Maydell wrote: > Patch 2 is a comment change which I hope Paolo will review to tell > me if I've misunderstood things :-) Yes, the comment summarizes our discussions from yesterday pretty well. Paolo