Statistics
| Branch: | Revision:

root / targphys.h @ 7ed208c4

History | View | Annotate | Download (720 Bytes)

# Date Author Comment
9fa06385 05/28/2009 10:14 am Jan Kiszka

kvm: Mark full address range dirty on live migration start

As Avi correctly noted, last_ram_offset does not mark the last physical
RAM address the guest may see (due to non-continuous memory regions).
Ensure that we catch them all by marking the full possible address range...

1ad2134f 05/19/2009 06:17 pm Paul Brook

Hardware convenience library

The only target dependency for most hardware is sizeof(target_phys_addr_t).
Build these files into a convenience library, and use that instead of
building for every target.

Remove and poison various target specific macros to avoid bogus target...