[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v41 17/21] target/avr: Add machine none test
From: |
Michael Rolnik |
Subject: |
[PATCH v41 17/21] target/avr: Add machine none test |
Date: |
Sat, 18 Jan 2020 21:14:12 +0200 |
Signed-off-by: Michael Rolnik <address@hidden>
Tested-by: Philippe Mathieu-Daudé <address@hidden>
Reviewed-by: Aleksandar Markovic <address@hidden>
---
tests/qtest/machine-none-test.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tests/qtest/machine-none-test.c b/tests/qtest/machine-none-test.c
index 5953d31755..3e5c74e73e 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" },
--
2.17.2 (Apple Git-113)
- [PATCH v41 07/21] target/avr: Add instruction translation - Bit and Bit-test Instructions, (continued)
- [PATCH v41 07/21] target/avr: Add instruction translation - Bit and Bit-test Instructions, Michael Rolnik, 2020/01/18
- [PATCH v41 08/21] target/avr: Add instruction translation - MCU Control Instructions, Michael Rolnik, 2020/01/18
- [PATCH v41 09/21] target/avr: Add instruction translation - CPU main translation function, Michael Rolnik, 2020/01/18
- [PATCH v41 10/21] target/avr: Add instruction disassembly function, Michael Rolnik, 2020/01/18
- [PATCH v41 11/21] hw/avr: Add limited support for USART peripheral, Michael Rolnik, 2020/01/18
- [PATCH v41 12/21] hw/avr: Add limited support for 16 bit timer peripheral, Michael Rolnik, 2020/01/18
- [PATCH v41 13/21] hw/avr: Add dummy mask device, Michael Rolnik, 2020/01/18
- [PATCH v41 14/21] hw/avr: Add example board configuration, Michael Rolnik, 2020/01/18
- [PATCH v41 15/21] target/avr: Add section about AVR into QEMU documentation, Michael Rolnik, 2020/01/18
- [PATCH v41 16/21] target/avr: Register AVR support with the rest of QEMU, Michael Rolnik, 2020/01/18
- [PATCH v41 17/21] target/avr: Add machine none test,
Michael Rolnik <=
- [PATCH v41 19/21] target/avr: Add boot serial test, Michael Rolnik, 2020/01/18
- [PATCH v41 18/21] target/avr: Update build system, Michael Rolnik, 2020/01/18
- [PATCH v41 20/21] target/avr: Add Avocado test, Michael Rolnik, 2020/01/18
- [PATCH v41 21/21] target/avr: Update MAINTAINERS file, Michael Rolnik, 2020/01/18
- Re: [PATCH v41 00/21] QEMU AVR 8 bit cores, Philippe Mathieu-Daudé, 2020/01/20