Documentation: virtual: kvm: correct one bit description in APF case
authorTiejun Chen <tiejun.chen@intel.com>
Sat, 11 Oct 2014 01:19:54 +0000 (09:19 +0800)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 3 Nov 2014 11:07:27 +0000 (12:07 +0100)
commit91690bf32ee12a85caf497ec01cfb47c0b298bac
tree1522322ff6252ece816cce64ee5d01058cd7036c
parent16f8a6f9798ab9a1fd593b06b78925d02525ab81
Documentation: virtual: kvm: correct one bit description in APF case

When commit 6adba5274206 (KVM: Let host know whether the guest can
handle async PF in non-userspace context.) is introduced, actually
bit 2 still is reserved and should be zero. Instead, bit 1 is 1 to
indicate if asynchronous page faults can be injected when vcpu is
in cpl == 0, and also please see this,

in the file kvm_para.h, #define KVM_ASYNC_PF_SEND_ALWAYS (1 << 1).

Signed-off-by: Tiejun Chen <tiejun.chen@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Documentation/virtual/kvm/msr.txt