From: Andreas Färber Date: Thu, 24 Apr 2014 13:00:14 +0000 (+0200) Subject: MAINTAINERS: Document QOM X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4688c94c1f59b8df45079391e26569d0615ab7af;p=qemu.git MAINTAINERS: Document QOM Invented by Anthony. Maintained through my qom-next tree lately. Cc: Anthony Liguori Acked-by: Paolo Bonzini Acked-by: Peter Maydell Signed-off-by: Andreas Färber --- diff --git a/MAINTAINERS b/MAINTAINERS index b287ef8939..c43643cd9b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -780,6 +780,17 @@ S: Supported F: qapi-schema.json T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp +QOM +M: Anthony Liguori +M: Andreas Färber +S: Supported +T: git git://github.com/afaerber/qemu-cpu.git qom-next +F: include/qom/ +X: include/qom/cpu.h +F: qom/ +X: qom/cpu.c +F: tests/qom-test.c + QMP M: Luiz Capitulino S: Maintained