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