commit | b927a3cec081a605142f5b7e90b730611bee28b1 | [log] [tgz] |
---|---|---|
author | Sheng Yang <sheng@linux.intel.com> | Tue Jul 21 10:42:48 2009 +0800 |
committer | Avi Kivity <avi@redhat.com> | Thu Sep 10 08:33:16 2009 +0300 |
tree | ed7609e83e89c0830d568aa8304200cdb0c58736 | |
parent | b792c344dfd57ee2cf737440e4a9b4a5bc39d1db [diff] |
KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctl Now KVM allow guest to modify guest's physical address of EPT's identity mapping page. (change from v1, discard unnecessary check, change ioctl to accept parameter address rather than value) Signed-off-by: Sheng Yang <sheng@linux.intel.com> Signed-off-by: Marcelo Tosatti <mtosatti@redhat.com>