mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-08-01 07:47:15 +00:00
Merge pull request #5106 from norbjd/fix/microvm-machine-options
microvm: Remove kernel_irqchip=on option
This commit is contained in:
commit
d5572d5fd5
@ -38,7 +38,7 @@ const (
|
||||
|
||||
defaultQemuMachineType = QemuQ35
|
||||
|
||||
defaultQemuMachineOptions = "accel=kvm,kernel_irqchip=on"
|
||||
defaultQemuMachineOptions = "accel=kvm"
|
||||
|
||||
splitIrqChipMachineOptions = "accel=kvm,kernel_irqchip=split"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user