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