From: Andreas Färber Date: Sun, 9 Dec 2012 19:15:31 +0000 (+0100) Subject: MAINTAINERS: Include X86CPU in CPU maintenance area X-Git-Tag: v1.4.0-rc0~266^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=62e0c095450f6a7eb37914991f3f7966aa4da7a1;p=thirdparty%2Fqemu.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 2ede20d60b0..61d5a4b009a 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