xref: /openbmc/qemu/MAINTAINERS (revision db432672)
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	R: Designated reviewer: FullName <address@domain>
16	   These reviewers should be CCed on patches.
17	L: Mailing list that is relevant to this area
18	W: Web-page with status/info
19	Q: Patchwork web based patch tracking system site
20	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21	S: Status, one of the following:
22	   Supported:	Someone is actually paid to look after this.
23	   Maintained:	Someone actually looks after it.
24	   Odd Fixes:	It has a maintainer but they don't have time to do
25			much other than throw the odd patch in. See below.
26	   Orphan:	No current maintainer [but maybe you could take the
27			role as you write your new code].
28	   Obsolete:	Old code. Something tagged obsolete generally means
29			it has been replaced by a better system and you
30			should be using that.
31	F: Files and directories with wildcard patterns.
32	   A trailing slash includes all files and subdirectory files.
33	   F:	drivers/net/	all files in and below drivers/net
34	   F:	drivers/net/*	all files in drivers/net, but not below
35	   F:	*/net/*		all files in "any top level directory"/net
36	   One pattern per line.  Multiple F: lines acceptable.
37	X: Files and directories that are NOT maintained, same rules as F:
38	   Files exclusions are tested before file matches.
39	   Can be useful for excluding a specific subdirectory, for instance:
40	   F:	net/
41	   X:	net/ipv6/
42	   matches all files in and below net excluding net/ipv6/
43	K: Keyword perl extended regex pattern to match content in a
44	   patch or file.  For instance:
45	   K: of_get_profile
46	      matches patches or files that contain "of_get_profile"
47	   K: \b(printk|pr_(info|err))\b
48	      matches patches or files that contain one or more of the words
49	      printk, pr_info or pr_err
50	   One regex pattern per line.  Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
55M: Peter Maydell <peter.maydell@linaro.org>
56
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62Responsible Disclosure, Reporting Security Issues
63------------------------------
64W: https://wiki.qemu.org/SecurityProcess
65M: Michael S. Tsirkin <mst@redhat.com>
66L: secalert@redhat.com
67
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
77T: git git://github.com/vivier/qemu.git trivial-patches
78
79Guest CPU cores (TCG):
80----------------------
81Overall
82L: qemu-devel@nongnu.org
83M: Paolo Bonzini <pbonzini@redhat.com>
84M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
85M: Richard Henderson <rth@twiddle.net>
86S: Maintained
87F: cpus.c
88F: exec.c
89F: accel/tcg/
90F: include/exec/cpu*.h
91F: include/exec/exec-all.h
92F: include/exec/helper*.h
93F: include/exec/tb-hash.h
94F: include/sysemu/cpus.h
95
96FPU emulation
97M: Aurelien Jarno <aurelien@aurel32.net>
98M: Peter Maydell <peter.maydell@linaro.org>
99S: Odd Fixes
100F: fpu/
101F: include/fpu/
102
103Alpha
104M: Richard Henderson <rth@twiddle.net>
105S: Maintained
106F: target/alpha/
107F: hw/alpha/
108F: tests/tcg/alpha/
109F: disas/alpha.c
110
111ARM
112M: Peter Maydell <peter.maydell@linaro.org>
113L: qemu-arm@nongnu.org
114S: Maintained
115F: target/arm/
116F: hw/arm/
117F: hw/cpu/a*mpcore.c
118F: include/hw/cpu/a*mpcore.h
119F: disas/arm.c
120F: disas/arm-a64.cc
121F: disas/libvixl/
122
123CRIS
124M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125S: Maintained
126F: target/cris/
127F: hw/cris/
128F: include/hw/cris/
129F: tests/tcg/cris/
130F: disas/cris.c
131
132HPPA (PA-RISC)
133M: Richard Henderson <rth@twiddle.net>
134S: Maintained
135F: target/hppa/
136F: hw/hppa/
137F: disas/hppa.c
138
139LM32
140M: Michael Walle <michael@walle.cc>
141S: Maintained
142F: target/lm32/
143F: disas/lm32.c
144F: hw/lm32/
145F: hw/*/lm32_*
146F: hw/*/milkymist-*
147F: include/hw/char/lm32_juart.h
148F: include/hw/lm32/
149F: tests/tcg/lm32/
150
151M68K
152M: Laurent Vivier <laurent@vivier.eu>
153S: Maintained
154F: target/m68k/
155F: disas/m68k.c
156
157MicroBlaze
158M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159S: Maintained
160F: target/microblaze/
161F: hw/microblaze/
162F: disas/microblaze.c
163
164MIPS
165M: Aurelien Jarno <aurelien@aurel32.net>
166M: Yongbok Kim <yongbok.kim@mips.com>
167S: Maintained
168F: target/mips/
169F: hw/mips/
170F: hw/misc/mips_*
171F: hw/intc/mips_gic.c
172F: hw/timer/mips_gictimer.c
173F: include/hw/mips/
174F: include/hw/misc/mips_*
175F: include/hw/intc/mips_gic.h
176F: include/hw/timer/mips_gictimer.h
177F: tests/tcg/mips/
178F: disas/mips.c
179
180Moxie
181M: Anthony Green <green@moxielogic.com>
182S: Maintained
183F: target/moxie/
184F: disas/moxie.c
185F: hw/moxie/
186F: default-configs/moxie-softmmu.mak
187
188NiosII
189M: Chris Wulff <crwulff@gmail.com>
190M: Marek Vasut <marex@denx.de>
191S: Maintained
192F: target/nios2/
193F: hw/nios2/
194F: disas/nios2.c
195
196OpenRISC
197M: Stafford Horne <shorne@gmail.com>
198S: Odd Fixes
199F: target/openrisc/
200F: hw/openrisc/
201F: tests/tcg/openrisc/
202
203PowerPC
204M: David Gibson <david@gibson.dropbear.id.au>
205M: Alexander Graf <agraf@suse.de>
206L: qemu-ppc@nongnu.org
207S: Maintained
208F: target/ppc/
209F: hw/ppc/
210F: include/hw/ppc/
211F: disas/ppc.c
212
213S390
214M: Richard Henderson <rth@twiddle.net>
215M: Alexander Graf <agraf@suse.de>
216S: Maintained
217F: target/s390x/
218F: hw/s390x/
219F: disas/s390.c
220L: qemu-s390x@nongnu.org
221
222SH4
223M: Aurelien Jarno <aurelien@aurel32.net>
224S: Odd Fixes
225F: target/sh4/
226F: hw/sh4/
227F: disas/sh4.c
228F: include/hw/sh4/
229
230SPARC
231M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
232M: Artyom Tarasenko <atar4qemu@gmail.com>
233S: Maintained
234F: target/sparc/
235F: hw/sparc/
236F: hw/sparc64/
237F: disas/sparc.c
238
239UniCore32
240M: Guan Xuetao <gxt@mprc.pku.edu.cn>
241S: Maintained
242F: target/unicore32/
243F: hw/unicore32/
244F: include/hw/unicore32/
245
246X86
247M: Paolo Bonzini <pbonzini@redhat.com>
248M: Richard Henderson <rth@twiddle.net>
249M: Eduardo Habkost <ehabkost@redhat.com>
250S: Maintained
251F: target/i386/
252F: hw/i386/
253F: disas/i386.c
254T: git git://github.com/ehabkost/qemu.git x86-next
255
256Xtensa
257M: Max Filippov <jcmvbkbc@gmail.com>
258W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
259S: Maintained
260F: target/xtensa/
261F: hw/xtensa/
262F: tests/tcg/xtensa/
263F: disas/xtensa.c
264
265TriCore
266M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
267S: Maintained
268F: target/tricore/
269F: hw/tricore/
270F: include/hw/tricore/
271
272Guest CPU Cores (KVM):
273----------------------
274
275Overall
276M: Paolo Bonzini <pbonzini@redhat.com>
277L: kvm@vger.kernel.org
278S: Supported
279F: */kvm.*
280F: accel/kvm/
281F: include/sysemu/kvm*.h
282
283ARM
284M: Peter Maydell <peter.maydell@linaro.org>
285L: qemu-arm@nongnu.org
286S: Maintained
287F: target/arm/kvm.c
288
289MIPS
290M: James Hogan <jhogan@kernel.org>
291S: Maintained
292F: target/mips/kvm.c
293
294PPC
295M: Alexander Graf <agraf@suse.de>
296S: Maintained
297F: target/ppc/kvm.c
298
299S390
300M: Christian Borntraeger <borntraeger@de.ibm.com>
301M: Cornelia Huck <cohuck@redhat.com>
302M: Alexander Graf <agraf@suse.de>
303S: Maintained
304F: target/s390x/kvm.c
305F: target/s390x/kvm_s390x.h
306F: target/s390x/kvm-stub.c
307F: target/s390x/ioinst.[ch]
308F: target/s390x/machine.c
309F: target/s390x/sigp.c
310F: hw/intc/s390_flic.c
311F: hw/intc/s390_flic_kvm.c
312F: include/hw/s390x/s390_flic.h
313F: gdb-xml/s390*.xml
314T: git git://github.com/cohuck/qemu.git s390-next
315T: git git://github.com/borntraeger/qemu.git s390-next
316L: qemu-s390x@nongnu.org
317
318X86
319M: Paolo Bonzini <pbonzini@redhat.com>
320M: Marcelo Tosatti <mtosatti@redhat.com>
321L: kvm@vger.kernel.org
322S: Supported
323F: target/i386/kvm.c
324
325Guest CPU Cores (Xen):
326----------------------
327
328X86
329M: Stefano Stabellini <sstabellini@kernel.org>
330M: Anthony Perard <anthony.perard@citrix.com>
331L: xen-devel@lists.xenproject.org
332S: Supported
333F: */xen*
334F: hw/9pfs/xen-9p-backend.c
335F: hw/char/xen_console.c
336F: hw/display/xenfb.c
337F: hw/net/xen_nic.c
338F: hw/block/xen_*
339F: hw/xen/
340F: hw/xenpv/
341F: hw/i386/xen/
342F: include/hw/xen/
343F: include/sysemu/xen-mapcache.h
344
345Hosts:
346------
347
348LINUX
349L: qemu-devel@nongnu.org
350S: Maintained
351F: linux-*
352F: linux-headers/
353
354POSIX
355L: qemu-devel@nongnu.org
356S: Maintained
357F: *posix*
358
359NETBSD
360L: qemu-devel@nongnu.org
361M: Kamil Rytarowski <kamil@netbsd.org>
362S: Maintained
363K: ^Subject:.*(?i)NetBSD
364
365W32, W64
366L: qemu-devel@nongnu.org
367M: Stefan Weil <sw@weilnetz.de>
368S: Maintained
369F: *win32*
370F: */*win32*
371F: include/*/*win32*
372X: qga/*win32*
373F: qemu.nsi
374
375ARM Machines
376------------
377Allwinner-a10
378M: Beniamino Galvani <b.galvani@gmail.com>
379L: qemu-arm@nongnu.org
380S: Maintained
381F: hw/*/allwinner*
382F: include/hw/*/allwinner*
383F: hw/arm/cubieboard.c
384
385ARM PrimeCell and CMSDK devices
386M: Peter Maydell <peter.maydell@linaro.org>
387L: qemu-arm@nongnu.org
388S: Maintained
389F: hw/char/pl011.c
390F: include/hw/char/pl011.h
391F: hw/display/pl110*
392F: hw/dma/pl080.c
393F: hw/dma/pl330.c
394F: hw/gpio/pl061.c
395F: hw/input/pl050.c
396F: hw/intc/pl190.c
397F: hw/sd/pl181.c
398F: hw/timer/pl031.c
399F: include/hw/arm/primecell.h
400F: hw/timer/cmsdk-apb-timer.c
401F: include/hw/timer/cmsdk-apb-timer.h
402F: hw/char/cmsdk-apb-uart.c
403F: include/hw/char/cmsdk-apb-uart.h
404
405ARM cores
406M: Peter Maydell <peter.maydell@linaro.org>
407L: qemu-arm@nongnu.org
408S: Maintained
409F: hw/intc/arm*
410F: hw/intc/gic_internal.h
411F: hw/misc/a9scu.c
412F: hw/misc/arm11scu.c
413F: hw/timer/a9gtimer*
414F: hw/timer/arm*
415F: include/hw/arm/arm*.h
416F: include/hw/intc/arm*
417F: include/hw/misc/a9scu.h
418F: include/hw/misc/arm11scu.h
419F: include/hw/timer/a9gtimer.h
420F: include/hw/timer/arm_mptimer.h
421F: include/hw/timer/armv7m_systick.h
422F: tests/test-arm-mptimer.c
423
424Exynos
425M: Igor Mitsyanko <i.mitsyanko@gmail.com>
426L: qemu-arm@nongnu.org
427S: Maintained
428F: hw/*/exynos*
429F: include/hw/arm/exynos4210.h
430
431Calxeda Highbank
432M: Rob Herring <robh@kernel.org>
433L: qemu-arm@nongnu.org
434S: Maintained
435F: hw/arm/highbank.c
436F: hw/net/xgmac.c
437
438Canon DIGIC
439M: Antony Pavlov <antonynpavlov@gmail.com>
440L: qemu-arm@nongnu.org
441S: Maintained
442F: include/hw/arm/digic.h
443F: hw/*/digic*
444
445Gumstix
446L: qemu-devel@nongnu.org
447L: qemu-arm@nongnu.org
448S: Orphan
449F: hw/arm/gumstix.c
450
451i.MX31
452M: Peter Chubb <peter.chubb@nicta.com.au>
453L: qemu-arm@nongnu.org
454S: Odd fixes
455F: hw/*/imx*
456F: include/hw/*/imx*
457F: hw/arm/kzm.c
458F: include/hw/arm/fsl-imx31.h
459
460Integrator CP
461M: Peter Maydell <peter.maydell@linaro.org>
462L: qemu-arm@nongnu.org
463S: Maintained
464F: hw/arm/integratorcp.c
465F: hw/misc/arm_integrator_debug.c
466
467MPS2
468M: Peter Maydell <peter.maydell@linaro.org>
469L: qemu-arm@nongnu.org
470S: Maintained
471F: hw/arm/mps2.c
472F: hw/misc/mps2-scc.c
473F: include/hw/misc/mps2-scc.h
474
475Musicpal
476M: Jan Kiszka <jan.kiszka@web.de>
477L: qemu-arm@nongnu.org
478S: Maintained
479F: hw/arm/musicpal.c
480
481nSeries
482M: Andrzej Zaborowski <balrogg@gmail.com>
483L: qemu-arm@nongnu.org
484S: Maintained
485F: hw/arm/nseries.c
486
487Palm
488M: Andrzej Zaborowski <balrogg@gmail.com>
489L: qemu-arm@nongnu.org
490S: Maintained
491F: hw/arm/palm.c
492
493Real View
494M: Peter Maydell <peter.maydell@linaro.org>
495L: qemu-arm@nongnu.org
496S: Maintained
497F: hw/arm/realview*
498F: hw/cpu/realview_mpcore.c
499F: hw/intc/realview_gic.c
500F: include/hw/intc/realview_gic.h
501
502PXA2XX
503M: Andrzej Zaborowski <balrogg@gmail.com>
504L: qemu-arm@nongnu.org
505S: Maintained
506F: hw/arm/mainstone.c
507F: hw/arm/spitz.c
508F: hw/arm/tosa.c
509F: hw/arm/z2.c
510F: hw/*/pxa2xx*
511F: hw/misc/mst_fpga.c
512F: include/hw/arm/pxa.h
513
514Stellaris
515M: Peter Maydell <peter.maydell@linaro.org>
516L: qemu-arm@nongnu.org
517S: Maintained
518F: hw/*/stellaris*
519
520Versatile PB
521M: Peter Maydell <peter.maydell@linaro.org>
522L: qemu-arm@nongnu.org
523S: Maintained
524F: hw/*/versatile*
525F: hw/misc/arm_sysctl.c
526
527Xilinx Zynq
528M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
529M: Alistair Francis <alistair.francis@xilinx.com>
530L: qemu-arm@nongnu.org
531S: Maintained
532F: hw/*/xilinx_*
533F: hw/*/cadence_*
534F: hw/misc/zynq*
535F: include/hw/misc/zynq*
536X: hw/ssi/xilinx_*
537
538Xilinx ZynqMP
539M: Alistair Francis <alistair.francis@xilinx.com>
540M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
541L: qemu-arm@nongnu.org
542S: Maintained
543F: hw/*/xlnx*.c
544F: include/hw/*/xlnx*.h
545
546ARM ACPI Subsystem
547M: Shannon Zhao <zhaoshenglong@huawei.com>
548M: Shannon Zhao <shannon.zhaosl@gmail.com>
549L: qemu-arm@nongnu.org
550S: Maintained
551F: hw/arm/virt-acpi-build.c
552
553STM32F205
554M: Alistair Francis <alistair@alistair23.me>
555S: Maintained
556F: hw/arm/stm32f205_soc.c
557F: hw/misc/stm32f2xx_syscfg.c
558F: hw/char/stm32f2xx_usart.c
559F: hw/timer/stm32f2xx_timer.c
560F: hw/adc/*
561F: hw/ssi/stm32f2xx_spi.c
562F: include/hw/*/stm32*.h
563
564Netduino 2
565M: Alistair Francis <alistair@alistair23.me>
566S: Maintained
567F: hw/arm/netduino2.c
568
569SmartFusion2
570M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
571S: Maintained
572F: hw/arm/msf2-soc.c
573F: hw/misc/msf2-sysreg.c
574F: hw/timer/mss-timer.c
575F: hw/ssi/mss-spi.c
576F: include/hw/arm/msf2-soc.h
577F: include/hw/misc/msf2-sysreg.h
578F: include/hw/timer/mss-timer.h
579F: include/hw/ssi/mss-spi.h
580
581Emcraft M2S-FG484
582M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
583S: Maintained
584F: hw/arm/msf2-som.c
585
586CRIS Machines
587-------------
588Axis Dev88
589M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590S: Maintained
591F: hw/cris/axis_dev88.c
592F: hw/*/etraxfs_*.c
593
594LM32 Machines
595-------------
596EVR32 and uclinux BSP
597M: Michael Walle <michael@walle.cc>
598S: Maintained
599F: hw/lm32/lm32_boards.c
600
601milkymist
602M: Michael Walle <michael@walle.cc>
603S: Maintained
604F: hw/lm32/milkymist.c
605
606M68K Machines
607-------------
608an5206
609M: Thomas Huth <huth@tuxfamily.org>
610S: Odd Fixes
611F: hw/m68k/an5206.c
612F: hw/m68k/mcf5206.c
613
614mcf5208
615M: Thomas Huth <huth@tuxfamily.org>
616S: Odd Fixes
617F: hw/m68k/mcf5208.c
618F: hw/m68k/mcf_intc.c
619F: hw/char/mcf_uart.c
620F: hw/net/mcf_fec.c
621F: include/hw/m68k/mcf*.h
622
623MicroBlaze Machines
624-------------------
625petalogix_s3adsp1800
626M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
627S: Maintained
628F: hw/microblaze/petalogix_s3adsp1800_mmu.c
629
630petalogix_ml605
631M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
632S: Maintained
633F: hw/microblaze/petalogix_ml605_mmu.c
634
635MIPS Machines
636-------------
637Jazz
638M: Hervé Poussineau <hpoussin@reactos.org>
639S: Maintained
640F: hw/mips/mips_jazz.c
641
642Malta
643M: Aurelien Jarno <aurelien@aurel32.net>
644S: Maintained
645F: hw/mips/mips_malta.c
646
647Mipssim
648M: Yongbok Kim <yongbok.kim@mips.com>
649S: Odd Fixes
650F: hw/mips/mips_mipssim.c
651F: hw/net/mipsnet.c
652
653R4000
654M: Aurelien Jarno <aurelien@aurel32.net>
655S: Maintained
656F: hw/mips/mips_r4k.c
657
658Fulong 2E
659M: Yongbok Kim <yongbok.kim@mips.com>
660S: Odd Fixes
661F: hw/mips/mips_fulong2e.c
662
663Boston
664M: Paul Burton <paul.burton@mips.com>
665S: Maintained
666F: hw/core/loader-fit.c
667F: hw/mips/boston.c
668F: hw/pci-host/xilinx-pcie.c
669
670OpenRISC Machines
671-----------------
672or1k-sim
673M: Jia Liu <proljc@gmail.com>
674S: Maintained
675F: hw/openrisc/openrisc_sim.c
676
677PowerPC Machines
678----------------
679405
680M: Alexander Graf <agraf@suse.de>
681L: qemu-ppc@nongnu.org
682S: Odd Fixes
683F: hw/ppc/ppc405_boards.c
684
685Bamboo
686M: Alexander Graf <agraf@suse.de>
687L: qemu-ppc@nongnu.org
688S: Odd Fixes
689F: hw/ppc/ppc440_bamboo.c
690
691e500
692M: Alexander Graf <agraf@suse.de>
693L: qemu-ppc@nongnu.org
694S: Supported
695F: hw/ppc/e500.[hc]
696F: hw/ppc/e500plat.c
697F: include/hw/ppc/ppc_e500.h
698F: include/hw/pci-host/ppce500.h
699F: pc-bios/u-boot.e500
700
701mpc8544ds
702M: Alexander Graf <agraf@suse.de>
703L: qemu-ppc@nongnu.org
704S: Supported
705F: hw/ppc/mpc8544ds.c
706F: hw/ppc/mpc8544_guts.c
707
708New World
709M: Alexander Graf <agraf@suse.de>
710L: qemu-ppc@nongnu.org
711S: Maintained
712F: hw/ppc/mac_newworld.c
713F: hw/pci-host/uninorth.c
714F: hw/pci-bridge/dec.[hc]
715F: hw/misc/macio/
716F: include/hw/ppc/mac_dbdma.h
717F: hw/nvram/mac_nvram.c
718
719Old World
720M: Alexander Graf <agraf@suse.de>
721L: qemu-ppc@nongnu.org
722S: Maintained
723F: hw/ppc/mac_oldworld.c
724F: hw/pci-host/grackle.c
725F: hw/misc/macio/
726F: hw/intc/heathrow_pic.c
727
728PReP
729M: Hervé Poussineau <hpoussin@reactos.org>
730L: qemu-devel@nongnu.org
731L: qemu-ppc@nongnu.org
732S: Maintained
733F: hw/ppc/prep.c
734F: hw/ppc/prep_systemio.c
735F: hw/ppc/rs6000_mc.c
736F: hw/pci-host/prep.[hc]
737F: hw/isa/i82378.c
738F: hw/isa/pc87312.[hc]
739F: hw/dma/i82374.c
740F: hw/timer/m48t59-isa.c
741F: include/hw/timer/m48t59.h
742F: pc-bios/ppc_rom.bin
743
744sPAPR
745M: David Gibson <david@gibson.dropbear.id.au>
746M: Alexander Graf <agraf@suse.de>
747L: qemu-ppc@nongnu.org
748S: Supported
749F: hw/*/spapr*
750F: include/hw/*/spapr*
751F: hw/*/xics*
752F: include/hw/*/xics*
753F: pc-bios/spapr-rtas/*
754F: pc-bios/spapr-rtas.bin
755F: pc-bios/slof.bin
756F: pc-bios/skiboot.lid
757F: docs/specs/ppc-spapr-hcalls.txt
758F: docs/specs/ppc-spapr-hotplug.txt
759F: tests/spapr*
760F: tests/libqos/*spapr*
761F: tests/rtas*
762F: tests/libqos/rtas*
763
764virtex_ml507
765M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
766L: qemu-ppc@nongnu.org
767S: Odd Fixes
768F: hw/ppc/virtex_ml507.c
769
770sam460ex
771M: BALATON Zoltan <balaton@eik.bme.hu>
772L: qemu-ppc@nongnu.org
773S: Maintained
774F: hw/ide/sii3112.c
775
776SH4 Machines
777------------
778R2D
779M: Magnus Damm <magnus.damm@gmail.com>
780S: Maintained
781F: hw/sh4/r2d.c
782F: hw/intc/sh_intc.c
783F: hw/timer/sh_timer.c
784
785Shix
786M: Magnus Damm <magnus.damm@gmail.com>
787S: Odd Fixes
788F: hw/sh4/shix.c
789
790SPARC Machines
791--------------
792Sun4m
793M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
794S: Maintained
795F: hw/sparc/sun4m.c
796F: hw/dma/sparc32_dma.c
797F: hw/dma/sun4m_iommu.c
798F: hw/misc/eccmemctl.c
799F: hw/misc/slavio_misc.c
800F: include/hw/sparc/sparc32_dma.h
801F: include/hw/sparc/sun4m.h
802F: pc-bios/openbios-sparc32
803
804Sun4u
805M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
806S: Maintained
807F: hw/sparc64/sun4u.c
808F: pc-bios/openbios-sparc64
809
810Sun4v
811M: Artyom Tarasenko <atar4qemu@gmail.com>
812S: Maintained
813F: hw/sparc64/niagara.c
814F: hw/timer/sun4v-rtc.c
815F: include/hw/timer/sun4v-rtc.h
816
817Leon3
818M: Fabien Chouteau <chouteau@adacore.com>
819S: Maintained
820F: hw/sparc/leon3.c
821F: hw/*/grlib*
822F: include/hw/sparc/grlib.h
823
824S390 Machines
825-------------
826S390 Virtio-ccw
827M: Cornelia Huck <cohuck@redhat.com>
828M: Christian Borntraeger <borntraeger@de.ibm.com>
829M: Alexander Graf <agraf@suse.de>
830S: Supported
831F: hw/char/sclp*.[hc]
832F: hw/char/terminal3270.c
833F: hw/s390x/
834F: include/hw/s390x/
835F: pc-bios/s390-ccw/
836F: hw/watchdog/wdt_diag288.c
837F: include/hw/watchdog/wdt_diag288.h
838F: pc-bios/s390-ccw.img
839F: default-configs/s390x-softmmu.mak
840T: git git://github.com/cohuck/qemu.git s390-next
841T: git git://github.com/borntraeger/qemu.git s390-next
842L: qemu-s390x@nongnu.org
843
844UniCore32 Machines
845-------------
846PKUnity-3 SoC initramfs-with-busybox
847M: Guan Xuetao <gxt@mprc.pku.edu.cn>
848S: Maintained
849F: hw/*/puv3*
850F: hw/unicore32/
851
852X86 Machines
853------------
854PC
855M: Michael S. Tsirkin <mst@redhat.com>
856M: Marcel Apfelbaum <marcel@redhat.com>
857S: Supported
858F: include/hw/i386/
859F: hw/i386/
860F: hw/pci-host/piix.c
861F: hw/pci-host/q35.c
862F: hw/pci-host/pam.c
863F: include/hw/pci-host/q35.h
864F: include/hw/pci-host/pam.h
865F: hw/isa/piix4.c
866F: hw/isa/lpc_ich9.c
867F: hw/i2c/smbus_ich9.c
868F: hw/acpi/piix4.c
869F: hw/acpi/ich9.c
870F: include/hw/acpi/ich9.h
871F: include/hw/acpi/piix4.h
872F: hw/misc/sga.c
873
874PC Chipset
875M: Michael S. Tsirkin <mst@redhat.com>
876M: Paolo Bonzini <pbonzini@redhat.com>
877S: Supported
878F: hw/char/debugcon.c
879F: hw/char/parallel.c
880F: hw/char/serial*
881F: hw/dma/i8257*
882F: hw/i2c/pm_smbus.c
883F: hw/input/pckbd.c
884F: hw/intc/apic*
885F: hw/intc/ioapic*
886F: hw/intc/i8259*
887F: hw/misc/debugexit.c
888F: hw/misc/pc-testdev.c
889F: hw/timer/hpet*
890F: hw/timer/i8254*
891F: hw/timer/mc146818rtc*
892F: hw/watchdog/wdt_ib700.c
893F: include/hw/display/vga.h
894F: include/hw/i2c/pm_smbus.h
895F: include/hw/isa/i8257.h
896F: include/hw/timer/hpet.h
897F: include/hw/timer/i8254*
898F: include/hw/timer/mc146818rtc*
899
900Machine core
901M: Eduardo Habkost <ehabkost@redhat.com>
902M: Marcel Apfelbaum <marcel@redhat.com>
903S: Supported
904F: hw/core/machine.c
905F: hw/core/null-machine.c
906F: include/hw/boards.h
907T: git git://github.com/ehabkost/qemu.git machine-next
908
909Xtensa Machines
910---------------
911sim
912M: Max Filippov <jcmvbkbc@gmail.com>
913S: Maintained
914F: hw/xtensa/sim.c
915
916XTFPGA (LX60, LX200, ML605, KC705)
917M: Max Filippov <jcmvbkbc@gmail.com>
918S: Maintained
919F: hw/xtensa/xtfpga.c
920F: hw/net/opencores_eth.c
921
922Devices
923-------
924EDU
925M: Jiri Slaby <jslaby@suse.cz>
926S: Maintained
927F: hw/misc/edu.c
928
929IDE
930M: John Snow <jsnow@redhat.com>
931L: qemu-block@nongnu.org
932S: Supported
933F: include/hw/ide.h
934F: include/hw/ide/
935F: hw/ide/
936F: hw/block/block.c
937F: hw/block/cdrom.c
938F: hw/block/hd-geometry.c
939F: tests/ide-test.c
940F: tests/ahci-test.c
941F: tests/libqos/ahci*
942T: git git://github.com/jnsnow/qemu.git ide
943
944IPMI
945M: Corey Minyard <minyard@acm.org>
946S: Maintained
947F: include/hw/ipmi/*
948F: hw/ipmi/*
949F: hw/smbios/smbios_type_38.c
950F: tests/ipmi*
951T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
952
953Floppy
954M: John Snow <jsnow@redhat.com>
955L: qemu-block@nongnu.org
956S: Supported
957F: hw/block/fdc.c
958F: include/hw/block/fdc.h
959F: tests/fdc-test.c
960T: git git://github.com/jnsnow/qemu.git ide
961
962OMAP
963M: Peter Maydell <peter.maydell@linaro.org>
964S: Maintained
965F: hw/*/omap*
966F: include/hw/arm/omap.h
967
968IPack
969M: Alberto Garcia <berto@igalia.com>
970S: Odd Fixes
971F: hw/char/ipoctal232.c
972F: hw/ipack/
973
974PCI
975M: Michael S. Tsirkin <mst@redhat.com>
976M: Marcel Apfelbaum <marcel@redhat.com>
977S: Supported
978F: include/hw/pci/*
979F: hw/misc/pci-testdev.c
980F: hw/pci/*
981F: hw/pci-bridge/*
982F: docs/pci*
983F: docs/specs/*pci*
984F: default-configs/pci.mak
985
986ACPI/SMBIOS
987M: Michael S. Tsirkin <mst@redhat.com>
988M: Igor Mammedov <imammedo@redhat.com>
989S: Supported
990F: include/hw/acpi/*
991F: include/hw/smbios/*
992F: hw/mem/*
993F: hw/acpi/*
994F: hw/smbios/*
995F: hw/i386/acpi-build.[hc]
996F: hw/arm/virt-acpi-build.c
997F: tests/bios-tables-test.c
998F: tests/acpi-utils.[hc]
999
1000ppc4xx
1001M: Alexander Graf <agraf@suse.de>
1002L: qemu-ppc@nongnu.org
1003S: Odd Fixes
1004F: hw/ppc/ppc4*.c
1005F: hw/i2c/ppc4xx_i2c.c
1006F: include/hw/ppc/ppc4xx.h
1007F: include/hw/i2c/ppc4xx_i2c.h
1008
1009ppce500
1010M: Alexander Graf <agraf@suse.de>
1011L: qemu-ppc@nongnu.org
1012S: Supported
1013F: hw/ppc/e500*
1014F: hw/pci-host/ppce500.c
1015F: hw/net/fsl_etsec/
1016
1017Character devices
1018M: Paolo Bonzini <pbonzini@redhat.com>
1019S: Odd Fixes
1020F: hw/char/
1021
1022Network devices
1023M: Jason Wang <jasowang@redhat.com>
1024S: Odd Fixes
1025F: hw/net/
1026F: include/hw/net/
1027F: tests/virtio-net-test.c
1028T: git git://github.com/jasowang/qemu.git net
1029
1030SCSI
1031M: Paolo Bonzini <pbonzini@redhat.com>
1032R: Fam Zheng <famz@redhat.com>
1033S: Supported
1034F: include/hw/scsi/*
1035F: hw/scsi/*
1036F: tests/virtio-scsi-test.c
1037T: git git://github.com/bonzini/qemu.git scsi-next
1038
1039SSI
1040M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1041M: Alistair Francis <alistair.francis@xilinx.com>
1042S: Maintained
1043F: hw/ssi/*
1044F: hw/block/m25p80.c
1045F: include/hw/ssi/ssi.h
1046X: hw/ssi/xilinx_*
1047F: tests/m25p80-test.c
1048
1049Xilinx SPI
1050M: Alistair Francis <alistair.francis@xilinx.com>
1051M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1052S: Maintained
1053F: hw/ssi/xilinx_*
1054
1055USB
1056M: Gerd Hoffmann <kraxel@redhat.com>
1057S: Maintained
1058F: hw/usb/*
1059F: tests/usb-*-test.c
1060F: docs/usb2.txt
1061F: docs/usb-storage.txt
1062F: include/hw/usb.h
1063F: include/hw/usb/
1064F: default-configs/usb.mak
1065
1066USB (serial adapter)
1067M: Gerd Hoffmann <kraxel@redhat.com>
1068M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1069S: Maintained
1070F: hw/usb/dev-serial.c
1071
1072VFIO
1073M: Alex Williamson <alex.williamson@redhat.com>
1074S: Supported
1075F: hw/vfio/*
1076F: include/hw/vfio/
1077
1078vfio-ccw
1079M: Cornelia Huck <cohuck@redhat.com>
1080S: Supported
1081F: hw/vfio/ccw.c
1082F: hw/s390x/s390-ccw.c
1083F: include/hw/s390x/s390-ccw.h
1084T: git git://github.com/cohuck/qemu.git s390-next
1085L: qemu-s390x@nongnu.org
1086
1087vhost
1088M: Michael S. Tsirkin <mst@redhat.com>
1089S: Supported
1090F: hw/*/*vhost*
1091F: docs/interop/vhost-user.txt
1092
1093virtio
1094M: Michael S. Tsirkin <mst@redhat.com>
1095S: Supported
1096F: hw/*/virtio*
1097F: hw/virtio/Makefile.objs
1098F: hw/virtio/trace-events
1099F: net/vhost-user.c
1100F: include/hw/virtio/
1101F: tests/virtio-balloon-test.c
1102
1103virtio-9p
1104M: Greg Kurz <groug@kaod.org>
1105S: Supported
1106F: hw/9pfs/
1107F: fsdev/
1108F: tests/virtio-9p-test.c
1109T: git git://github.com/gkurz/qemu.git 9p-next
1110
1111virtio-blk
1112M: Stefan Hajnoczi <stefanha@redhat.com>
1113L: qemu-block@nongnu.org
1114S: Supported
1115F: hw/block/virtio-blk.c
1116F: hw/block/dataplane/*
1117F: tests/virtio-blk-test.c
1118T: git git://github.com/stefanha/qemu.git block
1119
1120virtio-ccw
1121M: Cornelia Huck <cohuck@redhat.com>
1122M: Christian Borntraeger <borntraeger@de.ibm.com>
1123S: Supported
1124F: hw/s390x/virtio-ccw.[hc]
1125T: git git://github.com/cohuck/qemu.git s390-next
1126T: git git://github.com/borntraeger/qemu.git s390-next
1127L: qemu-s390x@nongnu.org
1128
1129virtio-input
1130M: Gerd Hoffmann <kraxel@redhat.com>
1131S: Maintained
1132F: hw/input/virtio-input*.c
1133F: include/hw/virtio/virtio-input.h
1134
1135virtio-serial
1136M: Amit Shah <amit@kernel.org>
1137S: Supported
1138F: hw/char/virtio-serial-bus.c
1139F: hw/char/virtio-console.c
1140F: include/hw/virtio/virtio-serial.h
1141F: tests/virtio-console-test.c
1142F: tests/virtio-serial-test.c
1143
1144virtio-rng
1145M: Amit Shah <amit@kernel.org>
1146S: Supported
1147F: hw/virtio/virtio-rng.c
1148F: include/hw/virtio/virtio-rng.h
1149F: include/sysemu/rng*.h
1150F: backends/rng*.c
1151F: tests/virtio-rng-test.c
1152
1153virtio-crypto
1154M: Gonglei <arei.gonglei@huawei.com>
1155S: Supported
1156F: hw/virtio/virtio-crypto.c
1157F: hw/virtio/virtio-crypto-pci.c
1158F: include/hw/virtio/virtio-crypto.h
1159
1160nvme
1161M: Keith Busch <keith.busch@intel.com>
1162L: qemu-block@nongnu.org
1163S: Supported
1164F: hw/block/nvme*
1165F: tests/nvme-test.c
1166
1167megasas
1168M: Hannes Reinecke <hare@suse.com>
1169L: qemu-block@nongnu.org
1170S: Supported
1171F: hw/scsi/megasas.c
1172F: hw/scsi/mfi.h
1173F: tests/megasas-test.c
1174
1175Network packet abstractions
1176M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1177S: Maintained
1178F: include/net/eth.h
1179F: net/eth.c
1180F: hw/net/net_rx_pkt*
1181F: hw/net/net_tx_pkt*
1182
1183Vmware
1184M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1185S: Maintained
1186F: hw/net/vmxnet*
1187F: hw/scsi/vmw_pvscsi*
1188F: tests/vmxnet3-test.c
1189
1190Rocker
1191M: Jiri Pirko <jiri@resnulli.us>
1192S: Maintained
1193F: hw/net/rocker/
1194F: tests/rocker/
1195F: docs/specs/rocker.txt
1196
1197NVDIMM
1198M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1199S: Maintained
1200F: hw/acpi/nvdimm.c
1201F: hw/mem/nvdimm.c
1202F: include/hw/mem/nvdimm.h
1203
1204e1000x
1205M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1206S: Maintained
1207F: hw/net/e1000x*
1208
1209e1000e
1210M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1211S: Maintained
1212F: hw/net/e1000e*
1213
1214eepro100
1215M: Stefan Weil <sw@weilnetz.de>
1216S: Maintained
1217F: hw/net/eepro100.c
1218
1219Generic Loader
1220M: Alistair Francis <alistair.francis@xilinx.com>
1221S: Maintained
1222F: hw/core/generic-loader.c
1223F: include/hw/core/generic-loader.h
1224F: docs/generic-loader.txt
1225
1226CHRP NVRAM
1227M: Thomas Huth <thuth@redhat.com>
1228S: Maintained
1229F: hw/nvram/chrp_nvram.c
1230F: include/hw/nvram/chrp_nvram.h
1231F: tests/prom-env-test.c
1232
1233VM Generation ID
1234M: Ben Warren <ben@skyportsystems.com>
1235S: Maintained
1236F: hw/acpi/vmgenid.c
1237F: include/hw/acpi/vmgenid.h
1238F: docs/specs/vmgenid.txt
1239F: tests/vmgenid-test.c
1240F: stubs/vmgenid.c
1241
1242Unimplemented device
1243M: Peter Maydell <peter.maydell@linaro.org>
1244R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1245S: Maintained
1246F: include/hw/misc/unimp.h
1247F: hw/misc/unimp.c
1248
1249Subsystems
1250----------
1251Audio
1252M: Gerd Hoffmann <kraxel@redhat.com>
1253S: Maintained
1254F: audio/
1255F: hw/audio/
1256F: include/hw/audio/
1257F: tests/ac97-test.c
1258F: tests/es1370-test.c
1259F: tests/intel-hda-test.c
1260
1261Block layer core
1262M: Kevin Wolf <kwolf@redhat.com>
1263M: Max Reitz <mreitz@redhat.com>
1264L: qemu-block@nongnu.org
1265S: Supported
1266F: block*
1267F: block/
1268F: hw/block/
1269F: include/block/
1270F: qemu-img*
1271F: qemu-io*
1272F: tests/qemu-iotests/
1273F: util/qemu-progress.c
1274T: git git://repo.or.cz/qemu/kevin.git block
1275
1276Block I/O path
1277M: Stefan Hajnoczi <stefanha@redhat.com>
1278M: Fam Zheng <famz@redhat.com>
1279L: qemu-block@nongnu.org
1280S: Supported
1281F: util/async.c
1282F: util/aio-*.c
1283F: block/io.c
1284F: migration/block*
1285F: include/block/aio.h
1286F: scripts/qemugdb/aio.py
1287T: git git://github.com/stefanha/qemu.git block
1288
1289Block SCSI subsystem
1290M: Paolo Bonzini <pbonzini@redhat.com>
1291R: Fam Zheng <famz@redhat.com>
1292L: qemu-block@nongnu.org
1293S: Supported
1294F: include/scsi/*
1295F: scsi/*
1296
1297Block Jobs
1298M: Jeff Cody <jcody@redhat.com>
1299L: qemu-block@nongnu.org
1300S: Supported
1301F: blockjob.c
1302F: include/block/blockjob.h
1303F: block/backup.c
1304F: block/commit.c
1305F: block/stream.c
1306F: block/mirror.c
1307T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1308
1309Block QAPI, monitor, command line
1310M: Markus Armbruster <armbru@redhat.com>
1311S: Supported
1312F: blockdev.c
1313F: block/qapi.c
1314F: qapi/block*.json
1315F: qapi/transaction.json
1316T: git git://repo.or.cz/qemu/armbru.git block-next
1317
1318Dirty Bitmaps
1319M: Fam Zheng <famz@redhat.com>
1320M: John Snow <jsnow@redhat.com>
1321L: qemu-block@nongnu.org
1322S: Supported
1323F: util/hbitmap.c
1324F: block/dirty-bitmap.c
1325F: include/qemu/hbitmap.h
1326F: include/block/dirty-bitmap.h
1327F: tests/test-hbitmap.c
1328F: docs/interop/bitmaps.rst
1329T: git git://github.com/famz/qemu.git bitmaps
1330T: git git://github.com/jnsnow/qemu.git bitmaps
1331
1332Character device backends
1333M: Paolo Bonzini <pbonzini@redhat.com>
1334M: Marc-André Lureau <marcandre.lureau@redhat.com>
1335S: Maintained
1336F: chardev/
1337F: include/chardev/
1338F: qapi/char.json
1339
1340Character Devices (Braille)
1341M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1342S: Maintained
1343F: chardev/baum.c
1344
1345Command line option argument parsing
1346M: Markus Armbruster <armbru@redhat.com>
1347S: Supported
1348F: include/qemu/option.h
1349F: tests/test-keyval.c
1350F: tests/test-qemu-opts.c
1351F: util/keyval.c
1352F: util/qemu-option.c
1353
1354Coverity model
1355M: Markus Armbruster <armbru@redhat.com>
1356S: Supported
1357F: scripts/coverity-model.c
1358
1359CPU
1360L: qemu-devel@nongnu.org
1361S: Supported
1362F: qom/cpu.c
1363F: include/qom/cpu.h
1364
1365Device Tree
1366M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1367M: Alexander Graf <agraf@suse.de>
1368S: Maintained
1369F: device_tree.c
1370F: include/sysemu/device_tree.h
1371
1372Dump
1373S: Supported
1374M: Marc-André Lureau <marcandre.lureau@redhat.com>
1375F: dump.c
1376F: hw/misc/vmcoreinfo.c
1377F: include/hw/misc/vmcoreinfo.h
1378F: include/sysemu/dump-arch.h
1379F: include/sysemu/dump.h
1380F: scripts/dump-guest-memory.py
1381F: stubs/dump.c
1382
1383Error reporting
1384M: Markus Armbruster <armbru@redhat.com>
1385S: Supported
1386F: include/qapi/error.h
1387F: include/qemu/error-report.h
1388F: util/error.c
1389F: util/qemu-error.c
1390
1391GDB stub
1392L: qemu-devel@nongnu.org
1393S: Odd Fixes
1394F: gdbstub*
1395F: gdb-xml/
1396
1397Memory API
1398M: Paolo Bonzini <pbonzini@redhat.com>
1399S: Supported
1400F: include/exec/ioport.h
1401F: ioport.c
1402F: include/exec/memory.h
1403F: include/exec/ram_addr.h
1404F: memory.c
1405F: include/exec/memory-internal.h
1406F: exec.c
1407
1408SPICE
1409M: Gerd Hoffmann <kraxel@redhat.com>
1410S: Supported
1411F: include/ui/qemu-spice.h
1412F: include/ui/spice-display.h
1413F: ui/spice-*.c
1414F: audio/spiceaudio.c
1415F: hw/display/qxl*
1416F: qapi/ui.json
1417
1418Graphics
1419M: Gerd Hoffmann <kraxel@redhat.com>
1420S: Odd Fixes
1421F: ui/
1422F: include/ui/
1423F: qapi/ui.json
1424
1425Cocoa graphics
1426M: Peter Maydell <peter.maydell@linaro.org>
1427S: Odd Fixes
1428F: ui/cocoa.m
1429
1430Main loop
1431M: Paolo Bonzini <pbonzini@redhat.com>
1432S: Maintained
1433F: cpus.c
1434F: util/main-loop.c
1435F: util/qemu-timer.c
1436F: vl.c
1437F: qapi/run-state.json
1438
1439Human Monitor (HMP)
1440M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1441S: Maintained
1442F: monitor.c
1443F: hmp.[ch]
1444F: hmp-commands*.hx
1445F: include/monitor/hmp-target.h
1446F: tests/test-hmp.c
1447
1448Network device backends
1449M: Jason Wang <jasowang@redhat.com>
1450S: Maintained
1451F: net/
1452F: include/net/
1453T: git git://github.com/jasowang/qemu.git net
1454F: qapi/net.json
1455
1456Netmap network backend
1457M: Luigi Rizzo <rizzo@iet.unipi.it>
1458M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1459M: Vincenzo Maffione <v.maffione@gmail.com>
1460W: http://info.iet.unipi.it/~luigi/netmap/
1461S: Maintained
1462F: net/netmap.c
1463
1464NUMA
1465M: Eduardo Habkost <ehabkost@redhat.com>
1466S: Maintained
1467F: numa.c
1468F: include/sysemu/numa.h
1469T: git git://github.com/ehabkost/qemu.git machine-next
1470
1471Host Memory Backends
1472M: Eduardo Habkost <ehabkost@redhat.com>
1473M: Igor Mammedov <imammedo@redhat.com>
1474S: Maintained
1475F: backends/hostmem*.c
1476F: include/sysemu/hostmem.h
1477T: git git://github.com/ehabkost/qemu.git machine-next
1478
1479Cryptodev Backends
1480M: Gonglei <arei.gonglei@huawei.com>
1481S: Maintained
1482F: include/sysemu/cryptodev*.h
1483F: backends/cryptodev*.c
1484
1485Python scripts
1486M: Eduardo Habkost <ehabkost@redhat.com>
1487M: Cleber Rosa <crosa@redhat.com>
1488S: Odd fixes
1489F: scripts/qmp/*
1490F: scripts/*.py
1491F: tests/*.py
1492
1493QAPI
1494M: Markus Armbruster <armbru@redhat.com>
1495M: Michael Roth <mdroth@linux.vnet.ibm.com>
1496S: Supported
1497F: qapi/
1498X: qapi/*.json
1499F: include/qapi/
1500X: include/qapi/qmp/
1501F: include/qapi/qmp/dispatch.h
1502F: tests/qapi-schema/
1503F: tests/test-*-visitor.c
1504F: tests/test-qapi-*.c
1505F: tests/test-qmp-*.c
1506F: tests/test-visitor-serialization.c
1507F: scripts/qapi*
1508F: docs/devel/qapi*
1509T: git git://repo.or.cz/qemu/armbru.git qapi-next
1510
1511QAPI Schema
1512M: Eric Blake <eblake@redhat.com>
1513M: Markus Armbruster <armbru@redhat.com>
1514S: Supported
1515F: qapi-schema.json
1516F: qapi/*.json
1517T: git git://repo.or.cz/qemu/armbru.git qapi-next
1518
1519QObject
1520M: Markus Armbruster <armbru@redhat.com>
1521S: Supported
1522F: qobject/
1523F: include/qapi/qmp/
1524X: include/qapi/qmp/dispatch.h
1525F: scripts/coccinelle/qobject.cocci
1526F: tests/check-qdict.c
1527F: tests/check-qnum.c
1528F: tests/check-qjson.c
1529F: tests/check-qlist.c
1530F: tests/check-qstring.c
1531T: git git://repo.or.cz/qemu/armbru.git qapi-next
1532
1533QEMU Guest Agent
1534M: Michael Roth <mdroth@linux.vnet.ibm.com>
1535S: Maintained
1536F: qga/
1537F: qemu-ga.texi
1538F: scripts/qemu-guest-agent/
1539F: tests/test-qga.c
1540F: docs/interop/qemu-ga-ref.texi
1541T: git git://github.com/mdroth/qemu.git qga
1542
1543QOM
1544M: Andreas Färber <afaerber@suse.de>
1545S: Supported
1546T: git git://github.com/afaerber/qemu-cpu.git qom-next
1547F: include/qom/
1548X: include/qom/cpu.h
1549F: qom/
1550X: qom/cpu.c
1551F: tests/check-qom-interface.c
1552F: tests/check-qom-proplist.c
1553F: tests/qom-test.c
1554
1555QMP
1556M: Markus Armbruster <armbru@redhat.com>
1557S: Supported
1558F: qmp.c
1559F: monitor.c
1560F: docs/devel/*qmp-*
1561F: scripts/qmp/
1562F: tests/qmp-test.c
1563T: git git://repo.or.cz/qemu/armbru.git qapi-next
1564
1565Register API
1566M: Alistair Francis <alistair.francis@xilinx.com>
1567S: Maintained
1568F: hw/core/register.c
1569F: include/hw/register.h
1570F: include/hw/registerfields.h
1571
1572SLIRP
1573M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1574M: Jan Kiszka <jan.kiszka@siemens.com>
1575S: Maintained
1576F: slirp/
1577F: net/slirp.c
1578F: include/net/slirp.h
1579T: git git://git.kiszka.org/qemu.git queues/slirp
1580
1581Stubs
1582M: Paolo Bonzini <pbonzini@redhat.com>
1583S: Maintained
1584F: stubs/
1585
1586Tracing
1587M: Stefan Hajnoczi <stefanha@redhat.com>
1588S: Maintained
1589F: trace/
1590F: scripts/tracetool.py
1591F: scripts/tracetool/
1592F: docs/devel/tracing.txt
1593T: git git://github.com/stefanha/qemu.git tracing
1594
1595TPM
1596M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1597S: Maintained
1598F: tpm.c
1599F: stubs/tpm.c
1600F: hw/tpm/*
1601F: include/hw/acpi/tpm.h
1602F: include/sysemu/tpm*
1603F: qapi/tpm.json
1604F: backends/tpm.c
1605T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1606
1607Checkpatch
1608S: Odd Fixes
1609F: scripts/checkpatch.pl
1610
1611Migration
1612M: Juan Quintela <quintela@redhat.com>
1613M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1614S: Maintained
1615F: include/migration/
1616F: migration/
1617F: scripts/vmstate-static-checker.py
1618F: tests/vmstate-static-checker-data/
1619F: tests/migration-test.c
1620F: docs/devel/migration.txt
1621F: qapi/migration.json
1622
1623Seccomp
1624M: Eduardo Otubo <otubo@redhat.com>
1625S: Supported
1626F: qemu-seccomp.c
1627F: include/sysemu/seccomp.h
1628
1629Cryptography
1630M: Daniel P. Berrange <berrange@redhat.com>
1631S: Maintained
1632F: crypto/
1633F: include/crypto/
1634F: tests/test-crypto-*
1635F: tests/benchmark-crypto-*
1636F: qemu.sasl
1637
1638Coroutines
1639M: Stefan Hajnoczi <stefanha@redhat.com>
1640M: Kevin Wolf <kwolf@redhat.com>
1641F: util/*coroutine*
1642F: include/qemu/coroutine*
1643F: tests/test-coroutine.c
1644
1645Buffers
1646M: Daniel P. Berrange <berrange@redhat.com>
1647S: Odd fixes
1648F: util/buffer.c
1649F: include/qemu/buffer.h
1650
1651I/O Channels
1652M: Daniel P. Berrange <berrange@redhat.com>
1653S: Maintained
1654F: io/
1655F: include/io/
1656F: tests/test-io-*
1657
1658Sockets
1659M: Daniel P. Berrange <berrange@redhat.com>
1660M: Gerd Hoffmann <kraxel@redhat.com>
1661M: Paolo Bonzini <pbonzini@redhat.com>
1662S: Maintained
1663F: include/qemu/sockets.h
1664F: util/qemu-sockets.c
1665F: qapi/sockets.json
1666
1667Throttling infrastructure
1668M: Alberto Garcia <berto@igalia.com>
1669S: Supported
1670F: block/throttle-groups.c
1671F: include/block/throttle-groups.h
1672F: include/qemu/throttle*.h
1673F: util/throttle.c
1674F: docs/throttle.txt
1675F: tests/test-throttle.c
1676L: qemu-block@nongnu.org
1677
1678UUID
1679M: Fam Zheng <famz@redhat.com>
1680S: Supported
1681F: util/uuid.c
1682F: include/qemu/uuid.h
1683F: tests/test-uuid.c
1684
1685COLO Framework
1686M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1687S: Maintained
1688F: migration/colo*
1689F: include/migration/colo.h
1690F: include/migration/failover.h
1691F: docs/COLO-FT.txt
1692
1693COLO Proxy
1694M: Zhang Chen <zhangckid@gmail.com>
1695M: Li Zhijian <lizhijian@cn.fujitsu.com>
1696S: Supported
1697F: docs/colo-proxy.txt
1698F: net/colo*
1699F: net/filter-rewriter.c
1700F: net/filter-mirror.c
1701
1702Record/replay
1703M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1704R: Paolo Bonzini <pbonzini@redhat.com>
1705W: https://wiki.qemu.org/Features/record-replay
1706S: Supported
1707F: replay/*
1708F: block/blkreplay.c
1709F: net/filter-replay.c
1710F: include/sysemu/replay.h
1711F: docs/replay.txt
1712F: stubs/replay.c
1713
1714Usermode Emulation
1715------------------
1716Overall
1717M: Riku Voipio <riku.voipio@iki.fi>
1718S: Maintained
1719F: thunk.c
1720F: accel/tcg/user-exec*.c
1721
1722BSD user
1723S: Orphan
1724F: bsd-user/
1725F: default-configs/*-bsd-user.mak
1726
1727Linux user
1728M: Riku Voipio <riku.voipio@iki.fi>
1729R: Laurent Vivier <laurent@vivier.eu>
1730S: Maintained
1731F: linux-user/
1732F: default-configs/*-linux-user.mak
1733
1734Tiny Code Generator (TCG)
1735-------------------------
1736Common code
1737M: Richard Henderson <rth@twiddle.net>
1738S: Maintained
1739F: tcg/
1740
1741AArch64 target
1742M: Claudio Fontana <claudio.fontana@huawei.com>
1743M: Claudio Fontana <claudio.fontana@gmail.com>
1744S: Maintained
1745L: qemu-arm@nongnu.org
1746F: tcg/aarch64/
1747F: disas/arm-a64.cc
1748F: disas/libvixl/
1749
1750ARM target
1751M: Andrzej Zaborowski <balrogg@gmail.com>
1752S: Maintained
1753L: qemu-arm@nongnu.org
1754F: tcg/arm/
1755F: disas/arm.c
1756
1757i386 target
1758L: qemu-devel@nongnu.org
1759S: Maintained
1760F: tcg/i386/
1761F: disas/i386.c
1762
1763MIPS target
1764M: Aurelien Jarno <aurelien@aurel32.net>
1765S: Maintained
1766F: tcg/mips/
1767F: disas/mips.c
1768
1769PPC
1770M: Richard Henderson <rth@twiddle.net>
1771S: Odd Fixes
1772F: tcg/ppc/
1773F: disas/ppc.c
1774
1775S390 target
1776M: Alexander Graf <agraf@suse.de>
1777M: Richard Henderson <rth@twiddle.net>
1778S: Maintained
1779F: tcg/s390/
1780F: disas/s390.c
1781L: qemu-s390x@nongnu.org
1782
1783SPARC target
1784S: Odd Fixes
1785F: tcg/sparc/
1786F: disas/sparc.c
1787
1788TCI target
1789M: Stefan Weil <sw@weilnetz.de>
1790S: Maintained
1791F: tcg/tci/
1792F: tcg/tci.c
1793F: disas/tci.c
1794
1795Block drivers
1796-------------
1797VMDK
1798M: Fam Zheng <famz@redhat.com>
1799L: qemu-block@nongnu.org
1800S: Supported
1801F: block/vmdk.c
1802
1803RBD
1804M: Josh Durgin <jdurgin@redhat.com>
1805M: Jeff Cody <jcody@redhat.com>
1806L: qemu-block@nongnu.org
1807S: Supported
1808F: block/rbd.c
1809T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1810
1811Sheepdog
1812M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1813M: Liu Yuan <namei.unix@gmail.com>
1814M: Jeff Cody <jcody@redhat.com>
1815L: qemu-block@nongnu.org
1816L: sheepdog@lists.wpkg.org
1817S: Supported
1818F: block/sheepdog.c
1819T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1820
1821VHDX
1822M: Jeff Cody <jcody@redhat.com>
1823L: qemu-block@nongnu.org
1824S: Supported
1825F: block/vhdx*
1826T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1827
1828VDI
1829M: Stefan Weil <sw@weilnetz.de>
1830L: qemu-block@nongnu.org
1831S: Maintained
1832F: block/vdi.c
1833
1834iSCSI
1835M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1836M: Paolo Bonzini <pbonzini@redhat.com>
1837M: Peter Lieven <pl@kamp.de>
1838L: qemu-block@nongnu.org
1839S: Supported
1840F: block/iscsi.c
1841F: block/iscsi-opts.c
1842
1843Network Block Device (NBD)
1844M: Eric Blake <eblake@redhat.com>
1845M: Paolo Bonzini <pbonzini@redhat.com>
1846L: qemu-block@nongnu.org
1847S: Maintained
1848F: block/nbd*
1849F: nbd/
1850F: include/block/nbd*
1851F: qemu-nbd.*
1852F: blockdev-nbd.c
1853T: git git://repo.or.cz/qemu/ericb.git nbd
1854
1855NFS
1856M: Jeff Cody <jcody@redhat.com>
1857M: Peter Lieven <pl@kamp.de>
1858L: qemu-block@nongnu.org
1859S: Maintained
1860F: block/nfs.c
1861T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1862
1863SSH
1864M: Richard W.M. Jones <rjones@redhat.com>
1865M: Jeff Cody <jcody@redhat.com>
1866L: qemu-block@nongnu.org
1867S: Supported
1868F: block/ssh.c
1869T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1870
1871CURL
1872M: Jeff Cody <jcody@redhat.com>
1873L: qemu-block@nongnu.org
1874S: Supported
1875F: block/curl.c
1876T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1877
1878GLUSTER
1879M: Jeff Cody <jcody@redhat.com>
1880L: qemu-block@nongnu.org
1881S: Supported
1882F: block/gluster.c
1883T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1884
1885Null Block Driver
1886M: Fam Zheng <famz@redhat.com>
1887L: qemu-block@nongnu.org
1888S: Supported
1889F: block/null.c
1890
1891Bootdevice
1892M: Gonglei <arei.gonglei@huawei.com>
1893S: Maintained
1894F: bootdevice.c
1895
1896Quorum
1897M: Alberto Garcia <berto@igalia.com>
1898S: Supported
1899F: block/quorum.c
1900L: qemu-block@nongnu.org
1901
1902blkverify
1903M: Stefan Hajnoczi <stefanha@redhat.com>
1904L: qemu-block@nongnu.org
1905S: Supported
1906F: block/blkverify.c
1907
1908bochs
1909M: Stefan Hajnoczi <stefanha@redhat.com>
1910L: qemu-block@nongnu.org
1911S: Supported
1912F: block/bochs.c
1913
1914cloop
1915M: Stefan Hajnoczi <stefanha@redhat.com>
1916L: qemu-block@nongnu.org
1917S: Supported
1918F: block/cloop.c
1919
1920dmg
1921M: Stefan Hajnoczi <stefanha@redhat.com>
1922L: qemu-block@nongnu.org
1923S: Supported
1924F: block/dmg.c
1925
1926parallels
1927M: Stefan Hajnoczi <stefanha@redhat.com>
1928M: Denis V. Lunev <den@openvz.org>
1929L: qemu-block@nongnu.org
1930S: Supported
1931F: block/parallels.c
1932F: docs/interop/parallels.txt
1933
1934qed
1935M: Stefan Hajnoczi <stefanha@redhat.com>
1936L: qemu-block@nongnu.org
1937S: Supported
1938F: block/qed.c
1939
1940raw
1941M: Kevin Wolf <kwolf@redhat.com>
1942L: qemu-block@nongnu.org
1943S: Supported
1944F: block/linux-aio.c
1945F: include/block/raw-aio.h
1946F: block/raw-format.c
1947F: block/file-posix.c
1948F: block/file-win32.c
1949F: block/win32-aio.c
1950
1951qcow2
1952M: Kevin Wolf <kwolf@redhat.com>
1953M: Max Reitz <mreitz@redhat.com>
1954L: qemu-block@nongnu.org
1955S: Supported
1956F: block/qcow2*
1957F: docs/interop/qcow2.txt
1958
1959qcow
1960M: Kevin Wolf <kwolf@redhat.com>
1961L: qemu-block@nongnu.org
1962S: Supported
1963F: block/qcow.c
1964
1965blkdebug
1966M: Kevin Wolf <kwolf@redhat.com>
1967M: Max Reitz <mreitz@redhat.com>
1968L: qemu-block@nongnu.org
1969S: Supported
1970F: block/blkdebug.c
1971
1972vpc
1973M: Kevin Wolf <kwolf@redhat.com>
1974L: qemu-block@nongnu.org
1975S: Supported
1976F: block/vpc.c
1977
1978vvfat
1979M: Kevin Wolf <kwolf@redhat.com>
1980L: qemu-block@nongnu.org
1981S: Supported
1982F: block/vvfat.c
1983
1984Image format fuzzer
1985M: Stefan Hajnoczi <stefanha@redhat.com>
1986L: qemu-block@nongnu.org
1987S: Supported
1988F: tests/image-fuzzer/
1989
1990Replication
1991M: Wen Congyang <wencongyang2@huawei.com>
1992M: Xie Changlong <xiechanglong.d@gmail.com>
1993S: Supported
1994F: replication*
1995F: block/replication.c
1996F: tests/test-replication.c
1997F: docs/block-replication.txt
1998
1999Build and test automation
2000-------------------------
2001Build and test automation
2002M: Alex Bennée <alex.bennee@linaro.org>
2003M: Fam Zheng <famz@redhat.com>
2004R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2005L: qemu-devel@nongnu.org
2006S: Maintained
2007F: .travis.yml
2008F: .shippable.yml
2009F: tests/docker/
2010F: tests/vm/
2011W: https://travis-ci.org/qemu/qemu
2012W: https://app.shippable.com/github/qemu/qemu
2013W: http://patchew.org/QEMU/
2014
2015Documentation
2016-------------
2017Build system architecture
2018M: Daniel P. Berrange <berrange@redhat.com>
2019S: Odd Fixes
2020F: docs/devel/build-system.txt
2021
2022Build System
2023------------
2024GIT submodules
2025M: Daniel P. Berrange <berrange@redhat.com>
2026S: Odd Fixes
2027F: scripts/git-submodule.sh
2028