]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Obtain execution state inside vcpu_handle_hypercall
authorJan Kiszka <jan.kiszka@siemens.com>
Sat, 4 Apr 2015 06:39:00 +0000 (08:39 +0200)
committerJan Kiszka <jan.kiszka@siemens.com>
Fri, 10 Apr 2015 07:00:51 +0000 (09:00 +0200)
commit35af38ebdfefd31e43e3b8644bc10b16b990e452
tree7ece542a539a82851a015101b8b4a6ea8ee40105
parent5035f578da65ef7f3eb5aa73f75fd52d1ea2b473
x86: Obtain execution state inside vcpu_handle_hypercall

This simplifies the invocation of the handler and aligns it with
vcpu_handle_pt_violation.

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