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