diff mbox series

[2/3] board/qemu/ppc64le-pseries: put Qemu command on one line

Message ID 20180303143653.16934-2-thomas.petazzoni@bootlin.com
State Accepted
Commit 1b554aa849c2ac9c9bdd805253e806b411df6e28
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
This allows the toolchain building machinery used by
https://toolchains.bootlin.com to automatically re-use this Qemu
command line.

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

Comments

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

 > This allows the toolchain building machinery used by
 > https://toolchains.bootlin.com to automatically re-use this Qemu
 > command line.

 > 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 beda5c0618..0fdb389828 100644
--- a/board/qemu/ppc64le-pseries/readme.txt
+++ b/board/qemu/ppc64le-pseries/readme.txt
@@ -1,8 +1,6 @@ 
 Run the emulation with:
 
-qemu-system-ppc64 -M pseries -nographic \
-		-kernel output/images/vmlinux \
-		-initrd output/images/rootfs.ext2
+qemu-system-ppc64 -M pseries -nographic -kernel output/images/vmlinux -initrd output/images/rootfs.ext2
 
 The login prompt will appear in the terminal window.