diff options
| author | Bernhard Beschow <shentey@gmail.com> | 2022-10-03 22:31:32 +0200 |
|---|---|---|
| committer | Daniel Henrique Barboza <danielhb413@gmail.com> | 2022-10-17 16:15:09 -0300 |
| commit | e018489d8b4c1d85a3851fbe48b0befd2ccfc647 (patch) | |
| tree | 0045892177dc0848ac1d2949373866d0d1f9c844 /docs/system/ppc | |
| parent | 2c860abfb6c097ba8cf22316ff9957485d0ff4ad (diff) | |
| download | focaccia-qemu-e018489d8b4c1d85a3851fbe48b0befd2ccfc647.tar.gz focaccia-qemu-e018489d8b4c1d85a3851fbe48b0befd2ccfc647.zip | |
docs/system/ppc/ppce500: Add heading for networking chapter
The sudden change of topics is slightly confusing and makes the networking information less visible. So separate the networking chapter to improve comprehensibility. Signed-off-by: Bernhard Beschow <shentey@gmail.com> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20221003203142.24355-4-shentey@gmail.com> Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Diffstat (limited to 'docs/system/ppc')
| -rw-r--r-- | docs/system/ppc/ppce500.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/system/ppc/ppce500.rst b/docs/system/ppc/ppce500.rst index 9beef39171..ba6bcb7314 100644 --- a/docs/system/ppc/ppce500.rst +++ b/docs/system/ppc/ppce500.rst @@ -146,6 +146,9 @@ You can specify a real world SoC device that QEMU has built-in support but all these SoCs are e500v2 based MPC85xx series, hence you cannot test anything built for P4080 (e500mc), P5020 (e5500) and T2080 (e6500). +Networking +---------- + By default a VirtIO standard PCI networking device is connected as an ethernet interface at PCI address 0.1.0, but we can switch that to an e1000 NIC by: |