From: Dor L. <dor...@qu...> - 2007-08-29 06:50:08
|
>> + asm (" call hypercall_addr\n" > >Hi Dor, > >This cannot work, because hypercall_addr is currently not defined in >todays >kvm.git: The definition is inside kvm_pv.c which was in the next patchset, I'll=20 join them in the next series. [Although Anthony L. has a different method that might catch. > ># grep -R hypercall_addr * >drivers/kvm/kvm.h: unsigned char *hypercall_addr); ># > >IIRC there was a definition of hypercall_addr in the older paravirt >drivers >from the rt-kernel. It seems it did not make it into this patch set. > I think the origin was the same (Ingo Molnar). >Christian |