diff options
author | Michael Rolnik | 2020-01-24 01:51:22 +0100 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-07-11 11:02:05 +0200 |
commit | 754cea8c4e5e1dea6465fa7a13077ecbf0e03f08 (patch) | |
tree | 832f5f98bab959677d767663df76e9fef0d50b13 /tests | |
parent | target/avr: Register AVR support with the rest of QEMU (diff) | |
download | qemu-754cea8c4e5e1dea6465fa7a13077ecbf0e03f08.tar.gz qemu-754cea8c4e5e1dea6465fa7a13077ecbf0e03f08.tar.xz qemu-754cea8c4e5e1dea6465fa7a13077ecbf0e03f08.zip |
tests/machine-none: Add AVR support
Add a single code line that will automatically provide
'machine none' test.
Signed-off-by: Michael Rolnik <mrolnik@gmail.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Thomas Huth <huth@tuxfamily.org>
Message-Id: <20200705140315.260514-28-huth@tuxfamily.org>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qtest/machine-none-test.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c index 8b7abea8af..57107f1aec 100644 --- a/tests/qtest/machine-none-test.c +++ b/tests/qtest/machine-none-test.c @@ -27,6 +27,7 @@ static struct arch2cpu cpus_map[] = { /* tested targets list */ { "arm", "cortex-a15" }, { "aarch64", "cortex-a57" }, + { "avr", "avr6-avr-cpu" }, { "x86_64", "qemu64,apic-id=0" }, { "i386", "qemu32,apic-id=0" }, { "alpha", "ev67" }, |