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