Skip to content

Commit 798e061

Browse files
committed
Add qemu pseries KVM compat scripts
1 parent 90a46e8 commit 798e061

6 files changed

Lines changed: 42 additions & 0 deletions

scripts/boot/qemu-pseries+p8+kvm

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=POWER8
4+
export ACCEL=kvm
5+
export CLOUD_IMAGE=
6+
7+
exec "$(dirname "$0")"/qemu-pseries $@
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=POWER8
4+
export ACCEL=kvm
5+
export CLOUD_IMAGE=ubuntu21.04-cloudimg-ppc64el.qcow2
6+
7+
exec "$(dirname "$0")"/qemu-pseries $@
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=POWER8
4+
export ACCEL=kvm
5+
export CLOUD_IMAGE=ubuntu21.10-cloudimg-ppc64el.qcow2
6+
7+
exec "$(dirname "$0")"/qemu-pseries $@

scripts/boot/qemu-pseries+p9+kvm

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=POWER9
4+
export ACCEL=kvm
5+
export CLOUD_IMAGE=
6+
7+
exec "$(dirname "$0")"/qemu-pseries $@
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=POWER9
4+
export ACCEL=kvm
5+
export CLOUD_IMAGE=ubuntu21.04-cloudimg-ppc64el.qcow2
6+
7+
exec "$(dirname "$0")"/qemu-pseries $@
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=POWER9
4+
export ACCEL=kvm
5+
export CLOUD_IMAGE=ubuntu21.10-cloudimg-ppc64el.qcow2
6+
7+
exec "$(dirname "$0")"/qemu-pseries $@

0 commit comments

Comments
 (0)