./configure: request pkg-config to provide private libs when static linking
[qemu/ar7.git] / MAINTAINERS
blob73c0a1000667ed73d3323553a754b27e4fe0c135
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: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 M: Peter Maydell <peter.maydell@linaro.org>
66 S: Maintained
67 F: target-arm/
69 CRIS
70 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71 S: Maintained
72 F: target-cris/
74 LM32
75 M: Michael Walle <michael@walle.cc>
76 S: Maintained
77 F: target-lm32/
79 M68K
80 M: Paul Brook <paul@codesourcery.com>
81 S: Maintained
82 F: target-m68k/
84 MicroBlaze
85 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86 S: Maintained
87 F: target-microblaze/
89 MIPS
90 M: Aurelien Jarno <aurelien@aurel32.net>
91 S: Maintained
92 F: target-mips/
94 PowerPC
95 M: Alexander Graf <agraf@suse.de>
96 L: qemu-ppc@nongnu.org
97 S: Maintained
98 F: target-ppc/
100 S390
101 M: Alexander Graf <agraf@suse.de>
102 S: Maintained
103 F: target-s390x/
106 M: Aurelien Jarno <aurelien@aurel32.net>
107 S: Maintained
108 F: target-sh4/
110 SPARC
111 M: Blue Swirl <blauwirbel@gmail.com>
112 S: Maintained
113 F: target-sparc/
116 M: qemu-devel@nongnu.org
117 S: Odd Fixes
118 F: target-i386/
120 Xtensa
121 M: Max Filippov <jcmvbkbc@gmail.com>
122 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
123 S: Maintained
124 F: target-xtensa/
126 Guest CPU Cores (KVM):
127 ----------------------
129 Overall
130 M: Avi Kivity <avi@redhat.com>
131 M: Marcelo Tosatti <mtosatti@redhat.com>
132 L: kvm@vger.kernel.org
133 S: Supported
134 F: kvm-*
135 F: */kvm.*
138 M: Alexander Graf <agraf@suse.de>
139 S: Maintained
140 F: target-ppc/kvm.c
142 S390
143 M: Alexander Graf <agraf@suse.de>
144 S: Maintained
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
151 S: Supported
152 F: target-i386/kvm.c
154 Guest CPU Cores (Xen):
155 ----------------------
158 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
159 L: xen-devel@lists.xensource.com
160 S: Supported
161 F: xen-*
162 F: */xen*
164 ARM Machines
165 ------------
166 Gumstix
167 M: qemu-devel@nongnu.org
168 S: Orphan
169 F: hw/gumstix.c
171 Integrator CP
172 M: Paul Brook <paul@codesourcery.com>
173 M: Peter Maydell <peter.maydell@linaro.org>
174 S: Maintained
175 F: hw/integratorcp.c
177 Mainstone
178 M: qemu-devel@nongnu.org
179 S: Orphan
180 F: hw/mainstone.c
182 Musicpal
183 M: Jan Kiszka <jan.kiszka@web.de>
184 S: Maintained
185 F: hw/musicpal.c
187 nSeries
188 M: Andrzej Zaborowski <balrogg@gmail.com>
189 S: Maintained
190 F: hw/nseries.c
192 Palm
193 M: Andrzej Zaborowski <balrogg@gmail.com>
194 S: Maintained
195 F: hw/palm.c
197 Real View
198 M: Paul Brook <paul@codesourcery.com>
199 M: Peter Maydell <peter.maydell@linaro.org>
200 S: Maintained
201 F: hw/realview*
203 Spitz
204 M: Andrzej Zaborowski <balrogg@gmail.com>
205 S: Maintained
206 F: hw/spitz.c
208 Stellaris
209 M: Paul Brook <paul@codesourcery.com>
210 M: Peter Maydell <peter.maydell@linaro.org>
211 S: Maintained
212 F: hw/stellaris.c
214 Versatile PB
215 M: Paul Brook <paul@codesourcery.com>
216 M: Peter Maydell <peter.maydell@linaro.org>
217 S: Maintained
218 F: hw/versatilepb.c
220 CRIS Machines
221 -------------
222 Axis Dev88
223 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
224 S: Maintained
225 F: hw/axis_dev88.c
227 etraxfs
228 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
229 S: Maintained
230 F: hw/etraxfs.c
232 LM32 Machines
233 -------------
234 EVR32 and uclinux BSP
235 M: Michael Walle <michael@walle.cc>
236 S: Maintained
237 F: hw/lm32_boards.c
239 milkymist
240 M: Michael Walle <michael@walle.cc>
241 S: Maintained
242 F: hw/milkymist.c
244 M68K Machines
245 -------------
246 an5206
247 M: Paul Brook <paul@codesourcery.com>
248 S: Maintained
249 F: hw/an5206.c
251 dummy_m68k
252 M: Paul Brook <paul@codesourcery.com>
253 S: Maintained
254 F: hw/dummy_m68k.c
256 mcf5208
257 M: Paul Brook <paul@codesourcery.com>
258 S: Maintained
259 F: hw/mcf5208.c
261 MicroBlaze Machines
262 -------------------
263 petalogix_s3adsp1800
264 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
265 S: Maintained
266 F: hw/petalogix_s3adsp1800.c
268 MIPS Machines
269 -------------
270 Jazz
271 M: Hervé Poussineau <hpoussin@reactos.org>
272 S: Maintained
273 F: hw/mips_jazz.c
275 Malta
276 M: Aurelien Jarno <aurelien@aurel32.net>
277 S: Maintained
278 F: hw/mips_malta.c
280 Mipssim
281 M: qemu-devel@nongnu.org
282 S: Orphan
283 F: hw/mips_mipssim.c
285 R4000
286 M: Aurelien Jarno <aurelien@aurel32.net>
287 S: Maintained
288 F: hw/mips_r4k.c
290 PowerPC Machines
291 ----------------
293 M: Alexander Graf <agraf@suse.de>
294 L: qemu-ppc@nongnu.org
295 S: Maintained
296 F: hw/ppc405_boards.c
298 New World
299 M: Alexander Graf <agraf@suse.de>
300 L: qemu-ppc@nongnu.org
301 S: Maintained
302 F: hw/ppc_newworld.c
303 F: hw/unin_pci.c
304 F: hw/dec_pci.[hc]
306 Old World
307 M: Alexander Graf <agraf@suse.de>
308 L: qemu-ppc@nongnu.org
309 S: Maintained
310 F: hw/ppc_oldworld.c
311 F: hw/grackle_pci.c
313 PReP
314 M: Andreas Färber <andreas.faerber@web.de>
315 L: qemu-ppc@nongnu.org
316 S: Odd Fixes
317 F: hw/ppc_prep.c
318 F: hw/prep_pci.[hc]
320 SH4 Machines
321 ------------
323 M: Magnus Damm <magnus.damm@gmail.com>
324 S: Maintained
325 F: hw/r2d.c
327 Shix
328 M: Magnus Damm <magnus.damm@gmail.com>
329 S: Orphan
330 F: hw/shix.c
332 SPARC Machines
333 --------------
334 Sun4m
335 M: Blue Swirl <blauwirbel@gmail.com>
336 S: Maintained
337 F: hw/sun4m.c
339 Sun4u
340 M: Blue Swirl <blauwirbel@gmail.com>
341 S: Maintained
342 F: hw/sun4u.c
344 S390 Machines
345 -------------
346 S390 Virtio
347 M: Alexander Graf <agraf@suse.de>
348 S: Maintained
349 F: hw/s390-*.c
351 X86 Machines
352 ------------
354 M: Anthony Liguori <aliguori@us.ibm.com>
355 S: Supported
356 F: hw/pc.[ch] hw/pc_piix.c
358 Xtensa Machines
359 ---------------
361 M: Max Filippov <jcmvbkbc@gmail.com>
362 S: Maintained
363 F: hw/xtensa_sim.c
365 Avnet LX60
366 M: Max Filippov <jcmvbkbc@gmail.com>
367 S: Maintained
368 F: hw/xtensa_lx60.c
370 Devices
371 -------
373 M: Kevin Wolf <kwolf@redhat.com>
374 S: Odd Fixes
375 F: hw/ide/
377 OMAP
378 M: Peter Maydell <peter.maydell@linaro.org>
379 S: Maintained
380 F: hw/omap*
383 M: Michael S. Tsirkin <mst@redhat.com>
384 S: Supported
385 F: hw/pci*
386 F: hw/piix*
388 SCSI
389 M: Paul Brook <paul@codesourcery.com>
390 M: Kevin Wolf <kwolf@redhat.com>
391 S: Odd Fixes
392 F: hw/lsi53c895a.c
393 F: hw/scsi*
396 M: Gerd Hoffmann <kraxel@redhat.com>
397 S: Maintained
398 F: hw/usb*
400 vhost
401 M: Michael S. Tsirkin <mst@redhat.com>
402 S: Supported
403 F: hw/vhost*
405 virtio
406 M: Anthony Liguori <aliguori@us.ibm.com>
407 S: Supported
408 F: hw/virtio*
410 virtio-9p
411 M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
412 S: Supported
413 F: hw/virtio-9p*
415 virtio-blk
416 M: Kevin Wolf <kwolf@redhat.com>
417 S: Supported
418 F: hw/virtio-blk*
420 virtio-serial
421 M: Amit Shah <amit.shah@redhat.com>
422 S: Supported
423 F: hw/virtio-serial*
424 F: hw/virtio-console*
426 Subsystems
427 ----------
428 Audio
429 M: Vassili Karpov (malc) <av1474@comtv.ru>
430 S: Maintained
431 F: audio/
433 Block
434 M: Kevin Wolf <kwolf@redhat.com>
435 S: Supported
436 F: block*
437 F: block/
439 Character Devices
440 M: Anthony Liguori <aliguori@us.ibm.com>
441 S: Maintained
442 F: qemu-char.c
444 GDB stub
445 M: qemu-devel@nongnu.org
446 S: Odd Fixes
447 F: gdbstub*
448 F: gdb-xml/
450 SPICE
451 M: Gerd Hoffmann <kraxel@redhat.com>
452 S: Supported
453 F: ui/qemu-spice.h
454 F: ui/spice-*.c
455 F: audio/spiceaudio.c
456 F: hw/qxl*
458 Graphics
459 M: Anthony Liguori <aliguori@us.ibm.com>
460 S: Maintained
461 F: ui/
463 Cocoa graphics
464 M: Andreas Färber <andreas.faerber@web.de>
465 S: Odd Fixes
466 F: ui/cocoa.m
468 Main loop
469 M: Anthony Liguori <aliguori@us.ibm.com>
470 S: Supported
471 F: vl.c
473 Monitor (QMP/HMP)
474 M: Luiz Capitulino <lcapitulino@redhat.com>
475 M: Markus Armbruster <armbru@redhat.com>
476 S: Supported
477 F: monitor.c
479 Network device layer
480 M: Anthony Liguori <aliguori@us.ibm.com>
481 M: Mark McLoughlin <markmc@redhat.com>
482 S: Maintained
483 F: net/
485 Network Block Device (NBD)
486 M: Paolo Bonzini <pbonzini@redhat.com>
487 S: Odd Fixes
488 F: block/nbd.c
489 F: nbd.*
490 F: qemu-nbd.c
492 SLIRP
493 M: Jan Kiszka <jan.kiszka@siemens.com>
494 S: Maintained
495 F: slirp/
496 T: git://git.kiszka.org/qemu.git queues/slirp
498 Tracing
499 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
500 S: Maintained
501 F: trace/
502 T: git://github.com/stefanha/qemu.git tracing
504 Checkpatch
505 M: Blue Swirl <blauwirbel@gmail.com>
506 S: Odd Fixes
507 F: scripts/checkpatch.pl
509 Usermode Emulation
510 ------------------
511 BSD user
512 M: Blue Swirl <blauwirbel@gmail.com>
513 S: Maintained
514 F: bsd-user/
516 Darwin user
517 M: qemu-devel@nongnu.org
518 S: Orphan
519 F: darwin-user/
521 Linux user
522 M: Riku Voipio <riku.voipio@iki.fi>
523 S: Maintained
524 F: linux-user/
526 Tiny Code Generator (TCG)
527 -------------------------
528 Common code
529 M: qemu-devel@nongnu.org
530 S: Maintained
531 F: tcg/
533 ARM target
534 M: Andrzej Zaborowski <balrogg@gmail.com>
535 S: Maintained
536 F: tcg/arm/
538 HPPA target
539 M: Richard Henderson <rth@twiddle.net>
540 S: Maintained
541 F: tcg/hppa/
543 i386 target
544 M: qemu-devel@nongnu.org
545 S: Maintained
546 F: tcg/i386/
548 IA64 target
549 M: Aurelien Jarno <aurelien@aurel32.net>
550 S: Maintained
551 F: tcg/ia64/
553 MIPS target
554 M: Aurelien Jarno <aurelien@aurel32.net>
555 S: Maintained
556 F: tcg/mips/
559 M: Vassili Karpov (malc) <av1474@comtv.ru>
560 S: Maintained
561 F: tcg/ppc/
563 PPC64 target
564 M: Vassili Karpov (malc) <av1474@comtv.ru>
565 S: Maintained
566 F: tcg/ppc64/
568 S390 target
569 M: Alexander Graf <agraf@suse.de>
570 M: Richard Henderson <rth@twiddle.net>
571 S: Maintained
572 F: tcg/s390/
574 SPARC target
575 M: Blue Swirl <blauwirbel@gmail.com>
576 S: Maintained
577 F: tcg/sparc/
579 TCI target
580 M: Stefan Weil <sw@weilnetz.de>
581 S: Maintained
582 F: tcg/tci