From: Tiejun Chen Date: Sat, 11 Oct 2014 01:19:54 +0000 (+0800) Subject: Documentation: virtual: kvm: correct one bit description in APF case X-Git-Tag: omap-for-v3.19/fixes-rc1~43^2~103 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91690bf32ee12a85caf497ec01cfb47c0b298bac;p=pandora-kernel.git 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 Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed