]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/include/jailhouse/hypercall.h
core/inmates: Rename cell "status" to "state"
[jailhouse.git] / hypervisor / include / jailhouse / hypercall.h
index 8a5d9d49d6e22a9f3f3688de61d4993d5f54807e..ac225a5d7611e399e7fe3f20c25ea9cd2d667603 100644 (file)
@@ -27,7 +27,7 @@
 #define JAILHOUSE_MSG_SHUTDOWN_DENIED          1
 #define JAILHOUSE_MSG_SHUTDOWN_OK              2
 
-/* cell status, initialized by hypervisor, updated by cell */
+/* cell state, initialized by hypervisor, updated by cell */
 #define JAILHOUSE_CELL_RUNNING                 0
 #define JAILHOUSE_CELL_SHUT_DOWN               1 /* terminal state */
 #define JAILHOUSE_CELL_FAILED                  2 /* terminal state */
@@ -36,7 +36,7 @@ struct jailhouse_comm_region {
        volatile __u32 msg_to_cell;
        volatile __u32 reply_from_cell;
 
-       volatile __u32 cell_status;
+       volatile __u32 cell_state;
 
        /* errors etc. */
 };