vfio/pci: Extract PCI structures to a separate header
[qemu/ar7.git] / MAINTAINERS
blob71c652be98e93a051f61574d9b9d1d42c77316b1
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: hw/s390x/s390-skeys*.c
573 F: include/hw/s390x/
574 F: pc-bios/s390-ccw/
575 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
577 UniCore32 Machines
578 -------------
579 PKUnity-3 SoC initramfs-with-busybox
580 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
581 S: Maintained
582 F: hw/*/puv3*
583 F: hw/unicore32/
585 X86 Machines
586 ------------
588 M: Michael S. Tsirkin <mst@redhat.com>
589 S: Supported
590 F: include/hw/i386/
591 F: hw/i386/
592 F: hw/pci-host/piix.c
593 F: hw/pci-host/q35.c
594 F: hw/pci-host/pam.c
595 F: include/hw/pci-host/q35.h
596 F: include/hw/pci-host/pam.h
597 F: hw/isa/piix4.c
598 F: hw/isa/lpc_ich9.c
599 F: hw/i2c/smbus_ich9.c
600 F: hw/acpi/piix4.c
601 F: hw/acpi/ich9.c
602 F: include/hw/acpi/ich9.h
603 F: include/hw/acpi/piix.h
606 Xtensa Machines
607 ---------------
609 M: Max Filippov <jcmvbkbc@gmail.com>
610 S: Maintained
611 F: hw/xtensa/sim.c
613 XTFPGA (LX60, LX200, ML605, KC705)
614 M: Max Filippov <jcmvbkbc@gmail.com>
615 S: Maintained
616 F: hw/xtensa/xtfpga.c
617 F: hw/net/opencores_eth.c
619 Devices
620 -------
622 M: Jiri Slaby <jslaby@suse.cz>
623 S: Maintained
624 F: hw/misc/edu.c
627 M: John Snow <jsnow@redhat.com>
628 L: qemu-block@nongnu.org
629 S: Supported
630 F: include/hw/ide.h
631 F: hw/ide/
632 F: hw/block/block.c
633 F: hw/block/cdrom.c
634 F: hw/block/hd-geometry.c
635 F: tests/ide-test.c
636 F: tests/ahci-test.c
637 T: git git://github.com/jnsnow/qemu.git ide
639 Floppy
640 M: John Snow <jsnow@redhat.com>
641 L: qemu-block@nongnu.org
642 S: Supported
643 F: hw/block/fdc.c
644 F: include/hw/block/fdc.h
645 T: git git://github.com/jnsnow/qemu.git ide
647 OMAP
648 M: Peter Maydell <peter.maydell@linaro.org>
649 S: Maintained
650 F: hw/*/omap*
653 M: Michael S. Tsirkin <mst@redhat.com>
654 S: Supported
655 F: include/hw/pci/*
656 F: hw/pci/*
658 ACPI/SMBIOS
659 M: Michael S. Tsirkin <mst@redhat.com>
660 M: Igor Mammedov <imammedo@redhat.com>
661 S: Supported
662 F: include/hw/acpi/*
663 F: include/hw/smbios/*
664 F: hw/mem/*
665 F: hw/acpi/*
666 F: hw/smbios/*
667 F: hw/i386/acpi-build.[hc]
668 F: hw/i386/*dsl
669 F: hw/arm/virt-acpi-build.c
670 F: include/hw/arm/virt-acpi-build.h
671 F: scripts/acpi*py
673 ppc4xx
674 M: Alexander Graf <agraf@suse.de>
675 L: qemu-ppc@nongnu.org
676 S: Odd Fixes
677 F: hw/ppc/ppc4*.c
679 ppce500
680 M: Alexander Graf <agraf@suse.de>
681 M: Scott Wood <scottwood@freescale.com>
682 L: qemu-ppc@nongnu.org
683 S: Supported
684 F: hw/ppc/e500*
686 SCSI
687 M: Paolo Bonzini <pbonzini@redhat.com>
688 S: Supported
689 F: include/hw/scsi*
690 F: hw/scsi/*
691 T: git git://github.com/bonzini/qemu.git scsi-next
693 LSI53C895A
694 S: Orphan
695 F: hw/scsi/lsi53c895a.c
698 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
699 S: Maintained
700 F: hw/ssi/*
701 F: hw/block/m25p80.c
702 X: hw/ssi/xilinx_*
704 Xilinx SPI
705 M: Alistair Francis <alistair.francis@xilinx.com>
706 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
707 S: Maintained
708 F: hw/ssi/xilinx_*
711 M: Gerd Hoffmann <kraxel@redhat.com>
712 S: Maintained
713 F: hw/usb/*
714 F: tests/usb-*-test.c
716 USB (serial adapter)
717 M: Gerd Hoffmann <kraxel@redhat.com>
718 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
719 S: Maintained
720 F: hw/usb/dev-serial.c
722 VFIO
723 M: Alex Williamson <alex.williamson@redhat.com>
724 S: Supported
725 F: hw/vfio/*
727 vhost
728 M: Michael S. Tsirkin <mst@redhat.com>
729 S: Supported
730 F: hw/*/*vhost*
732 virtio
733 M: Michael S. Tsirkin <mst@redhat.com>
734 S: Supported
735 F: hw/*/virtio*
736 F: net/vhost-user.c
738 virtio-9p
739 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
740 S: Supported
741 F: hw/9pfs/
742 F: fsdev/
743 F: tests/virtio-9p-test.c
744 T: git git://github.com/kvaneesh/QEMU.git
746 virtio-blk
747 M: Stefan Hajnoczi <stefanha@redhat.com>
748 L: qemu-block@nongnu.org
749 S: Supported
750 F: hw/block/virtio-blk.c
751 F: hw/block/dataplane/*
752 F: hw/virtio/dataplane/*
753 T: git git://github.com/stefanha/qemu.git block
755 virtio-ccw
756 M: Cornelia Huck <cornelia.huck@de.ibm.com>
757 M: Christian Borntraeger <borntraeger@de.ibm.com>
758 S: Supported
759 F: hw/s390x/virtio-ccw.[hc]
760 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
762 virtio-input
763 M: Gerd Hoffmann <kraxel@redhat.com>
764 S: Maintained
765 F: hw/input/virtio-input*.c
766 F: include/hw/virtio/virtio-input.h
768 virtio-serial
769 M: Amit Shah <amit.shah@redhat.com>
770 S: Supported
771 F: hw/char/virtio-serial-bus.c
772 F: hw/char/virtio-console.c
773 F: include/hw/virtio/virtio-serial.h
775 virtio-rng
776 M: Amit Shah <amit.shah@redhat.com>
777 S: Supported
778 F: hw/virtio/virtio-rng.c
779 F: include/hw/virtio/virtio-rng.h
780 F: backends/rng*.c
782 nvme
783 M: Keith Busch <keith.busch@intel.com>
784 L: qemu-block@nongnu.org
785 S: Supported
786 F: hw/block/nvme*
787 F: tests/nvme-test.c
789 megasas
790 M: Hannes Reinecke <hare@suse.de>
791 L: qemu-block@nongnu.org
792 S: Supported
793 F: hw/scsi/megasas.c
794 F: hw/scsi/mfi.h
796 Xilinx EDK
797 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
798 M: Alistair Francis <alistair.francis@xilinx.com>
799 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
800 S: Maintained
801 F: hw/*/xilinx_*
802 F: include/hw/xilinx.h
804 Vmware
805 M: Dmitry Fleytman <dmitry@daynix.com>
806 S: Maintained
807 F: hw/net/vmxnet*
808 F: hw/scsi/vmw_pvscsi*
810 Rocker
811 M: Scott Feldman <sfeldma@gmail.com>
812 M: Jiri Pirko <jiri@resnulli.us>
813 S: Maintained
814 F: hw/net/rocker/
816 Subsystems
817 ----------
818 Audio
819 M: Gerd Hoffmann <kraxel@redhat.com>
820 S: Maintained
821 F: audio/
822 F: hw/audio/
823 F: tests/ac97-test.c
824 F: tests/es1370-test.c
825 F: tests/intel-hda-test.c
827 Block layer core
828 M: Kevin Wolf <kwolf@redhat.com>
829 L: qemu-block@nongnu.org
830 S: Supported
831 F: block*
832 F: block/
833 F: hw/block/
834 F: include/block/
835 F: qemu-img*
836 F: qemu-io*
837 F: tests/qemu-iotests/
838 T: git git://repo.or.cz/qemu/kevin.git block
840 Block I/O path
841 M: Stefan Hajnoczi <stefanha@redhat.com>
842 L: qemu-block@nongnu.org
843 S: Supported
844 F: async.c
845 F: aio-*.c
846 F: block/io.c
847 F: migration/block*
848 T: git git://github.com/stefanha/qemu.git block
850 Block Jobs
851 M: Jeff Cody <jcody@redhat.com>
852 L: qemu-block@nongnu.org
853 S: Supported
854 F: blockjob.c
855 F: include/block/blockjob.h
856 F: block/backup.c
857 F: block/commit.c
858 F: block/stream.h
859 F: block/mirror.c
860 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
862 Block QAPI, monitor, command line
863 M: Markus Armbruster <armbru@redhat.com>
864 S: Supported
865 F: blockdev.c
866 F: block/qapi.c
867 F: qapi/block*.json
868 T: git git://repo.or.cz/qemu/armbru.git block-next
870 Character Devices
871 M: Paolo Bonzini <pbonzini@redhat.com>
872 S: Maintained
873 F: qemu-char.c
874 F: backends/msmouse.c
875 F: backends/testdev.c
877 Character Devices (Braille)
878 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
879 S: Maintained
880 F: backends/baum.c
882 Coverity model
883 M: Markus Armbruster <armbru@redhat.com>
884 S: Supported
885 F: scripts/coverity-model.c
888 M: Andreas Färber <afaerber@suse.de>
889 S: Supported
890 F: qom/cpu.c
891 F: include/qom/cpu.h
892 F: target-i386/cpu.c
894 ICC Bus
895 M: Igor Mammedov <imammedo@redhat.com>
896 S: Supported
897 F: include/hw/cpu/icc_bus.h
898 F: hw/cpu/icc_bus.c
900 Device Tree
901 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
902 M: Alexander Graf <agraf@suse.de>
903 S: Maintained
904 F: device_tree.[ch]
906 Error reporting
907 M: Markus Armbruster <armbru@redhat.com>
908 S: Supported
909 F: include/qapi/error.h
910 F: include/qemu/error-report.h
911 F: util/error.c
912 F: util/qemu-error.c
914 GDB stub
915 L: qemu-devel@nongnu.org
916 S: Odd Fixes
917 F: gdbstub*
918 F: gdb-xml/
920 Memory API
921 M: Paolo Bonzini <pbonzini@redhat.com>
922 S: Supported
923 F: include/exec/ioport.h
924 F: ioport.c
925 F: include/exec/memory.h
926 F: memory.c
927 F: include/exec/memory-internal.h
928 F: exec.c
930 SPICE
931 M: Gerd Hoffmann <kraxel@redhat.com>
932 S: Supported
933 F: include/ui/qemu-spice.h
934 F: ui/spice-*.c
935 F: audio/spiceaudio.c
936 F: hw/display/qxl*
938 Graphics
939 M: Gerd Hoffmann <kraxel@redhat.com>
940 S: Odd Fixes
941 F: ui/
943 Cocoa graphics
944 M: Andreas Färber <andreas.faerber@web.de>
945 M: Peter Maydell <peter.maydell@linaro.org>
946 S: Odd Fixes
947 F: ui/cocoa.m
949 Main loop
950 M: Paolo Bonzini <pbonzini@redhat.com>
951 S: Maintained
952 F: cpus.c
953 F: main-loop.c
954 F: qemu-timer.c
955 F: vl.c
957 Human Monitor (HMP)
958 M: Luiz Capitulino <lcapitulino@redhat.com>
959 S: Maintained
960 F: monitor.c
961 F: hmp.c
962 F: hmp-commands.hx
963 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
965 Network device layer
966 M: Jason Wang <jasowang@redhat.com>
967 S: Maintained
968 F: net/
969 T: git git://github.com/jasowang/qemu.git net
971 Netmap network backend
972 M: Luigi Rizzo <rizzo@iet.unipi.it>
973 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
974 M: Vincenzo Maffione <v.maffione@gmail.com>
975 W: http://info.iet.unipi.it/~luigi/netmap/
976 S: Maintained
977 F: net/netmap.c
979 Network Block Device (NBD)
980 M: Paolo Bonzini <pbonzini@redhat.com>
981 S: Odd Fixes
982 F: block/nbd.c
983 F: nbd.*
984 F: qemu-nbd.c
985 T: git git://github.com/bonzini/qemu.git nbd-next
987 NUMA
988 M: Eduardo Habkost <ehabkost@redhat.com>
989 S: Maintained
990 F: numa.c
991 F: include/sysemu/numa.h
992 K: numa|NUMA
993 K: srat|SRAT
994 T: git git://github.com/ehabkost/qemu.git numa
996 QAPI
997 M: Markus Armbruster <armbru@redhat.com>
998 M: Michael Roth <mdroth@linux.vnet.ibm.com>
999 S: Supported
1000 F: qapi/
1001 X: qapi/*.json
1002 F: tests/qapi-schema/
1003 F: scripts/qapi*
1004 F: docs/qapi*
1005 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1007 QAPI Schema
1008 M: Eric Blake <eblake@redhat.com>
1009 M: Markus Armbruster <armbru@redhat.com>
1010 S: Supported
1011 F: qapi-schema.json
1012 F: qapi/*.json
1013 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1015 QObject
1016 M: Luiz Capitulino <lcapitulino@redhat.com>
1017 S: Maintained
1018 F: qobject/
1019 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1021 QEMU Guest Agent
1022 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1023 S: Maintained
1024 F: qga/
1025 T: git git://github.com/mdroth/qemu.git qga
1028 M: Andreas Färber <afaerber@suse.de>
1029 S: Supported
1030 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1031 F: include/qom/
1032 X: include/qom/cpu.h
1033 F: qom/
1034 X: qom/cpu.c
1035 F: tests/qom-test.c
1038 M: Markus Armbruster <armbru@redhat.com>
1039 S: Supported
1040 F: qmp.c
1041 F: monitor.c
1042 F: qmp-commands.hx
1043 F: docs/qmp/
1044 F: scripts/qmp/
1045 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1047 SLIRP
1048 M: Jan Kiszka <jan.kiszka@siemens.com>
1049 S: Maintained
1050 F: slirp/
1051 T: git git://git.kiszka.org/qemu.git queues/slirp
1053 Tracing
1054 M: Stefan Hajnoczi <stefanha@redhat.com>
1055 S: Maintained
1056 F: trace/
1057 F: scripts/tracetool.py
1058 F: scripts/tracetool/
1059 F: docs/tracing.txt
1060 T: git git://github.com/stefanha/qemu.git tracing
1062 Checkpatch
1063 M: Blue Swirl <blauwirbel@gmail.com>
1064 S: Odd Fixes
1065 F: scripts/checkpatch.pl
1067 Migration
1068 M: Juan Quintela <quintela@redhat.com>
1069 M: Amit Shah <amit.shah@redhat.com>
1070 S: Maintained
1071 F: include/migration/
1072 F: migration/
1073 F: scripts/vmstate-static-checker.py
1074 F: tests/vmstate-static-checker-data/
1076 Seccomp
1077 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1078 S: Supported
1079 F: qemu-seccomp.c
1080 F: include/sysemu/seccomp.h
1082 Cryptography
1083 M: Daniel P. Berrange <berrange@redhat.com>
1084 S: Maintained
1085 F: crypto/
1086 F: include/crypto/
1087 F: tests/test-crypto-*
1089 Usermode Emulation
1090 ------------------
1091 Overall
1092 M: Riku Voipio <riku.voipio@iki.fi>
1093 S: Maintained
1094 F: thunk.c
1095 F: user-exec.c
1097 BSD user
1098 M: Blue Swirl <blauwirbel@gmail.com>
1099 S: Maintained
1100 F: bsd-user/
1102 Linux user
1103 M: Riku Voipio <riku.voipio@iki.fi>
1104 S: Maintained
1105 F: linux-user/
1107 Tiny Code Generator (TCG)
1108 -------------------------
1109 Common code
1110 M: Richard Henderson <rth@twiddle.net>
1111 S: Maintained
1112 F: tcg/
1114 AArch64 target
1115 M: Claudio Fontana <claudio.fontana@huawei.com>
1116 M: Claudio Fontana <claudio.fontana@gmail.com>
1117 S: Maintained
1118 F: tcg/aarch64/
1120 ARM target
1121 M: Andrzej Zaborowski <balrogg@gmail.com>
1122 S: Maintained
1123 F: tcg/arm/
1125 i386 target
1126 L: qemu-devel@nongnu.org
1127 S: Maintained
1128 F: tcg/i386/
1130 IA64 target
1131 M: Aurelien Jarno <aurelien@aurel32.net>
1132 S: Maintained
1133 F: tcg/ia64/
1135 MIPS target
1136 M: Aurelien Jarno <aurelien@aurel32.net>
1137 S: Maintained
1138 F: tcg/mips/
1141 M: Vassili Karpov (malc) <av1474@comtv.ru>
1142 S: Maintained
1143 F: tcg/ppc/
1145 PPC64 target
1146 M: Vassili Karpov (malc) <av1474@comtv.ru>
1147 S: Maintained
1148 F: tcg/ppc64/
1150 S390 target
1151 M: Alexander Graf <agraf@suse.de>
1152 M: Richard Henderson <rth@twiddle.net>
1153 S: Maintained
1154 F: tcg/s390/
1156 SPARC target
1157 M: Blue Swirl <blauwirbel@gmail.com>
1158 S: Maintained
1159 F: tcg/sparc/
1161 TCI target
1162 M: Stefan Weil <sw@weilnetz.de>
1163 S: Maintained
1164 F: tcg/tci/
1165 F: tci.c
1167 Stable branches
1168 ---------------
1169 Stable 1.0
1170 L: qemu-stable@nongnu.org
1171 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1172 S: Orphan
1174 Stable 0.15
1175 L: qemu-stable@nongnu.org
1176 M: Andreas Färber <afaerber@suse.de>
1177 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1178 S: Supported
1180 Stable 0.14
1181 L: qemu-stable@nongnu.org
1182 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1183 S: Orphan
1185 Stable 0.10
1186 L: qemu-stable@nongnu.org
1187 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1188 S: Orphan
1190 Block drivers
1191 -------------
1192 VMDK
1193 M: Fam Zheng <famz@redhat.com>
1194 L: qemu-block@nongnu.org
1195 S: Supported
1196 F: block/vmdk.c
1199 M: Josh Durgin <jdurgin@redhat.com>
1200 M: Jeff Cody <jcody@redhat.com>
1201 L: qemu-block@nongnu.org
1202 S: Supported
1203 F: block/rbd.c
1204 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1206 Sheepdog
1207 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1208 M: Liu Yuan <namei.unix@gmail.com>
1209 M: Jeff Cody <jcody@redhat.com>
1210 L: qemu-block@nongnu.org
1211 L: sheepdog@lists.wpkg.org
1212 S: Supported
1213 F: block/sheepdog.c
1214 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1216 VHDX
1217 M: Jeff Cody <jcody@redhat.com>
1218 L: qemu-block@nongnu.org
1219 S: Supported
1220 F: block/vhdx*
1221 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1224 M: Stefan Weil <sw@weilnetz.de>
1225 L: qemu-block@nongnu.org
1226 S: Maintained
1227 F: block/vdi.c
1229 iSCSI
1230 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1231 M: Paolo Bonzini <pbonzini@redhat.com>
1232 M: Peter Lieven <pl@kamp.de>
1233 L: qemu-block@nongnu.org
1234 S: Supported
1235 F: block/iscsi.c
1238 M: Jeff Cody <jcody@redhat.com>
1239 M: Peter Lieven <pl@kamp.de>
1240 L: qemu-block@nongnu.org
1241 S: Maintained
1242 F: block/nfs.c
1243 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1246 M: Richard W.M. Jones <rjones@redhat.com>
1247 M: Jeff Cody <jcody@redhat.com>
1248 L: qemu-block@nongnu.org
1249 S: Supported
1250 F: block/ssh.c
1251 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1253 ARCHIPELAGO
1254 M: Chrysostomos Nanakos <chris@include.gr>
1255 M: Jeff Cody <jcody@redhat.com>
1256 L: qemu-block@nongnu.org
1257 S: Maintained
1258 F: block/archipelago.c
1259 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1261 CURL
1262 M: Jeff Cody <jcody@redhat.com>
1263 L: qemu-block@nongnu.org
1264 S: Supported
1265 F: block/curl.c
1266 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1268 GLUSTER
1269 M: Jeff Cody <jcody@redhat.com>
1270 L: qemu-block@nongnu.org
1271 S: Supported
1272 F: block/gluster.c
1273 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1275 Null Block Driver
1276 M: Fam Zheng <famz@redhat.com>
1277 L: qemu-block@nongnu.org
1278 S: Supported
1279 F: block/null.c
1281 Bootdevice
1282 M: Gonglei <arei.gonglei@huawei.com>
1283 S: Maintained
1284 F: bootdevice.c
1286 Quorum
1287 M: Alberto Garcia <berto@igalia.com>
1288 S: Supported
1289 F: block/quorum.c
1290 L: qemu-block@nongnu.org
1292 blkverify
1293 M: Stefan Hajnoczi <stefanha@redhat.com>
1294 L: qemu-block@nongnu.org
1295 S: Supported
1296 F: block/blkverify.c
1298 bochs
1299 M: Stefan Hajnoczi <stefanha@redhat.com>
1300 L: qemu-block@nongnu.org
1301 S: Supported
1302 F: block/bochs.c
1304 cloop
1305 M: Stefan Hajnoczi <stefanha@redhat.com>
1306 L: qemu-block@nongnu.org
1307 S: Supported
1308 F: block/cloop.c
1311 M: Stefan Hajnoczi <stefanha@redhat.com>
1312 L: qemu-block@nongnu.org
1313 S: Supported
1314 F: block/dmg.c
1316 parallels
1317 M: Stefan Hajnoczi <stefanha@redhat.com>
1318 M: Denis V. Lunev <den@openvz.org>
1319 L: qemu-block@nongnu.org
1320 S: Supported
1321 F: block/parallels.c
1324 M: Stefan Hajnoczi <stefanha@redhat.com>
1325 L: qemu-block@nongnu.org
1326 S: Supported
1327 F: block/qed.c
1330 M: Kevin Wolf <kwolf@redhat.com>
1331 L: qemu-block@nongnu.org
1332 S: Supported
1333 F: block/linux-aio.c
1334 F: block/raw-aio.h
1335 F: block/raw-posix.c
1336 F: block/raw-win32.c
1337 F: block/raw_bsd.c
1338 F: block/win32-aio.c
1340 qcow2
1341 M: Kevin Wolf <kwolf@redhat.com>
1342 L: qemu-block@nongnu.org
1343 S: Supported
1344 F: block/qcow2*
1346 qcow
1347 M: Kevin Wolf <kwolf@redhat.com>
1348 L: qemu-block@nongnu.org
1349 S: Supported
1350 F: block/qcow.c
1352 blkdebug
1353 M: Kevin Wolf <kwolf@redhat.com>
1354 L: qemu-block@nongnu.org
1355 S: Supported
1356 F: block/blkdebug.c
1359 M: Kevin Wolf <kwolf@redhat.com>
1360 L: qemu-block@nongnu.org
1361 S: Supported
1362 F: block/vpc.c
1364 vvfat
1365 M: Kevin Wolf <kwolf@redhat.com>
1366 L: qemu-block@nongnu.org
1367 S: Supported
1368 F: block/vvfat.c
1370 Image format fuzzer
1371 M: Stefan Hajnoczi <stefanha@redhat.com>
1372 L: qemu-block@nongnu.org
1373 S: Supported
1374 F: tests/image-fuzzer/