From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:48710) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcJ6y-0000FY-1z for qemu-devel@nongnu.org; Sun, 18 Dec 2011 10:57:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RcJ6w-0005qy-Tl for qemu-devel@nongnu.org; Sun, 18 Dec 2011 10:57:16 -0500 Received: from mx1.redhat.com ([209.132.183.28]:8554) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RcJ6w-0005qs-NA for qemu-devel@nongnu.org; Sun, 18 Dec 2011 10:57:14 -0500 Message-ID: <4EEE0D51.5010403@redhat.com> Date: Sun, 18 Dec 2011 17:57:05 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1324222368-25156-1-git-send-email-avi@redhat.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/2] xen: convert to memory API List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: xen-devel@lists.xensource.com, qemu-devel@nongnu.org, Stefano Stabellini On 12/18/2011 05:43 PM, Peter Maydell wrote: > On 18 December 2011 15:32, Avi Kivity wrote: > > I missed Xen while converting stuff to the memory API, as it's not in hw/. > > > > Here comes the first simple patches; expect more as ram_addr_t is retired. > > Er, ram_addr_t is going away? Can you elaborate? > Nothing dramatic. Uses of ram_addr_t to denote RAM will be replaced by a (MemoryRegion *, offset) pair. The type of the offset will be called ram_addr_t. -- error compiling committee.c: too many arguments to function