diff mbox

[qom-cpu] MAINTAINERS: Add entry for QOM CPU

Message ID 1347902143-10073-1-git-send-email-afaerber@suse.de
State New
Headers show

Commit Message

Andreas Färber Sept. 17, 2012, 5:15 p.m. UTC
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
 I keep bugging other maintainers about documenting their files in MAINTAINERS,
 yet the CPU files I added were not... I'm queuing this for the next CPU pull.
 We'll have to update it if we split or rearrange this files for linux-user.
 
 MAINTAINERS |    6 ++++++
 1 Datei geändert, 6 Zeilen hinzugefügt(+)
diff mbox

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 61f8b45..25733fc 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -531,6 +531,12 @@  M: Anthony Liguori <aliguori@us.ibm.com>
 S: Maintained
 F: qemu-char.c
 
+CPU
+M: Andreas Färber <afaerber@suse.de>
+S: Supported
+F: qom/cpu.c
+F: include/qemu/cpu.h
+
 Device Tree
 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
 M: Alexander Graf <agraf@suse.de>