diff mbox series

[1/3] board/qemu/ppc64le-pseries: use qemu-system-ppc64

Message ID 20180303143653.16934-1-thomas.petazzoni@bootlin.com
State Accepted
Commit 62e8305358641da03a827e3d729ed0187927650f
Headers show
Series [1/3] board/qemu/ppc64le-pseries: use qemu-system-ppc64 | expand

Commit Message

Thomas Petazzoni March 3, 2018, 2:36 p.m. UTC
qemu-system-ppc64le doesn't necessarily exist: it isn't installed by
Qemu, and only created as a symlink to qemu-system-ppc64 by some
distributions (Ubuntu). Other distributions (Fedora) just have
qemu-system-ppc64.

But qemu-system-ppc64 is capable of running little-endian PPC64
systems, so use this one instead.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 board/qemu/ppc64le-pseries/readme.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard March 3, 2018, 4:19 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > qemu-system-ppc64le doesn't necessarily exist: it isn't installed by
 > Qemu, and only created as a symlink to qemu-system-ppc64 by some
 > distributions (Ubuntu). Other distributions (Fedora) just have
 > qemu-system-ppc64.

 > But qemu-system-ppc64 is capable of running little-endian PPC64
 > systems, so use this one instead.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed, thanks.
diff mbox series

Patch

diff --git a/board/qemu/ppc64le-pseries/readme.txt b/board/qemu/ppc64le-pseries/readme.txt
index dd188c505f..beda5c0618 100644
--- a/board/qemu/ppc64le-pseries/readme.txt
+++ b/board/qemu/ppc64le-pseries/readme.txt
@@ -1,6 +1,6 @@ 
 Run the emulation with:
 
-qemu-system-ppc64le -M pseries -nographic \
+qemu-system-ppc64 -M pseries -nographic \
 		-kernel output/images/vmlinux \
 		-initrd output/images/rootfs.ext2