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