aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/virtual/kvm
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/virtual/kvm')
-rw-r--r--Documentation/virtual/kvm/api.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/virtual/kvm/api.txt b/Documentation/virtual/kvm/api.txt
index 4258180b1ecd..6671fdc0afb1 100644
--- a/Documentation/virtual/kvm/api.txt
+++ b/Documentation/virtual/kvm/api.txt
@@ -2183,7 +2183,8 @@ executed a memory-mapped I/O instruction which could not be satisfied
2183by kvm. The 'data' member contains the written data if 'is_write' is 2183by kvm. The 'data' member contains the written data if 'is_write' is
2184true, and should be filled by application code otherwise. 2184true, and should be filled by application code otherwise.
2185 2185
2186NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO and KVM_EXIT_OSI, the corresponding 2186NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO, KVM_EXIT_OSI, KVM_EXIT_DCR
2187 and KVM_EXIT_PAPR the corresponding
2187operations are complete (and guest state is consistent) only after userspace 2188operations are complete (and guest state is consistent) only after userspace
2188has re-entered the kernel with KVM_RUN. The kernel side will first finish 2189has re-entered the kernel with KVM_RUN. The kernel side will first finish
2189incomplete operations and then check for pending signals. Userspace 2190incomplete operations and then check for pending signals. Userspace