We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b87dd commit 31026beCopy full SHA for 31026be
1 file changed
scripts/boot/qemu-powernv+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-powernv $@
0 commit comments