]> Git Repo - qemu.git/blob - MAINTAINERS
vl: Exit unsuccessfully on option argument syntax error
[qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
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.
8
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.
11
12 Descriptions of section entries:
13
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.
49
50
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <[email protected]>
54 M: Paul Brook <[email protected]>
55
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <[email protected]>
60 S: Maintained
61 F: target-alpha/
62
63 ARM
64 M: Paul Brook <[email protected]>
65 M: Peter Maydell <[email protected]>
66 S: Maintained
67 F: target-arm/
68
69 CRIS
70 M: Edgar E. Iglesias <[email protected]>
71 S: Maintained
72 F: target-cris/
73
74 LM32
75 M: Michael Walle <[email protected]>
76 S: Maintained
77 F: target-lm32/
78
79 M68K
80 M: Paul Brook <[email protected]>
81 S: Odd Fixes
82 F: target-m68k/
83
84 MicroBlaze
85 M: Edgar E. Iglesias <[email protected]>
86 S: Maintained
87 F: target-microblaze/
88
89 MIPS
90 M: Aurelien Jarno <[email protected]>
91 S: Odd Fixes
92 F: target-mips/
93
94 PowerPC
95 M: Alexander Graf <[email protected]>
96 L: [email protected]
97 S: Maintained
98 F: target-ppc/
99
100 S390
101 M: Richard Henderson <[email protected]>
102 M: Alexander Graf <[email protected]>
103 S: Maintained
104 F: target-s390x/
105
106 SH4
107 M: Aurelien Jarno <[email protected]>
108 S: Odd Fixes
109 F: target-sh4/
110
111 SPARC
112 M: Blue Swirl <[email protected]>
113 S: Maintained
114 F: target-sparc/
115
116 UniCore32
117 M: Guan Xuetao <[email protected]>
118 S: Maintained
119 F: target-unicore32/
120
121 X86
122 M: [email protected]
123 S: Odd Fixes
124 F: target-i386/
125
126 Xtensa
127 M: Max Filippov <[email protected]>
128 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
129 S: Maintained
130 F: target-xtensa/
131
132 Guest CPU Cores (KVM):
133 ----------------------
134
135 Overall
136 M: Gleb Natapov <[email protected]>
137 M: Marcelo Tosatti <[email protected]>
138 L: [email protected]
139 S: Supported
140 F: kvm-*
141 F: */kvm.*
142
143 PPC
144 M: Alexander Graf <[email protected]>
145 S: Maintained
146 F: target-ppc/kvm.c
147
148 S390
149 M: Alexander Graf <[email protected]>
150 S: Maintained
151 F: target-s390x/kvm.c
152
153 X86
154 M: Gleb Natapov <[email protected]>
155 M: Marcelo Tosatti <[email protected]>
156 L: [email protected]
157 S: Supported
158 F: target-i386/kvm.c
159
160 Guest CPU Cores (Xen):
161 ----------------------
162
163 X86
164 M: Stefano Stabellini <[email protected]>
165 L: [email protected]
166 S: Supported
167 F: xen-*
168 F: */xen*
169
170 Hosts:
171 ------
172
173 LINUX
174 L: [email protected]
175 S: Maintained
176 F: linux-*
177 F: linux-headers/
178
179 POSIX
180 L: [email protected]
181 S: Maintained
182 F: *posix*
183
184 W32, W64
185 L: [email protected]
186 M: Stefan Weil <[email protected]>
187 S: Maintained
188 F: *win32*
189
190 ARM Machines
191 ------------
192 Exynos
193 M: Evgeny Voevodin <[email protected]>
194 M: Maksim Kozlov <[email protected]>
195 M: Igor Mitsyanko <[email protected]>
196 M: Dmitry Solodkiy <[email protected]>
197 S: Maintained
198 F: hw/exynos*
199
200 Calxeda Highbank
201 M: Mark Langsdorf <[email protected]>
202 S: Supported
203 F: hw/highbank.c
204 F: hw/xgmac.c
205
206 Gumstix
207 M: [email protected]
208 S: Orphan
209 F: hw/gumstix.c
210
211 i.MX31
212 M: Peter Chubb <[email protected]>
213 S: Odd fixes
214 F: hw/imx*
215 F: hw/kzm.c
216
217 Integrator CP
218 M: Paul Brook <[email protected]>
219 M: Peter Maydell <[email protected]>
220 S: Maintained
221 F: hw/integratorcp.c
222
223 Mainstone
224 M: [email protected]
225 S: Orphan
226 F: hw/mainstone.c
227
228 Musicpal
229 M: Jan Kiszka <[email protected]>
230 S: Maintained
231 F: hw/musicpal.c
232
233 nSeries
234 M: Andrzej Zaborowski <[email protected]>
235 S: Maintained
236 F: hw/nseries.c
237
238 Palm
239 M: Andrzej Zaborowski <[email protected]>
240 S: Maintained
241 F: hw/palm.c
242
243 Real View
244 M: Paul Brook <[email protected]>
245 M: Peter Maydell <[email protected]>
246 S: Maintained
247 F: hw/realview*
248
249 Spitz
250 M: Andrzej Zaborowski <[email protected]>
251 S: Maintained
252 F: hw/spitz.c
253
254 Stellaris
255 M: Paul Brook <[email protected]>
256 M: Peter Maydell <[email protected]>
257 S: Maintained
258 F: hw/stellaris.c
259
260 Versatile PB
261 M: Paul Brook <[email protected]>
262 M: Peter Maydell <[email protected]>
263 S: Maintained
264 F: hw/versatilepb.c
265
266 Xilinx Zynq
267 M: Peter Crosthwaite <[email protected]>
268 S: Maintained
269 F: hw/xilinx_zynq.c
270 F: hw/zynq_slcr.c
271 F: hw/cadence_*
272 F: hw/xilinx_spips.c
273
274 CRIS Machines
275 -------------
276 Axis Dev88
277 M: Edgar E. Iglesias <[email protected]>
278 S: Maintained
279 F: hw/axis_dev88.c
280
281 etraxfs
282 M: Edgar E. Iglesias <[email protected]>
283 S: Maintained
284 F: hw/etraxfs.c
285
286 LM32 Machines
287 -------------
288 EVR32 and uclinux BSP
289 M: Michael Walle <[email protected]>
290 S: Maintained
291 F: hw/lm32_boards.c
292
293 milkymist
294 M: Michael Walle <[email protected]>
295 S: Maintained
296 F: hw/milkymist.c
297
298 M68K Machines
299 -------------
300 an5206
301 M: Paul Brook <[email protected]>
302 S: Maintained
303 F: hw/an5206.c
304
305 dummy_m68k
306 M: Paul Brook <[email protected]>
307 S: Maintained
308 F: hw/dummy_m68k.c
309
310 mcf5208
311 M: Paul Brook <[email protected]>
312 S: Maintained
313 F: hw/mcf5208.c
314
315 MicroBlaze Machines
316 -------------------
317 petalogix_s3adsp1800
318 M: Edgar E. Iglesias <[email protected]>
319 S: Maintained
320 F: hw/petalogix_s3adsp1800.c
321
322 petalogix_ml605
323 M: Peter Crosthwaite <[email protected]>
324 S: Maintained
325 F: hw/petalogix_ml605_mmu.c
326
327 MIPS Machines
328 -------------
329 Jazz
330 M: Hervé Poussineau <[email protected]>
331 S: Maintained
332 F: hw/mips_jazz.c
333
334 Malta
335 M: Aurelien Jarno <[email protected]>
336 S: Maintained
337 F: hw/mips_malta.c
338
339 Mipssim
340 M: [email protected]
341 S: Orphan
342 F: hw/mips_mipssim.c
343
344 R4000
345 M: Aurelien Jarno <[email protected]>
346 S: Maintained
347 F: hw/mips_r4k.c
348
349 PowerPC Machines
350 ----------------
351 405
352 M: Alexander Graf <[email protected]>
353 L: [email protected]
354 S: Odd Fixes
355 F: hw/ppc405_boards.c
356
357 Bamboo
358 M: Alexander Graf <[email protected]>
359 L: [email protected]
360 S: Odd Fixes
361 F: hw/ppc440_bamboo.c
362
363 e500
364 M: Alexander Graf <[email protected]>
365 M: Scott Wood <[email protected]>
366 L: [email protected]
367 S: Supported
368 F: hw/ppc/e500.[hc]
369 F: hw/ppc/e500plat.c
370
371 mpc8544ds
372 M: Alexander Graf <[email protected]>
373 M: Scott Wood <[email protected]>
374 L: [email protected]
375 S: Supported
376 F: hw/ppc/mpc8544ds.c
377 F: hw/mpc8544_guts.c
378
379 New World
380 M: Alexander Graf <[email protected]>
381 L: [email protected]
382 S: Maintained
383 F: hw/ppc/mac_newworld.c
384 F: hw/unin_pci.c
385 F: hw/dec_pci.[hc]
386
387 Old World
388 M: Alexander Graf <[email protected]>
389 L: [email protected]
390 S: Maintained
391 F: hw/ppc/mac_oldworld.c
392 F: hw/grackle_pci.c
393
394 PReP
395 M: Andreas Färber <[email protected]>
396 L: [email protected]
397 S: Odd Fixes
398 F: hw/ppc/prep.c
399 F: hw/prep_pci.[hc]
400 F: hw/pc87312.[hc]
401
402 sPAPR
403 M: David Gibson <[email protected]>
404 M: Alexander Graf <[email protected]>
405 L: [email protected]
406 S: Supported
407 F: hw/spapr*
408
409 virtex_ml507
410 M: Edgar E. Iglesias <[email protected]>
411 L: [email protected]
412 S: Odd Fixes
413 F: hw/virtex_ml507.c
414
415 SH4 Machines
416 ------------
417 R2D
418 M: Magnus Damm <[email protected]>
419 S: Maintained
420 F: hw/r2d.c
421
422 Shix
423 M: Magnus Damm <[email protected]>
424 S: Orphan
425 F: hw/shix.c
426
427 SPARC Machines
428 --------------
429 Sun4m
430 M: Blue Swirl <[email protected]>
431 S: Maintained
432 F: hw/sun4m.c
433
434 Sun4u
435 M: Blue Swirl <[email protected]>
436 S: Maintained
437 F: hw/sun4u.c
438
439 Leon3
440 M: Fabien Chouteau <[email protected]>
441 S: Maintained
442 F: hw/leon3.c
443 F: hw/grlib*
444
445 S390 Machines
446 -------------
447 S390 Virtio
448 M: Alexander Graf <[email protected]>
449 S: Maintained
450 F: hw/s390-*.c
451
452 UniCore32 Machines
453 -------------
454 PKUnity-3 SoC initramfs-with-busybox
455 M: Guan Xuetao <[email protected]>
456 S: Maintained
457 F: hw/puv3*
458 F: hw/unicore32/
459
460 X86 Machines
461 ------------
462 PC
463 M: Anthony Liguori <[email protected]>
464 S: Supported
465 F: hw/pc.[ch]
466 F: hw/pc_piix.c
467
468 Xtensa Machines
469 ---------------
470 sim
471 M: Max Filippov <[email protected]>
472 S: Maintained
473 F: hw/xtensa_sim.c
474
475 Avnet LX60
476 M: Max Filippov <[email protected]>
477 S: Maintained
478 F: hw/xtensa_lx60.c
479
480 Devices
481 -------
482 IDE
483 M: Kevin Wolf <[email protected]>
484 S: Odd Fixes
485 F: hw/ide/
486
487 OMAP
488 M: Peter Maydell <[email protected]>
489 S: Maintained
490 F: hw/omap*
491
492 PCI
493 M: Michael S. Tsirkin <[email protected]>
494 S: Supported
495 F: hw/pci/*
496 F: hw/pci*
497 F: hw/piix*
498
499 ppc4xx
500 M: Alexander Graf <[email protected]>
501 L: [email protected]
502 S: Odd Fixes
503 F: hw/ppc4xx*.[hc]
504
505 ppce500
506 M: Alexander Graf <[email protected]>
507 M: Scott Wood <[email protected]>
508 L: [email protected]
509 S: Supported
510 F: hw/ppce500_*
511
512 SCSI
513 M: Paolo Bonzini <[email protected]>
514 S: Supported
515 F: hw/virtio-scsi.*
516 F: hw/scsi*
517 T: git git://github.com/bonzini/qemu.git scsi-next
518
519 LSI53C895A
520 M: Paul Brook <[email protected]>
521 S: Odd Fixes
522 F: hw/lsi53c895a.c
523
524 SSI
525 M: Peter Crosthwaite <[email protected]>
526 S: Maintained
527 F: hw/ssi.*
528 F: hw/m25p80.c
529
530 USB
531 M: Gerd Hoffmann <[email protected]>
532 S: Maintained
533 F: hw/usb*
534
535 VFIO
536 M: Alex Williamson <[email protected]>
537 S: Supported
538 F: hw/vfio*
539
540 vhost
541 M: Michael S. Tsirkin <[email protected]>
542 S: Supported
543 F: hw/vhost*
544
545 virtio
546 M: Anthony Liguori <[email protected]>
547 S: Supported
548 F: hw/virtio*
549
550 virtio-9p
551 M: Aneesh Kumar K.V <[email protected]>
552 S: Supported
553 F: hw/9pfs/
554 F: fsdev/
555 T: git git://github.com/kvaneesh/QEMU.git
556
557 virtio-blk
558 M: Kevin Wolf <[email protected]>
559 M: Stefan Hajnoczi <[email protected]>
560 S: Supported
561 F: hw/virtio-blk*
562
563 virtio-serial
564 M: Amit Shah <[email protected]>
565 S: Supported
566 F: hw/virtio-serial*
567 F: hw/virtio-console*
568
569 Xilinx EDK
570 M: Peter Crosthwaite <[email protected]>
571 M: Edgar E. Iglesias <[email protected]>
572 S: Maintained
573 F: hw/xilinx_axi*
574 F: hw/xilinx_uartlite.c
575 F: hw/xilinx_intc.c
576 F: hw/xilinx_ethlite.c
577 F: hw/xilinx_timer.c
578 F: hw/xilinx.h
579 F: hw/xilinx_spi.c
580
581 Subsystems
582 ----------
583 Audio
584 M: Vassili Karpov (malc) <[email protected]>
585 S: Maintained
586 F: audio/
587
588 Block
589 M: Kevin Wolf <[email protected]>
590 M: Stefan Hajnoczi <[email protected]>
591 S: Supported
592 F: block*
593 F: block/
594
595 Character Devices
596 M: Anthony Liguori <[email protected]>
597 S: Maintained
598 F: qemu-char.c
599
600 CPU
601 M: Andreas Färber <[email protected]>
602 S: Supported
603 F: qom/cpu.c
604 F: include/qemu/cpu.h
605 F: target-i386/cpu.c
606
607 Device Tree
608 M: Peter Crosthwaite <[email protected]>
609 M: Alexander Graf <[email protected]>
610 S: Maintained
611 F: device-tree.[ch]
612
613 GDB stub
614 M: [email protected]
615 S: Odd Fixes
616 F: gdbstub*
617 F: gdb-xml/
618
619 SPICE
620 M: Gerd Hoffmann <[email protected]>
621 S: Supported
622 F: ui/qemu-spice.h
623 F: ui/spice-*.c
624 F: audio/spiceaudio.c
625 F: hw/qxl*
626
627 Graphics
628 M: Anthony Liguori <[email protected]>
629 S: Maintained
630 F: ui/
631
632 Cocoa graphics
633 M: Andreas Färber <[email protected]>
634 S: Odd Fixes
635 F: ui/cocoa.m
636
637 Main loop
638 M: Anthony Liguori <[email protected]>
639 S: Supported
640 F: vl.c
641
642 Monitor (QMP/HMP)
643 M: Luiz Capitulino <[email protected]>
644 M: Markus Armbruster <[email protected]>
645 S: Supported
646 F: monitor.c
647
648 Network device layer
649 M: Anthony Liguori <[email protected]>
650 M: Stefan Hajnoczi <[email protected]>
651 S: Maintained
652 F: net/
653 T: git git://github.com/stefanha/qemu.git net
654
655 Network Block Device (NBD)
656 M: Paolo Bonzini <[email protected]>
657 S: Odd Fixes
658 F: block/nbd.c
659 F: nbd.*
660 F: qemu-nbd.c
661 T: git git://github.com/bonzini/qemu.git nbd-next
662
663 SLIRP
664 M: Jan Kiszka <[email protected]>
665 S: Maintained
666 F: slirp/
667 T: git git://git.kiszka.org/qemu.git queues/slirp
668
669 Tracing
670 M: Stefan Hajnoczi <[email protected]>
671 S: Maintained
672 F: trace/
673 F: scripts/tracetool.py
674 F: scripts/tracetool/
675 F: docs/tracing.txt
676 T: git git://github.com/stefanha/qemu.git tracing
677
678 Checkpatch
679 M: Blue Swirl <[email protected]>
680 S: Odd Fixes
681 F: scripts/checkpatch.pl
682
683 Usermode Emulation
684 ------------------
685 BSD user
686 M: Blue Swirl <[email protected]>
687 S: Maintained
688 F: bsd-user/
689
690 Linux user
691 M: Riku Voipio <[email protected]>
692 S: Maintained
693 F: linux-user/
694
695 Tiny Code Generator (TCG)
696 -------------------------
697 Common code
698 M: [email protected]
699 S: Maintained
700 F: tcg/
701
702 ARM target
703 M: Andrzej Zaborowski <[email protected]>
704 S: Maintained
705 F: tcg/arm/
706
707 HPPA target
708 M: Richard Henderson <[email protected]>
709 S: Maintained
710 F: tcg/hppa/
711
712 i386 target
713 M: [email protected]
714 S: Maintained
715 F: tcg/i386/
716
717 IA64 target
718 M: Aurelien Jarno <[email protected]>
719 S: Maintained
720 F: tcg/ia64/
721
722 MIPS target
723 M: Aurelien Jarno <[email protected]>
724 S: Maintained
725 F: tcg/mips/
726
727 PPC
728 M: Vassili Karpov (malc) <[email protected]>
729 S: Maintained
730 F: tcg/ppc/
731
732 PPC64 target
733 M: Vassili Karpov (malc) <[email protected]>
734 S: Maintained
735 F: tcg/ppc64/
736
737 S390 target
738 M: Alexander Graf <[email protected]>
739 M: Richard Henderson <[email protected]>
740 S: Maintained
741 F: tcg/s390/
742
743 SPARC target
744 M: Blue Swirl <[email protected]>
745 S: Maintained
746 F: tcg/sparc/
747
748 TCI target
749 M: Stefan Weil <[email protected]>
750 S: Maintained
751 F: tcg/tci/
752
753 Stable branches
754 ---------------
755 Stable 1.0
756 L: [email protected]
757 T: git git://git.qemu.org/qemu-stable-1.0.git
758 S: Orphan
759
760 Stable 0.15
761 L: [email protected]
762 T: git git://git.qemu.org/qemu-stable-0.15.git
763 S: Orphan
764
765 Stable 0.14
766 L: [email protected]
767 T: git git://git.qemu.org/qemu-stable-0.14.git
768 S: Orphan
769
770 Stable 0.10
771 L: [email protected]
772 T: git git://git.qemu.org/qemu-stable-0.10.git
773 S: Orphan
This page took 0.064598 seconds and 4 git commands to generate.