commit | 6598c8b2420c30b48fc0d1d40d9ef6a1f7312107 | [log] [tgz] |
---|---|---|
author | Avi Kivity <avi@qumranet.com> | Thu May 31 11:45:18 2007 +0300 |
committer | Avi Kivity <avi@qumranet.com> | Mon Jul 16 12:05:43 2007 +0300 |
tree | 737442b8f7b19da8eff72c738a384e030b1c6a4a | |
parent | e60d75ea292071e7ab33c10ca73fdd33fcbbe501 [diff] |
KVM: MMU: Pass the guest pde to set_pte_common We will need the accessed bit (in addition to the dirty bit) and also write access (for setting the dirty bit) in a future patch. Signed-off-by: Avi Kivity <avi@qumranet.com>