Skip to content

Commit

Permalink
try injecting int with vmlaunch
Browse files Browse the repository at this point in the history
  • Loading branch information
aarkegz committed Jan 10, 2025
1 parent aa92754 commit a918d45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/vmx/vcpu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,9 +163,9 @@ impl<H: AxVCpuHal> VmxVcpu<H> {
pub fn inner_run(&mut self) -> Option<VmxExitInfo> {
trace!("inner_run, launched: {}", self.launched);
// Inject pending events
if self.launched {
self.inject_pending_events().unwrap();
}
// if self.launched {
self.inject_pending_events().unwrap();
// }
trace!("inner_run, after inject_pending_events");

// Run guest
Expand Down

0 comments on commit a918d45

Please sign in to comment.