diff options
author | Paolo Bonzini | 2014-10-21 15:12:57 +0200 |
---|---|---|
committer | Paolo Bonzini | 2014-10-23 16:41:26 +0200 |
commit | da26f37a3eca3c88e0b24a21810321fcfb4ec01f (patch) | |
tree | cee4f94d2f78eeb42cb32383cc1701a484137de0 /MAINTAINERS | |
parent | target-i386: warns users when CPU threads>1 for non-Intel CPUs (diff) | |
download | qemu-da26f37a3eca3c88e0b24a21810321fcfb4ec01f.tar.gz qemu-da26f37a3eca3c88e0b24a21810321fcfb4ec01f.tar.xz qemu-da26f37a3eca3c88e0b24a21810321fcfb4ec01f.zip |
MAINTAINERS: grab more files from Anthony's pile
I am picking up character devices and the main loop, as agreed during
QEMU Summit.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8eed800a37..4045561375 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -720,8 +720,12 @@ T: git git://github.com/stefanha/qemu.git block Character Devices M: Anthony Liguori <aliguori@amazon.com> +M: Paolo Bonzini <pbonzini@redhat.com> S: Maintained F: qemu-char.c +F: backends/baum.c +F: backends/msmouse.c +F: backends/testdev.c CPU M: Andreas Färber <afaerber@suse.de> @@ -780,7 +784,11 @@ F: ui/cocoa.m Main loop M: Anthony Liguori <aliguori@amazon.com> -S: Supported +M: Paolo Bonzini <pbonzini@redhat.com> +S: Maintained +F: cpus.c +F: main-loop.c +F: qemu-timer.c F: vl.c Human Monitor (HMP) |