vmm: Add clarifying comment about Vm::entry_point()

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-04-29 10:24:17 +01:00
parent 744a049007
commit f17aa3755f

View File

@ -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