Loading
KVM: selftests: Introduce after_vcpu_run hook for dirty log test
mainline inclusion from mainline-v5.11-rc1 commit 60f644fb category: performance bugzilla: https://gitee.com/openeuler/kernel/issues/I9BPVF CVE: NA Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=linux-5.11.y&id=60f644fb519831edff38c79755f7970c475e2ece -------------------------------- Provide a hook for the checks after vcpu_run() completes. Preparation for the dirty ring test because we'll need to take care of another exit reason. Reviewed-by:Andrew Jones <drjones@redhat.com> Signed-off-by:
Peter Xu <peterx@redhat.com> Message-Id: <20201001012235.6063-1-peterx@redhat.com> Signed-off-by:
Paolo Bonzini <pbonzini@redhat.com>