Skip to content

Commit df9d5ac

Browse files
committed
qemu: Add qemu-system-ppc64le invocations for make run
This can (and should) be simplified... Signed-off-by: David Hendricks <david.hendricks@gmail.com>
1 parent 2affa69 commit df9d5ac

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

examples/qemu/Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,12 @@ ifeq ($(ARCH), amd64)
5555
`# redirect all the output to the console` \
5656
-nographic
5757
endif
58+
ifeq ($(ARCH), ppc64)
59+
qemu-system-$(ARCH) -M pseries,accel=kvm,kvm-type=HV -nographic -bios $(OUT)
60+
endif
61+
ifeq ($(ARCH), ppc64le)
62+
qemu-system-$(ARCH) -M pseries,accel=kvm,kvm-type=HV -nographic -bios $(OUT)
63+
endif
64+
ifeq ($(ARCH), ppc64le)
65+
qemu-system-$(ARCH) -M pseries,accel=kvm,kvm-type=HV -nographic -bios $(OUT)
66+
endif

0 commit comments

Comments
 (0)