commit | b018ddf633f77195e9ae859c6d940a334e68879f | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Fri May 24 14:48:38 2013 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed May 29 16:26:47 2013 +0200 |
tree | 2b3ec449e0fc9f23145f12419f43deb2c8565e71 | |
parent | bf8d5166395612b4e856fad57606eb0cff97ae2e [diff] |
memory: dispatch unassigned accesses based on .valid.accepts This provides the basics for detecting accesses to unassigned memory as soon as they happen, and also for a simple implementation of address_space_access_valid. Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>