« Previous | Next » 

Revision 2774c6d0

ID2774c6d0ae20d32d75f77e7ed063ddbb854ca4c5

Added by Avi Kivity over 12 years ago

Fix wrong region_offset when overlaying a page with another

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 <>
Acked-by: Andreas Färber <>
Reviewed-by: Richard Henderson <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences