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