xref: /openbmc/qemu/MAINTAINERS (revision 6b8f9c6e)
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	   Maintainers are looking after a certain area and must be CCed on
16	   patches. They are considered the main contact point.
17	R: Designated reviewer: FullName <address@domain>
18	   These reviewers should be CCed on patches.
19	   Reviewers are familiar with the subject matter and provide feedback
20	   even though they are not maintainers.
21	L: Mailing list that is relevant to this area
22	   These lists should be CCed on patches.
23	W: Web-page with status/info
24	Q: Patchwork web based patch tracking system site
25	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26	S: Status, one of the following:
27	   Supported:	Someone is actually paid to look after this.
28	   Maintained:	Someone actually looks after it.
29	   Odd Fixes:	It has a maintainer but they don't have time to do
30			much other than throw the odd patch in. See below.
31	   Orphan:	No current maintainer [but maybe you could take the
32			role as you write your new code].
33	   Obsolete:	Old code. Something tagged obsolete generally means
34			it has been replaced by a better system and you
35			should be using that.
36	F: Files and directories with wildcard patterns.
37	   A trailing slash includes all files and subdirectory files.
38	   F:	drivers/net/	all files in and below drivers/net
39	   F:	drivers/net/*	all files in drivers/net, but not below
40	   F:	*/net/*		all files in "any top level directory"/net
41	   One pattern per line.  Multiple F: lines acceptable.
42	X: Files and directories that are NOT maintained, same rules as F:
43	   Files exclusions are tested before file matches.
44	   Can be useful for excluding a specific subdirectory, for instance:
45	   F:	net/
46	   X:	net/ipv6/
47	   matches all files in and below net excluding net/ipv6/
48	K: Keyword perl extended regex pattern to match content in a
49	   patch or file.  For instance:
50	   K: of_get_profile
51	      matches patches or files that contain "of_get_profile"
52	   K: \b(printk|pr_(info|err))\b
53	      matches patches or files that contain one or more of the words
54	      printk, pr_info or pr_err
55	   One regex pattern per line.  Multiple K: lines acceptable.
56
57
58General Project Administration
59------------------------------
60M: Peter Maydell <peter.maydell@linaro.org>
61
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
67Responsible Disclosure, Reporting Security Issues
68------------------------------
69W: https://wiki.qemu.org/SecurityProcess
70M: Michael S. Tsirkin <mst@redhat.com>
71L: secalert@redhat.com
72
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
82T: git https://github.com/vivier/qemu.git trivial-patches
83
84Architecture support
85--------------------
86S390
87M: Cornelia Huck <cohuck@redhat.com>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
96F: hw/vfio/ap.c
97F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
104F: docs/vfio-ap.txt
105K: ^Subject:.*(?i)s390x?
106T: git https://github.com/cohuck/qemu.git s390-next
107L: qemu-s390x@nongnu.org
108
109Guest CPU cores (TCG):
110----------------------
111Overall
112L: qemu-devel@nongnu.org
113M: Richard Henderson <rth@twiddle.net>
114R: Paolo Bonzini <pbonzini@redhat.com>
115S: Maintained
116F: cpus.c
117F: exec.c
118F: accel/tcg/
119F: accel/stubs/tcg-stub.c
120F: scripts/decodetree.py
121F: docs/devel/decodetree.rst
122F: include/exec/cpu*.h
123F: include/exec/exec-all.h
124F: include/exec/helper*.h
125F: include/exec/tb-hash.h
126F: include/sysemu/cpus.h
127
128FPU emulation
129M: Aurelien Jarno <aurelien@aurel32.net>
130M: Peter Maydell <peter.maydell@linaro.org>
131M: Alex Bennée <alex.bennee@linaro.org>
132S: Maintained
133F: fpu/
134F: include/fpu/
135F: tests/fp/
136
137Alpha
138M: Richard Henderson <rth@twiddle.net>
139S: Maintained
140F: target/alpha/
141F: tests/tcg/alpha/
142F: disas/alpha.c
143
144ARM
145M: Peter Maydell <peter.maydell@linaro.org>
146L: qemu-arm@nongnu.org
147S: Maintained
148F: target/arm/
149F: tests/tcg/arm/
150F: tests/tcg/aarch64/
151F: hw/arm/
152F: hw/cpu/a*mpcore.c
153F: include/hw/cpu/a*mpcore.h
154F: disas/arm.c
155F: disas/arm-a64.cc
156F: disas/libvixl/
157
158ARM SMMU
159M: Eric Auger <eric.auger@redhat.com>
160L: qemu-arm@nongnu.org
161S: Maintained
162F: hw/arm/smmu*
163F: include/hw/arm/smmu*
164
165CRIS
166M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
167S: Maintained
168F: target/cris/
169F: hw/cris/
170F: include/hw/cris/
171F: tests/tcg/cris/
172F: disas/cris.c
173
174HPPA (PA-RISC)
175M: Richard Henderson <rth@twiddle.net>
176S: Maintained
177F: target/hppa/
178F: hw/hppa/
179F: disas/hppa.c
180
181LM32
182M: Michael Walle <michael@walle.cc>
183S: Maintained
184F: target/lm32/
185F: disas/lm32.c
186F: hw/lm32/
187F: hw/*/lm32_*
188F: hw/*/milkymist-*
189F: include/hw/display/milkymist_tmu2.h
190F: include/hw/char/lm32_juart.h
191F: include/hw/lm32/
192F: tests/tcg/lm32/
193
194M68K
195M: Laurent Vivier <laurent@vivier.eu>
196S: Maintained
197F: target/m68k/
198F: disas/m68k.c
199
200MicroBlaze
201M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
202S: Maintained
203F: target/microblaze/
204F: hw/microblaze/
205F: disas/microblaze.c
206
207MIPS
208M: Aurelien Jarno <aurelien@aurel32.net>
209M: Aleksandar Markovic <amarkovic@wavecomp.com>
210R: Aleksandar Rikalo <arikalo@wavecomp.com>
211S: Maintained
212F: target/mips/
213F: default-configs/*mips*
214F: disas/mips.c
215F: disas/nanomips.cpp
216F: disas/nanomips.h
217F: hw/intc/mips_gic.c
218F: hw/mips/
219F: hw/misc/mips_*
220F: hw/timer/mips_gictimer.c
221F: include/hw/intc/mips_gic.h
222F: include/hw/mips/
223F: include/hw/misc/mips_*
224F: include/hw/timer/mips_gictimer.h
225F: tests/tcg/mips/
226K: ^Subject:.*(?i)mips
227
228Moxie
229M: Anthony Green <green@moxielogic.com>
230S: Maintained
231F: target/moxie/
232F: disas/moxie.c
233F: hw/moxie/
234F: default-configs/moxie-softmmu.mak
235
236NiosII
237M: Chris Wulff <crwulff@gmail.com>
238M: Marek Vasut <marex@denx.de>
239S: Maintained
240F: target/nios2/
241F: hw/nios2/
242F: hw/intc/nios2_iic.c
243F: disas/nios2.c
244F: default-configs/nios2-softmmu.mak
245
246OpenRISC
247M: Stafford Horne <shorne@gmail.com>
248S: Odd Fixes
249F: target/openrisc/
250F: hw/openrisc/
251F: tests/tcg/openrisc/
252
253PowerPC
254M: David Gibson <david@gibson.dropbear.id.au>
255L: qemu-ppc@nongnu.org
256S: Maintained
257F: target/ppc/
258F: hw/ppc/
259F: include/hw/ppc/
260F: disas/ppc.c
261
262RISC-V
263M: Palmer Dabbelt <palmer@sifive.com>
264M: Alistair Francis <Alistair.Francis@wdc.com>
265M: Sagar Karandikar <sagark@eecs.berkeley.edu>
266M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
267L: qemu-riscv@nongnu.org
268S: Supported
269F: target/riscv/
270F: hw/riscv/
271F: include/hw/riscv/
272F: linux-user/host/riscv32/
273F: linux-user/host/riscv64/
274
275S390
276M: Richard Henderson <rth@twiddle.net>
277M: David Hildenbrand <david@redhat.com>
278S: Maintained
279F: target/s390x/
280F: hw/s390x/
281F: disas/s390.c
282F: tests/tcg/s390x/
283L: qemu-s390x@nongnu.org
284
285SH4
286M: Aurelien Jarno <aurelien@aurel32.net>
287S: Odd Fixes
288F: target/sh4/
289F: hw/sh4/
290F: disas/sh4.c
291F: include/hw/sh4/
292
293SPARC
294M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
295M: Artyom Tarasenko <atar4qemu@gmail.com>
296S: Maintained
297F: target/sparc/
298F: hw/sparc/
299F: hw/sparc64/
300F: include/hw/sparc/sparc64.h
301F: disas/sparc.c
302
303UniCore32
304M: Guan Xuetao <gxt@mprc.pku.edu.cn>
305S: Maintained
306F: target/unicore32/
307F: hw/unicore32/
308F: include/hw/unicore32/
309
310X86
311M: Paolo Bonzini <pbonzini@redhat.com>
312M: Richard Henderson <rth@twiddle.net>
313M: Eduardo Habkost <ehabkost@redhat.com>
314S: Maintained
315F: target/i386/
316F: tests/tcg/i386/
317F: tests/tcg/x86_64/
318F: hw/i386/
319F: disas/i386.c
320F: docs/qemu-cpu-models.texi
321T: git https://github.com/ehabkost/qemu.git x86-next
322
323Xtensa
324M: Max Filippov <jcmvbkbc@gmail.com>
325W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
326S: Maintained
327F: target/xtensa/
328F: hw/xtensa/
329F: tests/tcg/xtensa/
330F: disas/xtensa.c
331F: include/hw/xtensa/xtensa-isa.h
332F: default-configs/xtensa*.mak
333
334TriCore
335M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
336S: Maintained
337F: target/tricore/
338F: hw/tricore/
339F: include/hw/tricore/
340
341Multiarch Linux User Tests
342M: Alex Bennée <alex.bennee@linaro.org>
343S: Maintained
344F: tests/tcg/multiarch/
345
346Guest CPU Cores (KVM):
347----------------------
348
349Overall
350M: Paolo Bonzini <pbonzini@redhat.com>
351L: kvm@vger.kernel.org
352S: Supported
353F: */kvm.*
354F: accel/kvm/
355F: accel/stubs/kvm-stub.c
356F: include/hw/kvm/
357F: include/sysemu/kvm*.h
358F: scripts/kvm/kvm_flightrecorder
359
360ARM
361M: Peter Maydell <peter.maydell@linaro.org>
362L: qemu-arm@nongnu.org
363S: Maintained
364F: target/arm/kvm.c
365
366MIPS
367M: James Hogan <jhogan@kernel.org>
368R: Aleksandar Rikalo <arikalo@wavecomp.com>
369S: Maintained
370F: target/mips/kvm.c
371
372PPC
373M: David Gibson <david@gibson.dropbear.id.au>
374S: Maintained
375F: target/ppc/kvm.c
376
377S390
378M: Halil Pasic <pasic@linux.ibm.com>
379M: Cornelia Huck <cohuck@redhat.com>
380M: Christian Borntraeger <borntraeger@de.ibm.com>
381S: Supported
382F: target/s390x/kvm.c
383F: target/s390x/kvm_s390x.h
384F: target/s390x/kvm-stub.c
385F: target/s390x/ioinst.[ch]
386F: target/s390x/machine.c
387F: target/s390x/sigp.c
388F: hw/intc/s390_flic.c
389F: hw/intc/s390_flic_kvm.c
390F: include/hw/s390x/s390_flic.h
391F: gdb-xml/s390*.xml
392T: git https://github.com/cohuck/qemu.git s390-next
393T: git https://github.com/borntraeger/qemu.git s390-next
394L: qemu-s390x@nongnu.org
395
396X86
397M: Paolo Bonzini <pbonzini@redhat.com>
398M: Marcelo Tosatti <mtosatti@redhat.com>
399L: kvm@vger.kernel.org
400S: Supported
401F: target/i386/kvm.c
402F: scripts/kvm/vmxcap
403
404Guest CPU Cores (Xen):
405----------------------
406
407X86
408M: Stefano Stabellini <sstabellini@kernel.org>
409M: Anthony Perard <anthony.perard@citrix.com>
410M: Paul Durrant <paul.durrant@citrix.com>
411L: xen-devel@lists.xenproject.org
412S: Supported
413F: */xen*
414F: hw/9pfs/xen-9p-backend.c
415F: hw/char/xen_console.c
416F: hw/display/xenfb.c
417F: hw/net/xen_nic.c
418F: hw/block/xen*
419F: hw/block/dataplane/xen*
420F: hw/xen/
421F: hw/xenpv/
422F: hw/i386/xen/
423F: include/hw/block/dataplane/xen*
424F: include/hw/xen/
425F: include/sysemu/xen-mapcache.h
426
427Hosts:
428------
429
430LINUX
431M: Michael S. Tsirkin <mst@redhat.com>
432M: Cornelia Huck <cohuck@redhat.com>
433M: Paolo Bonzini <pbonzini@redhat.com>
434S: Maintained
435F: linux-headers/
436F: scripts/update-linux-headers.sh
437
438POSIX
439M: Paolo Bonzini <pbonzini@redhat.com>
440S: Maintained
441F: os-posix.c
442F: include/sysemu/os-posix.h
443F: util/*posix*.c
444F: include/qemu/*posix*.h
445
446NETBSD
447L: qemu-devel@nongnu.org
448M: Kamil Rytarowski <kamil@netbsd.org>
449S: Maintained
450K: ^Subject:.*(?i)NetBSD
451
452OPENBSD
453L: qemu-devel@nongnu.org
454M: Brad Smith <brad@comstyle.com>
455S: Maintained
456K: ^Subject:.*(?i)OpenBSD
457
458W32, W64
459L: qemu-devel@nongnu.org
460M: Stefan Weil <sw@weilnetz.de>
461S: Maintained
462F: *win32*
463F: */*win32*
464F: include/*/*win32*
465X: qga/*win32*
466F: qemu.nsi
467
468Alpha Machines
469M: Richard Henderson <rth@twiddle.net>
470S: Maintained
471F: hw/alpha/
472F: hw/isa/smc37c669-superio.c
473
474ARM Machines
475------------
476Allwinner-a10
477M: Beniamino Galvani <b.galvani@gmail.com>
478M: Peter Maydell <peter.maydell@linaro.org>
479L: qemu-arm@nongnu.org
480S: Odd Fixes
481F: hw/*/allwinner*
482F: include/hw/*/allwinner*
483F: hw/arm/cubieboard.c
484
485ARM PrimeCell and CMSDK devices
486M: Peter Maydell <peter.maydell@linaro.org>
487L: qemu-arm@nongnu.org
488S: Maintained
489F: hw/char/pl011.c
490F: include/hw/char/pl011.h
491F: hw/display/pl110*
492F: hw/dma/pl080.c
493F: include/hw/dma/pl080.h
494F: hw/dma/pl330.c
495F: hw/gpio/pl061.c
496F: hw/input/pl050.c
497F: hw/intc/pl190.c
498F: hw/sd/pl181.c
499F: hw/ssi/pl022.c
500F: include/hw/ssi/pl022.h
501F: hw/timer/pl031.c
502F: include/hw/timer/pl031.h
503F: include/hw/arm/primecell.h
504F: hw/timer/cmsdk-apb-timer.c
505F: include/hw/timer/cmsdk-apb-timer.h
506F: hw/timer/cmsdk-apb-dualtimer.c
507F: include/hw/timer/cmsdk-apb-dualtimer.h
508F: hw/char/cmsdk-apb-uart.c
509F: include/hw/char/cmsdk-apb-uart.h
510F: hw/watchdog/cmsdk-apb-watchdog.c
511F: include/hw/watchdog/cmsdk-apb-watchdog.h
512F: hw/misc/tz-ppc.c
513F: include/hw/misc/tz-ppc.h
514F: hw/misc/tz-mpc.c
515F: include/hw/misc/tz-mpc.h
516F: hw/misc/tz-msc.c
517F: include/hw/misc/tz-msc.h
518
519ARM cores
520M: Peter Maydell <peter.maydell@linaro.org>
521L: qemu-arm@nongnu.org
522S: Maintained
523F: hw/intc/arm*
524F: hw/intc/gic_internal.h
525F: hw/misc/a9scu.c
526F: hw/misc/arm11scu.c
527F: hw/misc/arm_l2x0.c
528F: hw/timer/a9gtimer*
529F: hw/timer/arm*
530F: include/hw/arm/arm*.h
531F: include/hw/intc/arm*
532F: include/hw/misc/a9scu.h
533F: include/hw/misc/arm11scu.h
534F: include/hw/timer/a9gtimer.h
535F: include/hw/timer/arm_mptimer.h
536F: include/hw/timer/armv7m_systick.h
537F: tests/test-arm-mptimer.c
538
539Exynos
540M: Igor Mitsyanko <i.mitsyanko@gmail.com>
541M: Peter Maydell <peter.maydell@linaro.org>
542L: qemu-arm@nongnu.org
543S: Odd Fixes
544F: hw/*/exynos*
545F: include/hw/arm/exynos4210.h
546
547Calxeda Highbank
548M: Rob Herring <robh@kernel.org>
549M: Peter Maydell <peter.maydell@linaro.org>
550L: qemu-arm@nongnu.org
551S: Odd Fixes
552F: hw/arm/highbank.c
553F: hw/net/xgmac.c
554
555Canon DIGIC
556M: Antony Pavlov <antonynpavlov@gmail.com>
557M: Peter Maydell <peter.maydell@linaro.org>
558L: qemu-arm@nongnu.org
559S: Odd Fixes
560F: include/hw/arm/digic.h
561F: hw/*/digic*
562F: include/hw/*/digic*
563
564Gumstix
565M: Peter Maydell <peter.maydell@linaro.org>
566R: Philippe Mathieu-Daudé <f4bug@amsat.org>
567L: qemu-devel@nongnu.org
568L: qemu-arm@nongnu.org
569S: Odd Fixes
570F: hw/arm/gumstix.c
571
572i.MX25 PDK
573M: Peter Maydell <peter.maydell@linaro.org>
574R: Jean-Christophe Dubois <jcd@tribudubois.net>
575L: qemu-arm@nongnu.org
576S: Odd Fixes
577F: hw/arm/fsl-imx25.c
578F: hw/arm/imx25_pdk.c
579F: hw/misc/imx25_ccm.c
580F: include/hw/arm/fsl-imx25.h
581F: include/hw/misc/imx25_ccm.h
582
583i.MX31 (kzm)
584M: Peter Chubb <peter.chubb@nicta.com.au>
585M: Peter Maydell <peter.maydell@linaro.org>
586L: qemu-arm@nongnu.org
587S: Odd Fixes
588F: hw/arm/kzm.c
589F: hw/*/imx_*
590F: hw/*/*imx31*
591F: include/hw/*/imx_*
592F: include/hw/*/*imx31*
593
594Integrator CP
595M: Peter Maydell <peter.maydell@linaro.org>
596L: qemu-arm@nongnu.org
597S: Maintained
598F: hw/arm/integratorcp.c
599F: hw/misc/arm_integrator_debug.c
600F: include/hw/misc/arm_integrator_debug.h
601
602MCIMX6UL EVK / i.MX6ul
603M: Peter Maydell <peter.maydell@linaro.org>
604R: Jean-Christophe Dubois <jcd@tribudubois.net>
605L: qemu-arm@nongnu.org
606S: Odd Fixes
607F: hw/arm/mcimx6ul-evk.c
608F: hw/arm/fsl-imx6ul.c
609F: hw/misc/imx6ul_ccm.c
610F: include/hw/arm/fsl-imx6ul.h
611F: include/hw/misc/imx6ul_ccm.h
612
613MCIMX7D SABRE / i.MX7
614M: Peter Maydell <peter.maydell@linaro.org>
615R: Andrey Smirnov <andrew.smirnov@gmail.com>
616L: qemu-arm@nongnu.org
617S: Odd Fixes
618F: hw/arm/mcimx7d-sabre.c
619F: hw/arm/fsl-imx7.c
620F: hw/misc/imx7_*.c
621F: include/hw/arm/fsl-imx7.h
622F: include/hw/misc/imx7_*.h
623F: hw/pci-host/designware.c
624F: include/hw/pci-host/designware.h
625
626MPS2
627M: Peter Maydell <peter.maydell@linaro.org>
628L: qemu-arm@nongnu.org
629S: Maintained
630F: hw/arm/mps2.c
631F: hw/arm/mps2-tz.c
632F: hw/misc/mps2-*.c
633F: include/hw/misc/mps2-*.h
634F: hw/arm/armsse.c
635F: include/hw/arm/armsse.h
636F: hw/misc/iotkit-secctl.c
637F: include/hw/misc/iotkit-secctl.h
638F: hw/misc/iotkit-sysctl.c
639F: include/hw/misc/iotkit-sysctl.h
640F: hw/misc/iotkit-sysinfo.c
641F: include/hw/misc/iotkit-sysinfo.h
642F: hw/misc/armsse-cpuid.c
643F: include/hw/misc/armsse-cpuid.h
644F: hw/misc/armsse-mhu.c
645F: include/hw/misc/armsse-mhu.h
646
647Musca
648M: Peter Maydell <peter.maydell@linaro.org>
649L: qemu-arm@nongnu.org
650S: Maintained
651F: hw/arm/musca.c
652
653Musicpal
654M: Jan Kiszka <jan.kiszka@web.de>
655M: Peter Maydell <peter.maydell@linaro.org>
656L: qemu-arm@nongnu.org
657S: Odd Fixes
658F: hw/arm/musicpal.c
659
660nSeries
661M: Andrzej Zaborowski <balrogg@gmail.com>
662M: Peter Maydell <peter.maydell@linaro.org>
663L: qemu-arm@nongnu.org
664S: Odd Fixes
665F: hw/arm/nseries.c
666F: hw/display/blizzard.c
667F: hw/input/lm832x.c
668F: hw/input/tsc2005.c
669F: hw/misc/cbus.c
670F: hw/timer/twl92230.c
671F: include/hw/display/blizzard.h
672F: include/hw/input/tsc2xxx.h
673F: include/hw/misc/cbus.h
674
675Palm
676M: Andrzej Zaborowski <balrogg@gmail.com>
677M: Peter Maydell <peter.maydell@linaro.org>
678L: qemu-arm@nongnu.org
679S: Odd Fixes
680F: hw/arm/palm.c
681F: hw/input/tsc210x.c
682F: include/hw/input/tsc2xxx.h
683
684Raspberry Pi
685M: Peter Maydell <peter.maydell@linaro.org>
686R: Andrew Baumann <Andrew.Baumann@microsoft.com>
687R: Philippe Mathieu-Daudé <f4bug@amsat.org>
688L: qemu-arm@nongnu.org
689S: Odd Fixes
690F: hw/arm/raspi.c
691F: hw/arm/raspi_platform.h
692F: hw/*/bcm283*
693F: include/hw/arm/raspi*
694F: include/hw/*/bcm283*
695
696Real View
697M: Peter Maydell <peter.maydell@linaro.org>
698L: qemu-arm@nongnu.org
699S: Maintained
700F: hw/arm/realview*
701F: hw/cpu/realview_mpcore.c
702F: hw/intc/realview_gic.c
703F: include/hw/intc/realview_gic.h
704
705PXA2XX
706M: Andrzej Zaborowski <balrogg@gmail.com>
707M: Peter Maydell <peter.maydell@linaro.org>
708L: qemu-arm@nongnu.org
709S: Odd Fixes
710F: hw/arm/mainstone.c
711F: hw/arm/spitz.c
712F: hw/arm/tosa.c
713F: hw/arm/z2.c
714F: hw/*/pxa2xx*
715F: hw/display/tc6393xb.c
716F: hw/gpio/max7310.c
717F: hw/gpio/zaurus.c
718F: hw/misc/mst_fpga.c
719F: hw/misc/max111x.c
720F: include/hw/arm/pxa.h
721F: include/hw/arm/sharpsl.h
722F: include/hw/display/tc6393xb.h
723
724SABRELITE / i.MX6
725M: Peter Maydell <peter.maydell@linaro.org>
726R: Jean-Christophe Dubois <jcd@tribudubois.net>
727L: qemu-arm@nongnu.org
728S: Odd Fixes
729F: hw/arm/sabrelite.c
730F: hw/arm/fsl-imx6.c
731F: hw/misc/imx6_*.c
732F: hw/ssi/imx_spi.c
733F: include/hw/arm/fsl-imx6.h
734F: include/hw/misc/imx6_*.h
735F: include/hw/ssi/imx_spi.h
736
737Sharp SL-5500 (Collie) PDA
738M: Peter Maydell <peter.maydell@linaro.org>
739L: qemu-arm@nongnu.org
740S: Odd Fixes
741F: hw/arm/collie.c
742F: hw/arm/strongarm*
743
744Stellaris
745M: Peter Maydell <peter.maydell@linaro.org>
746L: qemu-arm@nongnu.org
747S: Maintained
748F: hw/*/stellaris*
749F: include/hw/input/gamepad.h
750
751Versatile Express
752M: Peter Maydell <peter.maydell@linaro.org>
753L: qemu-arm@nongnu.org
754S: Maintained
755F: hw/arm/vexpress.c
756
757Versatile PB
758M: Peter Maydell <peter.maydell@linaro.org>
759L: qemu-arm@nongnu.org
760S: Maintained
761F: hw/*/versatile*
762F: hw/misc/arm_sysctl.c
763
764Virt
765M: Peter Maydell <peter.maydell@linaro.org>
766L: qemu-arm@nongnu.org
767S: Maintained
768F: hw/arm/virt*
769F: include/hw/arm/virt.h
770
771Xilinx Zynq
772M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
773M: Alistair Francis <alistair@alistair23.me>
774M: Peter Maydell <peter.maydell@linaro.org>
775L: qemu-arm@nongnu.org
776S: Maintained
777F: hw/*/xilinx_*
778F: hw/*/cadence_*
779F: hw/misc/zynq*
780F: include/hw/misc/zynq*
781X: hw/ssi/xilinx_*
782
783Xilinx ZynqMP
784M: Alistair Francis <alistair@alistair23.me>
785M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
786M: Peter Maydell <peter.maydell@linaro.org>
787L: qemu-arm@nongnu.org
788S: Maintained
789F: hw/*/xlnx*.c
790F: include/hw/*/xlnx*.h
791F: include/hw/ssi/xilinx_spips.h
792F: hw/display/dpcd.c
793F: include/hw/display/dpcd.h
794
795ARM ACPI Subsystem
796M: Shannon Zhao <shannon.zhaosl@gmail.com>
797L: qemu-arm@nongnu.org
798S: Maintained
799F: hw/arm/virt-acpi-build.c
800
801STM32F205
802M: Alistair Francis <alistair@alistair23.me>
803M: Peter Maydell <peter.maydell@linaro.org>
804S: Maintained
805F: hw/arm/stm32f205_soc.c
806F: hw/misc/stm32f2xx_syscfg.c
807F: hw/char/stm32f2xx_usart.c
808F: hw/timer/stm32f2xx_timer.c
809F: hw/adc/*
810F: hw/ssi/stm32f2xx_spi.c
811F: include/hw/*/stm32*.h
812
813Netduino 2
814M: Alistair Francis <alistair@alistair23.me>
815M: Peter Maydell <peter.maydell@linaro.org>
816S: Maintained
817F: hw/arm/netduino2.c
818
819SmartFusion2
820M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
821M: Peter Maydell <peter.maydell@linaro.org>
822S: Maintained
823F: hw/arm/msf2-soc.c
824F: hw/misc/msf2-sysreg.c
825F: hw/timer/mss-timer.c
826F: hw/ssi/mss-spi.c
827F: include/hw/arm/msf2-soc.h
828F: include/hw/misc/msf2-sysreg.h
829F: include/hw/timer/mss-timer.h
830F: include/hw/ssi/mss-spi.h
831
832Emcraft M2S-FG484
833M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
834M: Peter Maydell <peter.maydell@linaro.org>
835S: Maintained
836F: hw/arm/msf2-som.c
837
838ASPEED BMCs
839M: Cédric Le Goater <clg@kaod.org>
840M: Peter Maydell <peter.maydell@linaro.org>
841R: Andrew Jeffery <andrew@aj.id.au>
842R: Joel Stanley <joel@jms.id.au>
843L: qemu-arm@nongnu.org
844S: Maintained
845F: hw/*/*aspeed*
846F: hw/misc/pca9552.c
847F: include/hw/*/*aspeed*
848F: include/hw/misc/pca9552*.h
849F: hw/net/ftgmac100.c
850F: include/hw/net/ftgmac100.h
851
852NRF51
853M: Joel Stanley <joel@jms.id.au>
854M: Peter Maydell <peter.maydell@linaro.org>
855L: qemu-arm@nongnu.org
856S: Maintained
857F: hw/*/nrf51*.c
858F: hw/*/microbit*.c
859F: include/hw/*/nrf51*.h
860F: include/hw/*/microbit*.h
861F: tests/microbit-test.c
862
863CRIS Machines
864-------------
865Axis Dev88
866M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
867S: Maintained
868F: hw/cris/axis_dev88.c
869F: hw/*/etraxfs_*.c
870
871HP-PARISC Machines
872------------------
873Dino
874M: Richard Henderson <rth@twiddle.net>
875R: Helge Deller <deller@gmx.de>
876S: Odd Fixes
877F: hw/hppa/
878F: pc-bios/hppa-firmware.img
879
880LM32 Machines
881-------------
882EVR32 and uclinux BSP
883M: Michael Walle <michael@walle.cc>
884S: Maintained
885F: hw/lm32/lm32_boards.c
886
887milkymist
888M: Michael Walle <michael@walle.cc>
889S: Maintained
890F: hw/lm32/milkymist.c
891
892M68K Machines
893-------------
894an5206
895M: Thomas Huth <huth@tuxfamily.org>
896S: Odd Fixes
897F: hw/m68k/an5206.c
898F: hw/m68k/mcf5206.c
899
900mcf5208
901M: Thomas Huth <huth@tuxfamily.org>
902S: Odd Fixes
903F: hw/m68k/mcf5208.c
904F: hw/m68k/mcf_intc.c
905F: hw/char/mcf_uart.c
906F: hw/net/mcf_fec.c
907F: include/hw/m68k/mcf*.h
908
909MicroBlaze Machines
910-------------------
911petalogix_s3adsp1800
912M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
913S: Maintained
914F: hw/microblaze/petalogix_s3adsp1800_mmu.c
915F: include/hw/char/xilinx_uartlite.h
916
917petalogix_ml605
918M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
919S: Maintained
920F: hw/microblaze/petalogix_ml605_mmu.c
921
922MIPS Machines
923-------------
924Jazz
925M: Hervé Poussineau <hpoussin@reactos.org>
926R: Aleksandar Rikalo <arikalo@wavecomp.com>
927S: Maintained
928F: hw/mips/mips_jazz.c
929F: hw/display/jazz_led.c
930F: hw/dma/rc4030.c
931
932Malta
933M: Aurelien Jarno <aurelien@aurel32.net>
934R: Aleksandar Rikalo <arikalo@wavecomp.com>
935S: Maintained
936F: hw/mips/mips_malta.c
937
938Mipssim
939M: Aleksandar Markovic <amarkovic@wavecomp.com>
940R: Aleksandar Rikalo <arikalo@wavecomp.com>
941S: Odd Fixes
942F: hw/mips/mips_mipssim.c
943F: hw/net/mipsnet.c
944
945R4000
946M: Aurelien Jarno <aurelien@aurel32.net>
947R: Aleksandar Rikalo <arikalo@wavecomp.com>
948S: Maintained
949F: hw/mips/mips_r4k.c
950
951Fulong 2E
952M: Aleksandar Markovic <amarkovic@wavecomp.com>
953R: Aleksandar Rikalo <arikalo@wavecomp.com>
954S: Odd Fixes
955F: hw/mips/mips_fulong2e.c
956F: hw/isa/vt82c686.c
957F: hw/pci-host/bonito.c
958F: include/hw/isa/vt82c686.h
959
960Boston
961M: Paul Burton <pburton@wavecomp.com>
962R: Aleksandar Rikalo <arikalo@wavecomp.com>
963S: Maintained
964F: hw/core/loader-fit.c
965F: hw/mips/boston.c
966F: hw/pci-host/xilinx-pcie.c
967F: include/hw/pci-host/xilinx-pcie.h
968
969OpenRISC Machines
970-----------------
971or1k-sim
972M: Jia Liu <proljc@gmail.com>
973S: Maintained
974F: hw/openrisc/openrisc_sim.c
975
976PowerPC Machines
977----------------
978405
979M: David Gibson <david@gibson.dropbear.id.au>
980L: qemu-ppc@nongnu.org
981S: Odd Fixes
982F: hw/ppc/ppc405_boards.c
983
984Bamboo
985M: David Gibson <david@gibson.dropbear.id.au>
986L: qemu-ppc@nongnu.org
987S: Odd Fixes
988F: hw/ppc/ppc440_bamboo.c
989
990e500
991M: David Gibson <david@gibson.dropbear.id.au>
992L: qemu-ppc@nongnu.org
993S: Odd Fixes
994F: hw/ppc/e500*
995F: hw/gpio/mpc8xxx.c
996F: hw/i2c/mpc_i2c.c
997F: hw/net/fsl_etsec/
998F: hw/pci-host/ppce500.c
999F: include/hw/ppc/ppc_e500.h
1000F: include/hw/pci-host/ppce500.h
1001F: pc-bios/u-boot.e500
1002
1003mpc8544ds
1004M: David Gibson <david@gibson.dropbear.id.au>
1005L: qemu-ppc@nongnu.org
1006S: Odd Fixes
1007F: hw/ppc/mpc8544ds.c
1008F: hw/ppc/mpc8544_guts.c
1009
1010New World (mac99)
1011M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1012R: David Gibson <david@gibson.dropbear.id.au>
1013L: qemu-ppc@nongnu.org
1014S: Odd Fixes
1015F: hw/ppc/mac_newworld.c
1016F: hw/pci-host/uninorth.c
1017F: hw/pci-bridge/dec.[hc]
1018F: hw/misc/macio/
1019F: hw/misc/mos6522.c
1020F: hw/nvram/mac_nvram.c
1021F: hw/input/adb*
1022F: include/hw/misc/macio/
1023F: include/hw/misc/mos6522.h
1024F: include/hw/ppc/mac_dbdma.h
1025F: include/hw/pci-host/uninorth.h
1026F: include/hw/input/adb*
1027F: pc-bios/qemu_vga.ndrv
1028
1029Old World (g3beige)
1030M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1031R: David Gibson <david@gibson.dropbear.id.au>
1032L: qemu-ppc@nongnu.org
1033S: Odd Fixes
1034F: hw/ppc/mac_oldworld.c
1035F: hw/pci-host/grackle.c
1036F: hw/misc/macio/
1037F: hw/intc/heathrow_pic.c
1038F: hw/input/adb*
1039F: include/hw/intc/heathrow_pic.h
1040F: include/hw/input/adb*
1041F: pc-bios/qemu_vga.ndrv
1042
1043PReP
1044M: Hervé Poussineau <hpoussin@reactos.org>
1045L: qemu-devel@nongnu.org
1046L: qemu-ppc@nongnu.org
1047S: Maintained
1048F: hw/ppc/prep.c
1049F: hw/ppc/prep_systemio.c
1050F: hw/ppc/rs6000_mc.c
1051F: hw/pci-host/prep.[hc]
1052F: hw/isa/i82378.c
1053F: hw/isa/pc87312.c
1054F: hw/dma/i82374.c
1055F: hw/timer/m48t59-isa.c
1056F: include/hw/isa/pc87312.h
1057F: include/hw/timer/m48t59.h
1058F: pc-bios/ppc_rom.bin
1059
1060sPAPR
1061M: David Gibson <david@gibson.dropbear.id.au>
1062L: qemu-ppc@nongnu.org
1063S: Supported
1064F: hw/*/spapr*
1065F: include/hw/*/spapr*
1066F: hw/*/xics*
1067F: include/hw/*/xics*
1068F: pc-bios/spapr-rtas/*
1069F: pc-bios/spapr-rtas.bin
1070F: pc-bios/slof.bin
1071F: docs/specs/ppc-spapr-hcalls.txt
1072F: docs/specs/ppc-spapr-hotplug.txt
1073F: tests/spapr*
1074F: tests/libqos/*spapr*
1075F: tests/rtas*
1076F: tests/libqos/rtas*
1077
1078PowerNV (Non-Virtualized)
1079M: Cédric Le Goater <clg@kaod.org>
1080M: David Gibson <david@gibson.dropbear.id.au>
1081L: qemu-ppc@nongnu.org
1082S: Maintained
1083F: hw/ppc/pnv*
1084F: hw/intc/pnv*
1085F: hw/intc/xics_pnv.c
1086F: include/hw/ppc/pnv*
1087F: pc-bios/skiboot.lid
1088F: tests/pnv*
1089
1090virtex_ml507
1091M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1092L: qemu-ppc@nongnu.org
1093S: Odd Fixes
1094F: hw/ppc/virtex_ml507.c
1095
1096sam460ex
1097M: BALATON Zoltan <balaton@eik.bme.hu>
1098L: qemu-ppc@nongnu.org
1099S: Maintained
1100F: hw/ppc/sam460ex.c
1101F: hw/ppc/ppc440_pcix.c
1102F: hw/display/sm501*
1103F: hw/ide/sii3112.c
1104F: hw/timer/m41t80.c
1105F: pc-bios/canyonlands.dt[sb]
1106F: pc-bios/u-boot-sam460ex-20100605.bin
1107F: roms/u-boot-sam460ex
1108
1109SH4 Machines
1110------------
1111R2D
1112M: Magnus Damm <magnus.damm@gmail.com>
1113S: Maintained
1114F: hw/sh4/r2d.c
1115F: hw/intc/sh_intc.c
1116F: hw/timer/sh_timer.c
1117
1118Shix
1119M: Magnus Damm <magnus.damm@gmail.com>
1120S: Odd Fixes
1121F: hw/sh4/shix.c
1122
1123SPARC Machines
1124--------------
1125Sun4m
1126M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1127S: Maintained
1128F: hw/sparc/sun4m.c
1129F: hw/sparc/sun4m_iommu.c
1130F: hw/display/cg3.c
1131F: hw/display/tcx.c
1132F: hw/dma/sparc32_dma.c
1133F: hw/misc/eccmemctl.c
1134F: hw/*/slavio_*.c
1135F: include/hw/nvram/sun_nvram.h
1136F: include/hw/sparc/sparc32_dma.h
1137F: include/hw/sparc/sun4m_iommu.h
1138F: pc-bios/openbios-sparc32
1139
1140Sun4u
1141M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1142S: Maintained
1143F: hw/sparc64/sun4u.c
1144F: hw/sparc64/sun4u_iommu.c
1145F: include/hw/sparc/sun4u_iommu.h
1146F: hw/pci-host/sabre.c
1147F: include/hw/pci-host/sabre.h
1148F: hw/pci-bridge/simba.c
1149F: include/hw/pci-bridge/simba.h
1150F: pc-bios/openbios-sparc64
1151
1152Sun4v
1153M: Artyom Tarasenko <atar4qemu@gmail.com>
1154S: Maintained
1155F: hw/sparc64/niagara.c
1156F: hw/timer/sun4v-rtc.c
1157F: include/hw/timer/sun4v-rtc.h
1158
1159Leon3
1160M: Fabien Chouteau <chouteau@adacore.com>
1161M: KONRAD Frederic <frederic.konrad@adacore.com>
1162S: Maintained
1163F: hw/sparc/leon3.c
1164F: hw/*/grlib*
1165F: include/hw/*/grlib*
1166
1167S390 Machines
1168-------------
1169S390 Virtio-ccw
1170M: Cornelia Huck <cohuck@redhat.com>
1171M: Halil Pasic <pasic@linux.ibm.com>
1172M: Christian Borntraeger <borntraeger@de.ibm.com>
1173S: Supported
1174F: hw/char/sclp*.[hc]
1175F: hw/char/terminal3270.c
1176F: hw/s390x/
1177F: include/hw/s390x/
1178F: hw/watchdog/wdt_diag288.c
1179F: include/hw/watchdog/wdt_diag288.h
1180F: default-configs/s390x-softmmu.mak
1181T: git https://github.com/cohuck/qemu.git s390-next
1182T: git https://github.com/borntraeger/qemu.git s390-next
1183L: qemu-s390x@nongnu.org
1184
1185S390-ccw boot
1186M: Christian Borntraeger <borntraeger@de.ibm.com>
1187M: Thomas Huth <thuth@redhat.com>
1188S: Supported
1189F: hw/s390x/ipl.*
1190F: pc-bios/s390-ccw/
1191F: pc-bios/s390-ccw.img
1192F: docs/devel/s390-dasd-ipl.txt
1193T: git https://github.com/borntraeger/qemu.git s390-next
1194L: qemu-s390x@nongnu.org
1195
1196S390 PCI
1197M: Collin Walling <walling@linux.ibm.com>
1198S: Supported
1199F: hw/s390x/s390-pci*
1200L: qemu-s390x@nongnu.org
1201
1202UniCore32 Machines
1203-------------
1204PKUnity-3 SoC initramfs-with-busybox
1205M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1206S: Maintained
1207F: hw/*/puv3*
1208F: hw/unicore32/
1209
1210X86 Machines
1211------------
1212PC
1213M: Michael S. Tsirkin <mst@redhat.com>
1214M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1215S: Supported
1216F: include/hw/i386/
1217F: hw/i386/
1218F: hw/pci-host/piix.c
1219F: hw/pci-host/q35.c
1220F: hw/pci-host/pam.c
1221F: include/hw/pci-host/q35.h
1222F: include/hw/pci-host/pam.h
1223F: hw/isa/piix4.c
1224F: hw/isa/lpc_ich9.c
1225F: hw/i2c/smbus_ich9.c
1226F: hw/acpi/piix4.c
1227F: hw/acpi/ich9.c
1228F: include/hw/acpi/ich9.h
1229F: include/hw/acpi/piix4.h
1230F: hw/misc/sga.c
1231F: hw/isa/apm.c
1232F: include/hw/isa/apm.h
1233F: tests/test-x86-cpuid.c
1234F: tests/test-x86-cpuid-compat.c
1235
1236PC Chipset
1237M: Michael S. Tsirkin <mst@redhat.com>
1238M: Paolo Bonzini <pbonzini@redhat.com>
1239S: Supported
1240F: hw/char/debugcon.c
1241F: hw/char/parallel*
1242F: hw/char/serial*
1243F: hw/dma/i8257*
1244F: hw/i2c/pm_smbus.c
1245F: hw/input/pckbd.c
1246F: hw/intc/apic*
1247F: hw/intc/ioapic*
1248F: hw/intc/i8259*
1249F: hw/isa/isa-superio.c
1250F: hw/misc/debugexit.c
1251F: hw/misc/pc-testdev.c
1252F: hw/timer/hpet*
1253F: hw/timer/i8254*
1254F: hw/timer/mc146818rtc*
1255F: hw/watchdog/wdt_ib700.c
1256F: hw/watchdog/wdt_i6300esb.c
1257F: include/hw/display/vga.h
1258F: include/hw/char/parallel.h
1259F: include/hw/dma/i8257.h
1260F: include/hw/i2c/pm_smbus.h
1261F: include/hw/input/i8042.h
1262F: include/hw/isa/i8259_internal.h
1263F: include/hw/isa/superio.h
1264F: include/hw/timer/hpet.h
1265F: include/hw/timer/i8254*
1266F: include/hw/timer/mc146818rtc*
1267
1268Machine core
1269M: Eduardo Habkost <ehabkost@redhat.com>
1270M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1271S: Supported
1272F: hw/core/machine.c
1273F: hw/core/null-machine.c
1274F: hw/cpu/cluster.c
1275F: include/hw/boards.h
1276F: include/hw/cpu/cluster.h
1277T: git https://github.com/ehabkost/qemu.git machine-next
1278
1279Xtensa Machines
1280---------------
1281sim
1282M: Max Filippov <jcmvbkbc@gmail.com>
1283S: Maintained
1284F: hw/xtensa/sim.c
1285
1286XTFPGA (LX60, LX200, ML605, KC705)
1287M: Max Filippov <jcmvbkbc@gmail.com>
1288S: Maintained
1289F: hw/xtensa/xtfpga.c
1290F: hw/net/opencores_eth.c
1291
1292Devices
1293-------
1294EDU
1295M: Jiri Slaby <jslaby@suse.cz>
1296S: Maintained
1297F: hw/misc/edu.c
1298
1299IDE
1300M: John Snow <jsnow@redhat.com>
1301L: qemu-block@nongnu.org
1302S: Supported
1303F: include/hw/ide.h
1304F: include/hw/ide/
1305F: hw/ide/
1306F: hw/block/block.c
1307F: hw/block/cdrom.c
1308F: hw/block/hd-geometry.c
1309F: tests/ide-test.c
1310F: tests/ahci-test.c
1311F: tests/cdrom-test.c
1312F: tests/libqos/ahci*
1313T: git https://github.com/jnsnow/qemu.git ide
1314
1315IPMI
1316M: Corey Minyard <minyard@acm.org>
1317S: Maintained
1318F: include/hw/ipmi/*
1319F: hw/ipmi/*
1320F: hw/smbios/smbios_type_38.c
1321F: tests/ipmi*
1322T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1323
1324Floppy
1325M: John Snow <jsnow@redhat.com>
1326L: qemu-block@nongnu.org
1327S: Supported
1328F: hw/block/fdc.c
1329F: include/hw/block/fdc.h
1330F: tests/fdc-test.c
1331T: git https://github.com/jnsnow/qemu.git ide
1332
1333OMAP
1334M: Peter Maydell <peter.maydell@linaro.org>
1335S: Maintained
1336F: hw/*/omap*
1337F: include/hw/arm/omap.h
1338
1339IPack
1340M: Alberto Garcia <berto@igalia.com>
1341S: Odd Fixes
1342F: hw/char/ipoctal232.c
1343F: hw/ipack/
1344
1345PCI
1346M: Michael S. Tsirkin <mst@redhat.com>
1347M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1348S: Supported
1349F: include/hw/pci/*
1350F: hw/misc/pci-testdev.c
1351F: hw/pci/*
1352F: hw/pci-bridge/*
1353F: docs/pci*
1354F: docs/specs/*pci*
1355F: default-configs/pci.mak
1356
1357ACPI/SMBIOS
1358M: Michael S. Tsirkin <mst@redhat.com>
1359M: Igor Mammedov <imammedo@redhat.com>
1360S: Supported
1361F: include/hw/acpi/*
1362F: include/hw/firmware/smbios.h
1363F: hw/mem/*
1364F: hw/acpi/*
1365F: hw/smbios/*
1366F: hw/i386/acpi-build.[hc]
1367F: hw/arm/virt-acpi-build.c
1368F: tests/bios-tables-test.c
1369F: tests/acpi-utils.[hc]
1370F: tests/data/acpi/
1371
1372ppc4xx
1373M: David Gibson <david@gibson.dropbear.id.au>
1374L: qemu-ppc@nongnu.org
1375S: Odd Fixes
1376F: hw/ppc/ppc4*.c
1377F: hw/i2c/ppc4xx_i2c.c
1378F: include/hw/ppc/ppc4xx.h
1379F: include/hw/i2c/ppc4xx_i2c.h
1380
1381Character devices
1382M: Marc-André Lureau <marcandre.lureau@redhat.com>
1383R: Paolo Bonzini <pbonzini@redhat.com>
1384S: Odd Fixes
1385F: hw/char/
1386
1387Network devices
1388M: Jason Wang <jasowang@redhat.com>
1389S: Odd Fixes
1390F: hw/net/
1391F: include/hw/net/
1392F: tests/virtio-net-test.c
1393T: git https://github.com/jasowang/qemu.git net
1394
1395Parallel NOR Flash devices
1396M: Philippe Mathieu-Daudé <philmd@redhat.com>
1397T: git https://gitlab.com/philmd/qemu.git pflash-next
1398S: Maintained
1399F: hw/block/pflash_cfi*.c
1400F: include/hw/block/flash.h
1401
1402SCSI
1403M: Paolo Bonzini <pbonzini@redhat.com>
1404R: Fam Zheng <fam@euphon.net>
1405S: Supported
1406F: include/hw/scsi/*
1407F: hw/scsi/*
1408F: tests/virtio-scsi-test.c
1409T: git https://github.com/bonzini/qemu.git scsi-next
1410
1411SSI
1412M: Alistair Francis <alistair@alistair23.me>
1413S: Maintained
1414F: hw/ssi/*
1415F: hw/block/m25p80.c
1416F: include/hw/ssi/ssi.h
1417X: hw/ssi/xilinx_*
1418F: tests/m25p80-test.c
1419
1420Xilinx SPI
1421M: Alistair Francis <alistair@alistair23.me>
1422S: Maintained
1423F: hw/ssi/xilinx_*
1424
1425SD (Secure Card)
1426M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1427S: Odd Fixes
1428F: include/hw/sd/sd*
1429F: hw/sd/core.c
1430F: hw/sd/sd*
1431F: tests/sd*
1432
1433USB
1434M: Gerd Hoffmann <kraxel@redhat.com>
1435S: Maintained
1436F: hw/usb/*
1437F: tests/usb-*-test.c
1438F: docs/usb2.txt
1439F: docs/usb-storage.txt
1440F: include/hw/usb.h
1441F: include/hw/usb/
1442F: default-configs/usb.mak
1443
1444USB (serial adapter)
1445M: Gerd Hoffmann <kraxel@redhat.com>
1446M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1447S: Maintained
1448F: hw/usb/dev-serial.c
1449
1450VFIO
1451M: Alex Williamson <alex.williamson@redhat.com>
1452S: Supported
1453F: hw/vfio/*
1454F: include/hw/vfio/
1455
1456vfio-ccw
1457M: Cornelia Huck <cohuck@redhat.com>
1458M: Eric Farman <farman@linux.ibm.com>
1459M: Farhan Ali <alifm@linux.ibm.com>
1460S: Supported
1461F: hw/vfio/ccw.c
1462F: hw/s390x/s390-ccw.c
1463F: include/hw/s390x/s390-ccw.h
1464F: include/hw/s390x/vfio-ccw.h
1465T: git https://github.com/cohuck/qemu.git s390-next
1466L: qemu-s390x@nongnu.org
1467
1468vfio-ap
1469M: Christian Borntraeger <borntraeger@de.ibm.com>
1470M: Tony Krowiak <akrowiak@linux.ibm.com>
1471M: Halil Pasic <pasic@linux.ibm.com>
1472M: Pierre Morel <pmorel@linux.ibm.com>
1473S: Supported
1474F: hw/s390x/ap-device.c
1475F: hw/s390x/ap-bridge.c
1476F: include/hw/s390x/ap-device.h
1477F: include/hw/s390x/ap-bridge.h
1478F: hw/vfio/ap.c
1479F: docs/vfio-ap.txt
1480L: qemu-s390x@nongnu.org
1481
1482vhost
1483M: Michael S. Tsirkin <mst@redhat.com>
1484S: Supported
1485F: hw/*/*vhost*
1486F: docs/interop/vhost-user.json
1487F: docs/interop/vhost-user.rst
1488F: contrib/vhost-user-*/
1489F: backends/vhost-user.c
1490F: include/sysemu/vhost-user-backend.h
1491
1492virtio
1493M: Michael S. Tsirkin <mst@redhat.com>
1494S: Supported
1495F: hw/*/virtio*
1496F: hw/virtio/Makefile.objs
1497F: hw/virtio/trace-events
1498F: net/vhost-user.c
1499F: include/hw/virtio/
1500F: tests/virtio-balloon-test.c
1501
1502virtio-9p
1503M: Greg Kurz <groug@kaod.org>
1504S: Supported
1505F: hw/9pfs/
1506F: fsdev/
1507F: tests/virtio-9p-test.c
1508T: git https://github.com/gkurz/qemu.git 9p-next
1509
1510virtio-blk
1511M: Stefan Hajnoczi <stefanha@redhat.com>
1512L: qemu-block@nongnu.org
1513S: Supported
1514F: hw/block/virtio-blk.c
1515F: hw/block/dataplane/*
1516F: tests/virtio-blk-test.c
1517T: git https://github.com/stefanha/qemu.git block
1518
1519virtio-ccw
1520M: Cornelia Huck <cohuck@redhat.com>
1521M: Halil Pasic <pasic@linux.ibm.com>
1522S: Supported
1523F: hw/s390x/virtio-ccw*.[hc]
1524F: hw/s390x/vhost-vsock-ccw.c
1525T: git https://github.com/cohuck/qemu.git s390-next
1526T: git https://github.com/borntraeger/qemu.git s390-next
1527L: qemu-s390x@nongnu.org
1528
1529virtio-input
1530M: Gerd Hoffmann <kraxel@redhat.com>
1531S: Maintained
1532F: hw/input/vhost-user-input.c
1533F: hw/input/virtio-input*.c
1534F: include/hw/virtio/virtio-input.h
1535
1536virtio-serial
1537M: Amit Shah <amit@kernel.org>
1538S: Supported
1539F: hw/char/virtio-serial-bus.c
1540F: hw/char/virtio-console.c
1541F: include/hw/virtio/virtio-serial.h
1542F: tests/virtio-console-test.c
1543F: tests/virtio-serial-test.c
1544
1545virtio-rng
1546M: Amit Shah <amit@kernel.org>
1547S: Supported
1548F: hw/virtio/virtio-rng.c
1549F: include/hw/virtio/virtio-rng.h
1550F: include/sysemu/rng*.h
1551F: backends/rng*.c
1552F: tests/virtio-rng-test.c
1553
1554virtio-crypto
1555M: Gonglei <arei.gonglei@huawei.com>
1556S: Supported
1557F: hw/virtio/virtio-crypto.c
1558F: hw/virtio/virtio-crypto-pci.c
1559F: include/hw/virtio/virtio-crypto.h
1560
1561nvme
1562M: Keith Busch <keith.busch@intel.com>
1563L: qemu-block@nongnu.org
1564S: Supported
1565F: hw/block/nvme*
1566F: tests/nvme-test.c
1567
1568megasas
1569M: Hannes Reinecke <hare@suse.com>
1570L: qemu-block@nongnu.org
1571S: Supported
1572F: hw/scsi/megasas.c
1573F: hw/scsi/mfi.h
1574F: tests/megasas-test.c
1575
1576Network packet abstractions
1577M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1578S: Maintained
1579F: include/net/eth.h
1580F: net/eth.c
1581F: hw/net/net_rx_pkt*
1582F: hw/net/net_tx_pkt*
1583
1584Vmware
1585M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1586S: Maintained
1587F: hw/net/vmxnet*
1588F: hw/scsi/vmw_pvscsi*
1589F: tests/vmxnet3-test.c
1590
1591Rocker
1592M: Jiri Pirko <jiri@resnulli.us>
1593S: Maintained
1594F: hw/net/rocker/
1595F: tests/rocker/
1596F: docs/specs/rocker.txt
1597
1598NVDIMM
1599M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1600S: Maintained
1601F: hw/acpi/nvdimm.c
1602F: hw/mem/nvdimm.c
1603F: include/hw/mem/nvdimm.h
1604F: docs/nvdimm.txt
1605
1606e1000x
1607M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1608S: Maintained
1609F: hw/net/e1000x*
1610
1611e1000e
1612M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1613S: Maintained
1614F: hw/net/e1000e*
1615
1616eepro100
1617M: Stefan Weil <sw@weilnetz.de>
1618S: Maintained
1619F: hw/net/eepro100.c
1620
1621Generic Loader
1622M: Alistair Francis <alistair@alistair23.me>
1623S: Maintained
1624F: hw/core/generic-loader.c
1625F: include/hw/core/generic-loader.h
1626F: docs/generic-loader.txt
1627
1628Intel Hexadecimal Object File Loader
1629M: Su Hang <suhang16@mails.ucas.ac.cn>
1630S: Maintained
1631F: tests/hexloader-test.c
1632F: tests/data/hex-loader/test.hex
1633
1634CHRP NVRAM
1635M: Thomas Huth <thuth@redhat.com>
1636S: Maintained
1637F: hw/nvram/chrp_nvram.c
1638F: include/hw/nvram/chrp_nvram.h
1639F: tests/prom-env-test.c
1640
1641VM Generation ID
1642M: Ben Warren <ben@skyportsystems.com>
1643S: Maintained
1644F: hw/acpi/vmgenid.c
1645F: include/hw/acpi/vmgenid.h
1646F: docs/specs/vmgenid.txt
1647F: tests/vmgenid-test.c
1648F: stubs/vmgenid.c
1649
1650Unimplemented device
1651M: Peter Maydell <peter.maydell@linaro.org>
1652R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1653S: Maintained
1654F: include/hw/misc/unimp.h
1655F: hw/misc/unimp.c
1656
1657Standard VGA
1658M: Gerd Hoffmann <kraxel@redhat.com>
1659S: Maintained
1660F: hw/display/vga*
1661F: hw/display/bochs-display.c
1662F: include/hw/display/vga.h
1663F: include/hw/display/bochs-vbe.h
1664
1665ramfb
1666M: Gerd Hoffmann <kraxel@redhat.com>
1667S: Maintained
1668F: hw/display/ramfb*.c
1669F: include/hw/display/ramfb.h
1670
1671virtio-gpu
1672M: Gerd Hoffmann <kraxel@redhat.com>
1673S: Maintained
1674F: hw/display/virtio-gpu*
1675F: hw/display/virtio-vga.c
1676F: include/hw/virtio/virtio-gpu.h
1677
1678Cirrus VGA
1679M: Gerd Hoffmann <kraxel@redhat.com>
1680S: Odd Fixes
1681W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1682F: hw/display/cirrus*
1683
1684EDID Generator
1685M: Gerd Hoffmann <kraxel@redhat.com>
1686S: Maintained
1687F: hw/display/edid*
1688F: include/hw/display/edid.h
1689F: qemu-edid.c
1690
1691Firmware configuration (fw_cfg)
1692M: Philippe Mathieu-Daudé <philmd@redhat.com>
1693R: Laszlo Ersek <lersek@redhat.com>
1694R: Gerd Hoffmann <kraxel@redhat.com>
1695S: Supported
1696F: docs/specs/fw_cfg.txt
1697F: hw/nvram/fw_cfg.c
1698F: include/hw/nvram/fw_cfg.h
1699F: include/standard-headers/linux/qemu_fw_cfg.h
1700F: tests/libqos/fw_cfg.c
1701F: tests/fw_cfg-test.c
1702T: git https://github.com/philmd/qemu.git fw_cfg-next
1703
1704XIVE
1705M: David Gibson <david@gibson.dropbear.id.au>
1706M: Cédric Le Goater <clg@kaod.org>
1707L: qemu-ppc@nongnu.org
1708S: Supported
1709F: hw/*/*xive*
1710F: include/hw/*/*xive*
1711
1712Subsystems
1713----------
1714Audio
1715M: Gerd Hoffmann <kraxel@redhat.com>
1716S: Maintained
1717F: audio/
1718F: hw/audio/
1719F: include/hw/audio/
1720F: tests/ac97-test.c
1721F: tests/es1370-test.c
1722F: tests/intel-hda-test.c
1723
1724Block layer core
1725M: Kevin Wolf <kwolf@redhat.com>
1726M: Max Reitz <mreitz@redhat.com>
1727L: qemu-block@nongnu.org
1728S: Supported
1729F: block*
1730F: block/
1731F: hw/block/
1732F: include/block/
1733F: qemu-img*
1734F: qemu-io*
1735F: tests/qemu-iotests/
1736F: util/qemu-progress.c
1737F: qobject/block-qdict.c
1738F: tests/check-block-qdict.c
1739T: git https://repo.or.cz/qemu/kevin.git block
1740
1741Block I/O path
1742M: Stefan Hajnoczi <stefanha@redhat.com>
1743M: Fam Zheng <fam@euphon.net>
1744L: qemu-block@nongnu.org
1745S: Supported
1746F: util/async.c
1747F: util/aio-*.c
1748F: block/io.c
1749F: migration/block*
1750F: include/block/aio.h
1751F: include/block/aio-wait.h
1752F: scripts/qemugdb/aio.py
1753T: git https://github.com/stefanha/qemu.git block
1754
1755Block SCSI subsystem
1756M: Paolo Bonzini <pbonzini@redhat.com>
1757R: Fam Zheng <fam@euphon.net>
1758L: qemu-block@nongnu.org
1759S: Supported
1760F: include/scsi/*
1761F: scsi/*
1762
1763Block Jobs
1764M: John Snow <jsnow@redhat.com>
1765L: qemu-block@nongnu.org
1766S: Supported
1767F: blockjob.c
1768F: include/block/blockjob.h
1769F: job.c
1770F: job-qmp.c
1771F: include/qemu/job.h
1772F: block/backup.c
1773F: block/commit.c
1774F: block/stream.c
1775F: block/mirror.c
1776F: qapi/job.json
1777T: git https://github.com/jnsnow/qemu.git jobs
1778
1779Block QAPI, monitor, command line
1780M: Markus Armbruster <armbru@redhat.com>
1781S: Supported
1782F: blockdev.c
1783F: block/qapi.c
1784F: qapi/block*.json
1785F: qapi/transaction.json
1786T: git https://repo.or.cz/qemu/armbru.git block-next
1787
1788Dirty Bitmaps
1789M: Fam Zheng <fam@euphon.net>
1790M: John Snow <jsnow@redhat.com>
1791L: qemu-block@nongnu.org
1792S: Supported
1793F: util/hbitmap.c
1794F: block/dirty-bitmap.c
1795F: include/qemu/hbitmap.h
1796F: include/block/dirty-bitmap.h
1797F: tests/test-hbitmap.c
1798F: docs/interop/bitmaps.rst
1799T: git https://github.com/famz/qemu.git bitmaps
1800T: git https://github.com/jnsnow/qemu.git bitmaps
1801
1802Character device backends
1803M: Marc-André Lureau <marcandre.lureau@redhat.com>
1804R: Paolo Bonzini <pbonzini@redhat.com>
1805S: Maintained
1806F: chardev/
1807F: include/chardev/
1808F: qapi/char.json
1809
1810Character Devices (Braille)
1811M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1812S: Maintained
1813F: chardev/baum.c
1814
1815Command line option argument parsing
1816M: Markus Armbruster <armbru@redhat.com>
1817S: Supported
1818F: include/qemu/option.h
1819F: tests/test-keyval.c
1820F: tests/test-qemu-opts.c
1821F: util/keyval.c
1822F: util/qemu-option.c
1823
1824Coverity model
1825M: Markus Armbruster <armbru@redhat.com>
1826S: Supported
1827F: scripts/coverity-model.c
1828
1829CPU
1830L: qemu-devel@nongnu.org
1831S: Supported
1832F: qom/cpu.c
1833F: include/qom/cpu.h
1834
1835Device Tree
1836M: Alistair Francis <alistair.francis@wdc.com>
1837R: David Gibson <david@gibson.dropbear.id.au>
1838S: Maintained
1839F: device_tree.c
1840F: include/sysemu/device_tree.h
1841
1842Dump
1843S: Supported
1844M: Marc-André Lureau <marcandre.lureau@redhat.com>
1845F: dump.c
1846F: hw/misc/vmcoreinfo.c
1847F: include/hw/misc/vmcoreinfo.h
1848F: include/sysemu/dump-arch.h
1849F: include/sysemu/dump.h
1850F: scripts/dump-guest-memory.py
1851F: stubs/dump.c
1852
1853Error reporting
1854M: Markus Armbruster <armbru@redhat.com>
1855S: Supported
1856F: include/qapi/error.h
1857F: include/qemu/error-report.h
1858F: util/error.c
1859F: util/qemu-error.c
1860
1861GDB stub
1862S: Orphan
1863F: gdbstub*
1864F: gdb-xml/
1865
1866Memory API
1867M: Paolo Bonzini <pbonzini@redhat.com>
1868S: Supported
1869F: include/exec/ioport.h
1870F: ioport.c
1871F: include/exec/memory.h
1872F: include/exec/ram_addr.h
1873F: memory.c
1874F: include/exec/memory-internal.h
1875F: exec.c
1876
1877SPICE
1878M: Gerd Hoffmann <kraxel@redhat.com>
1879S: Supported
1880F: include/ui/qemu-spice.h
1881F: include/ui/spice-display.h
1882F: ui/spice-*.c
1883F: audio/spiceaudio.c
1884F: hw/display/qxl*
1885F: qapi/ui.json
1886F: docs/spice-port-fqdn.txt
1887
1888Graphics
1889M: Gerd Hoffmann <kraxel@redhat.com>
1890S: Odd Fixes
1891F: ui/
1892F: include/ui/
1893F: qapi/ui.json
1894F: util/drm.c
1895
1896Cocoa graphics
1897M: Peter Maydell <peter.maydell@linaro.org>
1898S: Odd Fixes
1899F: ui/cocoa.m
1900
1901Main loop
1902M: Paolo Bonzini <pbonzini@redhat.com>
1903S: Maintained
1904F: cpus.c
1905F: util/main-loop.c
1906F: util/qemu-timer.c
1907F: vl.c
1908F: qapi/run-state.json
1909
1910Human Monitor (HMP)
1911M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1912S: Maintained
1913F: monitor.c
1914F: hmp.[ch]
1915F: hmp-commands*.hx
1916F: include/monitor/hmp-target.h
1917F: tests/test-hmp.c
1918F: include/qemu/qemu-print.h
1919F: util/qemu-print.c
1920
1921Network device backends
1922M: Jason Wang <jasowang@redhat.com>
1923S: Maintained
1924F: net/
1925F: include/net/
1926T: git https://github.com/jasowang/qemu.git net
1927F: qapi/net.json
1928
1929Netmap network backend
1930M: Luigi Rizzo <rizzo@iet.unipi.it>
1931M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1932M: Vincenzo Maffione <v.maffione@gmail.com>
1933W: http://info.iet.unipi.it/~luigi/netmap/
1934S: Maintained
1935F: net/netmap.c
1936
1937NUMA
1938M: Eduardo Habkost <ehabkost@redhat.com>
1939S: Maintained
1940F: numa.c
1941F: include/sysemu/numa.h
1942T: git https://github.com/ehabkost/qemu.git machine-next
1943
1944Host Memory Backends
1945M: Eduardo Habkost <ehabkost@redhat.com>
1946M: Igor Mammedov <imammedo@redhat.com>
1947S: Maintained
1948F: backends/hostmem*.c
1949F: include/sysemu/hostmem.h
1950T: git https://github.com/ehabkost/qemu.git machine-next
1951
1952Cryptodev Backends
1953M: Gonglei <arei.gonglei@huawei.com>
1954S: Maintained
1955F: include/sysemu/cryptodev*.h
1956F: backends/cryptodev*.c
1957
1958Python scripts
1959M: Eduardo Habkost <ehabkost@redhat.com>
1960M: Cleber Rosa <crosa@redhat.com>
1961S: Odd fixes
1962F: scripts/qmp/*
1963F: scripts/*.py
1964F: tests/*.py
1965
1966QAPI
1967M: Markus Armbruster <armbru@redhat.com>
1968M: Michael Roth <mdroth@linux.vnet.ibm.com>
1969S: Supported
1970F: qapi/
1971X: qapi/*.json
1972F: include/qapi/
1973X: include/qapi/qmp/
1974F: include/qapi/qmp/dispatch.h
1975F: tests/qapi-schema/
1976F: tests/test-*-visitor.c
1977F: tests/test-qapi-*.c
1978F: tests/test-qmp-*.c
1979F: tests/test-visitor-serialization.c
1980F: scripts/qapi-gen.py
1981F: scripts/qapi/*
1982F: docs/devel/qapi*
1983T: git https://repo.or.cz/qemu/armbru.git qapi-next
1984
1985QAPI Schema
1986M: Eric Blake <eblake@redhat.com>
1987M: Markus Armbruster <armbru@redhat.com>
1988S: Supported
1989F: qapi/*.json
1990T: git https://repo.or.cz/qemu/armbru.git qapi-next
1991
1992QObject
1993M: Markus Armbruster <armbru@redhat.com>
1994S: Supported
1995F: qobject/
1996F: include/qapi/qmp/
1997X: include/qapi/qmp/dispatch.h
1998F: scripts/coccinelle/qobject.cocci
1999F: tests/check-qdict.c
2000F: tests/check-qjson.c
2001F: tests/check-qlist.c
2002F: tests/check-qlit.c
2003F: tests/check-qnull.c
2004F: tests/check-qnum.c
2005F: tests/check-qobject.c
2006F: tests/check-qstring.c
2007F: tests/data/qobject/qdict.txt
2008T: git https://repo.or.cz/qemu/armbru.git qapi-next
2009
2010QEMU Guest Agent
2011M: Michael Roth <mdroth@linux.vnet.ibm.com>
2012S: Maintained
2013F: qga/
2014F: qemu-ga.texi
2015F: scripts/qemu-guest-agent/
2016F: tests/test-qga.c
2017F: docs/interop/qemu-ga-ref.texi
2018T: git https://github.com/mdroth/qemu.git qga
2019
2020QOM
2021M: Andreas Färber <afaerber@suse.de>
2022S: Supported
2023T: git https://github.com/afaerber/qemu-cpu.git qom-next
2024F: include/qom/
2025X: include/qom/cpu.h
2026F: qom/
2027X: qom/cpu.c
2028F: tests/check-qom-interface.c
2029F: tests/check-qom-proplist.c
2030
2031QMP
2032M: Markus Armbruster <armbru@redhat.com>
2033S: Supported
2034F: qmp.c
2035F: monitor.c
2036F: docs/devel/*qmp-*
2037F: docs/interop/*qmp-*
2038F: scripts/qmp/
2039F: tests/qmp-test.c
2040F: tests/qmp-cmd-test.c
2041T: git https://repo.or.cz/qemu/armbru.git qapi-next
2042
2043qtest
2044M: Thomas Huth <thuth@redhat.com>
2045M: Laurent Vivier <lvivier@redhat.com>
2046R: Paolo Bonzini <pbonzini@redhat.com>
2047S: Maintained
2048F: qtest.c
2049F: accel/qtest.c
2050F: tests/libqtest.*
2051F: tests/libqos/
2052F: tests/*-test.c
2053
2054Register API
2055M: Alistair Francis <alistair@alistair23.me>
2056S: Maintained
2057F: hw/core/register.c
2058F: include/hw/register.h
2059F: include/hw/registerfields.h
2060
2061SLIRP
2062M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2063M: Jan Kiszka <jan.kiszka@siemens.com>
2064S: Maintained
2065F: slirp/
2066F: net/slirp.c
2067F: include/net/slirp.h
2068T: git https://people.debian.org/~sthibault/qemu.git slirp
2069T: git git://git.kiszka.org/qemu.git queues/slirp
2070
2071Stubs
2072M: Paolo Bonzini <pbonzini@redhat.com>
2073S: Maintained
2074F: stubs/
2075
2076Tracing
2077M: Stefan Hajnoczi <stefanha@redhat.com>
2078S: Maintained
2079F: trace/
2080F: trace-events
2081F: qemu-option-trace.texi
2082F: scripts/tracetool.py
2083F: scripts/tracetool/
2084F: scripts/qemu-trace-stap*
2085F: docs/devel/tracing.txt
2086T: git https://github.com/stefanha/qemu.git tracing
2087
2088TPM
2089M: Stefan Berger <stefanb@linux.ibm.com>
2090S: Maintained
2091F: tpm.c
2092F: stubs/tpm.c
2093F: hw/tpm/*
2094F: include/hw/acpi/tpm.h
2095F: include/sysemu/tpm*
2096F: qapi/tpm.json
2097F: backends/tpm.c
2098F: tests/*tpm*
2099T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2100
2101Checkpatch
2102S: Odd Fixes
2103F: scripts/checkpatch.pl
2104
2105Migration
2106M: Juan Quintela <quintela@redhat.com>
2107M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2108S: Maintained
2109F: include/migration/
2110F: migration/
2111F: scripts/vmstate-static-checker.py
2112F: tests/vmstate-static-checker-data/
2113F: tests/migration-test.c
2114F: docs/devel/migration.rst
2115F: qapi/migration.json
2116
2117Seccomp
2118M: Eduardo Otubo <otubo@redhat.com>
2119S: Supported
2120F: qemu-seccomp.c
2121F: include/sysemu/seccomp.h
2122
2123Cryptography
2124M: Daniel P. Berrange <berrange@redhat.com>
2125S: Maintained
2126F: crypto/
2127F: include/crypto/
2128F: tests/test-crypto-*
2129F: tests/benchmark-crypto-*
2130F: tests/crypto-tls-*
2131F: tests/pkix_asn1_tab.c
2132F: qemu.sasl
2133
2134Coroutines
2135M: Stefan Hajnoczi <stefanha@redhat.com>
2136M: Kevin Wolf <kwolf@redhat.com>
2137S: Maintained
2138F: util/*coroutine*
2139F: include/qemu/coroutine*
2140F: tests/test-coroutine.c
2141
2142Buffers
2143M: Daniel P. Berrange <berrange@redhat.com>
2144S: Odd fixes
2145F: util/buffer.c
2146F: include/qemu/buffer.h
2147
2148I/O Channels
2149M: Daniel P. Berrange <berrange@redhat.com>
2150S: Maintained
2151F: io/
2152F: include/io/
2153F: tests/test-io-*
2154
2155User authorization
2156M: Daniel P. Berrange <berrange@redhat.com>
2157S: Maintained
2158F: authz/
2159F: qapi/authz.json
2160F: include/authz/
2161F: tests/test-authz-*
2162
2163Sockets
2164M: Daniel P. Berrange <berrange@redhat.com>
2165M: Gerd Hoffmann <kraxel@redhat.com>
2166S: Maintained
2167F: include/qemu/sockets.h
2168F: util/qemu-sockets.c
2169F: qapi/sockets.json
2170
2171File monitor
2172M: Daniel P. Berrange <berrange@redhat.com>
2173S: Odd fixes
2174F: util/filemonitor*.c
2175F: include/qemu/filemonitor.h
2176F: tests/test-util-filemonitor.c
2177
2178Throttling infrastructure
2179M: Alberto Garcia <berto@igalia.com>
2180S: Supported
2181F: block/throttle-groups.c
2182F: include/block/throttle-groups.h
2183F: include/qemu/throttle*.h
2184F: util/throttle.c
2185F: docs/throttle.txt
2186F: tests/test-throttle.c
2187L: qemu-block@nongnu.org
2188
2189UUID
2190M: Fam Zheng <fam@euphon.net>
2191S: Supported
2192F: util/uuid.c
2193F: include/qemu/uuid.h
2194F: tests/test-uuid.c
2195
2196COLO Framework
2197M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2198S: Maintained
2199F: migration/colo*
2200F: include/migration/colo.h
2201F: include/migration/failover.h
2202F: docs/COLO-FT.txt
2203
2204COLO Proxy
2205M: Zhang Chen <chen.zhang@intel.com>
2206M: Li Zhijian <lizhijian@cn.fujitsu.com>
2207S: Supported
2208F: docs/colo-proxy.txt
2209F: net/colo*
2210F: net/filter-rewriter.c
2211F: net/filter-mirror.c
2212
2213Record/replay
2214M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2215R: Paolo Bonzini <pbonzini@redhat.com>
2216W: https://wiki.qemu.org/Features/record-replay
2217S: Supported
2218F: replay/*
2219F: block/blkreplay.c
2220F: net/filter-replay.c
2221F: include/sysemu/replay.h
2222F: docs/replay.txt
2223F: stubs/replay.c
2224
2225IOVA Tree
2226M: Peter Xu <peterx@redhat.com>
2227S: Maintained
2228F: include/qemu/iova-tree.h
2229F: util/iova-tree.c
2230
2231elf2dmp
2232M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2233S: Maintained
2234F: contrib/elf2dmp/
2235
2236I2C and SMBus
2237M: Corey Minyard <cminyard@mvista.com>
2238S: Maintained
2239F: hw/i2c/core.c
2240F: hw/i2c/smbus_slave.c
2241F: hw/i2c/smbus_master.c
2242F: hw/i2c/smbus_eeprom.c
2243F: include/hw/i2c/i2c.h
2244F: include/hw/i2c/smbus_master.h
2245F: include/hw/i2c/smbus_slave.h
2246F: include/hw/i2c/smbus_eeprom.h
2247
2248EDK2 Firmware
2249M: Laszlo Ersek <lersek@redhat.com>
2250M: Philippe Mathieu-Daudé <philmd@redhat.com>
2251S: Supported
2252F: pc-bios/descriptors/??-edk2-*.json
2253F: pc-bios/edk2-*
2254F: roms/Makefile.edk2
2255F: roms/edk2
2256F: roms/edk2-*
2257F: tests/data/uefi-boot-images/
2258F: tests/uefi-test-tools/
2259
2260Usermode Emulation
2261------------------
2262Overall
2263M: Riku Voipio <riku.voipio@iki.fi>
2264S: Maintained
2265F: thunk.c
2266F: accel/tcg/user-exec*.c
2267
2268BSD user
2269S: Orphan
2270F: bsd-user/
2271F: default-configs/*-bsd-user.mak
2272
2273Linux user
2274M: Riku Voipio <riku.voipio@iki.fi>
2275R: Laurent Vivier <laurent@vivier.eu>
2276S: Maintained
2277F: linux-user/
2278F: default-configs/*-linux-user.mak
2279F: scripts/qemu-binfmt-conf.sh
2280
2281Tiny Code Generator (TCG)
2282-------------------------
2283Common code
2284M: Richard Henderson <rth@twiddle.net>
2285S: Maintained
2286F: tcg/
2287
2288AArch64 target
2289M: Claudio Fontana <claudio.fontana@huawei.com>
2290M: Claudio Fontana <claudio.fontana@gmail.com>
2291S: Maintained
2292L: qemu-arm@nongnu.org
2293F: tcg/aarch64/
2294F: disas/arm-a64.cc
2295F: disas/libvixl/
2296
2297ARM target
2298M: Andrzej Zaborowski <balrogg@gmail.com>
2299S: Maintained
2300L: qemu-arm@nongnu.org
2301F: tcg/arm/
2302F: disas/arm.c
2303
2304i386 target
2305M: Richard Henderson <rth@twiddle.net>
2306S: Maintained
2307F: tcg/i386/
2308F: disas/i386.c
2309
2310MIPS target
2311M: Aurelien Jarno <aurelien@aurel32.net>
2312R: Aleksandar Rikalo <arikalo@wavecomp.com>
2313S: Maintained
2314F: tcg/mips/
2315F: disas/mips.c
2316
2317PPC
2318M: Richard Henderson <rth@twiddle.net>
2319S: Odd Fixes
2320F: tcg/ppc/
2321F: disas/ppc.c
2322
2323RISC-V
2324M: Palmer Dabbelt <palmer@sifive.com>
2325M: Alistair Francis <Alistair.Francis@wdc.com>
2326L: qemu-riscv@nongnu.org
2327S: Maintained
2328F: tcg/riscv/
2329F: disas/riscv.c
2330
2331S390 target
2332M: Richard Henderson <rth@twiddle.net>
2333S: Maintained
2334F: tcg/s390/
2335F: disas/s390.c
2336L: qemu-s390x@nongnu.org
2337
2338SPARC target
2339S: Odd Fixes
2340F: tcg/sparc/
2341F: disas/sparc.c
2342
2343TCI target
2344M: Stefan Weil <sw@weilnetz.de>
2345S: Maintained
2346F: tcg/tci/
2347F: tcg/tci.c
2348F: disas/tci.c
2349
2350Block drivers
2351-------------
2352VMDK
2353M: Fam Zheng <fam@euphon.net>
2354L: qemu-block@nongnu.org
2355S: Supported
2356F: block/vmdk.c
2357
2358RBD
2359M: Josh Durgin <jdurgin@redhat.com>
2360L: qemu-block@nongnu.org
2361S: Supported
2362F: block/rbd.c
2363
2364Sheepdog
2365M: Liu Yuan <namei.unix@gmail.com>
2366L: qemu-block@nongnu.org
2367L: sheepdog@lists.wpkg.org
2368S: Odd Fixes
2369F: block/sheepdog.c
2370
2371VHDX
2372M: Jeff Cody <codyprime@gmail.com>
2373L: qemu-block@nongnu.org
2374S: Supported
2375F: block/vhdx*
2376
2377VDI
2378M: Stefan Weil <sw@weilnetz.de>
2379L: qemu-block@nongnu.org
2380S: Maintained
2381F: block/vdi.c
2382
2383iSCSI
2384M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2385M: Paolo Bonzini <pbonzini@redhat.com>
2386M: Peter Lieven <pl@kamp.de>
2387L: qemu-block@nongnu.org
2388S: Odd Fixes
2389F: block/iscsi.c
2390F: block/iscsi-opts.c
2391
2392Network Block Device (NBD)
2393M: Eric Blake <eblake@redhat.com>
2394L: qemu-block@nongnu.org
2395S: Maintained
2396F: block/nbd*
2397F: nbd/
2398F: include/block/nbd*
2399F: qemu-nbd.*
2400F: blockdev-nbd.c
2401F: docs/interop/nbd.txt
2402T: git https://repo.or.cz/qemu/ericb.git nbd
2403
2404NFS
2405M: Peter Lieven <pl@kamp.de>
2406L: qemu-block@nongnu.org
2407S: Maintained
2408F: block/nfs.c
2409
2410SSH
2411M: Richard W.M. Jones <rjones@redhat.com>
2412L: qemu-block@nongnu.org
2413S: Supported
2414F: block/ssh.c
2415
2416CURL
2417L: qemu-block@nongnu.org
2418S: Odd Fixes
2419F: block/curl.c
2420
2421GLUSTER
2422L: qemu-block@nongnu.org
2423L: integration@gluster.org
2424S: Odd Fixes
2425F: block/gluster.c
2426
2427Null Block Driver
2428M: Fam Zheng <fam@euphon.net>
2429L: qemu-block@nongnu.org
2430S: Supported
2431F: block/null.c
2432
2433NVMe Block Driver
2434M: Fam Zheng <fam@euphon.net>
2435L: qemu-block@nongnu.org
2436S: Supported
2437F: block/nvme*
2438
2439Bootdevice
2440M: Gonglei <arei.gonglei@huawei.com>
2441S: Maintained
2442F: bootdevice.c
2443
2444Quorum
2445M: Alberto Garcia <berto@igalia.com>
2446S: Supported
2447F: block/quorum.c
2448L: qemu-block@nongnu.org
2449
2450blklogwrites
2451M: Ari Sundholm <ari@tuxera.com>
2452L: qemu-block@nongnu.org
2453S: Supported
2454F: block/blklogwrites.c
2455
2456blkverify
2457M: Stefan Hajnoczi <stefanha@redhat.com>
2458L: qemu-block@nongnu.org
2459S: Supported
2460F: block/blkverify.c
2461
2462bochs
2463M: Stefan Hajnoczi <stefanha@redhat.com>
2464L: qemu-block@nongnu.org
2465S: Supported
2466F: block/bochs.c
2467
2468cloop
2469M: Stefan Hajnoczi <stefanha@redhat.com>
2470L: qemu-block@nongnu.org
2471S: Supported
2472F: block/cloop.c
2473
2474dmg
2475M: Stefan Hajnoczi <stefanha@redhat.com>
2476L: qemu-block@nongnu.org
2477S: Supported
2478F: block/dmg.c
2479
2480parallels
2481M: Stefan Hajnoczi <stefanha@redhat.com>
2482M: Denis V. Lunev <den@openvz.org>
2483L: qemu-block@nongnu.org
2484S: Supported
2485F: block/parallels.c
2486F: docs/interop/parallels.txt
2487
2488qed
2489M: Stefan Hajnoczi <stefanha@redhat.com>
2490L: qemu-block@nongnu.org
2491S: Supported
2492F: block/qed.c
2493
2494raw
2495M: Kevin Wolf <kwolf@redhat.com>
2496L: qemu-block@nongnu.org
2497S: Supported
2498F: block/linux-aio.c
2499F: include/block/raw-aio.h
2500F: block/raw-format.c
2501F: block/file-posix.c
2502F: block/file-win32.c
2503F: block/win32-aio.c
2504
2505qcow2
2506M: Kevin Wolf <kwolf@redhat.com>
2507M: Max Reitz <mreitz@redhat.com>
2508L: qemu-block@nongnu.org
2509S: Supported
2510F: block/qcow2*
2511F: docs/interop/qcow2.txt
2512
2513qcow
2514M: Kevin Wolf <kwolf@redhat.com>
2515L: qemu-block@nongnu.org
2516S: Supported
2517F: block/qcow.c
2518
2519blkdebug
2520M: Kevin Wolf <kwolf@redhat.com>
2521M: Max Reitz <mreitz@redhat.com>
2522L: qemu-block@nongnu.org
2523S: Supported
2524F: block/blkdebug.c
2525
2526vpc
2527M: Kevin Wolf <kwolf@redhat.com>
2528L: qemu-block@nongnu.org
2529S: Supported
2530F: block/vpc.c
2531
2532vvfat
2533M: Kevin Wolf <kwolf@redhat.com>
2534L: qemu-block@nongnu.org
2535S: Supported
2536F: block/vvfat.c
2537
2538Image format fuzzer
2539M: Stefan Hajnoczi <stefanha@redhat.com>
2540L: qemu-block@nongnu.org
2541S: Supported
2542F: tests/image-fuzzer/
2543
2544Replication
2545M: Wen Congyang <wencongyang2@huawei.com>
2546M: Xie Changlong <xiechanglong.d@gmail.com>
2547S: Supported
2548F: replication*
2549F: block/replication.c
2550F: tests/test-replication.c
2551F: docs/block-replication.txt
2552
2553PVRDMA
2554M: Yuval Shaia <yuval.shaia@oracle.com>
2555M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2556S: Maintained
2557F: hw/rdma/*
2558F: hw/rdma/vmw/*
2559F: docs/pvrdma.txt
2560F: contrib/rdmacm-mux/*
2561F: qapi/rdma.json
2562
2563Build and test automation
2564-------------------------
2565Build and test automation
2566M: Alex Bennée <alex.bennee@linaro.org>
2567M: Fam Zheng <fam@euphon.net>
2568R: Philippe Mathieu-Daudé <philmd@redhat.com>
2569L: qemu-devel@nongnu.org
2570S: Maintained
2571F: .travis.yml
2572F: scripts/travis/
2573F: .shippable.yml
2574F: tests/docker/
2575F: tests/vm/
2576F: scripts/archive-source.sh
2577W: https://travis-ci.org/qemu/qemu
2578W: https://app.shippable.com/github/qemu/qemu
2579W: http://patchew.org/QEMU/
2580
2581FreeBSD Hosted Continuous Integration
2582M: Ed Maste <emaste@freebsd.org>
2583M: Li-Wen Hsu <lwhsu@freebsd.org>
2584L: qemu-devel@nongnu.org
2585S: Maintained
2586F: .cirrus.yml
2587W: https://cirrus-ci.com/github/qemu/qemu
2588
2589GitLab Continuous Integration
2590M: Thomas Huth <thuth@redhat.com>
2591S: Maintained
2592F: .gitlab-ci.yml
2593
2594Guest Test Compilation Support
2595M: Alex Bennée <alex.bennee@linaro.org>
2596R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2597S: Maintained
2598F: tests/tcg/Makefile
2599F: tests/tcg/Makefile.include
2600L: qemu-devel@nongnu.org
2601
2602Documentation
2603-------------
2604Build system architecture
2605M: Daniel P. Berrange <berrange@redhat.com>
2606S: Odd Fixes
2607F: docs/devel/build-system.txt
2608
2609GIT Data Mining Config
2610M: Alex Bennée <alex.bennee@linaro.org>
2611S: Odd Fixes
2612F: gitdm.config
2613F: contrib/gitdm/*
2614
2615Incompatible changes
2616R: libvir-list@redhat.com
2617F: qemu-deprecated.texi
2618
2619Build System
2620------------
2621GIT submodules
2622M: Daniel P. Berrange <berrange@redhat.com>
2623S: Odd Fixes
2624F: scripts/git-submodule.sh
2625
2626Sphinx documentation configuration and build machinery
2627M: Peter Maydell <peter.maydell@linaro.org>
2628S: Maintained
2629F: docs/conf.py
2630F: docs/*/conf.py
2631