]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf74de7124556841ff454ae58fffe25428820a37d
tree1522322ff6252ece816cce64ee5d01058cd7036c
parentedb1461c9428aaf0334de1519635e47b8269e626
Documentation: virtual: kvm: correct one bit description in APF case

When commit 6669189592b7 (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