]> rtime.felk.cvut.cz Git - jailhouse.git/blobdiff - hypervisor/control.c
core/configs: Rename cell flag "Unmanaged Exit" to "Passive Comm Region"
[jailhouse.git] / hypervisor / control.c
index ce96438727d04682648fb1819780d75bb40f5564..081b0363c0d21df3783842220f2eebf56748fdd6 100644 (file)
@@ -331,7 +331,7 @@ static bool cell_shutdown_ok(struct cell *cell)
        volatile u32 *reply = &cell->comm_page.comm_region.reply_from_cell;
        volatile u32 *cell_state = &cell->comm_page.comm_region.cell_state;
 
-       if (cell->config->flags & JAILHOUSE_CELL_UNMANAGED_EXIT)
+       if (cell->config->flags & JAILHOUSE_CELL_PASSIVE_COMMREG)
                return true;
 
        jailhouse_send_msg_to_cell(&cell->comm_page.comm_region,