qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] Fix wrong region_offset when overlaying a page


From: Avi Kivity
Subject: Re: [Qemu-devel] [PATCH] Fix wrong region_offset when overlaying a page with another
Date: Tue, 03 Jan 2012 12:04:13 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:8.0) Gecko/20111115 Thunderbird/8.0

On 01/02/2012 07:49 PM, Andreas Färber 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.
> > 
> > Signed-off-by: Avi Kivity <address@hidden>
>
> 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.

-- 
error compiling committee.c: too many arguments to function




reply via email to

[Prev in Thread] Current Thread [Next in Thread]