From: Andreas Färber Date: Sun, 9 Dec 2012 19:15:31 +0000 (+0100) Subject: MAINTAINERS: Include X86CPU in CPU maintenance area X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=62e0c095450f6a7eb37914991f3f7966aa4da7a1;p=qemu.git MAINTAINERS: Include X86CPU in CPU maintenance area Document that the x86 CPU refactorings are going through the qom-cpu tree. This does not contradict the established practice that patches adding KVM features to the x86 CPU go through the KVM maintainers, it merely takes it out of target-i386 TCG's Odd Fixes status. Signed-off-by: Andreas Färber Cc: Marcello Tosatti --- diff --git a/MAINTAINERS b/MAINTAINERS index 2ede20d60b..61d5a4b009 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -599,6 +599,7 @@ M: Andreas Färber S: Supported F: qom/cpu.c F: include/qemu/cpu.h +F: target-i386/cpu.c Device Tree M: Peter Crosthwaite