diff --git a/virtcontainers/qemu_ppc64le.go b/virtcontainers/qemu_ppc64le.go index 6ef4015731..f2ea7b7c7c 100644 --- a/virtcontainers/qemu_ppc64le.go +++ b/virtcontainers/qemu_ppc64le.go @@ -26,7 +26,7 @@ const defaultQemuPath = "/usr/bin/qemu-system-ppc64le" const defaultQemuMachineType = QemuPseries -const defaultQemuMachineOptions = "accel=kvm,usb=off" +const defaultQemuMachineOptions = "accel=kvm,usb=off,cap-cfpc=broken,cap-sbbc=broken,cap-ibs=broken" const defaultMemMaxPPC64le = 32256 // Restrict MemMax to 32Gb on PPC64le