From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:56016) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri1EG-00084m-4v for qemu-devel@nongnu.org; Tue, 03 Jan 2012 05:04:25 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ri1EB-0006FN-PH for qemu-devel@nongnu.org; Tue, 03 Jan 2012 05:04:24 -0500 Received: from mx1.redhat.com ([209.132.183.28]:3620) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ri1EB-0006FH-G8 for qemu-devel@nongnu.org; Tue, 03 Jan 2012 05:04:19 -0500 Message-ID: <4F02D29D.5090407@redhat.com> Date: Tue, 03 Jan 2012 12:04:13 +0200 From: Avi Kivity MIME-Version: 1.0 References: <1325438591-7355-1-git-send-email-avi@redhat.com> <4F01EE24.3050606@suse.de> In-Reply-To: <4F01EE24.3050606@suse.de> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] Fix wrong region_offset when overlaying a page with another List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-15?Q?Andreas_F=E4rber?= Cc: qemu-devel@nongnu.org On 01/02/2012 07:49 PM, Andreas F=E4rber wrote: > Am 01.01.2012 18:23, schrieb Avi Kivity: > > cpu_register_physical_memory_log() does not update region_offset > > if a page was previously registered for the same address. This > > could cause mmio accesses going to the wrong place, by using the > > old region_offset. > >=20 > > Signed-off-by: Avi Kivity > > Line numbers don't match master ;) but applies cleanly and looks good. > It's part of my MemoryRegion dispatch patchset. It may be applied separately or as part of that patchset, but since it's a bugfix I thought I'd highlight it. --=20 error compiling committee.c: too many arguments to function