]> Git Repo - qemu.git/blame_incremental - MAINTAINERS
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
[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
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <[email protected]>
59L: [email protected]
60
61Guest CPU cores (TCG):
62----------------------
63Overall
64L: [email protected]
65S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
74Alpha
75M: Richard Henderson <[email protected]>
76S: Maintained
77F: target-alpha/
78F: hw/alpha/
79F: tests/tcg/alpha/
80
81ARM
82M: Peter Maydell <[email protected]>
83S: Maintained
84F: target-arm/
85F: hw/arm/
86F: hw/cpu/a*mpcore.c
87
88CRIS
89M: Edgar E. Iglesias <[email protected]>
90S: Maintained
91F: target-cris/
92F: hw/cris/
93F: tests/tcg/cris/
94
95LM32
96M: Michael Walle <[email protected]>
97S: Maintained
98F: target-lm32/
99F: disas/lm32.c
100F: hw/lm32/
101F: hw/*/lm32_*
102F: hw/*/milkymist-*
103F: include/hw/char/lm32_juart.h
104F: include/hw/lm32/
105F: tests/tcg/lm32/
106
107M68K
108S: Orphan
109F: target-m68k/
110F: hw/m68k/
111
112MicroBlaze
113M: Edgar E. Iglesias <[email protected]>
114S: Maintained
115F: target-microblaze/
116F: hw/microblaze/
117
118MIPS
119M: Aurelien Jarno <[email protected]>
120M: Leon Alrae <[email protected]>
121S: Maintained
122F: target-mips/
123F: hw/mips/
124F: tests/tcg/mips/
125
126Moxie
127M: Anthony Green <[email protected]>
128S: Maintained
129F: target-moxie/
130
131OpenRISC
132M: Jia Liu <[email protected]>
133S: Maintained
134F: target-openrisc/
135F: hw/openrisc/
136F: tests/tcg/openrisc/
137
138PowerPC
139M: Alexander Graf <[email protected]>
140L: [email protected]
141S: Maintained
142F: target-ppc/
143F: hw/ppc/
144
145S390
146M: Richard Henderson <[email protected]>
147M: Alexander Graf <[email protected]>
148S: Maintained
149F: target-s390x/
150F: hw/s390x/
151
152SH4
153M: Aurelien Jarno <[email protected]>
154S: Odd Fixes
155F: target-sh4/
156F: hw/sh4/
157
158SPARC
159M: Blue Swirl <[email protected]>
160M: Mark Cave-Ayland <[email protected]>
161S: Maintained
162F: target-sparc/
163F: hw/sparc/
164F: hw/sparc64/
165
166UniCore32
167M: Guan Xuetao <[email protected]>
168S: Maintained
169F: target-unicore32/
170F: hw/unicore32/
171
172X86
173M: Paolo Bonzini <[email protected]>
174M: Richard Henderson <[email protected]>
175M: Eduardo Habkost <[email protected]>
176S: Maintained
177F: target-i386/
178F: hw/i386/
179
180Xtensa
181M: Max Filippov <[email protected]>
182W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
183S: Maintained
184F: target-xtensa/
185F: hw/xtensa/
186F: tests/tcg/xtensa/
187
188TriCore
189M: Bastian Koppelmann <[email protected]>
190S: Maintained
191F: target-tricore/
192F: hw/tricore/
193
194Guest CPU Cores (KVM):
195----------------------
196
197Overall
198M: Paolo Bonzini <[email protected]>
199L: [email protected]
200S: Supported
201F: kvm-*
202F: */kvm.*
203
204ARM
205M: Peter Maydell <[email protected]>
206S: Maintained
207F: target-arm/kvm.c
208
209MIPS
210M: James Hogan <[email protected]>
211S: Maintained
212F: target-mips/kvm.c
213
214PPC
215M: Alexander Graf <[email protected]>
216S: Maintained
217F: target-ppc/kvm.c
218
219S390
220M: Christian Borntraeger <[email protected]>
221M: Cornelia Huck <[email protected]>
222M: Alexander Graf <[email protected]>
223S: Maintained
224F: target-s390x/kvm.c
225F: hw/intc/s390_flic.c
226F: hw/intc/s390_flic_kvm.c
227F: include/hw/s390x/s390_flic.h
228
229X86
230M: Paolo Bonzini <[email protected]>
231M: Marcelo Tosatti <[email protected]>
232L: [email protected]
233S: Supported
234F: target-i386/kvm.c
235
236Guest CPU Cores (Xen):
237----------------------
238
239X86
240M: Stefano Stabellini <[email protected]>
241L: [email protected]
242S: Supported
243F: xen-*
244F: */xen*
245
246Hosts:
247------
248
249LINUX
250L: [email protected]
251S: Maintained
252F: linux-*
253F: linux-headers/
254
255POSIX
256L: [email protected]
257S: Maintained
258F: *posix*
259
260W32, W64
261L: [email protected]
262M: Stefan Weil <[email protected]>
263S: Maintained
264F: *win32*
265
266ARM Machines
267------------
268Allwinner-a10
269M: Li Guang <[email protected]>
270S: Maintained
271F: hw/*/allwinner-a10*
272F: include/hw/*/allwinner-a10*
273F: hw/arm/cubieboard.c
274
275Exynos
276M: Evgeny Voevodin <[email protected]>
277M: Maksim Kozlov <[email protected]>
278M: Igor Mitsyanko <[email protected]>
279M: Dmitry Solodkiy <[email protected]>
280S: Maintained
281F: hw/*/exynos*
282
283Calxeda Highbank
284M: Rob Herring <[email protected]>
285S: Maintained
286F: hw/arm/highbank.c
287F: hw/net/xgmac.c
288
289Canon DIGIC
290M: Antony Pavlov <[email protected]>
291S: Maintained
292F: include/hw/arm/digic.h
293F: hw/*/digic*
294
295Gumstix
296L: [email protected]
297S: Orphan
298F: hw/arm/gumstix.c
299
300i.MX31
301M: Peter Chubb <[email protected]>
302S: Odd fixes
303F: hw/*/imx*
304F: hw/arm/kzm.c
305
306Integrator CP
307M: Peter Maydell <[email protected]>
308S: Maintained
309F: hw/arm/integratorcp.c
310
311Mainstone
312L: [email protected]
313S: Orphan
314F: hw/arm/mainstone.c
315
316Musicpal
317M: Jan Kiszka <[email protected]>
318S: Maintained
319F: hw/arm/musicpal.c
320
321nSeries
322M: Andrzej Zaborowski <[email protected]>
323S: Maintained
324F: hw/arm/nseries.c
325
326Palm
327M: Andrzej Zaborowski <[email protected]>
328S: Maintained
329F: hw/arm/palm.c
330
331Real View
332M: Peter Maydell <[email protected]>
333S: Maintained
334F: hw/arm/realview*
335
336Spitz
337M: Andrzej Zaborowski <[email protected]>
338S: Maintained
339F: hw/arm/spitz.c
340
341Stellaris
342M: Peter Maydell <[email protected]>
343S: Maintained
344F: hw/*/stellaris*
345
346Versatile PB
347M: Peter Maydell <[email protected]>
348S: Maintained
349F: hw/*/versatile*
350
351Xilinx Zynq
352M: Peter Crosthwaite <[email protected]>
353S: Maintained
354F: hw/arm/xilinx_zynq.c
355F: hw/misc/zynq_slcr.c
356F: hw/*/cadence_*
357F: hw/ssi/xilinx_spips.c
358
359ARM ACPI Subsystem
360M: Shannon Zhao <[email protected]>
361M: Shannon Zhao <[email protected]>
362S: Maintained
363F: hw/arm/virt-acpi-build.c
364F: include/hw/arm/virt-acpi-build.h
365
366CRIS Machines
367-------------
368Axis Dev88
369M: Edgar E. Iglesias <[email protected]>
370S: Maintained
371F: hw/cris/axis_dev88.c
372F: hw/*/etraxfs_*.c
373
374LM32 Machines
375-------------
376EVR32 and uclinux BSP
377M: Michael Walle <[email protected]>
378S: Maintained
379F: hw/lm32/lm32_boards.c
380
381milkymist
382M: Michael Walle <[email protected]>
383S: Maintained
384F: hw/lm32/milkymist.c
385
386M68K Machines
387-------------
388an5206
389S: Orphan
390F: hw/m68k/an5206.c
391
392dummy_m68k
393S: Orphan
394F: hw/m68k/dummy_m68k.c
395
396mcf5208
397S: Orphan
398F: hw/m68k/mcf5208.c
399
400MicroBlaze Machines
401-------------------
402petalogix_s3adsp1800
403M: Edgar E. Iglesias <[email protected]>
404S: Maintained
405F: hw/microblaze/petalogix_s3adsp1800_mmu.c
406
407petalogix_ml605
408M: Peter Crosthwaite <[email protected]>
409S: Maintained
410F: hw/microblaze/petalogix_ml605_mmu.c
411
412MIPS Machines
413-------------
414Jazz
415M: HervĂ© Poussineau <[email protected]>
416S: Maintained
417F: hw/mips/mips_jazz.c
418
419Malta
420M: Aurelien Jarno <[email protected]>
421S: Maintained
422F: hw/mips/mips_malta.c
423
424Mipssim
425L: [email protected]
426S: Orphan
427F: hw/mips/mips_mipssim.c
428
429R4000
430M: Aurelien Jarno <[email protected]>
431S: Maintained
432F: hw/mips/mips_r4k.c
433
434OpenRISC Machines
435-----------------
436or1k-sim
437M: Jia Liu <[email protected]>
438S: Maintained
439F: hw/openrisc/openrisc_sim.c
440
441PowerPC Machines
442----------------
443405
444M: Alexander Graf <[email protected]>
445L: [email protected]
446S: Odd Fixes
447F: hw/ppc/ppc405_boards.c
448
449Bamboo
450M: Alexander Graf <[email protected]>
451L: [email protected]
452S: Odd Fixes
453F: hw/ppc/ppc440_bamboo.c
454
455e500
456M: Alexander Graf <[email protected]>
457M: Scott Wood <[email protected]>
458L: [email protected]
459S: Supported
460F: hw/ppc/e500.[hc]
461F: hw/ppc/e500plat.c
462
463mpc8544ds
464M: Alexander Graf <[email protected]>
465M: Scott Wood <[email protected]>
466L: [email protected]
467S: Supported
468F: hw/ppc/mpc8544ds.c
469F: hw/ppc/mpc8544_guts.c
470
471New World
472M: Alexander Graf <[email protected]>
473L: [email protected]
474S: Maintained
475F: hw/ppc/mac_newworld.c
476F: hw/pci-host/uninorth.c
477F: hw/pci-bridge/dec.[hc]
478F: hw/misc/macio/
479
480Old World
481M: Alexander Graf <[email protected]>
482L: [email protected]
483S: Maintained
484F: hw/ppc/mac_oldworld.c
485F: hw/pci-host/grackle.c
486F: hw/misc/macio/
487
488PReP
489M: Andreas Färber <[email protected]>
490L: [email protected]
491S: Odd Fixes
492F: hw/ppc/prep.c
493F: hw/pci-host/prep.[hc]
494F: hw/isa/pc87312.[hc]
495
496sPAPR (pseries)
497M: David Gibson <[email protected]>
498M: Alexander Graf <[email protected]>
499L: [email protected]
500S: Supported
501F: hw/*/spapr*
502F: include/hw/*/spapr*
503F: hw/*/xics*
504F: include/hw/*/xics*
505F: pc-bios/spapr-rtas/*
506
507virtex_ml507
508M: Edgar E. Iglesias <[email protected]>
509L: [email protected]
510S: Odd Fixes
511F: hw/ppc/virtex_ml507.c
512
513SH4 Machines
514------------
515R2D
516M: Magnus Damm <[email protected]>
517S: Maintained
518F: hw/sh4/r2d.c
519
520Shix
521M: Magnus Damm <[email protected]>
522S: Orphan
523F: hw/sh4/shix.c
524
525SPARC Machines
526--------------
527Sun4m
528M: Blue Swirl <[email protected]>
529M: Mark Cave-Ayland <[email protected]>
530S: Maintained
531F: hw/sparc/sun4m.c
532
533Sun4u
534M: Blue Swirl <[email protected]>
535M: Mark Cave-Ayland <[email protected]>
536S: Maintained
537F: hw/sparc64/sun4u.c
538
539Leon3
540M: Fabien Chouteau <[email protected]>
541S: Maintained
542F: hw/sparc/leon3.c
543F: hw/*/grlib*
544
545S390 Machines
546-------------
547S390 Virtio
548M: Alexander Graf <[email protected]>
549S: Maintained
550F: hw/s390x/s390-*.c
551X: hw/s390x/*pci*.[hc]
552
553S390 Virtio-ccw
554M: Cornelia Huck <[email protected]>
555M: Christian Borntraeger <[email protected]>
556M: Alexander Graf <[email protected]>
557S: Supported
558F: hw/s390x/s390-virtio-ccw.c
559F: hw/s390x/css.[hc]
560F: hw/s390x/sclp*.[hc]
561F: hw/s390x/ipl*.[hc]
562F: hw/s390x/*pci*.[hc]
563F: include/hw/s390x/
564F: pc-bios/s390-ccw/
565T: git git://github.com/cohuck/qemu virtio-ccw-upstr
566
567UniCore32 Machines
568-------------
569PKUnity-3 SoC initramfs-with-busybox
570M: Guan Xuetao <[email protected]>
571S: Maintained
572F: hw/*/puv3*
573F: hw/unicore32/
574
575X86 Machines
576------------
577PC
578M: Michael S. Tsirkin <[email protected]>
579S: Supported
580F: include/hw/i386/
581F: hw/i386/
582F: hw/pci-host/piix.c
583F: hw/pci-host/q35.c
584F: hw/pci-host/pam.c
585F: include/hw/pci-host/q35.h
586F: include/hw/pci-host/pam.h
587F: hw/isa/piix4.c
588F: hw/isa/lpc_ich9.c
589F: hw/i2c/smbus_ich9.c
590F: hw/acpi/piix4.c
591F: hw/acpi/ich9.c
592F: include/hw/acpi/ich9.h
593F: include/hw/acpi/piix.h
594
595
596Xtensa Machines
597---------------
598sim
599M: Max Filippov <[email protected]>
600S: Maintained
601F: hw/xtensa/sim.c
602
603XTFPGA (LX60, LX200, ML605, KC705)
604M: Max Filippov <[email protected]>
605S: Maintained
606F: hw/xtensa/xtfpga.c
607F: hw/net/opencores_eth.c
608
609Devices
610-------
611EDU
612M: Jiri Slaby <[email protected]>
613S: Maintained
614F: hw/misc/edu.c
615
616IDE
617M: John Snow <[email protected]>
618L: [email protected]
619S: Supported
620F: include/hw/ide.h
621F: hw/ide/
622F: hw/block/block.c
623F: hw/block/cdrom.c
624F: hw/block/hd-geometry.c
625F: tests/ide-test.c
626F: tests/ahci-test.c
627T: git git://github.com/jnsnow/qemu.git ide
628
629Floppy
630M: John Snow <[email protected]>
631L: [email protected]
632S: Supported
633F: hw/block/fdc.c
634F: include/hw/block/fdc.h
635T: git git://github.com/jnsnow/qemu.git ide
636
637OMAP
638M: Peter Maydell <[email protected]>
639S: Maintained
640F: hw/*/omap*
641
642PCI
643M: Michael S. Tsirkin <[email protected]>
644S: Supported
645F: include/hw/pci/*
646F: hw/pci/*
647F: hw/acpi/*
648
649ppc4xx
650M: Alexander Graf <[email protected]>
651L: [email protected]
652S: Odd Fixes
653F: hw/ppc/ppc4*.c
654
655ppce500
656M: Alexander Graf <[email protected]>
657M: Scott Wood <[email protected]>
658L: [email protected]
659S: Supported
660F: hw/ppc/e500*
661
662SCSI
663M: Paolo Bonzini <[email protected]>
664S: Supported
665F: include/hw/scsi*
666F: hw/scsi/*
667T: git git://github.com/bonzini/qemu.git scsi-next
668
669LSI53C895A
670S: Orphan
671F: hw/scsi/lsi53c895a.c
672
673SSI
674M: Peter Crosthwaite <[email protected]>
675S: Maintained
676F: hw/ssi/*
677F: hw/block/m25p80.c
678
679USB
680M: Gerd Hoffmann <[email protected]>
681S: Maintained
682F: hw/usb/*
683F: tests/usb-*-test.c
684
685USB (serial adapter)
686M: Gerd Hoffmann <[email protected]>
687M: Samuel Thibault <[email protected]>
688S: Maintained
689F: hw/usb/dev-serial.c
690
691VFIO
692M: Alex Williamson <[email protected]>
693S: Supported
694F: hw/vfio/*
695
696vhost
697M: Michael S. Tsirkin <[email protected]>
698S: Supported
699F: hw/*/*vhost*
700
701virtio
702M: Michael S. Tsirkin <[email protected]>
703S: Supported
704F: hw/*/virtio*
705F: net/vhost-user.c
706
707virtio-9p
708M: Aneesh Kumar K.V <[email protected]>
709S: Supported
710F: hw/9pfs/
711F: fsdev/
712F: tests/virtio-9p-test.c
713T: git git://github.com/kvaneesh/QEMU.git
714
715virtio-blk
716M: Stefan Hajnoczi <[email protected]>
717L: [email protected]
718S: Supported
719F: hw/block/virtio-blk.c
720F: hw/block/dataplane/*
721F: hw/virtio/dataplane/*
722T: git git://github.com/stefanha/qemu.git block
723
724virtio-ccw
725M: Cornelia Huck <[email protected]>
726M: Christian Borntraeger <[email protected]>
727S: Supported
728F: hw/s390x/virtio-ccw.[hc]
729T: git git://github.com/cohuck/qemu virtio-ccw-upstr
730
731virtio-serial
732M: Amit Shah <[email protected]>
733S: Supported
734F: hw/char/virtio-serial-bus.c
735F: hw/char/virtio-console.c
736F: include/hw/virtio/virtio-serial.h
737
738virtio-rng
739M: Amit Shah <[email protected]>
740S: Supported
741F: hw/virtio/virtio-rng.c
742F: include/hw/virtio/virtio-rng.h
743F: backends/rng*.c
744
745nvme
746M: Keith Busch <[email protected]>
747L: [email protected]
748S: Supported
749F: hw/block/nvme*
750F: tests/nvme-test.c
751
752megasas
753M: Hannes Reinecke <[email protected]>
754L: [email protected]
755S: Supported
756F: hw/scsi/megasas.c
757F: hw/scsi/mfi.h
758
759Xilinx EDK
760M: Peter Crosthwaite <[email protected]>
761M: Edgar E. Iglesias <[email protected]>
762S: Maintained
763F: hw/*/xilinx_*
764F: include/hw/xilinx.h
765
766Vmware
767M: Dmitry Fleytman <[email protected]>
768S: Maintained
769F: hw/net/vmxnet*
770F: hw/scsi/vmw_pvscsi*
771
772Rocker
773M: Scott Feldman <[email protected]>
774M: Jiri Pirko <[email protected]>
775S: Maintained
776F: hw/net/rocker/
777
778Subsystems
779----------
780Audio
781M: Gerd Hoffmann <[email protected]>
782S: Maintained
783F: audio/
784F: hw/audio/
785F: tests/ac97-test.c
786F: tests/es1370-test.c
787F: tests/intel-hda-test.c
788
789Block layer core
790M: Kevin Wolf <[email protected]>
791L: [email protected]
792S: Supported
793F: block*
794F: block/
795F: hw/block/
796F: include/block/
797F: qemu-img*
798F: qemu-io*
799F: tests/qemu-iotests/
800T: git git://repo.or.cz/qemu/kevin.git block
801
802Block I/O path
803M: Stefan Hajnoczi <[email protected]>
804L: [email protected]
805S: Supported
806F: async.c
807F: aio-*.c
808F: block/io.c
809F: migration/block*
810T: git git://github.com/stefanha/qemu.git block
811
812Block Jobs
813M: Jeff Cody <[email protected]>
814L: [email protected]
815S: Supported
816F: blockjob.c
817F: include/block/blockjob.h
818F: block/backup.c
819F: block/commit.c
820F: block/stream.h
821F: block/mirror.c
822T: git git://github.com/codyprime/qemu-kvm-jtc.git block
823
824Block QAPI, monitor, command line
825M: Markus Armbruster <[email protected]>
826S: Supported
827F: blockdev.c
828F: block/qapi.c
829F: qapi/block*.json
830T: git git://repo.or.cz/qemu/armbru.git block-next
831
832Character Devices
833M: Paolo Bonzini <[email protected]>
834S: Maintained
835F: qemu-char.c
836F: backends/msmouse.c
837F: backends/testdev.c
838
839Character Devices (Braille)
840M: Samuel Thibault <[email protected]>
841S: Maintained
842F: backends/baum.c
843
844Coverity model
845M: Markus Armbruster <[email protected]>
846S: Supported
847F: scripts/coverity-model.c
848
849CPU
850M: Andreas Färber <[email protected]>
851S: Supported
852F: qom/cpu.c
853F: include/qom/cpu.h
854F: target-i386/cpu.c
855
856ICC Bus
857M: Igor Mammedov <[email protected]>
858S: Supported
859F: include/hw/cpu/icc_bus.h
860F: hw/cpu/icc_bus.c
861
862Device Tree
863M: Peter Crosthwaite <[email protected]>
864M: Alexander Graf <[email protected]>
865S: Maintained
866F: device_tree.[ch]
867
868GDB stub
869L: [email protected]
870S: Odd Fixes
871F: gdbstub*
872F: gdb-xml/
873
874Memory API
875M: Paolo Bonzini <[email protected]>
876S: Supported
877F: include/exec/ioport.h
878F: ioport.c
879F: include/exec/memory.h
880F: memory.c
881F: include/exec/memory-internal.h
882F: exec.c
883
884SPICE
885M: Gerd Hoffmann <[email protected]>
886S: Supported
887F: include/ui/qemu-spice.h
888F: ui/spice-*.c
889F: audio/spiceaudio.c
890F: hw/display/qxl*
891
892Graphics
893M: Gerd Hoffmann <[email protected]>
894S: Odd Fixes
895F: ui/
896
897Cocoa graphics
898M: Andreas Färber <[email protected]>
899M: Peter Maydell <[email protected]>
900S: Odd Fixes
901F: ui/cocoa.m
902
903Main loop
904M: Paolo Bonzini <[email protected]>
905S: Maintained
906F: cpus.c
907F: main-loop.c
908F: qemu-timer.c
909F: vl.c
910
911Human Monitor (HMP)
912M: Luiz Capitulino <[email protected]>
913S: Maintained
914F: monitor.c
915F: hmp.c
916F: hmp-commands.hx
917T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
918
919Network device layer
920M: Stefan Hajnoczi <[email protected]>
921M: Jason Wang <[email protected]>
922S: Maintained
923F: net/
924T: git git://github.com/stefanha/qemu.git net
925
926Netmap network backend
927M: Luigi Rizzo <[email protected]>
928M: Giuseppe Lettieri <[email protected]>
929M: Vincenzo Maffione <[email protected]>
930W: http://info.iet.unipi.it/~luigi/netmap/
931S: Maintained
932F: net/netmap.c
933
934Network Block Device (NBD)
935M: Paolo Bonzini <[email protected]>
936S: Odd Fixes
937F: block/nbd.c
938F: nbd.*
939F: qemu-nbd.c
940T: git git://github.com/bonzini/qemu.git nbd-next
941
942NUMA
943M: Eduardo Habkost <[email protected]>
944S: Maintained
945F: numa.c
946F: include/sysemu/numa.h
947K: numa|NUMA
948K: srat|SRAT
949T: git git://github.com/ehabkost/qemu.git numa
950
951QAPI
952M: Markus Armbruster <[email protected]>
953M: Michael Roth <[email protected]>
954S: Supported
955F: qapi/
956X: qapi/*.json
957F: tests/qapi-schema/
958F: scripts/qapi*
959F: docs/qapi*
960T: git git://repo.or.cz/qemu/armbru.git qapi-next
961
962QAPI Schema
963M: Eric Blake <[email protected]>
964M: Markus Armbruster <[email protected]>
965S: Supported
966F: qapi-schema.json
967F: qapi/*.json
968T: git git://repo.or.cz/qemu/armbru.git qapi-next
969
970QObject
971M: Luiz Capitulino <[email protected]>
972S: Maintained
973F: qobject/
974T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
975
976QEMU Guest Agent
977M: Michael Roth <[email protected]>
978S: Maintained
979F: qga/
980T: git git://github.com/mdroth/qemu.git qga
981
982QOM
983M: Andreas Färber <[email protected]>
984S: Supported
985T: git git://github.com/afaerber/qemu-cpu.git qom-next
986F: include/qom/
987X: include/qom/cpu.h
988F: qom/
989X: qom/cpu.c
990F: tests/qom-test.c
991
992QMP
993M: Markus Armbruster <[email protected]>
994S: Supported
995F: qmp.c
996F: monitor.c
997F: qmp-commands.hx
998F: docs/qmp/
999F: scripts/qmp/
1000T: git git://repo.or.cz/qemu/armbru.git qapi-next
1001
1002SLIRP
1003M: Jan Kiszka <[email protected]>
1004S: Maintained
1005F: slirp/
1006T: git git://git.kiszka.org/qemu.git queues/slirp
1007
1008Tracing
1009M: Stefan Hajnoczi <[email protected]>
1010S: Maintained
1011F: trace/
1012F: scripts/tracetool.py
1013F: scripts/tracetool/
1014F: docs/tracing.txt
1015T: git git://github.com/stefanha/qemu.git tracing
1016
1017Checkpatch
1018M: Blue Swirl <[email protected]>
1019S: Odd Fixes
1020F: scripts/checkpatch.pl
1021
1022Migration
1023M: Juan Quintela <[email protected]>
1024M: Amit Shah <[email protected]>
1025S: Maintained
1026F: include/migration/
1027F: migration/
1028F: scripts/vmstate-static-checker.py
1029F: tests/vmstate-static-checker-data/
1030
1031Seccomp
1032M: Eduardo Otubo <[email protected]>
1033S: Supported
1034F: qemu-seccomp.c
1035F: include/sysemu/seccomp.h
1036
1037Usermode Emulation
1038------------------
1039Overall
1040M: Riku Voipio <[email protected]>
1041S: Maintained
1042F: thunk.c
1043F: user-exec.c
1044
1045BSD user
1046M: Blue Swirl <[email protected]>
1047S: Maintained
1048F: bsd-user/
1049
1050Linux user
1051M: Riku Voipio <[email protected]>
1052S: Maintained
1053F: linux-user/
1054
1055Tiny Code Generator (TCG)
1056-------------------------
1057Common code
1058M: Richard Henderson <[email protected]>
1059S: Maintained
1060F: tcg/
1061
1062AArch64 target
1063M: Claudio Fontana <[email protected]>
1064M: Claudio Fontana <[email protected]>
1065S: Maintained
1066F: tcg/aarch64/
1067
1068ARM target
1069M: Andrzej Zaborowski <[email protected]>
1070S: Maintained
1071F: tcg/arm/
1072
1073i386 target
1074L: [email protected]
1075S: Maintained
1076F: tcg/i386/
1077
1078IA64 target
1079M: Aurelien Jarno <[email protected]>
1080S: Maintained
1081F: tcg/ia64/
1082
1083MIPS target
1084M: Aurelien Jarno <[email protected]>
1085S: Maintained
1086F: tcg/mips/
1087
1088PPC
1089M: Vassili Karpov (malc) <[email protected]>
1090S: Maintained
1091F: tcg/ppc/
1092
1093PPC64 target
1094M: Vassili Karpov (malc) <[email protected]>
1095S: Maintained
1096F: tcg/ppc64/
1097
1098S390 target
1099M: Alexander Graf <[email protected]>
1100M: Richard Henderson <[email protected]>
1101S: Maintained
1102F: tcg/s390/
1103
1104SPARC target
1105M: Blue Swirl <[email protected]>
1106S: Maintained
1107F: tcg/sparc/
1108
1109TCI target
1110M: Stefan Weil <[email protected]>
1111S: Maintained
1112F: tcg/tci/
1113F: tci.c
1114
1115Stable branches
1116---------------
1117Stable 1.0
1118L: [email protected]
1119T: git git://git.qemu-project.org/qemu-stable-1.0.git
1120S: Orphan
1121
1122Stable 0.15
1123L: [email protected]
1124M: Andreas Färber <[email protected]>
1125T: git git://git.qemu-project.org/qemu-stable-0.15.git
1126S: Supported
1127
1128Stable 0.14
1129L: [email protected]
1130T: git git://git.qemu-project.org/qemu-stable-0.14.git
1131S: Orphan
1132
1133Stable 0.10
1134L: [email protected]
1135T: git git://git.qemu-project.org/qemu-stable-0.10.git
1136S: Orphan
1137
1138Block drivers
1139-------------
1140VMDK
1141M: Fam Zheng <[email protected]>
1142L: [email protected]
1143S: Supported
1144F: block/vmdk.c
1145
1146RBD
1147M: Josh Durgin <[email protected]>
1148M: Jeff Cody <[email protected]>
1149L: [email protected]
1150S: Supported
1151F: block/rbd.c
1152T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1153
1154Sheepdog
1155M: Hitoshi Mitake <[email protected]>
1156M: Liu Yuan <[email protected]>
1157M: Jeff Cody <[email protected]>
1158L: [email protected]
1159L: [email protected]
1160S: Supported
1161F: block/sheepdog.c
1162T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1163
1164VHDX
1165M: Jeff Cody <[email protected]>
1166L: [email protected]
1167S: Supported
1168F: block/vhdx*
1169T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1170
1171VDI
1172M: Stefan Weil <[email protected]>
1173L: [email protected]
1174S: Maintained
1175F: block/vdi.c
1176
1177iSCSI
1178M: Ronnie Sahlberg <[email protected]>
1179M: Paolo Bonzini <[email protected]>
1180M: Peter Lieven <[email protected]>
1181L: [email protected]
1182S: Supported
1183F: block/iscsi.c
1184
1185NFS
1186M: Jeff Cody <[email protected]>
1187M: Peter Lieven <[email protected]>
1188L: [email protected]
1189S: Maintained
1190F: block/nfs.c
1191T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1192
1193SSH
1194M: Richard W.M. Jones <[email protected]>
1195M: Jeff Cody <[email protected]>
1196L: [email protected]
1197S: Supported
1198F: block/ssh.c
1199T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1200
1201ARCHIPELAGO
1202M: Chrysostomos Nanakos <[email protected]>
1203M: Jeff Cody <[email protected]>
1204L: [email protected]
1205S: Maintained
1206F: block/archipelago.c
1207T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1208
1209CURL
1210M: Jeff Cody <[email protected]>
1211L: [email protected]
1212S: Supported
1213F: block/curl.c
1214T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1215
1216GLUSTER
1217M: Jeff Cody <[email protected]>
1218L: [email protected]
1219S: Supported
1220F: block/gluster.c
1221T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1222
1223Null Block Driver
1224M: Fam Zheng <[email protected]>
1225L: [email protected]
1226S: Supported
1227F: block/null.c
1228
1229Bootdevice
1230M: Gonglei <[email protected]>
1231S: Maintained
1232F: bootdevice.c
1233
1234Quorum
1235M: Alberto Garcia <[email protected]>
1236S: Supported
1237F: block/quorum.c
1238L: [email protected]
1239
1240blkverify
1241M: Stefan Hajnoczi <[email protected]>
1242L: [email protected]
1243S: Supported
1244F: block/blkverify.c
1245
1246bochs
1247M: Stefan Hajnoczi <[email protected]>
1248L: [email protected]
1249S: Supported
1250F: block/bochs.c
1251
1252cloop
1253M: Stefan Hajnoczi <[email protected]>
1254L: [email protected]
1255S: Supported
1256F: block/cloop.c
1257
1258dmg
1259M: Stefan Hajnoczi <[email protected]>
1260L: [email protected]
1261S: Supported
1262F: block/dmg.c
1263
1264parallels
1265M: Stefan Hajnoczi <[email protected]>
1266L: [email protected]
1267S: Supported
1268F: block/parallels.c
1269
1270qed
1271M: Stefan Hajnoczi <[email protected]>
1272L: [email protected]
1273S: Supported
1274F: block/qed.c
1275
1276raw
1277M: Kevin Wolf <[email protected]>
1278L: [email protected]
1279S: Supported
1280F: block/linux-aio.c
1281F: block/raw-aio.h
1282F: block/raw-posix.c
1283F: block/raw-win32.c
1284F: block/raw_bsd.c
1285F: block/win32-aio.c
1286
1287qcow2
1288M: Kevin Wolf <[email protected]>
1289L: [email protected]
1290S: Supported
1291F: block/qcow2*
1292
1293qcow
1294M: Kevin Wolf <[email protected]>
1295L: [email protected]
1296S: Supported
1297F: block/qcow.c
1298
1299blkdebug
1300M: Kevin Wolf <[email protected]>
1301L: [email protected]
1302S: Supported
1303F: block/blkdebug.c
1304
1305vpc
1306M: Kevin Wolf <[email protected]>
1307L: [email protected]
1308S: Supported
1309F: block/vpc.c
1310
1311vvfat
1312M: Kevin Wolf <[email protected]>
1313L: [email protected]
1314S: Supported
1315F: block/vvfat.c
1316
1317Image format fuzzer
1318M: Stefan Hajnoczi <[email protected]>
1319L: [email protected]
1320S: Supported
1321F: tests/image-fuzzer/
This page took 0.046135 seconds and 4 git commands to generate.