[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 1/7] docs/system/ppc/ppce500: Use qemu-system-ppc64 across the
From: |
Bernhard Beschow |
Subject: |
[PATCH v4 1/7] docs/system/ppc/ppce500: Use qemu-system-ppc64 across the board(s) |
Date: |
Tue, 18 Oct 2022 23:01:40 +0200 |
The documentation suggests that there is a qemu-system-ppc32 binary
while the 32 bit version is actually just named qemu-system-ppc. Settle
on qemu-system-ppc64 which also works for 32 bit machines and causes
less clutter in the documentation.
Found-by: BALATON Zoltan <balaton@eik.bme.hu>
Suggested-by: Bin Meng <bmeng.cn@gmail.com>
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
---
docs/system/ppc/ppce500.rst | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/system/ppc/ppce500.rst b/docs/system/ppc/ppce500.rst
index ba6bcb7314..7b5eb3c4ee 100644
--- a/docs/system/ppc/ppce500.rst
+++ b/docs/system/ppc/ppce500.rst
@@ -113,7 +113,7 @@ To boot the 32-bit Linux kernel:
.. code-block:: bash
- $ qemu-system-ppc{64|32} -M ppce500 -cpu e500mc -smp 4 -m 2G \
+ $ qemu-system-ppc64 -M ppce500 -cpu e500mc -smp 4 -m 2G \
-display none -serial stdio \
-kernel vmlinux \
-initrd /path/to/rootfs.cpio \
@@ -154,10 +154,10 @@ interface at PCI address 0.1.0, but we can switch that to
an e1000 NIC by:
.. code-block:: bash
- $ qemu-system-ppc -M ppce500 -smp 4 -m 2G \
- -display none -serial stdio \
- -bios u-boot \
- -nic tap,ifname=tap0,script=no,downscript=no,model=e1000
+ $ qemu-system-ppc64 -M ppce500 -smp 4 -m 2G \
+ -display none -serial stdio \
+ -bios u-boot \
+ -nic tap,ifname=tap0,script=no,downscript=no,model=e1000
The QEMU ``ppce500`` machine can also dynamically instantiate an eTSEC device
if “-device eTSEC” is given to QEMU:
--
2.38.0
- [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, (continued)
- [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Bernhard Beschow, 2022/10/18
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Philippe Mathieu-Daudé, 2022/10/27
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Bernhard Beschow, 2022/10/29
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Bernhard Beschow, 2022/10/29
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Bernhard Beschow, 2022/10/29
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Philippe Mathieu-Daudé, 2022/10/29
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Bernhard Beschow, 2022/10/30
- Re: [PATCH v4 6/7] hw/sd/sdhci: Implement Freescale eSDHC device model, Philippe Mathieu-Daudé, 2022/10/31
[PATCH v4 2/7] hw/block/pflash_cfi0{1, 2}: Error out if device length isn't a power of two, Bernhard Beschow, 2022/10/18
[PATCH v4 4/7] hw/sd/sdhci: Rename ESDHC_* defines to USDHC_*, Bernhard Beschow, 2022/10/18
[PATCH v4 1/7] docs/system/ppc/ppce500: Use qemu-system-ppc64 across the board(s),
Bernhard Beschow <=
[PATCH v4 7/7] hw/ppc/e500: Add Freescale eSDHC to e500plat, Bernhard Beschow, 2022/10/18
Re: [PATCH v4 0/7] ppc/e500: Add support for two types of flash, cleanup, Bernhard Beschow, 2022/10/23
Re: [PATCH v4 0/7] ppc/e500: Add support for two types of flash, cleanup, Daniel Henrique Barboza, 2022/10/26