commit | c9e433e4b852b70ea267388cf9b5d8096b04c44c | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 15:15:09 2015 +1030 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Wed Feb 11 16:47:31 2015 +1030 |
tree | e456fdc2a7b08ded02723f9235e6d6afd7991642 | |
parent | 8ed313001a892f240269dea05d4b925cbd150492 [diff] |
lguest: add infrastructure to check mappings. We normally abort the guest unconditionally when it gives us a bad address, but in the next patch we want to copy some bytes which may not be mapped. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>