+1
−0
Loading
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 <avi@redhat.com> Acked-by:
Andreas Färber <afaerber@suse.de> Reviewed-by:
Richard Henderson <rth@twiddle.net>