xref: /openbmc/qemu/MAINTAINERS (revision 8bca9a03)
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	R: Designated reviewer: FullName <address@domain>
16	   These reviewers should be CCed on patches.
17	L: Mailing list that is relevant to this area
18	W: Web-page with status/info
19	Q: Patchwork web based patch tracking system site
20	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21	S: Status, one of the following:
22	   Supported:	Someone is actually paid to look after this.
23	   Maintained:	Someone actually looks after it.
24	   Odd Fixes:	It has a maintainer but they don't have time to do
25			much other than throw the odd patch in. See below.
26	   Orphan:	No current maintainer [but maybe you could take the
27			role as you write your new code].
28	   Obsolete:	Old code. Something tagged obsolete generally means
29			it has been replaced by a better system and you
30			should be using that.
31	F: Files and directories with wildcard patterns.
32	   A trailing slash includes all files and subdirectory files.
33	   F:	drivers/net/	all files in and below drivers/net
34	   F:	drivers/net/*	all files in drivers/net, but not below
35	   F:	*/net/*		all files in "any top level directory"/net
36	   One pattern per line.  Multiple F: lines acceptable.
37	X: Files and directories that are NOT maintained, same rules as F:
38	   Files exclusions are tested before file matches.
39	   Can be useful for excluding a specific subdirectory, for instance:
40	   F:	net/
41	   X:	net/ipv6/
42	   matches all files in and below net excluding net/ipv6/
43	K: Keyword perl extended regex pattern to match content in a
44	   patch or file.  For instance:
45	   K: of_get_profile
46	      matches patches or files that contain "of_get_profile"
47	   K: \b(printk|pr_(info|err))\b
48	      matches patches or files that contain one or more of the words
49	      printk, pr_info or pr_err
50	   One regex pattern per line.  Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
55M: Peter Maydell <peter.maydell@linaro.org>
56
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62Responsible Disclosure, Reporting Security Issues
63------------------------------
64W: https://wiki.qemu.org/SecurityProcess
65M: Michael S. Tsirkin <mst@redhat.com>
66L: secalert@redhat.com
67
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
77T: git git://github.com/vivier/qemu.git trivial-patches
78
79Architecture support
80--------------------
81S390
82M: Cornelia Huck <cohuck@redhat.com>
83S: Supported
84F: default-configs/s390x-softmmu.mak
85F: gdb-xml/s390*.xml
86F: hw/char/sclp*.[hc]
87F: hw/char/terminal3270.c
88F: hw/intc/s390_flic.c
89F: hw/intc/s390_flic_kvm.c
90F: hw/s390x/
91F: hw/vfio/ccw.c
92F: hw/watchdog/wdt_diag288.c
93F: include/hw/s390x/
94F: include/hw/watchdog/wdt_diag288.h
95F: pc-bios/s390-ccw/
96F: pc-bios/s390-ccw.img
97F: target/s390x/
98K: ^Subject:.*(?i)s390x?
99T: git git://github.com/cohuck/qemu.git s390-next
100L: qemu-s390x@nongnu.org
101
102Guest CPU cores (TCG):
103----------------------
104Overall
105L: qemu-devel@nongnu.org
106M: Paolo Bonzini <pbonzini@redhat.com>
107M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108M: Richard Henderson <rth@twiddle.net>
109S: Maintained
110F: cpus.c
111F: exec.c
112F: accel/tcg/
113F: include/exec/cpu*.h
114F: include/exec/exec-all.h
115F: include/exec/helper*.h
116F: include/exec/tb-hash.h
117F: include/sysemu/cpus.h
118
119FPU emulation
120M: Aurelien Jarno <aurelien@aurel32.net>
121M: Peter Maydell <peter.maydell@linaro.org>
122S: Odd Fixes
123F: fpu/
124F: include/fpu/
125
126Alpha
127M: Richard Henderson <rth@twiddle.net>
128S: Maintained
129F: target/alpha/
130F: tests/tcg/alpha/
131F: disas/alpha.c
132
133ARM
134M: Peter Maydell <peter.maydell@linaro.org>
135L: qemu-arm@nongnu.org
136S: Maintained
137F: target/arm/
138F: tests/tcg/arm/
139F: tests/tcg/aarch64/
140F: hw/arm/
141F: hw/cpu/a*mpcore.c
142F: include/hw/cpu/a*mpcore.h
143F: disas/arm.c
144F: disas/arm-a64.cc
145F: disas/libvixl/
146
147CRIS
148M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
149S: Maintained
150F: target/cris/
151F: hw/cris/
152F: include/hw/cris/
153F: tests/tcg/cris/
154F: disas/cris.c
155
156HPPA (PA-RISC)
157M: Richard Henderson <rth@twiddle.net>
158S: Maintained
159F: target/hppa/
160F: hw/hppa/
161F: disas/hppa.c
162
163LM32
164M: Michael Walle <michael@walle.cc>
165S: Maintained
166F: target/lm32/
167F: disas/lm32.c
168F: hw/lm32/
169F: hw/*/lm32_*
170F: hw/*/milkymist-*
171F: include/hw/char/lm32_juart.h
172F: include/hw/lm32/
173F: tests/tcg/lm32/
174
175M68K
176M: Laurent Vivier <laurent@vivier.eu>
177S: Maintained
178F: target/m68k/
179F: disas/m68k.c
180
181MicroBlaze
182M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
183S: Maintained
184F: target/microblaze/
185F: hw/microblaze/
186F: disas/microblaze.c
187
188MIPS
189M: Aurelien Jarno <aurelien@aurel32.net>
190M: Aleksandar Markovic <aleksandar.markovic@mips.com>
191S: Maintained
192F: target/mips/
193F: hw/mips/
194F: hw/misc/mips_*
195F: hw/intc/mips_gic.c
196F: hw/timer/mips_gictimer.c
197F: include/hw/mips/
198F: include/hw/misc/mips_*
199F: include/hw/intc/mips_gic.h
200F: include/hw/timer/mips_gictimer.h
201F: tests/tcg/mips/
202F: disas/mips.c
203
204Moxie
205M: Anthony Green <green@moxielogic.com>
206S: Maintained
207F: target/moxie/
208F: disas/moxie.c
209F: hw/moxie/
210F: default-configs/moxie-softmmu.mak
211
212NiosII
213M: Chris Wulff <crwulff@gmail.com>
214M: Marek Vasut <marex@denx.de>
215S: Maintained
216F: target/nios2/
217F: hw/nios2/
218F: disas/nios2.c
219
220OpenRISC
221M: Stafford Horne <shorne@gmail.com>
222S: Odd Fixes
223F: target/openrisc/
224F: hw/openrisc/
225F: tests/tcg/openrisc/
226
227PowerPC
228M: David Gibson <david@gibson.dropbear.id.au>
229M: Alexander Graf <agraf@suse.de>
230L: qemu-ppc@nongnu.org
231S: Maintained
232F: target/ppc/
233F: hw/ppc/
234F: include/hw/ppc/
235F: disas/ppc.c
236
237RISC-V
238M: Michael Clark <mjc@sifive.com>
239M: Palmer Dabbelt <palmer@sifive.com>
240M: Sagar Karandikar <sagark@eecs.berkeley.edu>
241M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
242S: Maintained
243F: target/riscv/
244F: hw/riscv/
245F: include/hw/riscv/
246F: disas/riscv.c
247
248S390
249M: Richard Henderson <rth@twiddle.net>
250M: Alexander Graf <agraf@suse.de>
251M: David Hildenbrand <david@redhat.com>
252S: Maintained
253F: target/s390x/
254F: hw/s390x/
255F: disas/s390.c
256L: qemu-s390x@nongnu.org
257
258SH4
259M: Aurelien Jarno <aurelien@aurel32.net>
260S: Odd Fixes
261F: target/sh4/
262F: hw/sh4/
263F: disas/sh4.c
264F: include/hw/sh4/
265
266SPARC
267M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
268M: Artyom Tarasenko <atar4qemu@gmail.com>
269S: Maintained
270F: target/sparc/
271F: hw/sparc/
272F: hw/sparc64/
273F: disas/sparc.c
274
275UniCore32
276M: Guan Xuetao <gxt@mprc.pku.edu.cn>
277S: Maintained
278F: target/unicore32/
279F: hw/unicore32/
280F: include/hw/unicore32/
281
282X86
283M: Paolo Bonzini <pbonzini@redhat.com>
284M: Richard Henderson <rth@twiddle.net>
285M: Eduardo Habkost <ehabkost@redhat.com>
286S: Maintained
287F: target/i386/
288F: tests/tcg/i386/
289F: tests/tcg/x86_64/
290F: hw/i386/
291F: disas/i386.c
292T: git git://github.com/ehabkost/qemu.git x86-next
293
294Xtensa
295M: Max Filippov <jcmvbkbc@gmail.com>
296W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
297S: Maintained
298F: target/xtensa/
299F: hw/xtensa/
300F: tests/tcg/xtensa/
301F: disas/xtensa.c
302
303TriCore
304M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
305S: Maintained
306F: target/tricore/
307F: hw/tricore/
308F: include/hw/tricore/
309
310Multiarch Linux User Tests
311M: Alex Bennée <alex.bennee@linaro.org>
312F: tests/tcg/multiarch/
313
314Guest CPU Cores (KVM):
315----------------------
316
317Overall
318M: Paolo Bonzini <pbonzini@redhat.com>
319L: kvm@vger.kernel.org
320S: Supported
321F: */kvm.*
322F: accel/kvm/
323F: include/sysemu/kvm*.h
324
325ARM
326M: Peter Maydell <peter.maydell@linaro.org>
327L: qemu-arm@nongnu.org
328S: Maintained
329F: target/arm/kvm.c
330
331MIPS
332M: James Hogan <jhogan@kernel.org>
333S: Maintained
334F: target/mips/kvm.c
335
336PPC
337M: Alexander Graf <agraf@suse.de>
338S: Maintained
339F: target/ppc/kvm.c
340
341S390
342M: Christian Borntraeger <borntraeger@de.ibm.com>
343M: Cornelia Huck <cohuck@redhat.com>
344M: Alexander Graf <agraf@suse.de>
345S: Maintained
346F: target/s390x/kvm.c
347F: target/s390x/kvm_s390x.h
348F: target/s390x/kvm-stub.c
349F: target/s390x/ioinst.[ch]
350F: target/s390x/machine.c
351F: target/s390x/sigp.c
352F: hw/intc/s390_flic.c
353F: hw/intc/s390_flic_kvm.c
354F: include/hw/s390x/s390_flic.h
355F: gdb-xml/s390*.xml
356T: git git://github.com/cohuck/qemu.git s390-next
357T: git git://github.com/borntraeger/qemu.git s390-next
358L: qemu-s390x@nongnu.org
359
360X86
361M: Paolo Bonzini <pbonzini@redhat.com>
362M: Marcelo Tosatti <mtosatti@redhat.com>
363L: kvm@vger.kernel.org
364S: Supported
365F: target/i386/kvm.c
366
367Guest CPU Cores (Xen):
368----------------------
369
370X86
371M: Stefano Stabellini <sstabellini@kernel.org>
372M: Anthony Perard <anthony.perard@citrix.com>
373L: xen-devel@lists.xenproject.org
374S: Supported
375F: */xen*
376F: hw/9pfs/xen-9p-backend.c
377F: hw/char/xen_console.c
378F: hw/display/xenfb.c
379F: hw/net/xen_nic.c
380F: hw/block/xen_*
381F: hw/xen/
382F: hw/xenpv/
383F: hw/i386/xen/
384F: include/hw/xen/
385F: include/sysemu/xen-mapcache.h
386
387Hosts:
388------
389
390LINUX
391L: qemu-devel@nongnu.org
392S: Maintained
393F: linux-*
394F: linux-headers/
395
396POSIX
397L: qemu-devel@nongnu.org
398S: Maintained
399F: *posix*
400
401NETBSD
402L: qemu-devel@nongnu.org
403M: Kamil Rytarowski <kamil@netbsd.org>
404S: Maintained
405K: ^Subject:.*(?i)NetBSD
406
407OPENBSD
408L: qemu-devel@nongnu.org
409M: Brad Smith <brad@comstyle.com>
410S: Maintained
411K: ^Subject:.*(?i)OpenBSD
412
413W32, W64
414L: qemu-devel@nongnu.org
415M: Stefan Weil <sw@weilnetz.de>
416S: Maintained
417F: *win32*
418F: */*win32*
419F: include/*/*win32*
420X: qga/*win32*
421F: qemu.nsi
422
423Alpha Machines
424M: Richard Henderson <rth@twiddle.net>
425S: Maintained
426F: hw/alpha/
427F: hw/isa/smc37c669-superio.c
428
429ARM Machines
430------------
431Allwinner-a10
432M: Beniamino Galvani <b.galvani@gmail.com>
433L: qemu-arm@nongnu.org
434S: Maintained
435F: hw/*/allwinner*
436F: include/hw/*/allwinner*
437F: hw/arm/cubieboard.c
438
439ARM PrimeCell and CMSDK devices
440M: Peter Maydell <peter.maydell@linaro.org>
441L: qemu-arm@nongnu.org
442S: Maintained
443F: hw/char/pl011.c
444F: include/hw/char/pl011.h
445F: hw/display/pl110*
446F: hw/dma/pl080.c
447F: hw/dma/pl330.c
448F: hw/gpio/pl061.c
449F: hw/input/pl050.c
450F: hw/intc/pl190.c
451F: hw/sd/pl181.c
452F: hw/timer/pl031.c
453F: include/hw/arm/primecell.h
454F: hw/timer/cmsdk-apb-timer.c
455F: include/hw/timer/cmsdk-apb-timer.h
456F: hw/char/cmsdk-apb-uart.c
457F: include/hw/char/cmsdk-apb-uart.h
458F: hw/misc/tz-ppc.c
459F: include/hw/misc/tz-ppc.h
460F: hw/misc/tz-mpc.c
461F: include/hw/misc/tz-mpc.h
462
463ARM cores
464M: Peter Maydell <peter.maydell@linaro.org>
465L: qemu-arm@nongnu.org
466S: Maintained
467F: hw/intc/arm*
468F: hw/intc/gic_internal.h
469F: hw/misc/a9scu.c
470F: hw/misc/arm11scu.c
471F: hw/timer/a9gtimer*
472F: hw/timer/arm*
473F: include/hw/arm/arm*.h
474F: include/hw/intc/arm*
475F: include/hw/misc/a9scu.h
476F: include/hw/misc/arm11scu.h
477F: include/hw/timer/a9gtimer.h
478F: include/hw/timer/arm_mptimer.h
479F: include/hw/timer/armv7m_systick.h
480F: tests/test-arm-mptimer.c
481
482Exynos
483M: Igor Mitsyanko <i.mitsyanko@gmail.com>
484L: qemu-arm@nongnu.org
485S: Maintained
486F: hw/*/exynos*
487F: include/hw/arm/exynos4210.h
488
489Calxeda Highbank
490M: Rob Herring <robh@kernel.org>
491L: qemu-arm@nongnu.org
492S: Maintained
493F: hw/arm/highbank.c
494F: hw/net/xgmac.c
495
496Canon DIGIC
497M: Antony Pavlov <antonynpavlov@gmail.com>
498L: qemu-arm@nongnu.org
499S: Maintained
500F: include/hw/arm/digic.h
501F: hw/*/digic*
502
503Gumstix
504M: Philippe Mathieu-Daudé <f4bug@amsat.org>
505L: qemu-devel@nongnu.org
506L: qemu-arm@nongnu.org
507S: Odd Fixes
508F: hw/arm/gumstix.c
509
510i.MX31
511M: Peter Chubb <peter.chubb@nicta.com.au>
512L: qemu-arm@nongnu.org
513S: Odd fixes
514F: hw/*/imx*
515F: include/hw/*/imx*
516F: hw/arm/kzm.c
517F: include/hw/arm/fsl-imx31.h
518
519Integrator CP
520M: Peter Maydell <peter.maydell@linaro.org>
521L: qemu-arm@nongnu.org
522S: Maintained
523F: hw/arm/integratorcp.c
524F: hw/misc/arm_integrator_debug.c
525
526MPS2
527M: Peter Maydell <peter.maydell@linaro.org>
528L: qemu-arm@nongnu.org
529S: Maintained
530F: hw/arm/mps2.c
531F: hw/arm/mps2-tz.c
532F: hw/misc/mps2-*.c
533F: include/hw/misc/mps2-*.h
534F: hw/arm/iotkit.c
535F: include/hw/arm/iotkit.h
536
537Musicpal
538M: Jan Kiszka <jan.kiszka@web.de>
539L: qemu-arm@nongnu.org
540S: Maintained
541F: hw/arm/musicpal.c
542
543nSeries
544M: Andrzej Zaborowski <balrogg@gmail.com>
545L: qemu-arm@nongnu.org
546S: Maintained
547F: hw/arm/nseries.c
548
549Palm
550M: Andrzej Zaborowski <balrogg@gmail.com>
551L: qemu-arm@nongnu.org
552S: Maintained
553F: hw/arm/palm.c
554
555Real View
556M: Peter Maydell <peter.maydell@linaro.org>
557L: qemu-arm@nongnu.org
558S: Maintained
559F: hw/arm/realview*
560F: hw/cpu/realview_mpcore.c
561F: hw/intc/realview_gic.c
562F: include/hw/intc/realview_gic.h
563
564PXA2XX
565M: Andrzej Zaborowski <balrogg@gmail.com>
566L: qemu-arm@nongnu.org
567S: Maintained
568F: hw/arm/mainstone.c
569F: hw/arm/spitz.c
570F: hw/arm/tosa.c
571F: hw/arm/z2.c
572F: hw/*/pxa2xx*
573F: hw/misc/mst_fpga.c
574F: include/hw/arm/pxa.h
575
576Stellaris
577M: Peter Maydell <peter.maydell@linaro.org>
578L: qemu-arm@nongnu.org
579S: Maintained
580F: hw/*/stellaris*
581
582Versatile PB
583M: Peter Maydell <peter.maydell@linaro.org>
584L: qemu-arm@nongnu.org
585S: Maintained
586F: hw/*/versatile*
587F: hw/misc/arm_sysctl.c
588
589Xilinx Zynq
590M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
591M: Alistair Francis <alistair@alistair23.me>
592L: qemu-arm@nongnu.org
593S: Maintained
594F: hw/*/xilinx_*
595F: hw/*/cadence_*
596F: hw/misc/zynq*
597F: include/hw/misc/zynq*
598X: hw/ssi/xilinx_*
599
600Xilinx ZynqMP
601M: Alistair Francis <alistair@alistair23.me>
602M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603L: qemu-arm@nongnu.org
604S: Maintained
605F: hw/*/xlnx*.c
606F: include/hw/*/xlnx*.h
607
608ARM ACPI Subsystem
609M: Shannon Zhao <zhaoshenglong@huawei.com>
610M: Shannon Zhao <shannon.zhaosl@gmail.com>
611L: qemu-arm@nongnu.org
612S: Maintained
613F: hw/arm/virt-acpi-build.c
614
615STM32F205
616M: Alistair Francis <alistair@alistair23.me>
617S: Maintained
618F: hw/arm/stm32f205_soc.c
619F: hw/misc/stm32f2xx_syscfg.c
620F: hw/char/stm32f2xx_usart.c
621F: hw/timer/stm32f2xx_timer.c
622F: hw/adc/*
623F: hw/ssi/stm32f2xx_spi.c
624F: include/hw/*/stm32*.h
625
626Netduino 2
627M: Alistair Francis <alistair@alistair23.me>
628S: Maintained
629F: hw/arm/netduino2.c
630
631SmartFusion2
632M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
633S: Maintained
634F: hw/arm/msf2-soc.c
635F: hw/misc/msf2-sysreg.c
636F: hw/timer/mss-timer.c
637F: hw/ssi/mss-spi.c
638F: include/hw/arm/msf2-soc.h
639F: include/hw/misc/msf2-sysreg.h
640F: include/hw/timer/mss-timer.h
641F: include/hw/ssi/mss-spi.h
642
643Emcraft M2S-FG484
644M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
645S: Maintained
646F: hw/arm/msf2-som.c
647
648ASPEED BMCs
649M: Cédric Le Goater <clg@kaod.org>
650R: Andrew Jeffery <andrew@aj.id.au>
651R: Joel Stanley <joel@jms.id.au>
652L: qemu-arm@nongnu.org
653S: Maintained
654F: hw/*/*aspeed*
655F: include/hw/*/*aspeed*
656F: hw/net/ftgmac100.c
657F: include/hw/net/ftgmac100.h
658
659CRIS Machines
660-------------
661Axis Dev88
662M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
663S: Maintained
664F: hw/cris/axis_dev88.c
665F: hw/*/etraxfs_*.c
666
667LM32 Machines
668-------------
669EVR32 and uclinux BSP
670M: Michael Walle <michael@walle.cc>
671S: Maintained
672F: hw/lm32/lm32_boards.c
673
674milkymist
675M: Michael Walle <michael@walle.cc>
676S: Maintained
677F: hw/lm32/milkymist.c
678
679M68K Machines
680-------------
681an5206
682M: Thomas Huth <huth@tuxfamily.org>
683S: Odd Fixes
684F: hw/m68k/an5206.c
685F: hw/m68k/mcf5206.c
686
687mcf5208
688M: Thomas Huth <huth@tuxfamily.org>
689S: Odd Fixes
690F: hw/m68k/mcf5208.c
691F: hw/m68k/mcf_intc.c
692F: hw/char/mcf_uart.c
693F: hw/net/mcf_fec.c
694F: include/hw/m68k/mcf*.h
695
696MicroBlaze Machines
697-------------------
698petalogix_s3adsp1800
699M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
700S: Maintained
701F: hw/microblaze/petalogix_s3adsp1800_mmu.c
702
703petalogix_ml605
704M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
705S: Maintained
706F: hw/microblaze/petalogix_ml605_mmu.c
707
708MIPS Machines
709-------------
710Jazz
711M: Hervé Poussineau <hpoussin@reactos.org>
712S: Maintained
713F: hw/mips/mips_jazz.c
714
715Malta
716M: Aurelien Jarno <aurelien@aurel32.net>
717S: Maintained
718F: hw/mips/mips_malta.c
719
720Mipssim
721M: Aleksandar Markovic <aleksandar.markovic@mips.com>
722S: Odd Fixes
723F: hw/mips/mips_mipssim.c
724F: hw/net/mipsnet.c
725
726R4000
727M: Aurelien Jarno <aurelien@aurel32.net>
728S: Maintained
729F: hw/mips/mips_r4k.c
730
731Fulong 2E
732M: Aleksandar Markovic <aleksandar.markovic@mips.com>
733S: Odd Fixes
734F: hw/mips/mips_fulong2e.c
735F: hw/isa/vt82c686.c
736F: include/hw/isa/vt82c686.h
737
738Boston
739M: Paul Burton <paul.burton@mips.com>
740S: Maintained
741F: hw/core/loader-fit.c
742F: hw/mips/boston.c
743F: hw/pci-host/xilinx-pcie.c
744
745OpenRISC Machines
746-----------------
747or1k-sim
748M: Jia Liu <proljc@gmail.com>
749S: Maintained
750F: hw/openrisc/openrisc_sim.c
751
752PowerPC Machines
753----------------
754405
755M: Alexander Graf <agraf@suse.de>
756L: qemu-ppc@nongnu.org
757S: Odd Fixes
758F: hw/ppc/ppc405_boards.c
759
760Bamboo
761M: Alexander Graf <agraf@suse.de>
762L: qemu-ppc@nongnu.org
763S: Odd Fixes
764F: hw/ppc/ppc440_bamboo.c
765
766e500
767M: Alexander Graf <agraf@suse.de>
768L: qemu-ppc@nongnu.org
769S: Supported
770F: hw/ppc/e500.[hc]
771F: hw/ppc/e500plat.c
772F: include/hw/ppc/ppc_e500.h
773F: include/hw/pci-host/ppce500.h
774F: pc-bios/u-boot.e500
775
776mpc8544ds
777M: Alexander Graf <agraf@suse.de>
778L: qemu-ppc@nongnu.org
779S: Supported
780F: hw/ppc/mpc8544ds.c
781F: hw/ppc/mpc8544_guts.c
782
783New World
784M: Alexander Graf <agraf@suse.de>
785L: qemu-ppc@nongnu.org
786S: Maintained
787F: hw/ppc/mac_newworld.c
788F: hw/pci-host/uninorth.c
789F: hw/pci-bridge/dec.[hc]
790F: hw/misc/macio/
791F: hw/misc/mos6522.c
792F: hw/nvram/mac_nvram.c
793F: include/hw/misc/macio/
794F: include/hw/misc/mos6522.h
795F: include/hw/ppc/mac_dbdma.h
796
797Old World
798M: Alexander Graf <agraf@suse.de>
799L: qemu-ppc@nongnu.org
800S: Maintained
801F: hw/ppc/mac_oldworld.c
802F: hw/pci-host/grackle.c
803F: hw/misc/macio/
804F: hw/intc/heathrow_pic.c
805
806PReP
807M: Hervé Poussineau <hpoussin@reactos.org>
808L: qemu-devel@nongnu.org
809L: qemu-ppc@nongnu.org
810S: Maintained
811F: hw/ppc/prep.c
812F: hw/ppc/prep_systemio.c
813F: hw/ppc/rs6000_mc.c
814F: hw/pci-host/prep.[hc]
815F: hw/isa/i82378.c
816F: hw/isa/pc87312.c
817F: hw/dma/i82374.c
818F: hw/timer/m48t59-isa.c
819F: include/hw/isa/pc87312.h
820F: include/hw/timer/m48t59.h
821F: pc-bios/ppc_rom.bin
822
823sPAPR
824M: David Gibson <david@gibson.dropbear.id.au>
825M: Alexander Graf <agraf@suse.de>
826L: qemu-ppc@nongnu.org
827S: Supported
828F: hw/*/spapr*
829F: include/hw/*/spapr*
830F: hw/*/xics*
831F: include/hw/*/xics*
832F: pc-bios/spapr-rtas/*
833F: pc-bios/spapr-rtas.bin
834F: pc-bios/slof.bin
835F: pc-bios/skiboot.lid
836F: docs/specs/ppc-spapr-hcalls.txt
837F: docs/specs/ppc-spapr-hotplug.txt
838F: tests/spapr*
839F: tests/libqos/*spapr*
840F: tests/rtas*
841F: tests/libqos/rtas*
842
843virtex_ml507
844M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
845L: qemu-ppc@nongnu.org
846S: Odd Fixes
847F: hw/ppc/virtex_ml507.c
848
849sam460ex
850M: BALATON Zoltan <balaton@eik.bme.hu>
851L: qemu-ppc@nongnu.org
852S: Maintained
853F: hw/ide/sii3112.c
854
855SH4 Machines
856------------
857R2D
858M: Magnus Damm <magnus.damm@gmail.com>
859S: Maintained
860F: hw/sh4/r2d.c
861F: hw/intc/sh_intc.c
862F: hw/timer/sh_timer.c
863
864Shix
865M: Magnus Damm <magnus.damm@gmail.com>
866S: Odd Fixes
867F: hw/sh4/shix.c
868
869SPARC Machines
870--------------
871Sun4m
872M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
873S: Maintained
874F: hw/sparc/sun4m.c
875F: hw/dma/sparc32_dma.c
876F: hw/dma/sun4m_iommu.c
877F: hw/misc/eccmemctl.c
878F: hw/misc/slavio_misc.c
879F: include/hw/sparc/sparc32_dma.h
880F: include/hw/sparc/sun4m.h
881F: pc-bios/openbios-sparc32
882
883Sun4u
884M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
885S: Maintained
886F: hw/sparc64/sun4u.c
887F: pc-bios/openbios-sparc64
888
889Sun4v
890M: Artyom Tarasenko <atar4qemu@gmail.com>
891S: Maintained
892F: hw/sparc64/niagara.c
893F: hw/timer/sun4v-rtc.c
894F: include/hw/timer/sun4v-rtc.h
895
896Leon3
897M: Fabien Chouteau <chouteau@adacore.com>
898S: Maintained
899F: hw/sparc/leon3.c
900F: hw/*/grlib*
901F: include/hw/sparc/grlib.h
902
903S390 Machines
904-------------
905S390 Virtio-ccw
906M: Cornelia Huck <cohuck@redhat.com>
907M: Christian Borntraeger <borntraeger@de.ibm.com>
908M: Alexander Graf <agraf@suse.de>
909S: Supported
910F: hw/char/sclp*.[hc]
911F: hw/char/terminal3270.c
912F: hw/s390x/
913F: include/hw/s390x/
914F: hw/watchdog/wdt_diag288.c
915F: include/hw/watchdog/wdt_diag288.h
916F: default-configs/s390x-softmmu.mak
917T: git git://github.com/cohuck/qemu.git s390-next
918T: git git://github.com/borntraeger/qemu.git s390-next
919L: qemu-s390x@nongnu.org
920
921S390-ccw Bios
922M: Christian Borntraeger <borntraeger@de.ibm.com>
923M: Thomas Huth <thuth@redhat.com>
924S: Supported
925F: pc-bios/s390-ccw/
926F: pc-bios/s390-ccw.img
927T: git git://github.com/borntraeger/qemu.git s390-next
928L: qemu-s390x@nongnu.org
929
930UniCore32 Machines
931-------------
932PKUnity-3 SoC initramfs-with-busybox
933M: Guan Xuetao <gxt@mprc.pku.edu.cn>
934S: Maintained
935F: hw/*/puv3*
936F: hw/unicore32/
937
938X86 Machines
939------------
940PC
941M: Michael S. Tsirkin <mst@redhat.com>
942M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
943S: Supported
944F: include/hw/i386/
945F: hw/i386/
946F: hw/pci-host/piix.c
947F: hw/pci-host/q35.c
948F: hw/pci-host/pam.c
949F: include/hw/pci-host/q35.h
950F: include/hw/pci-host/pam.h
951F: hw/isa/piix4.c
952F: hw/isa/lpc_ich9.c
953F: hw/i2c/smbus_ich9.c
954F: hw/acpi/piix4.c
955F: hw/acpi/ich9.c
956F: include/hw/acpi/ich9.h
957F: include/hw/acpi/piix4.h
958F: hw/misc/sga.c
959
960PC Chipset
961M: Michael S. Tsirkin <mst@redhat.com>
962M: Paolo Bonzini <pbonzini@redhat.com>
963S: Supported
964F: hw/char/debugcon.c
965F: hw/char/parallel*
966F: hw/char/serial*
967F: hw/dma/i8257*
968F: hw/i2c/pm_smbus.c
969F: hw/input/pckbd.c
970F: hw/intc/apic*
971F: hw/intc/ioapic*
972F: hw/intc/i8259*
973F: hw/isa/isa-superio.c
974F: hw/misc/debugexit.c
975F: hw/misc/pc-testdev.c
976F: hw/timer/hpet*
977F: hw/timer/i8254*
978F: hw/timer/mc146818rtc*
979F: hw/watchdog/wdt_ib700.c
980F: include/hw/display/vga.h
981F: include/hw/char/parallel.h
982F: include/hw/dma/i8257.h
983F: include/hw/i2c/pm_smbus.h
984F: include/hw/input/i8042.h
985F: include/hw/isa/superio.h
986F: include/hw/timer/hpet.h
987F: include/hw/timer/i8254*
988F: include/hw/timer/mc146818rtc*
989
990Machine core
991M: Eduardo Habkost <ehabkost@redhat.com>
992M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
993S: Supported
994F: hw/core/machine.c
995F: hw/core/null-machine.c
996F: include/hw/boards.h
997T: git git://github.com/ehabkost/qemu.git machine-next
998
999Xtensa Machines
1000---------------
1001sim
1002M: Max Filippov <jcmvbkbc@gmail.com>
1003S: Maintained
1004F: hw/xtensa/sim.c
1005
1006XTFPGA (LX60, LX200, ML605, KC705)
1007M: Max Filippov <jcmvbkbc@gmail.com>
1008S: Maintained
1009F: hw/xtensa/xtfpga.c
1010F: hw/net/opencores_eth.c
1011
1012Devices
1013-------
1014EDU
1015M: Jiri Slaby <jslaby@suse.cz>
1016S: Maintained
1017F: hw/misc/edu.c
1018
1019IDE
1020M: John Snow <jsnow@redhat.com>
1021L: qemu-block@nongnu.org
1022S: Supported
1023F: include/hw/ide.h
1024F: include/hw/ide/
1025F: hw/ide/
1026F: hw/block/block.c
1027F: hw/block/cdrom.c
1028F: hw/block/hd-geometry.c
1029F: tests/ide-test.c
1030F: tests/ahci-test.c
1031F: tests/cdrom-test.c
1032F: tests/libqos/ahci*
1033T: git git://github.com/jnsnow/qemu.git ide
1034
1035IPMI
1036M: Corey Minyard <minyard@acm.org>
1037S: Maintained
1038F: include/hw/ipmi/*
1039F: hw/ipmi/*
1040F: hw/smbios/smbios_type_38.c
1041F: tests/ipmi*
1042T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1043
1044Floppy
1045M: John Snow <jsnow@redhat.com>
1046L: qemu-block@nongnu.org
1047S: Supported
1048F: hw/block/fdc.c
1049F: include/hw/block/fdc.h
1050F: tests/fdc-test.c
1051T: git git://github.com/jnsnow/qemu.git ide
1052
1053OMAP
1054M: Peter Maydell <peter.maydell@linaro.org>
1055S: Maintained
1056F: hw/*/omap*
1057F: include/hw/arm/omap.h
1058
1059IPack
1060M: Alberto Garcia <berto@igalia.com>
1061S: Odd Fixes
1062F: hw/char/ipoctal232.c
1063F: hw/ipack/
1064
1065PCI
1066M: Michael S. Tsirkin <mst@redhat.com>
1067M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1068S: Supported
1069F: include/hw/pci/*
1070F: hw/misc/pci-testdev.c
1071F: hw/pci/*
1072F: hw/pci-bridge/*
1073F: docs/pci*
1074F: docs/specs/*pci*
1075F: default-configs/pci.mak
1076
1077ACPI/SMBIOS
1078M: Michael S. Tsirkin <mst@redhat.com>
1079M: Igor Mammedov <imammedo@redhat.com>
1080S: Supported
1081F: include/hw/acpi/*
1082F: include/hw/smbios/*
1083F: hw/mem/*
1084F: hw/acpi/*
1085F: hw/smbios/*
1086F: hw/i386/acpi-build.[hc]
1087F: hw/arm/virt-acpi-build.c
1088F: tests/bios-tables-test.c
1089F: tests/acpi-utils.[hc]
1090
1091ppc4xx
1092M: Alexander Graf <agraf@suse.de>
1093L: qemu-ppc@nongnu.org
1094S: Odd Fixes
1095F: hw/ppc/ppc4*.c
1096F: hw/i2c/ppc4xx_i2c.c
1097F: include/hw/ppc/ppc4xx.h
1098F: include/hw/i2c/ppc4xx_i2c.h
1099
1100ppce500
1101M: Alexander Graf <agraf@suse.de>
1102L: qemu-ppc@nongnu.org
1103S: Supported
1104F: hw/ppc/e500*
1105F: hw/pci-host/ppce500.c
1106F: hw/net/fsl_etsec/
1107
1108Character devices
1109M: Paolo Bonzini <pbonzini@redhat.com>
1110S: Odd Fixes
1111F: hw/char/
1112
1113Network devices
1114M: Jason Wang <jasowang@redhat.com>
1115S: Odd Fixes
1116F: hw/net/
1117F: include/hw/net/
1118F: tests/virtio-net-test.c
1119T: git git://github.com/jasowang/qemu.git net
1120
1121SCSI
1122M: Paolo Bonzini <pbonzini@redhat.com>
1123R: Fam Zheng <famz@redhat.com>
1124S: Supported
1125F: include/hw/scsi/*
1126F: hw/scsi/*
1127F: tests/virtio-scsi-test.c
1128T: git git://github.com/bonzini/qemu.git scsi-next
1129
1130SSI
1131M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1132M: Alistair Francis <alistair@alistair23.me>
1133S: Maintained
1134F: hw/ssi/*
1135F: hw/block/m25p80.c
1136F: include/hw/ssi/ssi.h
1137X: hw/ssi/xilinx_*
1138F: tests/m25p80-test.c
1139
1140Xilinx SPI
1141M: Alistair Francis <alistair@alistair23.me>
1142M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1143S: Maintained
1144F: hw/ssi/xilinx_*
1145
1146SD (Secure Card)
1147M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1148S: Odd Fixes
1149F: include/hw/sd/sd*
1150F: hw/sd/core.c
1151F: hw/sd/sd*
1152F: tests/sd*
1153
1154USB
1155M: Gerd Hoffmann <kraxel@redhat.com>
1156S: Maintained
1157F: hw/usb/*
1158F: tests/usb-*-test.c
1159F: docs/usb2.txt
1160F: docs/usb-storage.txt
1161F: include/hw/usb.h
1162F: include/hw/usb/
1163F: default-configs/usb.mak
1164
1165USB (serial adapter)
1166M: Gerd Hoffmann <kraxel@redhat.com>
1167M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1168S: Maintained
1169F: hw/usb/dev-serial.c
1170
1171VFIO
1172M: Alex Williamson <alex.williamson@redhat.com>
1173S: Supported
1174F: hw/vfio/*
1175F: include/hw/vfio/
1176
1177vfio-ccw
1178M: Cornelia Huck <cohuck@redhat.com>
1179S: Supported
1180F: hw/vfio/ccw.c
1181F: hw/s390x/s390-ccw.c
1182F: include/hw/s390x/s390-ccw.h
1183T: git git://github.com/cohuck/qemu.git s390-next
1184L: qemu-s390x@nongnu.org
1185
1186vhost
1187M: Michael S. Tsirkin <mst@redhat.com>
1188S: Supported
1189F: hw/*/*vhost*
1190F: docs/interop/vhost-user.txt
1191
1192virtio
1193M: Michael S. Tsirkin <mst@redhat.com>
1194S: Supported
1195F: hw/*/virtio*
1196F: hw/virtio/Makefile.objs
1197F: hw/virtio/trace-events
1198F: net/vhost-user.c
1199F: include/hw/virtio/
1200F: tests/virtio-balloon-test.c
1201
1202virtio-9p
1203M: Greg Kurz <groug@kaod.org>
1204S: Supported
1205F: hw/9pfs/
1206F: fsdev/
1207F: tests/virtio-9p-test.c
1208T: git git://github.com/gkurz/qemu.git 9p-next
1209
1210virtio-blk
1211M: Stefan Hajnoczi <stefanha@redhat.com>
1212L: qemu-block@nongnu.org
1213S: Supported
1214F: hw/block/virtio-blk.c
1215F: hw/block/dataplane/*
1216F: tests/virtio-blk-test.c
1217T: git git://github.com/stefanha/qemu.git block
1218
1219virtio-ccw
1220M: Cornelia Huck <cohuck@redhat.com>
1221M: Christian Borntraeger <borntraeger@de.ibm.com>
1222S: Supported
1223F: hw/s390x/virtio-ccw.[hc]
1224T: git git://github.com/cohuck/qemu.git s390-next
1225T: git git://github.com/borntraeger/qemu.git s390-next
1226L: qemu-s390x@nongnu.org
1227
1228virtio-input
1229M: Gerd Hoffmann <kraxel@redhat.com>
1230S: Maintained
1231F: hw/input/virtio-input*.c
1232F: include/hw/virtio/virtio-input.h
1233
1234virtio-serial
1235M: Amit Shah <amit@kernel.org>
1236S: Supported
1237F: hw/char/virtio-serial-bus.c
1238F: hw/char/virtio-console.c
1239F: include/hw/virtio/virtio-serial.h
1240F: tests/virtio-console-test.c
1241F: tests/virtio-serial-test.c
1242
1243virtio-rng
1244M: Amit Shah <amit@kernel.org>
1245S: Supported
1246F: hw/virtio/virtio-rng.c
1247F: include/hw/virtio/virtio-rng.h
1248F: include/sysemu/rng*.h
1249F: backends/rng*.c
1250F: tests/virtio-rng-test.c
1251
1252virtio-crypto
1253M: Gonglei <arei.gonglei@huawei.com>
1254S: Supported
1255F: hw/virtio/virtio-crypto.c
1256F: hw/virtio/virtio-crypto-pci.c
1257F: include/hw/virtio/virtio-crypto.h
1258
1259nvme
1260M: Keith Busch <keith.busch@intel.com>
1261L: qemu-block@nongnu.org
1262S: Supported
1263F: hw/block/nvme*
1264F: tests/nvme-test.c
1265
1266megasas
1267M: Hannes Reinecke <hare@suse.com>
1268L: qemu-block@nongnu.org
1269S: Supported
1270F: hw/scsi/megasas.c
1271F: hw/scsi/mfi.h
1272F: tests/megasas-test.c
1273
1274Network packet abstractions
1275M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1276S: Maintained
1277F: include/net/eth.h
1278F: net/eth.c
1279F: hw/net/net_rx_pkt*
1280F: hw/net/net_tx_pkt*
1281
1282Vmware
1283M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1284S: Maintained
1285F: hw/net/vmxnet*
1286F: hw/scsi/vmw_pvscsi*
1287F: tests/vmxnet3-test.c
1288
1289Rocker
1290M: Jiri Pirko <jiri@resnulli.us>
1291S: Maintained
1292F: hw/net/rocker/
1293F: tests/rocker/
1294F: docs/specs/rocker.txt
1295
1296NVDIMM
1297M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1298S: Maintained
1299F: hw/acpi/nvdimm.c
1300F: hw/mem/nvdimm.c
1301F: include/hw/mem/nvdimm.h
1302
1303e1000x
1304M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1305S: Maintained
1306F: hw/net/e1000x*
1307
1308e1000e
1309M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1310S: Maintained
1311F: hw/net/e1000e*
1312
1313eepro100
1314M: Stefan Weil <sw@weilnetz.de>
1315S: Maintained
1316F: hw/net/eepro100.c
1317
1318Generic Loader
1319M: Alistair Francis <alistair@alistair23.me>
1320S: Maintained
1321F: hw/core/generic-loader.c
1322F: include/hw/core/generic-loader.h
1323F: docs/generic-loader.txt
1324
1325CHRP NVRAM
1326M: Thomas Huth <thuth@redhat.com>
1327S: Maintained
1328F: hw/nvram/chrp_nvram.c
1329F: include/hw/nvram/chrp_nvram.h
1330F: tests/prom-env-test.c
1331
1332VM Generation ID
1333M: Ben Warren <ben@skyportsystems.com>
1334S: Maintained
1335F: hw/acpi/vmgenid.c
1336F: include/hw/acpi/vmgenid.h
1337F: docs/specs/vmgenid.txt
1338F: tests/vmgenid-test.c
1339F: stubs/vmgenid.c
1340
1341Unimplemented device
1342M: Peter Maydell <peter.maydell@linaro.org>
1343R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1344S: Maintained
1345F: include/hw/misc/unimp.h
1346F: hw/misc/unimp.c
1347
1348Standard VGA
1349M: Gerd Hoffmann <kraxel@redhat.com>
1350S: Maintained
1351F: hw/display/vga*
1352F: hw/display/bochs-display.c
1353F: include/hw/display/vga.h
1354F: include/hw/display/bochs-vbe.h
1355
1356ramfb
1357M: Gerd Hoffmann <kraxel@redhat.com>
1358S: Maintained
1359F: hw/display/ramfb*.c
1360F: include/hw/display/ramfb.h
1361
1362virtio-gpu
1363M: Gerd Hoffmann <kraxel@redhat.com>
1364S: Maintained
1365F: hw/display/virtio-gpu*
1366F: hw/display/virtio-vga.c
1367F: include/hw/virtio/virtio-gpu.h
1368
1369Cirrus VGA
1370M: Gerd Hoffmann <kraxel@redhat.com>
1371S: Odd Fixes
1372W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1373F: hw/display/cirrus*
1374
1375Subsystems
1376----------
1377Audio
1378M: Gerd Hoffmann <kraxel@redhat.com>
1379S: Maintained
1380F: audio/
1381F: hw/audio/
1382F: include/hw/audio/
1383F: tests/ac97-test.c
1384F: tests/es1370-test.c
1385F: tests/intel-hda-test.c
1386
1387Block layer core
1388M: Kevin Wolf <kwolf@redhat.com>
1389M: Max Reitz <mreitz@redhat.com>
1390L: qemu-block@nongnu.org
1391S: Supported
1392F: block*
1393F: block/
1394F: hw/block/
1395F: include/block/
1396F: qemu-img*
1397F: qemu-io*
1398F: tests/qemu-iotests/
1399F: util/qemu-progress.c
1400F: qobject/block-qdict.c
1401F: test/check-block-qdict.c
1402T: git git://repo.or.cz/qemu/kevin.git block
1403
1404Block I/O path
1405M: Stefan Hajnoczi <stefanha@redhat.com>
1406M: Fam Zheng <famz@redhat.com>
1407L: qemu-block@nongnu.org
1408S: Supported
1409F: util/async.c
1410F: util/aio-*.c
1411F: block/io.c
1412F: migration/block*
1413F: include/block/aio.h
1414F: include/block/aio-wait.h
1415F: scripts/qemugdb/aio.py
1416T: git git://github.com/stefanha/qemu.git block
1417
1418Block SCSI subsystem
1419M: Paolo Bonzini <pbonzini@redhat.com>
1420R: Fam Zheng <famz@redhat.com>
1421L: qemu-block@nongnu.org
1422S: Supported
1423F: include/scsi/*
1424F: scsi/*
1425
1426Block Jobs
1427M: Jeff Cody <jcody@redhat.com>
1428L: qemu-block@nongnu.org
1429S: Supported
1430F: blockjob.c
1431F: include/block/blockjob.h
1432F: job.c
1433F: job-qmp.c
1434F: include/block/job.h
1435F: block/backup.c
1436F: block/commit.c
1437F: block/stream.c
1438F: block/mirror.c
1439F: qapi/job.json
1440T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1441
1442Block QAPI, monitor, command line
1443M: Markus Armbruster <armbru@redhat.com>
1444S: Supported
1445F: blockdev.c
1446F: block/qapi.c
1447F: qapi/block*.json
1448F: qapi/transaction.json
1449T: git git://repo.or.cz/qemu/armbru.git block-next
1450
1451Dirty Bitmaps
1452M: Fam Zheng <famz@redhat.com>
1453M: John Snow <jsnow@redhat.com>
1454L: qemu-block@nongnu.org
1455S: Supported
1456F: util/hbitmap.c
1457F: block/dirty-bitmap.c
1458F: include/qemu/hbitmap.h
1459F: include/block/dirty-bitmap.h
1460F: tests/test-hbitmap.c
1461F: docs/interop/bitmaps.rst
1462T: git git://github.com/famz/qemu.git bitmaps
1463T: git git://github.com/jnsnow/qemu.git bitmaps
1464
1465Character device backends
1466M: Paolo Bonzini <pbonzini@redhat.com>
1467M: Marc-André Lureau <marcandre.lureau@redhat.com>
1468S: Maintained
1469F: chardev/
1470F: include/chardev/
1471F: qapi/char.json
1472
1473Character Devices (Braille)
1474M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1475S: Maintained
1476F: chardev/baum.c
1477
1478Command line option argument parsing
1479M: Markus Armbruster <armbru@redhat.com>
1480S: Supported
1481F: include/qemu/option.h
1482F: tests/test-keyval.c
1483F: tests/test-qemu-opts.c
1484F: util/keyval.c
1485F: util/qemu-option.c
1486
1487Coverity model
1488M: Markus Armbruster <armbru@redhat.com>
1489S: Supported
1490F: scripts/coverity-model.c
1491
1492CPU
1493L: qemu-devel@nongnu.org
1494S: Supported
1495F: qom/cpu.c
1496F: include/qom/cpu.h
1497
1498Device Tree
1499M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1500M: Alexander Graf <agraf@suse.de>
1501S: Maintained
1502F: device_tree.c
1503F: include/sysemu/device_tree.h
1504
1505Dump
1506S: Supported
1507M: Marc-André Lureau <marcandre.lureau@redhat.com>
1508F: dump.c
1509F: hw/misc/vmcoreinfo.c
1510F: include/hw/misc/vmcoreinfo.h
1511F: include/sysemu/dump-arch.h
1512F: include/sysemu/dump.h
1513F: scripts/dump-guest-memory.py
1514F: stubs/dump.c
1515
1516Error reporting
1517M: Markus Armbruster <armbru@redhat.com>
1518S: Supported
1519F: include/qapi/error.h
1520F: include/qemu/error-report.h
1521F: util/error.c
1522F: util/qemu-error.c
1523
1524GDB stub
1525L: qemu-devel@nongnu.org
1526S: Odd Fixes
1527F: gdbstub*
1528F: gdb-xml/
1529
1530Memory API
1531M: Paolo Bonzini <pbonzini@redhat.com>
1532S: Supported
1533F: include/exec/ioport.h
1534F: ioport.c
1535F: include/exec/memory.h
1536F: include/exec/ram_addr.h
1537F: memory.c
1538F: include/exec/memory-internal.h
1539F: exec.c
1540
1541SPICE
1542M: Gerd Hoffmann <kraxel@redhat.com>
1543S: Supported
1544F: include/ui/qemu-spice.h
1545F: include/ui/spice-display.h
1546F: ui/spice-*.c
1547F: audio/spiceaudio.c
1548F: hw/display/qxl*
1549F: qapi/ui.json
1550
1551Graphics
1552M: Gerd Hoffmann <kraxel@redhat.com>
1553S: Odd Fixes
1554F: ui/
1555F: include/ui/
1556F: qapi/ui.json
1557
1558Cocoa graphics
1559M: Peter Maydell <peter.maydell@linaro.org>
1560S: Odd Fixes
1561F: ui/cocoa.m
1562
1563Main loop
1564M: Paolo Bonzini <pbonzini@redhat.com>
1565S: Maintained
1566F: cpus.c
1567F: util/main-loop.c
1568F: util/qemu-timer.c
1569F: vl.c
1570F: qapi/run-state.json
1571
1572Human Monitor (HMP)
1573M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1574S: Maintained
1575F: monitor.c
1576F: hmp.[ch]
1577F: hmp-commands*.hx
1578F: include/monitor/hmp-target.h
1579F: tests/test-hmp.c
1580
1581Network device backends
1582M: Jason Wang <jasowang@redhat.com>
1583S: Maintained
1584F: net/
1585F: include/net/
1586T: git git://github.com/jasowang/qemu.git net
1587F: qapi/net.json
1588
1589Netmap network backend
1590M: Luigi Rizzo <rizzo@iet.unipi.it>
1591M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1592M: Vincenzo Maffione <v.maffione@gmail.com>
1593W: http://info.iet.unipi.it/~luigi/netmap/
1594S: Maintained
1595F: net/netmap.c
1596
1597NUMA
1598M: Eduardo Habkost <ehabkost@redhat.com>
1599S: Maintained
1600F: numa.c
1601F: include/sysemu/numa.h
1602T: git git://github.com/ehabkost/qemu.git machine-next
1603
1604Host Memory Backends
1605M: Eduardo Habkost <ehabkost@redhat.com>
1606M: Igor Mammedov <imammedo@redhat.com>
1607S: Maintained
1608F: backends/hostmem*.c
1609F: include/sysemu/hostmem.h
1610T: git git://github.com/ehabkost/qemu.git machine-next
1611
1612Cryptodev Backends
1613M: Gonglei <arei.gonglei@huawei.com>
1614S: Maintained
1615F: include/sysemu/cryptodev*.h
1616F: backends/cryptodev*.c
1617
1618Python scripts
1619M: Eduardo Habkost <ehabkost@redhat.com>
1620M: Cleber Rosa <crosa@redhat.com>
1621S: Odd fixes
1622F: scripts/qmp/*
1623F: scripts/*.py
1624F: tests/*.py
1625
1626QAPI
1627M: Markus Armbruster <armbru@redhat.com>
1628M: Michael Roth <mdroth@linux.vnet.ibm.com>
1629S: Supported
1630F: qapi/
1631X: qapi/*.json
1632F: include/qapi/
1633X: include/qapi/qmp/
1634F: include/qapi/qmp/dispatch.h
1635F: tests/qapi-schema/
1636F: tests/test-*-visitor.c
1637F: tests/test-qapi-*.c
1638F: tests/test-qmp-*.c
1639F: tests/test-visitor-serialization.c
1640F: scripts/qapi-gen.py
1641F: scripts/qapi/*
1642F: docs/devel/qapi*
1643T: git git://repo.or.cz/qemu/armbru.git qapi-next
1644
1645QAPI Schema
1646M: Eric Blake <eblake@redhat.com>
1647M: Markus Armbruster <armbru@redhat.com>
1648S: Supported
1649F: qapi-schema.json
1650F: qapi/*.json
1651T: git git://repo.or.cz/qemu/armbru.git qapi-next
1652
1653QObject
1654M: Markus Armbruster <armbru@redhat.com>
1655S: Supported
1656F: qobject/
1657F: include/qapi/qmp/
1658X: include/qapi/qmp/dispatch.h
1659F: scripts/coccinelle/qobject.cocci
1660F: tests/check-qdict.c
1661F: tests/check-qnum.c
1662F: tests/check-qjson.c
1663F: tests/check-qlist.c
1664F: tests/check-qstring.c
1665T: git git://repo.or.cz/qemu/armbru.git qapi-next
1666
1667QEMU Guest Agent
1668M: Michael Roth <mdroth@linux.vnet.ibm.com>
1669S: Maintained
1670F: qga/
1671F: qemu-ga.texi
1672F: scripts/qemu-guest-agent/
1673F: tests/test-qga.c
1674F: docs/interop/qemu-ga-ref.texi
1675T: git git://github.com/mdroth/qemu.git qga
1676
1677QOM
1678M: Andreas Färber <afaerber@suse.de>
1679S: Supported
1680T: git git://github.com/afaerber/qemu-cpu.git qom-next
1681F: include/qom/
1682X: include/qom/cpu.h
1683F: qom/
1684X: qom/cpu.c
1685F: tests/check-qom-interface.c
1686F: tests/check-qom-proplist.c
1687F: tests/qom-test.c
1688
1689QMP
1690M: Markus Armbruster <armbru@redhat.com>
1691S: Supported
1692F: qmp.c
1693F: monitor.c
1694F: docs/devel/*qmp-*
1695F: scripts/qmp/
1696F: tests/qmp-test.c
1697T: git git://repo.or.cz/qemu/armbru.git qapi-next
1698
1699Register API
1700M: Alistair Francis <alistair@alistair23.me>
1701S: Maintained
1702F: hw/core/register.c
1703F: include/hw/register.h
1704F: include/hw/registerfields.h
1705
1706SLIRP
1707M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1708M: Jan Kiszka <jan.kiszka@siemens.com>
1709S: Maintained
1710F: slirp/
1711F: net/slirp.c
1712F: include/net/slirp.h
1713T: git https://people.debian.org/~sthibault/qemu.git slirp
1714T: git git://git.kiszka.org/qemu.git queues/slirp
1715
1716Stubs
1717M: Paolo Bonzini <pbonzini@redhat.com>
1718S: Maintained
1719F: stubs/
1720
1721Tracing
1722M: Stefan Hajnoczi <stefanha@redhat.com>
1723S: Maintained
1724F: trace/
1725F: trace-events
1726F: qemu-option-trace.texi
1727F: scripts/tracetool.py
1728F: scripts/tracetool/
1729F: docs/devel/tracing.txt
1730T: git git://github.com/stefanha/qemu.git tracing
1731
1732TPM
1733M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1734S: Maintained
1735F: tpm.c
1736F: stubs/tpm.c
1737F: hw/tpm/*
1738F: include/hw/acpi/tpm.h
1739F: include/sysemu/tpm*
1740F: qapi/tpm.json
1741F: backends/tpm.c
1742F: tests/*tpm*
1743T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1744
1745Checkpatch
1746S: Odd Fixes
1747F: scripts/checkpatch.pl
1748
1749Migration
1750M: Juan Quintela <quintela@redhat.com>
1751M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1752S: Maintained
1753F: include/migration/
1754F: migration/
1755F: scripts/vmstate-static-checker.py
1756F: tests/vmstate-static-checker-data/
1757F: tests/migration-test.c
1758F: docs/devel/migration.txt
1759F: qapi/migration.json
1760
1761Seccomp
1762M: Eduardo Otubo <otubo@redhat.com>
1763S: Supported
1764F: qemu-seccomp.c
1765F: include/sysemu/seccomp.h
1766
1767Cryptography
1768M: Daniel P. Berrange <berrange@redhat.com>
1769S: Maintained
1770F: crypto/
1771F: include/crypto/
1772F: tests/test-crypto-*
1773F: tests/benchmark-crypto-*
1774F: qemu.sasl
1775
1776Coroutines
1777M: Stefan Hajnoczi <stefanha@redhat.com>
1778M: Kevin Wolf <kwolf@redhat.com>
1779F: util/*coroutine*
1780F: include/qemu/coroutine*
1781F: tests/test-coroutine.c
1782
1783Buffers
1784M: Daniel P. Berrange <berrange@redhat.com>
1785S: Odd fixes
1786F: util/buffer.c
1787F: include/qemu/buffer.h
1788
1789I/O Channels
1790M: Daniel P. Berrange <berrange@redhat.com>
1791S: Maintained
1792F: io/
1793F: include/io/
1794F: tests/test-io-*
1795
1796Sockets
1797M: Daniel P. Berrange <berrange@redhat.com>
1798M: Gerd Hoffmann <kraxel@redhat.com>
1799M: Paolo Bonzini <pbonzini@redhat.com>
1800S: Maintained
1801F: include/qemu/sockets.h
1802F: util/qemu-sockets.c
1803F: qapi/sockets.json
1804
1805Throttling infrastructure
1806M: Alberto Garcia <berto@igalia.com>
1807S: Supported
1808F: block/throttle-groups.c
1809F: include/block/throttle-groups.h
1810F: include/qemu/throttle*.h
1811F: util/throttle.c
1812F: docs/throttle.txt
1813F: tests/test-throttle.c
1814L: qemu-block@nongnu.org
1815
1816UUID
1817M: Fam Zheng <famz@redhat.com>
1818S: Supported
1819F: util/uuid.c
1820F: include/qemu/uuid.h
1821F: tests/test-uuid.c
1822
1823COLO Framework
1824M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1825S: Maintained
1826F: migration/colo*
1827F: include/migration/colo.h
1828F: include/migration/failover.h
1829F: docs/COLO-FT.txt
1830
1831COLO Proxy
1832M: Zhang Chen <zhangckid@gmail.com>
1833M: Li Zhijian <lizhijian@cn.fujitsu.com>
1834S: Supported
1835F: docs/colo-proxy.txt
1836F: net/colo*
1837F: net/filter-rewriter.c
1838F: net/filter-mirror.c
1839
1840Record/replay
1841M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1842R: Paolo Bonzini <pbonzini@redhat.com>
1843W: https://wiki.qemu.org/Features/record-replay
1844S: Supported
1845F: replay/*
1846F: block/blkreplay.c
1847F: net/filter-replay.c
1848F: include/sysemu/replay.h
1849F: docs/replay.txt
1850F: stubs/replay.c
1851
1852IOVA Tree
1853M: Peter Xu <peterx@redhat.com>
1854S: Maintained
1855F: include/qemu/iova-tree.h
1856F: util/iova-tree.c
1857
1858Usermode Emulation
1859------------------
1860Overall
1861M: Riku Voipio <riku.voipio@iki.fi>
1862S: Maintained
1863F: thunk.c
1864F: accel/tcg/user-exec*.c
1865
1866BSD user
1867S: Orphan
1868F: bsd-user/
1869F: default-configs/*-bsd-user.mak
1870
1871Linux user
1872M: Riku Voipio <riku.voipio@iki.fi>
1873R: Laurent Vivier <laurent@vivier.eu>
1874S: Maintained
1875F: linux-user/
1876F: default-configs/*-linux-user.mak
1877F: scripts/qemu-binfmt-conf.sh
1878
1879Tiny Code Generator (TCG)
1880-------------------------
1881Common code
1882M: Richard Henderson <rth@twiddle.net>
1883S: Maintained
1884F: tcg/
1885
1886AArch64 target
1887M: Claudio Fontana <claudio.fontana@huawei.com>
1888M: Claudio Fontana <claudio.fontana@gmail.com>
1889S: Maintained
1890L: qemu-arm@nongnu.org
1891F: tcg/aarch64/
1892F: disas/arm-a64.cc
1893F: disas/libvixl/
1894
1895ARM target
1896M: Andrzej Zaborowski <balrogg@gmail.com>
1897S: Maintained
1898L: qemu-arm@nongnu.org
1899F: tcg/arm/
1900F: disas/arm.c
1901
1902i386 target
1903L: qemu-devel@nongnu.org
1904S: Maintained
1905F: tcg/i386/
1906F: disas/i386.c
1907
1908MIPS target
1909M: Aurelien Jarno <aurelien@aurel32.net>
1910S: Maintained
1911F: tcg/mips/
1912F: disas/mips.c
1913
1914PPC
1915M: Richard Henderson <rth@twiddle.net>
1916S: Odd Fixes
1917F: tcg/ppc/
1918F: disas/ppc.c
1919
1920S390 target
1921M: Alexander Graf <agraf@suse.de>
1922M: Richard Henderson <rth@twiddle.net>
1923S: Maintained
1924F: tcg/s390/
1925F: disas/s390.c
1926L: qemu-s390x@nongnu.org
1927
1928SPARC target
1929S: Odd Fixes
1930F: tcg/sparc/
1931F: disas/sparc.c
1932
1933TCI target
1934M: Stefan Weil <sw@weilnetz.de>
1935S: Maintained
1936F: tcg/tci/
1937F: tcg/tci.c
1938F: disas/tci.c
1939
1940Block drivers
1941-------------
1942VMDK
1943M: Fam Zheng <famz@redhat.com>
1944L: qemu-block@nongnu.org
1945S: Supported
1946F: block/vmdk.c
1947
1948RBD
1949M: Josh Durgin <jdurgin@redhat.com>
1950M: Jeff Cody <jcody@redhat.com>
1951L: qemu-block@nongnu.org
1952S: Supported
1953F: block/rbd.c
1954T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1955
1956Sheepdog
1957M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1958M: Liu Yuan <namei.unix@gmail.com>
1959M: Jeff Cody <jcody@redhat.com>
1960L: qemu-block@nongnu.org
1961L: sheepdog@lists.wpkg.org
1962S: Supported
1963F: block/sheepdog.c
1964T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1965
1966VHDX
1967M: Jeff Cody <jcody@redhat.com>
1968L: qemu-block@nongnu.org
1969S: Supported
1970F: block/vhdx*
1971T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1972
1973VDI
1974M: Stefan Weil <sw@weilnetz.de>
1975L: qemu-block@nongnu.org
1976S: Maintained
1977F: block/vdi.c
1978
1979iSCSI
1980M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1981M: Paolo Bonzini <pbonzini@redhat.com>
1982M: Peter Lieven <pl@kamp.de>
1983L: qemu-block@nongnu.org
1984S: Supported
1985F: block/iscsi.c
1986F: block/iscsi-opts.c
1987
1988Network Block Device (NBD)
1989M: Eric Blake <eblake@redhat.com>
1990M: Paolo Bonzini <pbonzini@redhat.com>
1991L: qemu-block@nongnu.org
1992S: Maintained
1993F: block/nbd*
1994F: nbd/
1995F: include/block/nbd*
1996F: qemu-nbd.*
1997F: blockdev-nbd.c
1998F: docs/interop/nbd.txt
1999T: git git://repo.or.cz/qemu/ericb.git nbd
2000
2001NFS
2002M: Jeff Cody <jcody@redhat.com>
2003M: Peter Lieven <pl@kamp.de>
2004L: qemu-block@nongnu.org
2005S: Maintained
2006F: block/nfs.c
2007T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2008
2009SSH
2010M: Richard W.M. Jones <rjones@redhat.com>
2011M: Jeff Cody <jcody@redhat.com>
2012L: qemu-block@nongnu.org
2013S: Supported
2014F: block/ssh.c
2015T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2016
2017CURL
2018M: Jeff Cody <jcody@redhat.com>
2019L: qemu-block@nongnu.org
2020S: Supported
2021F: block/curl.c
2022T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2023
2024GLUSTER
2025M: Jeff Cody <jcody@redhat.com>
2026L: qemu-block@nongnu.org
2027S: Supported
2028F: block/gluster.c
2029T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2030
2031Null Block Driver
2032M: Fam Zheng <famz@redhat.com>
2033L: qemu-block@nongnu.org
2034S: Supported
2035F: block/null.c
2036
2037NVMe Block Driver
2038M: Fam Zheng <famz@redhat.com>
2039L: qemu-block@nongnu.org
2040S: Supported
2041F: block/nvme*
2042
2043Bootdevice
2044M: Gonglei <arei.gonglei@huawei.com>
2045S: Maintained
2046F: bootdevice.c
2047
2048Quorum
2049M: Alberto Garcia <berto@igalia.com>
2050S: Supported
2051F: block/quorum.c
2052L: qemu-block@nongnu.org
2053
2054blkverify
2055M: Stefan Hajnoczi <stefanha@redhat.com>
2056L: qemu-block@nongnu.org
2057S: Supported
2058F: block/blkverify.c
2059
2060bochs
2061M: Stefan Hajnoczi <stefanha@redhat.com>
2062L: qemu-block@nongnu.org
2063S: Supported
2064F: block/bochs.c
2065
2066cloop
2067M: Stefan Hajnoczi <stefanha@redhat.com>
2068L: qemu-block@nongnu.org
2069S: Supported
2070F: block/cloop.c
2071
2072dmg
2073M: Stefan Hajnoczi <stefanha@redhat.com>
2074L: qemu-block@nongnu.org
2075S: Supported
2076F: block/dmg.c
2077
2078parallels
2079M: Stefan Hajnoczi <stefanha@redhat.com>
2080M: Denis V. Lunev <den@openvz.org>
2081L: qemu-block@nongnu.org
2082S: Supported
2083F: block/parallels.c
2084F: docs/interop/parallels.txt
2085
2086qed
2087M: Stefan Hajnoczi <stefanha@redhat.com>
2088L: qemu-block@nongnu.org
2089S: Supported
2090F: block/qed.c
2091
2092raw
2093M: Kevin Wolf <kwolf@redhat.com>
2094L: qemu-block@nongnu.org
2095S: Supported
2096F: block/linux-aio.c
2097F: include/block/raw-aio.h
2098F: block/raw-format.c
2099F: block/file-posix.c
2100F: block/file-win32.c
2101F: block/win32-aio.c
2102
2103qcow2
2104M: Kevin Wolf <kwolf@redhat.com>
2105M: Max Reitz <mreitz@redhat.com>
2106L: qemu-block@nongnu.org
2107S: Supported
2108F: block/qcow2*
2109F: docs/interop/qcow2.txt
2110
2111qcow
2112M: Kevin Wolf <kwolf@redhat.com>
2113L: qemu-block@nongnu.org
2114S: Supported
2115F: block/qcow.c
2116
2117blkdebug
2118M: Kevin Wolf <kwolf@redhat.com>
2119M: Max Reitz <mreitz@redhat.com>
2120L: qemu-block@nongnu.org
2121S: Supported
2122F: block/blkdebug.c
2123
2124vpc
2125M: Kevin Wolf <kwolf@redhat.com>
2126L: qemu-block@nongnu.org
2127S: Supported
2128F: block/vpc.c
2129
2130vvfat
2131M: Kevin Wolf <kwolf@redhat.com>
2132L: qemu-block@nongnu.org
2133S: Supported
2134F: block/vvfat.c
2135
2136Image format fuzzer
2137M: Stefan Hajnoczi <stefanha@redhat.com>
2138L: qemu-block@nongnu.org
2139S: Supported
2140F: tests/image-fuzzer/
2141
2142Replication
2143M: Wen Congyang <wencongyang2@huawei.com>
2144M: Xie Changlong <xiechanglong.d@gmail.com>
2145S: Supported
2146F: replication*
2147F: block/replication.c
2148F: tests/test-replication.c
2149F: docs/block-replication.txt
2150
2151PVRDMA
2152M: Yuval Shaia <yuval.shaia@oracle.com>
2153M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2154S: Maintained
2155F: hw/rdma/*
2156F: hw/rdma/vmw/*
2157F: docs/pvrdma.txt
2158
2159Build and test automation
2160-------------------------
2161Build and test automation
2162M: Alex Bennée <alex.bennee@linaro.org>
2163M: Fam Zheng <famz@redhat.com>
2164R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2165L: qemu-devel@nongnu.org
2166S: Maintained
2167F: .travis.yml
2168F: .shippable.yml
2169F: tests/docker/
2170F: tests/vm/
2171W: https://travis-ci.org/qemu/qemu
2172W: https://app.shippable.com/github/qemu/qemu
2173W: http://patchew.org/QEMU/
2174
2175Guest Test Compilation Support
2176M: Alex Bennée <alex.bennee@linaro.org>
2177R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2178F: tests/tcg/Makefile
2179F: tests/tcg/Makefile.include
2180L: qemu-devel@nongnu.org
2181
2182Documentation
2183-------------
2184Build system architecture
2185M: Daniel P. Berrange <berrange@redhat.com>
2186S: Odd Fixes
2187F: docs/devel/build-system.txt
2188
2189Build System
2190------------
2191GIT submodules
2192M: Daniel P. Berrange <berrange@redhat.com>
2193S: Odd Fixes
2194F: scripts/git-submodule.sh
2195