Skip to content

Commit a67ffbb

Browse files
committed
qemu/ppc64e: Boot with 2 cores
1 parent 2cea243 commit a67ffbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/boot/qemu-ppc64e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def main():
4242
qconf.qemu_path = 'qemu-system-ppc64'
4343
qconf.net_tests = False
4444
qconf.mem = '4G'
45-
qconf.smp = 1
45+
qconf.smp = 2
4646

4747
qconf.apply_defaults()
4848

0 commit comments

Comments
 (0)