"README.md" did not exist on "6d348f2c1e0bb1cf7a494b51fc921095ead3f6ae"
-
Rusty Russell authored
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:
Rusty Russell <rusty@rustcorp.com.au>
Rusty Russell authored1) 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:
Rusty Russell <rusty@rustcorp.com.au>