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