Allow clock_gettime() monotonic clock to be utilized on more OS's
[qemu/ar7.git] / MAINTAINERS
blobdb14ffc16cb3a8875578ffbc50fdcbd00f4bb765
1 QEMU Maintainers
2 ================
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.
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.
12 Descriptions of section entries:
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.
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 M: Peter Maydell <peter.maydell@linaro.org>
66 S: Maintained
67 F: target-arm/
69 CRIS
70 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71 S: Maintained
72 F: target-cris/
74 LM32
75 M: Michael Walle <michael@walle.cc>
76 S: Maintained
77 F: target-lm32/
79 M68K
80 M: Paul Brook <paul@codesourcery.com>
81 S: Odd Fixes
82 F: target-m68k/
84 MicroBlaze
85 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86 S: Maintained
87 F: target-microblaze/
89 MIPS
90 M: Aurelien Jarno <aurelien@aurel32.net>
91 S: Odd Fixes
92 F: target-mips/
94 Moxie
95 M: Anthony Green <green@moxielogic.com>
96 S: Maintained
97 F: target-moxie/
99 PowerPC
100 M: Alexander Graf <agraf@suse.de>
101 L: qemu-ppc@nongnu.org
102 S: Maintained
103 F: target-ppc/
105 S390
106 M: Richard Henderson <rth@twiddle.net>
107 M: Alexander Graf <agraf@suse.de>
108 S: Maintained
109 F: target-s390x/
112 M: Aurelien Jarno <aurelien@aurel32.net>
113 S: Odd Fixes
114 F: target-sh4/
116 SPARC
117 M: Blue Swirl <blauwirbel@gmail.com>
118 S: Maintained
119 F: target-sparc/
121 UniCore32
122 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
123 S: Maintained
124 F: target-unicore32/
127 M: qemu-devel@nongnu.org
128 S: Odd Fixes
129 F: target-i386/
131 Xtensa
132 M: Max Filippov <jcmvbkbc@gmail.com>
133 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
134 S: Maintained
135 F: target-xtensa/
137 Guest CPU Cores (KVM):
138 ----------------------
140 Overall
141 M: Gleb Natapov <gleb@redhat.com>
142 M: Marcelo Tosatti <mtosatti@redhat.com>
143 L: kvm@vger.kernel.org
144 S: Supported
145 F: kvm-*
146 F: */kvm.*
149 M: Peter Maydell <peter.maydell@linaro.org>
150 S: Maintained
151 F: target-arm/kvm.c
154 M: Alexander Graf <agraf@suse.de>
155 S: Maintained
156 F: target-ppc/kvm.c
158 S390
159 M: Alexander Graf <agraf@suse.de>
160 S: Maintained
161 F: target-s390x/kvm.c
164 M: Gleb Natapov <gleb@redhat.com>
165 M: Marcelo Tosatti <mtosatti@redhat.com>
166 L: kvm@vger.kernel.org
167 S: Supported
168 F: target-i386/kvm.c
170 Guest CPU Cores (Xen):
171 ----------------------
174 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
175 L: xen-devel@lists.xensource.com
176 S: Supported
177 F: xen-*
178 F: */xen*
180 Hosts:
181 ------
183 LINUX
184 L: qemu-devel@nongnu.org
185 S: Maintained
186 F: linux-*
187 F: linux-headers/
189 POSIX
190 L: qemu-devel@nongnu.org
191 S: Maintained
192 F: *posix*
194 W32, W64
195 L: qemu-devel@nongnu.org
196 M: Stefan Weil <sw@weilnetz.de>
197 S: Maintained
198 F: *win32*
200 ARM Machines
201 ------------
202 Exynos
203 M: Evgeny Voevodin <e.voevodin@samsung.com>
204 M: Maksim Kozlov <m.kozlov@samsung.com>
205 M: Igor Mitsyanko <i.mitsyanko@samsung.com>
206 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
207 S: Maintained
208 F: hw/exynos*
210 Calxeda Highbank
211 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
212 S: Supported
213 F: hw/highbank.c
214 F: hw/xgmac.c
216 Gumstix
217 M: qemu-devel@nongnu.org
218 S: Orphan
219 F: hw/gumstix.c
221 i.MX31
222 M: Peter Chubb <peter.chubb@nicta.com.au>
223 S: Odd fixes
224 F: hw/imx*
225 F: hw/kzm.c
227 Integrator CP
228 M: Paul Brook <paul@codesourcery.com>
229 M: Peter Maydell <peter.maydell@linaro.org>
230 S: Maintained
231 F: hw/integratorcp.c
233 Mainstone
234 M: qemu-devel@nongnu.org
235 S: Orphan
236 F: hw/mainstone.c
238 Musicpal
239 M: Jan Kiszka <jan.kiszka@web.de>
240 S: Maintained
241 F: hw/musicpal.c
243 nSeries
244 M: Andrzej Zaborowski <balrogg@gmail.com>
245 S: Maintained
246 F: hw/nseries.c
248 Palm
249 M: Andrzej Zaborowski <balrogg@gmail.com>
250 S: Maintained
251 F: hw/palm.c
253 Real View
254 M: Paul Brook <paul@codesourcery.com>
255 M: Peter Maydell <peter.maydell@linaro.org>
256 S: Maintained
257 F: hw/realview*
259 Spitz
260 M: Andrzej Zaborowski <balrogg@gmail.com>
261 S: Maintained
262 F: hw/spitz.c
264 Stellaris
265 M: Paul Brook <paul@codesourcery.com>
266 M: Peter Maydell <peter.maydell@linaro.org>
267 S: Maintained
268 F: hw/stellaris.c
270 Versatile PB
271 M: Paul Brook <paul@codesourcery.com>
272 M: Peter Maydell <peter.maydell@linaro.org>
273 S: Maintained
274 F: hw/versatilepb.c
276 Xilinx Zynq
277 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
278 S: Maintained
279 F: hw/xilinx_zynq.c
280 F: hw/zynq_slcr.c
281 F: hw/cadence_*
282 F: hw/xilinx_spips.c
284 CRIS Machines
285 -------------
286 Axis Dev88
287 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
288 S: Maintained
289 F: hw/axis_dev88.c
291 etraxfs
292 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
293 S: Maintained
294 F: hw/etraxfs.c
296 LM32 Machines
297 -------------
298 EVR32 and uclinux BSP
299 M: Michael Walle <michael@walle.cc>
300 S: Maintained
301 F: hw/lm32_boards.c
303 milkymist
304 M: Michael Walle <michael@walle.cc>
305 S: Maintained
306 F: hw/milkymist.c
308 M68K Machines
309 -------------
310 an5206
311 M: Paul Brook <paul@codesourcery.com>
312 S: Maintained
313 F: hw/an5206.c
315 dummy_m68k
316 M: Paul Brook <paul@codesourcery.com>
317 S: Maintained
318 F: hw/dummy_m68k.c
320 mcf5208
321 M: Paul Brook <paul@codesourcery.com>
322 S: Maintained
323 F: hw/mcf5208.c
325 MicroBlaze Machines
326 -------------------
327 petalogix_s3adsp1800
328 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
329 S: Maintained
330 F: hw/petalogix_s3adsp1800.c
332 petalogix_ml605
333 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
334 S: Maintained
335 F: hw/petalogix_ml605_mmu.c
337 MIPS Machines
338 -------------
339 Jazz
340 M: Hervé Poussineau <hpoussin@reactos.org>
341 S: Maintained
342 F: hw/mips_jazz.c
344 Malta
345 M: Aurelien Jarno <aurelien@aurel32.net>
346 S: Maintained
347 F: hw/mips_malta.c
349 Mipssim
350 M: qemu-devel@nongnu.org
351 S: Orphan
352 F: hw/mips_mipssim.c
354 R4000
355 M: Aurelien Jarno <aurelien@aurel32.net>
356 S: Maintained
357 F: hw/mips_r4k.c
359 PowerPC Machines
360 ----------------
362 M: Alexander Graf <agraf@suse.de>
363 L: qemu-ppc@nongnu.org
364 S: Odd Fixes
365 F: hw/ppc405_boards.c
367 Bamboo
368 M: Alexander Graf <agraf@suse.de>
369 L: qemu-ppc@nongnu.org
370 S: Odd Fixes
371 F: hw/ppc440_bamboo.c
373 e500
374 M: Alexander Graf <agraf@suse.de>
375 M: Scott Wood <scottwood@freescale.com>
376 L: qemu-ppc@nongnu.org
377 S: Supported
378 F: hw/ppc/e500.[hc]
379 F: hw/ppc/e500plat.c
381 mpc8544ds
382 M: Alexander Graf <agraf@suse.de>
383 M: Scott Wood <scottwood@freescale.com>
384 L: qemu-ppc@nongnu.org
385 S: Supported
386 F: hw/ppc/mpc8544ds.c
387 F: hw/mpc8544_guts.c
389 New World
390 M: Alexander Graf <agraf@suse.de>
391 L: qemu-ppc@nongnu.org
392 S: Maintained
393 F: hw/ppc/mac_newworld.c
394 F: hw/unin_pci.c
395 F: hw/dec_pci.[hc]
397 Old World
398 M: Alexander Graf <agraf@suse.de>
399 L: qemu-ppc@nongnu.org
400 S: Maintained
401 F: hw/ppc/mac_oldworld.c
402 F: hw/grackle_pci.c
404 PReP
405 M: Andreas Färber <andreas.faerber@web.de>
406 L: qemu-ppc@nongnu.org
407 S: Odd Fixes
408 F: hw/ppc/prep.c
409 F: hw/prep_pci.[hc]
410 F: hw/pc87312.[hc]
412 sPAPR
413 M: David Gibson <david@gibson.dropbear.id.au>
414 M: Alexander Graf <agraf@suse.de>
415 L: qemu-ppc@nongnu.org
416 S: Supported
417 F: hw/spapr*
419 virtex_ml507
420 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
421 L: qemu-ppc@nongnu.org
422 S: Odd Fixes
423 F: hw/virtex_ml507.c
425 SH4 Machines
426 ------------
428 M: Magnus Damm <magnus.damm@gmail.com>
429 S: Maintained
430 F: hw/r2d.c
432 Shix
433 M: Magnus Damm <magnus.damm@gmail.com>
434 S: Orphan
435 F: hw/shix.c
437 SPARC Machines
438 --------------
439 Sun4m
440 M: Blue Swirl <blauwirbel@gmail.com>
441 S: Maintained
442 F: hw/sun4m.c
444 Sun4u
445 M: Blue Swirl <blauwirbel@gmail.com>
446 S: Maintained
447 F: hw/sun4u.c
449 Leon3
450 M: Fabien Chouteau <chouteau@adacore.com>
451 S: Maintained
452 F: hw/leon3.c
453 F: hw/grlib*
455 S390 Machines
456 -------------
457 S390 Virtio
458 M: Alexander Graf <agraf@suse.de>
459 S: Maintained
460 F: hw/s390-*.c
462 S390 Virtio-ccw
463 M: Cornelia Huck <cornelia.huck@de.ibm.com>
464 M: Alexander Graf <agraf@suse.de>
465 S: Supported
466 F: hw/s390x/s390-virtio-ccw.c
467 F: hw/s390x/css.[hc]
468 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
470 UniCore32 Machines
471 -------------
472 PKUnity-3 SoC initramfs-with-busybox
473 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
474 S: Maintained
475 F: hw/puv3*
476 F: hw/unicore32/
478 X86 Machines
479 ------------
481 M: Anthony Liguori <aliguori@us.ibm.com>
482 S: Supported
483 F: hw/pc.[ch]
484 F: hw/pc_piix.c
486 Xtensa Machines
487 ---------------
489 M: Max Filippov <jcmvbkbc@gmail.com>
490 S: Maintained
491 F: hw/xtensa_sim.c
493 Avnet LX60
494 M: Max Filippov <jcmvbkbc@gmail.com>
495 S: Maintained
496 F: hw/xtensa_lx60.c
498 Devices
499 -------
501 M: Kevin Wolf <kwolf@redhat.com>
502 S: Odd Fixes
503 F: hw/ide/
505 OMAP
506 M: Peter Maydell <peter.maydell@linaro.org>
507 S: Maintained
508 F: hw/omap*
511 M: Michael S. Tsirkin <mst@redhat.com>
512 S: Supported
513 F: hw/pci/*
514 F: hw/pci*
515 F: hw/piix*
517 ppc4xx
518 M: Alexander Graf <agraf@suse.de>
519 L: qemu-ppc@nongnu.org
520 S: Odd Fixes
521 F: hw/ppc4xx*.[hc]
523 ppce500
524 M: Alexander Graf <agraf@suse.de>
525 M: Scott Wood <scottwood@freescale.com>
526 L: qemu-ppc@nongnu.org
527 S: Supported
528 F: hw/ppce500_*
530 SCSI
531 M: Paolo Bonzini <pbonzini@redhat.com>
532 S: Supported
533 F: hw/virtio-scsi.*
534 F: hw/scsi*
535 T: git git://github.com/bonzini/qemu.git scsi-next
537 LSI53C895A
538 M: Paul Brook <paul@codesourcery.com>
539 S: Odd Fixes
540 F: hw/lsi53c895a.c
543 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
544 S: Maintained
545 F: hw/ssi.*
546 F: hw/m25p80.c
549 M: Gerd Hoffmann <kraxel@redhat.com>
550 S: Maintained
551 F: hw/usb*
553 VFIO
554 M: Alex Williamson <alex.williamson@redhat.com>
555 S: Supported
556 F: hw/vfio*
558 vhost
559 M: Michael S. Tsirkin <mst@redhat.com>
560 S: Supported
561 F: hw/vhost*
563 virtio
564 M: Anthony Liguori <aliguori@us.ibm.com>
565 S: Supported
566 F: hw/virtio*
568 virtio-9p
569 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
570 S: Supported
571 F: hw/9pfs/
572 F: fsdev/
573 T: git git://github.com/kvaneesh/QEMU.git
575 virtio-blk
576 M: Kevin Wolf <kwolf@redhat.com>
577 M: Stefan Hajnoczi <stefanha@redhat.com>
578 S: Supported
579 F: hw/virtio-blk*
581 virtio-ccw
582 M: Cornelia Huck <cornelia.huck@de.ibm.com>
583 S: Supported
584 F: hw/s390x/virtio-ccw.[hc]
585 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
587 virtio-serial
588 M: Amit Shah <amit.shah@redhat.com>
589 S: Supported
590 F: hw/virtio-serial*
591 F: hw/virtio-console*
593 Xilinx EDK
594 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
595 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
596 S: Maintained
597 F: hw/xilinx_axi*
598 F: hw/xilinx_uartlite.c
599 F: hw/xilinx_intc.c
600 F: hw/xilinx_ethlite.c
601 F: hw/xilinx_timer.c
602 F: hw/xilinx.h
603 F: hw/xilinx_spi.c
605 Subsystems
606 ----------
607 Audio
608 M: Vassili Karpov (malc) <av1474@comtv.ru>
609 S: Maintained
610 F: audio/
612 Block
613 M: Kevin Wolf <kwolf@redhat.com>
614 M: Stefan Hajnoczi <stefanha@redhat.com>
615 S: Supported
616 F: block*
617 F: block/
619 Character Devices
620 M: Anthony Liguori <aliguori@us.ibm.com>
621 S: Maintained
622 F: qemu-char.c
625 M: Andreas Färber <afaerber@suse.de>
626 S: Supported
627 F: qom/cpu.c
628 F: include/qemu/cpu.h
629 F: target-i386/cpu.c
631 Device Tree
632 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
633 M: Alexander Graf <agraf@suse.de>
634 S: Maintained
635 F: device-tree.[ch]
637 GDB stub
638 M: qemu-devel@nongnu.org
639 S: Odd Fixes
640 F: gdbstub*
641 F: gdb-xml/
643 SPICE
644 M: Gerd Hoffmann <kraxel@redhat.com>
645 S: Supported
646 F: ui/qemu-spice.h
647 F: ui/spice-*.c
648 F: audio/spiceaudio.c
649 F: hw/qxl*
651 Graphics
652 M: Anthony Liguori <aliguori@us.ibm.com>
653 S: Maintained
654 F: ui/
656 Cocoa graphics
657 M: Andreas Färber <andreas.faerber@web.de>
658 S: Odd Fixes
659 F: ui/cocoa.m
661 Main loop
662 M: Anthony Liguori <aliguori@us.ibm.com>
663 S: Supported
664 F: vl.c
666 Monitor (QMP/HMP)
667 M: Luiz Capitulino <lcapitulino@redhat.com>
668 M: Markus Armbruster <armbru@redhat.com>
669 S: Supported
670 F: monitor.c
672 Network device layer
673 M: Anthony Liguori <aliguori@us.ibm.com>
674 M: Stefan Hajnoczi <stefanha@redhat.com>
675 S: Maintained
676 F: net/
677 T: git git://github.com/stefanha/qemu.git net
679 Network Block Device (NBD)
680 M: Paolo Bonzini <pbonzini@redhat.com>
681 S: Odd Fixes
682 F: block/nbd.c
683 F: nbd.*
684 F: qemu-nbd.c
685 T: git git://github.com/bonzini/qemu.git nbd-next
687 SLIRP
688 M: Jan Kiszka <jan.kiszka@siemens.com>
689 S: Maintained
690 F: slirp/
691 T: git git://git.kiszka.org/qemu.git queues/slirp
693 Tracing
694 M: Stefan Hajnoczi <stefanha@redhat.com>
695 S: Maintained
696 F: trace/
697 F: scripts/tracetool.py
698 F: scripts/tracetool/
699 F: docs/tracing.txt
700 T: git git://github.com/stefanha/qemu.git tracing
702 Checkpatch
703 M: Blue Swirl <blauwirbel@gmail.com>
704 S: Odd Fixes
705 F: scripts/checkpatch.pl
707 Usermode Emulation
708 ------------------
709 BSD user
710 M: Blue Swirl <blauwirbel@gmail.com>
711 S: Maintained
712 F: bsd-user/
714 Linux user
715 M: Riku Voipio <riku.voipio@iki.fi>
716 S: Maintained
717 F: linux-user/
719 Tiny Code Generator (TCG)
720 -------------------------
721 Common code
722 M: qemu-devel@nongnu.org
723 S: Maintained
724 F: tcg/
726 ARM target
727 M: Andrzej Zaborowski <balrogg@gmail.com>
728 S: Maintained
729 F: tcg/arm/
731 HPPA target
732 M: Richard Henderson <rth@twiddle.net>
733 S: Maintained
734 F: tcg/hppa/
736 i386 target
737 M: qemu-devel@nongnu.org
738 S: Maintained
739 F: tcg/i386/
741 IA64 target
742 M: Aurelien Jarno <aurelien@aurel32.net>
743 S: Maintained
744 F: tcg/ia64/
746 MIPS target
747 M: Aurelien Jarno <aurelien@aurel32.net>
748 S: Maintained
749 F: tcg/mips/
752 M: Vassili Karpov (malc) <av1474@comtv.ru>
753 S: Maintained
754 F: tcg/ppc/
756 PPC64 target
757 M: Vassili Karpov (malc) <av1474@comtv.ru>
758 S: Maintained
759 F: tcg/ppc64/
761 S390 target
762 M: Alexander Graf <agraf@suse.de>
763 M: Richard Henderson <rth@twiddle.net>
764 S: Maintained
765 F: tcg/s390/
767 SPARC target
768 M: Blue Swirl <blauwirbel@gmail.com>
769 S: Maintained
770 F: tcg/sparc/
772 TCI target
773 M: Stefan Weil <sw@weilnetz.de>
774 S: Maintained
775 F: tcg/tci/
777 Stable branches
778 ---------------
779 Stable 1.0
780 L: qemu-stable@nongnu.org
781 T: git git://git.qemu.org/qemu-stable-1.0.git
782 S: Orphan
784 Stable 0.15
785 L: qemu-stable@nongnu.org
786 T: git git://git.qemu.org/qemu-stable-0.15.git
787 S: Orphan
789 Stable 0.14
790 L: qemu-stable@nongnu.org
791 T: git git://git.qemu.org/qemu-stable-0.14.git
792 S: Orphan
794 Stable 0.10
795 L: qemu-stable@nongnu.org
796 T: git git://git.qemu.org/qemu-stable-0.10.git
797 S: Orphan