diff options
author | 2013-07-29 16:21:51 -0300 | |
---|---|---|
committer | 2013-07-30 23:28:33 +0200 | |
commit | 309290e1fa299355fbfc0265aed7536b028a6c5a (patch) | |
tree | a6c83168e309919d469b7b309dd171396b9160e0 /board | |
parent | 365f06fb50a9cdb93d9092b490dc2de3ae9af0d7 (diff) | |
download | buildroot-309290e1fa299355fbfc0265aed7536b028a6c5a.tar.gz buildroot-309290e1fa299355fbfc0265aed7536b028a6c5a.tar.bz2 |
configs/qemu: bump relevant config versions
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'board')
-rw-r--r-- | board/qemu/arm-nuri/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/arm-versatile/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/arm-vexpress/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/microblazebe-mmu/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/microblazeel-mmu/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/mips-malta/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/mips64-malta/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/mipsel-malta/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/powerpc-g3beige/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/powerpc-mpc8544ds/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/powerpc-virtex-ml507/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/sh4-r2d/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/sparc-ss10/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/x86/readme.txt | 2 | ||||
-rw-r--r-- | board/qemu/x86_64/readme.txt | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/board/qemu/arm-nuri/readme.txt b/board/qemu/arm-nuri/readme.txt index 6d7685164f..0c64492dab 100644 --- a/board/qemu/arm-nuri/readme.txt +++ b/board/qemu/arm-nuri/readme.txt @@ -7,4 +7,4 @@ graphical window is the framebuffer. Startup time is slow because of the SMP CPU emulation so be patient. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/arm-versatile/readme.txt b/board/qemu/arm-versatile/readme.txt index 31972fa7f3..e734d5602b 100644 --- a/board/qemu/arm-versatile/readme.txt +++ b/board/qemu/arm-versatile/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/arm-vexpress/readme.txt b/board/qemu/arm-vexpress/readme.txt index 82898e12b8..bde90ef4e8 100644 --- a/board/qemu/arm-vexpress/readme.txt +++ b/board/qemu/arm-vexpress/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/microblazebe-mmu/readme.txt b/board/qemu/microblazebe-mmu/readme.txt index 20f1b70101..7d172d1870 100644 --- a/board/qemu/microblazebe-mmu/readme.txt +++ b/board/qemu/microblazebe-mmu/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/microblazeel-mmu/readme.txt b/board/qemu/microblazeel-mmu/readme.txt index c8532452b1..9728a45ddf 100644 --- a/board/qemu/microblazeel-mmu/readme.txt +++ b/board/qemu/microblazeel-mmu/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/mips-malta/readme.txt b/board/qemu/mips-malta/readme.txt index a7709a8f78..ccdcc841e0 100644 --- a/board/qemu/mips-malta/readme.txt +++ b/board/qemu/mips-malta/readme.txt @@ -6,4 +6,4 @@ 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 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/mips64-malta/readme.txt b/board/qemu/mips64-malta/readme.txt index 923ead53dc..73617227a3 100644 --- a/board/qemu/mips64-malta/readme.txt +++ b/board/qemu/mips64-malta/readme.txt @@ -8,4 +8,4 @@ enabled. This configuration is known to be flaky. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/mipsel-malta/readme.txt b/board/qemu/mipsel-malta/readme.txt index fd2c1a4b8a..52d424d01b 100644 --- a/board/qemu/mipsel-malta/readme.txt +++ b/board/qemu/mipsel-malta/readme.txt @@ -6,4 +6,4 @@ 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 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/powerpc-g3beige/readme.txt b/board/qemu/powerpc-g3beige/readme.txt index ae7b5e3956..b5c73a4d0e 100644 --- a/board/qemu/powerpc-g3beige/readme.txt +++ b/board/qemu/powerpc-g3beige/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/powerpc-mpc8544ds/readme.txt b/board/qemu/powerpc-mpc8544ds/readme.txt index 3ee7bc5ce5..dfe1ac2591 100644 --- a/board/qemu/powerpc-mpc8544ds/readme.txt +++ b/board/qemu/powerpc-mpc8544ds/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/powerpc-virtex-ml507/readme.txt b/board/qemu/powerpc-virtex-ml507/readme.txt index cbee8ae411..f4bc5d5519 100644 --- a/board/qemu/powerpc-virtex-ml507/readme.txt +++ b/board/qemu/powerpc-virtex-ml507/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/sh4-r2d/readme.txt b/board/qemu/sh4-r2d/readme.txt index 4a95d042c6..34f4857e11 100644 --- a/board/qemu/sh4-r2d/readme.txt +++ b/board/qemu/sh4-r2d/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/sparc-ss10/readme.txt b/board/qemu/sparc-ss10/readme.txt index b177c44595..8f4b5bec76 100644 --- a/board/qemu/sparc-ss10/readme.txt +++ b/board/qemu/sparc-ss10/readme.txt @@ -5,4 +5,4 @@ Run the emulation with: The login prompt will appear in the terminal that started Qemu. The graphical window is the framebuffer. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/x86/readme.txt b/board/qemu/x86/readme.txt index b228b412bb..7bc3a1c317 100644 --- a/board/qemu/x86/readme.txt +++ b/board/qemu/x86/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the graphical window. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 diff --git a/board/qemu/x86_64/readme.txt b/board/qemu/x86_64/readme.txt index f5a3a127b8..b6f4659a6c 100644 --- a/board/qemu/x86_64/readme.txt +++ b/board/qemu/x86_64/readme.txt @@ -4,4 +4,4 @@ Run the emulation with: The login prompt will appear in the graphical window. -Tested with QEMU 1.4.2 +Tested with QEMU 1.5.2 |