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