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