]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: Fix *nopage() in kvm_main.c
authorNguyen Anh Quynh <aquynh@gmail.com>
Wed, 11 Jul 2007 11:30:54 +0000 (14:30 +0300)
committerAvi Kivity <avi@qumranet.com>
Sat, 13 Oct 2007 08:18:17 +0000 (10:18 +0200)
commit20a8e3fb19b1f8709fbb6ded0c1d33dd84c8043b
tree6d1ed1d34a2642766bc870ba4563e85d4aebdd91
parentaae2ab1ba6e0c155a0f3699a72035e7975761087
KVM: Fix *nopage() in kvm_main.c

*nopage() in kvm_main.c should only store the type of mmap() fault if
the pointers are not NULL. This patch fixes the problem.

Signed-off-by: Nguyen Anh Quynh <aquynh@gmail.com>
Signed-off-by: Avi Kivity <avi@qumranet.com>
drivers/kvm/kvm_main.c