aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/kvm/api.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/kvm/api.txt b/Documentation/kvm/api.txt
index c6416a398163..beb444a95013 100644
--- a/Documentation/kvm/api.txt
+++ b/Documentation/kvm/api.txt
@@ -820,6 +820,13 @@ executed a memory-mapped I/O instruction which could not be satisfied
820by kvm. The 'data' member contains the written data if 'is_write' is 820by kvm. The 'data' member contains the written data if 'is_write' is
821true, and should be filled by application code otherwise. 821true, and should be filled by application code otherwise.
822 822
823NOTE: For KVM_EXIT_IO and KVM_EXIT_MMIO, the corresponding operations
824are complete (and guest state is consistent) only after userspace has
825re-entered the kernel with KVM_RUN. The kernel side will first finish
826incomplete operations and then check for pending signals. Userspace
827can re-enter the guest with an unmasked signal pending to complete
828pending operations.
829
823 /* KVM_EXIT_HYPERCALL */ 830 /* KVM_EXIT_HYPERCALL */
824 struct { 831 struct {
825 __u64 nr; 832 __u64 nr;