]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Remove guest registers parameter from vcpu_deactivate_vmm
authorJan Kiszka <jan.kiszka@siemens.com>
Fri, 3 Apr 2015 13:02:19 +0000 (15:02 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 10 Apr 2015 07:00:52 +0000 (09:00 +0200)
commit963d1b2ffc889cff255931d8581f67b439104917
treed4fe209095af6c099f09fdec2672b9d1f8de8794
parent4b7e0bef9ddb4585c242469c51010d1cc1a96105
x86: Remove guest registers parameter from vcpu_deactivate_vmm

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