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