diff options
author | Andreas Färber | 2014-04-24 15:00:14 +0200 |
---|---|---|
committer | Andreas Färber | 2014-05-05 20:58:33 +0200 |
commit | 4688c94c1f59b8df45079391e26569d0615ab7af (patch) | |
tree | dc8d21fb2c1f3a2e81a766477f41a9453e3aa4c2 /MAINTAINERS | |
parent | arm: Clean up fragile use of error_is_set() in realize() methods (diff) | |
download | qemu-4688c94c1f59b8df45079391e26569d0615ab7af.tar.gz qemu-4688c94c1f59b8df45079391e26569d0615ab7af.tar.xz qemu-4688c94c1f59b8df45079391e26569d0615ab7af.zip |
MAINTAINERS: Document QOM
Invented by Anthony. Maintained through my qom-next tree lately.
Cc: Anthony Liguori <aliguori@amazon.com>
Acked-by: Paolo Bonzini <pbonzini@redhat.com>
Acked-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 11 |
1 files changed, 11 insertions, 0 deletions
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 <aliguori@amazon.com> +M: Andreas Färber <afaerber@suse.de> +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 <lcapitulino@redhat.com> S: Maintained |