On Fri, Aug 24, 2012 at 04:50:28PM +0800, Gavin Shan wrote: > The build error was caused by that builtin functions are calling > the functions implemented in modules. That was introduced by the > following commit. > > commit 4d8b81abc47b83a1939e59df2fdb0e98dfe0eedd > > The patch fixes the build error by moving function __gfn_to_hva_memslot() > from kvm_main.c to kvm_host.h and making that "inline" so that the > builtin function (kvmppc_h_enter) can use that. > > Signed-off-by: Gavin Shan <shangw@xxxxxxxxxxxxxxxxxx> Acked-by: Paul Mackerras <paulus@xxxxxxxxx> By the way, when you give a commit ID it's a good idea to give the headline of the commit as well, something like this: This error was introduced by commit 4d8b81abc4 ("KVM: introduce readonly memslot"). Paul. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html