Skip to content

Commit 945afcd

Browse files
committed
Fix CPU in qemu powernv P9 Ubuntu 16.04 scripts
1 parent 798e061 commit 945afcd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/boot/qemu-powernv+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-powernv+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)