diff options
author | Kai Huang <kai.huang@linux.intel.com> | 2015-01-28 03:54:26 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2015-01-29 15:31:37 +0100 |
commit | 1c91cad42366ce0799ca17e7ad6995418741d012 (patch) | |
tree | b5b6d96d85fbec4f2678470f7439c24e5d05eba6 /drivers/ptp | |
parent | KVM: MMU: Explicitly set D-bit for writable spte. (diff) | |
download | linux-1c91cad42366ce0799ca17e7ad6995418741d012.tar.xz linux-1c91cad42366ce0799ca17e7ad6995418741d012.zip |
KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
This patch changes the second parameter of kvm_mmu_slot_remove_write_access from
'slot id' to 'struct kvm_memory_slot *' to align with kvm_x86_ops dirty logging
hooks, which will be introduced in further patch.
Better way is to change second parameter of kvm_arch_commit_memory_region from
'struct kvm_userspace_memory_region *' to 'struct kvm_memory_slot * new', but it
requires changes on other non-x86 ARCH too, so avoid it now.
Signed-off-by: Kai Huang <kai.huang@linux.intel.com>
Reviewed-by: Xiao Guangrong <guangrong.xiao@linux.intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions