[PATCH 26/26] KVM: PPC: Add Documentation about PV interface
Avi Kivity
avi at redhat.com
Mon Jun 28 18:13:05 EST 2010
On 06/28/2010 10:49 AM, Alexander Graf wrote:
>
>> I don't believe we support the kernel actually doing a syscall to itself
>> anymore, at least on powerpc. The callers call the underlying system
>> call function, or kernel_thread.
>>
>> That said, I would suggest we allocate a syscall number for this, as it
>> would document the usage. (In additon to 0..nr_syscalls - 1 we have
>> 0x1ebe in use).
>>
> That's actually a pretty good idea.
>
Since the syscall register is not architectual (or rather it is
architectural but Linux ignores it) I don't see the point. It would
work for Linux but may alias some random parameter for a different
guest. We need a reliable method of distinguishing between syscalls and
hypercalls. Matching pc would work (but is defeated by inlining) so
long as we find some other way of identifying the hc pc to the hypervisor.
--
error compiling committee.c: too many arguments to function
More information about the Linuxppc-dev
mailing list