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