]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
KVM: Documentation: Fix reentry-to-be-consistent paragraph
authorAlexander Graf <agraf@suse.de>
Sun, 7 Oct 2012 13:22:59 +0000 (15:22 +0200)
committerAlexander Graf <agraf@suse.de>
Tue, 30 Oct 2012 09:54:50 +0000 (10:54 +0100)
All user space offloaded instruction emulation needs to reenter kvm
to produce consistent state again. Fix the section in the documentation
to mention all of them.

Signed-off-by: Alexander Graf <agraf@suse.de>
Documentation/virtual/kvm/api.txt

index 4258180b1ecd2825d22d19d1f1a9d1b56b8d1a8d..6671fdc0afb1171920976b841da0f968a90f70cb 100644 (file)
@@ -2183,7 +2183,8 @@ executed a memory-mapped I/O instruction which could not be satisfied
 by kvm.  The 'data' member contains the written data if 'is_write' is
 true, and should be filled by application code otherwise.
 
-NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO and KVM_EXIT_OSI, the corresponding
+NOTE: For KVM_EXIT_IO, KVM_EXIT_MMIO, KVM_EXIT_OSI, KVM_EXIT_DCR
+      and KVM_EXIT_PAPR the corresponding
 operations are complete (and guest state is consistent) only after userspace
 has re-entered the kernel with KVM_RUN.  The kernel side will first finish
 incomplete operations and then check for pending signals.  Userspace