diff --git a/vmm/src/vm.rs b/vmm/src/vm.rs index 46b39f55a..11c3171eb 100644 --- a/vmm/src/vm.rs +++ b/vmm/src/vm.rs @@ -2146,7 +2146,8 @@ impl Vm { self.setup_signal_handler()?; self.setup_tty()?; - // Load kernel if configured + // Load kernel synchronously or if asynchronous then wait for load to + // finish. let entry_point = self.entry_point()?; // The initial TDX configuration must be done before the vCPUs are