[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT PATCH 15/17] plat/xen: Remove events enabling from platform code
Reviewed-by: Simon Kuenzer <simon.kuenzer@xxxxxxxxx> On 04.04.2018 15:54, Costin Lupu wrote: Interrupts/events have to be enabled right before starting the application. Signed-off-by: Costin Lupu <costin.lupu@xxxxxxxxx> --- plat/xen/x86/setup.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/plat/xen/x86/setup.c b/plat/xen/x86/setup.c index 1e0f0f7..8885415 100644 --- a/plat/xen/x86/setup.c +++ b/plat/xen/x86/setup.c @@ -187,9 +187,6 @@ void _libxenplat_x86entry(void *start_info) /* Set up events. */ init_events();- /* ENABLE EVENT DELIVERY. This is disabled at start of day. */- __sti(); - uk_printd(DLVL_INFO, " start_info: %p\n", HYPERVISOR_start_info); uk_printd(DLVL_INFO, " shared_info: %p\n", HYPERVISOR_shared_info); uk_printd(DLVL_INFO, "hypercall_page: %p\n", hypercall_page); _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |