]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Remove guest registers parameter from vcpu_handle_hypercall
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 3 Apr 2015 13:03:22 +0000 (15:03 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 10 Apr 2015 07:00:52 +0000 (09:00 +0200)
commit0b82e37052971d00fcdb4e39cc8bc7a40f727c8b
tree2b6beeac3b0f4a2ebc809f3421da0cb3dcc5911d
parent963d1b2ffc889cff255931d8581f67b439104917
x86: Remove guest registers parameter from vcpu_handle_hypercall

The function only works against the current CPU, thus should avoid to
take the misleading parameter. The necessary reference can be obtained
from the per-cpu data structure now.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/include/asm/vcpu.h
hypervisor/arch/x86/svm.c
hypervisor/arch/x86/vcpu.c
hypervisor/arch/x86/vmx.c