cirrus: Force use of shadow pixmap when HW cursor is enabled
[qemu.git] / MAINTAINERS
blobbcb69e80d2dd7938cfb32c181900c9c5461bc625
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
700 nvme
701 M: Keith Busch <keith.busch@intel.com>
702 S: Supported
703 F: hw/block/nvme*
704 F: tests/nvme-test.c
706 megasas
707 M: Hannes Reinecke <hare@suse.de>
708 S: Supported
709 F: hw/scsi/megasas.c
710 F: hw/scsi/mfi.h
712 Xilinx EDK
713 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
714 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
715 S: Maintained
716 F: hw/*/xilinx_*
717 F: include/hw/xilinx.h
719 Vmware
720 M: Dmitry Fleytman <dmitry@daynix.com>
721 S: Maintained
722 F: hw/net/vmxnet*
723 F: hw/scsi/vmw_pvscsi*
725 Subsystems
726 ----------
727 Audio
728 M: Vassili Karpov (malc) <av1474@comtv.ru>
729 M: Gerd Hoffmann <kraxel@redhat.com>
730 S: Maintained
731 F: audio/
732 F: hw/audio/
733 F: tests/ac97-test.c
734 F: tests/es1370-test.c
735 F: tests/intel-hda-test.c
737 Block
738 M: Kevin Wolf <kwolf@redhat.com>
739 M: Stefan Hajnoczi <stefanha@redhat.com>
740 S: Supported
741 F: async.c
742 F: aio-*.c
743 F: block*
744 F: block/
745 F: hw/block/
746 F: qemu-img*
747 F: qemu-io*
748 F: tests/image-fuzzer/
749 F: tests/qemu-iotests/
750 T: git git://repo.or.cz/qemu/kevin.git block
751 T: git git://github.com/stefanha/qemu.git block
753 Character Devices
754 M: Anthony Liguori <aliguori@amazon.com>
755 M: Paolo Bonzini <pbonzini@redhat.com>
756 S: Maintained
757 F: qemu-char.c
758 F: backends/msmouse.c
759 F: backends/testdev.c
761 Character Devices (Braille)
762 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
763 S: Maintained
764 F: backends/baum.c
767 M: Andreas Färber <afaerber@suse.de>
768 S: Supported
769 F: qom/cpu.c
770 F: include/qom/cpu.h
771 F: target-i386/cpu.c
773 ICC Bus
774 M: Igor Mammedov <imammedo@redhat.com>
775 S: Supported
776 F: include/hw/cpu/icc_bus.h
777 F: hw/cpu/icc_bus.c
779 Device Tree
780 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
781 M: Alexander Graf <agraf@suse.de>
782 S: Maintained
783 F: device_tree.[ch]
785 GDB stub
786 L: qemu-devel@nongnu.org
787 S: Odd Fixes
788 F: gdbstub*
789 F: gdb-xml/
791 Memory API
792 M: Paolo Bonzini <pbonzini@redhat.com>
793 S: Supported
794 F: include/exec/ioport.h
795 F: ioport.c
796 F: include/exec/memory.h
797 F: memory.c
798 F: include/exec/memory-internal.h
799 F: exec.c
801 SPICE
802 M: Gerd Hoffmann <kraxel@redhat.com>
803 S: Supported
804 F: include/ui/qemu-spice.h
805 F: ui/spice-*.c
806 F: audio/spiceaudio.c
807 F: hw/display/qxl*
809 Graphics
810 M: Anthony Liguori <aliguori@amazon.com>
811 M: Gerd Hoffmann <kraxel@redhat.com>
812 S: Odd Fixes
813 F: ui/
815 Cocoa graphics
816 M: Andreas Färber <andreas.faerber@web.de>
817 M: Peter Maydell <peter.maydell@linaro.org>
818 S: Odd Fixes
819 F: ui/cocoa.m
821 Main loop
822 M: Anthony Liguori <aliguori@amazon.com>
823 M: Paolo Bonzini <pbonzini@redhat.com>
824 S: Maintained
825 F: cpus.c
826 F: main-loop.c
827 F: qemu-timer.c
828 F: vl.c
830 Human Monitor (HMP)
831 M: Luiz Capitulino <lcapitulino@redhat.com>
832 S: Maintained
833 F: monitor.c
834 F: hmp.c
835 F: hmp-commands.hx
836 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
838 Network device layer
839 M: Anthony Liguori <aliguori@amazon.com>
840 M: Stefan Hajnoczi <stefanha@redhat.com>
841 S: Maintained
842 F: net/
843 T: git git://github.com/stefanha/qemu.git net
845 Netmap network backend
846 M: Luigi Rizzo <rizzo@iet.unipi.it>
847 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
848 M: Vincenzo Maffione <v.maffione@gmail.com>
849 W: http://info.iet.unipi.it/~luigi/netmap/
850 S: Maintained
851 F: net/netmap.c
853 Network Block Device (NBD)
854 M: Paolo Bonzini <pbonzini@redhat.com>
855 S: Odd Fixes
856 F: block/nbd.c
857 F: nbd.*
858 F: qemu-nbd.c
859 T: git git://github.com/bonzini/qemu.git nbd-next
861 QAPI
862 M: Luiz Capitulino <lcapitulino@redhat.com>
863 M: Michael Roth <mdroth@linux.vnet.ibm.com>
864 S: Maintained
865 F: qapi/
866 F: tests/qapi-schema/
867 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
869 QAPI Schema
870 M: Eric Blake <eblake@redhat.com>
871 M: Luiz Capitulino <lcapitulino@redhat.com>
872 M: Markus Armbruster <armbru@redhat.com>
873 S: Supported
874 F: qapi-schema.json
875 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
877 QObject
878 M: Luiz Capitulino <lcapitulino@redhat.com>
879 S: Maintained
880 F: qobject/
881 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
883 QEMU Guest Agent
884 M: Michael Roth <mdroth@linux.vnet.ibm.com>
885 S: Maintained
886 F: qga/
887 T: git git://github.com/mdroth/qemu.git qga
890 M: Anthony Liguori <aliguori@amazon.com>
891 M: Andreas Färber <afaerber@suse.de>
892 S: Supported
893 T: git git://github.com/afaerber/qemu-cpu.git qom-next
894 F: include/qom/
895 X: include/qom/cpu.h
896 F: qom/
897 X: qom/cpu.c
898 F: tests/qom-test.c
901 M: Luiz Capitulino <lcapitulino@redhat.com>
902 S: Maintained
903 F: qmp.c
904 F: monitor.c
905 F: qmp-commands.hx
906 F: QMP/
907 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
909 SLIRP
910 M: Jan Kiszka <jan.kiszka@siemens.com>
911 S: Maintained
912 F: slirp/
913 T: git git://git.kiszka.org/qemu.git queues/slirp
915 Tracing
916 M: Stefan Hajnoczi <stefanha@redhat.com>
917 S: Maintained
918 F: trace/
919 F: scripts/tracetool.py
920 F: scripts/tracetool/
921 F: docs/tracing.txt
922 T: git git://github.com/stefanha/qemu.git tracing
924 Checkpatch
925 M: Blue Swirl <blauwirbel@gmail.com>
926 S: Odd Fixes
927 F: scripts/checkpatch.pl
929 Migration
930 M: Juan Quintela <quintela@redhat.com>
931 S: Maintained
932 F: include/migration/
933 F: migration*
934 F: savevm.c
935 F: arch_init.c
936 F: vmstate.c
938 Seccomp
939 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
940 S: Supported
941 F: qemu-seccomp.c
942 F: include/sysemu/seccomp.h
944 Usermode Emulation
945 ------------------
946 Overall
947 M: Riku Voipio <riku.voipio@iki.fi>
948 S: Maintained
949 F: thunk.c
950 F: user-exec.c
952 BSD user
953 M: Blue Swirl <blauwirbel@gmail.com>
954 S: Maintained
955 F: bsd-user/
957 Linux user
958 M: Riku Voipio <riku.voipio@iki.fi>
959 S: Maintained
960 F: linux-user/
962 Tiny Code Generator (TCG)
963 -------------------------
964 Common code
965 M: Richard Henderson <rth@twiddle.net>
966 S: Maintained
967 F: tcg/
969 AArch64 target
970 M: Claudio Fontana <claudio.fontana@huawei.com>
971 M: Claudio Fontana <claudio.fontana@gmail.com>
972 S: Maintained
973 F: tcg/aarch64/
975 ARM target
976 M: Andrzej Zaborowski <balrogg@gmail.com>
977 S: Maintained
978 F: tcg/arm/
980 i386 target
981 L: qemu-devel@nongnu.org
982 S: Maintained
983 F: tcg/i386/
985 IA64 target
986 M: Aurelien Jarno <aurelien@aurel32.net>
987 S: Maintained
988 F: tcg/ia64/
990 MIPS target
991 M: Aurelien Jarno <aurelien@aurel32.net>
992 S: Maintained
993 F: tcg/mips/
996 M: Vassili Karpov (malc) <av1474@comtv.ru>
997 S: Maintained
998 F: tcg/ppc/
1000 PPC64 target
1001 M: Vassili Karpov (malc) <av1474@comtv.ru>
1002 S: Maintained
1003 F: tcg/ppc64/
1005 S390 target
1006 M: Alexander Graf <agraf@suse.de>
1007 M: Richard Henderson <rth@twiddle.net>
1008 S: Maintained
1009 F: tcg/s390/
1011 SPARC target
1012 M: Blue Swirl <blauwirbel@gmail.com>
1013 S: Maintained
1014 F: tcg/sparc/
1016 TCI target
1017 M: Stefan Weil <sw@weilnetz.de>
1018 S: Maintained
1019 F: tcg/tci/
1020 F: tci.c
1022 Stable branches
1023 ---------------
1024 Stable 1.0
1025 L: qemu-stable@nongnu.org
1026 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1027 S: Orphan
1029 Stable 0.15
1030 L: qemu-stable@nongnu.org
1031 M: Andreas Färber <afaerber@suse.de>
1032 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1033 S: Supported
1035 Stable 0.14
1036 L: qemu-stable@nongnu.org
1037 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1038 S: Orphan
1040 Stable 0.10
1041 L: qemu-stable@nongnu.org
1042 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1043 S: Orphan
1045 Block drivers
1046 -------------
1047 VMDK
1048 M: Fam Zheng <famz@redhat.com>
1049 S: Supported
1050 F: block/vmdk.c
1053 M: Josh Durgin <josh.durgin@inktank.com>
1054 S: Supported
1055 F: block/rbd.c
1057 Sheepdog
1058 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1059 M: Liu Yuan <namei.unix@gmail.com>
1060 L: sheepdog@lists.wpkg.org
1061 S: Supported
1062 F: block/sheepdog.c
1064 VHDX
1065 M: Jeff Cody <jcody@redhat.com>
1066 S: Supported
1067 F: block/vhdx*
1070 M: Stefan Weil <sw@weilnetz.de>
1071 S: Maintained
1072 F: block/vdi.c
1074 iSCSI
1075 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1076 M: Paolo Bonzini <pbonzini@redhat.com>
1077 M: Peter Lieven <pl@kamp.de>
1078 S: Supported
1079 F: block/iscsi.c
1082 M: Peter Lieven <pl@kamp.de>
1083 S: Maintained
1084 F: block/nfs.c
1087 M: Richard W.M. Jones <rjones@redhat.com>
1088 S: Supported
1089 F: block/ssh.c
1091 ARCHIPELAGO
1092 M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1093 M: Chrysostomos Nanakos <chris@include.gr>
1094 S: Maintained
1095 F: block/archipelago.c
1097 Bootdevice
1098 M: Gonglei <arei.gonglei@huawei.com>
1099 S: Maintained
1100 F: bootdevice.c