target-arm: convert check_ap to ap_to_rw_prot
[qemu/ar7.git] / MAINTAINERS
blobd7e9ba2da75f32960b322be84de2837ec148196e
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: Peter Maydell <peter.maydell@linaro.org>
55 Responsible Disclosure, Reporting Security Issues
56 ------------------------------
57 W: http://wiki.qemu.org/SecurityProcess
58 M: Michael S. Tsirkin <mst@redhat.com>
59 L: secalert@redhat.com
61 Guest CPU cores (TCG):
62 ----------------------
63 Overall
64 L: qemu-devel@nongnu.org
65 S: Odd fixes
66 F: cpu-exec.c
67 F: cputlb.c
68 F: softmmu_template.h
69 F: translate-all.c
70 F: include/exec/cpu_ldst.h
71 F: include/exec/cpu_ldst_template.h
72 F: include/exec/helper*.h
74 Alpha
75 M: Richard Henderson <rth@twiddle.net>
76 S: Maintained
77 F: target-alpha/
78 F: hw/alpha/
79 F: tests/tcg/alpha/
81 ARM
82 M: Peter Maydell <peter.maydell@linaro.org>
83 S: Maintained
84 F: target-arm/
85 F: hw/arm/
86 F: hw/cpu/a*mpcore.c
88 CRIS
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 S: Maintained
91 F: target-cris/
92 F: hw/cris/
93 F: tests/tcg/cris/
95 LM32
96 M: Michael Walle <michael@walle.cc>
97 S: Maintained
98 F: target-lm32/
99 F: disas/lm32.c
100 F: hw/lm32/
101 F: hw/*/lm32_*
102 F: hw/*/milkymist-*
103 F: include/hw/char/lm32_juart.h
104 F: include/hw/lm32/
105 F: tests/tcg/lm32/
107 M68K
108 S: Orphan
109 F: target-m68k/
110 F: hw/m68k/
112 MicroBlaze
113 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
114 S: Maintained
115 F: target-microblaze/
116 F: hw/microblaze/
118 MIPS
119 M: Aurelien Jarno <aurelien@aurel32.net>
120 M: Leon Alrae <leon.alrae@imgtec.com>
121 S: Maintained
122 F: target-mips/
123 F: hw/mips/
124 F: tests/tcg/mips/
126 Moxie
127 M: Anthony Green <green@moxielogic.com>
128 S: Maintained
129 F: target-moxie/
131 OpenRISC
132 M: Jia Liu <proljc@gmail.com>
133 S: Maintained
134 F: target-openrisc/
135 F: hw/openrisc/
136 F: tests/tcg/openrisc/
138 PowerPC
139 M: Alexander Graf <agraf@suse.de>
140 L: qemu-ppc@nongnu.org
141 S: Maintained
142 F: target-ppc/
143 F: hw/ppc/
145 S390
146 M: Richard Henderson <rth@twiddle.net>
147 M: Alexander Graf <agraf@suse.de>
148 S: Maintained
149 F: target-s390x/
150 F: hw/s390x/
153 M: Aurelien Jarno <aurelien@aurel32.net>
154 S: Odd Fixes
155 F: target-sh4/
156 F: hw/sh4/
158 SPARC
159 M: Blue Swirl <blauwirbel@gmail.com>
160 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
161 S: Maintained
162 F: target-sparc/
163 F: hw/sparc/
164 F: hw/sparc64/
166 UniCore32
167 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168 S: Maintained
169 F: target-unicore32/
170 F: hw/unicore32/
173 M: Paolo Bonzini <pbonzini@redhat.com>
174 M: Richard Henderson <rth@twiddle.net>
175 S: Odd Fixes
176 F: target-i386/
177 F: hw/i386/
179 Xtensa
180 M: Max Filippov <jcmvbkbc@gmail.com>
181 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
182 S: Maintained
183 F: target-xtensa/
184 F: hw/xtensa/
185 F: tests/tcg/xtensa/
187 TriCore
188 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
189 S: Maintained
190 F: target-tricore/
191 F: hw/tricore/
193 Guest CPU Cores (KVM):
194 ----------------------
196 Overall
197 M: Paolo Bonzini <pbonzini@redhat.com>
198 L: kvm@vger.kernel.org
199 S: Supported
200 F: kvm-*
201 F: */kvm.*
204 M: Peter Maydell <peter.maydell@linaro.org>
205 S: Maintained
206 F: target-arm/kvm.c
208 MIPS
209 M: James Hogan <james.hogan@imgtec.com>
210 S: Maintained
211 F: target-mips/kvm.c
214 M: Alexander Graf <agraf@suse.de>
215 S: Maintained
216 F: target-ppc/kvm.c
218 S390
219 M: Christian Borntraeger <borntraeger@de.ibm.com>
220 M: Cornelia Huck <cornelia.huck@de.ibm.com>
221 M: Alexander Graf <agraf@suse.de>
222 S: Maintained
223 F: target-s390x/kvm.c
224 F: hw/intc/s390_flic.c
225 F: hw/intc/s390_flic_kvm.c
226 F: include/hw/s390x/s390_flic.h
229 M: Paolo Bonzini <pbonzini@redhat.com>
230 M: Marcelo Tosatti <mtosatti@redhat.com>
231 L: kvm@vger.kernel.org
232 S: Supported
233 F: target-i386/kvm.c
235 Guest CPU Cores (Xen):
236 ----------------------
239 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
240 L: xen-devel@lists.xensource.com
241 S: Supported
242 F: xen-*
243 F: */xen*
245 Hosts:
246 ------
248 LINUX
249 L: qemu-devel@nongnu.org
250 S: Maintained
251 F: linux-*
252 F: linux-headers/
254 POSIX
255 L: qemu-devel@nongnu.org
256 S: Maintained
257 F: *posix*
259 W32, W64
260 L: qemu-devel@nongnu.org
261 M: Stefan Weil <sw@weilnetz.de>
262 S: Maintained
263 F: *win32*
265 ARM Machines
266 ------------
267 Allwinner-a10
268 M: Li Guang <lig.fnst@cn.fujitsu.com>
269 S: Maintained
270 F: hw/*/allwinner-a10*
271 F: include/hw/*/allwinner-a10*
272 F: hw/arm/cubieboard.c
274 Exynos
275 M: Evgeny Voevodin <e.voevodin@samsung.com>
276 M: Maksim Kozlov <m.kozlov@samsung.com>
277 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
278 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
279 S: Maintained
280 F: hw/*/exynos*
282 Calxeda Highbank
283 M: Rob Herring <robh@kernel.org>
284 S: Maintained
285 F: hw/arm/highbank.c
286 F: hw/net/xgmac.c
288 Canon DIGIC
289 M: Antony Pavlov <antonynpavlov@gmail.com>
290 S: Maintained
291 F: include/hw/arm/digic.h
292 F: hw/*/digic*
294 Gumstix
295 L: qemu-devel@nongnu.org
296 S: Orphan
297 F: hw/arm/gumstix.c
299 i.MX31
300 M: Peter Chubb <peter.chubb@nicta.com.au>
301 S: Odd fixes
302 F: hw/*/imx*
303 F: hw/arm/kzm.c
305 Integrator CP
306 M: Peter Maydell <peter.maydell@linaro.org>
307 S: Maintained
308 F: hw/arm/integratorcp.c
310 Mainstone
311 L: qemu-devel@nongnu.org
312 S: Orphan
313 F: hw/arm/mainstone.c
315 Musicpal
316 M: Jan Kiszka <jan.kiszka@web.de>
317 S: Maintained
318 F: hw/arm/musicpal.c
320 nSeries
321 M: Andrzej Zaborowski <balrogg@gmail.com>
322 S: Maintained
323 F: hw/arm/nseries.c
325 Palm
326 M: Andrzej Zaborowski <balrogg@gmail.com>
327 S: Maintained
328 F: hw/arm/palm.c
330 Real View
331 M: Peter Maydell <peter.maydell@linaro.org>
332 S: Maintained
333 F: hw/arm/realview*
335 Spitz
336 M: Andrzej Zaborowski <balrogg@gmail.com>
337 S: Maintained
338 F: hw/arm/spitz.c
340 Stellaris
341 M: Peter Maydell <peter.maydell@linaro.org>
342 S: Maintained
343 F: hw/*/stellaris*
345 Versatile PB
346 M: Peter Maydell <peter.maydell@linaro.org>
347 S: Maintained
348 F: hw/*/versatile*
350 Xilinx Zynq
351 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
352 S: Maintained
353 F: hw/arm/xilinx_zynq.c
354 F: hw/misc/zynq_slcr.c
355 F: hw/*/cadence_*
356 F: hw/ssi/xilinx_spips.c
358 CRIS Machines
359 -------------
360 Axis Dev88
361 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
362 S: Maintained
363 F: hw/cris/axis_dev88.c
364 F: hw/*/etraxfs_*.c
366 LM32 Machines
367 -------------
368 EVR32 and uclinux BSP
369 M: Michael Walle <michael@walle.cc>
370 S: Maintained
371 F: hw/lm32/lm32_boards.c
373 milkymist
374 M: Michael Walle <michael@walle.cc>
375 S: Maintained
376 F: hw/lm32/milkymist.c
378 M68K Machines
379 -------------
380 an5206
381 S: Orphan
382 F: hw/m68k/an5206.c
384 dummy_m68k
385 S: Orphan
386 F: hw/m68k/dummy_m68k.c
388 mcf5208
389 S: Orphan
390 F: hw/m68k/mcf5208.c
392 MicroBlaze Machines
393 -------------------
394 petalogix_s3adsp1800
395 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
396 S: Maintained
397 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
399 petalogix_ml605
400 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
401 S: Maintained
402 F: hw/microblaze/petalogix_ml605_mmu.c
404 MIPS Machines
405 -------------
406 Jazz
407 M: Hervé Poussineau <hpoussin@reactos.org>
408 S: Maintained
409 F: hw/mips/mips_jazz.c
411 Malta
412 M: Aurelien Jarno <aurelien@aurel32.net>
413 S: Maintained
414 F: hw/mips/mips_malta.c
416 Mipssim
417 L: qemu-devel@nongnu.org
418 S: Orphan
419 F: hw/mips/mips_mipssim.c
421 R4000
422 M: Aurelien Jarno <aurelien@aurel32.net>
423 S: Maintained
424 F: hw/mips/mips_r4k.c
426 OpenRISC Machines
427 -----------------
428 or1k-sim
429 M: Jia Liu <proljc@gmail.com>
430 S: Maintained
431 F: hw/openrisc/openrisc_sim.c
433 PowerPC Machines
434 ----------------
436 M: Alexander Graf <agraf@suse.de>
437 L: qemu-ppc@nongnu.org
438 S: Odd Fixes
439 F: hw/ppc/ppc405_boards.c
441 Bamboo
442 M: Alexander Graf <agraf@suse.de>
443 L: qemu-ppc@nongnu.org
444 S: Odd Fixes
445 F: hw/ppc/ppc440_bamboo.c
447 e500
448 M: Alexander Graf <agraf@suse.de>
449 M: Scott Wood <scottwood@freescale.com>
450 L: qemu-ppc@nongnu.org
451 S: Supported
452 F: hw/ppc/e500.[hc]
453 F: hw/ppc/e500plat.c
455 mpc8544ds
456 M: Alexander Graf <agraf@suse.de>
457 M: Scott Wood <scottwood@freescale.com>
458 L: qemu-ppc@nongnu.org
459 S: Supported
460 F: hw/ppc/mpc8544ds.c
461 F: hw/ppc/mpc8544_guts.c
463 New World
464 M: Alexander Graf <agraf@suse.de>
465 L: qemu-ppc@nongnu.org
466 S: Maintained
467 F: hw/ppc/mac_newworld.c
468 F: hw/pci-host/uninorth.c
469 F: hw/pci-bridge/dec.[hc]
470 F: hw/misc/macio/
472 Old World
473 M: Alexander Graf <agraf@suse.de>
474 L: qemu-ppc@nongnu.org
475 S: Maintained
476 F: hw/ppc/mac_oldworld.c
477 F: hw/pci-host/grackle.c
478 F: hw/misc/macio/
480 PReP
481 M: Andreas Färber <andreas.faerber@web.de>
482 L: qemu-ppc@nongnu.org
483 S: Odd Fixes
484 F: hw/ppc/prep.c
485 F: hw/pci-host/prep.[hc]
486 F: hw/isa/pc87312.[hc]
488 sPAPR
489 M: Alexander Graf <agraf@suse.de>
490 L: qemu-ppc@nongnu.org
491 S: Supported
492 F: hw/*/spapr*
493 F: include/hw/*/spapr*
494 F: hw/*/xics*
495 F: include/hw/*/xics*
496 F: pc-bios/spapr-rtas/*
498 virtex_ml507
499 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
500 L: qemu-ppc@nongnu.org
501 S: Odd Fixes
502 F: hw/ppc/virtex_ml507.c
504 SH4 Machines
505 ------------
507 M: Magnus Damm <magnus.damm@gmail.com>
508 S: Maintained
509 F: hw/sh4/r2d.c
511 Shix
512 M: Magnus Damm <magnus.damm@gmail.com>
513 S: Orphan
514 F: hw/sh4/shix.c
516 SPARC Machines
517 --------------
518 Sun4m
519 M: Blue Swirl <blauwirbel@gmail.com>
520 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
521 S: Maintained
522 F: hw/sparc/sun4m.c
524 Sun4u
525 M: Blue Swirl <blauwirbel@gmail.com>
526 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
527 S: Maintained
528 F: hw/sparc64/sun4u.c
530 Leon3
531 M: Fabien Chouteau <chouteau@adacore.com>
532 S: Maintained
533 F: hw/sparc/leon3.c
534 F: hw/*/grlib*
536 S390 Machines
537 -------------
538 S390 Virtio
539 M: Alexander Graf <agraf@suse.de>
540 S: Maintained
541 F: hw/s390x/s390-*.c
542 X: hw/s390x/*pci*.[hc]
544 S390 Virtio-ccw
545 M: Cornelia Huck <cornelia.huck@de.ibm.com>
546 M: Christian Borntraeger <borntraeger@de.ibm.com>
547 M: Alexander Graf <agraf@suse.de>
548 S: Supported
549 F: hw/s390x/s390-virtio-ccw.c
550 F: hw/s390x/css.[hc]
551 F: hw/s390x/sclp*.[hc]
552 F: hw/s390x/ipl*.[hc]
553 F: hw/s390x/*pci*.[hc]
554 F: include/hw/s390x/
555 F: pc-bios/s390-ccw/
556 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
558 UniCore32 Machines
559 -------------
560 PKUnity-3 SoC initramfs-with-busybox
561 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
562 S: Maintained
563 F: hw/*/puv3*
564 F: hw/unicore32/
566 X86 Machines
567 ------------
569 M: Michael S. Tsirkin <mst@redhat.com>
570 S: Supported
571 F: include/hw/i386/
572 F: hw/i386/
573 F: hw/pci-host/piix.c
574 F: hw/pci-host/q35.c
575 F: hw/pci-host/pam.c
576 F: include/hw/pci-host/q35.h
577 F: include/hw/pci-host/pam.h
578 F: hw/isa/piix4.c
579 F: hw/isa/lpc_ich9.c
580 F: hw/i2c/smbus_ich9.c
581 F: hw/acpi/piix4.c
582 F: hw/acpi/ich9.c
583 F: include/hw/acpi/ich9.h
584 F: include/hw/acpi/piix.h
587 Xtensa Machines
588 ---------------
590 M: Max Filippov <jcmvbkbc@gmail.com>
591 S: Maintained
592 F: hw/xtensa/sim.c
594 XTFPGA (LX60, LX200, ML605, KC705)
595 M: Max Filippov <jcmvbkbc@gmail.com>
596 S: Maintained
597 F: hw/xtensa/xtfpga.c
598 F: hw/net/opencores_eth.c
600 Devices
601 -------
603 M: Jiri Slaby <jslaby@suse.cz>
604 S: Maintained
605 F: hw/misc/edu.c
608 M: John Snow <jsnow@redhat.com>
609 L: qemu-block@nongnu.org
610 S: Supported
611 F: include/hw/ide.h
612 F: hw/ide/
613 F: hw/block/block.c
614 F: hw/block/cdrom.c
615 F: hw/block/hd-geometry.c
616 F: tests/ide-test.c
617 F: tests/ahci-test.c
618 T: git git://github.com/jnsnow/qemu.git ide
620 Floppy
621 M: John Snow <jsnow@redhat.com>
622 L: qemu-block@nongnu.org
623 S: Supported
624 F: hw/block/fdc.c
625 F: include/hw/block/fdc.h
626 T: git git://github.com/jnsnow/qemu.git ide
628 OMAP
629 M: Peter Maydell <peter.maydell@linaro.org>
630 S: Maintained
631 F: hw/*/omap*
634 M: Michael S. Tsirkin <mst@redhat.com>
635 S: Supported
636 F: include/hw/pci/*
637 F: hw/pci/*
638 F: hw/acpi/*
640 ppc4xx
641 M: Alexander Graf <agraf@suse.de>
642 L: qemu-ppc@nongnu.org
643 S: Odd Fixes
644 F: hw/ppc/ppc4*.c
646 ppce500
647 M: Alexander Graf <agraf@suse.de>
648 M: Scott Wood <scottwood@freescale.com>
649 L: qemu-ppc@nongnu.org
650 S: Supported
651 F: hw/ppc/e500*
653 SCSI
654 M: Paolo Bonzini <pbonzini@redhat.com>
655 S: Supported
656 F: include/hw/scsi*
657 F: hw/scsi/*
658 T: git git://github.com/bonzini/qemu.git scsi-next
660 LSI53C895A
661 S: Orphan
662 F: hw/scsi/lsi53c895a.c
665 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
666 S: Maintained
667 F: hw/ssi/*
668 F: hw/block/m25p80.c
671 M: Gerd Hoffmann <kraxel@redhat.com>
672 S: Maintained
673 F: hw/usb/*
674 F: tests/usb-*-test.c
676 USB (serial adapter)
677 M: Gerd Hoffmann <kraxel@redhat.com>
678 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
679 S: Maintained
680 F: hw/usb/dev-serial.c
682 VFIO
683 M: Alex Williamson <alex.williamson@redhat.com>
684 S: Supported
685 F: hw/vfio/*
687 vhost
688 M: Michael S. Tsirkin <mst@redhat.com>
689 S: Supported
690 F: hw/*/*vhost*
692 virtio
693 M: Michael S. Tsirkin <mst@redhat.com>
694 S: Supported
695 F: hw/*/virtio*
697 virtio-9p
698 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
699 S: Supported
700 F: hw/9pfs/
701 F: fsdev/
702 F: tests/virtio-9p-test.c
703 T: git git://github.com/kvaneesh/QEMU.git
705 virtio-blk
706 M: Kevin Wolf <kwolf@redhat.com>
707 M: Stefan Hajnoczi <stefanha@redhat.com>
708 S: Supported
709 F: hw/block/virtio-blk.c
711 virtio-ccw
712 M: Cornelia Huck <cornelia.huck@de.ibm.com>
713 M: Christian Borntraeger <borntraeger@de.ibm.com>
714 S: Supported
715 F: hw/s390x/virtio-ccw.[hc]
716 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
718 virtio-serial
719 M: Amit Shah <amit.shah@redhat.com>
720 S: Supported
721 F: hw/char/virtio-serial-bus.c
722 F: hw/char/virtio-console.c
723 F: include/hw/virtio/virtio-serial.h
725 virtio-rng
726 M: Amit Shah <amit.shah@redhat.com>
727 S: Supported
728 F: hw/virtio/virtio-rng.c
729 F: include/hw/virtio/virtio-rng.h
730 F: backends/rng*.c
732 nvme
733 M: Keith Busch <keith.busch@intel.com>
734 S: Supported
735 F: hw/block/nvme*
736 F: tests/nvme-test.c
738 megasas
739 M: Hannes Reinecke <hare@suse.de>
740 S: Supported
741 F: hw/scsi/megasas.c
742 F: hw/scsi/mfi.h
744 Xilinx EDK
745 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
746 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
747 S: Maintained
748 F: hw/*/xilinx_*
749 F: include/hw/xilinx.h
751 Vmware
752 M: Dmitry Fleytman <dmitry@daynix.com>
753 S: Maintained
754 F: hw/net/vmxnet*
755 F: hw/scsi/vmw_pvscsi*
757 Subsystems
758 ----------
759 Audio
760 M: Vassili Karpov (malc) <av1474@comtv.ru>
761 M: Gerd Hoffmann <kraxel@redhat.com>
762 S: Maintained
763 F: audio/
764 F: hw/audio/
765 F: tests/ac97-test.c
766 F: tests/es1370-test.c
767 F: tests/intel-hda-test.c
769 Block
770 M: Kevin Wolf <kwolf@redhat.com>
771 M: Stefan Hajnoczi <stefanha@redhat.com>
772 S: Supported
773 F: async.c
774 F: aio-*.c
775 F: block*
776 F: block/
777 F: hw/block/
778 F: migration/block*
779 F: qemu-img*
780 F: qemu-io*
781 F: tests/image-fuzzer/
782 F: tests/qemu-iotests/
783 T: git git://repo.or.cz/qemu/kevin.git block
784 T: git git://github.com/stefanha/qemu.git block
786 Block Jobs
787 M: Jeff Cody <jcody@redhat.com>
788 L: qemu-block@nongnu.org
789 S: Supported
790 F: blockjob.c
791 F: include/block/blockjob.h
792 F: block/backup.c
793 F: block/commit.c
794 F: block/stream.h
795 F: block/mirror.c
796 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
798 Character Devices
799 M: Paolo Bonzini <pbonzini@redhat.com>
800 S: Maintained
801 F: qemu-char.c
802 F: backends/msmouse.c
803 F: backends/testdev.c
805 Character Devices (Braille)
806 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
807 S: Maintained
808 F: backends/baum.c
810 Coverity model
811 M: Markus Armbruster <armbru@redhat.com>
812 S: Supported
813 F: scripts/coverity-model.c
816 M: Andreas Färber <afaerber@suse.de>
817 S: Supported
818 F: qom/cpu.c
819 F: include/qom/cpu.h
820 F: target-i386/cpu.c
822 ICC Bus
823 M: Igor Mammedov <imammedo@redhat.com>
824 S: Supported
825 F: include/hw/cpu/icc_bus.h
826 F: hw/cpu/icc_bus.c
828 Device Tree
829 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
830 M: Alexander Graf <agraf@suse.de>
831 S: Maintained
832 F: device_tree.[ch]
834 GDB stub
835 L: qemu-devel@nongnu.org
836 S: Odd Fixes
837 F: gdbstub*
838 F: gdb-xml/
840 Memory API
841 M: Paolo Bonzini <pbonzini@redhat.com>
842 S: Supported
843 F: include/exec/ioport.h
844 F: ioport.c
845 F: include/exec/memory.h
846 F: memory.c
847 F: include/exec/memory-internal.h
848 F: exec.c
850 SPICE
851 M: Gerd Hoffmann <kraxel@redhat.com>
852 S: Supported
853 F: include/ui/qemu-spice.h
854 F: ui/spice-*.c
855 F: audio/spiceaudio.c
856 F: hw/display/qxl*
858 Graphics
859 M: Gerd Hoffmann <kraxel@redhat.com>
860 S: Odd Fixes
861 F: ui/
863 Cocoa graphics
864 M: Andreas Färber <andreas.faerber@web.de>
865 M: Peter Maydell <peter.maydell@linaro.org>
866 S: Odd Fixes
867 F: ui/cocoa.m
869 Main loop
870 M: Paolo Bonzini <pbonzini@redhat.com>
871 S: Maintained
872 F: cpus.c
873 F: main-loop.c
874 F: qemu-timer.c
875 F: vl.c
877 Human Monitor (HMP)
878 M: Luiz Capitulino <lcapitulino@redhat.com>
879 S: Maintained
880 F: monitor.c
881 F: hmp.c
882 F: hmp-commands.hx
883 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
885 Network device layer
886 M: Stefan Hajnoczi <stefanha@redhat.com>
887 M: Jason Wang <jasowang@redhat.com>
888 S: Maintained
889 F: net/
890 T: git git://github.com/stefanha/qemu.git net
892 Netmap network backend
893 M: Luigi Rizzo <rizzo@iet.unipi.it>
894 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
895 M: Vincenzo Maffione <v.maffione@gmail.com>
896 W: http://info.iet.unipi.it/~luigi/netmap/
897 S: Maintained
898 F: net/netmap.c
900 Network Block Device (NBD)
901 M: Paolo Bonzini <pbonzini@redhat.com>
902 S: Odd Fixes
903 F: block/nbd.c
904 F: nbd.*
905 F: qemu-nbd.c
906 T: git git://github.com/bonzini/qemu.git nbd-next
908 QAPI
909 M: Luiz Capitulino <lcapitulino@redhat.com>
910 M: Michael Roth <mdroth@linux.vnet.ibm.com>
911 S: Maintained
912 F: qapi/
913 F: tests/qapi-schema/
914 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
916 QAPI Schema
917 M: Eric Blake <eblake@redhat.com>
918 M: Luiz Capitulino <lcapitulino@redhat.com>
919 M: Markus Armbruster <armbru@redhat.com>
920 S: Supported
921 F: qapi-schema.json
922 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
924 QObject
925 M: Luiz Capitulino <lcapitulino@redhat.com>
926 S: Maintained
927 F: qobject/
928 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
930 QEMU Guest Agent
931 M: Michael Roth <mdroth@linux.vnet.ibm.com>
932 S: Maintained
933 F: qga/
934 T: git git://github.com/mdroth/qemu.git qga
937 M: Andreas Färber <afaerber@suse.de>
938 S: Supported
939 T: git git://github.com/afaerber/qemu-cpu.git qom-next
940 F: include/qom/
941 X: include/qom/cpu.h
942 F: qom/
943 X: qom/cpu.c
944 F: tests/qom-test.c
947 M: Luiz Capitulino <lcapitulino@redhat.com>
948 S: Maintained
949 F: qmp.c
950 F: monitor.c
951 F: qmp-commands.hx
952 F: QMP/
953 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
955 SLIRP
956 M: Jan Kiszka <jan.kiszka@siemens.com>
957 S: Maintained
958 F: slirp/
959 T: git git://git.kiszka.org/qemu.git queues/slirp
961 Tracing
962 M: Stefan Hajnoczi <stefanha@redhat.com>
963 S: Maintained
964 F: trace/
965 F: scripts/tracetool.py
966 F: scripts/tracetool/
967 F: docs/tracing.txt
968 T: git git://github.com/stefanha/qemu.git tracing
970 Checkpatch
971 M: Blue Swirl <blauwirbel@gmail.com>
972 S: Odd Fixes
973 F: scripts/checkpatch.pl
975 Migration
976 M: Juan Quintela <quintela@redhat.com>
977 M: Amit Shah <amit.shah@redhat.com>
978 S: Maintained
979 F: include/migration/
980 F: migration/
981 F: savevm.c
982 F: arch_init.c
983 F: scripts/vmstate-static-checker.py
984 F: tests/vmstate-static-checker-data/
986 Seccomp
987 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
988 S: Supported
989 F: qemu-seccomp.c
990 F: include/sysemu/seccomp.h
992 Usermode Emulation
993 ------------------
994 Overall
995 M: Riku Voipio <riku.voipio@iki.fi>
996 S: Maintained
997 F: thunk.c
998 F: user-exec.c
1000 BSD user
1001 M: Blue Swirl <blauwirbel@gmail.com>
1002 S: Maintained
1003 F: bsd-user/
1005 Linux user
1006 M: Riku Voipio <riku.voipio@iki.fi>
1007 S: Maintained
1008 F: linux-user/
1010 Tiny Code Generator (TCG)
1011 -------------------------
1012 Common code
1013 M: Richard Henderson <rth@twiddle.net>
1014 S: Maintained
1015 F: tcg/
1017 AArch64 target
1018 M: Claudio Fontana <claudio.fontana@huawei.com>
1019 M: Claudio Fontana <claudio.fontana@gmail.com>
1020 S: Maintained
1021 F: tcg/aarch64/
1023 ARM target
1024 M: Andrzej Zaborowski <balrogg@gmail.com>
1025 S: Maintained
1026 F: tcg/arm/
1028 i386 target
1029 L: qemu-devel@nongnu.org
1030 S: Maintained
1031 F: tcg/i386/
1033 IA64 target
1034 M: Aurelien Jarno <aurelien@aurel32.net>
1035 S: Maintained
1036 F: tcg/ia64/
1038 MIPS target
1039 M: Aurelien Jarno <aurelien@aurel32.net>
1040 S: Maintained
1041 F: tcg/mips/
1044 M: Vassili Karpov (malc) <av1474@comtv.ru>
1045 S: Maintained
1046 F: tcg/ppc/
1048 PPC64 target
1049 M: Vassili Karpov (malc) <av1474@comtv.ru>
1050 S: Maintained
1051 F: tcg/ppc64/
1053 S390 target
1054 M: Alexander Graf <agraf@suse.de>
1055 M: Richard Henderson <rth@twiddle.net>
1056 S: Maintained
1057 F: tcg/s390/
1059 SPARC target
1060 M: Blue Swirl <blauwirbel@gmail.com>
1061 S: Maintained
1062 F: tcg/sparc/
1064 TCI target
1065 M: Stefan Weil <sw@weilnetz.de>
1066 S: Maintained
1067 F: tcg/tci/
1068 F: tci.c
1070 Stable branches
1071 ---------------
1072 Stable 1.0
1073 L: qemu-stable@nongnu.org
1074 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1075 S: Orphan
1077 Stable 0.15
1078 L: qemu-stable@nongnu.org
1079 M: Andreas Färber <afaerber@suse.de>
1080 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1081 S: Supported
1083 Stable 0.14
1084 L: qemu-stable@nongnu.org
1085 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1086 S: Orphan
1088 Stable 0.10
1089 L: qemu-stable@nongnu.org
1090 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1091 S: Orphan
1093 Block drivers
1094 -------------
1095 VMDK
1096 M: Fam Zheng <famz@redhat.com>
1097 S: Supported
1098 F: block/vmdk.c
1101 M: Josh Durgin <josh.durgin@inktank.com>
1102 M: Jeff Cody <jcody@redhat.com>
1103 L: qemu-block@nongnu.org
1104 S: Supported
1105 F: block/rbd.c
1106 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1108 Sheepdog
1109 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1110 M: Liu Yuan <namei.unix@gmail.com>
1111 M: Jeff Cody <jcody@redhat.com>
1112 L: qemu-block@nongnu.org
1113 L: sheepdog@lists.wpkg.org
1114 S: Supported
1115 F: block/sheepdog.c
1116 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1118 VHDX
1119 M: Jeff Cody <jcody@redhat.com>
1120 L: qemu-block@nongnu.org
1121 S: Supported
1122 F: block/vhdx*
1123 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1126 M: Stefan Weil <sw@weilnetz.de>
1127 S: Maintained
1128 F: block/vdi.c
1130 iSCSI
1131 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1132 M: Paolo Bonzini <pbonzini@redhat.com>
1133 M: Peter Lieven <pl@kamp.de>
1134 S: Supported
1135 F: block/iscsi.c
1138 M: Jeff Cody <jcody@redhat.com>
1139 M: Peter Lieven <pl@kamp.de>
1140 L: qemu-block@nongnu.org
1141 S: Maintained
1142 F: block/nfs.c
1143 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1146 M: Richard W.M. Jones <rjones@redhat.com>
1147 M: Jeff Cody <jcody@redhat.com>
1148 L: qemu-block@nongnu.org
1149 S: Supported
1150 F: block/ssh.c
1151 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1153 ARCHIPELAGO
1154 M: Chrysostomos Nanakos <chris@include.gr>
1155 M: Jeff Cody <jcody@redhat.com>
1156 L: qemu-block@nongnu.org
1157 S: Maintained
1158 F: block/archipelago.c
1159 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1161 CURL
1162 M: Jeff Cody <jcody@redhat.com>
1163 L: qemu-block@nongnu.org
1164 S: Supported
1165 F: block/curl.c
1166 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1168 GLUSTER
1169 M: Jeff Cody <jcody@redhat.com>
1170 L: qemu-block@nongnu.org
1171 S: Supported
1172 F: block/gluster.c
1173 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1175 Bootdevice
1176 M: Gonglei <arei.gonglei@huawei.com>
1177 S: Maintained
1178 F: bootdevice.c