Skip to content

Commit

Permalink
KVM: Document replacements for KVM_EXIT_HYPERCALL
Browse files Browse the repository at this point in the history
Signed-off-by: Avi Kivity <avi@redhat.com>
  • Loading branch information
Avi Kivity committed May 17, 2010
1 parent 05b0ab1 commit 647dc49
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/kvm/api.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 647dc49

Please sign in to comment.