mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 05:35:20 +00:00
vmm: Add clarifying comment about Vm::entry_point()
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
744a049007
commit
f17aa3755f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user