MAINTAINERS: Add NSIS file for W32, W64 hosts
[qemu/ar7.git] / MAINTAINERS
blob9bde8328e0393ac2861ad8ce452544340075c604
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/
80 F: disas/alpha.c
82 ARM
83 M: Peter Maydell <peter.maydell@linaro.org>
84 S: Maintained
85 F: target-arm/
86 F: hw/arm/
87 F: hw/cpu/a*mpcore.c
88 F: disas/arm.c
89 F: disas/arm-a64.cc
90 F: disas/libvixl/
92 CRIS
93 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
94 S: Maintained
95 F: target-cris/
96 F: hw/cris/
97 F: tests/tcg/cris/
98 F: disas/cris.c
100 LM32
101 M: Michael Walle <michael@walle.cc>
102 S: Maintained
103 F: target-lm32/
104 F: disas/lm32.c
105 F: hw/lm32/
106 F: hw/*/lm32_*
107 F: hw/*/milkymist-*
108 F: include/hw/char/lm32_juart.h
109 F: include/hw/lm32/
110 F: tests/tcg/lm32/
112 M68K
113 S: Orphan
114 F: target-m68k/
115 F: hw/m68k/
117 MicroBlaze
118 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
119 S: Maintained
120 F: target-microblaze/
121 F: hw/microblaze/
122 F: disas/microblaze.c
124 MIPS
125 M: Aurelien Jarno <aurelien@aurel32.net>
126 M: Leon Alrae <leon.alrae@imgtec.com>
127 S: Maintained
128 F: target-mips/
129 F: hw/mips/
130 F: tests/tcg/mips/
131 F: disas/mips.c
133 Moxie
134 M: Anthony Green <green@moxielogic.com>
135 S: Maintained
136 F: target-moxie/
137 F: disas/moxie.c
139 OpenRISC
140 M: Jia Liu <proljc@gmail.com>
141 S: Maintained
142 F: target-openrisc/
143 F: hw/openrisc/
144 F: tests/tcg/openrisc/
146 PowerPC
147 M: Alexander Graf <agraf@suse.de>
148 L: qemu-ppc@nongnu.org
149 S: Maintained
150 F: target-ppc/
151 F: hw/ppc/
152 F: disas/ppc.c
154 S390
155 M: Richard Henderson <rth@twiddle.net>
156 M: Alexander Graf <agraf@suse.de>
157 S: Maintained
158 F: target-s390x/
159 F: hw/s390x/
160 F: disas/s390.c
163 M: Aurelien Jarno <aurelien@aurel32.net>
164 S: Odd Fixes
165 F: target-sh4/
166 F: hw/sh4/
167 F: disas/sh4.c
169 SPARC
170 M: Blue Swirl <blauwirbel@gmail.com>
171 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
172 S: Maintained
173 F: target-sparc/
174 F: hw/sparc/
175 F: hw/sparc64/
176 F: disas/sparc.c
178 UniCore32
179 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
180 S: Maintained
181 F: target-unicore32/
182 F: hw/unicore32/
185 M: Paolo Bonzini <pbonzini@redhat.com>
186 M: Richard Henderson <rth@twiddle.net>
187 M: Eduardo Habkost <ehabkost@redhat.com>
188 S: Maintained
189 F: target-i386/
190 F: hw/i386/
191 F: disas/i386.c
193 Xtensa
194 M: Max Filippov <jcmvbkbc@gmail.com>
195 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
196 S: Maintained
197 F: target-xtensa/
198 F: hw/xtensa/
199 F: tests/tcg/xtensa/
201 TriCore
202 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
203 S: Maintained
204 F: target-tricore/
205 F: hw/tricore/
207 Guest CPU Cores (KVM):
208 ----------------------
210 Overall
211 M: Paolo Bonzini <pbonzini@redhat.com>
212 L: kvm@vger.kernel.org
213 S: Supported
214 F: kvm-*
215 F: */kvm.*
218 M: Peter Maydell <peter.maydell@linaro.org>
219 S: Maintained
220 F: target-arm/kvm.c
222 MIPS
223 M: James Hogan <james.hogan@imgtec.com>
224 S: Maintained
225 F: target-mips/kvm.c
228 M: Alexander Graf <agraf@suse.de>
229 S: Maintained
230 F: target-ppc/kvm.c
232 S390
233 M: Christian Borntraeger <borntraeger@de.ibm.com>
234 M: Cornelia Huck <cornelia.huck@de.ibm.com>
235 M: Alexander Graf <agraf@suse.de>
236 S: Maintained
237 F: target-s390x/kvm.c
238 F: hw/intc/s390_flic.c
239 F: hw/intc/s390_flic_kvm.c
240 F: include/hw/s390x/s390_flic.h
243 M: Paolo Bonzini <pbonzini@redhat.com>
244 M: Marcelo Tosatti <mtosatti@redhat.com>
245 L: kvm@vger.kernel.org
246 S: Supported
247 F: target-i386/kvm.c
249 Guest CPU Cores (Xen):
250 ----------------------
253 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
254 L: xen-devel@lists.xensource.com
255 S: Supported
256 F: xen-*
257 F: */xen*
259 Hosts:
260 ------
262 LINUX
263 L: qemu-devel@nongnu.org
264 S: Maintained
265 F: linux-*
266 F: linux-headers/
268 POSIX
269 L: qemu-devel@nongnu.org
270 S: Maintained
271 F: *posix*
273 W32, W64
274 L: qemu-devel@nongnu.org
275 M: Stefan Weil <sw@weilnetz.de>
276 S: Maintained
277 F: *win32*
278 F: qemu.nsi
280 ARM Machines
281 ------------
282 Allwinner-a10
283 M: Beniamino Galvani <b.galvani@gmail.com>
284 S: Maintained
285 F: hw/*/allwinner*
286 F: include/hw/*/allwinner*
287 F: hw/arm/cubieboard.c
289 Exynos
290 M: Evgeny Voevodin <e.voevodin@samsung.com>
291 M: Maksim Kozlov <m.kozlov@samsung.com>
292 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
293 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
294 S: Maintained
295 F: hw/*/exynos*
297 Calxeda Highbank
298 M: Rob Herring <robh@kernel.org>
299 S: Maintained
300 F: hw/arm/highbank.c
301 F: hw/net/xgmac.c
303 Canon DIGIC
304 M: Antony Pavlov <antonynpavlov@gmail.com>
305 S: Maintained
306 F: include/hw/arm/digic.h
307 F: hw/*/digic*
309 Gumstix
310 L: qemu-devel@nongnu.org
311 S: Orphan
312 F: hw/arm/gumstix.c
314 i.MX31
315 M: Peter Chubb <peter.chubb@nicta.com.au>
316 S: Odd fixes
317 F: hw/*/imx*
318 F: hw/arm/kzm.c
320 Integrator CP
321 M: Peter Maydell <peter.maydell@linaro.org>
322 S: Maintained
323 F: hw/arm/integratorcp.c
325 Mainstone
326 L: qemu-devel@nongnu.org
327 S: Orphan
328 F: hw/arm/mainstone.c
330 Musicpal
331 M: Jan Kiszka <jan.kiszka@web.de>
332 S: Maintained
333 F: hw/arm/musicpal.c
335 nSeries
336 M: Andrzej Zaborowski <balrogg@gmail.com>
337 S: Maintained
338 F: hw/arm/nseries.c
340 Palm
341 M: Andrzej Zaborowski <balrogg@gmail.com>
342 S: Maintained
343 F: hw/arm/palm.c
345 Real View
346 M: Peter Maydell <peter.maydell@linaro.org>
347 S: Maintained
348 F: hw/arm/realview*
350 Spitz
351 M: Andrzej Zaborowski <balrogg@gmail.com>
352 S: Maintained
353 F: hw/arm/spitz.c
355 Stellaris
356 M: Peter Maydell <peter.maydell@linaro.org>
357 S: Maintained
358 F: hw/*/stellaris*
360 Versatile PB
361 M: Peter Maydell <peter.maydell@linaro.org>
362 S: Maintained
363 F: hw/*/versatile*
365 Xilinx Zynq
366 M: Alistair Francis <alistair.francis@xilinx.com>
367 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
368 S: Maintained
369 F: hw/arm/xilinx_zynq.c
370 F: hw/misc/zynq_slcr.c
371 F: hw/*/cadence_*
372 F: hw/ssi/xilinx_spips.c
374 Xilinx ZynqMP
375 M: Alistair Francis <alistair.francis@xilinx.com>
376 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
377 S: Maintained
378 F: hw/arm/xlnx-zynqmp.c
379 F: hw/arm/xlnx-ep108.c
380 F: include/hw/arm/xlnx-zynqmp.h
382 ARM ACPI Subsystem
383 M: Shannon Zhao <zhaoshenglong@huawei.com>
384 M: Shannon Zhao <shannon.zhao@linaro.org>
385 S: Maintained
386 F: hw/arm/virt-acpi-build.c
387 F: include/hw/arm/virt-acpi-build.h
389 CRIS Machines
390 -------------
391 Axis Dev88
392 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
393 S: Maintained
394 F: hw/cris/axis_dev88.c
395 F: hw/*/etraxfs_*.c
397 LM32 Machines
398 -------------
399 EVR32 and uclinux BSP
400 M: Michael Walle <michael@walle.cc>
401 S: Maintained
402 F: hw/lm32/lm32_boards.c
404 milkymist
405 M: Michael Walle <michael@walle.cc>
406 S: Maintained
407 F: hw/lm32/milkymist.c
409 M68K Machines
410 -------------
411 an5206
412 S: Orphan
413 F: hw/m68k/an5206.c
415 dummy_m68k
416 S: Orphan
417 F: hw/m68k/dummy_m68k.c
419 mcf5208
420 S: Orphan
421 F: hw/m68k/mcf5208.c
423 MicroBlaze Machines
424 -------------------
425 petalogix_s3adsp1800
426 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
427 S: Maintained
428 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
430 petalogix_ml605
431 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
432 S: Maintained
433 F: hw/microblaze/petalogix_ml605_mmu.c
435 MIPS Machines
436 -------------
437 Jazz
438 M: Hervé Poussineau <hpoussin@reactos.org>
439 S: Maintained
440 F: hw/mips/mips_jazz.c
442 Malta
443 M: Aurelien Jarno <aurelien@aurel32.net>
444 S: Maintained
445 F: hw/mips/mips_malta.c
447 Mipssim
448 L: qemu-devel@nongnu.org
449 S: Orphan
450 F: hw/mips/mips_mipssim.c
452 R4000
453 M: Aurelien Jarno <aurelien@aurel32.net>
454 S: Maintained
455 F: hw/mips/mips_r4k.c
457 OpenRISC Machines
458 -----------------
459 or1k-sim
460 M: Jia Liu <proljc@gmail.com>
461 S: Maintained
462 F: hw/openrisc/openrisc_sim.c
464 PowerPC Machines
465 ----------------
467 M: Alexander Graf <agraf@suse.de>
468 L: qemu-ppc@nongnu.org
469 S: Odd Fixes
470 F: hw/ppc/ppc405_boards.c
472 Bamboo
473 M: Alexander Graf <agraf@suse.de>
474 L: qemu-ppc@nongnu.org
475 S: Odd Fixes
476 F: hw/ppc/ppc440_bamboo.c
478 e500
479 M: Alexander Graf <agraf@suse.de>
480 M: Scott Wood <scottwood@freescale.com>
481 L: qemu-ppc@nongnu.org
482 S: Supported
483 F: hw/ppc/e500.[hc]
484 F: hw/ppc/e500plat.c
486 mpc8544ds
487 M: Alexander Graf <agraf@suse.de>
488 M: Scott Wood <scottwood@freescale.com>
489 L: qemu-ppc@nongnu.org
490 S: Supported
491 F: hw/ppc/mpc8544ds.c
492 F: hw/ppc/mpc8544_guts.c
494 New World
495 M: Alexander Graf <agraf@suse.de>
496 L: qemu-ppc@nongnu.org
497 S: Maintained
498 F: hw/ppc/mac_newworld.c
499 F: hw/pci-host/uninorth.c
500 F: hw/pci-bridge/dec.[hc]
501 F: hw/misc/macio/
503 Old World
504 M: Alexander Graf <agraf@suse.de>
505 L: qemu-ppc@nongnu.org
506 S: Maintained
507 F: hw/ppc/mac_oldworld.c
508 F: hw/pci-host/grackle.c
509 F: hw/misc/macio/
511 PReP
512 M: Andreas Färber <andreas.faerber@web.de>
513 L: qemu-ppc@nongnu.org
514 S: Odd Fixes
515 F: hw/ppc/prep.c
516 F: hw/pci-host/prep.[hc]
517 F: hw/isa/pc87312.[hc]
519 sPAPR (pseries)
520 M: David Gibson <david@gibson.dropbear.id.au>
521 M: Alexander Graf <agraf@suse.de>
522 L: qemu-ppc@nongnu.org
523 S: Supported
524 F: hw/*/spapr*
525 F: include/hw/*/spapr*
526 F: hw/*/xics*
527 F: include/hw/*/xics*
528 F: pc-bios/spapr-rtas/*
530 virtex_ml507
531 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
532 L: qemu-ppc@nongnu.org
533 S: Odd Fixes
534 F: hw/ppc/virtex_ml507.c
536 SH4 Machines
537 ------------
539 M: Magnus Damm <magnus.damm@gmail.com>
540 S: Maintained
541 F: hw/sh4/r2d.c
543 Shix
544 M: Magnus Damm <magnus.damm@gmail.com>
545 S: Orphan
546 F: hw/sh4/shix.c
548 SPARC Machines
549 --------------
550 Sun4m
551 M: Blue Swirl <blauwirbel@gmail.com>
552 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
553 S: Maintained
554 F: hw/sparc/sun4m.c
556 Sun4u
557 M: Blue Swirl <blauwirbel@gmail.com>
558 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
559 S: Maintained
560 F: hw/sparc64/sun4u.c
562 Leon3
563 M: Fabien Chouteau <chouteau@adacore.com>
564 S: Maintained
565 F: hw/sparc/leon3.c
566 F: hw/*/grlib*
568 S390 Machines
569 -------------
570 S390 Virtio
571 M: Alexander Graf <agraf@suse.de>
572 S: Maintained
573 F: hw/s390x/s390-*.c
574 X: hw/s390x/*pci*.[hc]
576 S390 Virtio-ccw
577 M: Cornelia Huck <cornelia.huck@de.ibm.com>
578 M: Christian Borntraeger <borntraeger@de.ibm.com>
579 M: Alexander Graf <agraf@suse.de>
580 S: Supported
581 F: hw/char/sclp*.[hc]
582 F: hw/s390x/s390-virtio-ccw.c
583 F: hw/s390x/css.[hc]
584 F: hw/s390x/sclp*.[hc]
585 F: hw/s390x/ipl*.[hc]
586 F: hw/s390x/*pci*.[hc]
587 F: hw/s390x/s390-skeys*.c
588 F: include/hw/s390x/
589 F: pc-bios/s390-ccw/
590 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
592 UniCore32 Machines
593 -------------
594 PKUnity-3 SoC initramfs-with-busybox
595 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
596 S: Maintained
597 F: hw/*/puv3*
598 F: hw/unicore32/
600 X86 Machines
601 ------------
603 M: Michael S. Tsirkin <mst@redhat.com>
604 S: Supported
605 F: include/hw/i386/
606 F: hw/i386/
607 F: hw/pci-host/piix.c
608 F: hw/pci-host/q35.c
609 F: hw/pci-host/pam.c
610 F: include/hw/pci-host/q35.h
611 F: include/hw/pci-host/pam.h
612 F: hw/isa/piix4.c
613 F: hw/isa/lpc_ich9.c
614 F: hw/i2c/smbus_ich9.c
615 F: hw/acpi/piix4.c
616 F: hw/acpi/ich9.c
617 F: include/hw/acpi/ich9.h
618 F: include/hw/acpi/piix.h
619 F: hw/misc/sga.c
621 PC Chipset
622 M: Michael S. Tsirkin <mst@redhat.com>
623 M: Paolo Bonzini <pbonzini@redhat.com>
624 S: Support
625 F: hw/char/debugcon.c
626 F: hw/char/parallel.c
627 F: hw/char/serial*
628 F: hw/dma/i8257*
629 F: hw/i2c/pm_smbus.c
630 F: hw/intc/apic*
631 F: hw/intc/ioapic*
632 F: hw/intc/i8259*
633 F: hw/misc/debugexit.c
634 F: hw/misc/pc-testdev.c
635 F: hw/timer/hpet*
636 F: hw/timer/i8254*
637 F: hw/timer/mc146818rtc*
640 Xtensa Machines
641 ---------------
643 M: Max Filippov <jcmvbkbc@gmail.com>
644 S: Maintained
645 F: hw/xtensa/sim.c
647 XTFPGA (LX60, LX200, ML605, KC705)
648 M: Max Filippov <jcmvbkbc@gmail.com>
649 S: Maintained
650 F: hw/xtensa/xtfpga.c
651 F: hw/net/opencores_eth.c
653 Devices
654 -------
656 M: Jiri Slaby <jslaby@suse.cz>
657 S: Maintained
658 F: hw/misc/edu.c
661 M: John Snow <jsnow@redhat.com>
662 L: qemu-block@nongnu.org
663 S: Supported
664 F: include/hw/ide.h
665 F: hw/ide/
666 F: hw/block/block.c
667 F: hw/block/cdrom.c
668 F: hw/block/hd-geometry.c
669 F: tests/ide-test.c
670 F: tests/ahci-test.c
671 F: tests/libqos/ahci*
672 T: git git://github.com/jnsnow/qemu.git ide
674 Floppy
675 M: John Snow <jsnow@redhat.com>
676 L: qemu-block@nongnu.org
677 S: Supported
678 F: hw/block/fdc.c
679 F: include/hw/block/fdc.h
680 F: tests/fdc-test.c
681 T: git git://github.com/jnsnow/qemu.git ide
683 OMAP
684 M: Peter Maydell <peter.maydell@linaro.org>
685 S: Maintained
686 F: hw/*/omap*
688 IPack
689 M: Alberto Garcia <berto@igalia.com>
690 S: Odd Fixes
691 F: hw/char/ipoctal232.c
692 F: hw/ipack/
695 M: Michael S. Tsirkin <mst@redhat.com>
696 S: Supported
697 F: include/hw/pci/*
698 F: hw/misc/pci-testdev.c
699 F: hw/pci/*
700 F: hw/pci-bridge/*
702 ACPI/SMBIOS
703 M: Michael S. Tsirkin <mst@redhat.com>
704 M: Igor Mammedov <imammedo@redhat.com>
705 S: Supported
706 F: include/hw/acpi/*
707 F: include/hw/smbios/*
708 F: hw/mem/*
709 F: hw/acpi/*
710 F: hw/smbios/*
711 F: hw/i386/acpi-build.[hc]
712 F: hw/i386/*dsl
713 F: hw/arm/virt-acpi-build.c
714 F: include/hw/arm/virt-acpi-build.h
715 F: scripts/acpi*py
717 ppc4xx
718 M: Alexander Graf <agraf@suse.de>
719 L: qemu-ppc@nongnu.org
720 S: Odd Fixes
721 F: hw/ppc/ppc4*.c
723 ppce500
724 M: Alexander Graf <agraf@suse.de>
725 M: Scott Wood <scottwood@freescale.com>
726 L: qemu-ppc@nongnu.org
727 S: Supported
728 F: hw/ppc/e500*
730 Character devices
731 M: Paolo Bonzini <pbonzini@redhat.com>
732 S: Odd Fixes
733 F: hw/char/
735 Network devices
736 M: Jason Wang <jasowang@redhat.com>
737 S: Odd Fixes
738 F: hw/net/
739 T: git git://github.com/jasowang/qemu.git net
741 SCSI
742 M: Paolo Bonzini <pbonzini@redhat.com>
743 S: Supported
744 F: include/hw/scsi*
745 F: hw/scsi/*
746 T: git git://github.com/bonzini/qemu.git scsi-next
748 LSI53C895A
749 S: Orphan
750 F: hw/scsi/lsi53c895a.c
753 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
754 S: Maintained
755 F: hw/ssi/*
756 F: hw/block/m25p80.c
757 X: hw/ssi/xilinx_*
759 Xilinx SPI
760 M: Alistair Francis <alistair.francis@xilinx.com>
761 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
762 S: Maintained
763 F: hw/ssi/xilinx_*
766 M: Gerd Hoffmann <kraxel@redhat.com>
767 S: Maintained
768 F: hw/usb/*
769 F: tests/usb-*-test.c
771 USB (serial adapter)
772 M: Gerd Hoffmann <kraxel@redhat.com>
773 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
774 S: Maintained
775 F: hw/usb/dev-serial.c
777 VFIO
778 M: Alex Williamson <alex.williamson@redhat.com>
779 S: Supported
780 F: hw/vfio/*
782 vhost
783 M: Michael S. Tsirkin <mst@redhat.com>
784 S: Supported
785 F: hw/*/*vhost*
787 virtio
788 M: Michael S. Tsirkin <mst@redhat.com>
789 S: Supported
790 F: hw/*/virtio*
791 F: net/vhost-user.c
793 virtio-9p
794 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
795 S: Supported
796 F: hw/9pfs/
797 F: fsdev/
798 F: tests/virtio-9p-test.c
799 T: git git://github.com/kvaneesh/QEMU.git
801 virtio-blk
802 M: Stefan Hajnoczi <stefanha@redhat.com>
803 L: qemu-block@nongnu.org
804 S: Supported
805 F: hw/block/virtio-blk.c
806 F: hw/block/dataplane/*
807 F: hw/virtio/dataplane/*
808 T: git git://github.com/stefanha/qemu.git block
810 virtio-ccw
811 M: Cornelia Huck <cornelia.huck@de.ibm.com>
812 M: Christian Borntraeger <borntraeger@de.ibm.com>
813 S: Supported
814 F: hw/s390x/virtio-ccw.[hc]
815 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
817 virtio-input
818 M: Gerd Hoffmann <kraxel@redhat.com>
819 S: Maintained
820 F: hw/input/virtio-input*.c
821 F: include/hw/virtio/virtio-input.h
823 virtio-serial
824 M: Amit Shah <amit.shah@redhat.com>
825 S: Supported
826 F: hw/char/virtio-serial-bus.c
827 F: hw/char/virtio-console.c
828 F: include/hw/virtio/virtio-serial.h
830 virtio-rng
831 M: Amit Shah <amit.shah@redhat.com>
832 S: Supported
833 F: hw/virtio/virtio-rng.c
834 F: include/hw/virtio/virtio-rng.h
835 F: backends/rng*.c
837 nvme
838 M: Keith Busch <keith.busch@intel.com>
839 L: qemu-block@nongnu.org
840 S: Supported
841 F: hw/block/nvme*
842 F: tests/nvme-test.c
844 megasas
845 M: Hannes Reinecke <hare@suse.de>
846 L: qemu-block@nongnu.org
847 S: Supported
848 F: hw/scsi/megasas.c
849 F: hw/scsi/mfi.h
851 Xilinx EDK
852 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
853 M: Alistair Francis <alistair.francis@xilinx.com>
854 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
855 S: Maintained
856 F: hw/*/xilinx_*
857 F: include/hw/xilinx.h
859 Vmware
860 M: Dmitry Fleytman <dmitry@daynix.com>
861 S: Maintained
862 F: hw/net/vmxnet*
863 F: hw/scsi/vmw_pvscsi*
865 Rocker
866 M: Scott Feldman <sfeldma@gmail.com>
867 M: Jiri Pirko <jiri@resnulli.us>
868 S: Maintained
869 F: hw/net/rocker/
871 Subsystems
872 ----------
873 Audio
874 M: Gerd Hoffmann <kraxel@redhat.com>
875 S: Maintained
876 F: audio/
877 F: hw/audio/
878 F: tests/ac97-test.c
879 F: tests/es1370-test.c
880 F: tests/intel-hda-test.c
882 Block layer core
883 M: Kevin Wolf <kwolf@redhat.com>
884 L: qemu-block@nongnu.org
885 S: Supported
886 F: block*
887 F: block/
888 F: hw/block/
889 F: include/block/
890 F: qemu-img*
891 F: qemu-io*
892 F: tests/qemu-iotests/
893 T: git git://repo.or.cz/qemu/kevin.git block
895 Block I/O path
896 M: Stefan Hajnoczi <stefanha@redhat.com>
897 L: qemu-block@nongnu.org
898 S: Supported
899 F: async.c
900 F: aio-*.c
901 F: block/io.c
902 F: migration/block*
903 T: git git://github.com/stefanha/qemu.git block
905 Block Jobs
906 M: Jeff Cody <jcody@redhat.com>
907 L: qemu-block@nongnu.org
908 S: Supported
909 F: blockjob.c
910 F: include/block/blockjob.h
911 F: block/backup.c
912 F: block/commit.c
913 F: block/stream.h
914 F: block/mirror.c
915 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
917 Block QAPI, monitor, command line
918 M: Markus Armbruster <armbru@redhat.com>
919 S: Supported
920 F: blockdev.c
921 F: block/qapi.c
922 F: qapi/block*.json
923 T: git git://repo.or.cz/qemu/armbru.git block-next
925 Character device backends
926 M: Paolo Bonzini <pbonzini@redhat.com>
927 S: Maintained
928 F: qemu-char.c
929 F: backends/msmouse.c
930 F: backends/testdev.c
932 Character Devices (Braille)
933 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
934 S: Maintained
935 F: backends/baum.c
937 Coverity model
938 M: Markus Armbruster <armbru@redhat.com>
939 S: Supported
940 F: scripts/coverity-model.c
943 M: Andreas Färber <afaerber@suse.de>
944 S: Supported
945 F: qom/cpu.c
946 F: include/qom/cpu.h
947 F: target-i386/cpu.c
949 ICC Bus
950 M: Igor Mammedov <imammedo@redhat.com>
951 S: Supported
952 F: include/hw/cpu/icc_bus.h
953 F: hw/cpu/icc_bus.c
955 Device Tree
956 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
957 M: Alexander Graf <agraf@suse.de>
958 S: Maintained
959 F: device_tree.[ch]
961 Error reporting
962 M: Markus Armbruster <armbru@redhat.com>
963 S: Supported
964 F: include/qapi/error.h
965 F: include/qemu/error-report.h
966 F: util/error.c
967 F: util/qemu-error.c
969 GDB stub
970 L: qemu-devel@nongnu.org
971 S: Odd Fixes
972 F: gdbstub*
973 F: gdb-xml/
975 Memory API
976 M: Paolo Bonzini <pbonzini@redhat.com>
977 S: Supported
978 F: include/exec/ioport.h
979 F: ioport.c
980 F: include/exec/memory.h
981 F: memory.c
982 F: include/exec/memory-internal.h
983 F: exec.c
985 SPICE
986 M: Gerd Hoffmann <kraxel@redhat.com>
987 S: Supported
988 F: include/ui/qemu-spice.h
989 F: ui/spice-*.c
990 F: audio/spiceaudio.c
991 F: hw/display/qxl*
993 Graphics
994 M: Gerd Hoffmann <kraxel@redhat.com>
995 S: Odd Fixes
996 F: ui/
998 Cocoa graphics
999 M: Andreas Färber <andreas.faerber@web.de>
1000 M: Peter Maydell <peter.maydell@linaro.org>
1001 S: Odd Fixes
1002 F: ui/cocoa.m
1004 Main loop
1005 M: Paolo Bonzini <pbonzini@redhat.com>
1006 S: Maintained
1007 F: cpus.c
1008 F: main-loop.c
1009 F: qemu-timer.c
1010 F: vl.c
1012 Human Monitor (HMP)
1013 M: Luiz Capitulino <lcapitulino@redhat.com>
1014 S: Maintained
1015 F: monitor.c
1016 F: hmp.c
1017 F: hmp-commands.hx
1018 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1020 Network device backends
1021 M: Jason Wang <jasowang@redhat.com>
1022 S: Maintained
1023 F: net/
1024 T: git git://github.com/jasowang/qemu.git net
1026 Netmap network backend
1027 M: Luigi Rizzo <rizzo@iet.unipi.it>
1028 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1029 M: Vincenzo Maffione <v.maffione@gmail.com>
1030 W: http://info.iet.unipi.it/~luigi/netmap/
1031 S: Maintained
1032 F: net/netmap.c
1034 Network Block Device (NBD)
1035 M: Paolo Bonzini <pbonzini@redhat.com>
1036 S: Odd Fixes
1037 F: block/nbd.c
1038 F: nbd.*
1039 F: qemu-nbd.c
1040 T: git git://github.com/bonzini/qemu.git nbd-next
1042 NUMA
1043 M: Eduardo Habkost <ehabkost@redhat.com>
1044 S: Maintained
1045 F: numa.c
1046 F: include/sysemu/numa.h
1047 K: numa|NUMA
1048 K: srat|SRAT
1049 T: git git://github.com/ehabkost/qemu.git numa
1051 QAPI
1052 M: Markus Armbruster <armbru@redhat.com>
1053 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1054 S: Supported
1055 F: qapi/
1056 X: qapi/*.json
1057 F: tests/qapi-schema/
1058 F: scripts/qapi*
1059 F: docs/qapi*
1060 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1062 QAPI Schema
1063 M: Eric Blake <eblake@redhat.com>
1064 M: Markus Armbruster <armbru@redhat.com>
1065 S: Supported
1066 F: qapi-schema.json
1067 F: qapi/*.json
1068 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1070 QObject
1071 M: Luiz Capitulino <lcapitulino@redhat.com>
1072 S: Maintained
1073 F: qobject/
1074 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1076 QEMU Guest Agent
1077 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1078 S: Maintained
1079 F: qga/
1080 T: git git://github.com/mdroth/qemu.git qga
1083 M: Andreas Färber <afaerber@suse.de>
1084 S: Supported
1085 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1086 F: include/qom/
1087 X: include/qom/cpu.h
1088 F: qom/
1089 X: qom/cpu.c
1090 F: tests/qom-test.c
1093 M: Markus Armbruster <armbru@redhat.com>
1094 S: Supported
1095 F: qmp.c
1096 F: monitor.c
1097 F: qmp-commands.hx
1098 F: docs/qmp/
1099 F: scripts/qmp/
1100 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1102 SLIRP
1103 M: Jan Kiszka <jan.kiszka@siemens.com>
1104 S: Maintained
1105 F: slirp/
1106 T: git git://git.kiszka.org/qemu.git queues/slirp
1108 Tracing
1109 M: Stefan Hajnoczi <stefanha@redhat.com>
1110 S: Maintained
1111 F: trace/
1112 F: scripts/tracetool.py
1113 F: scripts/tracetool/
1114 F: docs/tracing.txt
1115 T: git git://github.com/stefanha/qemu.git tracing
1117 Checkpatch
1118 M: Blue Swirl <blauwirbel@gmail.com>
1119 S: Odd Fixes
1120 F: scripts/checkpatch.pl
1122 Migration
1123 M: Juan Quintela <quintela@redhat.com>
1124 M: Amit Shah <amit.shah@redhat.com>
1125 S: Maintained
1126 F: include/migration/
1127 F: migration/
1128 F: scripts/vmstate-static-checker.py
1129 F: tests/vmstate-static-checker-data/
1131 Seccomp
1132 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1133 S: Supported
1134 F: qemu-seccomp.c
1135 F: include/sysemu/seccomp.h
1137 Cryptography
1138 M: Daniel P. Berrange <berrange@redhat.com>
1139 S: Maintained
1140 F: crypto/
1141 F: include/crypto/
1142 F: tests/test-crypto-*
1144 Usermode Emulation
1145 ------------------
1146 Overall
1147 M: Riku Voipio <riku.voipio@iki.fi>
1148 S: Maintained
1149 F: thunk.c
1150 F: user-exec.c
1152 BSD user
1153 M: Blue Swirl <blauwirbel@gmail.com>
1154 S: Maintained
1155 F: bsd-user/
1157 Linux user
1158 M: Riku Voipio <riku.voipio@iki.fi>
1159 S: Maintained
1160 F: linux-user/
1162 Tiny Code Generator (TCG)
1163 -------------------------
1164 Common code
1165 M: Richard Henderson <rth@twiddle.net>
1166 S: Maintained
1167 F: tcg/
1169 AArch64 target
1170 M: Claudio Fontana <claudio.fontana@huawei.com>
1171 M: Claudio Fontana <claudio.fontana@gmail.com>
1172 S: Maintained
1173 F: tcg/aarch64/
1174 F: disas/arm-a64.cc
1175 F: disas/libvixl/
1177 ARM target
1178 M: Andrzej Zaborowski <balrogg@gmail.com>
1179 S: Maintained
1180 F: tcg/arm/
1181 F: disas/arm.c
1183 i386 target
1184 L: qemu-devel@nongnu.org
1185 S: Maintained
1186 F: tcg/i386/
1187 F: disas/i386.c
1189 IA64 target
1190 M: Aurelien Jarno <aurelien@aurel32.net>
1191 S: Maintained
1192 F: tcg/ia64/
1193 F: disas/ia64.c
1195 MIPS target
1196 M: Aurelien Jarno <aurelien@aurel32.net>
1197 S: Maintained
1198 F: tcg/mips/
1199 F: disas/mips.c
1202 M: Vassili Karpov (malc) <av1474@comtv.ru>
1203 S: Maintained
1204 F: tcg/ppc/
1205 F: disas/ppc.c
1207 S390 target
1208 M: Alexander Graf <agraf@suse.de>
1209 M: Richard Henderson <rth@twiddle.net>
1210 S: Maintained
1211 F: tcg/s390/
1212 F: disas/s390.c
1214 SPARC target
1215 M: Blue Swirl <blauwirbel@gmail.com>
1216 S: Maintained
1217 F: tcg/sparc/
1218 F: disas/sparc.c
1220 TCI target
1221 M: Stefan Weil <sw@weilnetz.de>
1222 S: Maintained
1223 F: tcg/tci/
1224 F: tci.c
1225 F: disas/tci.c
1227 Stable branches
1228 ---------------
1229 Stable 1.0
1230 L: qemu-stable@nongnu.org
1231 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1232 S: Orphan
1234 Stable 0.15
1235 L: qemu-stable@nongnu.org
1236 M: Andreas Färber <afaerber@suse.de>
1237 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1238 S: Supported
1240 Stable 0.14
1241 L: qemu-stable@nongnu.org
1242 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1243 S: Orphan
1245 Stable 0.10
1246 L: qemu-stable@nongnu.org
1247 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1248 S: Orphan
1250 Block drivers
1251 -------------
1252 VMDK
1253 M: Fam Zheng <famz@redhat.com>
1254 L: qemu-block@nongnu.org
1255 S: Supported
1256 F: block/vmdk.c
1259 M: Josh Durgin <jdurgin@redhat.com>
1260 M: Jeff Cody <jcody@redhat.com>
1261 L: qemu-block@nongnu.org
1262 S: Supported
1263 F: block/rbd.c
1264 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1266 Sheepdog
1267 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1268 M: Liu Yuan <namei.unix@gmail.com>
1269 M: Jeff Cody <jcody@redhat.com>
1270 L: qemu-block@nongnu.org
1271 L: sheepdog@lists.wpkg.org
1272 S: Supported
1273 F: block/sheepdog.c
1274 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1276 VHDX
1277 M: Jeff Cody <jcody@redhat.com>
1278 L: qemu-block@nongnu.org
1279 S: Supported
1280 F: block/vhdx*
1281 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1284 M: Stefan Weil <sw@weilnetz.de>
1285 L: qemu-block@nongnu.org
1286 S: Maintained
1287 F: block/vdi.c
1289 iSCSI
1290 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1291 M: Paolo Bonzini <pbonzini@redhat.com>
1292 M: Peter Lieven <pl@kamp.de>
1293 L: qemu-block@nongnu.org
1294 S: Supported
1295 F: block/iscsi.c
1298 M: Jeff Cody <jcody@redhat.com>
1299 M: Peter Lieven <pl@kamp.de>
1300 L: qemu-block@nongnu.org
1301 S: Maintained
1302 F: block/nfs.c
1303 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1306 M: Richard W.M. Jones <rjones@redhat.com>
1307 M: Jeff Cody <jcody@redhat.com>
1308 L: qemu-block@nongnu.org
1309 S: Supported
1310 F: block/ssh.c
1311 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1313 ARCHIPELAGO
1314 M: Chrysostomos Nanakos <chris@include.gr>
1315 M: Jeff Cody <jcody@redhat.com>
1316 L: qemu-block@nongnu.org
1317 S: Maintained
1318 F: block/archipelago.c
1319 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1321 CURL
1322 M: Jeff Cody <jcody@redhat.com>
1323 L: qemu-block@nongnu.org
1324 S: Supported
1325 F: block/curl.c
1326 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1328 GLUSTER
1329 M: Jeff Cody <jcody@redhat.com>
1330 L: qemu-block@nongnu.org
1331 S: Supported
1332 F: block/gluster.c
1333 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1335 Null Block Driver
1336 M: Fam Zheng <famz@redhat.com>
1337 L: qemu-block@nongnu.org
1338 S: Supported
1339 F: block/null.c
1341 Bootdevice
1342 M: Gonglei <arei.gonglei@huawei.com>
1343 S: Maintained
1344 F: bootdevice.c
1346 Quorum
1347 M: Alberto Garcia <berto@igalia.com>
1348 S: Supported
1349 F: block/quorum.c
1350 L: qemu-block@nongnu.org
1352 blkverify
1353 M: Stefan Hajnoczi <stefanha@redhat.com>
1354 L: qemu-block@nongnu.org
1355 S: Supported
1356 F: block/blkverify.c
1358 bochs
1359 M: Stefan Hajnoczi <stefanha@redhat.com>
1360 L: qemu-block@nongnu.org
1361 S: Supported
1362 F: block/bochs.c
1364 cloop
1365 M: Stefan Hajnoczi <stefanha@redhat.com>
1366 L: qemu-block@nongnu.org
1367 S: Supported
1368 F: block/cloop.c
1371 M: Stefan Hajnoczi <stefanha@redhat.com>
1372 L: qemu-block@nongnu.org
1373 S: Supported
1374 F: block/dmg.c
1376 parallels
1377 M: Stefan Hajnoczi <stefanha@redhat.com>
1378 M: Denis V. Lunev <den@openvz.org>
1379 L: qemu-block@nongnu.org
1380 S: Supported
1381 F: block/parallels.c
1384 M: Stefan Hajnoczi <stefanha@redhat.com>
1385 L: qemu-block@nongnu.org
1386 S: Supported
1387 F: block/qed.c
1390 M: Kevin Wolf <kwolf@redhat.com>
1391 L: qemu-block@nongnu.org
1392 S: Supported
1393 F: block/linux-aio.c
1394 F: block/raw-aio.h
1395 F: block/raw-posix.c
1396 F: block/raw-win32.c
1397 F: block/raw_bsd.c
1398 F: block/win32-aio.c
1400 qcow2
1401 M: Kevin Wolf <kwolf@redhat.com>
1402 L: qemu-block@nongnu.org
1403 S: Supported
1404 F: block/qcow2*
1406 qcow
1407 M: Kevin Wolf <kwolf@redhat.com>
1408 L: qemu-block@nongnu.org
1409 S: Supported
1410 F: block/qcow.c
1412 blkdebug
1413 M: Kevin Wolf <kwolf@redhat.com>
1414 L: qemu-block@nongnu.org
1415 S: Supported
1416 F: block/blkdebug.c
1419 M: Kevin Wolf <kwolf@redhat.com>
1420 L: qemu-block@nongnu.org
1421 S: Supported
1422 F: block/vpc.c
1424 vvfat
1425 M: Kevin Wolf <kwolf@redhat.com>
1426 L: qemu-block@nongnu.org
1427 S: Supported
1428 F: block/vvfat.c
1430 Image format fuzzer
1431 M: Stefan Hajnoczi <stefanha@redhat.com>
1432 L: qemu-block@nongnu.org
1433 S: Supported
1434 F: tests/image-fuzzer/
1437 Documentation
1438 -------------
1439 Build system architecture
1440 M: Daniel P. Berrange <berrange@redhat.com>
1441 S: Odd Fixes
1442 F: docs/build-system.txt