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