Skip to content

Commit 32cd5e4

Browse files
committed
Fix CPU in qemu-pseries p9 Ubuntu 16.04 scripts
1 parent 85c7958 commit 32cd5e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/boot/qemu-pseries+p9+tcg+be+ubuntu16.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export CPU=POWER8
3+
export CPU=POWER9
44
export ACCEL=tcg
55
export CLOUD_IMAGE=ubuntu16.04-cloudimg-powerpc.qcow2
66

scripts/boot/qemu-pseries+p9+tcg+le+ubuntu16.04

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
export CPU=POWER8
3+
export CPU=POWER9
44
export ACCEL=tcg
55
export CLOUD_IMAGE=ubuntu16.04-cloudimg-ppc64el.qcow2
66

0 commit comments

Comments
 (0)