4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
56 Guest CPU cores (TCG):
57 ----------------------
59 M: Richard Henderson <rth@twiddle.net>
64 M: Paul Brook <paul@codesourcery.com>
65 M: Peter Maydell <peter.maydell@linaro.org>
70 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
75 M: Michael Walle <michael@walle.cc>
80 M: Paul Brook <paul@codesourcery.com>
85 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 M: Aurelien Jarno <aurelien@aurel32.net>
95 M: Alexander Graf <agraf@suse.de>
96 L: qemu-ppc@nongnu.org
101 M: Alexander Graf <agraf@suse.de>
106 M: Aurelien Jarno <aurelien@aurel32.net>
111 M: Blue Swirl <blauwirbel@gmail.com>
116 M: qemu-devel@nongnu.org
121 M: Max Filippov <jcmvbkbc@gmail.com>
122 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
126 Guest CPU Cores (KVM):
127 ----------------------
130 M: Avi Kivity <avi@redhat.com>
131 M: Marcelo Tosatti <mtosatti@redhat.com>
132 L: kvm@vger.kernel.org
138 M: Alexander Graf <agraf@suse.de>
143 M: Alexander Graf <agraf@suse.de>
145 F: target-s390x/kvm.c
148 M: Avi Kivity <avi@redhat.com>
149 M: Marcelo Tosatti <mtosatti@redhat.com>
150 L: kvm@vger.kernel.org
154 Guest CPU Cores (Xen):
155 ----------------------
158 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
159 L: xen-devel@lists.xensource.com
168 L: qemu-devel@nongnu.org
174 L: qemu-devel@nongnu.org
179 L: qemu-devel@nongnu.org
180 M: Stefan Weil <sw@weilnetz.de>
187 M: Evgeny Voevodin <e.voevodin@samsung.com>
188 M: Maksim Kozlov <m.kozlov@samsung.com>
189 M: Igor Mitsyanko <i.mitsyanko@samsung.com>
190 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
195 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
201 M: qemu-devel@nongnu.org
206 M: Paul Brook <paul@codesourcery.com>
207 M: Peter Maydell <peter.maydell@linaro.org>
212 M: qemu-devel@nongnu.org
217 M: Jan Kiszka <jan.kiszka@web.de>
222 M: Andrzej Zaborowski <balrogg@gmail.com>
227 M: Andrzej Zaborowski <balrogg@gmail.com>
232 M: Paul Brook <paul@codesourcery.com>
233 M: Peter Maydell <peter.maydell@linaro.org>
238 M: Andrzej Zaborowski <balrogg@gmail.com>
243 M: Paul Brook <paul@codesourcery.com>
244 M: Peter Maydell <peter.maydell@linaro.org>
249 M: Paul Brook <paul@codesourcery.com>
250 M: Peter Maydell <peter.maydell@linaro.org>
257 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
262 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
268 EVR32 and uclinux BSP
269 M: Michael Walle <michael@walle.cc>
274 M: Michael Walle <michael@walle.cc>
281 M: Paul Brook <paul@codesourcery.com>
286 M: Paul Brook <paul@codesourcery.com>
291 M: Paul Brook <paul@codesourcery.com>
298 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
300 F: hw/petalogix_s3adsp1800.c
305 M: Hervé Poussineau <hpoussin@reactos.org>
310 M: Aurelien Jarno <aurelien@aurel32.net>
315 M: qemu-devel@nongnu.org
320 M: Aurelien Jarno <aurelien@aurel32.net>
327 M: Alexander Graf <agraf@suse.de>
328 L: qemu-ppc@nongnu.org
330 F: hw/ppc405_boards.c
333 M: Alexander Graf <agraf@suse.de>
334 L: qemu-ppc@nongnu.org
341 M: Alexander Graf <agraf@suse.de>
342 L: qemu-ppc@nongnu.org
348 M: Andreas Färber <andreas.faerber@web.de>
349 L: qemu-ppc@nongnu.org
357 M: Magnus Damm <magnus.damm@gmail.com>
362 M: Magnus Damm <magnus.damm@gmail.com>
369 M: Blue Swirl <blauwirbel@gmail.com>
374 M: Blue Swirl <blauwirbel@gmail.com>
381 M: Alexander Graf <agraf@suse.de>
388 M: Anthony Liguori <aliguori@us.ibm.com>
390 F: hw/pc.[ch] hw/pc_piix.c
395 M: Max Filippov <jcmvbkbc@gmail.com>
400 M: Max Filippov <jcmvbkbc@gmail.com>
407 M: Kevin Wolf <kwolf@redhat.com>
412 M: Peter Maydell <peter.maydell@linaro.org>
417 M: Michael S. Tsirkin <mst@redhat.com>
423 M: Paolo Bonzini <pbonzini@redhat.com>
427 T: git://github.com/bonzini/qemu.git scsi-next
430 M: Paul Brook <paul@codesourcery.com>
435 M: Gerd Hoffmann <kraxel@redhat.com>
440 M: Michael S. Tsirkin <mst@redhat.com>
445 M: Anthony Liguori <aliguori@us.ibm.com>
450 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
453 T: https://github.com/kvaneesh/QEMU
457 M: Kevin Wolf <kwolf@redhat.com>
462 M: Amit Shah <amit.shah@redhat.com>
465 F: hw/virtio-console*
470 M: Vassili Karpov (malc) <av1474@comtv.ru>
475 M: Kevin Wolf <kwolf@redhat.com>
481 M: Anthony Liguori <aliguori@us.ibm.com>
486 M: qemu-devel@nongnu.org
492 M: Gerd Hoffmann <kraxel@redhat.com>
496 F: audio/spiceaudio.c
500 M: Anthony Liguori <aliguori@us.ibm.com>
505 M: Andreas Färber <andreas.faerber@web.de>
510 M: Anthony Liguori <aliguori@us.ibm.com>
515 M: Luiz Capitulino <lcapitulino@redhat.com>
516 M: Markus Armbruster <armbru@redhat.com>
521 M: Anthony Liguori <aliguori@us.ibm.com>
522 M: Mark McLoughlin <markmc@redhat.com>
526 Network Block Device (NBD)
527 M: Paolo Bonzini <pbonzini@redhat.com>
532 T: git://github.com/bonzini/qemu.git nbd-next
535 M: Jan Kiszka <jan.kiszka@siemens.com>
538 T: git://git.kiszka.org/qemu.git queues/slirp
541 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
544 T: git://github.com/stefanha/qemu.git tracing
547 M: Blue Swirl <blauwirbel@gmail.com>
549 F: scripts/checkpatch.pl
554 M: Blue Swirl <blauwirbel@gmail.com>
559 M: qemu-devel@nongnu.org
564 M: Riku Voipio <riku.voipio@iki.fi>
568 Tiny Code Generator (TCG)
569 -------------------------
571 M: qemu-devel@nongnu.org
576 M: Andrzej Zaborowski <balrogg@gmail.com>
581 M: Richard Henderson <rth@twiddle.net>
586 M: qemu-devel@nongnu.org
591 M: Aurelien Jarno <aurelien@aurel32.net>
596 M: Aurelien Jarno <aurelien@aurel32.net>
601 M: Vassili Karpov (malc) <av1474@comtv.ru>
606 M: Vassili Karpov (malc) <av1474@comtv.ru>
611 M: Alexander Graf <agraf@suse.de>
612 M: Richard Henderson <rth@twiddle.net>
617 M: Blue Swirl <blauwirbel@gmail.com>
622 M: Stefan Weil <sw@weilnetz.de>