[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 01/18] MAINTAINERS: Move machine test to the machine section (
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v4 01/18] MAINTAINERS: Move machine test to the machine section (not ARCH one) |
Date: |
Mon, 20 Jan 2020 23:00:50 +0100 |
Signed-off-by: Philippe Mathieu-Daudé <address@hidden>
---
!squash
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index c70d77b1ae..3fbac64b31 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -168,7 +168,6 @@ M: Michael Rolnik <address@hidden>
R: Sarah Harris <address@hidden>
S: Maintained
F: target/avr/
-F: tests/acceptance/machine_avr6.py
F: default-configs/avr-softmmu.mak
F: gdb-xml/avr-cpu.xml
@@ -501,6 +500,7 @@ F: hw/timer/avr_timer16.c
F: include/hw/timer/avr_timer16.h
F: hw/misc/avr_mask.c
F: include/hw/misc/avr_mask.h
+F: tests/acceptance/machine_avr6.py
ARM PrimeCell and CMSDK devices
M: Peter Maydell <address@hidden>
--
2.21.1
- [PATCH v4 00/18] hw/avr: Introduce few Arduino boards, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 01/18] MAINTAINERS: Move machine test to the machine section (not ARCH one),
Philippe Mathieu-Daudé <=
- [PATCH v4 02/18] MAINTAINERS: Move the AVR machines in new section (not within ARM), Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 03/18] tests/acceptance: Do not set the machine type manually, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 04/18] tests/acceptance: Keep multilines comment consistent with other tests, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 05/18] hw/char/avr: Reduce USART I/O size, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 07/18] hw/misc/avr_mask: Remove unused include, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 06/18] hw/timer/avr_timer16: Rename memory region debugging name, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 08/18] hw/avr/Makefile: Use CONFIG_AVR_SAMPLE variable, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 09/18] hw/char: Rename avr_usart -> atmel_usart, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 10/18] hw/timer: Rename avr_timer16 -> atmel_timer16, Philippe Mathieu-Daudé, 2020/01/20
- [PATCH v4 11/18] hw/misc: Rename avr_mask -> atmel_power, Philippe Mathieu-Daudé, 2020/01/20