From e020b87d3a4051e99854290eae0185afee23b1b9 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 10 Jan 2020 14:45:09 -0800 Subject: [PATCH] Drop the pseries-4.0 workaround for ppc64le Should not be needed any more. Signed-off-by: Adam Williamson --- templates | 4 ---- 1 file changed, 4 deletions(-) diff --git a/templates b/templates index f00a308f..bce80f42 100755 --- a/templates +++ b/templates @@ -4088,10 +4088,6 @@ { 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"},