Use a Linux-style MAINTAINERS file
[qemu.git] / MAINTAINERS
blob59effc714382fd6642e1684f9b4c3daa471b3665
1 QEMU Maintainers
2 ================
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
28                         should be using that.
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:
38            F:   net/
39            X:   net/ipv6/
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:
43            K: of_get_profile
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 ----------------------
58 Alpha
59 M: qemu-devel@nongnu.org
60 S: Orphan
61 F: target-alpha/
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 S: Maintained
66 F: target-arm/
68 CRIS
69 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
70 S: Maintained
71 F: target-cris/
73 M68K
74 M: Paul Brook <paul@codesourcery.com>
75 S: Maintained
76 F: target-m68k/
78 MicroBlaze
79 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
80 S: Maintained
81 F: target-microblaze/
83 MIPS
84 M: qemu-devel@nongnu.org
85 S: Orphan
86 F: target-mips/
88 PowerPC
89 M: Alexander Graf <agraf@suse.de>
90 S: Maintained
91 F: target-ppc/
93 S390
94 M: Alexander Graf <agraf@suse.de>
95 S: Maintained
96 F: target-s390x/
98 SH4
99 M: qemu-devel@nongnu.org
100 S: Orphan
101 F: target-sh4/
103 SPARC
104 M: Blue Swirl <blauwirbel@gmail.com>
105 S: Maintained
106 F: target-sparc/
109 M: qemu-devel@nongnu.org
110 S: Odd Fixes
111 F: target-i386/
113 Guest CPU Cores (KVM):
114 ----------------------
116 Overall
117 M: Avi Kivity <avi@redhat.com>
118 M: Marcelo Tosatti <mtosatti@redhat.com>
119 L: kvm@vger.kernel.org
120 S: Supported
121 F: kvm-*
122 F: */kvm.*
125 M: Alexander Graf <agraf@suse.de>
126 S: Maintained
127 F: target-ppc/kvm.c
129 S390
130 M: Alexander Graf <agraf@suse.de>
131 S: Maintained
132 F: target-s390x/kvm.c
135 M: Avi Kivity <avi@redhat.com>
136 M: Marcelo Tosatti <mtosatti@redhat.com>
137 L: kvm@vger.kernel.org
138 S: Supported
139 F: target-i386/kvm.c
141 ARM Machines
142 ------------
143 Gumstix
144 M: qemu-devel@nongnu.org
145 S: Orphan
146 F: hw/gumstix.c
148 Integrator CP
149 M: Paul Brook <paul@codesourcery.com>
150 S: Maintained
151 F: hw/integratorcp.c
153 Mainstone
154 M: qemu-devel@nongnu.org
155 S: Orphan
156 F: hw/mainstone.c
158 Musicpal
159 M: Jan Kiszka <jan.kiszka@web.de>
160 S: Maintained
161 F: hw/musicpal.c
163 nSeries
164 M: Andrzej Zaborowski <balrogg@gmail.com>
165 S: Maintained
166 F: hw/nseries.c
168 Palm
169 M: Andrzej Zaborowski <balrogg@gmail.com>
170 S: Maintained
171 F: hw/palm.c
173 Real View
174 M: Paul Brook <paul@codesourcery.com>
175 S: Maintained
176 F: hw/realview*
178 Spitz
179 M: Andrzej Zaborowski <balrogg@gmail.com>
180 S: Maintained
181 F: hw/spitz.c
183 Stellaris
184 M: Paul Brook <paul@codesourcery.com>
185 S: Maintained
186 F: hw/stellaris.c
188 Versatile PB
189 M: Paul Brook <paul@codesourcery.com>
190 S: Maintained
191 F: hw/versatilepb.c
193 CRIS Machines
194 -------------
195 Axis Dev88
196 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
197 S: Maintained
198 F: hw/axis_dev88.c
200 etraxfs
201 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
202 S: Maintained
203 F: hw/etraxfs.c
205 M86K Machines
206 -------------
207 an5206
208 M: Paul Brook <paul@codesourcery.com>
209 S: Maintained
210 F: hw/an5206.c
212 dummy_m68k
213 M: Paul Brook <paul@codesourcery.com>
214 S: Maintained
215 F: hw/dummy_m68k.c
217 mcf5208
218 M: Paul Brook <paul@codesourcery.com>
219 S: Maintained
220 F: hw/mcf5208.c
222 MicroBlaze Machines
223 -------------------
224 petalogix_s3adsp1800
225 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
226 S: Maintained
227 F: hw/petalogix_s3adsp1800.c
229 MIPS Machines
230 -------------
231 Jazz
232 M: HervĂ© Poussineau <hpoussin@reactos.org>
233 S: Maintained
234 F: hw/mips_jazz.c
236 Malta
237 M: Aurelien Jarno <aurelien@aurel32.net>
238 S: Maintained
239 F: hw/mips_malta.c
241 Mipssim
242 M: qemu-devel@nongnu.org
243 S: Orphan
244 F: hw/mips_mipssim.c
246 R4000
247 M: Aurelien Jarno <aurelien@aurel32.net>
248 S: Maintained
249 F: hw/mips_r4k.c
251 PowerPC Machines
252 ----------------
254 M: Alexander Graf <agraf@suse.de>
255 S: Maintained
256 F: hw/ppc405_boards.c
258 New World
259 M: Alexander Graf <agraf@suse.de>
260 S: Maintained
261 F: hw/ppc_newworld.c
263 Old World
264 M: Alexander Graf <agraf@suse.de>
265 S: Maintained
266 F: hw/ppc_oldworld.c
268 Prep
269 M: qemu-devel@nongnu.org
270 S: Orphan
271 F: hw/ppc_prep.c
273 SH4 Machines
274 ------------
276 M: Magnus Damm <magnus.damm@gmail.com>
277 S: Maintained
278 F: hw/r2d.c
280 Shix
281 M: Magnus Damm <magnus.damm@gmail.com>
282 S: Oprhan
283 F: hw/shix.c
285 SPARC Machines
286 --------------
287 Sun4m
288 M: Blue Swirl <blauwirbel@gmail.com>
289 S: Maintained
290 F: hw/sun4m.c
292 Sun4u
293 M: Blue Swirl <blauwirbel@gmail.com>
294 S: Maintained
295 F: hw/sun4u.c
297 S390 Machines
298 -------------
299 S390 Virtio
300 M: Alexander Graf <agraf@suse.de>
301 S: Maintained
302 F: hw/s390-*.c
304 X86 Machines
305 ------------
307 M: Anthony Liguori <aliguori@us.ibm.com>
308 S: Supported
309 F: hw/pc.[ch] hw/pc_piix.c
311 Devices
312 -------
314 M: Kevin Wolf <kwolf@redhat.com>
315 S: Odd Fixes
316 F: hw/ide/
319 M: Michael S. Tsirkin <mst@redhat.com>
320 S: Supported
321 F: hw/pci*
322 F: hw/piix*
324 SCSI
325 M: Paul Brook <paul@codesourcery.com>
326 M: Kevin Wolf <kwolf@redhat.com>
327 S: Odd Fixes
328 F: hw/lsi53c895a.c
329 F: hw/scsi*
332 M: qemu-devel@nongnu.org
333 S: Odd Fixes
334 F: hw/usb*
336 vhost
337 M: Michael S. Tsirkin <mst@redhat.com>
338 S: Supported
339 F: hw/vhost*
341 virtio
342 M: Anthony Liguori <aliguori@us.ibm.com>
343 S: Supported
344 F: hw/virtio*
346 virtio-9p
347 M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
348 S: Supported
349 F: hw/virtio-9p*
351 virtio-blk
352 M: Kevin Wolf <kwolf@redhat.com>
353 S: Supported
354 F: hw/virtio-blk*
356 virtio-serial
357 M: Amit Shah <amit.shah@redhat.com>
358 S: Supported
359 F: hw/virtio-serial*
360 F: hw/virtio-console*
362 Subsystems
363 ----------
364 Audio
365 M: Vassili Karpov (malc) <av1474@comtv.ru>
366 S: Maintained
367 F: audio/
369 Block
370 M: Kevin Wolf <kwolf@redhat.com>
371 S: Supported
372 F: block*
373 F: block/
375 Character Devices
376 M: Anthony Liguori <aliguori@us.ibm.com>
377 S: Maintained
378 F: qemu-char.c
380 GDB stub
381 M: qemu-devel@nongnu.org
382 S: Odd Fixes
383 F: gdbstub*
384 F: gdb-xml/
386 Graphics
387 M: Anthony Liguori <aliguori@us.ibm.com>
388 S: Maintained
389 F: ui/
391 Main loop
392 M: Anthony Liguori <aliguori@us.ibm.com>
393 S: Supported
394 F: vl.c
396 Monitor (QMP/HMP)
397 M: Luiz Capitulino <lcapitulino@redhat.com>
398 M: Markus Armbruster <armbru@redhat.com>
399 S: Supported
400 F: monitor.c
402 Network device layer
403 M: Anthony Liguori <aliguori@us.ibm.com>
404 M: Mark McLoughlin <markmc@redhat.com>
405 S: Maintained
406 F: net/
408 SLIRP
409 M: qemu-devel@nongnu.org
410 S: Orphan
411 F: slirp/
413 Usermode Emulation
414 ------------------
415 BSD user
416 M: Blue Swirl <blauwirbel@gmail.com>
417 S: Maintained
418 F: bsd-user/
420 Darwin user
421 M: qemu-devel@nongnu.org
422 S: Orphan
423 F: darwin-user/
425 Linux user
426 M: Riku Voipio <riku.voipio@iki.fi>
427 S: Maintained
428 F: linux-user/