Merge remote-tracking branch 'remotes/amit-migration/tags/for-2.3-2' into staging
[qemu.git] / MAINTAINERS
blobd72d6e37d0f1ec5f963ffd4961791509ec045515
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/sim.c
588 XTFPGA (LX60, LX200, ML605, KC705)
589 M: Max Filippov <jcmvbkbc@gmail.com>
590 S: Maintained
591 F: hw/xtensa/xtfpga.c
592 F: hw/net/opencores_eth.c
594 Devices
595 -------
597 M: Kevin Wolf <kwolf@redhat.com>
598 M: Stefan Hajnoczi <stefanha@redhat.com>
599 S: Odd Fixes
600 F: include/hw/ide.h
601 F: hw/ide/
603 OMAP
604 M: Peter Maydell <peter.maydell@linaro.org>
605 S: Maintained
606 F: hw/*/omap*
609 M: Michael S. Tsirkin <mst@redhat.com>
610 S: Supported
611 F: include/hw/pci/*
612 F: hw/pci/*
613 F: hw/acpi/*
615 ppc4xx
616 M: Alexander Graf <agraf@suse.de>
617 L: qemu-ppc@nongnu.org
618 S: Odd Fixes
619 F: hw/ppc/ppc4*.c
621 ppce500
622 M: Alexander Graf <agraf@suse.de>
623 M: Scott Wood <scottwood@freescale.com>
624 L: qemu-ppc@nongnu.org
625 S: Supported
626 F: hw/ppc/e500*
628 SCSI
629 M: Paolo Bonzini <pbonzini@redhat.com>
630 S: Supported
631 F: include/hw/scsi*
632 F: hw/scsi/*
633 T: git git://github.com/bonzini/qemu.git scsi-next
635 LSI53C895A
636 S: Orphan
637 F: hw/scsi/lsi53c895a.c
640 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
641 S: Maintained
642 F: hw/ssi/*
643 F: hw/block/m25p80.c
646 M: Gerd Hoffmann <kraxel@redhat.com>
647 S: Maintained
648 F: hw/usb/*
649 F: tests/usb-*-test.c
651 USB (serial adapter)
652 M: Gerd Hoffmann <kraxel@redhat.com>
653 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
654 S: Maintained
655 F: hw/usb/dev-serial.c
657 VFIO
658 M: Alex Williamson <alex.williamson@redhat.com>
659 S: Supported
660 F: hw/misc/vfio.c
662 vhost
663 M: Michael S. Tsirkin <mst@redhat.com>
664 S: Supported
665 F: hw/*/*vhost*
667 virtio
668 M: Anthony Liguori <aliguori@amazon.com>
669 M: Michael S. Tsirkin <mst@redhat.com>
670 S: Supported
671 F: hw/*/virtio*
673 virtio-9p
674 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
675 S: Supported
676 F: hw/9pfs/
677 F: fsdev/
678 F: tests/virtio-9p-test.c
679 T: git git://github.com/kvaneesh/QEMU.git
681 virtio-blk
682 M: Kevin Wolf <kwolf@redhat.com>
683 M: Stefan Hajnoczi <stefanha@redhat.com>
684 S: Supported
685 F: hw/block/virtio-blk.c
687 virtio-ccw
688 M: Cornelia Huck <cornelia.huck@de.ibm.com>
689 M: Christian Borntraeger <borntraeger@de.ibm.com>
690 S: Supported
691 F: hw/s390x/virtio-ccw.[hc]
692 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
694 virtio-serial
695 M: Amit Shah <amit.shah@redhat.com>
696 S: Supported
697 F: hw/char/virtio-serial-bus.c
698 F: hw/char/virtio-console.c
699 F: include/hw/virtio/virtio-serial.h
701 virtio-rng
702 M: Amit Shah <amit.shah@redhat.com>
703 S: Supported
704 F: hw/virtio/virtio-rng.c
705 F: include/hw/virtio/virtio-rng.h
706 F: backends/rng*.c
708 nvme
709 M: Keith Busch <keith.busch@intel.com>
710 S: Supported
711 F: hw/block/nvme*
712 F: tests/nvme-test.c
714 megasas
715 M: Hannes Reinecke <hare@suse.de>
716 S: Supported
717 F: hw/scsi/megasas.c
718 F: hw/scsi/mfi.h
720 Xilinx EDK
721 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
722 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
723 S: Maintained
724 F: hw/*/xilinx_*
725 F: include/hw/xilinx.h
727 Vmware
728 M: Dmitry Fleytman <dmitry@daynix.com>
729 S: Maintained
730 F: hw/net/vmxnet*
731 F: hw/scsi/vmw_pvscsi*
733 Subsystems
734 ----------
735 Audio
736 M: Vassili Karpov (malc) <av1474@comtv.ru>
737 M: Gerd Hoffmann <kraxel@redhat.com>
738 S: Maintained
739 F: audio/
740 F: hw/audio/
741 F: tests/ac97-test.c
742 F: tests/es1370-test.c
743 F: tests/intel-hda-test.c
745 Block
746 M: Kevin Wolf <kwolf@redhat.com>
747 M: Stefan Hajnoczi <stefanha@redhat.com>
748 S: Supported
749 F: async.c
750 F: aio-*.c
751 F: block*
752 F: block/
753 F: hw/block/
754 F: qemu-img*
755 F: qemu-io*
756 F: tests/image-fuzzer/
757 F: tests/qemu-iotests/
758 T: git git://repo.or.cz/qemu/kevin.git block
759 T: git git://github.com/stefanha/qemu.git block
761 Character Devices
762 M: Anthony Liguori <aliguori@amazon.com>
763 M: Paolo Bonzini <pbonzini@redhat.com>
764 S: Maintained
765 F: qemu-char.c
766 F: backends/msmouse.c
767 F: backends/testdev.c
769 Character Devices (Braille)
770 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
771 S: Maintained
772 F: backends/baum.c
775 M: Andreas Färber <afaerber@suse.de>
776 S: Supported
777 F: qom/cpu.c
778 F: include/qom/cpu.h
779 F: target-i386/cpu.c
781 ICC Bus
782 M: Igor Mammedov <imammedo@redhat.com>
783 S: Supported
784 F: include/hw/cpu/icc_bus.h
785 F: hw/cpu/icc_bus.c
787 Device Tree
788 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
789 M: Alexander Graf <agraf@suse.de>
790 S: Maintained
791 F: device_tree.[ch]
793 GDB stub
794 L: qemu-devel@nongnu.org
795 S: Odd Fixes
796 F: gdbstub*
797 F: gdb-xml/
799 Memory API
800 M: Paolo Bonzini <pbonzini@redhat.com>
801 S: Supported
802 F: include/exec/ioport.h
803 F: ioport.c
804 F: include/exec/memory.h
805 F: memory.c
806 F: include/exec/memory-internal.h
807 F: exec.c
809 SPICE
810 M: Gerd Hoffmann <kraxel@redhat.com>
811 S: Supported
812 F: include/ui/qemu-spice.h
813 F: ui/spice-*.c
814 F: audio/spiceaudio.c
815 F: hw/display/qxl*
817 Graphics
818 M: Anthony Liguori <aliguori@amazon.com>
819 M: Gerd Hoffmann <kraxel@redhat.com>
820 S: Odd Fixes
821 F: ui/
823 Cocoa graphics
824 M: Andreas Färber <andreas.faerber@web.de>
825 M: Peter Maydell <peter.maydell@linaro.org>
826 S: Odd Fixes
827 F: ui/cocoa.m
829 Main loop
830 M: Anthony Liguori <aliguori@amazon.com>
831 M: Paolo Bonzini <pbonzini@redhat.com>
832 S: Maintained
833 F: cpus.c
834 F: main-loop.c
835 F: qemu-timer.c
836 F: vl.c
838 Human Monitor (HMP)
839 M: Luiz Capitulino <lcapitulino@redhat.com>
840 S: Maintained
841 F: monitor.c
842 F: hmp.c
843 F: hmp-commands.hx
844 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
846 Network device layer
847 M: Anthony Liguori <aliguori@amazon.com>
848 M: Stefan Hajnoczi <stefanha@redhat.com>
849 S: Maintained
850 F: net/
851 T: git git://github.com/stefanha/qemu.git net
853 Netmap network backend
854 M: Luigi Rizzo <rizzo@iet.unipi.it>
855 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
856 M: Vincenzo Maffione <v.maffione@gmail.com>
857 W: http://info.iet.unipi.it/~luigi/netmap/
858 S: Maintained
859 F: net/netmap.c
861 Network Block Device (NBD)
862 M: Paolo Bonzini <pbonzini@redhat.com>
863 S: Odd Fixes
864 F: block/nbd.c
865 F: nbd.*
866 F: qemu-nbd.c
867 T: git git://github.com/bonzini/qemu.git nbd-next
869 QAPI
870 M: Luiz Capitulino <lcapitulino@redhat.com>
871 M: Michael Roth <mdroth@linux.vnet.ibm.com>
872 S: Maintained
873 F: qapi/
874 F: tests/qapi-schema/
875 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
877 QAPI Schema
878 M: Eric Blake <eblake@redhat.com>
879 M: Luiz Capitulino <lcapitulino@redhat.com>
880 M: Markus Armbruster <armbru@redhat.com>
881 S: Supported
882 F: qapi-schema.json
883 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
885 QObject
886 M: Luiz Capitulino <lcapitulino@redhat.com>
887 S: Maintained
888 F: qobject/
889 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
891 QEMU Guest Agent
892 M: Michael Roth <mdroth@linux.vnet.ibm.com>
893 S: Maintained
894 F: qga/
895 T: git git://github.com/mdroth/qemu.git qga
898 M: Anthony Liguori <aliguori@amazon.com>
899 M: Andreas Färber <afaerber@suse.de>
900 S: Supported
901 T: git git://github.com/afaerber/qemu-cpu.git qom-next
902 F: include/qom/
903 X: include/qom/cpu.h
904 F: qom/
905 X: qom/cpu.c
906 F: tests/qom-test.c
909 M: Luiz Capitulino <lcapitulino@redhat.com>
910 S: Maintained
911 F: qmp.c
912 F: monitor.c
913 F: qmp-commands.hx
914 F: QMP/
915 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
917 SLIRP
918 M: Jan Kiszka <jan.kiszka@siemens.com>
919 S: Maintained
920 F: slirp/
921 T: git git://git.kiszka.org/qemu.git queues/slirp
923 Tracing
924 M: Stefan Hajnoczi <stefanha@redhat.com>
925 S: Maintained
926 F: trace/
927 F: scripts/tracetool.py
928 F: scripts/tracetool/
929 F: docs/tracing.txt
930 T: git git://github.com/stefanha/qemu.git tracing
932 Checkpatch
933 M: Blue Swirl <blauwirbel@gmail.com>
934 S: Odd Fixes
935 F: scripts/checkpatch.pl
937 Migration
938 M: Juan Quintela <quintela@redhat.com>
939 M: Amit Shah <amit.shah@redhat.com>
940 S: Maintained
941 F: include/migration/
942 F: migration/
943 F: savevm.c
944 F: arch_init.c
945 F: scripts/vmstate-static-checker.py
946 F: tests/vmstate-static-checker-data/
948 Seccomp
949 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
950 S: Supported
951 F: qemu-seccomp.c
952 F: include/sysemu/seccomp.h
954 Usermode Emulation
955 ------------------
956 Overall
957 M: Riku Voipio <riku.voipio@iki.fi>
958 S: Maintained
959 F: thunk.c
960 F: user-exec.c
962 BSD user
963 M: Blue Swirl <blauwirbel@gmail.com>
964 S: Maintained
965 F: bsd-user/
967 Linux user
968 M: Riku Voipio <riku.voipio@iki.fi>
969 S: Maintained
970 F: linux-user/
972 Tiny Code Generator (TCG)
973 -------------------------
974 Common code
975 M: Richard Henderson <rth@twiddle.net>
976 S: Maintained
977 F: tcg/
979 AArch64 target
980 M: Claudio Fontana <claudio.fontana@huawei.com>
981 M: Claudio Fontana <claudio.fontana@gmail.com>
982 S: Maintained
983 F: tcg/aarch64/
985 ARM target
986 M: Andrzej Zaborowski <balrogg@gmail.com>
987 S: Maintained
988 F: tcg/arm/
990 i386 target
991 L: qemu-devel@nongnu.org
992 S: Maintained
993 F: tcg/i386/
995 IA64 target
996 M: Aurelien Jarno <aurelien@aurel32.net>
997 S: Maintained
998 F: tcg/ia64/
1000 MIPS target
1001 M: Aurelien Jarno <aurelien@aurel32.net>
1002 S: Maintained
1003 F: tcg/mips/
1006 M: Vassili Karpov (malc) <av1474@comtv.ru>
1007 S: Maintained
1008 F: tcg/ppc/
1010 PPC64 target
1011 M: Vassili Karpov (malc) <av1474@comtv.ru>
1012 S: Maintained
1013 F: tcg/ppc64/
1015 S390 target
1016 M: Alexander Graf <agraf@suse.de>
1017 M: Richard Henderson <rth@twiddle.net>
1018 S: Maintained
1019 F: tcg/s390/
1021 SPARC target
1022 M: Blue Swirl <blauwirbel@gmail.com>
1023 S: Maintained
1024 F: tcg/sparc/
1026 TCI target
1027 M: Stefan Weil <sw@weilnetz.de>
1028 S: Maintained
1029 F: tcg/tci/
1030 F: tci.c
1032 Stable branches
1033 ---------------
1034 Stable 1.0
1035 L: qemu-stable@nongnu.org
1036 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1037 S: Orphan
1039 Stable 0.15
1040 L: qemu-stable@nongnu.org
1041 M: Andreas Färber <afaerber@suse.de>
1042 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1043 S: Supported
1045 Stable 0.14
1046 L: qemu-stable@nongnu.org
1047 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1048 S: Orphan
1050 Stable 0.10
1051 L: qemu-stable@nongnu.org
1052 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1053 S: Orphan
1055 Block drivers
1056 -------------
1057 VMDK
1058 M: Fam Zheng <famz@redhat.com>
1059 S: Supported
1060 F: block/vmdk.c
1063 M: Josh Durgin <josh.durgin@inktank.com>
1064 S: Supported
1065 F: block/rbd.c
1067 Sheepdog
1068 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1069 M: Liu Yuan <namei.unix@gmail.com>
1070 L: sheepdog@lists.wpkg.org
1071 S: Supported
1072 F: block/sheepdog.c
1074 VHDX
1075 M: Jeff Cody <jcody@redhat.com>
1076 S: Supported
1077 F: block/vhdx*
1080 M: Stefan Weil <sw@weilnetz.de>
1081 S: Maintained
1082 F: block/vdi.c
1084 iSCSI
1085 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1086 M: Paolo Bonzini <pbonzini@redhat.com>
1087 M: Peter Lieven <pl@kamp.de>
1088 S: Supported
1089 F: block/iscsi.c
1092 M: Peter Lieven <pl@kamp.de>
1093 S: Maintained
1094 F: block/nfs.c
1097 M: Richard W.M. Jones <rjones@redhat.com>
1098 S: Supported
1099 F: block/ssh.c
1101 ARCHIPELAGO
1102 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1103 M: Chrysostomos Nanakos <chris@include.gr>
1104 S: Maintained
1105 F: block/archipelago.c
1107 Bootdevice
1108 M: Gonglei <arei.gonglei@huawei.com>
1109 S: Maintained
1110 F: bootdevice.c