[PATCH v2 0/2] x86/asyncpf: Fixes the size of asyncpf PV data and related docs

From: Xiaoyao Li
Date: Wed Oct 25 2023 - 01:59:25 EST


First patch tries to make the size of 'struct kvm_vcpu_pv_apf_data'
matched with its documentation.

Second patch fixes the wrong description of the MSR_KVM_ASYNC_PF_EN
documentation and some minor improvement.

v1: https://lore.kernel.org/all/ZS7ERnnRqs8Fl0ZF@xxxxxxxxxx/T/#m0e12562199923ab58975d4ae9abaeb4a57597893

Xiaoyao Li (2):
x86/kvm/async_pf: Use separate percpu variable to track the enabling
of asyncpf
KVM: x86: Improve documentation of MSR_KVM_ASYNC_PF_EN

Documentation/virt/kvm/x86/msr.rst | 19 +++++++++----------
arch/x86/include/uapi/asm/kvm_para.h | 1 -
arch/x86/kernel/kvm.c | 11 ++++++-----
3 files changed, 15 insertions(+), 16 deletions(-)


base-commit: 2b3f2325e71f09098723727d665e2e8003d455dc
--
2.34.1