megasas: add MegaRAID SAS 2108 emulation
[qemu/ar7.git] / MAINTAINERS
blob94366ef01156d7868cfcca9cef8abbf8f77166f8
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@amazon.com>
54 M: Peter Maydell <peter.maydell@linaro.org>
56 Responsible Disclosure, Reporting Security Issues
57 ------------------------------
58 W: http://wiki.qemu.org/SecurityProcess
59 M: Michael S. Tsirkin <mst@redhat.com>
60 M: Anthony Liguori <aliguori@amazon.com>
61 L: secalert@redhat.com
63 Guest CPU cores (TCG):
64 ----------------------
65 Overall
66 L: qemu-devel@nongnu.org
67 S: Odd fixes
68 F: cpu-exec.c
69 F: cputlb.c
70 F: softmmu_template.h
71 F: translate-all.c
72 F: include/exec/cpu_ldst.h
73 F: include/exec/cpu_ldst_template.h
74 F: include/exec/helper*.h
76 Alpha
77 M: Richard Henderson <rth@twiddle.net>
78 S: Maintained
79 F: target-alpha/
80 F: hw/alpha/
81 F: tests/tcg/alpha/
83 ARM
84 M: Peter Maydell <peter.maydell@linaro.org>
85 S: Maintained
86 F: target-arm/
87 F: hw/arm/
88 F: hw/cpu/a*mpcore.c
90 CRIS
91 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
92 S: Maintained
93 F: target-cris/
94 F: hw/cris/
95 F: tests/tcg/cris/
97 LM32
98 M: Michael Walle <michael@walle.cc>
99 S: Maintained
100 F: target-lm32/
101 F: hw/lm32/
102 F: hw/char/lm32_*
103 F: tests/tcg/lm32/
105 M68K
106 S: Orphan
107 F: target-m68k/
108 F: hw/m68k/
110 MicroBlaze
111 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
112 S: Maintained
113 F: target-microblaze/
114 F: hw/microblaze/
116 MIPS
117 M: Aurelien Jarno <aurelien@aurel32.net>
118 M: Leon Alrae <leon.alrae@imgtec.com>
119 S: Maintained
120 F: target-mips/
121 F: hw/mips/
122 F: tests/tcg/mips/
124 Moxie
125 M: Anthony Green <green@moxielogic.com>
126 S: Maintained
127 F: target-moxie/
129 OpenRISC
130 M: Jia Liu <proljc@gmail.com>
131 S: Maintained
132 F: target-openrisc/
133 F: hw/openrisc/
134 F: tests/tcg/openrisc/
136 PowerPC
137 M: Alexander Graf <agraf@suse.de>
138 L: qemu-ppc@nongnu.org
139 S: Maintained
140 F: target-ppc/
141 F: hw/ppc/
143 S390
144 M: Richard Henderson <rth@twiddle.net>
145 M: Alexander Graf <agraf@suse.de>
146 S: Maintained
147 F: target-s390x/
148 F: hw/s390x/
151 M: Aurelien Jarno <aurelien@aurel32.net>
152 S: Odd Fixes
153 F: target-sh4/
154 F: hw/sh4/
156 SPARC
157 M: Blue Swirl <blauwirbel@gmail.com>
158 S: Maintained
159 F: target-sparc/
160 F: hw/sparc/
161 F: hw/sparc64/
163 UniCore32
164 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
165 S: Maintained
166 F: target-unicore32/
167 F: hw/unicore32/
170 M: Paolo Bonzini <pbonzini@redhat.com>
171 M: Richard Henderson <rth@twiddle.net>
172 S: Odd Fixes
173 F: target-i386/
174 F: hw/i386/
176 Xtensa
177 M: Max Filippov <jcmvbkbc@gmail.com>
178 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
179 S: Maintained
180 F: target-xtensa/
181 F: hw/xtensa/
182 F: tests/tcg/xtensa/
184 TriCore
185 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
186 S: Maintained
187 F: target-tricore/
188 F: hw/tricore/
190 Guest CPU Cores (KVM):
191 ----------------------
193 Overall
194 M: Paolo Bonzini <pbonzini@redhat.com>
195 L: kvm@vger.kernel.org
196 S: Supported
197 F: kvm-*
198 F: */kvm.*
201 M: Peter Maydell <peter.maydell@linaro.org>
202 S: Maintained
203 F: target-arm/kvm.c
205 MIPS
206 M: James Hogan <james.hogan@imgtec.com>
207 S: Maintained
208 F: target-mips/kvm.c
211 M: Alexander Graf <agraf@suse.de>
212 S: Maintained
213 F: target-ppc/kvm.c
215 S390
216 M: Christian Borntraeger <borntraeger@de.ibm.com>
217 M: Cornelia Huck <cornelia.huck@de.ibm.com>
218 M: Alexander Graf <agraf@suse.de>
219 S: Maintained
220 F: target-s390x/kvm.c
221 F: hw/intc/s390_flic.c
222 F: hw/intc/s390_flic_kvm.c
223 F: include/hw/s390x/s390_flic.h
226 M: Paolo Bonzini <pbonzini@redhat.com>
227 M: Marcelo Tosatti <mtosatti@redhat.com>
228 L: kvm@vger.kernel.org
229 S: Supported
230 F: target-i386/kvm.c
232 Guest CPU Cores (Xen):
233 ----------------------
236 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
237 L: xen-devel@lists.xensource.com
238 S: Supported
239 F: xen-*
240 F: */xen*
242 Hosts:
243 ------
245 LINUX
246 L: qemu-devel@nongnu.org
247 S: Maintained
248 F: linux-*
249 F: linux-headers/
251 POSIX
252 L: qemu-devel@nongnu.org
253 S: Maintained
254 F: *posix*
256 W32, W64
257 L: qemu-devel@nongnu.org
258 M: Stefan Weil <sw@weilnetz.de>
259 S: Maintained
260 F: *win32*
262 ARM Machines
263 ------------
264 Allwinner-a10
265 M: Li Guang <lig.fnst@cn.fujitsu.com>
266 S: Maintained
267 F: hw/*/allwinner-a10*
268 F: include/hw/*/allwinner-a10*
269 F: hw/arm/cubieboard.c
271 Exynos
272 M: Evgeny Voevodin <e.voevodin@samsung.com>
273 M: Maksim Kozlov <m.kozlov@samsung.com>
274 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
275 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
276 S: Maintained
277 F: hw/*/exynos*
279 Calxeda Highbank
280 M: Rob Herring <robh@kernel.org>
281 S: Maintained
282 F: hw/arm/highbank.c
283 F: hw/net/xgmac.c
285 Canon DIGIC
286 M: Antony Pavlov <antonynpavlov@gmail.com>
287 S: Maintained
288 F: include/hw/arm/digic.h
289 F: hw/*/digic*
291 Gumstix
292 L: qemu-devel@nongnu.org
293 S: Orphan
294 F: hw/arm/gumstix.c
296 i.MX31
297 M: Peter Chubb <peter.chubb@nicta.com.au>
298 S: Odd fixes
299 F: hw/*/imx*
300 F: hw/arm/kzm.c
302 Integrator CP
303 M: Peter Maydell <peter.maydell@linaro.org>
304 S: Maintained
305 F: hw/arm/integratorcp.c
307 Mainstone
308 L: qemu-devel@nongnu.org
309 S: Orphan
310 F: hw/arm/mainstone.c
312 Musicpal
313 M: Jan Kiszka <jan.kiszka@web.de>
314 S: Maintained
315 F: hw/arm/musicpal.c
317 nSeries
318 M: Andrzej Zaborowski <balrogg@gmail.com>
319 S: Maintained
320 F: hw/arm/nseries.c
322 Palm
323 M: Andrzej Zaborowski <balrogg@gmail.com>
324 S: Maintained
325 F: hw/arm/palm.c
327 Real View
328 M: Peter Maydell <peter.maydell@linaro.org>
329 S: Maintained
330 F: hw/arm/realview*
332 Spitz
333 M: Andrzej Zaborowski <balrogg@gmail.com>
334 S: Maintained
335 F: hw/arm/spitz.c
337 Stellaris
338 M: Peter Maydell <peter.maydell@linaro.org>
339 S: Maintained
340 F: hw/*/stellaris*
342 Versatile PB
343 M: Peter Maydell <peter.maydell@linaro.org>
344 S: Maintained
345 F: hw/*/versatile*
347 Xilinx Zynq
348 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
349 S: Maintained
350 F: hw/arm/xilinx_zynq.c
351 F: hw/misc/zynq_slcr.c
352 F: hw/*/cadence_*
353 F: hw/ssi/xilinx_spips.c
355 CRIS Machines
356 -------------
357 Axis Dev88
358 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
359 S: Maintained
360 F: hw/cris/axis_dev88.c
361 F: hw/*/etraxfs_*.c
363 LM32 Machines
364 -------------
365 EVR32 and uclinux BSP
366 M: Michael Walle <michael@walle.cc>
367 S: Maintained
368 F: hw/lm32/lm32_boards.c
370 milkymist
371 M: Michael Walle <michael@walle.cc>
372 S: Maintained
373 F: hw/lm32/milkymist.c
375 M68K Machines
376 -------------
377 an5206
378 S: Orphan
379 F: hw/m68k/an5206.c
381 dummy_m68k
382 S: Orphan
383 F: hw/m68k/dummy_m68k.c
385 mcf5208
386 S: Orphan
387 F: hw/m68k/mcf5208.c
389 MicroBlaze Machines
390 -------------------
391 petalogix_s3adsp1800
392 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
393 S: Maintained
394 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
396 petalogix_ml605
397 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
398 S: Maintained
399 F: hw/microblaze/petalogix_ml605_mmu.c
401 MIPS Machines
402 -------------
403 Jazz
404 M: Hervé Poussineau <hpoussin@reactos.org>
405 S: Maintained
406 F: hw/mips/mips_jazz.c
408 Malta
409 M: Aurelien Jarno <aurelien@aurel32.net>
410 S: Maintained
411 F: hw/mips/mips_malta.c
413 Mipssim
414 L: qemu-devel@nongnu.org
415 S: Orphan
416 F: hw/mips/mips_mipssim.c
418 R4000
419 M: Aurelien Jarno <aurelien@aurel32.net>
420 S: Maintained
421 F: hw/mips/mips_r4k.c
423 OpenRISC Machines
424 -----------------
425 or1k-sim
426 M: Jia Liu <proljc@gmail.com>
427 S: Maintained
428 F: hw/openrisc/openrisc_sim.c
430 PowerPC Machines
431 ----------------
433 M: Alexander Graf <agraf@suse.de>
434 L: qemu-ppc@nongnu.org
435 S: Odd Fixes
436 F: hw/ppc/ppc405_boards.c
438 Bamboo
439 M: Alexander Graf <agraf@suse.de>
440 L: qemu-ppc@nongnu.org
441 S: Odd Fixes
442 F: hw/ppc/ppc440_bamboo.c
444 e500
445 M: Alexander Graf <agraf@suse.de>
446 M: Scott Wood <scottwood@freescale.com>
447 L: qemu-ppc@nongnu.org
448 S: Supported
449 F: hw/ppc/e500.[hc]
450 F: hw/ppc/e500plat.c
452 mpc8544ds
453 M: Alexander Graf <agraf@suse.de>
454 M: Scott Wood <scottwood@freescale.com>
455 L: qemu-ppc@nongnu.org
456 S: Supported
457 F: hw/ppc/mpc8544ds.c
458 F: hw/ppc/mpc8544_guts.c
460 New World
461 M: Alexander Graf <agraf@suse.de>
462 L: qemu-ppc@nongnu.org
463 S: Maintained
464 F: hw/ppc/mac_newworld.c
465 F: hw/pci-host/uninorth.c
466 F: hw/pci-bridge/dec.[hc]
467 F: hw/misc/macio/
469 Old World
470 M: Alexander Graf <agraf@suse.de>
471 L: qemu-ppc@nongnu.org
472 S: Maintained
473 F: hw/ppc/mac_oldworld.c
474 F: hw/pci-host/grackle.c
475 F: hw/misc/macio/
477 PReP
478 M: Andreas Färber <andreas.faerber@web.de>
479 L: qemu-ppc@nongnu.org
480 S: Odd Fixes
481 F: hw/ppc/prep.c
482 F: hw/pci-host/prep.[hc]
483 F: hw/isa/pc87312.[hc]
485 sPAPR
486 M: Alexander Graf <agraf@suse.de>
487 L: qemu-ppc@nongnu.org
488 S: Supported
489 F: hw/*/spapr*
490 F: include/hw/*/spapr*
491 F: hw/*/xics*
492 F: include/hw/*/xics*
493 F: pc-bios/spapr-rtas/*
495 virtex_ml507
496 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
497 L: qemu-ppc@nongnu.org
498 S: Odd Fixes
499 F: hw/ppc/virtex_ml507.c
501 SH4 Machines
502 ------------
504 M: Magnus Damm <magnus.damm@gmail.com>
505 S: Maintained
506 F: hw/sh4/r2d.c
508 Shix
509 M: Magnus Damm <magnus.damm@gmail.com>
510 S: Orphan
511 F: hw/sh4/shix.c
513 SPARC Machines
514 --------------
515 Sun4m
516 M: Blue Swirl <blauwirbel@gmail.com>
517 S: Maintained
518 F: hw/sparc/sun4m.c
520 Sun4u
521 M: Blue Swirl <blauwirbel@gmail.com>
522 S: Maintained
523 F: hw/sparc64/sun4u.c
525 Leon3
526 M: Fabien Chouteau <chouteau@adacore.com>
527 S: Maintained
528 F: hw/sparc/leon3.c
529 F: hw/*/grlib*
531 S390 Machines
532 -------------
533 S390 Virtio
534 M: Alexander Graf <agraf@suse.de>
535 S: Maintained
536 F: hw/s390x/s390-*.c
538 S390 Virtio-ccw
539 M: Cornelia Huck <cornelia.huck@de.ibm.com>
540 M: Christian Borntraeger <borntraeger@de.ibm.com>
541 M: Alexander Graf <agraf@suse.de>
542 S: Supported
543 F: hw/s390x/s390-virtio-ccw.c
544 F: hw/s390x/css.[hc]
545 F: hw/s390x/sclp*.[hc]
546 F: hw/s390x/ipl*.[hc]
547 F: include/hw/s390x/
548 F: pc-bios/s390-ccw/
549 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
551 UniCore32 Machines
552 -------------
553 PKUnity-3 SoC initramfs-with-busybox
554 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
555 S: Maintained
556 F: hw/*/puv3*
557 F: hw/unicore32/
559 X86 Machines
560 ------------
562 M: Anthony Liguori <aliguori@amazon.com>
563 M: Michael S. Tsirkin <mst@redhat.com>
564 S: Supported
565 F: include/hw/i386/
566 F: hw/i386/
567 F: hw/pci-host/piix.c
568 F: hw/pci-host/q35.c
569 F: hw/pci-host/pam.c
570 F: include/hw/pci-host/q35.h
571 F: include/hw/pci-host/pam.h
572 F: hw/isa/piix4.c
573 F: hw/isa/lpc_ich9.c
574 F: hw/i2c/smbus_ich9.c
575 F: hw/acpi/piix4.c
576 F: hw/acpi/ich9.c
577 F: include/hw/acpi/ich9.h
578 F: include/hw/acpi/piix.h
581 Xtensa Machines
582 ---------------
584 M: Max Filippov <jcmvbkbc@gmail.com>
585 S: Maintained
586 F: hw/xtensa/xtensa_sim.c
588 Avnet LX60
589 M: Max Filippov <jcmvbkbc@gmail.com>
590 S: Maintained
591 F: hw/xtensa/xtensa_lx60.c
593 Devices
594 -------
596 M: Kevin Wolf <kwolf@redhat.com>
597 M: Stefan Hajnoczi <stefanha@redhat.com>
598 S: Odd Fixes
599 F: include/hw/ide.h
600 F: hw/ide/
602 OMAP
603 M: Peter Maydell <peter.maydell@linaro.org>
604 S: Maintained
605 F: hw/*/omap*
608 M: Michael S. Tsirkin <mst@redhat.com>
609 S: Supported
610 F: include/hw/pci/*
611 F: hw/pci/*
612 F: hw/acpi/*
614 ppc4xx
615 M: Alexander Graf <agraf@suse.de>
616 L: qemu-ppc@nongnu.org
617 S: Odd Fixes
618 F: hw/ppc/ppc4*.c
620 ppce500
621 M: Alexander Graf <agraf@suse.de>
622 M: Scott Wood <scottwood@freescale.com>
623 L: qemu-ppc@nongnu.org
624 S: Supported
625 F: hw/ppc/e500*
627 SCSI
628 M: Paolo Bonzini <pbonzini@redhat.com>
629 S: Supported
630 F: include/hw/scsi*
631 F: hw/scsi/*
632 T: git git://github.com/bonzini/qemu.git scsi-next
634 LSI53C895A
635 S: Orphan
636 F: hw/scsi/lsi53c895a.c
639 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
640 S: Maintained
641 F: hw/ssi/*
642 F: hw/block/m25p80.c
645 M: Gerd Hoffmann <kraxel@redhat.com>
646 S: Maintained
647 F: hw/usb/*
648 F: tests/usb-*-test.c
650 USB (serial adapter)
651 M: Gerd Hoffmann <kraxel@redhat.com>
652 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
653 S: Maintained
654 F: hw/usb/dev-serial.c
656 VFIO
657 M: Alex Williamson <alex.williamson@redhat.com>
658 S: Supported
659 F: hw/misc/vfio.c
661 vhost
662 M: Michael S. Tsirkin <mst@redhat.com>
663 S: Supported
664 F: hw/*/*vhost*
666 virtio
667 M: Anthony Liguori <aliguori@amazon.com>
668 M: Michael S. Tsirkin <mst@redhat.com>
669 S: Supported
670 F: hw/*/virtio*
672 virtio-9p
673 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
674 S: Supported
675 F: hw/9pfs/
676 F: fsdev/
677 F: tests/virtio-9p-test.c
678 T: git git://github.com/kvaneesh/QEMU.git
680 virtio-blk
681 M: Kevin Wolf <kwolf@redhat.com>
682 M: Stefan Hajnoczi <stefanha@redhat.com>
683 S: Supported
684 F: hw/block/virtio-blk.c
686 virtio-ccw
687 M: Cornelia Huck <cornelia.huck@de.ibm.com>
688 M: Christian Borntraeger <borntraeger@de.ibm.com>
689 S: Supported
690 F: hw/s390x/virtio-ccw.[hc]
691 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
693 virtio-serial
694 M: Amit Shah <amit.shah@redhat.com>
695 S: Supported
696 F: hw/char/virtio-serial-bus.c
697 F: hw/char/virtio-console.c
699 nvme
700 M: Keith Busch <keith.busch@intel.com>
701 S: Supported
702 F: hw/block/nvme*
703 F: tests/nvme-test.c
705 megasas
706 M: Hannes Reinecke <hare@suse.de>
707 S: Supported
708 F: hw/scsi/megasas.c
709 F: hw/scsi/mfi.h
711 Xilinx EDK
712 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
713 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
714 S: Maintained
715 F: hw/*/xilinx_*
716 F: include/hw/xilinx.h
718 Vmware
719 M: Dmitry Fleytman <dmitry@daynix.com>
720 S: Maintained
721 F: hw/net/vmxnet*
722 F: hw/scsi/vmw_pvscsi*
724 Subsystems
725 ----------
726 Audio
727 M: Vassili Karpov (malc) <av1474@comtv.ru>
728 M: Gerd Hoffmann <kraxel@redhat.com>
729 S: Maintained
730 F: audio/
731 F: hw/audio/
732 F: tests/ac97-test.c
733 F: tests/es1370-test.c
734 F: tests/intel-hda-test.c
736 Block
737 M: Kevin Wolf <kwolf@redhat.com>
738 M: Stefan Hajnoczi <stefanha@redhat.com>
739 S: Supported
740 F: async.c
741 F: aio-*.c
742 F: block*
743 F: block/
744 F: hw/block/
745 F: qemu-img*
746 F: qemu-io*
747 F: tests/image-fuzzer/
748 F: tests/qemu-iotests/
749 T: git git://repo.or.cz/qemu/kevin.git block
750 T: git git://github.com/stefanha/qemu.git block
752 Character Devices
753 M: Anthony Liguori <aliguori@amazon.com>
754 M: Paolo Bonzini <pbonzini@redhat.com>
755 S: Maintained
756 F: qemu-char.c
757 F: backends/msmouse.c
758 F: backends/testdev.c
760 Character Devices (Braille)
761 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
762 S: Maintained
763 F: backends/baum.c
766 M: Andreas Färber <afaerber@suse.de>
767 S: Supported
768 F: qom/cpu.c
769 F: include/qom/cpu.h
770 F: target-i386/cpu.c
772 ICC Bus
773 M: Igor Mammedov <imammedo@redhat.com>
774 S: Supported
775 F: include/hw/cpu/icc_bus.h
776 F: hw/cpu/icc_bus.c
778 Device Tree
779 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
780 M: Alexander Graf <agraf@suse.de>
781 S: Maintained
782 F: device_tree.[ch]
784 GDB stub
785 L: qemu-devel@nongnu.org
786 S: Odd Fixes
787 F: gdbstub*
788 F: gdb-xml/
790 Memory API
791 M: Paolo Bonzini <pbonzini@redhat.com>
792 S: Supported
793 F: include/exec/ioport.h
794 F: ioport.c
795 F: include/exec/memory.h
796 F: memory.c
797 F: include/exec/memory-internal.h
798 F: exec.c
800 SPICE
801 M: Gerd Hoffmann <kraxel@redhat.com>
802 S: Supported
803 F: include/ui/qemu-spice.h
804 F: ui/spice-*.c
805 F: audio/spiceaudio.c
806 F: hw/display/qxl*
808 Graphics
809 M: Anthony Liguori <aliguori@amazon.com>
810 M: Gerd Hoffmann <kraxel@redhat.com>
811 S: Odd Fixes
812 F: ui/
814 Cocoa graphics
815 M: Andreas Färber <andreas.faerber@web.de>
816 M: Peter Maydell <peter.maydell@linaro.org>
817 S: Odd Fixes
818 F: ui/cocoa.m
820 Main loop
821 M: Anthony Liguori <aliguori@amazon.com>
822 M: Paolo Bonzini <pbonzini@redhat.com>
823 S: Maintained
824 F: cpus.c
825 F: main-loop.c
826 F: qemu-timer.c
827 F: vl.c
829 Human Monitor (HMP)
830 M: Luiz Capitulino <lcapitulino@redhat.com>
831 S: Maintained
832 F: monitor.c
833 F: hmp.c
834 F: hmp-commands.hx
835 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
837 Network device layer
838 M: Anthony Liguori <aliguori@amazon.com>
839 M: Stefan Hajnoczi <stefanha@redhat.com>
840 S: Maintained
841 F: net/
842 T: git git://github.com/stefanha/qemu.git net
844 Netmap network backend
845 M: Luigi Rizzo <rizzo@iet.unipi.it>
846 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
847 M: Vincenzo Maffione <v.maffione@gmail.com>
848 W: http://info.iet.unipi.it/~luigi/netmap/
849 S: Maintained
850 F: net/netmap.c
852 Network Block Device (NBD)
853 M: Paolo Bonzini <pbonzini@redhat.com>
854 S: Odd Fixes
855 F: block/nbd.c
856 F: nbd.*
857 F: qemu-nbd.c
858 T: git git://github.com/bonzini/qemu.git nbd-next
860 QAPI
861 M: Luiz Capitulino <lcapitulino@redhat.com>
862 M: Michael Roth <mdroth@linux.vnet.ibm.com>
863 S: Maintained
864 F: qapi/
865 F: tests/qapi-schema/
866 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
868 QAPI Schema
869 M: Eric Blake <eblake@redhat.com>
870 M: Luiz Capitulino <lcapitulino@redhat.com>
871 M: Markus Armbruster <armbru@redhat.com>
872 S: Supported
873 F: qapi-schema.json
874 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
876 QObject
877 M: Luiz Capitulino <lcapitulino@redhat.com>
878 S: Maintained
879 F: qobject/
880 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
883 M: Anthony Liguori <aliguori@amazon.com>
884 M: Andreas Färber <afaerber@suse.de>
885 S: Supported
886 T: git git://github.com/afaerber/qemu-cpu.git qom-next
887 F: include/qom/
888 X: include/qom/cpu.h
889 F: qom/
890 X: qom/cpu.c
891 F: tests/qom-test.c
894 M: Luiz Capitulino <lcapitulino@redhat.com>
895 S: Maintained
896 F: qmp.c
897 F: monitor.c
898 F: qmp-commands.hx
899 F: QMP/
900 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
902 SLIRP
903 M: Jan Kiszka <jan.kiszka@siemens.com>
904 S: Maintained
905 F: slirp/
906 T: git git://git.kiszka.org/qemu.git queues/slirp
908 Tracing
909 M: Stefan Hajnoczi <stefanha@redhat.com>
910 S: Maintained
911 F: trace/
912 F: scripts/tracetool.py
913 F: scripts/tracetool/
914 F: docs/tracing.txt
915 T: git git://github.com/stefanha/qemu.git tracing
917 Checkpatch
918 M: Blue Swirl <blauwirbel@gmail.com>
919 S: Odd Fixes
920 F: scripts/checkpatch.pl
922 Seccomp
923 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
924 S: Supported
925 F: qemu-seccomp.c
926 F: include/sysemu/seccomp.h
928 Usermode Emulation
929 ------------------
930 Overall
931 M: Riku Voipio <riku.voipio@iki.fi>
932 S: Maintained
933 F: thunk.c
934 F: user-exec.c
936 BSD user
937 M: Blue Swirl <blauwirbel@gmail.com>
938 S: Maintained
939 F: bsd-user/
941 Linux user
942 M: Riku Voipio <riku.voipio@iki.fi>
943 S: Maintained
944 F: linux-user/
946 Tiny Code Generator (TCG)
947 -------------------------
948 Common code
949 M: Richard Henderson <rth@twiddle.net>
950 S: Maintained
951 F: tcg/
953 AArch64 target
954 M: Claudio Fontana <claudio.fontana@huawei.com>
955 M: Claudio Fontana <claudio.fontana@gmail.com>
956 S: Maintained
957 F: tcg/aarch64/
959 ARM target
960 M: Andrzej Zaborowski <balrogg@gmail.com>
961 S: Maintained
962 F: tcg/arm/
964 i386 target
965 L: qemu-devel@nongnu.org
966 S: Maintained
967 F: tcg/i386/
969 IA64 target
970 M: Aurelien Jarno <aurelien@aurel32.net>
971 S: Maintained
972 F: tcg/ia64/
974 MIPS target
975 M: Aurelien Jarno <aurelien@aurel32.net>
976 S: Maintained
977 F: tcg/mips/
980 M: Vassili Karpov (malc) <av1474@comtv.ru>
981 S: Maintained
982 F: tcg/ppc/
984 PPC64 target
985 M: Vassili Karpov (malc) <av1474@comtv.ru>
986 S: Maintained
987 F: tcg/ppc64/
989 S390 target
990 M: Alexander Graf <agraf@suse.de>
991 M: Richard Henderson <rth@twiddle.net>
992 S: Maintained
993 F: tcg/s390/
995 SPARC target
996 M: Blue Swirl <blauwirbel@gmail.com>
997 S: Maintained
998 F: tcg/sparc/
1000 TCI target
1001 M: Stefan Weil <sw@weilnetz.de>
1002 S: Maintained
1003 F: tcg/tci/
1004 F: tci.c
1006 Stable branches
1007 ---------------
1008 Stable 1.0
1009 L: qemu-stable@nongnu.org
1010 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1011 S: Orphan
1013 Stable 0.15
1014 L: qemu-stable@nongnu.org
1015 M: Andreas Färber <afaerber@suse.de>
1016 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1017 S: Supported
1019 Stable 0.14
1020 L: qemu-stable@nongnu.org
1021 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1022 S: Orphan
1024 Stable 0.10
1025 L: qemu-stable@nongnu.org
1026 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1027 S: Orphan
1029 Block drivers
1030 -------------
1031 VMDK
1032 M: Fam Zheng <famz@redhat.com>
1033 S: Supported
1034 F: block/vmdk.c
1037 M: Josh Durgin <josh.durgin@inktank.com>
1038 S: Supported
1039 F: block/rbd.c
1041 Sheepdog
1042 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1043 M: Liu Yuan <namei.unix@gmail.com>
1044 L: sheepdog@lists.wpkg.org
1045 S: Supported
1046 F: block/sheepdog.c
1048 VHDX
1049 M: Jeff Cody <jcody@redhat.com>
1050 S: Supported
1051 F: block/vhdx*
1054 M: Stefan Weil <sw@weilnetz.de>
1055 S: Maintained
1056 F: block/vdi.c
1058 iSCSI
1059 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1060 M: Paolo Bonzini <pbonzini@redhat.com>
1061 M: Peter Lieven <pl@kamp.de>
1062 S: Supported
1063 F: block/iscsi.c
1066 M: Peter Lieven <pl@kamp.de>
1067 S: Maintained
1068 F: block/nfs.c
1071 M: Richard W.M. Jones <rjones@redhat.com>
1072 S: Supported
1073 F: block/ssh.c
1075 ARCHIPELAGO
1076 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1077 M: Chrysostomos Nanakos <chris@include.gr>
1078 S: Maintained
1079 F: block/archipelago.c