]> Git Repo - qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' 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         L: Mailing list that is relevant to this area
16         W: Web-page with status/info
17         Q: Patchwork web based patch tracking system site
18         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19         S: Status, one of the following:
20            Supported:   Someone is actually paid to look after this.
21            Maintained:  Someone actually looks after it.
22            Odd Fixes:   It has a maintainer but they don't have time to do
23                         much other than throw the odd patch in. See below.
24            Orphan:      No current maintainer [but maybe you could take the
25                         role as you write your new code].
26            Obsolete:    Old code. Something tagged obsolete generally means
27                         it has been replaced by a better system and you
28                         should be using that.
29         F: Files and directories with wildcard patterns.
30            A trailing slash includes all files and subdirectory files.
31            F:   drivers/net/    all files in and below drivers/net
32            F:   drivers/net/*   all files in drivers/net, but not below
33            F:   */net/*         all files in "any top level directory"/net
34            One pattern per line.  Multiple F: lines acceptable.
35         X: Files and directories that are NOT maintained, same rules as F:
36            Files exclusions are tested before file matches.
37            Can be useful for excluding a specific subdirectory, for instance:
38            F:   net/
39            X:   net/ipv6/
40            matches all files in and below net excluding net/ipv6/
41         K: Keyword perl extended regex pattern to match content in a
42            patch or file.  For instance:
43            K: of_get_profile
44               matches patches or files that contain "of_get_profile"
45            K: \b(printk|pr_(info|err))\b
46               matches patches or files that contain one or more of the words
47               printk, pr_info or pr_err
48            One regex pattern per line.  Multiple K: lines acceptable.
49
50
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <[email protected]>
54
55 All patches CC here
56 L: [email protected]
57 F: *
58 F: */
59
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <[email protected]>
64 L: [email protected]
65
66 Guest CPU cores (TCG):
67 ----------------------
68 Overall
69 L: [email protected]
70 M: Paolo Bonzini <[email protected]>
71 M: Peter Crosthwaite <[email protected]>
72 M: Richard Henderson <[email protected]>
73 S: Maintained
74 F: cpu-exec.c
75 F: cpu-exec-common.c
76 F: cpus.c
77 F: cputlb.c
78 F: exec.c
79 F: softmmu_template.h
80 F: translate-all.*
81 F: translate-common.c
82 F: include/exec/cpu*.h
83 F: include/exec/exec-all.h
84 F: include/exec/helper*.h
85 F: include/exec/tb-hash.h
86
87 FPU emulation
88 M: Aurelien Jarno <[email protected]>
89 M: Peter Maydell <[email protected]>
90 S: Odd Fixes
91 F: fpu/
92 F: include/fpu/
93
94 Alpha
95 M: Richard Henderson <[email protected]>
96 S: Maintained
97 F: target-alpha/
98 F: hw/alpha/
99 F: tests/tcg/alpha/
100 F: disas/alpha.c
101
102 ARM
103 M: Peter Maydell <[email protected]>
104 L: [email protected]
105 S: Maintained
106 F: target-arm/
107 F: hw/arm/
108 F: hw/cpu/a*mpcore.c
109 F: disas/arm.c
110 F: disas/arm-a64.cc
111 F: disas/libvixl/
112
113 CRIS
114 M: Edgar E. Iglesias <[email protected]>
115 S: Maintained
116 F: target-cris/
117 F: hw/cris/
118 F: tests/tcg/cris/
119 F: disas/cris.c
120
121 LM32
122 M: Michael Walle <[email protected]>
123 S: Maintained
124 F: target-lm32/
125 F: disas/lm32.c
126 F: hw/lm32/
127 F: hw/*/lm32_*
128 F: hw/*/milkymist-*
129 F: include/hw/char/lm32_juart.h
130 F: include/hw/lm32/
131 F: tests/tcg/lm32/
132
133 M68K
134 S: Orphan
135 F: target-m68k/
136 F: hw/m68k/
137
138 MicroBlaze
139 M: Edgar E. Iglesias <[email protected]>
140 S: Maintained
141 F: target-microblaze/
142 F: hw/microblaze/
143 F: disas/microblaze.c
144
145 MIPS
146 M: Aurelien Jarno <[email protected]>
147 M: Leon Alrae <[email protected]>
148 S: Maintained
149 F: target-mips/
150 F: hw/mips/
151 F: tests/tcg/mips/
152 F: disas/mips.c
153
154 Moxie
155 M: Anthony Green <[email protected]>
156 S: Maintained
157 F: target-moxie/
158 F: disas/moxie.c
159
160 OpenRISC
161 M: Jia Liu <[email protected]>
162 S: Maintained
163 F: target-openrisc/
164 F: hw/openrisc/
165 F: tests/tcg/openrisc/
166
167 PowerPC
168 M: Alexander Graf <[email protected]>
169 L: [email protected]
170 S: Maintained
171 F: target-ppc/
172 F: hw/ppc/
173 F: disas/ppc.c
174
175 S390
176 M: Richard Henderson <[email protected]>
177 M: Alexander Graf <[email protected]>
178 S: Maintained
179 F: target-s390x/
180 F: hw/s390x/
181 F: disas/s390.c
182
183 SH4
184 M: Aurelien Jarno <[email protected]>
185 S: Odd Fixes
186 F: target-sh4/
187 F: hw/sh4/
188 F: disas/sh4.c
189
190 SPARC
191 M: Blue Swirl <[email protected]>
192 M: Mark Cave-Ayland <[email protected]>
193 S: Maintained
194 F: target-sparc/
195 F: hw/sparc/
196 F: hw/sparc64/
197 F: disas/sparc.c
198
199 UniCore32
200 M: Guan Xuetao <[email protected]>
201 S: Maintained
202 F: target-unicore32/
203 F: hw/unicore32/
204
205 X86
206 M: Paolo Bonzini <[email protected]>
207 M: Richard Henderson <[email protected]>
208 M: Eduardo Habkost <[email protected]>
209 S: Maintained
210 F: target-i386/
211 F: hw/i386/
212 F: disas/i386.c
213
214 Xtensa
215 M: Max Filippov <[email protected]>
216 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
217 S: Maintained
218 F: target-xtensa/
219 F: hw/xtensa/
220 F: tests/tcg/xtensa/
221
222 TriCore
223 M: Bastian Koppelmann <[email protected]>
224 S: Maintained
225 F: target-tricore/
226 F: hw/tricore/
227
228 Guest CPU Cores (KVM):
229 ----------------------
230
231 Overall
232 M: Paolo Bonzini <[email protected]>
233 L: [email protected]
234 S: Supported
235 F: kvm-*
236 F: */kvm.*
237 F: include/sysemu/kvm*.h
238
239 ARM
240 M: Peter Maydell <[email protected]>
241 L: [email protected]
242 S: Maintained
243 F: target-arm/kvm.c
244
245 MIPS
246 M: James Hogan <[email protected]>
247 S: Maintained
248 F: target-mips/kvm.c
249
250 PPC
251 M: Alexander Graf <[email protected]>
252 S: Maintained
253 F: target-ppc/kvm.c
254
255 S390
256 M: Christian Borntraeger <[email protected]>
257 M: Cornelia Huck <[email protected]>
258 M: Alexander Graf <[email protected]>
259 S: Maintained
260 F: target-s390x/kvm.c
261 F: target-s390x/ioinst.[ch]
262 F: target-s390x/machine.c
263 F: hw/intc/s390_flic.c
264 F: hw/intc/s390_flic_kvm.c
265 F: include/hw/s390x/s390_flic.h
266 F: gdb-xml/s390*.xml
267 T: git git://github.com/cohuck/qemu.git s390-next
268 T: git git://github.com/borntraeger/qemu.git s390-next
269
270 X86
271 M: Paolo Bonzini <[email protected]>
272 M: Marcelo Tosatti <[email protected]>
273 L: [email protected]
274 S: Supported
275 F: target-i386/kvm.c
276
277 Guest CPU Cores (Xen):
278 ----------------------
279
280 X86
281 M: Stefano Stabellini <[email protected]>
282 L: [email protected]
283 S: Supported
284 F: xen-*
285 F: */xen*
286 F: hw/char/xen_console.c
287 F: hw/display/xenfb.c
288 F: hw/net/xen_nic.c
289 F: hw/block/xen_*
290 F: hw/xen/
291 F: hw/xenpv/
292 F: hw/i386/xen/
293 F: include/hw/xen/
294 F: include/sysemu/xen-mapcache.h
295
296 Hosts:
297 ------
298
299 LINUX
300 L: [email protected]
301 S: Maintained
302 F: linux-*
303 F: linux-headers/
304
305 POSIX
306 L: [email protected]
307 S: Maintained
308 F: *posix*
309
310 W32, W64
311 L: [email protected]
312 M: Stefan Weil <[email protected]>
313 S: Maintained
314 F: *win32*
315 F: qemu.nsi
316
317 ARM Machines
318 ------------
319 Allwinner-a10
320 M: Beniamino Galvani <[email protected]>
321 L: [email protected]
322 S: Maintained
323 F: hw/*/allwinner*
324 F: include/hw/*/allwinner*
325 F: hw/arm/cubieboard.c
326
327 ARM PrimeCell
328 M: Peter Maydell <[email protected]>
329 L: [email protected]
330 S: Maintained
331 F: hw/char/pl011.c
332 F: hw/display/pl110*
333 F: hw/dma/pl080.c
334 F: hw/dma/pl330.c
335 F: hw/gpio/pl061.c
336 F: hw/input/pl050.c
337 F: hw/intc/pl190.c
338 F: hw/sd/pl181.c
339 F: hw/timer/pl031.c
340 F: include/hw/arm/primecell.h
341
342 ARM cores
343 M: Peter Maydell <[email protected]>
344 L: [email protected]
345 S: Maintained
346 F: hw/intc/arm*
347 F: hw/intc/gic_internal.h
348 F: hw/misc/a9scu.c
349 F: hw/misc/arm11scu.c
350 F: hw/timer/a9gtimer*
351 F: hw/timer/arm_*
352 F: include/hw/arm/arm.h
353 F: include/hw/intc/arm*
354 F: include/hw/misc/a9scu.h
355 F: include/hw/misc/arm11scu.h
356 F: include/hw/timer/a9gtimer.h
357 F: include/hw/timer/arm_mptimer.h
358
359 Exynos
360 M: Evgeny Voevodin <[email protected]>
361 M: Maksim Kozlov <[email protected]>
362 M: Igor Mitsyanko <[email protected]>
363 M: Dmitry Solodkiy <[email protected]>
364 L: [email protected]
365 S: Maintained
366 F: hw/*/exynos*
367 F: include/hw/arm/exynos4210.h
368
369 Calxeda Highbank
370 M: Rob Herring <[email protected]>
371 L: [email protected]
372 S: Maintained
373 F: hw/arm/highbank.c
374 F: hw/net/xgmac.c
375
376 Canon DIGIC
377 M: Antony Pavlov <[email protected]>
378 L: [email protected]
379 S: Maintained
380 F: include/hw/arm/digic.h
381 F: hw/*/digic*
382
383 Gumstix
384 L: [email protected]
385 L: [email protected]
386 S: Orphan
387 F: hw/arm/gumstix.c
388
389 i.MX31
390 M: Peter Chubb <[email protected]>
391 L: [email protected]
392 S: Odd fixes
393 F: hw/*/imx*
394 F: hw/arm/kzm.c
395 F: include/hw/arm/fsl-imx31.h
396
397 Integrator CP
398 M: Peter Maydell <[email protected]>
399 L: [email protected]
400 S: Maintained
401 F: hw/arm/integratorcp.c
402
403 Musicpal
404 M: Jan Kiszka <[email protected]>
405 L: [email protected]
406 S: Maintained
407 F: hw/arm/musicpal.c
408
409 nSeries
410 M: Andrzej Zaborowski <[email protected]>
411 L: [email protected]
412 S: Maintained
413 F: hw/arm/nseries.c
414
415 Palm
416 M: Andrzej Zaborowski <[email protected]>
417 L: [email protected]
418 S: Maintained
419 F: hw/arm/palm.c
420
421 Real View
422 M: Peter Maydell <[email protected]>
423 L: [email protected]
424 S: Maintained
425 F: hw/arm/realview*
426 F: hw/intc/realview_gic.c
427 F: include/hw/intc/realview_gic.h
428
429 PXA2XX
430 M: Andrzej Zaborowski <[email protected]>
431 L: [email protected]
432 S: Maintained
433 F: hw/arm/mainstone.c
434 F: hw/arm/spitz.c
435 F: hw/arm/tosa.c
436 F: hw/arm/z2.c
437 F: hw/*/pxa2xx*
438 F: include/hw/arm/pxa.h
439
440 Stellaris
441 M: Peter Maydell <[email protected]>
442 L: [email protected]
443 S: Maintained
444 F: hw/*/stellaris*
445
446 Versatile PB
447 M: Peter Maydell <[email protected]>
448 L: [email protected]
449 S: Maintained
450 F: hw/*/versatile*
451
452 Xilinx Zynq
453 M: Alistair Francis <[email protected]>
454 M: Peter Crosthwaite <[email protected]>
455 L: [email protected]
456 S: Maintained
457 F: hw/arm/xilinx_zynq.c
458 F: hw/misc/zynq_slcr.c
459 F: hw/*/cadence_*
460 F: hw/ssi/xilinx_spips.c
461
462 Xilinx ZynqMP
463 M: Alistair Francis <[email protected]>
464 M: Peter Crosthwaite <[email protected]>
465 L: [email protected]
466 S: Maintained
467 F: hw/arm/xlnx-zynqmp.c
468 F: hw/arm/xlnx-ep108.c
469 F: include/hw/arm/xlnx-zynqmp.h
470
471 ARM ACPI Subsystem
472 M: Shannon Zhao <[email protected]>
473 M: Shannon Zhao <[email protected]>
474 L: [email protected]
475 S: Maintained
476 F: hw/arm/virt-acpi-build.c
477 F: include/hw/arm/virt-acpi-build.h
478
479 CRIS Machines
480 -------------
481 Axis Dev88
482 M: Edgar E. Iglesias <[email protected]>
483 S: Maintained
484 F: hw/cris/axis_dev88.c
485 F: hw/*/etraxfs_*.c
486
487 LM32 Machines
488 -------------
489 EVR32 and uclinux BSP
490 M: Michael Walle <[email protected]>
491 S: Maintained
492 F: hw/lm32/lm32_boards.c
493
494 milkymist
495 M: Michael Walle <[email protected]>
496 S: Maintained
497 F: hw/lm32/milkymist.c
498
499 M68K Machines
500 -------------
501 an5206
502 S: Orphan
503 F: hw/m68k/an5206.c
504
505 dummy_m68k
506 S: Orphan
507 F: hw/m68k/dummy_m68k.c
508
509 mcf5208
510 S: Orphan
511 F: hw/m68k/mcf5208.c
512
513 MicroBlaze Machines
514 -------------------
515 petalogix_s3adsp1800
516 M: Edgar E. Iglesias <[email protected]>
517 S: Maintained
518 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
519
520 petalogix_ml605
521 M: Edgar E. Iglesias <[email protected]>
522 S: Maintained
523 F: hw/microblaze/petalogix_ml605_mmu.c
524
525 MIPS Machines
526 -------------
527 Jazz
528 M: Hervé Poussineau <[email protected]>
529 S: Maintained
530 F: hw/mips/mips_jazz.c
531
532 Malta
533 M: Aurelien Jarno <[email protected]>
534 S: Maintained
535 F: hw/mips/mips_malta.c
536
537 Mipssim
538 L: [email protected]
539 S: Orphan
540 F: hw/mips/mips_mipssim.c
541
542 R4000
543 M: Aurelien Jarno <[email protected]>
544 S: Maintained
545 F: hw/mips/mips_r4k.c
546
547 OpenRISC Machines
548 -----------------
549 or1k-sim
550 M: Jia Liu <[email protected]>
551 S: Maintained
552 F: hw/openrisc/openrisc_sim.c
553
554 PowerPC Machines
555 ----------------
556 405
557 M: Alexander Graf <[email protected]>
558 L: [email protected]
559 S: Odd Fixes
560 F: hw/ppc/ppc405_boards.c
561
562 Bamboo
563 M: Alexander Graf <[email protected]>
564 L: [email protected]
565 S: Odd Fixes
566 F: hw/ppc/ppc440_bamboo.c
567
568 e500
569 M: Alexander Graf <[email protected]>
570 M: Scott Wood <[email protected]>
571 L: [email protected]
572 S: Supported
573 F: hw/ppc/e500.[hc]
574 F: hw/ppc/e500plat.c
575
576 mpc8544ds
577 M: Alexander Graf <[email protected]>
578 M: Scott Wood <[email protected]>
579 L: [email protected]
580 S: Supported
581 F: hw/ppc/mpc8544ds.c
582 F: hw/ppc/mpc8544_guts.c
583
584 New World
585 M: Alexander Graf <[email protected]>
586 L: [email protected]
587 S: Maintained
588 F: hw/ppc/mac_newworld.c
589 F: hw/pci-host/uninorth.c
590 F: hw/pci-bridge/dec.[hc]
591 F: hw/misc/macio/
592
593 Old World
594 M: Alexander Graf <[email protected]>
595 L: [email protected]
596 S: Maintained
597 F: hw/ppc/mac_oldworld.c
598 F: hw/pci-host/grackle.c
599 F: hw/misc/macio/
600
601 PReP
602 M: Andreas Färber <[email protected]>
603 L: [email protected]
604 S: Odd Fixes
605 F: hw/ppc/prep.c
606 F: hw/pci-host/prep.[hc]
607 F: hw/isa/pc87312.[hc]
608
609 sPAPR
610 M: David Gibson <[email protected]>
611 M: Alexander Graf <[email protected]>
612 L: [email protected]
613 S: Supported
614 F: hw/*/spapr*
615 F: include/hw/*/spapr*
616 F: hw/*/xics*
617 F: include/hw/*/xics*
618 F: pc-bios/spapr-rtas/*
619
620 virtex_ml507
621 M: Edgar E. Iglesias <[email protected]>
622 L: [email protected]
623 S: Odd Fixes
624 F: hw/ppc/virtex_ml507.c
625
626 SH4 Machines
627 ------------
628 R2D
629 M: Magnus Damm <[email protected]>
630 S: Maintained
631 F: hw/sh4/r2d.c
632
633 Shix
634 M: Magnus Damm <[email protected]>
635 S: Orphan
636 F: hw/sh4/shix.c
637
638 SPARC Machines
639 --------------
640 Sun4m
641 M: Blue Swirl <[email protected]>
642 M: Mark Cave-Ayland <[email protected]>
643 S: Maintained
644 F: hw/sparc/sun4m.c
645
646 Sun4u
647 M: Blue Swirl <[email protected]>
648 M: Mark Cave-Ayland <[email protected]>
649 S: Maintained
650 F: hw/sparc64/sun4u.c
651
652 Leon3
653 M: Fabien Chouteau <[email protected]>
654 S: Maintained
655 F: hw/sparc/leon3.c
656 F: hw/*/grlib*
657
658 S390 Machines
659 -------------
660 S390 Virtio-ccw
661 M: Cornelia Huck <[email protected]>
662 M: Christian Borntraeger <[email protected]>
663 M: Alexander Graf <[email protected]>
664 S: Supported
665 F: hw/char/sclp*.[hc]
666 F: hw/s390x/
667 F: include/hw/s390x/
668 F: pc-bios/s390-ccw/
669 F: hw/watchdog/wdt_diag288.c
670 T: git git://github.com/cohuck/qemu.git s390-next
671 T: git git://github.com/borntraeger/qemu.git s390-next
672
673 UniCore32 Machines
674 -------------
675 PKUnity-3 SoC initramfs-with-busybox
676 M: Guan Xuetao <[email protected]>
677 S: Maintained
678 F: hw/*/puv3*
679 F: hw/unicore32/
680
681 X86 Machines
682 ------------
683 PC
684 M: Michael S. Tsirkin <[email protected]>
685 S: Supported
686 F: include/hw/i386/
687 F: hw/i386/
688 F: hw/pci-host/piix.c
689 F: hw/pci-host/q35.c
690 F: hw/pci-host/pam.c
691 F: include/hw/pci-host/q35.h
692 F: include/hw/pci-host/pam.h
693 F: hw/isa/piix4.c
694 F: hw/isa/lpc_ich9.c
695 F: hw/i2c/smbus_ich9.c
696 F: hw/acpi/piix4.c
697 F: hw/acpi/ich9.c
698 F: include/hw/acpi/ich9.h
699 F: include/hw/acpi/piix.h
700 F: hw/misc/sga.c
701
702 PC Chipset
703 M: Michael S. Tsirkin <[email protected]>
704 M: Paolo Bonzini <[email protected]>
705 S: Support
706 F: hw/char/debugcon.c
707 F: hw/char/parallel.c
708 F: hw/char/serial*
709 F: hw/dma/i8257*
710 F: hw/i2c/pm_smbus.c
711 F: hw/intc/apic*
712 F: hw/intc/ioapic*
713 F: hw/intc/i8259*
714 F: hw/misc/debugexit.c
715 F: hw/misc/pc-testdev.c
716 F: hw/timer/hpet*
717 F: hw/timer/i8254*
718 F: hw/timer/mc146818rtc*
719
720
721 Xtensa Machines
722 ---------------
723 sim
724 M: Max Filippov <[email protected]>
725 S: Maintained
726 F: hw/xtensa/sim.c
727
728 XTFPGA (LX60, LX200, ML605, KC705)
729 M: Max Filippov <[email protected]>
730 S: Maintained
731 F: hw/xtensa/xtfpga.c
732 F: hw/net/opencores_eth.c
733
734 Devices
735 -------
736 EDU
737 M: Jiri Slaby <[email protected]>
738 S: Maintained
739 F: hw/misc/edu.c
740
741 IDE
742 M: John Snow <[email protected]>
743 L: [email protected]
744 S: Supported
745 F: include/hw/ide.h
746 F: hw/ide/
747 F: hw/block/block.c
748 F: hw/block/cdrom.c
749 F: hw/block/hd-geometry.c
750 F: tests/ide-test.c
751 F: tests/ahci-test.c
752 F: tests/libqos/ahci*
753 T: git git://github.com/jnsnow/qemu.git ide
754
755 Floppy
756 M: John Snow <[email protected]>
757 L: [email protected]
758 S: Supported
759 F: hw/block/fdc.c
760 F: include/hw/block/fdc.h
761 F: tests/fdc-test.c
762 T: git git://github.com/jnsnow/qemu.git ide
763
764 OMAP
765 M: Peter Maydell <[email protected]>
766 S: Maintained
767 F: hw/*/omap*
768 F: include/hw/arm/omap.h
769
770 IPack
771 M: Alberto Garcia <[email protected]>
772 S: Odd Fixes
773 F: hw/char/ipoctal232.c
774 F: hw/ipack/
775
776 PCI
777 M: Michael S. Tsirkin <[email protected]>
778 S: Supported
779 F: include/hw/pci/*
780 F: hw/misc/pci-testdev.c
781 F: hw/pci/*
782 F: hw/pci-bridge/*
783
784 ACPI/SMBIOS
785 M: Michael S. Tsirkin <[email protected]>
786 M: Igor Mammedov <[email protected]>
787 S: Supported
788 F: include/hw/acpi/*
789 F: include/hw/smbios/*
790 F: hw/mem/*
791 F: hw/acpi/*
792 F: hw/smbios/*
793 F: hw/i386/acpi-build.[hc]
794 F: hw/i386/*dsl
795 F: hw/arm/virt-acpi-build.c
796 F: include/hw/arm/virt-acpi-build.h
797 F: scripts/acpi*py
798
799 ppc4xx
800 M: Alexander Graf <[email protected]>
801 L: [email protected]
802 S: Odd Fixes
803 F: hw/ppc/ppc4*.c
804
805 ppce500
806 M: Alexander Graf <[email protected]>
807 M: Scott Wood <[email protected]>
808 L: [email protected]
809 S: Supported
810 F: hw/ppc/e500*
811 F: hw/pci-host/ppce500.c
812 F: hw/net/fsl_etsec/
813
814 Character devices
815 M: Paolo Bonzini <[email protected]>
816 S: Odd Fixes
817 F: hw/char/
818
819 Network devices
820 M: Jason Wang <[email protected]>
821 S: Odd Fixes
822 F: hw/net/
823 T: git git://github.com/jasowang/qemu.git net
824
825 SCSI
826 M: Paolo Bonzini <[email protected]>
827 S: Supported
828 F: include/hw/scsi*
829 F: hw/scsi/*
830 T: git git://github.com/bonzini/qemu.git scsi-next
831
832 LSI53C895A
833 S: Orphan
834 F: hw/scsi/lsi53c895a.c
835
836 SSI
837 M: Peter Crosthwaite <[email protected]>
838 S: Maintained
839 F: hw/ssi/*
840 F: hw/block/m25p80.c
841 X: hw/ssi/xilinx_*
842
843 Xilinx SPI
844 M: Alistair Francis <[email protected]>
845 M: Peter Crosthwaite <[email protected]>
846 S: Maintained
847 F: hw/ssi/xilinx_*
848
849 USB
850 M: Gerd Hoffmann <[email protected]>
851 S: Maintained
852 F: hw/usb/*
853 F: tests/usb-*-test.c
854 F: docs/usb2.txt
855 F: docs/usb-storage.txt
856 F: include/hw/usb.h
857 F: include/hw/usb/
858
859 USB (serial adapter)
860 M: Gerd Hoffmann <[email protected]>
861 M: Samuel Thibault <[email protected]>
862 S: Maintained
863 F: hw/usb/dev-serial.c
864
865 VFIO
866 M: Alex Williamson <[email protected]>
867 S: Supported
868 F: hw/vfio/*
869
870 vhost
871 M: Michael S. Tsirkin <[email protected]>
872 S: Supported
873 F: hw/*/*vhost*
874
875 virtio
876 M: Michael S. Tsirkin <[email protected]>
877 S: Supported
878 F: hw/*/virtio*
879 F: net/vhost-user.c
880
881 virtio-9p
882 M: Aneesh Kumar K.V <[email protected]>
883 M: Greg Kurz <[email protected]>
884 S: Supported
885 F: hw/9pfs/
886 F: fsdev/
887 F: tests/virtio-9p-test.c
888 T: git git://github.com/kvaneesh/QEMU.git
889
890 virtio-blk
891 M: Stefan Hajnoczi <[email protected]>
892 L: [email protected]
893 S: Supported
894 F: hw/block/virtio-blk.c
895 F: hw/block/dataplane/*
896 F: hw/virtio/dataplane/*
897 T: git git://github.com/stefanha/qemu.git block
898
899 virtio-ccw
900 M: Cornelia Huck <[email protected]>
901 M: Christian Borntraeger <[email protected]>
902 S: Supported
903 F: hw/s390x/virtio-ccw.[hc]
904 T: git git://github.com/cohuck/qemu.git s390-next
905 T: git git://github.com/borntraeger/qemu.git s390-next
906
907 virtio-input
908 M: Gerd Hoffmann <[email protected]>
909 S: Maintained
910 F: hw/input/virtio-input*.c
911 F: include/hw/virtio/virtio-input.h
912
913 virtio-serial
914 M: Amit Shah <[email protected]>
915 S: Supported
916 F: hw/char/virtio-serial-bus.c
917 F: hw/char/virtio-console.c
918 F: include/hw/virtio/virtio-serial.h
919
920 virtio-rng
921 M: Amit Shah <[email protected]>
922 S: Supported
923 F: hw/virtio/virtio-rng.c
924 F: include/hw/virtio/virtio-rng.h
925 F: include/sysemu/rng*.h
926 F: backends/rng*.c
927
928 nvme
929 M: Keith Busch <[email protected]>
930 L: [email protected]
931 S: Supported
932 F: hw/block/nvme*
933 F: tests/nvme-test.c
934
935 megasas
936 M: Hannes Reinecke <[email protected]>
937 L: [email protected]
938 S: Supported
939 F: hw/scsi/megasas.c
940 F: hw/scsi/mfi.h
941
942 Xilinx EDK
943 M: Edgar E. Iglesias <[email protected]>
944 M: Alistair Francis <[email protected]>
945 M: Peter Crosthwaite <[email protected]>
946 S: Maintained
947 F: hw/*/xilinx_*
948 F: include/hw/xilinx.h
949
950 Vmware
951 M: Dmitry Fleytman <[email protected]>
952 S: Maintained
953 F: hw/net/vmxnet*
954 F: hw/scsi/vmw_pvscsi*
955
956 Rocker
957 M: Scott Feldman <[email protected]>
958 M: Jiri Pirko <[email protected]>
959 S: Maintained
960 F: hw/net/rocker/
961
962 NVDIMM
963 M: Xiao Guangrong <[email protected]>
964 S: Maintained
965 F: hw/acpi/nvdimm.c
966 F: hw/mem/nvdimm.c
967 F: include/hw/mem/nvdimm.h
968
969 Subsystems
970 ----------
971 Audio
972 M: Gerd Hoffmann <[email protected]>
973 S: Maintained
974 F: audio/
975 F: hw/audio/
976 F: tests/ac97-test.c
977 F: tests/es1370-test.c
978 F: tests/intel-hda-test.c
979
980 Block layer core
981 M: Kevin Wolf <[email protected]>
982 L: [email protected]
983 S: Supported
984 F: block*
985 F: block/
986 F: hw/block/
987 F: include/block/
988 F: qemu-img*
989 F: qemu-io*
990 F: tests/qemu-iotests/
991 T: git git://repo.or.cz/qemu/kevin.git block
992
993 Block I/O path
994 M: Stefan Hajnoczi <[email protected]>
995 L: [email protected]
996 S: Supported
997 F: async.c
998 F: aio-*.c
999 F: block/io.c
1000 F: migration/block*
1001 T: git git://github.com/stefanha/qemu.git block
1002
1003 Block Jobs
1004 M: Jeff Cody <[email protected]>
1005 L: [email protected]
1006 S: Supported
1007 F: blockjob.c
1008 F: include/block/blockjob.h
1009 F: block/backup.c
1010 F: block/commit.c
1011 F: block/stream.h
1012 F: block/mirror.c
1013 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1014
1015 Block QAPI, monitor, command line
1016 M: Markus Armbruster <[email protected]>
1017 S: Supported
1018 F: blockdev.c
1019 F: block/qapi.c
1020 F: qapi/block*.json
1021 T: git git://repo.or.cz/qemu/armbru.git block-next
1022
1023 Character device backends
1024 M: Paolo Bonzini <[email protected]>
1025 S: Maintained
1026 F: qemu-char.c
1027 F: backends/msmouse.c
1028 F: backends/testdev.c
1029
1030 Character Devices (Braille)
1031 M: Samuel Thibault <[email protected]>
1032 S: Maintained
1033 F: backends/baum.c
1034
1035 Coverity model
1036 M: Markus Armbruster <[email protected]>
1037 S: Supported
1038 F: scripts/coverity-model.c
1039
1040 CPU
1041 M: Andreas Färber <[email protected]>
1042 S: Supported
1043 F: qom/cpu.c
1044 F: include/qom/cpu.h
1045 F: target-i386/cpu.c
1046
1047 ICC Bus
1048 M: Igor Mammedov <[email protected]>
1049 S: Supported
1050 F: include/hw/cpu/icc_bus.h
1051 F: hw/cpu/icc_bus.c
1052
1053 Device Tree
1054 M: Peter Crosthwaite <[email protected]>
1055 M: Alexander Graf <[email protected]>
1056 S: Maintained
1057 F: device_tree.c
1058 F: include/sysemu/device_tree.h
1059
1060 Error reporting
1061 M: Markus Armbruster <[email protected]>
1062 S: Supported
1063 F: include/qapi/error.h
1064 F: include/qemu/error-report.h
1065 F: util/error.c
1066 F: util/qemu-error.c
1067
1068 GDB stub
1069 L: [email protected]
1070 S: Odd Fixes
1071 F: gdbstub*
1072 F: gdb-xml/
1073
1074 Memory API
1075 M: Paolo Bonzini <[email protected]>
1076 S: Supported
1077 F: include/exec/ioport.h
1078 F: ioport.c
1079 F: include/exec/memory.h
1080 F: include/exec/ram_addr.h
1081 F: memory.c
1082 F: include/exec/memory-internal.h
1083 F: exec.c
1084
1085 SPICE
1086 M: Gerd Hoffmann <[email protected]>
1087 S: Supported
1088 F: include/ui/qemu-spice.h
1089 F: include/ui/spice-display.h
1090 F: ui/spice-*.c
1091 F: audio/spiceaudio.c
1092 F: hw/display/qxl*
1093
1094 Graphics
1095 M: Gerd Hoffmann <[email protected]>
1096 S: Odd Fixes
1097 F: ui/
1098 F: include/ui/
1099
1100 Cocoa graphics
1101 M: Andreas Färber <[email protected]>
1102 M: Peter Maydell <[email protected]>
1103 S: Odd Fixes
1104 F: ui/cocoa.m
1105
1106 Main loop
1107 M: Paolo Bonzini <[email protected]>
1108 S: Maintained
1109 F: cpus.c
1110 F: main-loop.c
1111 F: qemu-timer.c
1112 F: vl.c
1113
1114 Human Monitor (HMP)
1115 M: Luiz Capitulino <[email protected]>
1116 S: Maintained
1117 F: monitor.c
1118 F: hmp.c
1119 F: hmp-commands.hx
1120 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1121
1122 Network device backends
1123 M: Jason Wang <[email protected]>
1124 S: Maintained
1125 F: net/
1126 T: git git://github.com/jasowang/qemu.git net
1127
1128 Netmap network backend
1129 M: Luigi Rizzo <[email protected]>
1130 M: Giuseppe Lettieri <[email protected]>
1131 M: Vincenzo Maffione <[email protected]>
1132 W: http://info.iet.unipi.it/~luigi/netmap/
1133 S: Maintained
1134 F: net/netmap.c
1135
1136 Network Block Device (NBD)
1137 M: Paolo Bonzini <[email protected]>
1138 S: Odd Fixes
1139 F: block/nbd*
1140 F: nbd/
1141 F: include/block/nbd*
1142 F: qemu-nbd.c
1143 T: git git://github.com/bonzini/qemu.git nbd-next
1144
1145 NUMA
1146 M: Eduardo Habkost <[email protected]>
1147 S: Maintained
1148 F: numa.c
1149 F: include/sysemu/numa.h
1150 K: numa|NUMA
1151 K: srat|SRAT
1152 T: git git://github.com/ehabkost/qemu.git numa
1153
1154 QAPI
1155 M: Markus Armbruster <[email protected]>
1156 M: Michael Roth <[email protected]>
1157 S: Supported
1158 F: qapi/
1159 X: qapi/*.json
1160 F: include/qapi/
1161 X: include/qapi/qmp/
1162 F: include/qapi/qmp/dispatch.h
1163 F: tests/qapi-schema/
1164 F: tests/test-*-visitor.c
1165 F: tests/test-qmp-*.c
1166 F: scripts/qapi*
1167 F: docs/qapi*
1168 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1169
1170 QAPI Schema
1171 M: Eric Blake <[email protected]>
1172 M: Markus Armbruster <[email protected]>
1173 S: Supported
1174 F: qapi-schema.json
1175 F: qapi/*.json
1176 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1177
1178 QObject
1179 M: Luiz Capitulino <[email protected]>
1180 S: Maintained
1181 F: qobject/
1182 F: include/qapi/qmp/
1183 X: include/qapi/qmp/dispatch.h
1184 F: tests/check-qdict.c
1185 F: tests/check-qfloat.c
1186 F: tests/check-qint.c
1187 F: tests/check-qjson.c
1188 F: tests/check-qlist.c
1189 F: tests/check-qstring.c
1190 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1191
1192 QEMU Guest Agent
1193 M: Michael Roth <[email protected]>
1194 S: Maintained
1195 F: qga/
1196 T: git git://github.com/mdroth/qemu.git qga
1197
1198 QOM
1199 M: Andreas Färber <[email protected]>
1200 S: Supported
1201 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1202 F: include/qom/
1203 X: include/qom/cpu.h
1204 F: qom/
1205 X: qom/cpu.c
1206 F: tests/check-qom-interface.c
1207 F: tests/check-qom-proplist.c
1208 F: tests/qom-test.c
1209
1210 QMP
1211 M: Markus Armbruster <[email protected]>
1212 S: Supported
1213 F: qmp.c
1214 F: monitor.c
1215 F: qmp-commands.hx
1216 F: docs/*qmp-*
1217 F: scripts/qmp/
1218 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1219
1220 SLIRP
1221 M: Jan Kiszka <[email protected]>
1222 S: Maintained
1223 F: slirp/
1224 F: net/slirp.c
1225 T: git git://git.kiszka.org/qemu.git queues/slirp
1226
1227 Tracing
1228 M: Stefan Hajnoczi <[email protected]>
1229 S: Maintained
1230 F: trace/
1231 F: scripts/tracetool.py
1232 F: scripts/tracetool/
1233 F: docs/tracing.txt
1234 T: git git://github.com/stefanha/qemu.git tracing
1235
1236 Checkpatch
1237 M: Blue Swirl <[email protected]>
1238 S: Odd Fixes
1239 F: scripts/checkpatch.pl
1240
1241 Migration
1242 M: Juan Quintela <[email protected]>
1243 M: Amit Shah <[email protected]>
1244 S: Maintained
1245 F: include/migration/
1246 F: migration/
1247 F: scripts/vmstate-static-checker.py
1248 F: tests/vmstate-static-checker-data/
1249 F: docs/migration.txt
1250
1251 Seccomp
1252 M: Eduardo Otubo <[email protected]>
1253 S: Supported
1254 F: qemu-seccomp.c
1255 F: include/sysemu/seccomp.h
1256
1257 Cryptography
1258 M: Daniel P. Berrange <[email protected]>
1259 S: Maintained
1260 F: crypto/
1261 F: include/crypto/
1262 F: tests/test-crypto-*
1263
1264 Coroutines
1265 M: Stefan Hajnoczi <[email protected]>
1266 M: Kevin Wolf <[email protected]>
1267 F: util/*coroutine*
1268 F: include/qemu/coroutine*
1269 F: tests/test-coroutine.c
1270
1271 Buffers
1272 M: Daniel P. Berrange <[email protected]>
1273 S: Odd fixes
1274 F: util/buffer.c
1275 F: include/qemu/buffer.h
1276
1277 I/O Channels
1278 M: Daniel P. Berrange <[email protected]>
1279 S: Maintained
1280 F: io/
1281 F: include/io/
1282 F: tests/test-io-*
1283
1284 Sockets
1285 M: Daniel P. Berrange <[email protected]>
1286 M: Gerd Hoffmann <[email protected]>
1287 M: Paolo Bonzini <[email protected]>
1288 S: Maintained
1289 F: include/qemu/sockets.h
1290 F: util/qemu-sockets.c
1291
1292 Throttling infrastructure
1293 M: Alberto Garcia <[email protected]>
1294 S: Supported
1295 F: block/throttle-groups.c
1296 F: include/block/throttle-groups.h
1297 F: include/qemu/throttle.h
1298 F: util/throttle.c
1299 L: [email protected]
1300
1301 Usermode Emulation
1302 ------------------
1303 Overall
1304 M: Riku Voipio <[email protected]>
1305 S: Maintained
1306 F: thunk.c
1307 F: user-exec.c
1308
1309 BSD user
1310 M: Blue Swirl <[email protected]>
1311 S: Maintained
1312 F: bsd-user/
1313
1314 Linux user
1315 M: Riku Voipio <[email protected]>
1316 S: Maintained
1317 F: linux-user/
1318
1319 Tiny Code Generator (TCG)
1320 -------------------------
1321 Common code
1322 M: Richard Henderson <[email protected]>
1323 S: Maintained
1324 F: tcg/
1325
1326 AArch64 target
1327 M: Claudio Fontana <[email protected]>
1328 M: Claudio Fontana <[email protected]>
1329 S: Maintained
1330 L: [email protected]
1331 F: tcg/aarch64/
1332 F: disas/arm-a64.cc
1333 F: disas/libvixl/
1334
1335 ARM target
1336 M: Andrzej Zaborowski <[email protected]>
1337 S: Maintained
1338 L: [email protected]
1339 F: tcg/arm/
1340 F: disas/arm.c
1341
1342 i386 target
1343 L: [email protected]
1344 S: Maintained
1345 F: tcg/i386/
1346 F: disas/i386.c
1347
1348 IA64 target
1349 M: Aurelien Jarno <[email protected]>
1350 S: Maintained
1351 F: tcg/ia64/
1352 F: disas/ia64.c
1353
1354 MIPS target
1355 M: Aurelien Jarno <[email protected]>
1356 S: Maintained
1357 F: tcg/mips/
1358 F: disas/mips.c
1359
1360 PPC
1361 M: Vassili Karpov (malc) <[email protected]>
1362 S: Maintained
1363 F: tcg/ppc/
1364 F: disas/ppc.c
1365
1366 S390 target
1367 M: Alexander Graf <[email protected]>
1368 M: Richard Henderson <[email protected]>
1369 S: Maintained
1370 F: tcg/s390/
1371 F: disas/s390.c
1372
1373 SPARC target
1374 M: Blue Swirl <[email protected]>
1375 S: Maintained
1376 F: tcg/sparc/
1377 F: disas/sparc.c
1378
1379 TCI target
1380 M: Stefan Weil <[email protected]>
1381 S: Maintained
1382 F: tcg/tci/
1383 F: tci.c
1384 F: disas/tci.c
1385
1386 Stable branches
1387 ---------------
1388 Stable 1.0
1389 L: [email protected]
1390 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1391 S: Orphan
1392
1393 Stable 0.15
1394 L: [email protected]
1395 M: Andreas Färber <[email protected]>
1396 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1397 S: Supported
1398
1399 Stable 0.14
1400 L: [email protected]
1401 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1402 S: Orphan
1403
1404 Stable 0.10
1405 L: [email protected]
1406 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1407 S: Orphan
1408
1409 Block drivers
1410 -------------
1411 VMDK
1412 M: Fam Zheng <[email protected]>
1413 L: [email protected]
1414 S: Supported
1415 F: block/vmdk.c
1416
1417 RBD
1418 M: Josh Durgin <[email protected]>
1419 M: Jeff Cody <[email protected]>
1420 L: [email protected]
1421 S: Supported
1422 F: block/rbd.c
1423 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1424
1425 Sheepdog
1426 M: Hitoshi Mitake <[email protected]>
1427 M: Liu Yuan <[email protected]>
1428 M: Jeff Cody <[email protected]>
1429 L: [email protected]
1430 L: [email protected]
1431 S: Supported
1432 F: block/sheepdog.c
1433 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1434
1435 VHDX
1436 M: Jeff Cody <[email protected]>
1437 L: [email protected]
1438 S: Supported
1439 F: block/vhdx*
1440 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1441
1442 VDI
1443 M: Stefan Weil <[email protected]>
1444 L: [email protected]
1445 S: Maintained
1446 F: block/vdi.c
1447
1448 iSCSI
1449 M: Ronnie Sahlberg <[email protected]>
1450 M: Paolo Bonzini <[email protected]>
1451 M: Peter Lieven <[email protected]>
1452 L: [email protected]
1453 S: Supported
1454 F: block/iscsi.c
1455
1456 NFS
1457 M: Jeff Cody <[email protected]>
1458 M: Peter Lieven <[email protected]>
1459 L: [email protected]
1460 S: Maintained
1461 F: block/nfs.c
1462 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1463
1464 SSH
1465 M: Richard W.M. Jones <[email protected]>
1466 M: Jeff Cody <[email protected]>
1467 L: [email protected]
1468 S: Supported
1469 F: block/ssh.c
1470 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1471
1472 ARCHIPELAGO
1473 M: Chrysostomos Nanakos <[email protected]>
1474 M: Jeff Cody <[email protected]>
1475 L: [email protected]
1476 S: Maintained
1477 F: block/archipelago.c
1478 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1479
1480 CURL
1481 M: Jeff Cody <[email protected]>
1482 L: [email protected]
1483 S: Supported
1484 F: block/curl.c
1485 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1486
1487 GLUSTER
1488 M: Jeff Cody <[email protected]>
1489 L: [email protected]
1490 S: Supported
1491 F: block/gluster.c
1492 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1493
1494 Null Block Driver
1495 M: Fam Zheng <[email protected]>
1496 L: [email protected]
1497 S: Supported
1498 F: block/null.c
1499
1500 Bootdevice
1501 M: Gonglei <[email protected]>
1502 S: Maintained
1503 F: bootdevice.c
1504
1505 Quorum
1506 M: Alberto Garcia <[email protected]>
1507 S: Supported
1508 F: block/quorum.c
1509 L: [email protected]
1510
1511 blkverify
1512 M: Stefan Hajnoczi <[email protected]>
1513 L: [email protected]
1514 S: Supported
1515 F: block/blkverify.c
1516
1517 bochs
1518 M: Stefan Hajnoczi <[email protected]>
1519 L: [email protected]
1520 S: Supported
1521 F: block/bochs.c
1522
1523 cloop
1524 M: Stefan Hajnoczi <[email protected]>
1525 L: [email protected]
1526 S: Supported
1527 F: block/cloop.c
1528
1529 dmg
1530 M: Stefan Hajnoczi <[email protected]>
1531 L: [email protected]
1532 S: Supported
1533 F: block/dmg.c
1534
1535 parallels
1536 M: Stefan Hajnoczi <[email protected]>
1537 M: Denis V. Lunev <[email protected]>
1538 L: [email protected]
1539 S: Supported
1540 F: block/parallels.c
1541 F: docs/specs/parallels.txt
1542
1543 qed
1544 M: Stefan Hajnoczi <[email protected]>
1545 L: [email protected]
1546 S: Supported
1547 F: block/qed.c
1548
1549 raw
1550 M: Kevin Wolf <[email protected]>
1551 L: [email protected]
1552 S: Supported
1553 F: block/linux-aio.c
1554 F: block/raw-aio.h
1555 F: block/raw-posix.c
1556 F: block/raw-win32.c
1557 F: block/raw_bsd.c
1558 F: block/win32-aio.c
1559
1560 qcow2
1561 M: Kevin Wolf <[email protected]>
1562 L: [email protected]
1563 S: Supported
1564 F: block/qcow2*
1565
1566 qcow
1567 M: Kevin Wolf <[email protected]>
1568 L: [email protected]
1569 S: Supported
1570 F: block/qcow.c
1571
1572 blkdebug
1573 M: Kevin Wolf <[email protected]>
1574 L: [email protected]
1575 S: Supported
1576 F: block/blkdebug.c
1577
1578 vpc
1579 M: Kevin Wolf <[email protected]>
1580 L: [email protected]
1581 S: Supported
1582 F: block/vpc.c
1583
1584 vvfat
1585 M: Kevin Wolf <[email protected]>
1586 L: [email protected]
1587 S: Supported
1588 F: block/vvfat.c
1589
1590 Image format fuzzer
1591 M: Stefan Hajnoczi <[email protected]>
1592 L: [email protected]
1593 S: Supported
1594 F: tests/image-fuzzer/
1595
1596 Build and test automation
1597 -------------------------
1598 M: Alex Bennée <[email protected]>
1599 L: [email protected]
1600 S: Supported
1601 F: .travis.yml
1602
1603 Documentation
1604 -------------
1605 Build system architecture
1606 M: Daniel P. Berrange <[email protected]>
1607 S: Odd Fixes
1608 F: docs/build-system.txt
This page took 0.107901 seconds and 4 git commands to generate.