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