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