xref: /qemu/MAINTAINERS (revision d072cdf3)
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: Anthony Liguori <aliguori@amazon.com>
54
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <mst@redhat.com>
59M: Anthony Liguori <aliguori@amazon.com>
60L: secalert@redhat.com
61
62Guest CPU cores (TCG):
63----------------------
64Alpha
65M: Richard Henderson <rth@twiddle.net>
66S: Maintained
67F: target-alpha/
68F: hw/alpha/
69
70ARM
71M: Peter Maydell <peter.maydell@linaro.org>
72S: Maintained
73F: target-arm/
74F: hw/arm/
75F: hw/cpu/a*mpcore.c
76
77CRIS
78M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
79S: Maintained
80F: target-cris/
81F: hw/cris/
82
83LM32
84M: Michael Walle <michael@walle.cc>
85S: Maintained
86F: target-lm32/
87F: hw/lm32/
88F: hw/char/lm32_*
89
90M68K
91S: Orphan
92F: target-m68k/
93F: hw/m68k/
94
95MicroBlaze
96M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
97S: Maintained
98F: target-microblaze/
99F: hw/microblaze/
100
101MIPS
102M: Aurelien Jarno <aurelien@aurel32.net>
103S: Odd Fixes
104F: target-mips/
105F: hw/mips/
106
107Moxie
108M: Anthony Green <green@moxielogic.com>
109S: Maintained
110F: target-moxie/
111
112OpenRISC
113M: Jia Liu <proljc@gmail.com>
114S: Maintained
115F: target-openrisc/
116F: hw/openrisc/
117
118PowerPC
119M: Alexander Graf <agraf@suse.de>
120L: qemu-ppc@nongnu.org
121S: Maintained
122F: target-ppc/
123F: hw/ppc/
124
125S390
126M: Richard Henderson <rth@twiddle.net>
127M: Alexander Graf <agraf@suse.de>
128S: Maintained
129F: target-s390x/
130F: hw/s390x/
131
132SH4
133M: Aurelien Jarno <aurelien@aurel32.net>
134S: Odd Fixes
135F: target-sh4/
136F: hw/sh4/
137
138SPARC
139M: Blue Swirl <blauwirbel@gmail.com>
140S: Maintained
141F: target-sparc/
142F: hw/sparc/
143F: hw/sparc64/
144
145UniCore32
146M: Guan Xuetao <gxt@mprc.pku.edu.cn>
147S: Maintained
148F: target-unicore32/
149F: hw/unicore32/
150
151X86
152M: qemu-devel@nongnu.org
153S: Odd Fixes
154F: target-i386/
155F: hw/i386/
156
157Xtensa
158M: Max Filippov <jcmvbkbc@gmail.com>
159W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
160S: Maintained
161F: target-xtensa/
162F: hw/xtensa/
163
164Guest CPU Cores (KVM):
165----------------------
166
167Overall
168M: Paolo Bonzini <pbonzini@redhat.com>
169L: kvm@vger.kernel.org
170S: Supported
171F: kvm-*
172F: */kvm.*
173
174ARM
175M: Peter Maydell <peter.maydell@linaro.org>
176S: Maintained
177F: target-arm/kvm.c
178
179MIPS
180M: James Hogan <james.hogan@imgtec.com>
181S: Maintained
182F: target-mips/kvm.c
183
184PPC
185M: Alexander Graf <agraf@suse.de>
186S: Maintained
187F: target-ppc/kvm.c
188
189S390
190M: Christian Borntraeger <borntraeger@de.ibm.com>
191M: Cornelia Huck <cornelia.huck@de.ibm.com>
192M: Alexander Graf <agraf@suse.de>
193S: Maintained
194F: target-s390x/kvm.c
195F: hw/intc/s390_flic.[hc]
196
197X86
198M: Marcelo Tosatti <mtosatti@redhat.com>
199L: kvm@vger.kernel.org
200S: Supported
201F: target-i386/kvm.c
202
203Guest CPU Cores (Xen):
204----------------------
205
206X86
207M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
208L: xen-devel@lists.xensource.com
209S: Supported
210F: xen-*
211F: */xen*
212
213Hosts:
214------
215
216LINUX
217L: qemu-devel@nongnu.org
218S: Maintained
219F: linux-*
220F: linux-headers/
221
222POSIX
223L: qemu-devel@nongnu.org
224S: Maintained
225F: *posix*
226
227W32, W64
228L: qemu-devel@nongnu.org
229M: Stefan Weil <sw@weilnetz.de>
230S: Maintained
231F: *win32*
232
233ARM Machines
234------------
235Allwinner-a10
236M: Li Guang <lig.fnst@cn.fujitsu.com>
237S: Maintained
238F: hw/*/allwinner-a10*
239F: include/hw/*/allwinner-a10*
240F: hw/arm/cubieboard.c
241
242Exynos
243M: Evgeny Voevodin <e.voevodin@samsung.com>
244M: Maksim Kozlov <m.kozlov@samsung.com>
245M: Igor Mitsyanko <i.mitsyanko@gmail.com>
246M: Dmitry Solodkiy <d.solodkiy@samsung.com>
247S: Maintained
248F: hw/*/exynos*
249
250Calxeda Highbank
251M: Rob Herring <robh@kernel.org>
252S: Maintained
253F: hw/arm/highbank.c
254F: hw/net/xgmac.c
255
256Canon DIGIC
257M: Antony Pavlov <antonynpavlov@gmail.com>
258S: Maintained
259F: include/hw/arm/digic.h
260F: hw/*/digic*
261
262Gumstix
263M: qemu-devel@nongnu.org
264S: Orphan
265F: hw/arm/gumstix.c
266
267i.MX31
268M: Peter Chubb <peter.chubb@nicta.com.au>
269S: Odd fixes
270F: hw/*/imx*
271F: hw/arm/kzm.c
272
273Integrator CP
274M: Peter Maydell <peter.maydell@linaro.org>
275S: Maintained
276F: hw/arm/integratorcp.c
277
278Mainstone
279M: qemu-devel@nongnu.org
280S: Orphan
281F: hw/arm/mainstone.c
282
283Musicpal
284M: Jan Kiszka <jan.kiszka@web.de>
285S: Maintained
286F: hw/arm/musicpal.c
287
288nSeries
289M: Andrzej Zaborowski <balrogg@gmail.com>
290S: Maintained
291F: hw/arm/nseries.c
292
293Palm
294M: Andrzej Zaborowski <balrogg@gmail.com>
295S: Maintained
296F: hw/arm/palm.c
297
298Real View
299M: Peter Maydell <peter.maydell@linaro.org>
300S: Maintained
301F: hw/arm/realview*
302
303Spitz
304M: Andrzej Zaborowski <balrogg@gmail.com>
305S: Maintained
306F: hw/arm/spitz.c
307
308Stellaris
309M: Peter Maydell <peter.maydell@linaro.org>
310S: Maintained
311F: hw/*/stellaris*
312
313Versatile PB
314M: Peter Maydell <peter.maydell@linaro.org>
315S: Maintained
316F: hw/*/versatile*
317
318Xilinx Zynq
319M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
320S: Maintained
321F: hw/arm/xilinx_zynq.c
322F: hw/misc/zynq_slcr.c
323F: hw/*/cadence_*
324F: hw/ssi/xilinx_spips.c
325
326CRIS Machines
327-------------
328Axis Dev88
329M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
330S: Maintained
331F: hw/cris/axis_dev88.c
332F: hw/*/etraxfs_*.c
333
334LM32 Machines
335-------------
336EVR32 and uclinux BSP
337M: Michael Walle <michael@walle.cc>
338S: Maintained
339F: hw/lm32/lm32_boards.c
340
341milkymist
342M: Michael Walle <michael@walle.cc>
343S: Maintained
344F: hw/lm32/milkymist.c
345
346M68K Machines
347-------------
348an5206
349S: Orphan
350F: hw/m68k/an5206.c
351
352dummy_m68k
353S: Orphan
354F: hw/m68k/dummy_m68k.c
355
356mcf5208
357S: Orphan
358F: hw/m68k/mcf5208.c
359
360MicroBlaze Machines
361-------------------
362petalogix_s3adsp1800
363M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
364S: Maintained
365F: hw/microblaze/petalogix_s3adsp1800_mmu.c
366
367petalogix_ml605
368M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
369S: Maintained
370F: hw/microblaze/petalogix_ml605_mmu.c
371
372MIPS Machines
373-------------
374Jazz
375M: Hervé Poussineau <hpoussin@reactos.org>
376S: Maintained
377F: hw/mips/mips_jazz.c
378
379Malta
380M: Aurelien Jarno <aurelien@aurel32.net>
381S: Maintained
382F: hw/mips/mips_malta.c
383
384Mipssim
385M: qemu-devel@nongnu.org
386S: Orphan
387F: hw/mips/mips_mipssim.c
388
389R4000
390M: Aurelien Jarno <aurelien@aurel32.net>
391S: Maintained
392F: hw/mips/mips_r4k.c
393
394OpenRISC Machines
395-----------------
396or1k-sim
397M: Jia Liu <proljc@gmail.com>
398S: Maintained
399F: hw/openrisc/openrisc_sim.c
400
401PowerPC Machines
402----------------
403405
404M: Alexander Graf <agraf@suse.de>
405L: qemu-ppc@nongnu.org
406S: Odd Fixes
407F: hw/ppc/ppc405_boards.c
408
409Bamboo
410M: Alexander Graf <agraf@suse.de>
411L: qemu-ppc@nongnu.org
412S: Odd Fixes
413F: hw/ppc/ppc440_bamboo.c
414
415e500
416M: Alexander Graf <agraf@suse.de>
417M: Scott Wood <scottwood@freescale.com>
418L: qemu-ppc@nongnu.org
419S: Supported
420F: hw/ppc/e500.[hc]
421F: hw/ppc/e500plat.c
422
423mpc8544ds
424M: Alexander Graf <agraf@suse.de>
425M: Scott Wood <scottwood@freescale.com>
426L: qemu-ppc@nongnu.org
427S: Supported
428F: hw/ppc/mpc8544ds.c
429F: hw/ppc/mpc8544_guts.c
430
431New World
432M: Alexander Graf <agraf@suse.de>
433L: qemu-ppc@nongnu.org
434S: Maintained
435F: hw/ppc/mac_newworld.c
436F: hw/pci-host/uninorth.c
437F: hw/pci-bridge/dec.[hc]
438F: hw/misc/macio/
439
440Old World
441M: Alexander Graf <agraf@suse.de>
442L: qemu-ppc@nongnu.org
443S: Maintained
444F: hw/ppc/mac_oldworld.c
445F: hw/pci-host/grackle.c
446F: hw/misc/macio/
447
448PReP
449M: Andreas Färber <andreas.faerber@web.de>
450L: qemu-ppc@nongnu.org
451S: Odd Fixes
452F: hw/ppc/prep.c
453F: hw/pci-host/prep.[hc]
454F: hw/isa/pc87312.[hc]
455
456sPAPR
457M: Alexander Graf <agraf@suse.de>
458L: qemu-ppc@nongnu.org
459S: Supported
460F: hw/*/spapr*
461F: include/hw/*/spapr*
462F: hw/*/xics*
463F: include/hw/*/xics*
464F: pc-bios/spapr-rtas/*
465
466virtex_ml507
467M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
468L: qemu-ppc@nongnu.org
469S: Odd Fixes
470F: hw/ppc/virtex_ml507.c
471
472SH4 Machines
473------------
474R2D
475M: Magnus Damm <magnus.damm@gmail.com>
476S: Maintained
477F: hw/sh4/r2d.c
478
479Shix
480M: Magnus Damm <magnus.damm@gmail.com>
481S: Orphan
482F: hw/sh4/shix.c
483
484SPARC Machines
485--------------
486Sun4m
487M: Blue Swirl <blauwirbel@gmail.com>
488S: Maintained
489F: hw/sparc/sun4m.c
490
491Sun4u
492M: Blue Swirl <blauwirbel@gmail.com>
493S: Maintained
494F: hw/sparc64/sun4u.c
495
496Leon3
497M: Fabien Chouteau <chouteau@adacore.com>
498S: Maintained
499F: hw/sparc/leon3.c
500F: hw/*/grlib*
501
502S390 Machines
503-------------
504S390 Virtio
505M: Alexander Graf <agraf@suse.de>
506S: Maintained
507F: hw/s390x/s390-*.c
508
509S390 Virtio-ccw
510M: Cornelia Huck <cornelia.huck@de.ibm.com>
511M: Christian Borntraeger <borntraeger@de.ibm.com>
512M: Alexander Graf <agraf@suse.de>
513S: Supported
514F: hw/s390x/s390-virtio-ccw.c
515F: hw/s390x/css.[hc]
516F: hw/s390x/sclp*.[hc]
517F: hw/s390x/ipl*.[hc]
518T: git git://github.com/cohuck/qemu virtio-ccw-upstr
519
520UniCore32 Machines
521-------------
522PKUnity-3 SoC initramfs-with-busybox
523M: Guan Xuetao <gxt@mprc.pku.edu.cn>
524S: Maintained
525F: hw/*/puv3*
526F: hw/unicore32/
527
528X86 Machines
529------------
530PC
531M: Anthony Liguori <aliguori@amazon.com>
532M: Michael S. Tsirkin <mst@redhat.com>
533S: Supported
534F: include/hw/i386/
535F: hw/i386/
536F: hw/pci-host/piix.c
537F: hw/pci-host/q35.c
538F: hw/pci-host/pam.c
539F: include/hw/pci-host/q35.h
540F: include/hw/pci-host/pam.h
541F: hw/isa/piix4.c
542F: hw/isa/lpc_ich9.c
543F: hw/i2c/smbus_ich9.c
544F: hw/acpi/piix4.c
545F: hw/acpi/ich9.c
546F: include/hw/acpi/ich9.h
547F: include/hw/acpi/piix.h
548
549
550Xtensa Machines
551---------------
552sim
553M: Max Filippov <jcmvbkbc@gmail.com>
554S: Maintained
555F: hw/xtensa/xtensa_sim.c
556
557Avnet LX60
558M: Max Filippov <jcmvbkbc@gmail.com>
559S: Maintained
560F: hw/xtensa/xtensa_lx60.c
561
562Devices
563-------
564IDE
565M: Kevin Wolf <kwolf@redhat.com>
566M: Stefan Hajnoczi <stefanha@redhat.com>
567S: Odd Fixes
568F: include/hw/ide.h
569F: hw/ide/
570
571OMAP
572M: Peter Maydell <peter.maydell@linaro.org>
573S: Maintained
574F: hw/*/omap*
575
576PCI
577M: Michael S. Tsirkin <mst@redhat.com>
578S: Supported
579F: include/hw/pci/*
580F: hw/pci/*
581F: hw/acpi/*
582
583ppc4xx
584M: Alexander Graf <agraf@suse.de>
585L: qemu-ppc@nongnu.org
586S: Odd Fixes
587F: hw/ppc/ppc4*.c
588
589ppce500
590M: Alexander Graf <agraf@suse.de>
591M: Scott Wood <scottwood@freescale.com>
592L: qemu-ppc@nongnu.org
593S: Supported
594F: hw/ppc/e500*
595
596SCSI
597M: Paolo Bonzini <pbonzini@redhat.com>
598S: Supported
599F: include/hw/scsi*
600F: hw/scsi/*
601T: git git://github.com/bonzini/qemu.git scsi-next
602
603LSI53C895A
604S: Orphan
605F: hw/scsi/lsi53c895a.c
606
607SSI
608M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
609S: Maintained
610F: hw/ssi/*
611F: hw/block/m25p80.c
612
613USB
614M: Gerd Hoffmann <kraxel@redhat.com>
615S: Maintained
616F: hw/usb/*
617F: tests/usb-hcd-ehci-test.c
618
619VFIO
620M: Alex Williamson <alex.williamson@redhat.com>
621S: Supported
622F: hw/misc/vfio.c
623
624vhost
625M: Michael S. Tsirkin <mst@redhat.com>
626S: Supported
627F: hw/*/*vhost*
628
629virtio
630M: Anthony Liguori <aliguori@amazon.com>
631M: Michael S. Tsirkin <mst@redhat.com>
632S: Supported
633F: hw/*/virtio*
634
635virtio-9p
636M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
637S: Supported
638F: hw/9pfs/
639F: fsdev/
640F: tests/virtio-9p-test.c
641T: git git://github.com/kvaneesh/QEMU.git
642
643virtio-blk
644M: Kevin Wolf <kwolf@redhat.com>
645M: Stefan Hajnoczi <stefanha@redhat.com>
646S: Supported
647F: hw/block/virtio-blk.c
648
649virtio-ccw
650M: Cornelia Huck <cornelia.huck@de.ibm.com>
651M: Christian Borntraeger <borntraeger@de.ibm.com>
652S: Supported
653F: hw/s390x/virtio-ccw.[hc]
654T: git git://github.com/cohuck/qemu virtio-ccw-upstr
655
656virtio-serial
657M: Amit Shah <amit.shah@redhat.com>
658S: Supported
659F: hw/char/virtio-serial-bus.c
660F: hw/char/virtio-console.c
661
662nvme
663M: Keith Busch <keith.busch@intel.com>
664S: Supported
665F: hw/block/nvme*
666F: tests/nvme-test.c
667
668megasas
669M: Hannes Reinecke <hare@suse.de>
670S: Supported
671F: hw/scsi/megasas.c
672F: hw/scsi/mfi.h
673
674Xilinx EDK
675M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
676M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
677S: Maintained
678F: hw/*/xilinx_*
679F: include/hw/xilinx.h
680
681Subsystems
682----------
683Audio
684M: Vassili Karpov (malc) <av1474@comtv.ru>
685M: Gerd Hoffmann <kraxel@redhat.com>
686S: Maintained
687F: audio/
688F: hw/audio/
689F: tests/ac97-test.c
690F: tests/es1370-test.c
691F: tests/intel-hda-test.c
692
693Block
694M: Kevin Wolf <kwolf@redhat.com>
695M: Stefan Hajnoczi <stefanha@redhat.com>
696S: Supported
697F: block*
698F: block/
699F: hw/block/
700F: qemu-img*
701F: qemu-io*
702T: git git://repo.or.cz/qemu/kevin.git block
703T: git git://github.com/stefanha/qemu.git block
704
705Character Devices
706M: Anthony Liguori <aliguori@amazon.com>
707S: Maintained
708F: qemu-char.c
709
710CPU
711M: Andreas Färber <afaerber@suse.de>
712S: Supported
713F: qom/cpu.c
714F: include/qom/cpu.h
715F: target-i386/cpu.c
716
717ICC Bus
718M: Igor Mammedov <imammedo@redhat.com>
719S: Supported
720F: include/hw/cpu/icc_bus.h
721F: hw/cpu/icc_bus.c
722
723Device Tree
724M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
725M: Alexander Graf <agraf@suse.de>
726S: Maintained
727F: device_tree.[ch]
728
729GDB stub
730M: qemu-devel@nongnu.org
731S: Odd Fixes
732F: gdbstub*
733F: gdb-xml/
734
735Memory API
736M: Paolo Bonzini <pbonzini@redhat.com>
737S: Supported
738F: include/exec/ioport.h
739F: ioport.c
740F: include/exec/memory.h
741F: memory.c
742F: include/exec/memory-internal.h
743F: exec.c
744
745SPICE
746M: Gerd Hoffmann <kraxel@redhat.com>
747S: Supported
748F: include/ui/qemu-spice.h
749F: ui/spice-*.c
750F: audio/spiceaudio.c
751F: hw/display/qxl*
752
753Graphics
754M: Anthony Liguori <aliguori@amazon.com>
755M: Gerd Hoffmann <kraxel@redhat.com>
756S: Odd Fixes
757F: ui/
758
759Cocoa graphics
760M: Andreas Färber <andreas.faerber@web.de>
761M: Peter Maydell <peter.maydell@linaro.org>
762S: Odd Fixes
763F: ui/cocoa.m
764
765Main loop
766M: Anthony Liguori <aliguori@amazon.com>
767S: Supported
768F: vl.c
769
770Human Monitor (HMP)
771M: Luiz Capitulino <lcapitulino@redhat.com>
772S: Maintained
773F: monitor.c
774F: hmp.c
775F: hmp-commands.hx
776T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
777
778Network device layer
779M: Anthony Liguori <aliguori@amazon.com>
780M: Stefan Hajnoczi <stefanha@redhat.com>
781S: Maintained
782F: net/
783T: git git://github.com/stefanha/qemu.git net
784
785Netmap network backend
786M: Luigi Rizzo <rizzo@iet.unipi.it>
787M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
788M: Vincenzo Maffione <v.maffione@gmail.com>
789W: http://info.iet.unipi.it/~luigi/netmap/
790S: Maintained
791F: net/netmap.c
792
793Network Block Device (NBD)
794M: Paolo Bonzini <pbonzini@redhat.com>
795S: Odd Fixes
796F: block/nbd.c
797F: nbd.*
798F: qemu-nbd.c
799T: git git://github.com/bonzini/qemu.git nbd-next
800
801QAPI
802M: Luiz Capitulino <lcapitulino@redhat.com>
803M: Michael Roth <mdroth@linux.vnet.ibm.com>
804S: Maintained
805F: qapi/
806T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
807
808QAPI Schema
809M: Eric Blake <eblake@redhat.com>
810M: Luiz Capitulino <lcapitulino@redhat.com>
811M: Markus Armbruster <armbru@redhat.com>
812S: Supported
813F: qapi-schema.json
814T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
815
816QOM
817M: Anthony Liguori <aliguori@amazon.com>
818M: Andreas Färber <afaerber@suse.de>
819S: Supported
820T: git git://github.com/afaerber/qemu-cpu.git qom-next
821F: include/qom/
822X: include/qom/cpu.h
823F: qom/
824X: qom/cpu.c
825F: tests/qom-test.c
826
827QMP
828M: Luiz Capitulino <lcapitulino@redhat.com>
829S: Maintained
830F: qmp.c
831F: monitor.c
832F: qmp-commands.hx
833F: QMP/
834T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
835
836SLIRP
837M: Jan Kiszka <jan.kiszka@siemens.com>
838S: Maintained
839F: slirp/
840T: git git://git.kiszka.org/qemu.git queues/slirp
841
842Tracing
843M: Stefan Hajnoczi <stefanha@redhat.com>
844S: Maintained
845F: trace/
846F: scripts/tracetool.py
847F: scripts/tracetool/
848F: docs/tracing.txt
849T: git git://github.com/stefanha/qemu.git tracing
850
851Checkpatch
852M: Blue Swirl <blauwirbel@gmail.com>
853S: Odd Fixes
854F: scripts/checkpatch.pl
855
856Seccomp
857M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
858S: Supported
859F: qemu-seccomp.c
860F: include/sysemu/seccomp.h
861
862Usermode Emulation
863------------------
864BSD user
865M: Blue Swirl <blauwirbel@gmail.com>
866S: Maintained
867F: bsd-user/
868
869Linux user
870M: Riku Voipio <riku.voipio@iki.fi>
871S: Maintained
872F: linux-user/
873
874Tiny Code Generator (TCG)
875-------------------------
876Common code
877M: qemu-devel@nongnu.org
878M: Richard Henderson <rth@twiddle.net>
879S: Maintained
880F: tcg/
881
882AArch64 target
883M: Claudio Fontana <claudio.fontana@huawei.com>
884M: Claudio Fontana <claudio.fontana@gmail.com>
885S: Maintained
886F: tcg/aarch64/
887
888ARM target
889M: Andrzej Zaborowski <balrogg@gmail.com>
890S: Maintained
891F: tcg/arm/
892
893i386 target
894M: qemu-devel@nongnu.org
895S: Maintained
896F: tcg/i386/
897
898IA64 target
899M: Aurelien Jarno <aurelien@aurel32.net>
900S: Maintained
901F: tcg/ia64/
902
903MIPS target
904M: Aurelien Jarno <aurelien@aurel32.net>
905S: Maintained
906F: tcg/mips/
907
908PPC
909M: Vassili Karpov (malc) <av1474@comtv.ru>
910S: Maintained
911F: tcg/ppc/
912
913PPC64 target
914M: Vassili Karpov (malc) <av1474@comtv.ru>
915S: Maintained
916F: tcg/ppc64/
917
918S390 target
919M: Alexander Graf <agraf@suse.de>
920M: Richard Henderson <rth@twiddle.net>
921S: Maintained
922F: tcg/s390/
923
924SPARC target
925M: Blue Swirl <blauwirbel@gmail.com>
926S: Maintained
927F: tcg/sparc/
928
929TCI target
930M: Stefan Weil <sw@weilnetz.de>
931S: Maintained
932F: tcg/tci/
933F: tci.c
934
935Stable branches
936---------------
937Stable 1.0
938L: qemu-stable@nongnu.org
939T: git git://git.qemu-project.org/qemu-stable-1.0.git
940S: Orphan
941
942Stable 0.15
943L: qemu-stable@nongnu.org
944M: Andreas Färber <afaerber@suse.de>
945T: git git://git.qemu-project.org/qemu-stable-0.15.git
946S: Supported
947
948Stable 0.14
949L: qemu-stable@nongnu.org
950T: git git://git.qemu-project.org/qemu-stable-0.14.git
951S: Orphan
952
953Stable 0.10
954L: qemu-stable@nongnu.org
955T: git git://git.qemu-project.org/qemu-stable-0.10.git
956S: Orphan
957
958Block drivers
959-------------
960VMDK
961M: Fam Zheng <famz@redhat.com>
962S: Supported
963F: block/vmdk.c
964
965RBD
966M: Josh Durgin <josh.durgin@inktank.com>
967S: Supported
968F: block/rbd.c
969
970Sheepdog
971M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
972M: Liu Yuan <namei.unix@gmail.com>
973L: sheepdog@lists.wpkg.org
974S: Supported
975F: block/sheepdog.c
976
977VHDX
978M: Jeff Cody <jcody@redhat.com>
979S: Supported
980F: block/vhdx*
981
982VDI
983M: Stefan Weil <sw@weilnetz.de>
984S: Maintained
985F: block/vdi.c
986
987iSCSI
988M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
989M: Paolo Bonzini <pbonzini@redhat.com>
990M: Peter Lieven <pl@kamp.de>
991S: Supported
992F: block/iscsi.c
993
994NFS
995M: Peter Lieven <pl@kamp.de>
996S: Maintained
997F: block/nfs.c
998
999SSH
1000M: Richard W.M. Jones <rjones@redhat.com>
1001S: Supported
1002F: block/ssh.c
1003
1004ARCHIPELAGO
1005M: Chrysostomos Nanakos <cnanakos@grnet.gr>
1006M: Chrysostomos Nanakos <chris@include.gr>
1007S: Maintained
1008F: block/archipelago.c
1009