Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

KVM: Document replacements for KVM_EXIT_HYPERCALL



Signed-off-by: default avatarAvi Kivity <avi@redhat.com>
parent 05b0ab1c
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 {