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