xhci: stop on errors
[qemu/afaerber.git] / MAINTAINERS
blob173e893a6219079fc1195c0a09b5e783c7e06e50
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 Hosts:
165 ------
167 LINUX
168 L: qemu-devel@nongnu.org
169 S: Maintained
170 F: linux-*
171 F: linux-headers/
173 POSIX
174 L: qemu-devel@nongnu.org
175 S: Maintained
176 F: *posix*
178 W32, W64
179 L: qemu-devel@nongnu.org
180 M: Stefan Weil <sw@weilnetz.de>
181 S: Maintained
182 F: *win32*
184 ARM Machines
185 ------------
186 Gumstix
187 M: qemu-devel@nongnu.org
188 S: Orphan
189 F: hw/gumstix.c
191 Integrator CP
192 M: Paul Brook <paul@codesourcery.com>
193 M: Peter Maydell <peter.maydell@linaro.org>
194 S: Maintained
195 F: hw/integratorcp.c
197 Mainstone
198 M: qemu-devel@nongnu.org
199 S: Orphan
200 F: hw/mainstone.c
202 Musicpal
203 M: Jan Kiszka <jan.kiszka@web.de>
204 S: Maintained
205 F: hw/musicpal.c
207 nSeries
208 M: Andrzej Zaborowski <balrogg@gmail.com>
209 S: Maintained
210 F: hw/nseries.c
212 Palm
213 M: Andrzej Zaborowski <balrogg@gmail.com>
214 S: Maintained
215 F: hw/palm.c
217 Real View
218 M: Paul Brook <paul@codesourcery.com>
219 M: Peter Maydell <peter.maydell@linaro.org>
220 S: Maintained
221 F: hw/realview*
223 Spitz
224 M: Andrzej Zaborowski <balrogg@gmail.com>
225 S: Maintained
226 F: hw/spitz.c
228 Stellaris
229 M: Paul Brook <paul@codesourcery.com>
230 M: Peter Maydell <peter.maydell@linaro.org>
231 S: Maintained
232 F: hw/stellaris.c
234 Versatile PB
235 M: Paul Brook <paul@codesourcery.com>
236 M: Peter Maydell <peter.maydell@linaro.org>
237 S: Maintained
238 F: hw/versatilepb.c
240 CRIS Machines
241 -------------
242 Axis Dev88
243 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
244 S: Maintained
245 F: hw/axis_dev88.c
247 etraxfs
248 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
249 S: Maintained
250 F: hw/etraxfs.c
252 LM32 Machines
253 -------------
254 EVR32 and uclinux BSP
255 M: Michael Walle <michael@walle.cc>
256 S: Maintained
257 F: hw/lm32_boards.c
259 milkymist
260 M: Michael Walle <michael@walle.cc>
261 S: Maintained
262 F: hw/milkymist.c
264 M68K Machines
265 -------------
266 an5206
267 M: Paul Brook <paul@codesourcery.com>
268 S: Maintained
269 F: hw/an5206.c
271 dummy_m68k
272 M: Paul Brook <paul@codesourcery.com>
273 S: Maintained
274 F: hw/dummy_m68k.c
276 mcf5208
277 M: Paul Brook <paul@codesourcery.com>
278 S: Maintained
279 F: hw/mcf5208.c
281 MicroBlaze Machines
282 -------------------
283 petalogix_s3adsp1800
284 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
285 S: Maintained
286 F: hw/petalogix_s3adsp1800.c
288 MIPS Machines
289 -------------
290 Jazz
291 M: Hervé Poussineau <hpoussin@reactos.org>
292 S: Maintained
293 F: hw/mips_jazz.c
295 Malta
296 M: Aurelien Jarno <aurelien@aurel32.net>
297 S: Maintained
298 F: hw/mips_malta.c
300 Mipssim
301 M: qemu-devel@nongnu.org
302 S: Orphan
303 F: hw/mips_mipssim.c
305 R4000
306 M: Aurelien Jarno <aurelien@aurel32.net>
307 S: Maintained
308 F: hw/mips_r4k.c
310 PowerPC Machines
311 ----------------
313 M: Alexander Graf <agraf@suse.de>
314 L: qemu-ppc@nongnu.org
315 S: Maintained
316 F: hw/ppc405_boards.c
318 New World
319 M: Alexander Graf <agraf@suse.de>
320 L: qemu-ppc@nongnu.org
321 S: Maintained
322 F: hw/ppc_newworld.c
323 F: hw/unin_pci.c
324 F: hw/dec_pci.[hc]
326 Old World
327 M: Alexander Graf <agraf@suse.de>
328 L: qemu-ppc@nongnu.org
329 S: Maintained
330 F: hw/ppc_oldworld.c
331 F: hw/grackle_pci.c
333 PReP
334 M: Andreas Färber <andreas.faerber@web.de>
335 L: qemu-ppc@nongnu.org
336 S: Odd Fixes
337 F: hw/ppc_prep.c
338 F: hw/prep_pci.[hc]
340 SH4 Machines
341 ------------
343 M: Magnus Damm <magnus.damm@gmail.com>
344 S: Maintained
345 F: hw/r2d.c
347 Shix
348 M: Magnus Damm <magnus.damm@gmail.com>
349 S: Orphan
350 F: hw/shix.c
352 SPARC Machines
353 --------------
354 Sun4m
355 M: Blue Swirl <blauwirbel@gmail.com>
356 S: Maintained
357 F: hw/sun4m.c
359 Sun4u
360 M: Blue Swirl <blauwirbel@gmail.com>
361 S: Maintained
362 F: hw/sun4u.c
364 S390 Machines
365 -------------
366 S390 Virtio
367 M: Alexander Graf <agraf@suse.de>
368 S: Maintained
369 F: hw/s390-*.c
371 X86 Machines
372 ------------
374 M: Anthony Liguori <aliguori@us.ibm.com>
375 S: Supported
376 F: hw/pc.[ch] hw/pc_piix.c
378 Xtensa Machines
379 ---------------
381 M: Max Filippov <jcmvbkbc@gmail.com>
382 S: Maintained
383 F: hw/xtensa_sim.c
385 Avnet LX60
386 M: Max Filippov <jcmvbkbc@gmail.com>
387 S: Maintained
388 F: hw/xtensa_lx60.c
390 Devices
391 -------
393 M: Kevin Wolf <kwolf@redhat.com>
394 S: Odd Fixes
395 F: hw/ide/
397 OMAP
398 M: Peter Maydell <peter.maydell@linaro.org>
399 S: Maintained
400 F: hw/omap*
403 M: Michael S. Tsirkin <mst@redhat.com>
404 S: Supported
405 F: hw/pci*
406 F: hw/piix*
408 SCSI
409 M: Paul Brook <paul@codesourcery.com>
410 M: Kevin Wolf <kwolf@redhat.com>
411 S: Odd Fixes
412 F: hw/lsi53c895a.c
413 F: hw/scsi*
416 M: Gerd Hoffmann <kraxel@redhat.com>
417 S: Maintained
418 F: hw/usb*
420 vhost
421 M: Michael S. Tsirkin <mst@redhat.com>
422 S: Supported
423 F: hw/vhost*
425 virtio
426 M: Anthony Liguori <aliguori@us.ibm.com>
427 S: Supported
428 F: hw/virtio*
430 virtio-9p
431 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
432 S: Supported
433 F: hw/9pfs/ fsdev/
434 T: https://github.com/kvaneesh/QEMU
437 virtio-blk
438 M: Kevin Wolf <kwolf@redhat.com>
439 S: Supported
440 F: hw/virtio-blk*
442 virtio-serial
443 M: Amit Shah <amit.shah@redhat.com>
444 S: Supported
445 F: hw/virtio-serial*
446 F: hw/virtio-console*
448 Subsystems
449 ----------
450 Audio
451 M: Vassili Karpov (malc) <av1474@comtv.ru>
452 S: Maintained
453 F: audio/
455 Block
456 M: Kevin Wolf <kwolf@redhat.com>
457 S: Supported
458 F: block*
459 F: block/
461 Character Devices
462 M: Anthony Liguori <aliguori@us.ibm.com>
463 S: Maintained
464 F: qemu-char.c
466 GDB stub
467 M: qemu-devel@nongnu.org
468 S: Odd Fixes
469 F: gdbstub*
470 F: gdb-xml/
472 SPICE
473 M: Gerd Hoffmann <kraxel@redhat.com>
474 S: Supported
475 F: ui/qemu-spice.h
476 F: ui/spice-*.c
477 F: audio/spiceaudio.c
478 F: hw/qxl*
480 Graphics
481 M: Anthony Liguori <aliguori@us.ibm.com>
482 S: Maintained
483 F: ui/
485 Cocoa graphics
486 M: Andreas Färber <andreas.faerber@web.de>
487 S: Odd Fixes
488 F: ui/cocoa.m
490 Main loop
491 M: Anthony Liguori <aliguori@us.ibm.com>
492 S: Supported
493 F: vl.c
495 Monitor (QMP/HMP)
496 M: Luiz Capitulino <lcapitulino@redhat.com>
497 M: Markus Armbruster <armbru@redhat.com>
498 S: Supported
499 F: monitor.c
501 Network device layer
502 M: Anthony Liguori <aliguori@us.ibm.com>
503 M: Mark McLoughlin <markmc@redhat.com>
504 S: Maintained
505 F: net/
507 Network Block Device (NBD)
508 M: Paolo Bonzini <pbonzini@redhat.com>
509 S: Odd Fixes
510 F: block/nbd.c
511 F: nbd.*
512 F: qemu-nbd.c
514 SLIRP
515 M: Jan Kiszka <jan.kiszka@siemens.com>
516 S: Maintained
517 F: slirp/
518 T: git://git.kiszka.org/qemu.git queues/slirp
520 Tracing
521 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
522 S: Maintained
523 F: trace/
524 T: git://github.com/stefanha/qemu.git tracing
526 Checkpatch
527 M: Blue Swirl <blauwirbel@gmail.com>
528 S: Odd Fixes
529 F: scripts/checkpatch.pl
531 Usermode Emulation
532 ------------------
533 BSD user
534 M: Blue Swirl <blauwirbel@gmail.com>
535 S: Maintained
536 F: bsd-user/
538 Darwin user
539 M: qemu-devel@nongnu.org
540 S: Orphan
541 F: darwin-user/
543 Linux user
544 M: Riku Voipio <riku.voipio@iki.fi>
545 S: Maintained
546 F: linux-user/
548 Tiny Code Generator (TCG)
549 -------------------------
550 Common code
551 M: qemu-devel@nongnu.org
552 S: Maintained
553 F: tcg/
555 ARM target
556 M: Andrzej Zaborowski <balrogg@gmail.com>
557 S: Maintained
558 F: tcg/arm/
560 HPPA target
561 M: Richard Henderson <rth@twiddle.net>
562 S: Maintained
563 F: tcg/hppa/
565 i386 target
566 M: qemu-devel@nongnu.org
567 S: Maintained
568 F: tcg/i386/
570 IA64 target
571 M: Aurelien Jarno <aurelien@aurel32.net>
572 S: Maintained
573 F: tcg/ia64/
575 MIPS target
576 M: Aurelien Jarno <aurelien@aurel32.net>
577 S: Maintained
578 F: tcg/mips/
581 M: Vassili Karpov (malc) <av1474@comtv.ru>
582 S: Maintained
583 F: tcg/ppc/
585 PPC64 target
586 M: Vassili Karpov (malc) <av1474@comtv.ru>
587 S: Maintained
588 F: tcg/ppc64/
590 S390 target
591 M: Alexander Graf <agraf@suse.de>
592 M: Richard Henderson <rth@twiddle.net>
593 S: Maintained
594 F: tcg/s390/
596 SPARC target
597 M: Blue Swirl <blauwirbel@gmail.com>
598 S: Maintained
599 F: tcg/sparc/
601 TCI target
602 M: Stefan Weil <sw@weilnetz.de>
603 S: Maintained
604 F: tcg/tci