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