提交 647dc49e 编写于 作者: A Avi Kivity

KVM: Document replacements for KVM_EXIT_HYPERCALL

Signed-off-by: NAvi Kivity <avi@redhat.com>
上级 05b0ab1c
...@@ -974,7 +974,9 @@ pending operations. ...@@ -974,7 +974,9 @@ pending operations.
__u32 pad; __u32 pad;
} hypercall; } 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 */ /* KVM_EXIT_TPR_ACCESS */
struct { struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册