vmxnet3: Drop net_vmxnet3_info.can_receive
[qemu.git] / MAINTAINERS
blob08f356a54c599fd3175f8b51ada2c8162497f5b0
1 QEMU Maintainers
2 ================
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14         M: Mail patches to: FullName <address@domain>
15         L: Mailing list that is relevant to this area
16         W: Web-page with status/info
17         Q: Patchwork web based patch tracking system site
18         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19         S: Status, one of the following:
20            Supported:   Someone is actually paid to look after this.
21            Maintained:  Someone actually looks after it.
22            Odd Fixes:   It has a maintainer but they don't have time to do
23                         much other than throw the odd patch in. See below.
24            Orphan:      No current maintainer [but maybe you could take the
25                         role as you write your new code].
26            Obsolete:    Old code. Something tagged obsolete generally means
27                         it has been replaced by a better system and you
28                         should be using that.
29         F: Files and directories with wildcard patterns.
30            A trailing slash includes all files and subdirectory files.
31            F:   drivers/net/    all files in and below drivers/net
32            F:   drivers/net/*   all files in drivers/net, but not below
33            F:   */net/*         all files in "any top level directory"/net
34            One pattern per line.  Multiple F: lines acceptable.
35         X: Files and directories that are NOT maintained, same rules as F:
36            Files exclusions are tested before file matches.
37            Can be useful for excluding a specific subdirectory, for instance:
38            F:   net/
39            X:   net/ipv6/
40            matches all files in and below net excluding net/ipv6/
41         K: Keyword perl extended regex pattern to match content in a
42            patch or file.  For instance:
43            K: of_get_profile
44               matches patches or files that contain "of_get_profile"
45            K: \b(printk|pr_(info|err))\b
46               matches patches or files that contain one or more of the words
47               printk, pr_info or pr_err
48            One regex pattern per line.  Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
55 Responsible Disclosure, Reporting Security Issues
56 ------------------------------
57 W: http://wiki.qemu.org/SecurityProcess
58 M: Michael S. Tsirkin <mst@redhat.com>
59 L: secalert@redhat.com
61 Guest CPU cores (TCG):
62 ----------------------
63 Overall
64 L: qemu-devel@nongnu.org
65 S: Odd fixes
66 F: cpu-exec.c
67 F: cputlb.c
68 F: softmmu_template.h
69 F: translate-all.c
70 F: include/exec/cpu_ldst.h
71 F: include/exec/cpu_ldst_template.h
72 F: include/exec/helper*.h
74 Alpha
75 M: Richard Henderson <rth@twiddle.net>
76 S: Maintained
77 F: target-alpha/
78 F: hw/alpha/
79 F: tests/tcg/alpha/
81 ARM
82 M: Peter Maydell <peter.maydell@linaro.org>
83 S: Maintained
84 F: target-arm/
85 F: hw/arm/
86 F: hw/cpu/a*mpcore.c
88 CRIS
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 S: Maintained
91 F: target-cris/
92 F: hw/cris/
93 F: tests/tcg/cris/
95 LM32
96 M: Michael Walle <michael@walle.cc>
97 S: Maintained
98 F: target-lm32/
99 F: disas/lm32.c
100 F: hw/lm32/
101 F: hw/*/lm32_*
102 F: hw/*/milkymist-*
103 F: include/hw/char/lm32_juart.h
104 F: include/hw/lm32/
105 F: tests/tcg/lm32/
107 M68K
108 S: Orphan
109 F: target-m68k/
110 F: hw/m68k/
112 MicroBlaze
113 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
114 S: Maintained
115 F: target-microblaze/
116 F: hw/microblaze/
118 MIPS
119 M: Aurelien Jarno <aurelien@aurel32.net>
120 M: Leon Alrae <leon.alrae@imgtec.com>
121 S: Maintained
122 F: target-mips/
123 F: hw/mips/
124 F: tests/tcg/mips/
126 Moxie
127 M: Anthony Green <green@moxielogic.com>
128 S: Maintained
129 F: target-moxie/
131 OpenRISC
132 M: Jia Liu <proljc@gmail.com>
133 S: Maintained
134 F: target-openrisc/
135 F: hw/openrisc/
136 F: tests/tcg/openrisc/
138 PowerPC
139 M: Alexander Graf <agraf@suse.de>
140 L: qemu-ppc@nongnu.org
141 S: Maintained
142 F: target-ppc/
143 F: hw/ppc/
145 S390
146 M: Richard Henderson <rth@twiddle.net>
147 M: Alexander Graf <agraf@suse.de>
148 S: Maintained
149 F: target-s390x/
150 F: hw/s390x/
153 M: Aurelien Jarno <aurelien@aurel32.net>
154 S: Odd Fixes
155 F: target-sh4/
156 F: hw/sh4/
158 SPARC
159 M: Blue Swirl <blauwirbel@gmail.com>
160 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
161 S: Maintained
162 F: target-sparc/
163 F: hw/sparc/
164 F: hw/sparc64/
166 UniCore32
167 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168 S: Maintained
169 F: target-unicore32/
170 F: hw/unicore32/
173 M: Paolo Bonzini <pbonzini@redhat.com>
174 M: Richard Henderson <rth@twiddle.net>
175 M: Eduardo Habkost <ehabkost@redhat.com>
176 S: Maintained
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: Alistair Francis <alistair.francis@xilinx.com>
353 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
354 S: Maintained
355 F: hw/arm/xilinx_zynq.c
356 F: hw/misc/zynq_slcr.c
357 F: hw/*/cadence_*
358 F: hw/ssi/xilinx_spips.c
360 Xilinx ZynqMP
361 M: Alistair Francis <alistair.francis@xilinx.com>
362 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
363 S: Maintained
364 F: hw/arm/xlnx-zynqmp.c
365 F: hw/arm/xlnx-ep108.c
366 F: include/hw/arm/xlnx-zynqmp.h
368 ARM ACPI Subsystem
369 M: Shannon Zhao <zhaoshenglong@huawei.com>
370 M: Shannon Zhao <shannon.zhao@linaro.org>
371 S: Maintained
372 F: hw/arm/virt-acpi-build.c
373 F: include/hw/arm/virt-acpi-build.h
375 CRIS Machines
376 -------------
377 Axis Dev88
378 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
379 S: Maintained
380 F: hw/cris/axis_dev88.c
381 F: hw/*/etraxfs_*.c
383 LM32 Machines
384 -------------
385 EVR32 and uclinux BSP
386 M: Michael Walle <michael@walle.cc>
387 S: Maintained
388 F: hw/lm32/lm32_boards.c
390 milkymist
391 M: Michael Walle <michael@walle.cc>
392 S: Maintained
393 F: hw/lm32/milkymist.c
395 M68K Machines
396 -------------
397 an5206
398 S: Orphan
399 F: hw/m68k/an5206.c
401 dummy_m68k
402 S: Orphan
403 F: hw/m68k/dummy_m68k.c
405 mcf5208
406 S: Orphan
407 F: hw/m68k/mcf5208.c
409 MicroBlaze Machines
410 -------------------
411 petalogix_s3adsp1800
412 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
413 S: Maintained
414 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
416 petalogix_ml605
417 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
418 S: Maintained
419 F: hw/microblaze/petalogix_ml605_mmu.c
421 MIPS Machines
422 -------------
423 Jazz
424 M: Hervé Poussineau <hpoussin@reactos.org>
425 S: Maintained
426 F: hw/mips/mips_jazz.c
428 Malta
429 M: Aurelien Jarno <aurelien@aurel32.net>
430 S: Maintained
431 F: hw/mips/mips_malta.c
433 Mipssim
434 L: qemu-devel@nongnu.org
435 S: Orphan
436 F: hw/mips/mips_mipssim.c
438 R4000
439 M: Aurelien Jarno <aurelien@aurel32.net>
440 S: Maintained
441 F: hw/mips/mips_r4k.c
443 OpenRISC Machines
444 -----------------
445 or1k-sim
446 M: Jia Liu <proljc@gmail.com>
447 S: Maintained
448 F: hw/openrisc/openrisc_sim.c
450 PowerPC Machines
451 ----------------
453 M: Alexander Graf <agraf@suse.de>
454 L: qemu-ppc@nongnu.org
455 S: Odd Fixes
456 F: hw/ppc/ppc405_boards.c
458 Bamboo
459 M: Alexander Graf <agraf@suse.de>
460 L: qemu-ppc@nongnu.org
461 S: Odd Fixes
462 F: hw/ppc/ppc440_bamboo.c
464 e500
465 M: Alexander Graf <agraf@suse.de>
466 M: Scott Wood <scottwood@freescale.com>
467 L: qemu-ppc@nongnu.org
468 S: Supported
469 F: hw/ppc/e500.[hc]
470 F: hw/ppc/e500plat.c
472 mpc8544ds
473 M: Alexander Graf <agraf@suse.de>
474 M: Scott Wood <scottwood@freescale.com>
475 L: qemu-ppc@nongnu.org
476 S: Supported
477 F: hw/ppc/mpc8544ds.c
478 F: hw/ppc/mpc8544_guts.c
480 New World
481 M: Alexander Graf <agraf@suse.de>
482 L: qemu-ppc@nongnu.org
483 S: Maintained
484 F: hw/ppc/mac_newworld.c
485 F: hw/pci-host/uninorth.c
486 F: hw/pci-bridge/dec.[hc]
487 F: hw/misc/macio/
489 Old World
490 M: Alexander Graf <agraf@suse.de>
491 L: qemu-ppc@nongnu.org
492 S: Maintained
493 F: hw/ppc/mac_oldworld.c
494 F: hw/pci-host/grackle.c
495 F: hw/misc/macio/
497 PReP
498 M: Andreas Färber <andreas.faerber@web.de>
499 L: qemu-ppc@nongnu.org
500 S: Odd Fixes
501 F: hw/ppc/prep.c
502 F: hw/pci-host/prep.[hc]
503 F: hw/isa/pc87312.[hc]
505 sPAPR (pseries)
506 M: David Gibson <david@gibson.dropbear.id.au>
507 M: Alexander Graf <agraf@suse.de>
508 L: qemu-ppc@nongnu.org
509 S: Supported
510 F: hw/*/spapr*
511 F: include/hw/*/spapr*
512 F: hw/*/xics*
513 F: include/hw/*/xics*
514 F: pc-bios/spapr-rtas/*
516 virtex_ml507
517 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
518 L: qemu-ppc@nongnu.org
519 S: Odd Fixes
520 F: hw/ppc/virtex_ml507.c
522 SH4 Machines
523 ------------
525 M: Magnus Damm <magnus.damm@gmail.com>
526 S: Maintained
527 F: hw/sh4/r2d.c
529 Shix
530 M: Magnus Damm <magnus.damm@gmail.com>
531 S: Orphan
532 F: hw/sh4/shix.c
534 SPARC Machines
535 --------------
536 Sun4m
537 M: Blue Swirl <blauwirbel@gmail.com>
538 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
539 S: Maintained
540 F: hw/sparc/sun4m.c
542 Sun4u
543 M: Blue Swirl <blauwirbel@gmail.com>
544 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
545 S: Maintained
546 F: hw/sparc64/sun4u.c
548 Leon3
549 M: Fabien Chouteau <chouteau@adacore.com>
550 S: Maintained
551 F: hw/sparc/leon3.c
552 F: hw/*/grlib*
554 S390 Machines
555 -------------
556 S390 Virtio
557 M: Alexander Graf <agraf@suse.de>
558 S: Maintained
559 F: hw/s390x/s390-*.c
560 X: hw/s390x/*pci*.[hc]
562 S390 Virtio-ccw
563 M: Cornelia Huck <cornelia.huck@de.ibm.com>
564 M: Christian Borntraeger <borntraeger@de.ibm.com>
565 M: Alexander Graf <agraf@suse.de>
566 S: Supported
567 F: hw/s390x/s390-virtio-ccw.c
568 F: hw/s390x/css.[hc]
569 F: hw/s390x/sclp*.[hc]
570 F: hw/s390x/ipl*.[hc]
571 F: hw/s390x/*pci*.[hc]
572 F: include/hw/s390x/
573 F: pc-bios/s390-ccw/
574 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
576 UniCore32 Machines
577 -------------
578 PKUnity-3 SoC initramfs-with-busybox
579 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
580 S: Maintained
581 F: hw/*/puv3*
582 F: hw/unicore32/
584 X86 Machines
585 ------------
587 M: Michael S. Tsirkin <mst@redhat.com>
588 S: Supported
589 F: include/hw/i386/
590 F: hw/i386/
591 F: hw/pci-host/piix.c
592 F: hw/pci-host/q35.c
593 F: hw/pci-host/pam.c
594 F: include/hw/pci-host/q35.h
595 F: include/hw/pci-host/pam.h
596 F: hw/isa/piix4.c
597 F: hw/isa/lpc_ich9.c
598 F: hw/i2c/smbus_ich9.c
599 F: hw/acpi/piix4.c
600 F: hw/acpi/ich9.c
601 F: include/hw/acpi/ich9.h
602 F: include/hw/acpi/piix.h
605 Xtensa Machines
606 ---------------
608 M: Max Filippov <jcmvbkbc@gmail.com>
609 S: Maintained
610 F: hw/xtensa/sim.c
612 XTFPGA (LX60, LX200, ML605, KC705)
613 M: Max Filippov <jcmvbkbc@gmail.com>
614 S: Maintained
615 F: hw/xtensa/xtfpga.c
616 F: hw/net/opencores_eth.c
618 Devices
619 -------
621 M: Jiri Slaby <jslaby@suse.cz>
622 S: Maintained
623 F: hw/misc/edu.c
626 M: John Snow <jsnow@redhat.com>
627 L: qemu-block@nongnu.org
628 S: Supported
629 F: include/hw/ide.h
630 F: hw/ide/
631 F: hw/block/block.c
632 F: hw/block/cdrom.c
633 F: hw/block/hd-geometry.c
634 F: tests/ide-test.c
635 F: tests/ahci-test.c
636 T: git git://github.com/jnsnow/qemu.git ide
638 Floppy
639 M: John Snow <jsnow@redhat.com>
640 L: qemu-block@nongnu.org
641 S: Supported
642 F: hw/block/fdc.c
643 F: include/hw/block/fdc.h
644 T: git git://github.com/jnsnow/qemu.git ide
646 OMAP
647 M: Peter Maydell <peter.maydell@linaro.org>
648 S: Maintained
649 F: hw/*/omap*
652 M: Michael S. Tsirkin <mst@redhat.com>
653 S: Supported
654 F: include/hw/pci/*
655 F: hw/pci/*
657 ACPI/SMBIOS
658 M: Michael S. Tsirkin <mst@redhat.com>
659 M: Igor Mammedov <imammedo@redhat.com>
660 S: Supported
661 F: include/hw/acpi/*
662 F: include/hw/smbios/*
663 F: hw/mem/*
664 F: hw/acpi/*
665 F: hw/smbios/*
666 F: hw/i386/acpi-build.[hc]
667 F: hw/i386/*dsl
668 F: hw/arm/virt-acpi-build.c
669 F: include/hw/arm/virt-acpi-build.h
670 F: scripts/acpi*py
672 ppc4xx
673 M: Alexander Graf <agraf@suse.de>
674 L: qemu-ppc@nongnu.org
675 S: Odd Fixes
676 F: hw/ppc/ppc4*.c
678 ppce500
679 M: Alexander Graf <agraf@suse.de>
680 M: Scott Wood <scottwood@freescale.com>
681 L: qemu-ppc@nongnu.org
682 S: Supported
683 F: hw/ppc/e500*
685 SCSI
686 M: Paolo Bonzini <pbonzini@redhat.com>
687 S: Supported
688 F: include/hw/scsi*
689 F: hw/scsi/*
690 T: git git://github.com/bonzini/qemu.git scsi-next
692 LSI53C895A
693 S: Orphan
694 F: hw/scsi/lsi53c895a.c
697 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
698 S: Maintained
699 F: hw/ssi/*
700 F: hw/block/m25p80.c
701 X: hw/ssi/xilinx_*
703 Xilinx SPI
704 M: Alistair Francis <alistair.francis@xilinx.com>
705 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
706 S: Maintained
707 F: hw/ssi/xilinx_*
710 M: Gerd Hoffmann <kraxel@redhat.com>
711 S: Maintained
712 F: hw/usb/*
713 F: tests/usb-*-test.c
715 USB (serial adapter)
716 M: Gerd Hoffmann <kraxel@redhat.com>
717 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
718 S: Maintained
719 F: hw/usb/dev-serial.c
721 VFIO
722 M: Alex Williamson <alex.williamson@redhat.com>
723 S: Supported
724 F: hw/vfio/*
726 vhost
727 M: Michael S. Tsirkin <mst@redhat.com>
728 S: Supported
729 F: hw/*/*vhost*
731 virtio
732 M: Michael S. Tsirkin <mst@redhat.com>
733 S: Supported
734 F: hw/*/virtio*
735 F: net/vhost-user.c
737 virtio-9p
738 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
739 S: Supported
740 F: hw/9pfs/
741 F: fsdev/
742 F: tests/virtio-9p-test.c
743 T: git git://github.com/kvaneesh/QEMU.git
745 virtio-blk
746 M: Stefan Hajnoczi <stefanha@redhat.com>
747 L: qemu-block@nongnu.org
748 S: Supported
749 F: hw/block/virtio-blk.c
750 F: hw/block/dataplane/*
751 F: hw/virtio/dataplane/*
752 T: git git://github.com/stefanha/qemu.git block
754 virtio-ccw
755 M: Cornelia Huck <cornelia.huck@de.ibm.com>
756 M: Christian Borntraeger <borntraeger@de.ibm.com>
757 S: Supported
758 F: hw/s390x/virtio-ccw.[hc]
759 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
761 virtio-input
762 M: Gerd Hoffmann <kraxel@redhat.com>
763 S: Maintained
764 F: hw/input/virtio-input*.c
765 F: include/hw/virtio/virtio-input.h
767 virtio-serial
768 M: Amit Shah <amit.shah@redhat.com>
769 S: Supported
770 F: hw/char/virtio-serial-bus.c
771 F: hw/char/virtio-console.c
772 F: include/hw/virtio/virtio-serial.h
774 virtio-rng
775 M: Amit Shah <amit.shah@redhat.com>
776 S: Supported
777 F: hw/virtio/virtio-rng.c
778 F: include/hw/virtio/virtio-rng.h
779 F: backends/rng*.c
781 nvme
782 M: Keith Busch <keith.busch@intel.com>
783 L: qemu-block@nongnu.org
784 S: Supported
785 F: hw/block/nvme*
786 F: tests/nvme-test.c
788 megasas
789 M: Hannes Reinecke <hare@suse.de>
790 L: qemu-block@nongnu.org
791 S: Supported
792 F: hw/scsi/megasas.c
793 F: hw/scsi/mfi.h
795 Xilinx EDK
796 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
797 M: Alistair Francis <alistair.francis@xilinx.com>
798 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
799 S: Maintained
800 F: hw/*/xilinx_*
801 F: include/hw/xilinx.h
803 Vmware
804 M: Dmitry Fleytman <dmitry@daynix.com>
805 S: Maintained
806 F: hw/net/vmxnet*
807 F: hw/scsi/vmw_pvscsi*
809 Rocker
810 M: Scott Feldman <sfeldma@gmail.com>
811 M: Jiri Pirko <jiri@resnulli.us>
812 S: Maintained
813 F: hw/net/rocker/
815 Subsystems
816 ----------
817 Audio
818 M: Gerd Hoffmann <kraxel@redhat.com>
819 S: Maintained
820 F: audio/
821 F: hw/audio/
822 F: tests/ac97-test.c
823 F: tests/es1370-test.c
824 F: tests/intel-hda-test.c
826 Block layer core
827 M: Kevin Wolf <kwolf@redhat.com>
828 L: qemu-block@nongnu.org
829 S: Supported
830 F: block*
831 F: block/
832 F: hw/block/
833 F: include/block/
834 F: qemu-img*
835 F: qemu-io*
836 F: tests/qemu-iotests/
837 T: git git://repo.or.cz/qemu/kevin.git block
839 Block I/O path
840 M: Stefan Hajnoczi <stefanha@redhat.com>
841 L: qemu-block@nongnu.org
842 S: Supported
843 F: async.c
844 F: aio-*.c
845 F: block/io.c
846 F: migration/block*
847 T: git git://github.com/stefanha/qemu.git block
849 Block Jobs
850 M: Jeff Cody <jcody@redhat.com>
851 L: qemu-block@nongnu.org
852 S: Supported
853 F: blockjob.c
854 F: include/block/blockjob.h
855 F: block/backup.c
856 F: block/commit.c
857 F: block/stream.h
858 F: block/mirror.c
859 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
861 Block QAPI, monitor, command line
862 M: Markus Armbruster <armbru@redhat.com>
863 S: Supported
864 F: blockdev.c
865 F: block/qapi.c
866 F: qapi/block*.json
867 T: git git://repo.or.cz/qemu/armbru.git block-next
869 Character Devices
870 M: Paolo Bonzini <pbonzini@redhat.com>
871 S: Maintained
872 F: qemu-char.c
873 F: backends/msmouse.c
874 F: backends/testdev.c
876 Character Devices (Braille)
877 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
878 S: Maintained
879 F: backends/baum.c
881 Coverity model
882 M: Markus Armbruster <armbru@redhat.com>
883 S: Supported
884 F: scripts/coverity-model.c
887 M: Andreas Färber <afaerber@suse.de>
888 S: Supported
889 F: qom/cpu.c
890 F: include/qom/cpu.h
891 F: target-i386/cpu.c
893 ICC Bus
894 M: Igor Mammedov <imammedo@redhat.com>
895 S: Supported
896 F: include/hw/cpu/icc_bus.h
897 F: hw/cpu/icc_bus.c
899 Device Tree
900 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
901 M: Alexander Graf <agraf@suse.de>
902 S: Maintained
903 F: device_tree.[ch]
905 GDB stub
906 L: qemu-devel@nongnu.org
907 S: Odd Fixes
908 F: gdbstub*
909 F: gdb-xml/
911 Memory API
912 M: Paolo Bonzini <pbonzini@redhat.com>
913 S: Supported
914 F: include/exec/ioport.h
915 F: ioport.c
916 F: include/exec/memory.h
917 F: memory.c
918 F: include/exec/memory-internal.h
919 F: exec.c
921 SPICE
922 M: Gerd Hoffmann <kraxel@redhat.com>
923 S: Supported
924 F: include/ui/qemu-spice.h
925 F: ui/spice-*.c
926 F: audio/spiceaudio.c
927 F: hw/display/qxl*
929 Graphics
930 M: Gerd Hoffmann <kraxel@redhat.com>
931 S: Odd Fixes
932 F: ui/
934 Cocoa graphics
935 M: Andreas Färber <andreas.faerber@web.de>
936 M: Peter Maydell <peter.maydell@linaro.org>
937 S: Odd Fixes
938 F: ui/cocoa.m
940 Main loop
941 M: Paolo Bonzini <pbonzini@redhat.com>
942 S: Maintained
943 F: cpus.c
944 F: main-loop.c
945 F: qemu-timer.c
946 F: vl.c
948 Human Monitor (HMP)
949 M: Luiz Capitulino <lcapitulino@redhat.com>
950 S: Maintained
951 F: monitor.c
952 F: hmp.c
953 F: hmp-commands.hx
954 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
956 Network device layer
957 M: Stefan Hajnoczi <stefanha@redhat.com>
958 M: Jason Wang <jasowang@redhat.com>
959 S: Maintained
960 F: net/
961 T: git git://github.com/stefanha/qemu.git net
963 Netmap network backend
964 M: Luigi Rizzo <rizzo@iet.unipi.it>
965 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
966 M: Vincenzo Maffione <v.maffione@gmail.com>
967 W: http://info.iet.unipi.it/~luigi/netmap/
968 S: Maintained
969 F: net/netmap.c
971 Network Block Device (NBD)
972 M: Paolo Bonzini <pbonzini@redhat.com>
973 S: Odd Fixes
974 F: block/nbd.c
975 F: nbd.*
976 F: qemu-nbd.c
977 T: git git://github.com/bonzini/qemu.git nbd-next
979 NUMA
980 M: Eduardo Habkost <ehabkost@redhat.com>
981 S: Maintained
982 F: numa.c
983 F: include/sysemu/numa.h
984 K: numa|NUMA
985 K: srat|SRAT
986 T: git git://github.com/ehabkost/qemu.git numa
988 QAPI
989 M: Markus Armbruster <armbru@redhat.com>
990 M: Michael Roth <mdroth@linux.vnet.ibm.com>
991 S: Supported
992 F: qapi/
993 X: qapi/*.json
994 F: tests/qapi-schema/
995 F: scripts/qapi*
996 F: docs/qapi*
997 T: git git://repo.or.cz/qemu/armbru.git qapi-next
999 QAPI Schema
1000 M: Eric Blake <eblake@redhat.com>
1001 M: Markus Armbruster <armbru@redhat.com>
1002 S: Supported
1003 F: qapi-schema.json
1004 F: qapi/*.json
1005 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1007 QObject
1008 M: Luiz Capitulino <lcapitulino@redhat.com>
1009 S: Maintained
1010 F: qobject/
1011 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1013 QEMU Guest Agent
1014 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1015 S: Maintained
1016 F: qga/
1017 T: git git://github.com/mdroth/qemu.git qga
1020 M: Andreas Färber <afaerber@suse.de>
1021 S: Supported
1022 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1023 F: include/qom/
1024 X: include/qom/cpu.h
1025 F: qom/
1026 X: qom/cpu.c
1027 F: tests/qom-test.c
1030 M: Markus Armbruster <armbru@redhat.com>
1031 S: Supported
1032 F: qmp.c
1033 F: monitor.c
1034 F: qmp-commands.hx
1035 F: docs/qmp/
1036 F: scripts/qmp/
1037 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1039 SLIRP
1040 M: Jan Kiszka <jan.kiszka@siemens.com>
1041 S: Maintained
1042 F: slirp/
1043 T: git git://git.kiszka.org/qemu.git queues/slirp
1045 Tracing
1046 M: Stefan Hajnoczi <stefanha@redhat.com>
1047 S: Maintained
1048 F: trace/
1049 F: scripts/tracetool.py
1050 F: scripts/tracetool/
1051 F: docs/tracing.txt
1052 T: git git://github.com/stefanha/qemu.git tracing
1054 Checkpatch
1055 M: Blue Swirl <blauwirbel@gmail.com>
1056 S: Odd Fixes
1057 F: scripts/checkpatch.pl
1059 Migration
1060 M: Juan Quintela <quintela@redhat.com>
1061 M: Amit Shah <amit.shah@redhat.com>
1062 S: Maintained
1063 F: include/migration/
1064 F: migration/
1065 F: scripts/vmstate-static-checker.py
1066 F: tests/vmstate-static-checker-data/
1068 Seccomp
1069 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1070 S: Supported
1071 F: qemu-seccomp.c
1072 F: include/sysemu/seccomp.h
1074 Cryptography
1075 M: Daniel P. Berrange <berrange@redhat.com>
1076 S: Maintained
1077 F: crypto/
1078 F: include/crypto/
1079 F: tests/test-crypto-*
1081 Usermode Emulation
1082 ------------------
1083 Overall
1084 M: Riku Voipio <riku.voipio@iki.fi>
1085 S: Maintained
1086 F: thunk.c
1087 F: user-exec.c
1089 BSD user
1090 M: Blue Swirl <blauwirbel@gmail.com>
1091 S: Maintained
1092 F: bsd-user/
1094 Linux user
1095 M: Riku Voipio <riku.voipio@iki.fi>
1096 S: Maintained
1097 F: linux-user/
1099 Tiny Code Generator (TCG)
1100 -------------------------
1101 Common code
1102 M: Richard Henderson <rth@twiddle.net>
1103 S: Maintained
1104 F: tcg/
1106 AArch64 target
1107 M: Claudio Fontana <claudio.fontana@huawei.com>
1108 M: Claudio Fontana <claudio.fontana@gmail.com>
1109 S: Maintained
1110 F: tcg/aarch64/
1112 ARM target
1113 M: Andrzej Zaborowski <balrogg@gmail.com>
1114 S: Maintained
1115 F: tcg/arm/
1117 i386 target
1118 L: qemu-devel@nongnu.org
1119 S: Maintained
1120 F: tcg/i386/
1122 IA64 target
1123 M: Aurelien Jarno <aurelien@aurel32.net>
1124 S: Maintained
1125 F: tcg/ia64/
1127 MIPS target
1128 M: Aurelien Jarno <aurelien@aurel32.net>
1129 S: Maintained
1130 F: tcg/mips/
1133 M: Vassili Karpov (malc) <av1474@comtv.ru>
1134 S: Maintained
1135 F: tcg/ppc/
1137 PPC64 target
1138 M: Vassili Karpov (malc) <av1474@comtv.ru>
1139 S: Maintained
1140 F: tcg/ppc64/
1142 S390 target
1143 M: Alexander Graf <agraf@suse.de>
1144 M: Richard Henderson <rth@twiddle.net>
1145 S: Maintained
1146 F: tcg/s390/
1148 SPARC target
1149 M: Blue Swirl <blauwirbel@gmail.com>
1150 S: Maintained
1151 F: tcg/sparc/
1153 TCI target
1154 M: Stefan Weil <sw@weilnetz.de>
1155 S: Maintained
1156 F: tcg/tci/
1157 F: tci.c
1159 Stable branches
1160 ---------------
1161 Stable 1.0
1162 L: qemu-stable@nongnu.org
1163 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1164 S: Orphan
1166 Stable 0.15
1167 L: qemu-stable@nongnu.org
1168 M: Andreas Färber <afaerber@suse.de>
1169 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1170 S: Supported
1172 Stable 0.14
1173 L: qemu-stable@nongnu.org
1174 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1175 S: Orphan
1177 Stable 0.10
1178 L: qemu-stable@nongnu.org
1179 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1180 S: Orphan
1182 Block drivers
1183 -------------
1184 VMDK
1185 M: Fam Zheng <famz@redhat.com>
1186 L: qemu-block@nongnu.org
1187 S: Supported
1188 F: block/vmdk.c
1191 M: Josh Durgin <jdurgin@redhat.com>
1192 M: Jeff Cody <jcody@redhat.com>
1193 L: qemu-block@nongnu.org
1194 S: Supported
1195 F: block/rbd.c
1196 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1198 Sheepdog
1199 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1200 M: Liu Yuan <namei.unix@gmail.com>
1201 M: Jeff Cody <jcody@redhat.com>
1202 L: qemu-block@nongnu.org
1203 L: sheepdog@lists.wpkg.org
1204 S: Supported
1205 F: block/sheepdog.c
1206 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1208 VHDX
1209 M: Jeff Cody <jcody@redhat.com>
1210 L: qemu-block@nongnu.org
1211 S: Supported
1212 F: block/vhdx*
1213 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1216 M: Stefan Weil <sw@weilnetz.de>
1217 L: qemu-block@nongnu.org
1218 S: Maintained
1219 F: block/vdi.c
1221 iSCSI
1222 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1223 M: Paolo Bonzini <pbonzini@redhat.com>
1224 M: Peter Lieven <pl@kamp.de>
1225 L: qemu-block@nongnu.org
1226 S: Supported
1227 F: block/iscsi.c
1230 M: Jeff Cody <jcody@redhat.com>
1231 M: Peter Lieven <pl@kamp.de>
1232 L: qemu-block@nongnu.org
1233 S: Maintained
1234 F: block/nfs.c
1235 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1238 M: Richard W.M. Jones <rjones@redhat.com>
1239 M: Jeff Cody <jcody@redhat.com>
1240 L: qemu-block@nongnu.org
1241 S: Supported
1242 F: block/ssh.c
1243 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1245 ARCHIPELAGO
1246 M: Chrysostomos Nanakos <chris@include.gr>
1247 M: Jeff Cody <jcody@redhat.com>
1248 L: qemu-block@nongnu.org
1249 S: Maintained
1250 F: block/archipelago.c
1251 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1253 CURL
1254 M: Jeff Cody <jcody@redhat.com>
1255 L: qemu-block@nongnu.org
1256 S: Supported
1257 F: block/curl.c
1258 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1260 GLUSTER
1261 M: Jeff Cody <jcody@redhat.com>
1262 L: qemu-block@nongnu.org
1263 S: Supported
1264 F: block/gluster.c
1265 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1267 Null Block Driver
1268 M: Fam Zheng <famz@redhat.com>
1269 L: qemu-block@nongnu.org
1270 S: Supported
1271 F: block/null.c
1273 Bootdevice
1274 M: Gonglei <arei.gonglei@huawei.com>
1275 S: Maintained
1276 F: bootdevice.c
1278 Quorum
1279 M: Alberto Garcia <berto@igalia.com>
1280 S: Supported
1281 F: block/quorum.c
1282 L: qemu-block@nongnu.org
1284 blkverify
1285 M: Stefan Hajnoczi <stefanha@redhat.com>
1286 L: qemu-block@nongnu.org
1287 S: Supported
1288 F: block/blkverify.c
1290 bochs
1291 M: Stefan Hajnoczi <stefanha@redhat.com>
1292 L: qemu-block@nongnu.org
1293 S: Supported
1294 F: block/bochs.c
1296 cloop
1297 M: Stefan Hajnoczi <stefanha@redhat.com>
1298 L: qemu-block@nongnu.org
1299 S: Supported
1300 F: block/cloop.c
1303 M: Stefan Hajnoczi <stefanha@redhat.com>
1304 L: qemu-block@nongnu.org
1305 S: Supported
1306 F: block/dmg.c
1308 parallels
1309 M: Stefan Hajnoczi <stefanha@redhat.com>
1310 L: qemu-block@nongnu.org
1311 S: Supported
1312 F: block/parallels.c
1315 M: Stefan Hajnoczi <stefanha@redhat.com>
1316 L: qemu-block@nongnu.org
1317 S: Supported
1318 F: block/qed.c
1321 M: Kevin Wolf <kwolf@redhat.com>
1322 L: qemu-block@nongnu.org
1323 S: Supported
1324 F: block/linux-aio.c
1325 F: block/raw-aio.h
1326 F: block/raw-posix.c
1327 F: block/raw-win32.c
1328 F: block/raw_bsd.c
1329 F: block/win32-aio.c
1331 qcow2
1332 M: Kevin Wolf <kwolf@redhat.com>
1333 L: qemu-block@nongnu.org
1334 S: Supported
1335 F: block/qcow2*
1337 qcow
1338 M: Kevin Wolf <kwolf@redhat.com>
1339 L: qemu-block@nongnu.org
1340 S: Supported
1341 F: block/qcow.c
1343 blkdebug
1344 M: Kevin Wolf <kwolf@redhat.com>
1345 L: qemu-block@nongnu.org
1346 S: Supported
1347 F: block/blkdebug.c
1350 M: Kevin Wolf <kwolf@redhat.com>
1351 L: qemu-block@nongnu.org
1352 S: Supported
1353 F: block/vpc.c
1355 vvfat
1356 M: Kevin Wolf <kwolf@redhat.com>
1357 L: qemu-block@nongnu.org
1358 S: Supported
1359 F: block/vvfat.c
1361 Image format fuzzer
1362 M: Stefan Hajnoczi <stefanha@redhat.com>
1363 L: qemu-block@nongnu.org
1364 S: Supported
1365 F: tests/image-fuzzer/