xref: /openbmc/qemu/MAINTAINERS (revision 460b6c8e581aa06b86f59eebd9e52edfe7adf417)
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: 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@imgtec.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
219
220SH4
221M: Aurelien Jarno <aurelien@aurel32.net>
222S: Odd Fixes
223F: target/sh4/
224F: hw/sh4/
225F: disas/sh4.c
226F: include/hw/sh4/
227
228SPARC
229M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
230M: Artyom Tarasenko <atar4qemu@gmail.com>
231S: Maintained
232F: target/sparc/
233F: hw/sparc/
234F: hw/sparc64/
235F: disas/sparc.c
236
237UniCore32
238M: Guan Xuetao <gxt@mprc.pku.edu.cn>
239S: Maintained
240F: target/unicore32/
241F: hw/unicore32/
242F: include/hw/unicore32/
243
244X86
245M: Paolo Bonzini <pbonzini@redhat.com>
246M: Richard Henderson <rth@twiddle.net>
247M: Eduardo Habkost <ehabkost@redhat.com>
248S: Maintained
249F: target/i386/
250F: hw/i386/
251F: disas/i386.c
252T: git git://github.com/ehabkost/qemu.git x86-next
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/char/terminal3270.c
794F: hw/s390x/
795F: include/hw/s390x/
796F: pc-bios/s390-ccw/
797F: hw/watchdog/wdt_diag288.c
798F: include/hw/watchdog/wdt_diag288.h
799F: pc-bios/s390-ccw.img
800F: default-configs/s390x-softmmu.mak
801T: git git://github.com/cohuck/qemu.git s390-next
802T: git git://github.com/borntraeger/qemu.git s390-next
803
804UniCore32 Machines
805-------------
806PKUnity-3 SoC initramfs-with-busybox
807M: Guan Xuetao <gxt@mprc.pku.edu.cn>
808S: Maintained
809F: hw/*/puv3*
810F: hw/unicore32/
811
812X86 Machines
813------------
814PC
815M: Michael S. Tsirkin <mst@redhat.com>
816S: Supported
817F: include/hw/i386/
818F: hw/i386/
819F: hw/pci-host/piix.c
820F: hw/pci-host/q35.c
821F: hw/pci-host/pam.c
822F: include/hw/pci-host/q35.h
823F: include/hw/pci-host/pam.h
824F: hw/isa/piix4.c
825F: hw/isa/lpc_ich9.c
826F: hw/i2c/smbus_ich9.c
827F: hw/acpi/piix4.c
828F: hw/acpi/ich9.c
829F: include/hw/acpi/ich9.h
830F: include/hw/acpi/piix4.h
831F: hw/misc/sga.c
832
833PC Chipset
834M: Michael S. Tsirkin <mst@redhat.com>
835M: Paolo Bonzini <pbonzini@redhat.com>
836S: Support
837F: hw/char/debugcon.c
838F: hw/char/parallel.c
839F: hw/char/serial*
840F: hw/dma/i8257*
841F: hw/i2c/pm_smbus.c
842F: hw/intc/apic*
843F: hw/intc/ioapic*
844F: hw/intc/i8259*
845F: hw/misc/debugexit.c
846F: hw/misc/pc-testdev.c
847F: hw/timer/hpet*
848F: hw/timer/i8254*
849F: hw/timer/mc146818rtc*
850F: include/hw/i2c/pm_smbus.h
851F: include/hw/timer/hpet.h
852F: include/hw/timer/i8254*
853F: include/hw/timer/mc146818rtc*
854
855Machine core
856M: Eduardo Habkost <ehabkost@redhat.com>
857M: Marcel Apfelbaum <marcel@redhat.com>
858S: Supported
859F: hw/core/machine.c
860F: hw/core/null-machine.c
861F: include/hw/boards.h
862T: git git://github.com/ehabkost/qemu.git machine-next
863
864Xtensa Machines
865---------------
866sim
867M: Max Filippov <jcmvbkbc@gmail.com>
868S: Maintained
869F: hw/xtensa/sim.c
870
871XTFPGA (LX60, LX200, ML605, KC705)
872M: Max Filippov <jcmvbkbc@gmail.com>
873S: Maintained
874F: hw/xtensa/xtfpga.c
875F: hw/net/opencores_eth.c
876
877Devices
878-------
879EDU
880M: Jiri Slaby <jslaby@suse.cz>
881S: Maintained
882F: hw/misc/edu.c
883
884IDE
885M: John Snow <jsnow@redhat.com>
886L: qemu-block@nongnu.org
887S: Supported
888F: include/hw/ide.h
889F: include/hw/ide/
890F: hw/ide/
891F: hw/block/block.c
892F: hw/block/cdrom.c
893F: hw/block/hd-geometry.c
894F: tests/ide-test.c
895F: tests/ahci-test.c
896F: tests/libqos/ahci*
897T: git git://github.com/jnsnow/qemu.git ide
898
899Floppy
900M: John Snow <jsnow@redhat.com>
901L: qemu-block@nongnu.org
902S: Supported
903F: hw/block/fdc.c
904F: include/hw/block/fdc.h
905F: tests/fdc-test.c
906T: git git://github.com/jnsnow/qemu.git ide
907
908OMAP
909M: Peter Maydell <peter.maydell@linaro.org>
910S: Maintained
911F: hw/*/omap*
912F: include/hw/arm/omap.h
913
914IPack
915M: Alberto Garcia <berto@igalia.com>
916S: Odd Fixes
917F: hw/char/ipoctal232.c
918F: hw/ipack/
919
920PCI
921M: Michael S. Tsirkin <mst@redhat.com>
922M: Marcel Apfelbaum <marcel@redhat.com>
923S: Supported
924F: include/hw/pci/*
925F: hw/misc/pci-testdev.c
926F: hw/pci/*
927F: hw/pci-bridge/*
928
929ACPI/SMBIOS
930M: Michael S. Tsirkin <mst@redhat.com>
931M: Igor Mammedov <imammedo@redhat.com>
932S: Supported
933F: include/hw/acpi/*
934F: include/hw/smbios/*
935F: hw/mem/*
936F: hw/acpi/*
937F: hw/smbios/*
938F: hw/i386/acpi-build.[hc]
939F: hw/arm/virt-acpi-build.c
940F: tests/bios-tables-test.c
941F: tests/acpi-utils.[hc]
942
943ppc4xx
944M: Alexander Graf <agraf@suse.de>
945L: qemu-ppc@nongnu.org
946S: Odd Fixes
947F: hw/ppc/ppc4*.c
948F: include/hw/ppc/ppc4xx.h
949
950ppce500
951M: Alexander Graf <agraf@suse.de>
952L: qemu-ppc@nongnu.org
953S: Supported
954F: hw/ppc/e500*
955F: hw/pci-host/ppce500.c
956F: hw/net/fsl_etsec/
957
958Character devices
959M: Paolo Bonzini <pbonzini@redhat.com>
960S: Odd Fixes
961F: hw/char/
962
963Network devices
964M: Jason Wang <jasowang@redhat.com>
965S: Odd Fixes
966F: hw/net/
967F: tests/virtio-net-test.c
968T: git git://github.com/jasowang/qemu.git net
969
970SCSI
971M: Paolo Bonzini <pbonzini@redhat.com>
972S: Supported
973F: include/hw/scsi/*
974F: include/scsi/*
975F: hw/scsi/*
976F: util/scsi*
977F: tests/virtio-scsi-test.c
978T: git git://github.com/bonzini/qemu.git scsi-next
979
980LSI53C895A
981S: Orphan
982F: hw/scsi/lsi53c895a.c
983
984SSI
985M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
986S: Maintained
987F: hw/ssi/*
988F: hw/block/m25p80.c
989X: hw/ssi/xilinx_*
990
991Xilinx SPI
992M: Alistair Francis <alistair.francis@xilinx.com>
993M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
994S: Maintained
995F: hw/ssi/xilinx_*
996
997USB
998M: Gerd Hoffmann <kraxel@redhat.com>
999S: Maintained
1000F: hw/usb/*
1001F: tests/usb-*-test.c
1002F: docs/usb2.txt
1003F: docs/usb-storage.txt
1004F: include/hw/usb.h
1005F: include/hw/usb/
1006F: default-configs/usb.mak
1007
1008USB (serial adapter)
1009M: Gerd Hoffmann <kraxel@redhat.com>
1010M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1011S: Maintained
1012F: hw/usb/dev-serial.c
1013
1014VFIO
1015M: Alex Williamson <alex.williamson@redhat.com>
1016S: Supported
1017F: hw/vfio/*
1018F: include/hw/vfio/
1019
1020vfio-ccw
1021M: Cornelia Huck <cohuck@redhat.com>
1022S: Supported
1023F: hw/vfio/ccw.c
1024F: hw/s390x/s390-ccw.c
1025F: include/hw/s390x/s390-ccw.h
1026T: git git://github.com/cohuck/qemu.git s390-next
1027
1028vhost
1029M: Michael S. Tsirkin <mst@redhat.com>
1030S: Supported
1031F: hw/*/*vhost*
1032
1033virtio
1034M: Michael S. Tsirkin <mst@redhat.com>
1035S: Supported
1036F: hw/*/virtio*
1037F: hw/virtio/Makefile.objs
1038F: hw/virtio/trace-events
1039F: net/vhost-user.c
1040F: include/hw/virtio/
1041F: tests/virtio-balloon-test.c
1042
1043virtio-9p
1044M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1045M: Greg Kurz <groug@kaod.org>
1046S: Supported
1047F: hw/9pfs/
1048F: fsdev/
1049F: tests/virtio-9p-test.c
1050T: git git://github.com/kvaneesh/QEMU.git
1051T: git git://github.com/gkurz/qemu.git 9p-next
1052
1053virtio-blk
1054M: Stefan Hajnoczi <stefanha@redhat.com>
1055L: qemu-block@nongnu.org
1056S: Supported
1057F: hw/block/virtio-blk.c
1058F: hw/block/dataplane/*
1059F: tests/virtio-blk-test.c
1060T: git git://github.com/stefanha/qemu.git block
1061
1062virtio-ccw
1063M: Cornelia Huck <cohuck@redhat.com>
1064M: Christian Borntraeger <borntraeger@de.ibm.com>
1065S: Supported
1066F: hw/s390x/virtio-ccw.[hc]
1067T: git git://github.com/cohuck/qemu.git s390-next
1068T: git git://github.com/borntraeger/qemu.git s390-next
1069
1070virtio-input
1071M: Gerd Hoffmann <kraxel@redhat.com>
1072S: Maintained
1073F: hw/input/virtio-input*.c
1074F: include/hw/virtio/virtio-input.h
1075
1076virtio-serial
1077M: Amit Shah <amit@kernel.org>
1078S: Supported
1079F: hw/char/virtio-serial-bus.c
1080F: hw/char/virtio-console.c
1081F: include/hw/virtio/virtio-serial.h
1082F: tests/virtio-console-test.c
1083F: tests/virtio-serial-test.c
1084
1085virtio-rng
1086M: Amit Shah <amit@kernel.org>
1087S: Supported
1088F: hw/virtio/virtio-rng.c
1089F: include/hw/virtio/virtio-rng.h
1090F: include/sysemu/rng*.h
1091F: backends/rng*.c
1092F: tests/virtio-rng-test.c
1093
1094virtio-crypto
1095M: Gonglei <arei.gonglei@huawei.com>
1096S: Supported
1097F: hw/virtio/virtio-crypto.c
1098F: hw/virtio/virtio-crypto-pci.c
1099F: include/hw/virtio/virtio-crypto.h
1100
1101nvme
1102M: Keith Busch <keith.busch@intel.com>
1103L: qemu-block@nongnu.org
1104S: Supported
1105F: hw/block/nvme*
1106F: tests/nvme-test.c
1107
1108megasas
1109M: Hannes Reinecke <hare@suse.com>
1110L: qemu-block@nongnu.org
1111S: Supported
1112F: hw/scsi/megasas.c
1113F: hw/scsi/mfi.h
1114F: tests/megasas-test.c
1115
1116Network packet abstractions
1117M: Dmitry Fleytman <dmitry@daynix.com>
1118S: Maintained
1119F: include/net/eth.h
1120F: net/eth.c
1121F: hw/net/net_rx_pkt*
1122F: hw/net/net_tx_pkt*
1123
1124Vmware
1125M: Dmitry Fleytman <dmitry@daynix.com>
1126S: Maintained
1127F: hw/net/vmxnet*
1128F: hw/scsi/vmw_pvscsi*
1129
1130Rocker
1131M: Jiri Pirko <jiri@resnulli.us>
1132S: Maintained
1133F: hw/net/rocker/
1134F: tests/rocker/
1135F: docs/specs/rocker.txt
1136
1137NVDIMM
1138M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1139S: Maintained
1140F: hw/acpi/nvdimm.c
1141F: hw/mem/nvdimm.c
1142F: include/hw/mem/nvdimm.h
1143
1144e1000x
1145M: Dmitry Fleytman <dmitry@daynix.com>
1146S: Maintained
1147F: hw/net/e1000x*
1148
1149e1000e
1150M: Dmitry Fleytman <dmitry@daynix.com>
1151S: Maintained
1152F: hw/net/e1000e*
1153
1154Generic Loader
1155M: Alistair Francis <alistair.francis@xilinx.com>
1156S: Maintained
1157F: hw/core/generic-loader.c
1158F: include/hw/core/generic-loader.h
1159
1160CHRP NVRAM
1161M: Thomas Huth <thuth@redhat.com>
1162S: Maintained
1163F: hw/nvram/chrp_nvram.c
1164F: include/hw/nvram/chrp_nvram.h
1165F: tests/prom-env-test.c
1166
1167VM Generation ID
1168M: Ben Warren <ben@skyportsystems.com>
1169S: Maintained
1170F: hw/acpi/vmgenid.c
1171F: include/hw/acpi/vmgenid.h
1172F: docs/specs/vmgenid.txt
1173F: tests/vmgenid-test.c
1174F: stubs/vmgenid.c
1175
1176Unimplemented device
1177M: Peter Maydell <peter.maydell@linaro.org>
1178R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1179S: Maintained
1180F: include/hw/misc/unimp.h
1181F: hw/misc/unimp.c
1182
1183Subsystems
1184----------
1185Audio
1186M: Gerd Hoffmann <kraxel@redhat.com>
1187S: Maintained
1188F: audio/
1189F: hw/audio/
1190F: include/hw/audio/
1191F: tests/ac97-test.c
1192F: tests/es1370-test.c
1193F: tests/intel-hda-test.c
1194
1195Block layer core
1196M: Kevin Wolf <kwolf@redhat.com>
1197M: Max Reitz <mreitz@redhat.com>
1198L: qemu-block@nongnu.org
1199S: Supported
1200F: block*
1201F: block/
1202F: hw/block/
1203F: include/block/
1204F: qemu-img*
1205F: qemu-io*
1206F: tests/qemu-iotests/
1207F: util/qemu-progress.c
1208T: git git://repo.or.cz/qemu/kevin.git block
1209
1210Block I/O path
1211M: Stefan Hajnoczi <stefanha@redhat.com>
1212M: Fam Zheng <famz@redhat.com>
1213L: qemu-block@nongnu.org
1214S: Supported
1215F: util/async.c
1216F: util/aio-*.c
1217F: block/io.c
1218F: migration/block*
1219F: include/block/aio.h
1220T: git git://github.com/stefanha/qemu.git block
1221
1222Block SCSI subsystem
1223M: Paolo Bonzini <pbonzini@redhat.com>
1224L: qemu-block@nongnu.org
1225S: Supported
1226F: include/scsi/*
1227F: scsi/*
1228
1229Block Jobs
1230M: Jeff Cody <jcody@redhat.com>
1231L: qemu-block@nongnu.org
1232S: Supported
1233F: blockjob.c
1234F: include/block/blockjob.h
1235F: block/backup.c
1236F: block/commit.c
1237F: block/stream.c
1238F: block/mirror.c
1239T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1240
1241Block QAPI, monitor, command line
1242M: Markus Armbruster <armbru@redhat.com>
1243S: Supported
1244F: blockdev.c
1245F: block/qapi.c
1246F: qapi/block*.json
1247F: qapi/transaction.json
1248T: git git://repo.or.cz/qemu/armbru.git block-next
1249
1250Dirty Bitmaps
1251M: Fam Zheng <famz@redhat.com>
1252M: John Snow <jsnow@redhat.com>
1253L: qemu-block@nongnu.org
1254S: Supported
1255F: util/hbitmap.c
1256F: block/dirty-bitmap.c
1257F: include/qemu/hbitmap.h
1258F: include/block/dirty-bitmap.h
1259F: tests/test-hbitmap.c
1260F: docs/bitmaps.md
1261T: git git://github.com/famz/qemu.git bitmaps
1262T: git git://github.com/jnsnow/qemu.git bitmaps
1263
1264Character device backends
1265M: Paolo Bonzini <pbonzini@redhat.com>
1266M: Marc-André Lureau <marcandre.lureau@redhat.com>
1267S: Maintained
1268F: chardev/
1269F: include/chardev/
1270F: qapi/char.json
1271
1272Character Devices (Braille)
1273M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1274S: Maintained
1275F: chardev/baum.c
1276
1277Command line option argument parsing
1278M: Markus Armbruster <armbru@redhat.com>
1279S: Supported
1280F: include/qemu/option.h
1281F: tests/test-keyval.c
1282F: tests/test-qemu-opts.c
1283F: util/keyval.c
1284F: util/qemu-option.c
1285
1286Coverity model
1287M: Markus Armbruster <armbru@redhat.com>
1288S: Supported
1289F: scripts/coverity-model.c
1290
1291CPU
1292L: qemu-devel@nongnu.org
1293S: Supported
1294F: qom/cpu.c
1295F: include/qom/cpu.h
1296
1297Device Tree
1298M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1299M: Alexander Graf <agraf@suse.de>
1300S: Maintained
1301F: device_tree.c
1302F: include/sysemu/device_tree.h
1303
1304Error reporting
1305M: Markus Armbruster <armbru@redhat.com>
1306S: Supported
1307F: include/qapi/error.h
1308F: include/qemu/error-report.h
1309F: util/error.c
1310F: util/qemu-error.c
1311
1312GDB stub
1313L: qemu-devel@nongnu.org
1314S: Odd Fixes
1315F: gdbstub*
1316F: gdb-xml/
1317
1318Memory API
1319M: Paolo Bonzini <pbonzini@redhat.com>
1320S: Supported
1321F: include/exec/ioport.h
1322F: ioport.c
1323F: include/exec/memory.h
1324F: include/exec/ram_addr.h
1325F: memory.c
1326F: include/exec/memory-internal.h
1327F: exec.c
1328
1329SPICE
1330M: Gerd Hoffmann <kraxel@redhat.com>
1331S: Supported
1332F: include/ui/qemu-spice.h
1333F: include/ui/spice-display.h
1334F: ui/spice-*.c
1335F: audio/spiceaudio.c
1336F: hw/display/qxl*
1337F: qapi/ui.json
1338
1339Graphics
1340M: Gerd Hoffmann <kraxel@redhat.com>
1341S: Odd Fixes
1342F: ui/
1343F: include/ui/
1344F: qapi/ui.json
1345
1346Cocoa graphics
1347M: Peter Maydell <peter.maydell@linaro.org>
1348S: Odd Fixes
1349F: ui/cocoa.m
1350
1351Main loop
1352M: Paolo Bonzini <pbonzini@redhat.com>
1353S: Maintained
1354F: cpus.c
1355F: util/main-loop.c
1356F: util/qemu-timer.c
1357F: vl.c
1358F: qapi/run-state.json
1359
1360Human Monitor (HMP)
1361M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1362S: Maintained
1363F: monitor.c
1364F: hmp.[ch]
1365F: hmp-commands*.hx
1366F: include/monitor/hmp-target.h
1367F: tests/test-hmp.c
1368
1369Network device backends
1370M: Jason Wang <jasowang@redhat.com>
1371S: Maintained
1372F: net/
1373F: include/net/
1374T: git git://github.com/jasowang/qemu.git net
1375F: qapi/net.json
1376
1377Netmap network backend
1378M: Luigi Rizzo <rizzo@iet.unipi.it>
1379M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1380M: Vincenzo Maffione <v.maffione@gmail.com>
1381W: http://info.iet.unipi.it/~luigi/netmap/
1382S: Maintained
1383F: net/netmap.c
1384
1385NUMA
1386M: Eduardo Habkost <ehabkost@redhat.com>
1387S: Maintained
1388F: numa.c
1389F: include/sysemu/numa.h
1390T: git git://github.com/ehabkost/qemu.git machine-next
1391
1392Host Memory Backends
1393M: Eduardo Habkost <ehabkost@redhat.com>
1394M: Igor Mammedov <imammedo@redhat.com>
1395S: Maintained
1396F: backends/hostmem*.c
1397F: include/sysemu/hostmem.h
1398T: git git://github.com/ehabkost/qemu.git machine-next
1399
1400Cryptodev Backends
1401M: Gonglei <arei.gonglei@huawei.com>
1402S: Maintained
1403F: include/sysemu/cryptodev*.h
1404F: backends/cryptodev*.c
1405
1406Python scripts
1407M: Eduardo Habkost <ehabkost@redhat.com>
1408M: Cleber Rosa <crosa@redhat.com>
1409S: Odd fixes
1410F: scripts/qmp/*
1411F: scripts/*.py
1412F: tests/*.py
1413
1414QAPI
1415M: Markus Armbruster <armbru@redhat.com>
1416M: Michael Roth <mdroth@linux.vnet.ibm.com>
1417S: Supported
1418F: qapi/
1419X: qapi/*.json
1420F: include/qapi/
1421X: include/qapi/qmp/
1422F: include/qapi/qmp/dispatch.h
1423F: tests/qapi-schema/
1424F: tests/test-*-visitor.c
1425F: tests/test-qapi-*.c
1426F: tests/test-qmp-*.c
1427F: tests/test-visitor-serialization.c
1428F: scripts/qapi*
1429F: docs/qapi*
1430T: git git://repo.or.cz/qemu/armbru.git qapi-next
1431
1432QAPI Schema
1433M: Eric Blake <eblake@redhat.com>
1434M: Markus Armbruster <armbru@redhat.com>
1435S: Supported
1436F: qapi-schema.json
1437F: qapi/*.json
1438T: git git://repo.or.cz/qemu/armbru.git qapi-next
1439
1440QObject
1441M: Markus Armbruster <armbru@redhat.com>
1442S: Supported
1443F: qobject/
1444F: include/qapi/qmp/
1445X: include/qapi/qmp/dispatch.h
1446F: scripts/coccinelle/qobject.cocci
1447F: tests/check-qdict.c
1448F: tests/check-qnum.c
1449F: tests/check-qjson.c
1450F: tests/check-qlist.c
1451F: tests/check-qstring.c
1452T: git git://repo.or.cz/qemu/armbru.git qapi-next
1453
1454QEMU Guest Agent
1455M: Michael Roth <mdroth@linux.vnet.ibm.com>
1456S: Maintained
1457F: qga/
1458T: git git://github.com/mdroth/qemu.git qga
1459
1460QOM
1461M: Andreas Färber <afaerber@suse.de>
1462S: Supported
1463T: git git://github.com/afaerber/qemu-cpu.git qom-next
1464F: include/qom/
1465X: include/qom/cpu.h
1466F: qom/
1467X: qom/cpu.c
1468F: tests/check-qom-interface.c
1469F: tests/check-qom-proplist.c
1470F: tests/qom-test.c
1471
1472QMP
1473M: Markus Armbruster <armbru@redhat.com>
1474S: Supported
1475F: qmp.c
1476F: monitor.c
1477F: docs/*qmp-*
1478F: scripts/qmp/
1479F: tests/qmp-test.c
1480T: git git://repo.or.cz/qemu/armbru.git qapi-next
1481
1482Register API
1483M: Alistair Francis <alistair.francis@xilinx.com>
1484S: Maintained
1485F: hw/core/register.c
1486F: include/hw/register.h
1487
1488SLIRP
1489M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1490M: Jan Kiszka <jan.kiszka@siemens.com>
1491S: Maintained
1492F: slirp/
1493F: net/slirp.c
1494F: include/net/slirp.h
1495T: git git://git.kiszka.org/qemu.git queues/slirp
1496
1497Stubs
1498M: Paolo Bonzini <pbonzini@redhat.com>
1499S: Maintained
1500F: stubs/
1501
1502Tracing
1503M: Stefan Hajnoczi <stefanha@redhat.com>
1504S: Maintained
1505F: trace/
1506F: scripts/tracetool.py
1507F: scripts/tracetool/
1508F: docs/tracing.txt
1509T: git git://github.com/stefanha/qemu.git tracing
1510
1511TPM
1512S: Orphan
1513F: tpm.c
1514F: hw/tpm/*
1515F: include/hw/acpi/tpm.h
1516F: include/sysemu/tpm*
1517F: qapi/tpm.json
1518
1519Checkpatch
1520S: Odd Fixes
1521F: scripts/checkpatch.pl
1522
1523Migration
1524M: Juan Quintela <quintela@redhat.com>
1525M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1526S: Maintained
1527F: include/migration/
1528F: migration/
1529F: scripts/vmstate-static-checker.py
1530F: tests/vmstate-static-checker-data/
1531F: docs/migration.txt
1532F: qapi/migration.json
1533
1534Seccomp
1535M: Eduardo Otubo <otubo@redhat.com>
1536S: Supported
1537F: qemu-seccomp.c
1538F: include/sysemu/seccomp.h
1539
1540Cryptography
1541M: Daniel P. Berrange <berrange@redhat.com>
1542S: Maintained
1543F: crypto/
1544F: include/crypto/
1545F: tests/test-crypto-*
1546F: qemu.sasl
1547
1548Coroutines
1549M: Stefan Hajnoczi <stefanha@redhat.com>
1550M: Kevin Wolf <kwolf@redhat.com>
1551F: util/*coroutine*
1552F: include/qemu/coroutine*
1553F: tests/test-coroutine.c
1554
1555Buffers
1556M: Daniel P. Berrange <berrange@redhat.com>
1557S: Odd fixes
1558F: util/buffer.c
1559F: include/qemu/buffer.h
1560
1561I/O Channels
1562M: Daniel P. Berrange <berrange@redhat.com>
1563S: Maintained
1564F: io/
1565F: include/io/
1566F: tests/test-io-*
1567
1568Sockets
1569M: Daniel P. Berrange <berrange@redhat.com>
1570M: Gerd Hoffmann <kraxel@redhat.com>
1571M: Paolo Bonzini <pbonzini@redhat.com>
1572S: Maintained
1573F: include/qemu/sockets.h
1574F: util/qemu-sockets.c
1575F: qapi/sockets.json
1576
1577Throttling infrastructure
1578M: Alberto Garcia <berto@igalia.com>
1579S: Supported
1580F: block/throttle-groups.c
1581F: include/block/throttle-groups.h
1582F: include/qemu/throttle.h
1583F: util/throttle.c
1584L: qemu-block@nongnu.org
1585
1586UUID
1587M: Fam Zheng <famz@redhat.com>
1588S: Supported
1589F: util/uuid.c
1590F: include/qemu/uuid.h
1591F: tests/test-uuid.c
1592
1593COLO Framework
1594M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1595S: Maintained
1596F: migration/colo*
1597F: include/migration/colo.h
1598F: include/migration/failover.h
1599F: docs/COLO-FT.txt
1600
1601COLO Proxy
1602M: Zhang Chen <zhangckid@gmail.com>
1603M: Li Zhijian <lizhijian@cn.fujitsu.com>
1604S: Supported
1605F: docs/colo-proxy.txt
1606F: net/colo*
1607F: net/filter-rewriter.c
1608F: net/filter-mirror.c
1609
1610Record/replay
1611M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1612R: Paolo Bonzini <pbonzini@redhat.com>
1613W: http://wiki.qemu.org/Features/record-replay
1614S: Supported
1615F: replay/*
1616F: block/blkreplay.c
1617F: net/filter-replay.c
1618F: include/sysemu/replay.h
1619F: docs/replay.txt
1620F: stubs/replay.c
1621
1622Usermode Emulation
1623------------------
1624Overall
1625M: Riku Voipio <riku.voipio@iki.fi>
1626S: Maintained
1627F: thunk.c
1628F: accel/tcg/user-exec*.c
1629
1630BSD user
1631S: Orphan
1632F: bsd-user/
1633F: default-configs/*-bsd-user.mak
1634
1635Linux user
1636M: Riku Voipio <riku.voipio@iki.fi>
1637R: Laurent Vivier <laurent@vivier.eu>
1638S: Maintained
1639F: linux-user/
1640F: default-configs/*-linux-user.mak
1641
1642Tiny Code Generator (TCG)
1643-------------------------
1644Common code
1645M: Richard Henderson <rth@twiddle.net>
1646S: Maintained
1647F: tcg/
1648
1649AArch64 target
1650M: Claudio Fontana <claudio.fontana@huawei.com>
1651M: Claudio Fontana <claudio.fontana@gmail.com>
1652S: Maintained
1653L: qemu-arm@nongnu.org
1654F: tcg/aarch64/
1655F: disas/arm-a64.cc
1656F: disas/libvixl/
1657
1658ARM target
1659M: Andrzej Zaborowski <balrogg@gmail.com>
1660S: Maintained
1661L: qemu-arm@nongnu.org
1662F: tcg/arm/
1663F: disas/arm.c
1664
1665i386 target
1666L: qemu-devel@nongnu.org
1667S: Maintained
1668F: tcg/i386/
1669F: disas/i386.c
1670
1671MIPS target
1672M: Aurelien Jarno <aurelien@aurel32.net>
1673S: Maintained
1674F: tcg/mips/
1675F: disas/mips.c
1676
1677PPC
1678M: Richard Henderson <rth@twiddle.net>
1679S: Odd Fixes
1680F: tcg/ppc/
1681F: disas/ppc.c
1682
1683S390 target
1684M: Alexander Graf <agraf@suse.de>
1685M: Richard Henderson <rth@twiddle.net>
1686S: Maintained
1687F: tcg/s390/
1688F: disas/s390.c
1689
1690SPARC target
1691S: Odd Fixes
1692F: tcg/sparc/
1693F: disas/sparc.c
1694
1695TCI target
1696M: Stefan Weil <sw@weilnetz.de>
1697S: Maintained
1698F: tcg/tci/
1699F: tcg/tci.c
1700F: disas/tci.c
1701
1702Block drivers
1703-------------
1704VMDK
1705M: Fam Zheng <famz@redhat.com>
1706L: qemu-block@nongnu.org
1707S: Supported
1708F: block/vmdk.c
1709
1710RBD
1711M: Josh Durgin <jdurgin@redhat.com>
1712M: Jeff Cody <jcody@redhat.com>
1713L: qemu-block@nongnu.org
1714S: Supported
1715F: block/rbd.c
1716T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1717
1718Sheepdog
1719M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1720M: Liu Yuan <namei.unix@gmail.com>
1721M: Jeff Cody <jcody@redhat.com>
1722L: qemu-block@nongnu.org
1723L: sheepdog@lists.wpkg.org
1724S: Supported
1725F: block/sheepdog.c
1726T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1727
1728VHDX
1729M: Jeff Cody <jcody@redhat.com>
1730L: qemu-block@nongnu.org
1731S: Supported
1732F: block/vhdx*
1733T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1734
1735VDI
1736M: Stefan Weil <sw@weilnetz.de>
1737L: qemu-block@nongnu.org
1738S: Maintained
1739F: block/vdi.c
1740
1741iSCSI
1742M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1743M: Paolo Bonzini <pbonzini@redhat.com>
1744M: Peter Lieven <pl@kamp.de>
1745L: qemu-block@nongnu.org
1746S: Supported
1747F: block/iscsi.c
1748F: block/iscsi-opts.c
1749
1750Network Block Device (NBD)
1751M: Eric Blake <eblake@redhat.com>
1752M: Paolo Bonzini <pbonzini@redhat.com>
1753L: qemu-block@nongnu.org
1754S: Maintained
1755F: block/nbd*
1756F: nbd/
1757F: include/block/nbd*
1758F: qemu-nbd.*
1759F: blockdev-nbd.c
1760T: git git://repo.or.cz/qemu/ericb.git nbd
1761
1762NFS
1763M: Jeff Cody <jcody@redhat.com>
1764M: Peter Lieven <pl@kamp.de>
1765L: qemu-block@nongnu.org
1766S: Maintained
1767F: block/nfs.c
1768T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1769
1770SSH
1771M: Richard W.M. Jones <rjones@redhat.com>
1772M: Jeff Cody <jcody@redhat.com>
1773L: qemu-block@nongnu.org
1774S: Supported
1775F: block/ssh.c
1776T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1777
1778CURL
1779M: Jeff Cody <jcody@redhat.com>
1780L: qemu-block@nongnu.org
1781S: Supported
1782F: block/curl.c
1783T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1784
1785GLUSTER
1786M: Jeff Cody <jcody@redhat.com>
1787L: qemu-block@nongnu.org
1788S: Supported
1789F: block/gluster.c
1790T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1791
1792Null Block Driver
1793M: Fam Zheng <famz@redhat.com>
1794L: qemu-block@nongnu.org
1795S: Supported
1796F: block/null.c
1797
1798Bootdevice
1799M: Gonglei <arei.gonglei@huawei.com>
1800S: Maintained
1801F: bootdevice.c
1802
1803Quorum
1804M: Alberto Garcia <berto@igalia.com>
1805S: Supported
1806F: block/quorum.c
1807L: qemu-block@nongnu.org
1808
1809blkverify
1810M: Stefan Hajnoczi <stefanha@redhat.com>
1811L: qemu-block@nongnu.org
1812S: Supported
1813F: block/blkverify.c
1814
1815bochs
1816M: Stefan Hajnoczi <stefanha@redhat.com>
1817L: qemu-block@nongnu.org
1818S: Supported
1819F: block/bochs.c
1820
1821cloop
1822M: Stefan Hajnoczi <stefanha@redhat.com>
1823L: qemu-block@nongnu.org
1824S: Supported
1825F: block/cloop.c
1826
1827dmg
1828M: Stefan Hajnoczi <stefanha@redhat.com>
1829L: qemu-block@nongnu.org
1830S: Supported
1831F: block/dmg.c
1832
1833parallels
1834M: Stefan Hajnoczi <stefanha@redhat.com>
1835M: Denis V. Lunev <den@openvz.org>
1836L: qemu-block@nongnu.org
1837S: Supported
1838F: block/parallels.c
1839F: docs/specs/parallels.txt
1840
1841qed
1842M: Stefan Hajnoczi <stefanha@redhat.com>
1843L: qemu-block@nongnu.org
1844S: Supported
1845F: block/qed.c
1846
1847raw
1848M: Kevin Wolf <kwolf@redhat.com>
1849L: qemu-block@nongnu.org
1850S: Supported
1851F: block/linux-aio.c
1852F: include/block/raw-aio.h
1853F: block/raw-format.c
1854F: block/file-posix.c
1855F: block/file-win32.c
1856F: block/win32-aio.c
1857
1858qcow2
1859M: Kevin Wolf <kwolf@redhat.com>
1860M: Max Reitz <mreitz@redhat.com>
1861L: qemu-block@nongnu.org
1862S: Supported
1863F: block/qcow2*
1864
1865qcow
1866M: Kevin Wolf <kwolf@redhat.com>
1867L: qemu-block@nongnu.org
1868S: Supported
1869F: block/qcow.c
1870
1871blkdebug
1872M: Kevin Wolf <kwolf@redhat.com>
1873M: Max Reitz <mreitz@redhat.com>
1874L: qemu-block@nongnu.org
1875S: Supported
1876F: block/blkdebug.c
1877
1878vpc
1879M: Kevin Wolf <kwolf@redhat.com>
1880L: qemu-block@nongnu.org
1881S: Supported
1882F: block/vpc.c
1883
1884vvfat
1885M: Kevin Wolf <kwolf@redhat.com>
1886L: qemu-block@nongnu.org
1887S: Supported
1888F: block/vvfat.c
1889
1890Image format fuzzer
1891M: Stefan Hajnoczi <stefanha@redhat.com>
1892L: qemu-block@nongnu.org
1893S: Supported
1894F: tests/image-fuzzer/
1895
1896Replication
1897M: Wen Congyang <wencongyang2@huawei.com>
1898M: Xie Changlong <xiechanglong.d@gmail.com>
1899S: Supported
1900F: replication*
1901F: block/replication.c
1902F: tests/test-replication.c
1903F: docs/block-replication.txt
1904
1905Build and test automation
1906-------------------------
1907Build and test automation
1908M: Alex Bennée <alex.bennee@linaro.org>
1909M: Fam Zheng <famz@redhat.com>
1910R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1911L: qemu-devel@nongnu.org
1912S: Maintained
1913F: .travis.yml
1914F: .shippable.yml
1915F: tests/docker/
1916F: tests/vm/
1917W: https://travis-ci.org/qemu/qemu
1918W: https://app.shippable.com/github/qemu/qemu
1919W: http://patchew.org/QEMU/
1920
1921Documentation
1922-------------
1923Build system architecture
1924M: Daniel P. Berrange <berrange@redhat.com>
1925S: Odd Fixes
1926F: docs/build-system.txt
1927
1928