From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:46553) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRPDP-0006L7-BF for qemu-devel@nongnu.org; Fri, 18 Nov 2011 09:14:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RRPDO-0005I1-6R for qemu-devel@nongnu.org; Fri, 18 Nov 2011 09:14:51 -0500 Received: from mout.web.de ([212.227.15.4]:49933) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RRPDN-0005Hw-Nj for qemu-devel@nongnu.org; Fri, 18 Nov 2011 09:14:50 -0500 Message-ID: <4EC66843.6010102@web.de> Date: Fri, 18 Nov 2011 15:14:27 +0100 From: =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] Avoiding memory API conversion races List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QmVub8OudCBDYW5ldA==?= Cc: Peter Maydell , qemu-devel , avi@redhat.com Am 18.11.2011 15:05, schrieb BenoƮt Canet: > > The following files still contains references to cpu_register_io_memory. > hw/openpic.c > hw/ppc4xx_pci.c > hw/ppce500_pci.c > hw/prep_pci.c > > I'll do the following leaving omap to Peter and the rest to Avi. Is this for 1.0 or 1.1? If the latter, I'll take care of prep_pci.c, I have changes to that in my queue but they broke horribly last time I tried to rebase. Andreas