Commit 647dc49e authored by Avi Kivity's avatar Avi Kivity

KVM: Document replacements for KVM_EXIT_HYPERCALL

Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 05b0ab1c
......@@ -974,7 +974,9 @@ pending operations.
__u32 pad;
} hypercall;
Unused.
Unused. This was once used for 'hypercall to userspace'. To implement
such functionality, use KVM_EXIT_IO (x86) or KVM_EXIT_MMIO (all except s390).
Note KVM_EXIT_IO is significantly faster than KVM_EXIT_MMIO.
/* KVM_EXIT_TPR_ACCESS */
struct {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment