Skip to content

Commit 31026be

Browse files
committed
Add qemu powernv p10 Ubuntu 21.10 script
1 parent 24b87dd commit 31026be

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)