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