From f2ef1f1a37618774730ecc47fdfd949240424d34 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Wed, 6 Nov 2019 19:41:15 -0800 Subject: [PATCH] Workaround RHBZ #1769600 by using pseries-4.0 machine type ppc64le tests are failing to boot at all with stock qemu in F31. Using pseries-4.0 machine type (the default is pseries-4.1) seems to work around the problem. Signed-off-by: Adam Williamson --- templates | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates b/templates index 1715bb2b..c661c7c2 100755 --- a/templates +++ b/templates @@ -4286,6 +4286,10 @@ { key => "QEMUVGA", value => "virtio" }, { key => "QEMURAM", value => 4096 }, { key => "QEMUCPU", value => "host" }, + # pseries-4.0 is a workaround for + # https://bugzilla.redhat.com/show_bug.cgi?id=1769600 + # usb=off is an os-autoinst default when QEMUMACHINE is not set + { key => "QEMUMACHINE", value => "pseries-4.0 usb=off" }, { key => "ARCH_BASE_MACHINE", value => "ppc64le" }, { key => "WORKER_CLASS", value => "qemu_ppc64le" }, { key => "PART_TABLE_TYPE", value => "mbr"},