Zhao, Yunfeng wrote: > Hi,Avi > > I meet the error when I try to insert kvm.ko. > kvm_main.c uses anon_inode_getfd to create inodes, but I didn't find it > has been exported in 2.6.22-rc7. > Seems EXPORT_SYMBOL_GPL(anon_inode_getfd) has been removed from > 2.6.22-rc7. > >
The export is present in kvm.git, but not in mainline Linux. So currently building an external module is not possible. I plan to fix this soon. ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/kvm-devel
