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