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