MAINTAINERS: Add PCI-PCI bridge to New World Mac machine
[qemu/opensuse.git] / MAINTAINERS
blob87237a6f3c2e5fb8d0b0ad6504ba100f7d020992
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
319 SH4 Machines
320 ------------
322 M: Magnus Damm <magnus.damm@gmail.com>
323 S: Maintained
324 F: hw/r2d.c
326 Shix
327 M: Magnus Damm <magnus.damm@gmail.com>
328 S: Orphan
329 F: hw/shix.c
331 SPARC Machines
332 --------------
333 Sun4m
334 M: Blue Swirl <blauwirbel@gmail.com>
335 S: Maintained
336 F: hw/sun4m.c
338 Sun4u
339 M: Blue Swirl <blauwirbel@gmail.com>
340 S: Maintained
341 F: hw/sun4u.c
343 S390 Machines
344 -------------
345 S390 Virtio
346 M: Alexander Graf <agraf@suse.de>
347 S: Maintained
348 F: hw/s390-*.c
350 X86 Machines
351 ------------
353 M: Anthony Liguori <aliguori@us.ibm.com>
354 S: Supported
355 F: hw/pc.[ch] hw/pc_piix.c
357 Xtensa Machines
358 ---------------
360 M: Max Filippov <jcmvbkbc@gmail.com>
361 S: Maintained
362 F: hw/xtensa_sim.c
364 Avnet LX60
365 M: Max Filippov <jcmvbkbc@gmail.com>
366 S: Maintained
367 F: hw/xtensa_lx60.c
369 Devices
370 -------
372 M: Kevin Wolf <kwolf@redhat.com>
373 S: Odd Fixes
374 F: hw/ide/
376 OMAP
377 M: Peter Maydell <peter.maydell@linaro.org>
378 S: Maintained
379 F: hw/omap*
382 M: Michael S. Tsirkin <mst@redhat.com>
383 S: Supported
384 F: hw/pci*
385 F: hw/piix*
387 SCSI
388 M: Paul Brook <paul@codesourcery.com>
389 M: Kevin Wolf <kwolf@redhat.com>
390 S: Odd Fixes
391 F: hw/lsi53c895a.c
392 F: hw/scsi*
395 M: Gerd Hoffmann <kraxel@redhat.com>
396 S: Maintained
397 F: hw/usb*
399 vhost
400 M: Michael S. Tsirkin <mst@redhat.com>
401 S: Supported
402 F: hw/vhost*
404 virtio
405 M: Anthony Liguori <aliguori@us.ibm.com>
406 S: Supported
407 F: hw/virtio*
409 virtio-9p
410 M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
411 S: Supported
412 F: hw/virtio-9p*
414 virtio-blk
415 M: Kevin Wolf <kwolf@redhat.com>
416 S: Supported
417 F: hw/virtio-blk*
419 virtio-serial
420 M: Amit Shah <amit.shah@redhat.com>
421 S: Supported
422 F: hw/virtio-serial*
423 F: hw/virtio-console*
425 Subsystems
426 ----------
427 Audio
428 M: Vassili Karpov (malc) <av1474@comtv.ru>
429 S: Maintained
430 F: audio/
432 Block
433 M: Kevin Wolf <kwolf@redhat.com>
434 S: Supported
435 F: block*
436 F: block/
438 Character Devices
439 M: Anthony Liguori <aliguori@us.ibm.com>
440 S: Maintained
441 F: qemu-char.c
443 GDB stub
444 M: qemu-devel@nongnu.org
445 S: Odd Fixes
446 F: gdbstub*
447 F: gdb-xml/
449 SPICE
450 M: Gerd Hoffmann <kraxel@redhat.com>
451 S: Supported
452 F: ui/qemu-spice.h
453 F: ui/spice-*.c
454 F: audio/spiceaudio.c
455 F: hw/qxl*
457 Graphics
458 M: Anthony Liguori <aliguori@us.ibm.com>
459 S: Maintained
460 F: ui/
462 Cocoa graphics
463 M: Andreas Färber <andreas.faerber@web.de>
464 S: Odd Fixes
465 F: ui/cocoa.m
467 Main loop
468 M: Anthony Liguori <aliguori@us.ibm.com>
469 S: Supported
470 F: vl.c
472 Monitor (QMP/HMP)
473 M: Luiz Capitulino <lcapitulino@redhat.com>
474 M: Markus Armbruster <armbru@redhat.com>
475 S: Supported
476 F: monitor.c
478 Network device layer
479 M: Anthony Liguori <aliguori@us.ibm.com>
480 M: Mark McLoughlin <markmc@redhat.com>
481 S: Maintained
482 F: net/
484 Network Block Device (NBD)
485 M: Paolo Bonzini <pbonzini@redhat.com>
486 S: Odd Fixes
487 F: block/nbd.c
488 F: nbd.*
489 F: qemu-nbd.c
491 SLIRP
492 M: Jan Kiszka <jan.kiszka@siemens.com>
493 S: Maintained
494 F: slirp/
495 T: git://git.kiszka.org/qemu.git queues/slirp
497 Tracing
498 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
499 S: Maintained
500 F: trace/
501 T: git://github.com/stefanha/qemu.git tracing
503 Checkpatch
504 M: Blue Swirl <blauwirbel@gmail.com>
505 S: Odd Fixes
506 F: scripts/checkpatch.pl
508 Usermode Emulation
509 ------------------
510 BSD user
511 M: Blue Swirl <blauwirbel@gmail.com>
512 S: Maintained
513 F: bsd-user/
515 Darwin user
516 M: qemu-devel@nongnu.org
517 S: Orphan
518 F: darwin-user/
520 Linux user
521 M: Riku Voipio <riku.voipio@iki.fi>
522 S: Maintained
523 F: linux-user/
525 Tiny Code Generator (TCG)
526 -------------------------
527 Common code
528 M: qemu-devel@nongnu.org
529 S: Maintained
530 F: tcg/
532 ARM target
533 M: Andrzej Zaborowski <balrogg@gmail.com>
534 S: Maintained
535 F: tcg/arm/
537 HPPA target
538 M: Richard Henderson <rth@twiddle.net>
539 S: Maintained
540 F: tcg/hppa/
542 i386 target
543 M: qemu-devel@nongnu.org
544 S: Maintained
545 F: tcg/i386/
547 IA64 target
548 M: Aurelien Jarno <aurelien@aurel32.net>
549 S: Maintained
550 F: tcg/ia64/
552 MIPS target
553 M: Aurelien Jarno <aurelien@aurel32.net>
554 S: Maintained
555 F: tcg/mips/
558 M: Vassili Karpov (malc) <av1474@comtv.ru>
559 S: Maintained
560 F: tcg/ppc/
562 PPC64 target
563 M: Vassili Karpov (malc) <av1474@comtv.ru>
564 S: Maintained
565 F: tcg/ppc64/
567 S390 target
568 M: Alexander Graf <agraf@suse.de>
569 M: Richard Henderson <rth@twiddle.net>
570 S: Maintained
571 F: tcg/s390/
573 SPARC target
574 M: Blue Swirl <blauwirbel@gmail.com>
575 S: Maintained
576 F: tcg/sparc/
578 TCI target
579 M: Stefan Weil <sw@weilnetz.de>
580 S: Maintained
581 F: tcg/tci