We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b3032 commit dea113fCopy full SHA for dea113f
1 file changed
scripts/boot/qemu-pseries+p10+tcg+ubuntu21.10
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+
3
+export CPU=POWER10
4
+export ACCEL=tcg
5
+export CLOUD_IMAGE=ubuntu21.10-cloudimg-ppc64el.qcow2
6
7
+exec "$(dirname "$0")"/qemu-pseries $@
0 commit comments