On 7/11/07, Avi Kivity <[EMAIL PROTECTED]> wrote: > Nguyen Anh Quynh wrote: > > *nopage() in kvm_main.c should only store the type of mmap() fault if > > the pointers are not NULL. This patch fixes the problem. > > > > What caller of ->nopage() passes a NULL for type?
In that case we simply do nothing. I check all the related code in kernel, and they handle the situation in the same way: only store value into "type" if it is not NULL, and ignore otherwise. Cheers, Q ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ kvm-devel mailing list kvm-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kvm-devel