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