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