From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37291) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhe0G-00060r-K4 for qemu-devel@nongnu.org; Thu, 01 Oct 2015 09:34:33 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zhe0C-0000a6-Re for qemu-devel@nongnu.org; Thu, 01 Oct 2015 09:34:32 -0400 Received: from mx1.redhat.com ([209.132.183.28]:45189) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zhe0C-0000a2-Le for qemu-devel@nongnu.org; Thu, 01 Oct 2015 09:34:28 -0400 References: <1435936303-15335-1-git-send-email-peter.maydell@linaro.org> From: Paolo Bonzini Message-ID: <560D365F.4010706@redhat.com> Date: Thu, 1 Oct 2015 15:34:23 +0200 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 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 Developers Cc: "Edgar E. Iglesias" , Patch Tracking On 01/10/2015 15:05, Peter Maydell wrote: >> > >> > CPUState::as remains, as a convenience pointer to the first >> > AddressSpace we know about for the benefit of all the targets >> > which only have one AS per CPU. > Paolo, would you take (a rebased version of) this series as it > stands, on the basis that it fixes that FIXME about the MemoryListener? > Or do you want more of an actual use case for it first? Yes, sure. Paolo