commit | 17427e08faae3e63271a9c2d0edb6a22e5fbb54b | [log] [tgz] |
---|---|---|
author | Rusty Russell <rusty@rustcorp.com.au> | Mon Apr 22 14:10:39 2013 +0930 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Mon Apr 22 15:44:47 2013 +0930 |
tree | f2a7b84741ce7c21b818a2da9873d7eef0b92307 | |
parent | e1d12606f756bdb8328a66a2873dca6c46bcb4e5 [diff] |
lguest: extract shadow PTE walking / allocating. We want a separate find_pte() function so we can call it for populating the switcher PTE entries. We can also use it in page_writable(). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>