xref: /openbmc/qemu/MAINTAINERS (revision 5ee5c14c)
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>
1161S: Maintained
1162F: hw/sparc/leon3.c
1163F: hw/*/grlib*
1164F: include/hw/sparc/grlib.h
1165
1166S390 Machines
1167-------------
1168S390 Virtio-ccw
1169M: Cornelia Huck <cohuck@redhat.com>
1170M: Halil Pasic <pasic@linux.ibm.com>
1171M: Christian Borntraeger <borntraeger@de.ibm.com>
1172S: Supported
1173F: hw/char/sclp*.[hc]
1174F: hw/char/terminal3270.c
1175F: hw/s390x/
1176F: include/hw/s390x/
1177F: hw/watchdog/wdt_diag288.c
1178F: include/hw/watchdog/wdt_diag288.h
1179F: default-configs/s390x-softmmu.mak
1180T: git https://github.com/cohuck/qemu.git s390-next
1181T: git https://github.com/borntraeger/qemu.git s390-next
1182L: qemu-s390x@nongnu.org
1183
1184S390-ccw boot
1185M: Christian Borntraeger <borntraeger@de.ibm.com>
1186M: Thomas Huth <thuth@redhat.com>
1187S: Supported
1188F: hw/s390x/ipl.*
1189F: pc-bios/s390-ccw/
1190F: pc-bios/s390-ccw.img
1191F: docs/devel/s390-dasd-ipl.txt
1192T: git https://github.com/borntraeger/qemu.git s390-next
1193L: qemu-s390x@nongnu.org
1194
1195S390 PCI
1196M: Collin Walling <walling@linux.ibm.com>
1197S: Supported
1198F: hw/s390x/s390-pci*
1199L: qemu-s390x@nongnu.org
1200
1201UniCore32 Machines
1202-------------
1203PKUnity-3 SoC initramfs-with-busybox
1204M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1205S: Maintained
1206F: hw/*/puv3*
1207F: hw/unicore32/
1208
1209X86 Machines
1210------------
1211PC
1212M: Michael S. Tsirkin <mst@redhat.com>
1213M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1214S: Supported
1215F: include/hw/i386/
1216F: hw/i386/
1217F: hw/pci-host/piix.c
1218F: hw/pci-host/q35.c
1219F: hw/pci-host/pam.c
1220F: include/hw/pci-host/q35.h
1221F: include/hw/pci-host/pam.h
1222F: hw/isa/piix4.c
1223F: hw/isa/lpc_ich9.c
1224F: hw/i2c/smbus_ich9.c
1225F: hw/acpi/piix4.c
1226F: hw/acpi/ich9.c
1227F: include/hw/acpi/ich9.h
1228F: include/hw/acpi/piix4.h
1229F: hw/misc/sga.c
1230F: hw/isa/apm.c
1231F: include/hw/isa/apm.h
1232F: tests/test-x86-cpuid.c
1233F: tests/test-x86-cpuid-compat.c
1234
1235PC Chipset
1236M: Michael S. Tsirkin <mst@redhat.com>
1237M: Paolo Bonzini <pbonzini@redhat.com>
1238S: Supported
1239F: hw/char/debugcon.c
1240F: hw/char/parallel*
1241F: hw/char/serial*
1242F: hw/dma/i8257*
1243F: hw/i2c/pm_smbus.c
1244F: hw/input/pckbd.c
1245F: hw/intc/apic*
1246F: hw/intc/ioapic*
1247F: hw/intc/i8259*
1248F: hw/isa/isa-superio.c
1249F: hw/misc/debugexit.c
1250F: hw/misc/pc-testdev.c
1251F: hw/timer/hpet*
1252F: hw/timer/i8254*
1253F: hw/timer/mc146818rtc*
1254F: hw/watchdog/wdt_ib700.c
1255F: hw/watchdog/wdt_i6300esb.c
1256F: include/hw/display/vga.h
1257F: include/hw/char/parallel.h
1258F: include/hw/dma/i8257.h
1259F: include/hw/i2c/pm_smbus.h
1260F: include/hw/input/i8042.h
1261F: include/hw/isa/i8259_internal.h
1262F: include/hw/isa/superio.h
1263F: include/hw/timer/hpet.h
1264F: include/hw/timer/i8254*
1265F: include/hw/timer/mc146818rtc*
1266
1267Machine core
1268M: Eduardo Habkost <ehabkost@redhat.com>
1269M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1270S: Supported
1271F: hw/core/machine.c
1272F: hw/core/null-machine.c
1273F: hw/cpu/cluster.c
1274F: include/hw/boards.h
1275F: include/hw/cpu/cluster.h
1276T: git https://github.com/ehabkost/qemu.git machine-next
1277
1278Xtensa Machines
1279---------------
1280sim
1281M: Max Filippov <jcmvbkbc@gmail.com>
1282S: Maintained
1283F: hw/xtensa/sim.c
1284
1285XTFPGA (LX60, LX200, ML605, KC705)
1286M: Max Filippov <jcmvbkbc@gmail.com>
1287S: Maintained
1288F: hw/xtensa/xtfpga.c
1289F: hw/net/opencores_eth.c
1290
1291Devices
1292-------
1293EDU
1294M: Jiri Slaby <jslaby@suse.cz>
1295S: Maintained
1296F: hw/misc/edu.c
1297
1298IDE
1299M: John Snow <jsnow@redhat.com>
1300L: qemu-block@nongnu.org
1301S: Supported
1302F: include/hw/ide.h
1303F: include/hw/ide/
1304F: hw/ide/
1305F: hw/block/block.c
1306F: hw/block/cdrom.c
1307F: hw/block/hd-geometry.c
1308F: tests/ide-test.c
1309F: tests/ahci-test.c
1310F: tests/cdrom-test.c
1311F: tests/libqos/ahci*
1312T: git https://github.com/jnsnow/qemu.git ide
1313
1314IPMI
1315M: Corey Minyard <minyard@acm.org>
1316S: Maintained
1317F: include/hw/ipmi/*
1318F: hw/ipmi/*
1319F: hw/smbios/smbios_type_38.c
1320F: tests/ipmi*
1321T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1322
1323Floppy
1324M: John Snow <jsnow@redhat.com>
1325L: qemu-block@nongnu.org
1326S: Supported
1327F: hw/block/fdc.c
1328F: include/hw/block/fdc.h
1329F: tests/fdc-test.c
1330T: git https://github.com/jnsnow/qemu.git ide
1331
1332OMAP
1333M: Peter Maydell <peter.maydell@linaro.org>
1334S: Maintained
1335F: hw/*/omap*
1336F: include/hw/arm/omap.h
1337
1338IPack
1339M: Alberto Garcia <berto@igalia.com>
1340S: Odd Fixes
1341F: hw/char/ipoctal232.c
1342F: hw/ipack/
1343
1344PCI
1345M: Michael S. Tsirkin <mst@redhat.com>
1346M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1347S: Supported
1348F: include/hw/pci/*
1349F: hw/misc/pci-testdev.c
1350F: hw/pci/*
1351F: hw/pci-bridge/*
1352F: docs/pci*
1353F: docs/specs/*pci*
1354F: default-configs/pci.mak
1355
1356ACPI/SMBIOS
1357M: Michael S. Tsirkin <mst@redhat.com>
1358M: Igor Mammedov <imammedo@redhat.com>
1359S: Supported
1360F: include/hw/acpi/*
1361F: include/hw/firmware/smbios.h
1362F: hw/mem/*
1363F: hw/acpi/*
1364F: hw/smbios/*
1365F: hw/i386/acpi-build.[hc]
1366F: hw/arm/virt-acpi-build.c
1367F: tests/bios-tables-test.c
1368F: tests/acpi-utils.[hc]
1369F: tests/data/acpi/
1370
1371ppc4xx
1372M: David Gibson <david@gibson.dropbear.id.au>
1373L: qemu-ppc@nongnu.org
1374S: Odd Fixes
1375F: hw/ppc/ppc4*.c
1376F: hw/i2c/ppc4xx_i2c.c
1377F: include/hw/ppc/ppc4xx.h
1378F: include/hw/i2c/ppc4xx_i2c.h
1379
1380Character devices
1381M: Marc-André Lureau <marcandre.lureau@redhat.com>
1382R: Paolo Bonzini <pbonzini@redhat.com>
1383S: Odd Fixes
1384F: hw/char/
1385
1386Network devices
1387M: Jason Wang <jasowang@redhat.com>
1388S: Odd Fixes
1389F: hw/net/
1390F: include/hw/net/
1391F: tests/virtio-net-test.c
1392T: git https://github.com/jasowang/qemu.git net
1393
1394Parallel NOR Flash devices
1395M: Philippe Mathieu-Daudé <philmd@redhat.com>
1396T: git https://gitlab.com/philmd/qemu.git pflash-next
1397S: Maintained
1398F: hw/block/pflash_cfi*.c
1399F: include/hw/block/flash.h
1400
1401SCSI
1402M: Paolo Bonzini <pbonzini@redhat.com>
1403R: Fam Zheng <fam@euphon.net>
1404S: Supported
1405F: include/hw/scsi/*
1406F: hw/scsi/*
1407F: tests/virtio-scsi-test.c
1408T: git https://github.com/bonzini/qemu.git scsi-next
1409
1410SSI
1411M: Alistair Francis <alistair@alistair23.me>
1412S: Maintained
1413F: hw/ssi/*
1414F: hw/block/m25p80.c
1415F: include/hw/ssi/ssi.h
1416X: hw/ssi/xilinx_*
1417F: tests/m25p80-test.c
1418
1419Xilinx SPI
1420M: Alistair Francis <alistair@alistair23.me>
1421S: Maintained
1422F: hw/ssi/xilinx_*
1423
1424SD (Secure Card)
1425M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1426S: Odd Fixes
1427F: include/hw/sd/sd*
1428F: hw/sd/core.c
1429F: hw/sd/sd*
1430F: tests/sd*
1431
1432USB
1433M: Gerd Hoffmann <kraxel@redhat.com>
1434S: Maintained
1435F: hw/usb/*
1436F: tests/usb-*-test.c
1437F: docs/usb2.txt
1438F: docs/usb-storage.txt
1439F: include/hw/usb.h
1440F: include/hw/usb/
1441F: default-configs/usb.mak
1442
1443USB (serial adapter)
1444M: Gerd Hoffmann <kraxel@redhat.com>
1445M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1446S: Maintained
1447F: hw/usb/dev-serial.c
1448
1449VFIO
1450M: Alex Williamson <alex.williamson@redhat.com>
1451S: Supported
1452F: hw/vfio/*
1453F: include/hw/vfio/
1454
1455vfio-ccw
1456M: Cornelia Huck <cohuck@redhat.com>
1457M: Eric Farman <farman@linux.ibm.com>
1458M: Farhan Ali <alifm@linux.ibm.com>
1459S: Supported
1460F: hw/vfio/ccw.c
1461F: hw/s390x/s390-ccw.c
1462F: include/hw/s390x/s390-ccw.h
1463F: include/hw/s390x/vfio-ccw.h
1464T: git https://github.com/cohuck/qemu.git s390-next
1465L: qemu-s390x@nongnu.org
1466
1467vfio-ap
1468M: Christian Borntraeger <borntraeger@de.ibm.com>
1469M: Tony Krowiak <akrowiak@linux.ibm.com>
1470M: Halil Pasic <pasic@linux.ibm.com>
1471M: Pierre Morel <pmorel@linux.ibm.com>
1472S: Supported
1473F: hw/s390x/ap-device.c
1474F: hw/s390x/ap-bridge.c
1475F: include/hw/s390x/ap-device.h
1476F: include/hw/s390x/ap-bridge.h
1477F: hw/vfio/ap.c
1478F: docs/vfio-ap.txt
1479L: qemu-s390x@nongnu.org
1480
1481vhost
1482M: Michael S. Tsirkin <mst@redhat.com>
1483S: Supported
1484F: hw/*/*vhost*
1485F: docs/interop/vhost-user.json
1486F: docs/interop/vhost-user.txt
1487F: contrib/vhost-user-*/
1488F: backends/vhost-user.c
1489F: include/sysemu/vhost-user-backend.h
1490
1491virtio
1492M: Michael S. Tsirkin <mst@redhat.com>
1493S: Supported
1494F: hw/*/virtio*
1495F: hw/virtio/Makefile.objs
1496F: hw/virtio/trace-events
1497F: net/vhost-user.c
1498F: include/hw/virtio/
1499F: tests/virtio-balloon-test.c
1500
1501virtio-9p
1502M: Greg Kurz <groug@kaod.org>
1503S: Supported
1504F: hw/9pfs/
1505F: fsdev/
1506F: tests/virtio-9p-test.c
1507T: git https://github.com/gkurz/qemu.git 9p-next
1508
1509virtio-blk
1510M: Stefan Hajnoczi <stefanha@redhat.com>
1511L: qemu-block@nongnu.org
1512S: Supported
1513F: hw/block/virtio-blk.c
1514F: hw/block/dataplane/*
1515F: tests/virtio-blk-test.c
1516T: git https://github.com/stefanha/qemu.git block
1517
1518virtio-ccw
1519M: Cornelia Huck <cohuck@redhat.com>
1520M: Halil Pasic <pasic@linux.ibm.com>
1521S: Supported
1522F: hw/s390x/virtio-ccw*.[hc]
1523F: hw/s390x/vhost-vsock-ccw.c
1524T: git https://github.com/cohuck/qemu.git s390-next
1525T: git https://github.com/borntraeger/qemu.git s390-next
1526L: qemu-s390x@nongnu.org
1527
1528virtio-input
1529M: Gerd Hoffmann <kraxel@redhat.com>
1530S: Maintained
1531F: hw/input/vhost-user-input.c
1532F: hw/input/virtio-input*.c
1533F: include/hw/virtio/virtio-input.h
1534
1535virtio-serial
1536M: Amit Shah <amit@kernel.org>
1537S: Supported
1538F: hw/char/virtio-serial-bus.c
1539F: hw/char/virtio-console.c
1540F: include/hw/virtio/virtio-serial.h
1541F: tests/virtio-console-test.c
1542F: tests/virtio-serial-test.c
1543
1544virtio-rng
1545M: Amit Shah <amit@kernel.org>
1546S: Supported
1547F: hw/virtio/virtio-rng.c
1548F: include/hw/virtio/virtio-rng.h
1549F: include/sysemu/rng*.h
1550F: backends/rng*.c
1551F: tests/virtio-rng-test.c
1552
1553virtio-crypto
1554M: Gonglei <arei.gonglei@huawei.com>
1555S: Supported
1556F: hw/virtio/virtio-crypto.c
1557F: hw/virtio/virtio-crypto-pci.c
1558F: include/hw/virtio/virtio-crypto.h
1559
1560nvme
1561M: Keith Busch <keith.busch@intel.com>
1562L: qemu-block@nongnu.org
1563S: Supported
1564F: hw/block/nvme*
1565F: tests/nvme-test.c
1566
1567megasas
1568M: Hannes Reinecke <hare@suse.com>
1569L: qemu-block@nongnu.org
1570S: Supported
1571F: hw/scsi/megasas.c
1572F: hw/scsi/mfi.h
1573F: tests/megasas-test.c
1574
1575Network packet abstractions
1576M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1577S: Maintained
1578F: include/net/eth.h
1579F: net/eth.c
1580F: hw/net/net_rx_pkt*
1581F: hw/net/net_tx_pkt*
1582
1583Vmware
1584M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1585S: Maintained
1586F: hw/net/vmxnet*
1587F: hw/scsi/vmw_pvscsi*
1588F: tests/vmxnet3-test.c
1589
1590Rocker
1591M: Jiri Pirko <jiri@resnulli.us>
1592S: Maintained
1593F: hw/net/rocker/
1594F: tests/rocker/
1595F: docs/specs/rocker.txt
1596
1597NVDIMM
1598M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1599S: Maintained
1600F: hw/acpi/nvdimm.c
1601F: hw/mem/nvdimm.c
1602F: include/hw/mem/nvdimm.h
1603F: docs/nvdimm.txt
1604
1605e1000x
1606M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1607S: Maintained
1608F: hw/net/e1000x*
1609
1610e1000e
1611M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1612S: Maintained
1613F: hw/net/e1000e*
1614
1615eepro100
1616M: Stefan Weil <sw@weilnetz.de>
1617S: Maintained
1618F: hw/net/eepro100.c
1619
1620Generic Loader
1621M: Alistair Francis <alistair@alistair23.me>
1622S: Maintained
1623F: hw/core/generic-loader.c
1624F: include/hw/core/generic-loader.h
1625F: docs/generic-loader.txt
1626
1627Intel Hexadecimal Object File Loader
1628M: Su Hang <suhang16@mails.ucas.ac.cn>
1629S: Maintained
1630F: tests/hexloader-test.c
1631F: tests/data/hex-loader/test.hex
1632
1633CHRP NVRAM
1634M: Thomas Huth <thuth@redhat.com>
1635S: Maintained
1636F: hw/nvram/chrp_nvram.c
1637F: include/hw/nvram/chrp_nvram.h
1638F: tests/prom-env-test.c
1639
1640VM Generation ID
1641M: Ben Warren <ben@skyportsystems.com>
1642S: Maintained
1643F: hw/acpi/vmgenid.c
1644F: include/hw/acpi/vmgenid.h
1645F: docs/specs/vmgenid.txt
1646F: tests/vmgenid-test.c
1647F: stubs/vmgenid.c
1648
1649Unimplemented device
1650M: Peter Maydell <peter.maydell@linaro.org>
1651R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1652S: Maintained
1653F: include/hw/misc/unimp.h
1654F: hw/misc/unimp.c
1655
1656Standard VGA
1657M: Gerd Hoffmann <kraxel@redhat.com>
1658S: Maintained
1659F: hw/display/vga*
1660F: hw/display/bochs-display.c
1661F: include/hw/display/vga.h
1662F: include/hw/display/bochs-vbe.h
1663
1664ramfb
1665M: Gerd Hoffmann <kraxel@redhat.com>
1666S: Maintained
1667F: hw/display/ramfb*.c
1668F: include/hw/display/ramfb.h
1669
1670virtio-gpu
1671M: Gerd Hoffmann <kraxel@redhat.com>
1672S: Maintained
1673F: hw/display/virtio-gpu*
1674F: hw/display/virtio-vga.c
1675F: include/hw/virtio/virtio-gpu.h
1676
1677Cirrus VGA
1678M: Gerd Hoffmann <kraxel@redhat.com>
1679S: Odd Fixes
1680W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1681F: hw/display/cirrus*
1682
1683EDID Generator
1684M: Gerd Hoffmann <kraxel@redhat.com>
1685S: Maintained
1686F: hw/display/edid*
1687F: include/hw/display/edid.h
1688F: qemu-edid.c
1689
1690Firmware configuration (fw_cfg)
1691M: Philippe Mathieu-Daudé <philmd@redhat.com>
1692R: Laszlo Ersek <lersek@redhat.com>
1693R: Gerd Hoffmann <kraxel@redhat.com>
1694S: Supported
1695F: docs/specs/fw_cfg.txt
1696F: hw/nvram/fw_cfg.c
1697F: include/hw/nvram/fw_cfg.h
1698F: include/standard-headers/linux/qemu_fw_cfg.h
1699F: tests/libqos/fw_cfg.c
1700F: tests/fw_cfg-test.c
1701T: git https://github.com/philmd/qemu.git fw_cfg-next
1702
1703XIVE
1704M: David Gibson <david@gibson.dropbear.id.au>
1705M: Cédric Le Goater <clg@kaod.org>
1706L: qemu-ppc@nongnu.org
1707S: Supported
1708F: hw/*/*xive*
1709F: include/hw/*/*xive*
1710
1711Subsystems
1712----------
1713Audio
1714M: Gerd Hoffmann <kraxel@redhat.com>
1715S: Maintained
1716F: audio/
1717F: hw/audio/
1718F: include/hw/audio/
1719F: tests/ac97-test.c
1720F: tests/es1370-test.c
1721F: tests/intel-hda-test.c
1722
1723Block layer core
1724M: Kevin Wolf <kwolf@redhat.com>
1725M: Max Reitz <mreitz@redhat.com>
1726L: qemu-block@nongnu.org
1727S: Supported
1728F: block*
1729F: block/
1730F: hw/block/
1731F: include/block/
1732F: qemu-img*
1733F: qemu-io*
1734F: tests/qemu-iotests/
1735F: util/qemu-progress.c
1736F: qobject/block-qdict.c
1737F: tests/check-block-qdict.c
1738T: git https://repo.or.cz/qemu/kevin.git block
1739
1740Block I/O path
1741M: Stefan Hajnoczi <stefanha@redhat.com>
1742M: Fam Zheng <fam@euphon.net>
1743L: qemu-block@nongnu.org
1744S: Supported
1745F: util/async.c
1746F: util/aio-*.c
1747F: block/io.c
1748F: migration/block*
1749F: include/block/aio.h
1750F: include/block/aio-wait.h
1751F: scripts/qemugdb/aio.py
1752T: git https://github.com/stefanha/qemu.git block
1753
1754Block SCSI subsystem
1755M: Paolo Bonzini <pbonzini@redhat.com>
1756R: Fam Zheng <fam@euphon.net>
1757L: qemu-block@nongnu.org
1758S: Supported
1759F: include/scsi/*
1760F: scsi/*
1761
1762Block Jobs
1763M: John Snow <jsnow@redhat.com>
1764L: qemu-block@nongnu.org
1765S: Supported
1766F: blockjob.c
1767F: include/block/blockjob.h
1768F: job.c
1769F: job-qmp.c
1770F: include/qemu/job.h
1771F: block/backup.c
1772F: block/commit.c
1773F: block/stream.c
1774F: block/mirror.c
1775F: qapi/job.json
1776T: git https://github.com/jnsnow/qemu.git jobs
1777
1778Block QAPI, monitor, command line
1779M: Markus Armbruster <armbru@redhat.com>
1780S: Supported
1781F: blockdev.c
1782F: block/qapi.c
1783F: qapi/block*.json
1784F: qapi/transaction.json
1785T: git https://repo.or.cz/qemu/armbru.git block-next
1786
1787Dirty Bitmaps
1788M: Fam Zheng <fam@euphon.net>
1789M: John Snow <jsnow@redhat.com>
1790L: qemu-block@nongnu.org
1791S: Supported
1792F: util/hbitmap.c
1793F: block/dirty-bitmap.c
1794F: include/qemu/hbitmap.h
1795F: include/block/dirty-bitmap.h
1796F: tests/test-hbitmap.c
1797F: docs/interop/bitmaps.rst
1798T: git https://github.com/famz/qemu.git bitmaps
1799T: git https://github.com/jnsnow/qemu.git bitmaps
1800
1801Character device backends
1802M: Marc-André Lureau <marcandre.lureau@redhat.com>
1803R: Paolo Bonzini <pbonzini@redhat.com>
1804S: Maintained
1805F: chardev/
1806F: include/chardev/
1807F: qapi/char.json
1808
1809Character Devices (Braille)
1810M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1811S: Maintained
1812F: chardev/baum.c
1813
1814Command line option argument parsing
1815M: Markus Armbruster <armbru@redhat.com>
1816S: Supported
1817F: include/qemu/option.h
1818F: tests/test-keyval.c
1819F: tests/test-qemu-opts.c
1820F: util/keyval.c
1821F: util/qemu-option.c
1822
1823Coverity model
1824M: Markus Armbruster <armbru@redhat.com>
1825S: Supported
1826F: scripts/coverity-model.c
1827
1828CPU
1829L: qemu-devel@nongnu.org
1830S: Supported
1831F: qom/cpu.c
1832F: include/qom/cpu.h
1833
1834Device Tree
1835M: Alistair Francis <alistair.francis@wdc.com>
1836R: David Gibson <david@gibson.dropbear.id.au>
1837S: Maintained
1838F: device_tree.c
1839F: include/sysemu/device_tree.h
1840
1841Dump
1842S: Supported
1843M: Marc-André Lureau <marcandre.lureau@redhat.com>
1844F: dump.c
1845F: hw/misc/vmcoreinfo.c
1846F: include/hw/misc/vmcoreinfo.h
1847F: include/sysemu/dump-arch.h
1848F: include/sysemu/dump.h
1849F: scripts/dump-guest-memory.py
1850F: stubs/dump.c
1851
1852Error reporting
1853M: Markus Armbruster <armbru@redhat.com>
1854S: Supported
1855F: include/qapi/error.h
1856F: include/qemu/error-report.h
1857F: util/error.c
1858F: util/qemu-error.c
1859
1860GDB stub
1861S: Orphan
1862F: gdbstub*
1863F: gdb-xml/
1864
1865Memory API
1866M: Paolo Bonzini <pbonzini@redhat.com>
1867S: Supported
1868F: include/exec/ioport.h
1869F: ioport.c
1870F: include/exec/memory.h
1871F: include/exec/ram_addr.h
1872F: memory.c
1873F: include/exec/memory-internal.h
1874F: exec.c
1875
1876SPICE
1877M: Gerd Hoffmann <kraxel@redhat.com>
1878S: Supported
1879F: include/ui/qemu-spice.h
1880F: include/ui/spice-display.h
1881F: ui/spice-*.c
1882F: audio/spiceaudio.c
1883F: hw/display/qxl*
1884F: qapi/ui.json
1885F: docs/spice-port-fqdn.txt
1886
1887Graphics
1888M: Gerd Hoffmann <kraxel@redhat.com>
1889S: Odd Fixes
1890F: ui/
1891F: include/ui/
1892F: qapi/ui.json
1893F: util/drm.c
1894
1895Cocoa graphics
1896M: Peter Maydell <peter.maydell@linaro.org>
1897S: Odd Fixes
1898F: ui/cocoa.m
1899
1900Main loop
1901M: Paolo Bonzini <pbonzini@redhat.com>
1902S: Maintained
1903F: cpus.c
1904F: util/main-loop.c
1905F: util/qemu-timer.c
1906F: vl.c
1907F: qapi/run-state.json
1908
1909Human Monitor (HMP)
1910M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1911S: Maintained
1912F: monitor.c
1913F: hmp.[ch]
1914F: hmp-commands*.hx
1915F: include/monitor/hmp-target.h
1916F: tests/test-hmp.c
1917F: include/qemu/qemu-print.h
1918F: util/qemu-print.c
1919
1920Network device backends
1921M: Jason Wang <jasowang@redhat.com>
1922S: Maintained
1923F: net/
1924F: include/net/
1925T: git https://github.com/jasowang/qemu.git net
1926F: qapi/net.json
1927
1928Netmap network backend
1929M: Luigi Rizzo <rizzo@iet.unipi.it>
1930M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1931M: Vincenzo Maffione <v.maffione@gmail.com>
1932W: http://info.iet.unipi.it/~luigi/netmap/
1933S: Maintained
1934F: net/netmap.c
1935
1936NUMA
1937M: Eduardo Habkost <ehabkost@redhat.com>
1938S: Maintained
1939F: numa.c
1940F: include/sysemu/numa.h
1941T: git https://github.com/ehabkost/qemu.git machine-next
1942
1943Host Memory Backends
1944M: Eduardo Habkost <ehabkost@redhat.com>
1945M: Igor Mammedov <imammedo@redhat.com>
1946S: Maintained
1947F: backends/hostmem*.c
1948F: include/sysemu/hostmem.h
1949T: git https://github.com/ehabkost/qemu.git machine-next
1950
1951Cryptodev Backends
1952M: Gonglei <arei.gonglei@huawei.com>
1953S: Maintained
1954F: include/sysemu/cryptodev*.h
1955F: backends/cryptodev*.c
1956
1957Python scripts
1958M: Eduardo Habkost <ehabkost@redhat.com>
1959M: Cleber Rosa <crosa@redhat.com>
1960S: Odd fixes
1961F: scripts/qmp/*
1962F: scripts/*.py
1963F: tests/*.py
1964
1965QAPI
1966M: Markus Armbruster <armbru@redhat.com>
1967M: Michael Roth <mdroth@linux.vnet.ibm.com>
1968S: Supported
1969F: qapi/
1970X: qapi/*.json
1971F: include/qapi/
1972X: include/qapi/qmp/
1973F: include/qapi/qmp/dispatch.h
1974F: tests/qapi-schema/
1975F: tests/test-*-visitor.c
1976F: tests/test-qapi-*.c
1977F: tests/test-qmp-*.c
1978F: tests/test-visitor-serialization.c
1979F: scripts/qapi-gen.py
1980F: scripts/qapi/*
1981F: docs/devel/qapi*
1982T: git https://repo.or.cz/qemu/armbru.git qapi-next
1983
1984QAPI Schema
1985M: Eric Blake <eblake@redhat.com>
1986M: Markus Armbruster <armbru@redhat.com>
1987S: Supported
1988F: qapi/*.json
1989T: git https://repo.or.cz/qemu/armbru.git qapi-next
1990
1991QObject
1992M: Markus Armbruster <armbru@redhat.com>
1993S: Supported
1994F: qobject/
1995F: include/qapi/qmp/
1996X: include/qapi/qmp/dispatch.h
1997F: scripts/coccinelle/qobject.cocci
1998F: tests/check-qdict.c
1999F: tests/check-qjson.c
2000F: tests/check-qlist.c
2001F: tests/check-qlit.c
2002F: tests/check-qnull.c
2003F: tests/check-qnum.c
2004F: tests/check-qobject.c
2005F: tests/check-qstring.c
2006F: tests/data/qobject/qdict.txt
2007T: git https://repo.or.cz/qemu/armbru.git qapi-next
2008
2009QEMU Guest Agent
2010M: Michael Roth <mdroth@linux.vnet.ibm.com>
2011S: Maintained
2012F: qga/
2013F: qemu-ga.texi
2014F: scripts/qemu-guest-agent/
2015F: tests/test-qga.c
2016F: docs/interop/qemu-ga-ref.texi
2017T: git https://github.com/mdroth/qemu.git qga
2018
2019QOM
2020M: Andreas Färber <afaerber@suse.de>
2021S: Supported
2022T: git https://github.com/afaerber/qemu-cpu.git qom-next
2023F: include/qom/
2024X: include/qom/cpu.h
2025F: qom/
2026X: qom/cpu.c
2027F: tests/check-qom-interface.c
2028F: tests/check-qom-proplist.c
2029
2030QMP
2031M: Markus Armbruster <armbru@redhat.com>
2032S: Supported
2033F: qmp.c
2034F: monitor.c
2035F: docs/devel/*qmp-*
2036F: docs/interop/*qmp-*
2037F: scripts/qmp/
2038F: tests/qmp-test.c
2039F: tests/qmp-cmd-test.c
2040T: git https://repo.or.cz/qemu/armbru.git qapi-next
2041
2042qtest
2043M: Thomas Huth <thuth@redhat.com>
2044M: Laurent Vivier <lvivier@redhat.com>
2045R: Paolo Bonzini <pbonzini@redhat.com>
2046S: Maintained
2047F: qtest.c
2048F: accel/qtest.c
2049F: tests/libqtest.*
2050F: tests/libqos/
2051F: tests/*-test.c
2052
2053Register API
2054M: Alistair Francis <alistair@alistair23.me>
2055S: Maintained
2056F: hw/core/register.c
2057F: include/hw/register.h
2058F: include/hw/registerfields.h
2059
2060SLIRP
2061M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2062M: Jan Kiszka <jan.kiszka@siemens.com>
2063S: Maintained
2064F: slirp/
2065F: net/slirp.c
2066F: include/net/slirp.h
2067T: git https://people.debian.org/~sthibault/qemu.git slirp
2068T: git git://git.kiszka.org/qemu.git queues/slirp
2069
2070Stubs
2071M: Paolo Bonzini <pbonzini@redhat.com>
2072S: Maintained
2073F: stubs/
2074
2075Tracing
2076M: Stefan Hajnoczi <stefanha@redhat.com>
2077S: Maintained
2078F: trace/
2079F: trace-events
2080F: qemu-option-trace.texi
2081F: scripts/tracetool.py
2082F: scripts/tracetool/
2083F: scripts/qemu-trace-stap*
2084F: docs/devel/tracing.txt
2085T: git https://github.com/stefanha/qemu.git tracing
2086
2087TPM
2088M: Stefan Berger <stefanb@linux.ibm.com>
2089S: Maintained
2090F: tpm.c
2091F: stubs/tpm.c
2092F: hw/tpm/*
2093F: include/hw/acpi/tpm.h
2094F: include/sysemu/tpm*
2095F: qapi/tpm.json
2096F: backends/tpm.c
2097F: tests/*tpm*
2098T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2099
2100Checkpatch
2101S: Odd Fixes
2102F: scripts/checkpatch.pl
2103
2104Migration
2105M: Juan Quintela <quintela@redhat.com>
2106M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2107S: Maintained
2108F: include/migration/
2109F: migration/
2110F: scripts/vmstate-static-checker.py
2111F: tests/vmstate-static-checker-data/
2112F: tests/migration-test.c
2113F: docs/devel/migration.rst
2114F: qapi/migration.json
2115
2116Seccomp
2117M: Eduardo Otubo <otubo@redhat.com>
2118S: Supported
2119F: qemu-seccomp.c
2120F: include/sysemu/seccomp.h
2121
2122Cryptography
2123M: Daniel P. Berrange <berrange@redhat.com>
2124S: Maintained
2125F: crypto/
2126F: include/crypto/
2127F: tests/test-crypto-*
2128F: tests/benchmark-crypto-*
2129F: tests/crypto-tls-*
2130F: tests/pkix_asn1_tab.c
2131F: qemu.sasl
2132
2133Coroutines
2134M: Stefan Hajnoczi <stefanha@redhat.com>
2135M: Kevin Wolf <kwolf@redhat.com>
2136S: Maintained
2137F: util/*coroutine*
2138F: include/qemu/coroutine*
2139F: tests/test-coroutine.c
2140
2141Buffers
2142M: Daniel P. Berrange <berrange@redhat.com>
2143S: Odd fixes
2144F: util/buffer.c
2145F: include/qemu/buffer.h
2146
2147I/O Channels
2148M: Daniel P. Berrange <berrange@redhat.com>
2149S: Maintained
2150F: io/
2151F: include/io/
2152F: tests/test-io-*
2153
2154User authorization
2155M: Daniel P. Berrange <berrange@redhat.com>
2156S: Maintained
2157F: authz/
2158F: qapi/authz.json
2159F: include/authz/
2160F: tests/test-authz-*
2161
2162Sockets
2163M: Daniel P. Berrange <berrange@redhat.com>
2164M: Gerd Hoffmann <kraxel@redhat.com>
2165S: Maintained
2166F: include/qemu/sockets.h
2167F: util/qemu-sockets.c
2168F: qapi/sockets.json
2169
2170File monitor
2171M: Daniel P. Berrange <berrange@redhat.com>
2172S: Odd fixes
2173F: util/filemonitor*.c
2174F: include/qemu/filemonitor.h
2175F: tests/test-util-filemonitor.c
2176
2177Throttling infrastructure
2178M: Alberto Garcia <berto@igalia.com>
2179S: Supported
2180F: block/throttle-groups.c
2181F: include/block/throttle-groups.h
2182F: include/qemu/throttle*.h
2183F: util/throttle.c
2184F: docs/throttle.txt
2185F: tests/test-throttle.c
2186L: qemu-block@nongnu.org
2187
2188UUID
2189M: Fam Zheng <fam@euphon.net>
2190S: Supported
2191F: util/uuid.c
2192F: include/qemu/uuid.h
2193F: tests/test-uuid.c
2194
2195COLO Framework
2196M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2197S: Maintained
2198F: migration/colo*
2199F: include/migration/colo.h
2200F: include/migration/failover.h
2201F: docs/COLO-FT.txt
2202
2203COLO Proxy
2204M: Zhang Chen <chen.zhang@intel.com>
2205M: Li Zhijian <lizhijian@cn.fujitsu.com>
2206S: Supported
2207F: docs/colo-proxy.txt
2208F: net/colo*
2209F: net/filter-rewriter.c
2210F: net/filter-mirror.c
2211
2212Record/replay
2213M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2214R: Paolo Bonzini <pbonzini@redhat.com>
2215W: https://wiki.qemu.org/Features/record-replay
2216S: Supported
2217F: replay/*
2218F: block/blkreplay.c
2219F: net/filter-replay.c
2220F: include/sysemu/replay.h
2221F: docs/replay.txt
2222F: stubs/replay.c
2223
2224IOVA Tree
2225M: Peter Xu <peterx@redhat.com>
2226S: Maintained
2227F: include/qemu/iova-tree.h
2228F: util/iova-tree.c
2229
2230elf2dmp
2231M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2232S: Maintained
2233F: contrib/elf2dmp/
2234
2235I2C and SMBus
2236M: Corey Minyard <cminyard@mvista.com>
2237S: Maintained
2238F: hw/i2c/core.c
2239F: hw/i2c/smbus_slave.c
2240F: hw/i2c/smbus_master.c
2241F: hw/i2c/smbus_eeprom.c
2242F: include/hw/i2c/i2c.h
2243F: include/hw/i2c/smbus_master.h
2244F: include/hw/i2c/smbus_slave.h
2245F: include/hw/i2c/smbus_eeprom.h
2246
2247EDK2 Firmware
2248M: Laszlo Ersek <lersek@redhat.com>
2249M: Philippe Mathieu-Daudé <philmd@redhat.com>
2250S: Supported
2251F: pc-bios/descriptors/??-edk2-*.json
2252F: pc-bios/edk2-*
2253F: roms/Makefile.edk2
2254F: roms/edk2
2255F: roms/edk2-*
2256F: tests/data/uefi-boot-images/
2257F: tests/uefi-test-tools/
2258
2259Usermode Emulation
2260------------------
2261Overall
2262M: Riku Voipio <riku.voipio@iki.fi>
2263S: Maintained
2264F: thunk.c
2265F: accel/tcg/user-exec*.c
2266
2267BSD user
2268S: Orphan
2269F: bsd-user/
2270F: default-configs/*-bsd-user.mak
2271
2272Linux user
2273M: Riku Voipio <riku.voipio@iki.fi>
2274R: Laurent Vivier <laurent@vivier.eu>
2275S: Maintained
2276F: linux-user/
2277F: default-configs/*-linux-user.mak
2278F: scripts/qemu-binfmt-conf.sh
2279
2280Tiny Code Generator (TCG)
2281-------------------------
2282Common code
2283M: Richard Henderson <rth@twiddle.net>
2284S: Maintained
2285F: tcg/
2286
2287AArch64 target
2288M: Claudio Fontana <claudio.fontana@huawei.com>
2289M: Claudio Fontana <claudio.fontana@gmail.com>
2290S: Maintained
2291L: qemu-arm@nongnu.org
2292F: tcg/aarch64/
2293F: disas/arm-a64.cc
2294F: disas/libvixl/
2295
2296ARM target
2297M: Andrzej Zaborowski <balrogg@gmail.com>
2298S: Maintained
2299L: qemu-arm@nongnu.org
2300F: tcg/arm/
2301F: disas/arm.c
2302
2303i386 target
2304M: Richard Henderson <rth@twiddle.net>
2305S: Maintained
2306F: tcg/i386/
2307F: disas/i386.c
2308
2309MIPS target
2310M: Aurelien Jarno <aurelien@aurel32.net>
2311R: Aleksandar Rikalo <arikalo@wavecomp.com>
2312S: Maintained
2313F: tcg/mips/
2314F: disas/mips.c
2315
2316PPC
2317M: Richard Henderson <rth@twiddle.net>
2318S: Odd Fixes
2319F: tcg/ppc/
2320F: disas/ppc.c
2321
2322RISC-V
2323M: Palmer Dabbelt <palmer@sifive.com>
2324M: Alistair Francis <Alistair.Francis@wdc.com>
2325L: qemu-riscv@nongnu.org
2326S: Maintained
2327F: tcg/riscv/
2328F: disas/riscv.c
2329
2330S390 target
2331M: Richard Henderson <rth@twiddle.net>
2332S: Maintained
2333F: tcg/s390/
2334F: disas/s390.c
2335L: qemu-s390x@nongnu.org
2336
2337SPARC target
2338S: Odd Fixes
2339F: tcg/sparc/
2340F: disas/sparc.c
2341
2342TCI target
2343M: Stefan Weil <sw@weilnetz.de>
2344S: Maintained
2345F: tcg/tci/
2346F: tcg/tci.c
2347F: disas/tci.c
2348
2349Block drivers
2350-------------
2351VMDK
2352M: Fam Zheng <fam@euphon.net>
2353L: qemu-block@nongnu.org
2354S: Supported
2355F: block/vmdk.c
2356
2357RBD
2358M: Josh Durgin <jdurgin@redhat.com>
2359L: qemu-block@nongnu.org
2360S: Supported
2361F: block/rbd.c
2362
2363Sheepdog
2364M: Liu Yuan <namei.unix@gmail.com>
2365L: qemu-block@nongnu.org
2366L: sheepdog@lists.wpkg.org
2367S: Odd Fixes
2368F: block/sheepdog.c
2369
2370VHDX
2371M: Jeff Cody <codyprime@gmail.com>
2372L: qemu-block@nongnu.org
2373S: Supported
2374F: block/vhdx*
2375
2376VDI
2377M: Stefan Weil <sw@weilnetz.de>
2378L: qemu-block@nongnu.org
2379S: Maintained
2380F: block/vdi.c
2381
2382iSCSI
2383M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2384M: Paolo Bonzini <pbonzini@redhat.com>
2385M: Peter Lieven <pl@kamp.de>
2386L: qemu-block@nongnu.org
2387S: Odd Fixes
2388F: block/iscsi.c
2389F: block/iscsi-opts.c
2390
2391Network Block Device (NBD)
2392M: Eric Blake <eblake@redhat.com>
2393L: qemu-block@nongnu.org
2394S: Maintained
2395F: block/nbd*
2396F: nbd/
2397F: include/block/nbd*
2398F: qemu-nbd.*
2399F: blockdev-nbd.c
2400F: docs/interop/nbd.txt
2401T: git https://repo.or.cz/qemu/ericb.git nbd
2402
2403NFS
2404M: Peter Lieven <pl@kamp.de>
2405L: qemu-block@nongnu.org
2406S: Maintained
2407F: block/nfs.c
2408
2409SSH
2410M: Richard W.M. Jones <rjones@redhat.com>
2411L: qemu-block@nongnu.org
2412S: Supported
2413F: block/ssh.c
2414
2415CURL
2416L: qemu-block@nongnu.org
2417S: Odd Fixes
2418F: block/curl.c
2419
2420GLUSTER
2421L: qemu-block@nongnu.org
2422L: integration@gluster.org
2423S: Odd Fixes
2424F: block/gluster.c
2425
2426Null Block Driver
2427M: Fam Zheng <fam@euphon.net>
2428L: qemu-block@nongnu.org
2429S: Supported
2430F: block/null.c
2431
2432NVMe Block Driver
2433M: Fam Zheng <fam@euphon.net>
2434L: qemu-block@nongnu.org
2435S: Supported
2436F: block/nvme*
2437
2438Bootdevice
2439M: Gonglei <arei.gonglei@huawei.com>
2440S: Maintained
2441F: bootdevice.c
2442
2443Quorum
2444M: Alberto Garcia <berto@igalia.com>
2445S: Supported
2446F: block/quorum.c
2447L: qemu-block@nongnu.org
2448
2449blklogwrites
2450M: Ari Sundholm <ari@tuxera.com>
2451L: qemu-block@nongnu.org
2452S: Supported
2453F: block/blklogwrites.c
2454
2455blkverify
2456M: Stefan Hajnoczi <stefanha@redhat.com>
2457L: qemu-block@nongnu.org
2458S: Supported
2459F: block/blkverify.c
2460
2461bochs
2462M: Stefan Hajnoczi <stefanha@redhat.com>
2463L: qemu-block@nongnu.org
2464S: Supported
2465F: block/bochs.c
2466
2467cloop
2468M: Stefan Hajnoczi <stefanha@redhat.com>
2469L: qemu-block@nongnu.org
2470S: Supported
2471F: block/cloop.c
2472
2473dmg
2474M: Stefan Hajnoczi <stefanha@redhat.com>
2475L: qemu-block@nongnu.org
2476S: Supported
2477F: block/dmg.c
2478
2479parallels
2480M: Stefan Hajnoczi <stefanha@redhat.com>
2481M: Denis V. Lunev <den@openvz.org>
2482L: qemu-block@nongnu.org
2483S: Supported
2484F: block/parallels.c
2485F: docs/interop/parallels.txt
2486
2487qed
2488M: Stefan Hajnoczi <stefanha@redhat.com>
2489L: qemu-block@nongnu.org
2490S: Supported
2491F: block/qed.c
2492
2493raw
2494M: Kevin Wolf <kwolf@redhat.com>
2495L: qemu-block@nongnu.org
2496S: Supported
2497F: block/linux-aio.c
2498F: include/block/raw-aio.h
2499F: block/raw-format.c
2500F: block/file-posix.c
2501F: block/file-win32.c
2502F: block/win32-aio.c
2503
2504qcow2
2505M: Kevin Wolf <kwolf@redhat.com>
2506M: Max Reitz <mreitz@redhat.com>
2507L: qemu-block@nongnu.org
2508S: Supported
2509F: block/qcow2*
2510F: docs/interop/qcow2.txt
2511
2512qcow
2513M: Kevin Wolf <kwolf@redhat.com>
2514L: qemu-block@nongnu.org
2515S: Supported
2516F: block/qcow.c
2517
2518blkdebug
2519M: Kevin Wolf <kwolf@redhat.com>
2520M: Max Reitz <mreitz@redhat.com>
2521L: qemu-block@nongnu.org
2522S: Supported
2523F: block/blkdebug.c
2524
2525vpc
2526M: Kevin Wolf <kwolf@redhat.com>
2527L: qemu-block@nongnu.org
2528S: Supported
2529F: block/vpc.c
2530
2531vvfat
2532M: Kevin Wolf <kwolf@redhat.com>
2533L: qemu-block@nongnu.org
2534S: Supported
2535F: block/vvfat.c
2536
2537Image format fuzzer
2538M: Stefan Hajnoczi <stefanha@redhat.com>
2539L: qemu-block@nongnu.org
2540S: Supported
2541F: tests/image-fuzzer/
2542
2543Replication
2544M: Wen Congyang <wencongyang2@huawei.com>
2545M: Xie Changlong <xiechanglong.d@gmail.com>
2546S: Supported
2547F: replication*
2548F: block/replication.c
2549F: tests/test-replication.c
2550F: docs/block-replication.txt
2551
2552PVRDMA
2553M: Yuval Shaia <yuval.shaia@oracle.com>
2554M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2555S: Maintained
2556F: hw/rdma/*
2557F: hw/rdma/vmw/*
2558F: docs/pvrdma.txt
2559F: contrib/rdmacm-mux/*
2560F: qapi/rdma.json
2561
2562Build and test automation
2563-------------------------
2564Build and test automation
2565M: Alex Bennée <alex.bennee@linaro.org>
2566M: Fam Zheng <fam@euphon.net>
2567R: Philippe Mathieu-Daudé <philmd@redhat.com>
2568L: qemu-devel@nongnu.org
2569S: Maintained
2570F: .travis.yml
2571F: scripts/travis/
2572F: .shippable.yml
2573F: tests/docker/
2574F: tests/vm/
2575F: scripts/archive-source.sh
2576W: https://travis-ci.org/qemu/qemu
2577W: https://app.shippable.com/github/qemu/qemu
2578W: http://patchew.org/QEMU/
2579
2580FreeBSD Hosted Continuous Integration
2581M: Ed Maste <emaste@freebsd.org>
2582M: Li-Wen Hsu <lwhsu@freebsd.org>
2583L: qemu-devel@nongnu.org
2584S: Maintained
2585F: .cirrus.yml
2586W: https://cirrus-ci.com/github/qemu/qemu
2587
2588GitLab Continuous Integration
2589M: Thomas Huth <thuth@redhat.com>
2590S: Maintained
2591F: .gitlab-ci.yml
2592
2593Guest Test Compilation Support
2594M: Alex Bennée <alex.bennee@linaro.org>
2595R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2596S: Maintained
2597F: tests/tcg/Makefile
2598F: tests/tcg/Makefile.include
2599L: qemu-devel@nongnu.org
2600
2601Documentation
2602-------------
2603Build system architecture
2604M: Daniel P. Berrange <berrange@redhat.com>
2605S: Odd Fixes
2606F: docs/devel/build-system.txt
2607
2608GIT Data Mining Config
2609M: Alex Bennée <alex.bennee@linaro.org>
2610S: Odd Fixes
2611F: gitdm.config
2612F: contrib/gitdm/*
2613
2614Incompatible changes
2615R: libvir-list@redhat.com
2616F: qemu-deprecated.texi
2617
2618Build System
2619------------
2620GIT submodules
2621M: Daniel P. Berrange <berrange@redhat.com>
2622S: Odd Fixes
2623F: scripts/git-submodule.sh
2624
2625Sphinx documentation configuration and build machinery
2626M: Peter Maydell <peter.maydell@linaro.org>
2627S: Maintained
2628F: docs/conf.py
2629F: docs/*/conf.py
2630