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