]> rtime.felk.cvut.cz Git - jailhouse.git/commitdiff
Documentation: Minor fixes on hypervisor-interfaces.txt
authorJan Kiszka <jan.kiszka@siemens.com>
Wed, 5 Mar 2014 13:44:36 +0000 (14:44 +0100)
committerJan Kiszka <jan.kiszka@siemens.com>
Wed, 5 Mar 2014 13:44:36 +0000 (14:44 +0100)
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Documentation/hypervisor-interfaces.txt

index bd91ec1c464a71c82b42492509760089f0393d23..af396b21536f42767d44e14daf0b9026d58d397d 100644 (file)
@@ -2,10 +2,11 @@ Jailhouse Interface for Cells
 =============================
 
 The Jailhouse hypervisor provides two kinds of interfaces to interact with its
-cells during runtime. One is a set of hypercalls cells can synchronously invoke
-by executing architecture specific instructions that switch to hypervisor mode.
-The other interface consists of variables located in a per-cell memory region
-that is shared between hypervisor and that particular cell.
+cells during runtime. One is a set of hypercalls which cells can be invoked
+synchronously by executing architecture specific instructions that switch to
+hypervisor mode. The other interface consists of variables located in a
+per-cell memory region that is shared between hypervisor and that particular
+cell.
 
 
 Hypercalls
@@ -223,7 +224,7 @@ The following messages and corresponding replies are defined:
 
 Note: The hypervisor does not request shutdown permission from a cell if that
       cell has the "Unmanaged Exit" flag set in its configuration (see also
-      configuration-format.txt) or if the cell status is set to "Shut Down" or
+      configuration-format.txt) or if the cell state is set to "Shut Down" or
       "Failed" (see below).