migration: Fix warnings caused by missing 'static' attribute
[qemu/ar7.git] / MAINTAINERS
blob8c06739ff973e0fac4fe43ca9eeb707cba17dfed
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: disas/lm32.c
102 F: hw/lm32/
103 F: hw/*/lm32_*
104 F: hw/*/milkymist-*
105 F: include/hw/char/lm32_juart.h
106 F: include/hw/lm32/
107 F: tests/tcg/lm32/
109 M68K
110 S: Orphan
111 F: target-m68k/
112 F: hw/m68k/
114 MicroBlaze
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116 S: Maintained
117 F: target-microblaze/
118 F: hw/microblaze/
120 MIPS
121 M: Aurelien Jarno <aurelien@aurel32.net>
122 M: Leon Alrae <leon.alrae@imgtec.com>
123 S: Maintained
124 F: target-mips/
125 F: hw/mips/
126 F: tests/tcg/mips/
128 Moxie
129 M: Anthony Green <green@moxielogic.com>
130 S: Maintained
131 F: target-moxie/
133 OpenRISC
134 M: Jia Liu <proljc@gmail.com>
135 S: Maintained
136 F: target-openrisc/
137 F: hw/openrisc/
138 F: tests/tcg/openrisc/
140 PowerPC
141 M: Alexander Graf <agraf@suse.de>
142 L: qemu-ppc@nongnu.org
143 S: Maintained
144 F: target-ppc/
145 F: hw/ppc/
147 S390
148 M: Richard Henderson <rth@twiddle.net>
149 M: Alexander Graf <agraf@suse.de>
150 S: Maintained
151 F: target-s390x/
152 F: hw/s390x/
155 M: Aurelien Jarno <aurelien@aurel32.net>
156 S: Odd Fixes
157 F: target-sh4/
158 F: hw/sh4/
160 SPARC
161 M: Blue Swirl <blauwirbel@gmail.com>
162 S: Maintained
163 F: target-sparc/
164 F: hw/sparc/
165 F: hw/sparc64/
167 UniCore32
168 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
169 S: Maintained
170 F: target-unicore32/
171 F: hw/unicore32/
174 M: Paolo Bonzini <pbonzini@redhat.com>
175 M: Richard Henderson <rth@twiddle.net>
176 S: Odd Fixes
177 F: target-i386/
178 F: hw/i386/
180 Xtensa
181 M: Max Filippov <jcmvbkbc@gmail.com>
182 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
183 S: Maintained
184 F: target-xtensa/
185 F: hw/xtensa/
186 F: tests/tcg/xtensa/
188 TriCore
189 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
190 S: Maintained
191 F: target-tricore/
192 F: hw/tricore/
194 Guest CPU Cores (KVM):
195 ----------------------
197 Overall
198 M: Paolo Bonzini <pbonzini@redhat.com>
199 L: kvm@vger.kernel.org
200 S: Supported
201 F: kvm-*
202 F: */kvm.*
205 M: Peter Maydell <peter.maydell@linaro.org>
206 S: Maintained
207 F: target-arm/kvm.c
209 MIPS
210 M: James Hogan <james.hogan@imgtec.com>
211 S: Maintained
212 F: target-mips/kvm.c
215 M: Alexander Graf <agraf@suse.de>
216 S: Maintained
217 F: target-ppc/kvm.c
219 S390
220 M: Christian Borntraeger <borntraeger@de.ibm.com>
221 M: Cornelia Huck <cornelia.huck@de.ibm.com>
222 M: Alexander Graf <agraf@suse.de>
223 S: Maintained
224 F: target-s390x/kvm.c
225 F: hw/intc/s390_flic.c
226 F: hw/intc/s390_flic_kvm.c
227 F: include/hw/s390x/s390_flic.h
230 M: Paolo Bonzini <pbonzini@redhat.com>
231 M: Marcelo Tosatti <mtosatti@redhat.com>
232 L: kvm@vger.kernel.org
233 S: Supported
234 F: target-i386/kvm.c
236 Guest CPU Cores (Xen):
237 ----------------------
240 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
241 L: xen-devel@lists.xensource.com
242 S: Supported
243 F: xen-*
244 F: */xen*
246 Hosts:
247 ------
249 LINUX
250 L: qemu-devel@nongnu.org
251 S: Maintained
252 F: linux-*
253 F: linux-headers/
255 POSIX
256 L: qemu-devel@nongnu.org
257 S: Maintained
258 F: *posix*
260 W32, W64
261 L: qemu-devel@nongnu.org
262 M: Stefan Weil <sw@weilnetz.de>
263 S: Maintained
264 F: *win32*
266 ARM Machines
267 ------------
268 Allwinner-a10
269 M: Li Guang <lig.fnst@cn.fujitsu.com>
270 S: Maintained
271 F: hw/*/allwinner-a10*
272 F: include/hw/*/allwinner-a10*
273 F: hw/arm/cubieboard.c
275 Exynos
276 M: Evgeny Voevodin <e.voevodin@samsung.com>
277 M: Maksim Kozlov <m.kozlov@samsung.com>
278 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
279 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
280 S: Maintained
281 F: hw/*/exynos*
283 Calxeda Highbank
284 M: Rob Herring <robh@kernel.org>
285 S: Maintained
286 F: hw/arm/highbank.c
287 F: hw/net/xgmac.c
289 Canon DIGIC
290 M: Antony Pavlov <antonynpavlov@gmail.com>
291 S: Maintained
292 F: include/hw/arm/digic.h
293 F: hw/*/digic*
295 Gumstix
296 L: qemu-devel@nongnu.org
297 S: Orphan
298 F: hw/arm/gumstix.c
300 i.MX31
301 M: Peter Chubb <peter.chubb@nicta.com.au>
302 S: Odd fixes
303 F: hw/*/imx*
304 F: hw/arm/kzm.c
306 Integrator CP
307 M: Peter Maydell <peter.maydell@linaro.org>
308 S: Maintained
309 F: hw/arm/integratorcp.c
311 Mainstone
312 L: qemu-devel@nongnu.org
313 S: Orphan
314 F: hw/arm/mainstone.c
316 Musicpal
317 M: Jan Kiszka <jan.kiszka@web.de>
318 S: Maintained
319 F: hw/arm/musicpal.c
321 nSeries
322 M: Andrzej Zaborowski <balrogg@gmail.com>
323 S: Maintained
324 F: hw/arm/nseries.c
326 Palm
327 M: Andrzej Zaborowski <balrogg@gmail.com>
328 S: Maintained
329 F: hw/arm/palm.c
331 Real View
332 M: Peter Maydell <peter.maydell@linaro.org>
333 S: Maintained
334 F: hw/arm/realview*
336 Spitz
337 M: Andrzej Zaborowski <balrogg@gmail.com>
338 S: Maintained
339 F: hw/arm/spitz.c
341 Stellaris
342 M: Peter Maydell <peter.maydell@linaro.org>
343 S: Maintained
344 F: hw/*/stellaris*
346 Versatile PB
347 M: Peter Maydell <peter.maydell@linaro.org>
348 S: Maintained
349 F: hw/*/versatile*
351 Xilinx Zynq
352 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
353 S: Maintained
354 F: hw/arm/xilinx_zynq.c
355 F: hw/misc/zynq_slcr.c
356 F: hw/*/cadence_*
357 F: hw/ssi/xilinx_spips.c
359 CRIS Machines
360 -------------
361 Axis Dev88
362 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
363 S: Maintained
364 F: hw/cris/axis_dev88.c
365 F: hw/*/etraxfs_*.c
367 LM32 Machines
368 -------------
369 EVR32 and uclinux BSP
370 M: Michael Walle <michael@walle.cc>
371 S: Maintained
372 F: hw/lm32/lm32_boards.c
374 milkymist
375 M: Michael Walle <michael@walle.cc>
376 S: Maintained
377 F: hw/lm32/milkymist.c
379 M68K Machines
380 -------------
381 an5206
382 S: Orphan
383 F: hw/m68k/an5206.c
385 dummy_m68k
386 S: Orphan
387 F: hw/m68k/dummy_m68k.c
389 mcf5208
390 S: Orphan
391 F: hw/m68k/mcf5208.c
393 MicroBlaze Machines
394 -------------------
395 petalogix_s3adsp1800
396 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
397 S: Maintained
398 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
400 petalogix_ml605
401 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
402 S: Maintained
403 F: hw/microblaze/petalogix_ml605_mmu.c
405 MIPS Machines
406 -------------
407 Jazz
408 M: Hervé Poussineau <hpoussin@reactos.org>
409 S: Maintained
410 F: hw/mips/mips_jazz.c
412 Malta
413 M: Aurelien Jarno <aurelien@aurel32.net>
414 S: Maintained
415 F: hw/mips/mips_malta.c
417 Mipssim
418 L: qemu-devel@nongnu.org
419 S: Orphan
420 F: hw/mips/mips_mipssim.c
422 R4000
423 M: Aurelien Jarno <aurelien@aurel32.net>
424 S: Maintained
425 F: hw/mips/mips_r4k.c
427 OpenRISC Machines
428 -----------------
429 or1k-sim
430 M: Jia Liu <proljc@gmail.com>
431 S: Maintained
432 F: hw/openrisc/openrisc_sim.c
434 PowerPC Machines
435 ----------------
437 M: Alexander Graf <agraf@suse.de>
438 L: qemu-ppc@nongnu.org
439 S: Odd Fixes
440 F: hw/ppc/ppc405_boards.c
442 Bamboo
443 M: Alexander Graf <agraf@suse.de>
444 L: qemu-ppc@nongnu.org
445 S: Odd Fixes
446 F: hw/ppc/ppc440_bamboo.c
448 e500
449 M: Alexander Graf <agraf@suse.de>
450 M: Scott Wood <scottwood@freescale.com>
451 L: qemu-ppc@nongnu.org
452 S: Supported
453 F: hw/ppc/e500.[hc]
454 F: hw/ppc/e500plat.c
456 mpc8544ds
457 M: Alexander Graf <agraf@suse.de>
458 M: Scott Wood <scottwood@freescale.com>
459 L: qemu-ppc@nongnu.org
460 S: Supported
461 F: hw/ppc/mpc8544ds.c
462 F: hw/ppc/mpc8544_guts.c
464 New World
465 M: Alexander Graf <agraf@suse.de>
466 L: qemu-ppc@nongnu.org
467 S: Maintained
468 F: hw/ppc/mac_newworld.c
469 F: hw/pci-host/uninorth.c
470 F: hw/pci-bridge/dec.[hc]
471 F: hw/misc/macio/
473 Old World
474 M: Alexander Graf <agraf@suse.de>
475 L: qemu-ppc@nongnu.org
476 S: Maintained
477 F: hw/ppc/mac_oldworld.c
478 F: hw/pci-host/grackle.c
479 F: hw/misc/macio/
481 PReP
482 M: Andreas Färber <andreas.faerber@web.de>
483 L: qemu-ppc@nongnu.org
484 S: Odd Fixes
485 F: hw/ppc/prep.c
486 F: hw/pci-host/prep.[hc]
487 F: hw/isa/pc87312.[hc]
489 sPAPR
490 M: Alexander Graf <agraf@suse.de>
491 L: qemu-ppc@nongnu.org
492 S: Supported
493 F: hw/*/spapr*
494 F: include/hw/*/spapr*
495 F: hw/*/xics*
496 F: include/hw/*/xics*
497 F: pc-bios/spapr-rtas/*
499 virtex_ml507
500 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
501 L: qemu-ppc@nongnu.org
502 S: Odd Fixes
503 F: hw/ppc/virtex_ml507.c
505 SH4 Machines
506 ------------
508 M: Magnus Damm <magnus.damm@gmail.com>
509 S: Maintained
510 F: hw/sh4/r2d.c
512 Shix
513 M: Magnus Damm <magnus.damm@gmail.com>
514 S: Orphan
515 F: hw/sh4/shix.c
517 SPARC Machines
518 --------------
519 Sun4m
520 M: Blue Swirl <blauwirbel@gmail.com>
521 S: Maintained
522 F: hw/sparc/sun4m.c
524 Sun4u
525 M: Blue Swirl <blauwirbel@gmail.com>
526 S: Maintained
527 F: hw/sparc64/sun4u.c
529 Leon3
530 M: Fabien Chouteau <chouteau@adacore.com>
531 S: Maintained
532 F: hw/sparc/leon3.c
533 F: hw/*/grlib*
535 S390 Machines
536 -------------
537 S390 Virtio
538 M: Alexander Graf <agraf@suse.de>
539 S: Maintained
540 F: hw/s390x/s390-*.c
541 X: hw/s390x/*pci*.[hc]
543 S390 Virtio-ccw
544 M: Cornelia Huck <cornelia.huck@de.ibm.com>
545 M: Christian Borntraeger <borntraeger@de.ibm.com>
546 M: Alexander Graf <agraf@suse.de>
547 S: Supported
548 F: hw/s390x/s390-virtio-ccw.c
549 F: hw/s390x/css.[hc]
550 F: hw/s390x/sclp*.[hc]
551 F: hw/s390x/ipl*.[hc]
552 F: hw/s390x/*pci*.[hc]
553 F: include/hw/s390x/
554 F: pc-bios/s390-ccw/
555 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
557 UniCore32 Machines
558 -------------
559 PKUnity-3 SoC initramfs-with-busybox
560 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
561 S: Maintained
562 F: hw/*/puv3*
563 F: hw/unicore32/
565 X86 Machines
566 ------------
568 M: Anthony Liguori <aliguori@amazon.com>
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: Kevin Wolf <kwolf@redhat.com>
609 M: Stefan Hajnoczi <stefanha@redhat.com>
610 S: Odd Fixes
611 F: include/hw/ide.h
612 F: hw/ide/
614 OMAP
615 M: Peter Maydell <peter.maydell@linaro.org>
616 S: Maintained
617 F: hw/*/omap*
620 M: Michael S. Tsirkin <mst@redhat.com>
621 S: Supported
622 F: include/hw/pci/*
623 F: hw/pci/*
624 F: hw/acpi/*
626 ppc4xx
627 M: Alexander Graf <agraf@suse.de>
628 L: qemu-ppc@nongnu.org
629 S: Odd Fixes
630 F: hw/ppc/ppc4*.c
632 ppce500
633 M: Alexander Graf <agraf@suse.de>
634 M: Scott Wood <scottwood@freescale.com>
635 L: qemu-ppc@nongnu.org
636 S: Supported
637 F: hw/ppc/e500*
639 SCSI
640 M: Paolo Bonzini <pbonzini@redhat.com>
641 S: Supported
642 F: include/hw/scsi*
643 F: hw/scsi/*
644 T: git git://github.com/bonzini/qemu.git scsi-next
646 LSI53C895A
647 S: Orphan
648 F: hw/scsi/lsi53c895a.c
651 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
652 S: Maintained
653 F: hw/ssi/*
654 F: hw/block/m25p80.c
657 M: Gerd Hoffmann <kraxel@redhat.com>
658 S: Maintained
659 F: hw/usb/*
660 F: tests/usb-*-test.c
662 USB (serial adapter)
663 M: Gerd Hoffmann <kraxel@redhat.com>
664 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
665 S: Maintained
666 F: hw/usb/dev-serial.c
668 VFIO
669 M: Alex Williamson <alex.williamson@redhat.com>
670 S: Supported
671 F: hw/vfio/*
673 vhost
674 M: Michael S. Tsirkin <mst@redhat.com>
675 S: Supported
676 F: hw/*/*vhost*
678 virtio
679 M: Anthony Liguori <aliguori@amazon.com>
680 M: Michael S. Tsirkin <mst@redhat.com>
681 S: Supported
682 F: hw/*/virtio*
684 virtio-9p
685 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
686 S: Supported
687 F: hw/9pfs/
688 F: fsdev/
689 F: tests/virtio-9p-test.c
690 T: git git://github.com/kvaneesh/QEMU.git
692 virtio-blk
693 M: Kevin Wolf <kwolf@redhat.com>
694 M: Stefan Hajnoczi <stefanha@redhat.com>
695 S: Supported
696 F: hw/block/virtio-blk.c
698 virtio-ccw
699 M: Cornelia Huck <cornelia.huck@de.ibm.com>
700 M: Christian Borntraeger <borntraeger@de.ibm.com>
701 S: Supported
702 F: hw/s390x/virtio-ccw.[hc]
703 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
705 virtio-serial
706 M: Amit Shah <amit.shah@redhat.com>
707 S: Supported
708 F: hw/char/virtio-serial-bus.c
709 F: hw/char/virtio-console.c
710 F: include/hw/virtio/virtio-serial.h
712 virtio-rng
713 M: Amit Shah <amit.shah@redhat.com>
714 S: Supported
715 F: hw/virtio/virtio-rng.c
716 F: include/hw/virtio/virtio-rng.h
717 F: backends/rng*.c
719 nvme
720 M: Keith Busch <keith.busch@intel.com>
721 S: Supported
722 F: hw/block/nvme*
723 F: tests/nvme-test.c
725 megasas
726 M: Hannes Reinecke <hare@suse.de>
727 S: Supported
728 F: hw/scsi/megasas.c
729 F: hw/scsi/mfi.h
731 Xilinx EDK
732 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
733 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
734 S: Maintained
735 F: hw/*/xilinx_*
736 F: include/hw/xilinx.h
738 Vmware
739 M: Dmitry Fleytman <dmitry@daynix.com>
740 S: Maintained
741 F: hw/net/vmxnet*
742 F: hw/scsi/vmw_pvscsi*
744 Subsystems
745 ----------
746 Audio
747 M: Vassili Karpov (malc) <av1474@comtv.ru>
748 M: Gerd Hoffmann <kraxel@redhat.com>
749 S: Maintained
750 F: audio/
751 F: hw/audio/
752 F: tests/ac97-test.c
753 F: tests/es1370-test.c
754 F: tests/intel-hda-test.c
756 Block
757 M: Kevin Wolf <kwolf@redhat.com>
758 M: Stefan Hajnoczi <stefanha@redhat.com>
759 S: Supported
760 F: async.c
761 F: aio-*.c
762 F: block*
763 F: block/
764 F: hw/block/
765 F: migration/block*
766 F: qemu-img*
767 F: qemu-io*
768 F: tests/image-fuzzer/
769 F: tests/qemu-iotests/
770 T: git git://repo.or.cz/qemu/kevin.git block
771 T: git git://github.com/stefanha/qemu.git block
773 Character Devices
774 M: Anthony Liguori <aliguori@amazon.com>
775 M: Paolo Bonzini <pbonzini@redhat.com>
776 S: Maintained
777 F: qemu-char.c
778 F: backends/msmouse.c
779 F: backends/testdev.c
781 Character Devices (Braille)
782 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
783 S: Maintained
784 F: backends/baum.c
786 Coverity model
787 M: Markus Armbruster <armbru@redhat.com>
788 S: Supported
789 F: scripts/coverity-model.c
792 M: Andreas Färber <afaerber@suse.de>
793 S: Supported
794 F: qom/cpu.c
795 F: include/qom/cpu.h
796 F: target-i386/cpu.c
798 ICC Bus
799 M: Igor Mammedov <imammedo@redhat.com>
800 S: Supported
801 F: include/hw/cpu/icc_bus.h
802 F: hw/cpu/icc_bus.c
804 Device Tree
805 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
806 M: Alexander Graf <agraf@suse.de>
807 S: Maintained
808 F: device_tree.[ch]
810 GDB stub
811 L: qemu-devel@nongnu.org
812 S: Odd Fixes
813 F: gdbstub*
814 F: gdb-xml/
816 Memory API
817 M: Paolo Bonzini <pbonzini@redhat.com>
818 S: Supported
819 F: include/exec/ioport.h
820 F: ioport.c
821 F: include/exec/memory.h
822 F: memory.c
823 F: include/exec/memory-internal.h
824 F: exec.c
826 SPICE
827 M: Gerd Hoffmann <kraxel@redhat.com>
828 S: Supported
829 F: include/ui/qemu-spice.h
830 F: ui/spice-*.c
831 F: audio/spiceaudio.c
832 F: hw/display/qxl*
834 Graphics
835 M: Anthony Liguori <aliguori@amazon.com>
836 M: Gerd Hoffmann <kraxel@redhat.com>
837 S: Odd Fixes
838 F: ui/
840 Cocoa graphics
841 M: Andreas Färber <andreas.faerber@web.de>
842 M: Peter Maydell <peter.maydell@linaro.org>
843 S: Odd Fixes
844 F: ui/cocoa.m
846 Main loop
847 M: Anthony Liguori <aliguori@amazon.com>
848 M: Paolo Bonzini <pbonzini@redhat.com>
849 S: Maintained
850 F: cpus.c
851 F: main-loop.c
852 F: qemu-timer.c
853 F: vl.c
855 Human Monitor (HMP)
856 M: Luiz Capitulino <lcapitulino@redhat.com>
857 S: Maintained
858 F: monitor.c
859 F: hmp.c
860 F: hmp-commands.hx
861 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
863 Network device layer
864 M: Anthony Liguori <aliguori@amazon.com>
865 M: Stefan Hajnoczi <stefanha@redhat.com>
866 M: Jason Wang <jasowang@redhat.com>
867 S: Maintained
868 F: net/
869 T: git git://github.com/stefanha/qemu.git net
871 Netmap network backend
872 M: Luigi Rizzo <rizzo@iet.unipi.it>
873 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
874 M: Vincenzo Maffione <v.maffione@gmail.com>
875 W: http://info.iet.unipi.it/~luigi/netmap/
876 S: Maintained
877 F: net/netmap.c
879 Network Block Device (NBD)
880 M: Paolo Bonzini <pbonzini@redhat.com>
881 S: Odd Fixes
882 F: block/nbd.c
883 F: nbd.*
884 F: qemu-nbd.c
885 T: git git://github.com/bonzini/qemu.git nbd-next
887 QAPI
888 M: Luiz Capitulino <lcapitulino@redhat.com>
889 M: Michael Roth <mdroth@linux.vnet.ibm.com>
890 S: Maintained
891 F: qapi/
892 F: tests/qapi-schema/
893 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
895 QAPI Schema
896 M: Eric Blake <eblake@redhat.com>
897 M: Luiz Capitulino <lcapitulino@redhat.com>
898 M: Markus Armbruster <armbru@redhat.com>
899 S: Supported
900 F: qapi-schema.json
901 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
903 QObject
904 M: Luiz Capitulino <lcapitulino@redhat.com>
905 S: Maintained
906 F: qobject/
907 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
909 QEMU Guest Agent
910 M: Michael Roth <mdroth@linux.vnet.ibm.com>
911 S: Maintained
912 F: qga/
913 T: git git://github.com/mdroth/qemu.git qga
916 M: Anthony Liguori <aliguori@amazon.com>
917 M: Andreas Färber <afaerber@suse.de>
918 S: Supported
919 T: git git://github.com/afaerber/qemu-cpu.git qom-next
920 F: include/qom/
921 X: include/qom/cpu.h
922 F: qom/
923 X: qom/cpu.c
924 F: tests/qom-test.c
927 M: Luiz Capitulino <lcapitulino@redhat.com>
928 S: Maintained
929 F: qmp.c
930 F: monitor.c
931 F: qmp-commands.hx
932 F: QMP/
933 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
935 SLIRP
936 M: Jan Kiszka <jan.kiszka@siemens.com>
937 S: Maintained
938 F: slirp/
939 T: git git://git.kiszka.org/qemu.git queues/slirp
941 Tracing
942 M: Stefan Hajnoczi <stefanha@redhat.com>
943 S: Maintained
944 F: trace/
945 F: scripts/tracetool.py
946 F: scripts/tracetool/
947 F: docs/tracing.txt
948 T: git git://github.com/stefanha/qemu.git tracing
950 Checkpatch
951 M: Blue Swirl <blauwirbel@gmail.com>
952 S: Odd Fixes
953 F: scripts/checkpatch.pl
955 Migration
956 M: Juan Quintela <quintela@redhat.com>
957 M: Amit Shah <amit.shah@redhat.com>
958 S: Maintained
959 F: include/migration/
960 F: migration/
961 F: savevm.c
962 F: arch_init.c
963 F: scripts/vmstate-static-checker.py
964 F: tests/vmstate-static-checker-data/
966 Seccomp
967 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
968 S: Supported
969 F: qemu-seccomp.c
970 F: include/sysemu/seccomp.h
972 Usermode Emulation
973 ------------------
974 Overall
975 M: Riku Voipio <riku.voipio@iki.fi>
976 S: Maintained
977 F: thunk.c
978 F: user-exec.c
980 BSD user
981 M: Blue Swirl <blauwirbel@gmail.com>
982 S: Maintained
983 F: bsd-user/
985 Linux user
986 M: Riku Voipio <riku.voipio@iki.fi>
987 S: Maintained
988 F: linux-user/
990 Tiny Code Generator (TCG)
991 -------------------------
992 Common code
993 M: Richard Henderson <rth@twiddle.net>
994 S: Maintained
995 F: tcg/
997 AArch64 target
998 M: Claudio Fontana <claudio.fontana@huawei.com>
999 M: Claudio Fontana <claudio.fontana@gmail.com>
1000 S: Maintained
1001 F: tcg/aarch64/
1003 ARM target
1004 M: Andrzej Zaborowski <balrogg@gmail.com>
1005 S: Maintained
1006 F: tcg/arm/
1008 i386 target
1009 L: qemu-devel@nongnu.org
1010 S: Maintained
1011 F: tcg/i386/
1013 IA64 target
1014 M: Aurelien Jarno <aurelien@aurel32.net>
1015 S: Maintained
1016 F: tcg/ia64/
1018 MIPS target
1019 M: Aurelien Jarno <aurelien@aurel32.net>
1020 S: Maintained
1021 F: tcg/mips/
1024 M: Vassili Karpov (malc) <av1474@comtv.ru>
1025 S: Maintained
1026 F: tcg/ppc/
1028 PPC64 target
1029 M: Vassili Karpov (malc) <av1474@comtv.ru>
1030 S: Maintained
1031 F: tcg/ppc64/
1033 S390 target
1034 M: Alexander Graf <agraf@suse.de>
1035 M: Richard Henderson <rth@twiddle.net>
1036 S: Maintained
1037 F: tcg/s390/
1039 SPARC target
1040 M: Blue Swirl <blauwirbel@gmail.com>
1041 S: Maintained
1042 F: tcg/sparc/
1044 TCI target
1045 M: Stefan Weil <sw@weilnetz.de>
1046 S: Maintained
1047 F: tcg/tci/
1048 F: tci.c
1050 Stable branches
1051 ---------------
1052 Stable 1.0
1053 L: qemu-stable@nongnu.org
1054 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1055 S: Orphan
1057 Stable 0.15
1058 L: qemu-stable@nongnu.org
1059 M: Andreas Färber <afaerber@suse.de>
1060 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1061 S: Supported
1063 Stable 0.14
1064 L: qemu-stable@nongnu.org
1065 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1066 S: Orphan
1068 Stable 0.10
1069 L: qemu-stable@nongnu.org
1070 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1071 S: Orphan
1073 Block drivers
1074 -------------
1075 VMDK
1076 M: Fam Zheng <famz@redhat.com>
1077 S: Supported
1078 F: block/vmdk.c
1081 M: Josh Durgin <josh.durgin@inktank.com>
1082 S: Supported
1083 F: block/rbd.c
1085 Sheepdog
1086 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1087 M: Liu Yuan <namei.unix@gmail.com>
1088 L: sheepdog@lists.wpkg.org
1089 S: Supported
1090 F: block/sheepdog.c
1092 VHDX
1093 M: Jeff Cody <jcody@redhat.com>
1094 S: Supported
1095 F: block/vhdx*
1098 M: Stefan Weil <sw@weilnetz.de>
1099 S: Maintained
1100 F: block/vdi.c
1102 iSCSI
1103 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1104 M: Paolo Bonzini <pbonzini@redhat.com>
1105 M: Peter Lieven <pl@kamp.de>
1106 S: Supported
1107 F: block/iscsi.c
1110 M: Peter Lieven <pl@kamp.de>
1111 S: Maintained
1112 F: block/nfs.c
1115 M: Richard W.M. Jones <rjones@redhat.com>
1116 S: Supported
1117 F: block/ssh.c
1119 ARCHIPELAGO
1120 M: Chrysostomos Nanakos <chris@include.gr>
1121 S: Maintained
1122 F: block/archipelago.c
1124 Bootdevice
1125 M: Gonglei <arei.gonglei@huawei.com>
1126 S: Maintained
1127 F: bootdevice.c