commit | b9f83121a13153536d886305414b540460c34508 | [log] [tgz] |
---|---|---|
author | Richard Henderson <rth@twiddle.net> | Wed Mar 10 14:36:58 2010 -0800 |
committer | Paul Brook <paul@codesourcery.com> | Fri Mar 12 16:28:47 2010 +0000 |
tree | 345a3e65d5860ceda9d284b23e47d19ed5237b9c | |
parent | 5270589032f450ae7c3448730855aa18ff68ccff [diff] |
Use TARGET_VIRT_ADDR_SPACE_BITS in h2g_valid. Previously, only 32-bit guests had a proper check for the validity of the virtual address. Extend that check to 64-bit guests with a restricted virtual address space. Signed-off-by: Richard Henderson <rth@twiddle.net>