xref: /openbmc/qemu/MAINTAINERS (revision 65a6d8dd)
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
1317Standard VGA
1318M: Gerd Hoffmann <kraxel@redhat.com>
1319S: Maintained
1320F: hw/display/vga*
1321F: hw/display/bochs-display.c
1322F: include/hw/display/vga.h
1323F: include/hw/display/bochs-vbe.h
1324
1325virtio-gpu
1326M: Gerd Hoffmann <kraxel@redhat.com>
1327S: Maintained
1328F: hw/display/virtio-gpu*
1329F: hw/display/virtio-vga.c
1330F: include/hw/virtio/virtio-gpu.h
1331
1332Cirrus VGA
1333M: Gerd Hoffmann <kraxel@redhat.com>
1334S: Odd Fixes
1335W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1336F: hw/display/cirrus*
1337
1338Subsystems
1339----------
1340Audio
1341M: Gerd Hoffmann <kraxel@redhat.com>
1342S: Maintained
1343F: audio/
1344F: hw/audio/
1345F: include/hw/audio/
1346F: tests/ac97-test.c
1347F: tests/es1370-test.c
1348F: tests/intel-hda-test.c
1349
1350Block layer core
1351M: Kevin Wolf <kwolf@redhat.com>
1352M: Max Reitz <mreitz@redhat.com>
1353L: qemu-block@nongnu.org
1354S: Supported
1355F: block*
1356F: block/
1357F: hw/block/
1358F: include/block/
1359F: qemu-img*
1360F: qemu-io*
1361F: tests/qemu-iotests/
1362F: util/qemu-progress.c
1363T: git git://repo.or.cz/qemu/kevin.git block
1364
1365Block I/O path
1366M: Stefan Hajnoczi <stefanha@redhat.com>
1367M: Fam Zheng <famz@redhat.com>
1368L: qemu-block@nongnu.org
1369S: Supported
1370F: util/async.c
1371F: util/aio-*.c
1372F: block/io.c
1373F: migration/block*
1374F: include/block/aio.h
1375F: include/block/aio-wait.h
1376F: scripts/qemugdb/aio.py
1377T: git git://github.com/stefanha/qemu.git block
1378
1379Block SCSI subsystem
1380M: Paolo Bonzini <pbonzini@redhat.com>
1381R: Fam Zheng <famz@redhat.com>
1382L: qemu-block@nongnu.org
1383S: Supported
1384F: include/scsi/*
1385F: scsi/*
1386
1387Block Jobs
1388M: Jeff Cody <jcody@redhat.com>
1389L: qemu-block@nongnu.org
1390S: Supported
1391F: blockjob.c
1392F: include/block/blockjob.h
1393F: job.c
1394F: job-qmp.c
1395F: include/block/job.h
1396F: block/backup.c
1397F: block/commit.c
1398F: block/stream.c
1399F: block/mirror.c
1400F: qapi/job.json
1401T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1402
1403Block QAPI, monitor, command line
1404M: Markus Armbruster <armbru@redhat.com>
1405S: Supported
1406F: blockdev.c
1407F: block/qapi.c
1408F: qapi/block*.json
1409F: qapi/transaction.json
1410T: git git://repo.or.cz/qemu/armbru.git block-next
1411
1412Dirty Bitmaps
1413M: Fam Zheng <famz@redhat.com>
1414M: John Snow <jsnow@redhat.com>
1415L: qemu-block@nongnu.org
1416S: Supported
1417F: util/hbitmap.c
1418F: block/dirty-bitmap.c
1419F: include/qemu/hbitmap.h
1420F: include/block/dirty-bitmap.h
1421F: tests/test-hbitmap.c
1422F: docs/interop/bitmaps.rst
1423T: git git://github.com/famz/qemu.git bitmaps
1424T: git git://github.com/jnsnow/qemu.git bitmaps
1425
1426Character device backends
1427M: Paolo Bonzini <pbonzini@redhat.com>
1428M: Marc-André Lureau <marcandre.lureau@redhat.com>
1429S: Maintained
1430F: chardev/
1431F: include/chardev/
1432F: qapi/char.json
1433
1434Character Devices (Braille)
1435M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1436S: Maintained
1437F: chardev/baum.c
1438
1439Command line option argument parsing
1440M: Markus Armbruster <armbru@redhat.com>
1441S: Supported
1442F: include/qemu/option.h
1443F: tests/test-keyval.c
1444F: tests/test-qemu-opts.c
1445F: util/keyval.c
1446F: util/qemu-option.c
1447
1448Coverity model
1449M: Markus Armbruster <armbru@redhat.com>
1450S: Supported
1451F: scripts/coverity-model.c
1452
1453CPU
1454L: qemu-devel@nongnu.org
1455S: Supported
1456F: qom/cpu.c
1457F: include/qom/cpu.h
1458
1459Device Tree
1460M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1461M: Alexander Graf <agraf@suse.de>
1462S: Maintained
1463F: device_tree.c
1464F: include/sysemu/device_tree.h
1465
1466Dump
1467S: Supported
1468M: Marc-André Lureau <marcandre.lureau@redhat.com>
1469F: dump.c
1470F: hw/misc/vmcoreinfo.c
1471F: include/hw/misc/vmcoreinfo.h
1472F: include/sysemu/dump-arch.h
1473F: include/sysemu/dump.h
1474F: scripts/dump-guest-memory.py
1475F: stubs/dump.c
1476
1477Error reporting
1478M: Markus Armbruster <armbru@redhat.com>
1479S: Supported
1480F: include/qapi/error.h
1481F: include/qemu/error-report.h
1482F: util/error.c
1483F: util/qemu-error.c
1484
1485GDB stub
1486L: qemu-devel@nongnu.org
1487S: Odd Fixes
1488F: gdbstub*
1489F: gdb-xml/
1490
1491Memory API
1492M: Paolo Bonzini <pbonzini@redhat.com>
1493S: Supported
1494F: include/exec/ioport.h
1495F: ioport.c
1496F: include/exec/memory.h
1497F: include/exec/ram_addr.h
1498F: memory.c
1499F: include/exec/memory-internal.h
1500F: exec.c
1501
1502SPICE
1503M: Gerd Hoffmann <kraxel@redhat.com>
1504S: Supported
1505F: include/ui/qemu-spice.h
1506F: include/ui/spice-display.h
1507F: ui/spice-*.c
1508F: audio/spiceaudio.c
1509F: hw/display/qxl*
1510F: qapi/ui.json
1511
1512Graphics
1513M: Gerd Hoffmann <kraxel@redhat.com>
1514S: Odd Fixes
1515F: ui/
1516F: include/ui/
1517F: qapi/ui.json
1518
1519Cocoa graphics
1520M: Peter Maydell <peter.maydell@linaro.org>
1521S: Odd Fixes
1522F: ui/cocoa.m
1523
1524Main loop
1525M: Paolo Bonzini <pbonzini@redhat.com>
1526S: Maintained
1527F: cpus.c
1528F: util/main-loop.c
1529F: util/qemu-timer.c
1530F: vl.c
1531F: qapi/run-state.json
1532
1533Human Monitor (HMP)
1534M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1535S: Maintained
1536F: monitor.c
1537F: hmp.[ch]
1538F: hmp-commands*.hx
1539F: include/monitor/hmp-target.h
1540F: tests/test-hmp.c
1541
1542Network device backends
1543M: Jason Wang <jasowang@redhat.com>
1544S: Maintained
1545F: net/
1546F: include/net/
1547T: git git://github.com/jasowang/qemu.git net
1548F: qapi/net.json
1549
1550Netmap network backend
1551M: Luigi Rizzo <rizzo@iet.unipi.it>
1552M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1553M: Vincenzo Maffione <v.maffione@gmail.com>
1554W: http://info.iet.unipi.it/~luigi/netmap/
1555S: Maintained
1556F: net/netmap.c
1557
1558NUMA
1559M: Eduardo Habkost <ehabkost@redhat.com>
1560S: Maintained
1561F: numa.c
1562F: include/sysemu/numa.h
1563T: git git://github.com/ehabkost/qemu.git machine-next
1564
1565Host Memory Backends
1566M: Eduardo Habkost <ehabkost@redhat.com>
1567M: Igor Mammedov <imammedo@redhat.com>
1568S: Maintained
1569F: backends/hostmem*.c
1570F: include/sysemu/hostmem.h
1571T: git git://github.com/ehabkost/qemu.git machine-next
1572
1573Cryptodev Backends
1574M: Gonglei <arei.gonglei@huawei.com>
1575S: Maintained
1576F: include/sysemu/cryptodev*.h
1577F: backends/cryptodev*.c
1578
1579Python scripts
1580M: Eduardo Habkost <ehabkost@redhat.com>
1581M: Cleber Rosa <crosa@redhat.com>
1582S: Odd fixes
1583F: scripts/qmp/*
1584F: scripts/*.py
1585F: tests/*.py
1586
1587QAPI
1588M: Markus Armbruster <armbru@redhat.com>
1589M: Michael Roth <mdroth@linux.vnet.ibm.com>
1590S: Supported
1591F: qapi/
1592X: qapi/*.json
1593F: include/qapi/
1594X: include/qapi/qmp/
1595F: include/qapi/qmp/dispatch.h
1596F: tests/qapi-schema/
1597F: tests/test-*-visitor.c
1598F: tests/test-qapi-*.c
1599F: tests/test-qmp-*.c
1600F: tests/test-visitor-serialization.c
1601F: scripts/qapi*
1602F: docs/devel/qapi*
1603T: git git://repo.or.cz/qemu/armbru.git qapi-next
1604
1605QAPI Schema
1606M: Eric Blake <eblake@redhat.com>
1607M: Markus Armbruster <armbru@redhat.com>
1608S: Supported
1609F: qapi-schema.json
1610F: qapi/*.json
1611T: git git://repo.or.cz/qemu/armbru.git qapi-next
1612
1613QObject
1614M: Markus Armbruster <armbru@redhat.com>
1615S: Supported
1616F: qobject/
1617F: include/qapi/qmp/
1618X: include/qapi/qmp/dispatch.h
1619F: scripts/coccinelle/qobject.cocci
1620F: tests/check-qdict.c
1621F: tests/check-qnum.c
1622F: tests/check-qjson.c
1623F: tests/check-qlist.c
1624F: tests/check-qstring.c
1625T: git git://repo.or.cz/qemu/armbru.git qapi-next
1626
1627QEMU Guest Agent
1628M: Michael Roth <mdroth@linux.vnet.ibm.com>
1629S: Maintained
1630F: qga/
1631F: qemu-ga.texi
1632F: scripts/qemu-guest-agent/
1633F: tests/test-qga.c
1634F: docs/interop/qemu-ga-ref.texi
1635T: git git://github.com/mdroth/qemu.git qga
1636
1637QOM
1638M: Andreas Färber <afaerber@suse.de>
1639S: Supported
1640T: git git://github.com/afaerber/qemu-cpu.git qom-next
1641F: include/qom/
1642X: include/qom/cpu.h
1643F: qom/
1644X: qom/cpu.c
1645F: tests/check-qom-interface.c
1646F: tests/check-qom-proplist.c
1647F: tests/qom-test.c
1648
1649QMP
1650M: Markus Armbruster <armbru@redhat.com>
1651S: Supported
1652F: qmp.c
1653F: monitor.c
1654F: docs/devel/*qmp-*
1655F: scripts/qmp/
1656F: tests/qmp-test.c
1657T: git git://repo.or.cz/qemu/armbru.git qapi-next
1658
1659Register API
1660M: Alistair Francis <alistair@alistair23.me>
1661S: Maintained
1662F: hw/core/register.c
1663F: include/hw/register.h
1664F: include/hw/registerfields.h
1665
1666SLIRP
1667M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1668M: Jan Kiszka <jan.kiszka@siemens.com>
1669S: Maintained
1670F: slirp/
1671F: net/slirp.c
1672F: include/net/slirp.h
1673T: git git://git.kiszka.org/qemu.git queues/slirp
1674
1675Stubs
1676M: Paolo Bonzini <pbonzini@redhat.com>
1677S: Maintained
1678F: stubs/
1679
1680Tracing
1681M: Stefan Hajnoczi <stefanha@redhat.com>
1682S: Maintained
1683F: trace/
1684F: trace-events
1685F: qemu-option-trace.texi
1686F: scripts/tracetool.py
1687F: scripts/tracetool/
1688F: docs/devel/tracing.txt
1689T: git git://github.com/stefanha/qemu.git tracing
1690
1691TPM
1692M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1693S: Maintained
1694F: tpm.c
1695F: stubs/tpm.c
1696F: hw/tpm/*
1697F: include/hw/acpi/tpm.h
1698F: include/sysemu/tpm*
1699F: qapi/tpm.json
1700F: backends/tpm.c
1701F: tests/*tpm*
1702T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1703
1704Checkpatch
1705S: Odd Fixes
1706F: scripts/checkpatch.pl
1707
1708Migration
1709M: Juan Quintela <quintela@redhat.com>
1710M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1711S: Maintained
1712F: include/migration/
1713F: migration/
1714F: scripts/vmstate-static-checker.py
1715F: tests/vmstate-static-checker-data/
1716F: tests/migration-test.c
1717F: docs/devel/migration.txt
1718F: qapi/migration.json
1719
1720Seccomp
1721M: Eduardo Otubo <otubo@redhat.com>
1722S: Supported
1723F: qemu-seccomp.c
1724F: include/sysemu/seccomp.h
1725
1726Cryptography
1727M: Daniel P. Berrange <berrange@redhat.com>
1728S: Maintained
1729F: crypto/
1730F: include/crypto/
1731F: tests/test-crypto-*
1732F: tests/benchmark-crypto-*
1733F: qemu.sasl
1734
1735Coroutines
1736M: Stefan Hajnoczi <stefanha@redhat.com>
1737M: Kevin Wolf <kwolf@redhat.com>
1738F: util/*coroutine*
1739F: include/qemu/coroutine*
1740F: tests/test-coroutine.c
1741
1742Buffers
1743M: Daniel P. Berrange <berrange@redhat.com>
1744S: Odd fixes
1745F: util/buffer.c
1746F: include/qemu/buffer.h
1747
1748I/O Channels
1749M: Daniel P. Berrange <berrange@redhat.com>
1750S: Maintained
1751F: io/
1752F: include/io/
1753F: tests/test-io-*
1754
1755Sockets
1756M: Daniel P. Berrange <berrange@redhat.com>
1757M: Gerd Hoffmann <kraxel@redhat.com>
1758M: Paolo Bonzini <pbonzini@redhat.com>
1759S: Maintained
1760F: include/qemu/sockets.h
1761F: util/qemu-sockets.c
1762F: qapi/sockets.json
1763
1764Throttling infrastructure
1765M: Alberto Garcia <berto@igalia.com>
1766S: Supported
1767F: block/throttle-groups.c
1768F: include/block/throttle-groups.h
1769F: include/qemu/throttle*.h
1770F: util/throttle.c
1771F: docs/throttle.txt
1772F: tests/test-throttle.c
1773L: qemu-block@nongnu.org
1774
1775UUID
1776M: Fam Zheng <famz@redhat.com>
1777S: Supported
1778F: util/uuid.c
1779F: include/qemu/uuid.h
1780F: tests/test-uuid.c
1781
1782COLO Framework
1783M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1784S: Maintained
1785F: migration/colo*
1786F: include/migration/colo.h
1787F: include/migration/failover.h
1788F: docs/COLO-FT.txt
1789
1790COLO Proxy
1791M: Zhang Chen <zhangckid@gmail.com>
1792M: Li Zhijian <lizhijian@cn.fujitsu.com>
1793S: Supported
1794F: docs/colo-proxy.txt
1795F: net/colo*
1796F: net/filter-rewriter.c
1797F: net/filter-mirror.c
1798
1799Record/replay
1800M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1801R: Paolo Bonzini <pbonzini@redhat.com>
1802W: https://wiki.qemu.org/Features/record-replay
1803S: Supported
1804F: replay/*
1805F: block/blkreplay.c
1806F: net/filter-replay.c
1807F: include/sysemu/replay.h
1808F: docs/replay.txt
1809F: stubs/replay.c
1810
1811IOVA Tree
1812M: Peter Xu <peterx@redhat.com>
1813S: Maintained
1814F: include/qemu/iova-tree.h
1815F: util/iova-tree.c
1816
1817Usermode Emulation
1818------------------
1819Overall
1820M: Riku Voipio <riku.voipio@iki.fi>
1821S: Maintained
1822F: thunk.c
1823F: accel/tcg/user-exec*.c
1824
1825BSD user
1826S: Orphan
1827F: bsd-user/
1828F: default-configs/*-bsd-user.mak
1829
1830Linux user
1831M: Riku Voipio <riku.voipio@iki.fi>
1832R: Laurent Vivier <laurent@vivier.eu>
1833S: Maintained
1834F: linux-user/
1835F: default-configs/*-linux-user.mak
1836F: scripts/qemu-binfmt-conf.sh
1837
1838Tiny Code Generator (TCG)
1839-------------------------
1840Common code
1841M: Richard Henderson <rth@twiddle.net>
1842S: Maintained
1843F: tcg/
1844
1845AArch64 target
1846M: Claudio Fontana <claudio.fontana@huawei.com>
1847M: Claudio Fontana <claudio.fontana@gmail.com>
1848S: Maintained
1849L: qemu-arm@nongnu.org
1850F: tcg/aarch64/
1851F: disas/arm-a64.cc
1852F: disas/libvixl/
1853
1854ARM target
1855M: Andrzej Zaborowski <balrogg@gmail.com>
1856S: Maintained
1857L: qemu-arm@nongnu.org
1858F: tcg/arm/
1859F: disas/arm.c
1860
1861i386 target
1862L: qemu-devel@nongnu.org
1863S: Maintained
1864F: tcg/i386/
1865F: disas/i386.c
1866
1867MIPS target
1868M: Aurelien Jarno <aurelien@aurel32.net>
1869S: Maintained
1870F: tcg/mips/
1871F: disas/mips.c
1872
1873PPC
1874M: Richard Henderson <rth@twiddle.net>
1875S: Odd Fixes
1876F: tcg/ppc/
1877F: disas/ppc.c
1878
1879S390 target
1880M: Alexander Graf <agraf@suse.de>
1881M: Richard Henderson <rth@twiddle.net>
1882S: Maintained
1883F: tcg/s390/
1884F: disas/s390.c
1885L: qemu-s390x@nongnu.org
1886
1887SPARC target
1888S: Odd Fixes
1889F: tcg/sparc/
1890F: disas/sparc.c
1891
1892TCI target
1893M: Stefan Weil <sw@weilnetz.de>
1894S: Maintained
1895F: tcg/tci/
1896F: tcg/tci.c
1897F: disas/tci.c
1898
1899Block drivers
1900-------------
1901VMDK
1902M: Fam Zheng <famz@redhat.com>
1903L: qemu-block@nongnu.org
1904S: Supported
1905F: block/vmdk.c
1906
1907RBD
1908M: Josh Durgin <jdurgin@redhat.com>
1909M: Jeff Cody <jcody@redhat.com>
1910L: qemu-block@nongnu.org
1911S: Supported
1912F: block/rbd.c
1913T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1914
1915Sheepdog
1916M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1917M: Liu Yuan <namei.unix@gmail.com>
1918M: Jeff Cody <jcody@redhat.com>
1919L: qemu-block@nongnu.org
1920L: sheepdog@lists.wpkg.org
1921S: Supported
1922F: block/sheepdog.c
1923T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1924
1925VHDX
1926M: Jeff Cody <jcody@redhat.com>
1927L: qemu-block@nongnu.org
1928S: Supported
1929F: block/vhdx*
1930T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1931
1932VDI
1933M: Stefan Weil <sw@weilnetz.de>
1934L: qemu-block@nongnu.org
1935S: Maintained
1936F: block/vdi.c
1937
1938iSCSI
1939M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1940M: Paolo Bonzini <pbonzini@redhat.com>
1941M: Peter Lieven <pl@kamp.de>
1942L: qemu-block@nongnu.org
1943S: Supported
1944F: block/iscsi.c
1945F: block/iscsi-opts.c
1946
1947Network Block Device (NBD)
1948M: Eric Blake <eblake@redhat.com>
1949M: Paolo Bonzini <pbonzini@redhat.com>
1950L: qemu-block@nongnu.org
1951S: Maintained
1952F: block/nbd*
1953F: nbd/
1954F: include/block/nbd*
1955F: qemu-nbd.*
1956F: blockdev-nbd.c
1957T: git git://repo.or.cz/qemu/ericb.git nbd
1958
1959NFS
1960M: Jeff Cody <jcody@redhat.com>
1961M: Peter Lieven <pl@kamp.de>
1962L: qemu-block@nongnu.org
1963S: Maintained
1964F: block/nfs.c
1965T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1966
1967SSH
1968M: Richard W.M. Jones <rjones@redhat.com>
1969M: Jeff Cody <jcody@redhat.com>
1970L: qemu-block@nongnu.org
1971S: Supported
1972F: block/ssh.c
1973T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1974
1975CURL
1976M: Jeff Cody <jcody@redhat.com>
1977L: qemu-block@nongnu.org
1978S: Supported
1979F: block/curl.c
1980T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1981
1982GLUSTER
1983M: Jeff Cody <jcody@redhat.com>
1984L: qemu-block@nongnu.org
1985S: Supported
1986F: block/gluster.c
1987T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1988
1989Null Block Driver
1990M: Fam Zheng <famz@redhat.com>
1991L: qemu-block@nongnu.org
1992S: Supported
1993F: block/null.c
1994
1995NVMe Block Driver
1996M: Fam Zheng <famz@redhat.com>
1997L: qemu-block@nongnu.org
1998S: Supported
1999F: block/nvme*
2000
2001Bootdevice
2002M: Gonglei <arei.gonglei@huawei.com>
2003S: Maintained
2004F: bootdevice.c
2005
2006Quorum
2007M: Alberto Garcia <berto@igalia.com>
2008S: Supported
2009F: block/quorum.c
2010L: qemu-block@nongnu.org
2011
2012blkverify
2013M: Stefan Hajnoczi <stefanha@redhat.com>
2014L: qemu-block@nongnu.org
2015S: Supported
2016F: block/blkverify.c
2017
2018bochs
2019M: Stefan Hajnoczi <stefanha@redhat.com>
2020L: qemu-block@nongnu.org
2021S: Supported
2022F: block/bochs.c
2023
2024cloop
2025M: Stefan Hajnoczi <stefanha@redhat.com>
2026L: qemu-block@nongnu.org
2027S: Supported
2028F: block/cloop.c
2029
2030dmg
2031M: Stefan Hajnoczi <stefanha@redhat.com>
2032L: qemu-block@nongnu.org
2033S: Supported
2034F: block/dmg.c
2035
2036parallels
2037M: Stefan Hajnoczi <stefanha@redhat.com>
2038M: Denis V. Lunev <den@openvz.org>
2039L: qemu-block@nongnu.org
2040S: Supported
2041F: block/parallels.c
2042F: docs/interop/parallels.txt
2043
2044qed
2045M: Stefan Hajnoczi <stefanha@redhat.com>
2046L: qemu-block@nongnu.org
2047S: Supported
2048F: block/qed.c
2049
2050raw
2051M: Kevin Wolf <kwolf@redhat.com>
2052L: qemu-block@nongnu.org
2053S: Supported
2054F: block/linux-aio.c
2055F: include/block/raw-aio.h
2056F: block/raw-format.c
2057F: block/file-posix.c
2058F: block/file-win32.c
2059F: block/win32-aio.c
2060
2061qcow2
2062M: Kevin Wolf <kwolf@redhat.com>
2063M: Max Reitz <mreitz@redhat.com>
2064L: qemu-block@nongnu.org
2065S: Supported
2066F: block/qcow2*
2067F: docs/interop/qcow2.txt
2068
2069qcow
2070M: Kevin Wolf <kwolf@redhat.com>
2071L: qemu-block@nongnu.org
2072S: Supported
2073F: block/qcow.c
2074
2075blkdebug
2076M: Kevin Wolf <kwolf@redhat.com>
2077M: Max Reitz <mreitz@redhat.com>
2078L: qemu-block@nongnu.org
2079S: Supported
2080F: block/blkdebug.c
2081
2082vpc
2083M: Kevin Wolf <kwolf@redhat.com>
2084L: qemu-block@nongnu.org
2085S: Supported
2086F: block/vpc.c
2087
2088vvfat
2089M: Kevin Wolf <kwolf@redhat.com>
2090L: qemu-block@nongnu.org
2091S: Supported
2092F: block/vvfat.c
2093
2094Image format fuzzer
2095M: Stefan Hajnoczi <stefanha@redhat.com>
2096L: qemu-block@nongnu.org
2097S: Supported
2098F: tests/image-fuzzer/
2099
2100Replication
2101M: Wen Congyang <wencongyang2@huawei.com>
2102M: Xie Changlong <xiechanglong.d@gmail.com>
2103S: Supported
2104F: replication*
2105F: block/replication.c
2106F: tests/test-replication.c
2107F: docs/block-replication.txt
2108
2109PVRDMA
2110M: Yuval Shaia <yuval.shaia@oracle.com>
2111M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2112S: Maintained
2113F: hw/rdma/*
2114F: hw/rdma/vmw/*
2115F: docs/pvrdma.txt
2116
2117Build and test automation
2118-------------------------
2119Build and test automation
2120M: Alex Bennée <alex.bennee@linaro.org>
2121M: Fam Zheng <famz@redhat.com>
2122R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2123L: qemu-devel@nongnu.org
2124S: Maintained
2125F: .travis.yml
2126F: .shippable.yml
2127F: tests/docker/
2128F: tests/vm/
2129W: https://travis-ci.org/qemu/qemu
2130W: https://app.shippable.com/github/qemu/qemu
2131W: http://patchew.org/QEMU/
2132
2133Documentation
2134-------------
2135Build system architecture
2136M: Daniel P. Berrange <berrange@redhat.com>
2137S: Odd Fixes
2138F: docs/devel/build-system.txt
2139
2140Build System
2141------------
2142GIT submodules
2143M: Daniel P. Berrange <berrange@redhat.com>
2144S: Odd Fixes
2145F: scripts/git-submodule.sh
2146