Use std video on ppc64le as virtio is broken (#2070333)

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2022-03-30 12:51:52 -07:00
parent a034ba4c2b
commit c41bcd56de
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@
"QEMU": "ppc64",
"QEMUCPU": "host",
"QEMURAM": 4096,
"QEMUVGA": "virtio",
"QEMUVGA": "std",
"QEMU_VIRTIO_RNG": "1",
"WORKER_CLASS": "qemu_ppc64le"
}