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