Skip to content
Commit e1d12606 authored by Rusty Russell's avatar Rusty Russell
Browse files

lguest: make check_gpte et. al return bool.



This is a bit neater: we can immediately return if a PTE/PGD/PMD entry
is invalid (which also kills the guest).  It means we don't risk using
invalid entries as we reshuffle the code.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 93a2cdff
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment