Revision 376a7909
ID | 376a790970de7e84170ee9360b6ff53ecfa4a1be |
Fix last page errors in page_check_range and page_set_flags.
The addr < end comparison prevents iterating over the last
page in the guest address space; an iteration based on
length avoids this problem.
At the same time, assert that the given address is in the
guest address space.
Signed-off-by: Richard Henderson <rth@twiddle.net>
Files
- added
- modified
- copied
- renamed
- deleted