]> git.proxmox.com Git - qemu.git/blob - MAINTAINERS
MAINTAINERS: Document Bamboo machine and ppc4xx devices
[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: Avi Kivity <avi@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: Avi Kivity <avi@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
272 CRIS Machines
273 -------------
274 Axis Dev88
275 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
276 S: Maintained
277 F: hw/axis_dev88.c
278
279 etraxfs
280 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
281 S: Maintained
282 F: hw/etraxfs.c
283
284 LM32 Machines
285 -------------
286 EVR32 and uclinux BSP
287 M: Michael Walle <michael@walle.cc>
288 S: Maintained
289 F: hw/lm32_boards.c
290
291 milkymist
292 M: Michael Walle <michael@walle.cc>
293 S: Maintained
294 F: hw/milkymist.c
295
296 M68K Machines
297 -------------
298 an5206
299 M: Paul Brook <paul@codesourcery.com>
300 S: Maintained
301 F: hw/an5206.c
302
303 dummy_m68k
304 M: Paul Brook <paul@codesourcery.com>
305 S: Maintained
306 F: hw/dummy_m68k.c
307
308 mcf5208
309 M: Paul Brook <paul@codesourcery.com>
310 S: Maintained
311 F: hw/mcf5208.c
312
313 MicroBlaze Machines
314 -------------------
315 petalogix_s3adsp1800
316 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
317 S: Maintained
318 F: hw/petalogix_s3adsp1800.c
319
320 petalogix_ml605
321 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
322 S: Maintained
323 F: hw/petalogix_ml605_mmu.c
324
325 MIPS Machines
326 -------------
327 Jazz
328 M: Hervé Poussineau <hpoussin@reactos.org>
329 S: Maintained
330 F: hw/mips_jazz.c
331
332 Malta
333 M: Aurelien Jarno <aurelien@aurel32.net>
334 S: Maintained
335 F: hw/mips_malta.c
336
337 Mipssim
338 M: qemu-devel@nongnu.org
339 S: Orphan
340 F: hw/mips_mipssim.c
341
342 R4000
343 M: Aurelien Jarno <aurelien@aurel32.net>
344 S: Maintained
345 F: hw/mips_r4k.c
346
347 PowerPC Machines
348 ----------------
349 405
350 M: Alexander Graf <agraf@suse.de>
351 L: qemu-ppc@nongnu.org
352 S: Odd Fixes
353 F: hw/ppc405_boards.c
354
355 Bamboo
356 M: Alexander Graf <agraf@suse.de>
357 L: qemu-ppc@nongnu.org
358 S: Odd Fixes
359 F: hw/ppc440_bamboo.c
360
361 e500
362 M: Alexander Graf <agraf@suse.de>
363 M: Scott Wood <scottwood@freescale.com>
364 L: qemu-ppc@nongnu.org
365 S: Supported
366 F: hw/ppc/e500.[hc]
367 F: hw/ppc/e500plat.c
368
369 mpc8544ds
370 M: Alexander Graf <agraf@suse.de>
371 M: Scott Wood <scottwood@freescale.com>
372 L: qemu-ppc@nongnu.org
373 S: Supported
374 F: hw/ppc/mpc8544ds.c
375 F: hw/mpc8544_guts.c
376
377 New World
378 M: Alexander Graf <agraf@suse.de>
379 L: qemu-ppc@nongnu.org
380 S: Maintained
381 F: hw/ppc_newworld.c
382 F: hw/unin_pci.c
383 F: hw/dec_pci.[hc]
384
385 Old World
386 M: Alexander Graf <agraf@suse.de>
387 L: qemu-ppc@nongnu.org
388 S: Maintained
389 F: hw/ppc_oldworld.c
390 F: hw/grackle_pci.c
391
392 PReP
393 M: Andreas Färber <andreas.faerber@web.de>
394 L: qemu-ppc@nongnu.org
395 S: Odd Fixes
396 F: hw/ppc_prep.c
397 F: hw/prep_pci.[hc]
398
399 sPAPR
400 M: David Gibson <david@gibson.dropbear.id.au>
401 M: Alexander Graf <agraf@suse.de>
402 L: qemu-ppc@nongnu.org
403 S: Supported
404 F: hw/spapr*
405
406 SH4 Machines
407 ------------
408 R2D
409 M: Magnus Damm <magnus.damm@gmail.com>
410 S: Maintained
411 F: hw/r2d.c
412
413 Shix
414 M: Magnus Damm <magnus.damm@gmail.com>
415 S: Orphan
416 F: hw/shix.c
417
418 SPARC Machines
419 --------------
420 Sun4m
421 M: Blue Swirl <blauwirbel@gmail.com>
422 S: Maintained
423 F: hw/sun4m.c
424
425 Sun4u
426 M: Blue Swirl <blauwirbel@gmail.com>
427 S: Maintained
428 F: hw/sun4u.c
429
430 Leon3
431 M: Fabien Chouteau <chouteau@adacore.com>
432 S: Maintained
433 F: hw/leon3.c
434 F: hw/grlib*
435
436 S390 Machines
437 -------------
438 S390 Virtio
439 M: Alexander Graf <agraf@suse.de>
440 S: Maintained
441 F: hw/s390-*.c
442
443 UniCore32 Machines
444 -------------
445 PKUnity-3 SoC initramfs-with-busybox
446 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
447 S: Maintained
448 F: hw/puv3*
449 F: hw/unicore32/
450
451 X86 Machines
452 ------------
453 PC
454 M: Anthony Liguori <aliguori@us.ibm.com>
455 S: Supported
456 F: hw/pc.[ch]
457 F: hw/pc_piix.c
458
459 Xtensa Machines
460 ---------------
461 sim
462 M: Max Filippov <jcmvbkbc@gmail.com>
463 S: Maintained
464 F: hw/xtensa_sim.c
465
466 Avnet LX60
467 M: Max Filippov <jcmvbkbc@gmail.com>
468 S: Maintained
469 F: hw/xtensa_lx60.c
470
471 Devices
472 -------
473 IDE
474 M: Kevin Wolf <kwolf@redhat.com>
475 S: Odd Fixes
476 F: hw/ide/
477
478 OMAP
479 M: Peter Maydell <peter.maydell@linaro.org>
480 S: Maintained
481 F: hw/omap*
482
483 PCI
484 M: Michael S. Tsirkin <mst@redhat.com>
485 S: Supported
486 F: hw/pci*
487 F: hw/piix*
488
489 ppc4xx
490 M: Alexander Graf <agraf@suse.de>
491 L: qemu-ppc@nongnu.org
492 S: Odd Fixes
493 F: hw/ppc4xx*.[hc]
494
495 ppce500
496 M: Alexander Graf <agraf@suse.de>
497 M: Scott Wood <scottwood@freescale.com>
498 L: qemu-ppc@nongnu.org
499 S: Supported
500 F: hw/ppce500_*
501
502 SCSI
503 M: Paolo Bonzini <pbonzini@redhat.com>
504 S: Supported
505 F: hw/virtio-scsi.*
506 F: hw/scsi*
507 T: git git://github.com/bonzini/qemu.git scsi-next
508
509 LSI53C895A
510 M: Paul Brook <paul@codesourcery.com>
511 S: Odd Fixes
512 F: hw/lsi53c895a.c
513
514 USB
515 M: Gerd Hoffmann <kraxel@redhat.com>
516 S: Maintained
517 F: hw/usb*
518
519 VFIO
520 M: Alex Williamson <alex.williamson@redhat.com>
521 S: Supported
522 F: hw/vfio*
523
524 vhost
525 M: Michael S. Tsirkin <mst@redhat.com>
526 S: Supported
527 F: hw/vhost*
528
529 virtio
530 M: Anthony Liguori <aliguori@us.ibm.com>
531 S: Supported
532 F: hw/virtio*
533
534 virtio-9p
535 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
536 S: Supported
537 F: hw/9pfs/
538 F: fsdev/
539 T: git git://github.com/kvaneesh/QEMU.git
540
541 virtio-blk
542 M: Kevin Wolf <kwolf@redhat.com>
543 S: Supported
544 F: hw/virtio-blk*
545
546 virtio-serial
547 M: Amit Shah <amit.shah@redhat.com>
548 S: Supported
549 F: hw/virtio-serial*
550 F: hw/virtio-console*
551
552 Xilinx EDK
553 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
554 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
555 S: Maintained
556 F: hw/xilinx_axi*
557 F: hw/xilinx_uartlite.c
558 F: hw/xilinx_intc.c
559 F: hw/xilinx_ethlite.c
560 F: hw/xilinx_timer.c
561 F: hw/xilinx.h
562
563 Subsystems
564 ----------
565 Audio
566 M: Vassili Karpov (malc) <av1474@comtv.ru>
567 S: Maintained
568 F: audio/
569
570 Block
571 M: Kevin Wolf <kwolf@redhat.com>
572 S: Supported
573 F: block*
574 F: block/
575
576 Character Devices
577 M: Anthony Liguori <aliguori@us.ibm.com>
578 S: Maintained
579 F: qemu-char.c
580
581 CPU
582 M: Andreas Färber <afaerber@suse.de>
583 S: Supported
584 F: qom/cpu.c
585 F: include/qemu/cpu.h
586
587 Device Tree
588 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
589 M: Alexander Graf <agraf@suse.de>
590 S: Maintained
591 F: device-tree.[ch]
592
593 GDB stub
594 M: qemu-devel@nongnu.org
595 S: Odd Fixes
596 F: gdbstub*
597 F: gdb-xml/
598
599 SPICE
600 M: Gerd Hoffmann <kraxel@redhat.com>
601 S: Supported
602 F: ui/qemu-spice.h
603 F: ui/spice-*.c
604 F: audio/spiceaudio.c
605 F: hw/qxl*
606
607 Graphics
608 M: Anthony Liguori <aliguori@us.ibm.com>
609 S: Maintained
610 F: ui/
611
612 Cocoa graphics
613 M: Andreas Färber <andreas.faerber@web.de>
614 S: Odd Fixes
615 F: ui/cocoa.m
616
617 Main loop
618 M: Anthony Liguori <aliguori@us.ibm.com>
619 S: Supported
620 F: vl.c
621
622 Monitor (QMP/HMP)
623 M: Luiz Capitulino <lcapitulino@redhat.com>
624 M: Markus Armbruster <armbru@redhat.com>
625 S: Supported
626 F: monitor.c
627
628 Network device layer
629 M: Anthony Liguori <aliguori@us.ibm.com>
630 M: Stefan Hajnoczi <stefanha@gmail.com>
631 S: Maintained
632 F: net/
633 T: git git://github.com/stefanha/qemu.git net
634
635 Network Block Device (NBD)
636 M: Paolo Bonzini <pbonzini@redhat.com>
637 S: Odd Fixes
638 F: block/nbd.c
639 F: nbd.*
640 F: qemu-nbd.c
641 T: git git://github.com/bonzini/qemu.git nbd-next
642
643 SLIRP
644 M: Jan Kiszka <jan.kiszka@siemens.com>
645 S: Maintained
646 F: slirp/
647 T: git git://git.kiszka.org/qemu.git queues/slirp
648
649 Tracing
650 M: Stefan Hajnoczi <stefanha@gmail.com>
651 S: Maintained
652 F: trace/
653 F: scripts/tracetool.py
654 F: scripts/tracetool/
655 F: docs/tracing.txt
656 T: git git://github.com/stefanha/qemu.git tracing
657
658 Checkpatch
659 M: Blue Swirl <blauwirbel@gmail.com>
660 S: Odd Fixes
661 F: scripts/checkpatch.pl
662
663 Usermode Emulation
664 ------------------
665 BSD user
666 M: Blue Swirl <blauwirbel@gmail.com>
667 S: Maintained
668 F: bsd-user/
669
670 Linux user
671 M: Riku Voipio <riku.voipio@iki.fi>
672 S: Maintained
673 F: linux-user/
674
675 Tiny Code Generator (TCG)
676 -------------------------
677 Common code
678 M: qemu-devel@nongnu.org
679 S: Maintained
680 F: tcg/
681
682 ARM target
683 M: Andrzej Zaborowski <balrogg@gmail.com>
684 S: Maintained
685 F: tcg/arm/
686
687 HPPA target
688 M: Richard Henderson <rth@twiddle.net>
689 S: Maintained
690 F: tcg/hppa/
691
692 i386 target
693 M: qemu-devel@nongnu.org
694 S: Maintained
695 F: tcg/i386/
696
697 IA64 target
698 M: Aurelien Jarno <aurelien@aurel32.net>
699 S: Maintained
700 F: tcg/ia64/
701
702 MIPS target
703 M: Aurelien Jarno <aurelien@aurel32.net>
704 S: Maintained
705 F: tcg/mips/
706
707 PPC
708 M: Vassili Karpov (malc) <av1474@comtv.ru>
709 S: Maintained
710 F: tcg/ppc/
711
712 PPC64 target
713 M: Vassili Karpov (malc) <av1474@comtv.ru>
714 S: Maintained
715 F: tcg/ppc64/
716
717 S390 target
718 M: Alexander Graf <agraf@suse.de>
719 M: Richard Henderson <rth@twiddle.net>
720 S: Maintained
721 F: tcg/s390/
722
723 SPARC target
724 M: Blue Swirl <blauwirbel@gmail.com>
725 S: Maintained
726 F: tcg/sparc/
727
728 TCI target
729 M: Stefan Weil <sw@weilnetz.de>
730 S: Maintained
731 F: tcg/tci/
732
733 Stable branches
734 ---------------
735 Stable 1.0
736 L: qemu-stable@nongnu.org
737 T: git git://git.qemu.org/qemu-stable-1.0.git
738 S: Orphan
739
740 Stable 0.15
741 L: qemu-stable@nongnu.org
742 T: git git://git.qemu.org/qemu-stable-0.15.git
743 S: Orphan
744
745 Stable 0.14
746 L: qemu-stable@nongnu.org
747 T: git git://git.qemu.org/qemu-stable-0.14.git
748 S: Orphan
749
750 Stable 0.10
751 L: qemu-stable@nongnu.org
752 T: git git://git.qemu.org/qemu-stable-0.10.git
753 S: Orphan