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)
*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>

No differences found