mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-16 06:18:58 +00: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