mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 20:24:31 +00:00
microvm: Remove kernel_irqchip=on option
`kernel_irqchip` option doesn't seem to bring any benefits and, on the contrary, its usage cause issues when using the microvm machine type. With this in mind, let's remove it. Fixes: #1984, #4386 Signed-off-by: norbjd <norbjd@users.noreply.github.com> Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
805e80b2a2
commit
17de94e118
@ -38,7 +38,7 @@ const (
|
|||||||
|
|
||||||
defaultQemuMachineType = QemuQ35
|
defaultQemuMachineType = QemuQ35
|
||||||
|
|
||||||
defaultQemuMachineOptions = "accel=kvm,kernel_irqchip=on"
|
defaultQemuMachineOptions = "accel=kvm"
|
||||||
|
|
||||||
splitIrqChipMachineOptions = "accel=kvm,kernel_irqchip=split"
|
splitIrqChipMachineOptions = "accel=kvm,kernel_irqchip=split"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user