From: Henning Schild <[email protected]> 37c7b05b21 renamed the flag JAILHOUSE_CON2_TYPE_ROOTPAGE, update that last remaining comment as well
Signed-off-by: Henning Schild <[email protected]> --- hypervisor/setup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypervisor/setup.c b/hypervisor/setup.c index 786b54c9..99a2b0c3 100644 --- a/hypervisor/setup.c +++ b/hypervisor/setup.c @@ -73,7 +73,7 @@ static void init_early(unsigned int cpu_id) * Linux' page table before shutdown without triggering violations. * * Allow read access to the console page, if the hypervisor has the - * debug console flag JAILHOUSE_CON2_TYPE_ROOTPAGE set. + * debug console flag JAILHOUSE_SYS_VIRTUAL_DEBUG_CONSOLE set. */ hyp_phys_start = system_config->hypervisor_memory.phys_start; hyp_phys_end = hyp_phys_start + system_config->hypervisor_memory.size; -- 2.19.2 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
