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