From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53250) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1S9g9k-0000jS-BZ for qemu-devel@nongnu.org; Mon, 19 Mar 2012 13:14:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1S9g9f-00016H-Lk for qemu-devel@nongnu.org; Mon, 19 Mar 2012 13:14:03 -0400 Message-ID: <4F67694C.6000108@redhat.com> Date: Mon, 19 Mar 2012 19:13:48 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1332172474-17567-1-git-send-email-anthony.perard@citrix.com> In-Reply-To: <1332172474-17567-1-git-send-email-anthony.perard@citrix.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] exec, Fix guest memory access. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony PERARD Cc: qemu-trivial@nongnu.org, Anthony Liguori , Xen Devel , QEMU-devel , Stefano Stabellini On 03/19/2012 05:54 PM, Anthony PERARD wrote: > In cpu_physical_memory_rw, a change has been introduced and qemu_get_ram_ptr is > no longuer called with the ram addr we want to access, but only with the > section address. This patch fixes this. (All other call to qemu_get_ram_ptr are > already called with the right address.) > > This patch fixes Xen guest. > Thanks, applied to memory/urgent, will push shortly. -- error compiling committee.c: too many arguments to function