Browse Source

board/qemu: remove the Qemu version from readme.txt

The Qemu version present in readme.txt files was needed when
the Buildroot's Qemu defconfig was tested manually using the
qemu-system-<arch> binary already present on the host.

This information is now incorrect since we are using host-qemu
package, currently at 4.2.0 version, to do a runtime test since
0c7935063851accf3db4c9eb2fc4f11c3da0c391.

For m68k-q800, we can use the upstream qemu since 4.2.0 release
[1].

So, remove this line from the readme.txt.

[1] https://www.qemu.org/2019/12/13/qemu-4-2-0/

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Yann E. MORIN <yann.morin.1998@free.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Romain Naour 5 years ago
parent
commit
7dcb9e98b5
34 changed files with 0 additions and 69 deletions
  1. 0 2
      board/qemu/aarch64-virt/readme.txt
  2. 0 2
      board/qemu/arm-versatile/readme.txt
  3. 0 2
      board/qemu/arm-vexpress-tz/readme.txt
  4. 0 2
      board/qemu/arm-vexpress/readme.txt
  5. 0 2
      board/qemu/m68k-mcf5208/readme.txt
  6. 0 3
      board/qemu/m68k-q800/readme.txt
  7. 0 2
      board/qemu/microblazebe-mmu/readme.txt
  8. 0 2
      board/qemu/microblazeel-mmu/readme.txt
  9. 0 2
      board/qemu/mips32r2-malta/readme.txt
  10. 0 2
      board/qemu/mips32r2el-malta/readme.txt
  11. 0 2
      board/qemu/mips32r6-malta/readme.txt
  12. 0 2
      board/qemu/mips32r6el-malta/readme.txt
  13. 0 2
      board/qemu/mips64-malta/readme.txt
  14. 0 2
      board/qemu/mips64el-malta/readme.txt
  15. 0 2
      board/qemu/mips64r6-malta/readme.txt
  16. 0 2
      board/qemu/mips64r6el-malta/readme.txt
  17. 0 2
      board/qemu/nios2-10m50/readme.txt
  18. 0 2
      board/qemu/or1k/readme.txt
  19. 0 2
      board/qemu/ppc-g3beige/readme.txt
  20. 0 2
      board/qemu/ppc-mac99/readme.txt
  21. 0 2
      board/qemu/ppc-mpc8544ds/readme.txt
  22. 0 2
      board/qemu/ppc-virtex-ml507/readme.txt
  23. 0 2
      board/qemu/ppc64-e5500/readme.txt
  24. 0 2
      board/qemu/ppc64-pseries/readme.txt
  25. 0 2
      board/qemu/ppc64le-pseries/readme.txt
  26. 0 2
      board/qemu/riscv32-virt/readme.txt
  27. 0 2
      board/qemu/riscv64-virt/readme.txt
  28. 0 2
      board/qemu/sh4-r2d/readme.txt
  29. 0 2
      board/qemu/sh4eb-r2d/readme.txt
  30. 0 2
      board/qemu/sparc-ss10/readme.txt
  31. 0 2
      board/qemu/sparc64-sun4u/readme.txt
  32. 0 2
      board/qemu/x86/readme.txt
  33. 0 2
      board/qemu/x86_64/readme.txt
  34. 0 2
      board/qemu/xtensa-lx60/readme.txt

+ 0 - 2
board/qemu/aarch64-virt/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
   qemu-system-aarch64 -M virt -cpu cortex-a53 -nographic -smp 1 -kernel output/images/Image -append "rootwait root=/dev/vda console=ttyAMA0" -netdev user,id=eth0 -device virtio-net-device,netdev=eth0 -drive file=output/images/rootfs.ext4,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 # qemu_aarch64_virt_defconfig
   qemu-system-aarch64 -M virt -cpu cortex-a53 -nographic -smp 1 -kernel output/images/Image -append "rootwait root=/dev/vda console=ttyAMA0" -netdev user,id=eth0 -device virtio-net-device,netdev=eth0 -drive file=output/images/rootfs.ext4,if=none,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 # qemu_aarch64_virt_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/arm-versatile/readme.txt

@@ -8,5 +8,3 @@ Or for the noMMU emulation:
 
 
 The login prompt will appear in the terminal that started Qemu. The
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/arm-vexpress-tz/readme.txt

@@ -29,8 +29,6 @@ number of cores.
 Note: "-netdev user,id=vmnic -device virtio-net-device,netdev=vmnic"
 Note: "-netdev user,id=vmnic -device virtio-net-device,netdev=vmnic"
 brings network support that is used i.e. in OP-TEE regression tests.
 brings network support that is used i.e. in OP-TEE regression tests.
 
 
-Tested with QEMU 2.12.0, and 3.1.0.
-
 
 
 -- Boot Details --
 -- Boot Details --
 
 

+ 0 - 2
board/qemu/arm-vexpress/readme.txt

@@ -7,5 +7,3 @@ graphical window is the framebuffer.
 
 
 If you want to emulate more cores change "-smp 1" to "-smp 2" for
 If you want to emulate more cores change "-smp 1" to "-smp 2" for
 dual-core or even "smp -4" for a quad-core configuration.
 dual-core or even "smp -4" for a quad-core configuration.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/m68k-mcf5208/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-m68k -M mcf5208evb -cpu m5208 -kernel output/images/vmlinux -nographic # qemu_m68k_mcf5208_defconfig
  qemu-system-m68k -M mcf5208evb -cpu m5208 -kernel output/images/vmlinux -nographic # qemu_m68k_mcf5208_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 3
board/qemu/m68k-q800/readme.txt

@@ -3,6 +3,3 @@ Run the emulation with:
  qemu-system-m68k -M q800 -kernel output/images/vmlinux -nographic -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/sda console=ttyS0" # qemu_m68k_q800_defconfig
  qemu-system-m68k -M q800 -kernel output/images/vmlinux -nographic -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/sda console=ttyS0" # qemu_m68k_q800_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.11.0 from https://github.com/vivier/qemu-m68k
-You need following branch: q800-v2.11.0

+ 0 - 2
board/qemu/microblazebe-mmu/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-microblaze -M petalogix-s3adsp1800 -kernel output/images/linux.bin -serial stdio # qemu_microblazebe_mmu_defconfig
  qemu-system-microblaze -M petalogix-s3adsp1800 -kernel output/images/linux.bin -serial stdio # qemu_microblazebe_mmu_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/microblazeel-mmu/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-microblazeel -M petalogix-s3adsp1800 -kernel output/images/linux.bin -serial stdio # qemu_microblazeel_mmu_defconfig
  qemu-system-microblazeel -M petalogix-s3adsp1800 -kernel output/images/linux.bin -serial stdio # qemu_microblazeel_mmu_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips32r2-malta/readme.txt

@@ -5,5 +5,3 @@ Run the emulation with:
 The login prompt will appear in the terminal that started Qemu. The
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer. No keyboard support has been
 graphical window is the framebuffer. No keyboard support has been
 enabled.
 enabled.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips32r2el-malta/readme.txt

@@ -5,5 +5,3 @@ Run the emulation with:
 The login prompt will appear in the terminal that started Qemu. The
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer. No keyboard support has been
 graphical window is the framebuffer. No keyboard support has been
 enabled.
 enabled.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips32r6-malta/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-mips -M malta -cpu mips32r6-generic -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -nographic # qemu_mips32r6_malta_defconfig
  qemu-system-mips -M malta -cpu mips32r6-generic -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -nographic # qemu_mips32r6_malta_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips32r6el-malta/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-mipsel -M malta -cpu mips32r6-generic -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -net nic,model=pcnet -net user -nographic # qemu_mips32r6el_malta_defconfig
  qemu-system-mipsel -M malta -cpu mips32r6-generic -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -net nic,model=pcnet -net user -nographic # qemu_mips32r6el_malta_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips64-malta/readme.txt

@@ -4,5 +4,3 @@ Run the emulation with:
 
 
 The login prompt will appear in the terminal that started Qemu. The
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips64el-malta/readme.txt

@@ -4,5 +4,3 @@ Run the emulation with:
 
 
 The login prompt will appear in the terminal that started Qemu. The
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips64r6-malta/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-mips64 -M malta -cpu I6400 -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -nographic # qemu_mips64r6_malta_defconfig
  qemu-system-mips64 -M malta -cpu I6400 -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -nographic # qemu_mips64r6_malta_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/mips64r6el-malta/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-mips64el -M malta -cpu I6400 -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -nographic # qemu_mips64r6el_malta_defconfig
  qemu-system-mips64el -M malta -cpu I6400 -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/hda" -nographic # qemu_mips64r6el_malta_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/nios2-10m50/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
   qemu-system-nios2 -kernel output/images/vmlinux -nographic # qemu_nios2_10m50_defconfig
   qemu-system-nios2 -kernel output/images/vmlinux -nographic # qemu_nios2_10m50_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0.

+ 0 - 2
board/qemu/or1k/readme.txt

@@ -5,5 +5,3 @@ Run the emulation with:
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
 
 
 Ethernet support is not working, yet.
 Ethernet support is not working, yet.
-
-Tested with QEMU 2.12.0.

+ 0 - 2
board/qemu/ppc-g3beige/readme.txt

@@ -4,5 +4,3 @@ Run the emulation with:
 
 
 The login prompt will appear in the terminal that started Qemu. The
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/ppc-mac99/readme.txt

@@ -1,5 +1,3 @@
 Run the emulation with:
 Run the emulation with:
 
 
   qemu-system-ppc -nographic -vga none -M mac99 -cpu g4 -m 1G -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -net nic,model=sungem -net user -append "root=/dev/sda" # qemu_ppc_mac99_defconfig
   qemu-system-ppc -nographic -vga none -M mac99 -cpu g4 -m 1G -kernel output/images/vmlinux -drive file=output/images/rootfs.ext2,format=raw -net nic,model=sungem -net user -append "root=/dev/sda" # qemu_ppc_mac99_defconfig
-
-Tested with QEMU 3.1.0

+ 0 - 2
board/qemu/ppc-mpc8544ds/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-ppc -M mpc8544ds -kernel output/images/vmlinux -serial stdio -net nic,model=e1000 -net user # qemu_ppc_mpc8544ds_defconfig
  qemu-system-ppc -M mpc8544ds -kernel output/images/vmlinux -serial stdio -net nic,model=e1000 -net user # qemu_ppc_mpc8544ds_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/ppc-virtex-ml507/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-ppc -M virtex-ml507 -kernel output/images/vmlinux -m 256 -nographic -append "console=ttyS0" -dtb output/images/virtex440-ml507.dtb # qemu_ppc_virtex_ml507_defconfig
  qemu-system-ppc -M virtex-ml507 -kernel output/images/vmlinux -m 256 -nographic -append "console=ttyS0" -dtb output/images/virtex440-ml507.dtb # qemu_ppc_virtex_ml507_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/ppc64-e5500/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "console=ttyS0 rootwait root=/dev/vda" -serial mon:stdio -nographic # qemu_ppc64_e5500_defconfig
  qemu-system-ppc64 -M ppce500 -cpu e5500 -m 256 -kernel output/images/uImage -drive file=output/images/rootfs.ext2,if=virtio,format=raw -append "console=ttyS0 rootwait root=/dev/vda" -serial mon:stdio -nographic # qemu_ppc64_e5500_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/ppc64-pseries/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
  qemu-system-ppc64 -M pseries -cpu POWER7 -m 256 -kernel output/images/vmlinux -append "console=hvc0 rootwait root=/dev/sda" -drive file=output/images/rootfs.ext2,if=scsi,index=0,format=raw -serial stdio -display curses # qemu_ppc64_pseries_defconfig
  qemu-system-ppc64 -M pseries -cpu POWER7 -m 256 -kernel output/images/vmlinux -append "console=hvc0 rootwait root=/dev/sda" -drive file=output/images/rootfs.ext2,if=scsi,index=0,format=raw -serial stdio -display curses # qemu_ppc64_pseries_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/ppc64le-pseries/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
 qemu-system-ppc64 -M pseries -cpu POWER8 -m 256 -kernel output/images/vmlinux -append "console=hvc0 rootwait root=/dev/sda" -drive file=output/images/rootfs.ext2,if=scsi,index=0,format=raw -serial stdio -display curses # qemu_ppc64le_pseries_defconfig
 qemu-system-ppc64 -M pseries -cpu POWER8 -m 256 -kernel output/images/vmlinux -append "console=hvc0 rootwait root=/dev/sda" -drive file=output/images/rootfs.ext2,if=scsi,index=0,format=raw -serial stdio -display curses # qemu_ppc64le_pseries_defconfig
 
 
 The login prompt will appear in the terminal window.
 The login prompt will appear in the terminal window.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/riscv32-virt/readme.txt

@@ -3,5 +3,3 @@ Run Linux in emulation with:
   qemu-system-riscv32 -M virt -kernel output/images/fw_jump.elf -device loader,file=output/images/Image,addr=0x80400000 -append "rootwait root=/dev/vda ro" -drive file=output/images/rootfs.ext2,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 -netdev user,id=net0 -device virtio-net-device,netdev=net0 -nographic # qemu_riscv32_virt_defconfig
   qemu-system-riscv32 -M virt -kernel output/images/fw_jump.elf -device loader,file=output/images/Image,addr=0x80400000 -append "rootwait root=/dev/vda ro" -drive file=output/images/rootfs.ext2,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 -netdev user,id=net0 -device virtio-net-device,netdev=net0 -nographic # qemu_riscv32_virt_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 3.1

+ 0 - 2
board/qemu/riscv64-virt/readme.txt

@@ -3,5 +3,3 @@ Run Linux in emulation with:
   qemu-system-riscv64 -M virt -kernel output/images/fw_jump.elf -device loader,file=output/images/Image,addr=0x80200000 -append "rootwait root=/dev/vda ro" -drive file=output/images/rootfs.ext2,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 -netdev user,id=net0 -device virtio-net-device,netdev=net0 -nographic # qemu_riscv64_virt_defconfig
   qemu-system-riscv64 -M virt -kernel output/images/fw_jump.elf -device loader,file=output/images/Image,addr=0x80200000 -append "rootwait root=/dev/vda ro" -drive file=output/images/rootfs.ext2,format=raw,id=hd0 -device virtio-blk-device,drive=hd0 -netdev user,id=net0 -device virtio-net-device,netdev=net0 -nographic # qemu_riscv64_virt_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 3.1

+ 0 - 2
board/qemu/sh4-r2d/readme.txt

@@ -4,5 +4,3 @@ Run the emulation with:
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
 The graphical window is the framebuffer.
 The graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/sh4eb-r2d/readme.txt

@@ -4,5 +4,3 @@ Run the emulation with:
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
 The graphical window is the framebuffer.
 The graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/sparc-ss10/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
   qemu-system-sparc -M SS-10 -kernel output/images/zImage -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/sda console=ttyS0,115200" -serial stdio -net nic,model=lance -net user # qemu_sparc_ss10_defconfig
   qemu-system-sparc -M SS-10 -kernel output/images/zImage -drive file=output/images/rootfs.ext2,format=raw -append "rootwait root=/dev/sda console=ttyS0,115200" -serial stdio -net nic,model=lance -net user # qemu_sparc_ss10_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/sparc64-sun4u/readme.txt

@@ -3,5 +3,3 @@ Run the emulation with:
   qemu-system-sparc64 -M sun4u -kernel output/images/vmlinux -append "rootwait root=/dev/sda console=ttyS0,115200" -serial stdio -drive file=output/images/rootfs.ext2,format=raw -net nic,model=e1000 -net user # qemu_sparc64_sun4u_defconfig
   qemu-system-sparc64 -M sun4u -kernel output/images/vmlinux -append "rootwait root=/dev/sda console=ttyS0,115200" -serial stdio -drive file=output/images/rootfs.ext2,format=raw -net nic,model=e1000 -net user # qemu_sparc64_sun4u_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/x86/readme.txt

@@ -5,5 +5,3 @@ Run the emulation with:
 Optionally add -smp N to emulate a SMP system with N CPUs.
 Optionally add -smp N to emulate a SMP system with N CPUs.
 
 
 The login prompt will appear in the graphical window.
 The login prompt will appear in the graphical window.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/x86_64/readme.txt

@@ -5,5 +5,3 @@ Run the emulation with:
 Optionally add -smp N to emulate a SMP system with N CPUs.
 Optionally add -smp N to emulate a SMP system with N CPUs.
 
 
 The login prompt will appear in the graphical window.
 The login prompt will appear in the graphical window.
-
-Tested with QEMU 2.12.0

+ 0 - 2
board/qemu/xtensa-lx60/readme.txt

@@ -5,5 +5,3 @@ Run the emulation with:
  qemu-system-xtensa -M lx60 -cpu dc233c -monitor null -nographic -kernel output/images/Image.elf # qemu_xtensa_lx60_nommu_defconfig
  qemu-system-xtensa -M lx60 -cpu dc233c -monitor null -nographic -kernel output/images/Image.elf # qemu_xtensa_lx60_nommu_defconfig
 
 
 The login prompt will appear in the terminal that started Qemu.
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0