From: Paolo Bonzini Date: Tue, 22 Sep 2015 09:56:47 +0000 (+0200) Subject: MAINTAINERS: add more devices to the PC section X-Git-Tag: v2.5.0-rc0~103^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9cc3b73cd8a88e16756f5d14fa87e156a4ce1e8d;p=thirdparty%2Fqemu.git MAINTAINERS: add more devices to the PC section For chipset devices, I can co-maintain it with Michael. Cc: Michael S. Tsirkin Signed-off-by: Paolo Bonzini Reviewed-by: Michael S. Tsirkin Signed-off-by: Michael S. Tsirkin --- diff --git a/MAINTAINERS b/MAINTAINERS index 71c652be98e..583d4af59b0 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -601,6 +601,25 @@ F: hw/acpi/piix4.c F: hw/acpi/ich9.c F: include/hw/acpi/ich9.h F: include/hw/acpi/piix.h +F: hw/misc/sga.c + +PC Chipset +M: Michael S. Tsirkin +M: Paolo Bonzini +S: Support +F: hw/char/debugcon.c +F: hw/char/parallel.c +F: hw/char/serial* +F: hw/dma/i8257* +F: hw/i2c/pm_smbus.c +F: hw/intc/apic* +F: hw/intc/ioapic* +F: hw/intc/i8259* +F: hw/misc/debugexit.c +F: hw/misc/pc-testdev.c +F: hw/timer/hpet* +F: hw/timer/i8254* +F: hw/timer/mc146818rtc* Xtensa Machines