board/qemu: remove the Qemu version from readme.txt
authorRomain Naour <romain.naour@gmail.com>
Sun, 26 Apr 2020 10:39:17 +0000 (12:39 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 26 Apr 2020 11:44:21 +0000 (13:44 +0200)
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>
34 files changed:
board/qemu/aarch64-virt/readme.txt
board/qemu/arm-versatile/readme.txt
board/qemu/arm-vexpress-tz/readme.txt
board/qemu/arm-vexpress/readme.txt
board/qemu/m68k-mcf5208/readme.txt
board/qemu/m68k-q800/readme.txt
board/qemu/microblazebe-mmu/readme.txt
board/qemu/microblazeel-mmu/readme.txt
board/qemu/mips32r2-malta/readme.txt
board/qemu/mips32r2el-malta/readme.txt
board/qemu/mips32r6-malta/readme.txt
board/qemu/mips32r6el-malta/readme.txt
board/qemu/mips64-malta/readme.txt
board/qemu/mips64el-malta/readme.txt
board/qemu/mips64r6-malta/readme.txt
board/qemu/mips64r6el-malta/readme.txt
board/qemu/nios2-10m50/readme.txt
board/qemu/or1k/readme.txt
board/qemu/ppc-g3beige/readme.txt
board/qemu/ppc-mac99/readme.txt
board/qemu/ppc-mpc8544ds/readme.txt
board/qemu/ppc-virtex-ml507/readme.txt
board/qemu/ppc64-e5500/readme.txt
board/qemu/ppc64-pseries/readme.txt
board/qemu/ppc64le-pseries/readme.txt
board/qemu/riscv32-virt/readme.txt
board/qemu/riscv64-virt/readme.txt
board/qemu/sh4-r2d/readme.txt
board/qemu/sh4eb-r2d/readme.txt
board/qemu/sparc-ss10/readme.txt
board/qemu/sparc64-sun4u/readme.txt
board/qemu/x86/readme.txt
board/qemu/x86_64/readme.txt
board/qemu/xtensa-lx60/readme.txt

index f12bed4e06308f76f7b3bc0b2a1a4920b75f28ac..db35a3a7a8678b16fdbc58262eb0890fe5ede078 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 97331b2f037c5521e64beae02c15da2bbbb45b13..223bd55c015eb5066edf47e42602e06c8e942d36 100644 (file)
@@ -8,5 +8,3 @@ Or for the noMMU emulation:
 
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0
index 35ff018aec030c93a8556eb4b159b78d21108df3..b235ba5cd7ee1638bddf8e7bead25956e80dc7bf 100644 (file)
@@ -29,8 +29,6 @@ number of cores.
 Note: "-netdev user,id=vmnic -device virtio-net-device,netdev=vmnic"
 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 --
 
index ff7790744fed10b8ca7324fd17714f76da2af71e..8d1bb72f8398f4ff9a5dfd65952915d7f0d7c5c1 100644 (file)
@@ -7,5 +7,3 @@ graphical window is the framebuffer.
 
 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.
-
-Tested with QEMU 2.12.0
index 76dce0ab94bbaa2e725e07888a0fa46db47bec5b..79bf7146a21fc97ba8ede354d4f3370f5c7b14c2 100644 (file)
@@ -3,5 +3,3 @@ Run the emulation with:
  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.
-
-Tested with QEMU 2.12.0
index 4ed328507aea2f9a59d41ef922e8ad8b11928cc0..f1db57d52b7b15ea1cfdb6642bb78601ae60105a 100644 (file)
@@ -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
 
 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
index 3d5064cbd33bb6cf187cb1f84037640d2a2daf42..7bb986422c6371db04f6c8376bc07a768b91ceff 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index c9f94f8de5f863c52232a6d09d152b5e24123536..20fa0072ed1931d838f76dd854eb43ac747e8aa2 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 0fb8e47999ecd1024be95f245aa4774511d81f59..db1db65b1e6c51c8c8f1af827f91e17ff3871883 100644 (file)
@@ -5,5 +5,3 @@ Run the emulation with:
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer. No keyboard support has been
 enabled.
-
-Tested with QEMU 2.12.0
index 1613757657887511289052c4940806e99dc9082d..4dc0e64e020741e37c5742549c2eb7d81ee6e147 100644 (file)
@@ -5,5 +5,3 @@ Run the emulation with:
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer. No keyboard support has been
 enabled.
-
-Tested with QEMU 2.12.0
index 21854a7f90911a8757845f598ed5eef70c31e1f5..9ad4959f097de0ee1d8dcd51e60284c3a493f866 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index d1bd3de7fa1a45dc7189f1cacec531ad81c544da..96c9dc88bf25cf4d8f8ed8ec77f05b0ed52baca2 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 6a411d23d23ec2743e21157bd8d6a979dfc42f7f..7432dac1a1b7401370342ae68c7a2cd9c3cb63c6 100644 (file)
@@ -4,5 +4,3 @@ Run the emulation with:
 
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0
index d7dea160ff761104e3aed0c93ca6d144e1b332ed..f67ac91ac46cdc86b911c703d0c367bc3b727ae3 100644 (file)
@@ -4,5 +4,3 @@ Run the emulation with:
 
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0
index a5637b763c197fb21dc7536381b067edf1f6e59c..252a5431924b7c71801bad7fd8b385ab5fa67723 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 48ed0ff6fb080abc04d498add75a9ef36d5166ea..e9d02e772af7be408d637c49daccc3e6ad6329d6 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index d2408918733b17a0515cc689f5827e6eff997014..f8f8f3b3a505e41ec03ae39547cecb04a676c2d8 100644 (file)
@@ -3,5 +3,3 @@ Run the emulation with:
   qemu-system-nios2 -kernel output/images/vmlinux -nographic # qemu_nios2_10m50_defconfig
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0.
index 72c9e3c3cf4324e2778b2debcf28054bc88ab8d8..2ea797440a6c08f90e990b21e673dfadcfb0f63a 100644 (file)
@@ -5,5 +5,3 @@ Run the emulation with:
 The login prompt will appear in the terminal that started Qemu.
 
 Ethernet support is not working, yet.
-
-Tested with QEMU 2.12.0.
index 40021f0a17bcb6ec3792cc80072c4b356390f7a5..e6c9c2016e9e87f69bd41e32200e44213dbb84b0 100644 (file)
@@ -4,5 +4,3 @@ Run the emulation with:
 
 The login prompt will appear in the terminal that started Qemu. The
 graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0
index f1b722bdb87c01c98dd9d5bfed8bf71ab8ce353a..fb94a7837db26849cba0d60fe0075517c01976e8 100644 (file)
@@ -1,5 +1,3 @@
 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
-
-Tested with QEMU 3.1.0
index 32be8a9290270a5fb832fb0ef52cee8bb189f021..d34d64c336980ea0329fa8ae1702076bf956bb60 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 567ba7e6a7d9cbe7d3c068b35f983a1993c42f28..feb4b2d7d683371237c376654e59520b0a1b706a 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 74b7c32820f9b1bab382bd357cdfb9e840650509..61d51f7f4dd026b9bab4f68bfc3412707972387a 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index cf82edacc52f31c849f79115d1cee29efaf85f2a..cbd3c6ca2b912601ec4223bd1988475da4914f6c 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 00a38e9fc15fd2b7f2dacd2d6742467b729e496d..8ee72ea6cf83a8f5421bb61db44ff0e3be03fcdf 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal window.
-
-Tested with QEMU 2.12.0
index 98028a980f779581bb9df219d57172fb77ffa346..6a848270bda4e7e9c1a4fd52c92a393c5244d0f2 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 3.1
index 4b057845498fcab157cf6df9bc659c6327120802..81b5246e66dadff315da5e7545e78524447d5500 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 3.1
index f5364fdfec72d91bda9348544a482cfa57a8c29e..b0799e47a87163a4e6a1c9c55943353550929daf 100644 (file)
@@ -4,5 +4,3 @@ Run the emulation with:
 
 The login prompt will appear in the terminal that started Qemu.
 The graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0
index 8a3373481a7f32d74f6327c779d2144eeed35a82..9f3dd8b20b05b1f4c5e4b19c09972a2575909b1f 100644 (file)
@@ -4,5 +4,3 @@ Run the emulation with:
 
 The login prompt will appear in the terminal that started Qemu.
 The graphical window is the framebuffer.
-
-Tested with QEMU 2.12.0
index e317ccdae51eb7960574b17b5d8bcbd53e8d9112..d624b82d9f3364a2c2585e46518fea9a5699bb84 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 439ecbf312312d083e395af0429bff2a1a551a63..17d8cbdf9b35679a636b5a8380eb7027dad0b604 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0
index 951bf11a6884a9e83be143103092f004e6822e22..a1f232e2e457ded742f1238c0fe165c2e7af96ae 100644 (file)
@@ -5,5 +5,3 @@ Run the emulation with:
 Optionally add -smp N to emulate a SMP system with N CPUs.
 
 The login prompt will appear in the graphical window.
-
-Tested with QEMU 2.12.0
index 8b8efa7e8ce3cf273624705d72cfb54311e8bbd3..2b2ae3be20f2ec1f8e20d7a082bdbba5ce675eda 100644 (file)
@@ -5,5 +5,3 @@ Run the emulation with:
 Optionally add -smp N to emulate a SMP system with N CPUs.
 
 The login prompt will appear in the graphical window.
-
-Tested with QEMU 2.12.0
index 54355564d415c79e601d8e3aab2aeb4569abe1cc..6f0e2710c0cb9c424753214c5d8e912d3bf82584 100644 (file)
@@ -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
 
 The login prompt will appear in the terminal that started Qemu.
-
-Tested with QEMU 2.12.0