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

lguest: PAE fixes



1) j wasn't initialized in setup_pagetables, so they weren't set up for me
   causing immediate guest crashes.

2) gpte_addr should not re-read the pmd from the Guest.  Especially
   not BUG_ON() based on the value.  If we ever supported SMP guests,
   they could trigger that.  And the Launcher could also trigger it
   (tho currently root-only).

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent acdd0b62
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