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