diff options
Diffstat (limited to 'xen/arch/x86/setup.c')
-rw-r--r-- | xen/arch/x86/setup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xen/arch/x86/setup.c b/xen/arch/x86/setup.c index de28445b6e..051fd273e9 100644 --- a/xen/arch/x86/setup.c +++ b/xen/arch/x86/setup.c @@ -1260,6 +1260,8 @@ void __init __start_xen(unsigned long mbi_p) if ( opt_watchdog ) watchdog_setup(); + + nestedhvm_setup(); if ( !tboot_protect_mem_regions() ) panic("Could not protect TXT memory regions\n"); |