Skip to content

Commit

Permalink
Merge pull request #1180 from hermit-os/microvm
Browse files Browse the repository at this point in the history
fix(microvm): explicitly disable ACPI
  • Loading branch information
mkroening authored May 7, 2024
2 parents 5f08ef5 + 509f704 commit 6e9de65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion xtask/src/ci/qemu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ impl Qemu {
let frequency = get_frequency();
vec![
"-M".to_string(),
"microvm,x-option-roms=off,pit=off,pic=off,rtc=on".to_string(),
"microvm,x-option-roms=off,pit=off,pic=off,rtc=on,auto-kernel-cmdline=off,acpi=off"
.to_string(),
"-global".to_string(),
"virtio-mmio.force-legacy=on".to_string(),
"-nodefaults".to_string(),
Expand Down

0 comments on commit 6e9de65

Please sign in to comment.