From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45916) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rPO-0001Pv-GT for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:29:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1R3rPK-0006Km-8s for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:29:54 -0400 Received: from mx1.redhat.com ([209.132.183.28]:1038) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1R3rPK-0006Kg-21 for qemu-devel@nongnu.org; Wed, 14 Sep 2011 11:29:50 -0400 Message-ID: <4E70C85F.7070301@redhat.com> Date: Wed, 14 Sep 2011 18:29:35 +0300 From: Avi Kivity MIME-Version: 1.0 References: <4E6DAA09.1050701@twiddle.net> <4E6DCA61.4070009@siemens.com> <4E6DCCC4.1050201@redhat.com> <4E6DCE8D.9040602@siemens.com> <4E70C402.3090907@twiddle.net> <4E70C703.5000602@redhat.com> <4E70C7E4.8070009@twiddle.net> In-Reply-To: <4E70C7E4.8070009@twiddle.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] memory: simple memory tree printer List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Richard Henderson Cc: Blue Swirl , Jan Kiszka , qemu-devel On 09/14/2011 06:27 PM, Richard Henderson wrote: > On 09/14/2011 08:23 AM, Avi Kivity wrote: > > On 09/14/2011 06:10 PM, Richard Henderson wrote: > >> > > >> > So the default address passed to the handler is now already relative? I > >> > think we should keep it like this for all converted devices, ie. take > >> > the chance, fix the remaining models, and drop the offset. > >> > >> It's non-zero for the isa portio conversion that I did, which > >> I thought was in Avi's tree. > > > > That's MemoryRegionPortio::offset, not MemoryRegion::offset. > > No, look in isa_register_portio_list: > > memory_region_init_io(region, ops, opaque, name, off_high - off_low); > memory_region_set_offset(region, start + off_low); > > That last line sets MemoryRegion::offset. > That's not in my queue. Which patchset was that? -- error compiling committee.c: too many arguments to function