Re: Could anybody give some description about the implement ofhyercall in kvm?

From: Liu ping fan
Date: Fri Jan 13 2012 - 02:45:09 EST


On Thu, Jan 12, 2012 at 5:21 PM, Stefan Hajnoczi <stefanha@xxxxxxxxx> wrote:
> On Thu, Jan 12, 2012 at 4:38 AM, Liu ping fan <kernelfans@xxxxxxxxx> wrote:
>> Could anybody give some description about the implement of hyercall in
>> kvm? Or give some links about it?
>
> Try git grep hypercall arch/x86/kvm.
>
> Take a look at arch/x86/kvm/x86.c kvm_set_msr_common() and
> kvm_emulate_hypercall(). ÂSome of the KVM time-keeping, minimal HyperV
> support, and async page faults live there. ÂAlso see
> arch/x86/include/asm/kvm_para.h.
>
> Hypercalls are architecture-specific so if you are interested in ppc
> or s390, check those arch directories.
>
Thanks, but when I tried to start from the macro "____PVOP_VCALL", but
lost in it. If there is some document like the hypercall in Xen, this
will be appreciated. (And I guest Hypercall in kvm is the same as Xen
which is very similar to syscall, right?)

Thanks
ping fan

> Stefan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/