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