KVM: Pass in kvm pointer into mark_page_dirty_in_slot()
authorPeter Xu <peterx@redhat.com>
Thu, 1 Oct 2020 01:20:34 +0000 (21:20 -0400)
committerPaolo Bonzini <pbonzini@redhat.com>
Sun, 15 Nov 2020 14:49:13 +0000 (09:49 -0500)
commit28bd726aa404c0da8fd6852fe69bb4538a103b71
tree4f00ceba94c9fe89979598a06638931656c96322
parent2f5414423ef577e9e8bdb227f32d0abdd34e4274
KVM: Pass in kvm pointer into mark_page_dirty_in_slot()

The context will be needed to implement the kvm dirty ring.

Signed-off-by: Peter Xu <peterx@redhat.com>
Message-Id: <20201001012044.5151-5-peterx@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
include/linux/kvm_host.h
virt/kvm/kvm_main.c