]> rtime.felk.cvut.cz Git - jailhouse.git/commit
x86: Add vcpu_handle_exit() function for AMD-V
authorValentine Sinitsyn <valentine.sinitsyn@gmail.com>
Sun, 28 Sep 2014 08:19:53 +0000 (14:19 +0600)
committerJan Kiszka <jan.kiszka@siemens.com>
Sat, 1 Nov 2014 19:10:09 +0000 (20:10 +0100)
commitd1a527f21e7bae41d5b2f16f1c2a4e7e41d263f8
tree3c423b70ae496434d7d198df64367db1a4fe6328
parentb7b802d4fc7b53d98e88e8394fcc5a53cfce8621
x86: Add vcpu_handle_exit() function for AMD-V

Add the infrastructure required to handle VM exits. It is mostly boilerplate
code in its current state, and any VM exit will cause a CPU to dump registers
and halt.

Appropriate handlers are added in subsequent commits.

Signed-off-by: Valentine Sinitsyn <valentine.sinitsyn@gmail.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
hypervisor/arch/x86/svm.c