]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: Add comment on vcpu_enter_guest()'s return value
authorTakuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Fri, 13 Dec 2013 06:08:38 +0000 (15:08 +0900)
committerPaolo Bonzini <pbonzini@redhat.com>
Fri, 13 Dec 2013 13:23:54 +0000 (14:23 +0100)
commit60df119847129758abad6a30d01150077b829891
treef6f9138477fc3d90abcbd09ed83c11f6bf3d8c7e
parente65611677970264cc806924a67f70d28b1e0be88
KVM: x86: Add comment on vcpu_enter_guest()'s return value

Giving proper names to the 0 and 1 was once suggested.  But since 0 is
returned to the userspace, giving it another name can introduce extra
confusion.  This patch just explains the meanings instead.

Signed-off-by: Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/x86.c