[PATCH v2 0/2] Improve QEMU emulation documentation
Manjae Cho
manjae.cho at samsung.com
Tue Dec 30 16:45:27 CET 2025
This patch series improves QEMU emulation documentation by fixing a typo
and adding network device documentation based on actual runtime testing.
Changes in v2:
- Split original single patch into two separate patches per review feedback
- Moved network testing content to dedicated doc/board/emulation/network.rst
- Simplified and verified content through actual QEMU testing
- Typo fix is now a standalone patch
The new network.rst was validated by building U-Boot for RISC-V and testing
with qemu-system-riscv64, verifying:
- VirtIO network device detection
- DHCP functionality
- TFTP file loading
All command outputs in the documentation are from actual test execution.
Manjae Cho (2):
doc: qemu-riscv: Fix typo in pflash section
doc: emulation: Add network testing documentation
doc/board/emulation/index.rst | 1 +
doc/board/emulation/network.rst | 58 ++++++++++++++++++++++++++++++
doc/board/emulation/qemu-riscv.rst | 2 +-
3 files changed, 60 insertions(+), 1 deletion(-)
create mode 100644 doc/board/emulation/network.rst
--
2.43.0
More information about the U-Boot
mailing list