Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62450 )
Change subject: Documentation: Fix spelling of "QEMU" ......................................................................
Documentation: Fix spelling of "QEMU"
Fix spelling and use the one from their website qemu.org.
Change-Id: I36a88985ce3a7c59b732c1ca3198d86a591de6bd Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/62450 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com Reviewed-by: Angel Pons th3fanbus@gmail.com --- M Documentation/mainboard/emulation/qemu-riscv.md M Documentation/mainboard/index.md 2 files changed, 7 insertions(+), 7 deletions(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved Angel Pons: Looks good to me, approved
diff --git a/Documentation/mainboard/emulation/qemu-riscv.md b/Documentation/mainboard/emulation/qemu-riscv.md index 3aad816..ed2c6d5 100644 --- a/Documentation/mainboard/emulation/qemu-riscv.md +++ b/Documentation/mainboard/emulation/qemu-riscv.md @@ -1,8 +1,8 @@ -# Qemu RISC-V emulator +# QEMU RISC-V emulator
-## Building coreboot and running it in Qemu +## Building coreboot and running it in QEMU
- Configure coreboot and run `make` as usual - Run `util/riscv/make-spike-elf.sh build/coreboot.rom build/coreboot.elf` to - convert coreboot to an ELF that Qemu can load + convert coreboot to an ELF that QEMU can load - Run `qemu-system-riscv64 -M virt -m 1024M -nographic -kernel build/coreboot.elf` diff --git a/Documentation/mainboard/index.md b/Documentation/mainboard/index.md index 5c41b91..367cb1c 100644 --- a/Documentation/mainboard/index.md +++ b/Documentation/mainboard/index.md @@ -48,10 +48,10 @@ The boards in this section are not real mainboards, but emulators.
- [Spike RISC-V emulator](emulation/spike-riscv.md) -- [Qemu RISC-V emulator](emulation/qemu-riscv.md) -- [Qemu AArch64 emulator](emulation/qemu-aarch64.md) -- [Qemu x86 Q35](emulation/qemu-q35.md) -- [Qemu x86 PC](emulation/qemu-i440fx.md) +- [QEMU RISC-V emulator](emulation/qemu-riscv.md) +- [QEMU AArch64 emulator](emulation/qemu-aarch64.md) +- [QEMU x86 Q35](emulation/qemu-q35.md) +- [QEMU x86 PC](emulation/qemu-i440fx.md)
3 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.