commit | 9357d93952143b178fa9d1f5095b8f273b01a1f1 | [log] [tgz] |
---|---|---|
author | Takuya Yoshikawa <yoshikawa_takuya_b1@lab.ntt.co.jp> | Fri Dec 13 15:08:38 2013 +0900 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Fri Dec 13 14:23:54 2013 +0100 |
tree | f6f9138477fc3d90abcbd09ed83c11f6bf3d8c7e | |
parent | c08ac06ab3f3cdb8d34376c3a8a5e46a31a62c8f [diff] |
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>