xref: /openbmc/qemu/MAINTAINERS (revision 81b07353c5e7ae9ae9360c357b7b4732b1cb03b4)
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>
54M: Peter Maydell <peter.maydell@linaro.org>
55
56Responsible Disclosure, Reporting Security Issues
57------------------------------
58W: http://wiki.qemu.org/SecurityProcess
59M: Michael S. Tsirkin <mst@redhat.com>
60M: Anthony Liguori <aliguori@amazon.com>
61L: secalert@redhat.com
62
63Guest CPU cores (TCG):
64----------------------
65Overall
66L: qemu-devel@nongnu.org
67S: Odd fixes
68F: cpu-exec.c
69F: cputlb.c
70F: softmmu_template.h
71F: translate-all.c
72F: include/exec/cpu_ldst.h
73F: include/exec/cpu_ldst_template.h
74F: include/exec/helper*.h
75
76Alpha
77M: Richard Henderson <rth@twiddle.net>
78S: Maintained
79F: target-alpha/
80F: hw/alpha/
81F: tests/tcg/alpha/
82
83ARM
84M: Peter Maydell <peter.maydell@linaro.org>
85S: Maintained
86F: target-arm/
87F: hw/arm/
88F: hw/cpu/a*mpcore.c
89
90CRIS
91M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
92S: Maintained
93F: target-cris/
94F: hw/cris/
95F: tests/tcg/cris/
96
97LM32
98M: Michael Walle <michael@walle.cc>
99S: Maintained
100F: target-lm32/
101F: disas/lm32.c
102F: hw/lm32/
103F: hw/*/lm32_*
104F: hw/*/milkymist-*
105F: include/hw/char/lm32_juart.h
106F: include/hw/lm32/
107F: tests/tcg/lm32/
108
109M68K
110S: Orphan
111F: target-m68k/
112F: hw/m68k/
113
114MicroBlaze
115M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116S: Maintained
117F: target-microblaze/
118F: hw/microblaze/
119
120MIPS
121M: Aurelien Jarno <aurelien@aurel32.net>
122M: Leon Alrae <leon.alrae@imgtec.com>
123S: Maintained
124F: target-mips/
125F: hw/mips/
126F: tests/tcg/mips/
127
128Moxie
129M: Anthony Green <green@moxielogic.com>
130S: Maintained
131F: target-moxie/
132
133OpenRISC
134M: Jia Liu <proljc@gmail.com>
135S: Maintained
136F: target-openrisc/
137F: hw/openrisc/
138F: tests/tcg/openrisc/
139
140PowerPC
141M: Alexander Graf <agraf@suse.de>
142L: qemu-ppc@nongnu.org
143S: Maintained
144F: target-ppc/
145F: hw/ppc/
146
147S390
148M: Richard Henderson <rth@twiddle.net>
149M: Alexander Graf <agraf@suse.de>
150S: Maintained
151F: target-s390x/
152F: hw/s390x/
153
154SH4
155M: Aurelien Jarno <aurelien@aurel32.net>
156S: Odd Fixes
157F: target-sh4/
158F: hw/sh4/
159
160SPARC
161M: Blue Swirl <blauwirbel@gmail.com>
162S: Maintained
163F: target-sparc/
164F: hw/sparc/
165F: hw/sparc64/
166
167UniCore32
168M: Guan Xuetao <gxt@mprc.pku.edu.cn>
169S: Maintained
170F: target-unicore32/
171F: hw/unicore32/
172
173X86
174M: Paolo Bonzini <pbonzini@redhat.com>
175M: Richard Henderson <rth@twiddle.net>
176S: Odd Fixes
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: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
353S: Maintained
354F: hw/arm/xilinx_zynq.c
355F: hw/misc/zynq_slcr.c
356F: hw/*/cadence_*
357F: hw/ssi/xilinx_spips.c
358
359CRIS Machines
360-------------
361Axis Dev88
362M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
363S: Maintained
364F: hw/cris/axis_dev88.c
365F: hw/*/etraxfs_*.c
366
367LM32 Machines
368-------------
369EVR32 and uclinux BSP
370M: Michael Walle <michael@walle.cc>
371S: Maintained
372F: hw/lm32/lm32_boards.c
373
374milkymist
375M: Michael Walle <michael@walle.cc>
376S: Maintained
377F: hw/lm32/milkymist.c
378
379M68K Machines
380-------------
381an5206
382S: Orphan
383F: hw/m68k/an5206.c
384
385dummy_m68k
386S: Orphan
387F: hw/m68k/dummy_m68k.c
388
389mcf5208
390S: Orphan
391F: hw/m68k/mcf5208.c
392
393MicroBlaze Machines
394-------------------
395petalogix_s3adsp1800
396M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
397S: Maintained
398F: hw/microblaze/petalogix_s3adsp1800_mmu.c
399
400petalogix_ml605
401M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
402S: Maintained
403F: hw/microblaze/petalogix_ml605_mmu.c
404
405MIPS Machines
406-------------
407Jazz
408M: Hervé Poussineau <hpoussin@reactos.org>
409S: Maintained
410F: hw/mips/mips_jazz.c
411
412Malta
413M: Aurelien Jarno <aurelien@aurel32.net>
414S: Maintained
415F: hw/mips/mips_malta.c
416
417Mipssim
418L: qemu-devel@nongnu.org
419S: Orphan
420F: hw/mips/mips_mipssim.c
421
422R4000
423M: Aurelien Jarno <aurelien@aurel32.net>
424S: Maintained
425F: hw/mips/mips_r4k.c
426
427OpenRISC Machines
428-----------------
429or1k-sim
430M: Jia Liu <proljc@gmail.com>
431S: Maintained
432F: hw/openrisc/openrisc_sim.c
433
434PowerPC Machines
435----------------
436405
437M: Alexander Graf <agraf@suse.de>
438L: qemu-ppc@nongnu.org
439S: Odd Fixes
440F: hw/ppc/ppc405_boards.c
441
442Bamboo
443M: Alexander Graf <agraf@suse.de>
444L: qemu-ppc@nongnu.org
445S: Odd Fixes
446F: hw/ppc/ppc440_bamboo.c
447
448e500
449M: Alexander Graf <agraf@suse.de>
450M: Scott Wood <scottwood@freescale.com>
451L: qemu-ppc@nongnu.org
452S: Supported
453F: hw/ppc/e500.[hc]
454F: hw/ppc/e500plat.c
455
456mpc8544ds
457M: Alexander Graf <agraf@suse.de>
458M: Scott Wood <scottwood@freescale.com>
459L: qemu-ppc@nongnu.org
460S: Supported
461F: hw/ppc/mpc8544ds.c
462F: hw/ppc/mpc8544_guts.c
463
464New World
465M: Alexander Graf <agraf@suse.de>
466L: qemu-ppc@nongnu.org
467S: Maintained
468F: hw/ppc/mac_newworld.c
469F: hw/pci-host/uninorth.c
470F: hw/pci-bridge/dec.[hc]
471F: hw/misc/macio/
472
473Old World
474M: Alexander Graf <agraf@suse.de>
475L: qemu-ppc@nongnu.org
476S: Maintained
477F: hw/ppc/mac_oldworld.c
478F: hw/pci-host/grackle.c
479F: hw/misc/macio/
480
481PReP
482M: Andreas Färber <andreas.faerber@web.de>
483L: qemu-ppc@nongnu.org
484S: Odd Fixes
485F: hw/ppc/prep.c
486F: hw/pci-host/prep.[hc]
487F: hw/isa/pc87312.[hc]
488
489sPAPR
490M: Alexander Graf <agraf@suse.de>
491L: qemu-ppc@nongnu.org
492S: Supported
493F: hw/*/spapr*
494F: include/hw/*/spapr*
495F: hw/*/xics*
496F: include/hw/*/xics*
497F: pc-bios/spapr-rtas/*
498
499virtex_ml507
500M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
501L: qemu-ppc@nongnu.org
502S: Odd Fixes
503F: hw/ppc/virtex_ml507.c
504
505SH4 Machines
506------------
507R2D
508M: Magnus Damm <magnus.damm@gmail.com>
509S: Maintained
510F: hw/sh4/r2d.c
511
512Shix
513M: Magnus Damm <magnus.damm@gmail.com>
514S: Orphan
515F: hw/sh4/shix.c
516
517SPARC Machines
518--------------
519Sun4m
520M: Blue Swirl <blauwirbel@gmail.com>
521S: Maintained
522F: hw/sparc/sun4m.c
523
524Sun4u
525M: Blue Swirl <blauwirbel@gmail.com>
526S: Maintained
527F: hw/sparc64/sun4u.c
528
529Leon3
530M: Fabien Chouteau <chouteau@adacore.com>
531S: Maintained
532F: hw/sparc/leon3.c
533F: hw/*/grlib*
534
535S390 Machines
536-------------
537S390 Virtio
538M: Alexander Graf <agraf@suse.de>
539S: Maintained
540F: hw/s390x/s390-*.c
541X: hw/s390x/*pci*.[hc]
542
543S390 Virtio-ccw
544M: Cornelia Huck <cornelia.huck@de.ibm.com>
545M: Christian Borntraeger <borntraeger@de.ibm.com>
546M: Alexander Graf <agraf@suse.de>
547S: Supported
548F: hw/s390x/s390-virtio-ccw.c
549F: hw/s390x/css.[hc]
550F: hw/s390x/sclp*.[hc]
551F: hw/s390x/ipl*.[hc]
552F: hw/s390x/*pci*.[hc]
553F: include/hw/s390x/
554F: pc-bios/s390-ccw/
555T: git git://github.com/cohuck/qemu virtio-ccw-upstr
556
557UniCore32 Machines
558-------------
559PKUnity-3 SoC initramfs-with-busybox
560M: Guan Xuetao <gxt@mprc.pku.edu.cn>
561S: Maintained
562F: hw/*/puv3*
563F: hw/unicore32/
564
565X86 Machines
566------------
567PC
568M: Anthony Liguori <aliguori@amazon.com>
569M: Michael S. Tsirkin <mst@redhat.com>
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 <jcmvbkbc@gmail.com>
591S: Maintained
592F: hw/xtensa/sim.c
593
594XTFPGA (LX60, LX200, ML605, KC705)
595M: Max Filippov <jcmvbkbc@gmail.com>
596S: Maintained
597F: hw/xtensa/xtfpga.c
598F: hw/net/opencores_eth.c
599
600Devices
601-------
602EDU
603M: Jiri Slaby <jslaby@suse.cz>
604S: Maintained
605F: hw/misc/edu.c
606
607IDE
608M: Kevin Wolf <kwolf@redhat.com>
609M: Stefan Hajnoczi <stefanha@redhat.com>
610S: Odd Fixes
611F: include/hw/ide.h
612F: hw/ide/
613
614OMAP
615M: Peter Maydell <peter.maydell@linaro.org>
616S: Maintained
617F: hw/*/omap*
618
619PCI
620M: Michael S. Tsirkin <mst@redhat.com>
621S: Supported
622F: include/hw/pci/*
623F: hw/pci/*
624F: hw/acpi/*
625
626ppc4xx
627M: Alexander Graf <agraf@suse.de>
628L: qemu-ppc@nongnu.org
629S: Odd Fixes
630F: hw/ppc/ppc4*.c
631
632ppce500
633M: Alexander Graf <agraf@suse.de>
634M: Scott Wood <scottwood@freescale.com>
635L: qemu-ppc@nongnu.org
636S: Supported
637F: hw/ppc/e500*
638
639SCSI
640M: Paolo Bonzini <pbonzini@redhat.com>
641S: Supported
642F: include/hw/scsi*
643F: hw/scsi/*
644T: git git://github.com/bonzini/qemu.git scsi-next
645
646LSI53C895A
647S: Orphan
648F: hw/scsi/lsi53c895a.c
649
650SSI
651M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
652S: Maintained
653F: hw/ssi/*
654F: hw/block/m25p80.c
655
656USB
657M: Gerd Hoffmann <kraxel@redhat.com>
658S: Maintained
659F: hw/usb/*
660F: tests/usb-*-test.c
661
662USB (serial adapter)
663M: Gerd Hoffmann <kraxel@redhat.com>
664M: Samuel Thibault <samuel.thibault@ens-lyon.org>
665S: Maintained
666F: hw/usb/dev-serial.c
667
668VFIO
669M: Alex Williamson <alex.williamson@redhat.com>
670S: Supported
671F: hw/vfio/*
672
673vhost
674M: Michael S. Tsirkin <mst@redhat.com>
675S: Supported
676F: hw/*/*vhost*
677
678virtio
679M: Anthony Liguori <aliguori@amazon.com>
680M: Michael S. Tsirkin <mst@redhat.com>
681S: Supported
682F: hw/*/virtio*
683
684virtio-9p
685M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
686S: Supported
687F: hw/9pfs/
688F: fsdev/
689F: tests/virtio-9p-test.c
690T: git git://github.com/kvaneesh/QEMU.git
691
692virtio-blk
693M: Kevin Wolf <kwolf@redhat.com>
694M: Stefan Hajnoczi <stefanha@redhat.com>
695S: Supported
696F: hw/block/virtio-blk.c
697
698virtio-ccw
699M: Cornelia Huck <cornelia.huck@de.ibm.com>
700M: Christian Borntraeger <borntraeger@de.ibm.com>
701S: Supported
702F: hw/s390x/virtio-ccw.[hc]
703T: git git://github.com/cohuck/qemu virtio-ccw-upstr
704
705virtio-serial
706M: Amit Shah <amit.shah@redhat.com>
707S: Supported
708F: hw/char/virtio-serial-bus.c
709F: hw/char/virtio-console.c
710F: include/hw/virtio/virtio-serial.h
711
712virtio-rng
713M: Amit Shah <amit.shah@redhat.com>
714S: Supported
715F: hw/virtio/virtio-rng.c
716F: include/hw/virtio/virtio-rng.h
717F: backends/rng*.c
718
719nvme
720M: Keith Busch <keith.busch@intel.com>
721S: Supported
722F: hw/block/nvme*
723F: tests/nvme-test.c
724
725megasas
726M: Hannes Reinecke <hare@suse.de>
727S: Supported
728F: hw/scsi/megasas.c
729F: hw/scsi/mfi.h
730
731Xilinx EDK
732M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
733M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
734S: Maintained
735F: hw/*/xilinx_*
736F: include/hw/xilinx.h
737
738Vmware
739M: Dmitry Fleytman <dmitry@daynix.com>
740S: Maintained
741F: hw/net/vmxnet*
742F: hw/scsi/vmw_pvscsi*
743
744Subsystems
745----------
746Audio
747M: Vassili Karpov (malc) <av1474@comtv.ru>
748M: Gerd Hoffmann <kraxel@redhat.com>
749S: Maintained
750F: audio/
751F: hw/audio/
752F: tests/ac97-test.c
753F: tests/es1370-test.c
754F: tests/intel-hda-test.c
755
756Block
757M: Kevin Wolf <kwolf@redhat.com>
758M: Stefan Hajnoczi <stefanha@redhat.com>
759S: Supported
760F: async.c
761F: aio-*.c
762F: block*
763F: block/
764F: hw/block/
765F: migration/block*
766F: qemu-img*
767F: qemu-io*
768F: tests/image-fuzzer/
769F: tests/qemu-iotests/
770T: git git://repo.or.cz/qemu/kevin.git block
771T: git git://github.com/stefanha/qemu.git block
772
773Character Devices
774M: Anthony Liguori <aliguori@amazon.com>
775M: Paolo Bonzini <pbonzini@redhat.com>
776S: Maintained
777F: qemu-char.c
778F: backends/msmouse.c
779F: backends/testdev.c
780
781Character Devices (Braille)
782M: Samuel Thibault <samuel.thibault@ens-lyon.org>
783S: Maintained
784F: backends/baum.c
785
786Coverity model
787M: Markus Armbruster <armbru@redhat.com>
788S: Supported
789F: scripts/coverity-model.c
790
791CPU
792M: Andreas Färber <afaerber@suse.de>
793S: Supported
794F: qom/cpu.c
795F: include/qom/cpu.h
796F: target-i386/cpu.c
797
798ICC Bus
799M: Igor Mammedov <imammedo@redhat.com>
800S: Supported
801F: include/hw/cpu/icc_bus.h
802F: hw/cpu/icc_bus.c
803
804Device Tree
805M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
806M: Alexander Graf <agraf@suse.de>
807S: Maintained
808F: device_tree.[ch]
809
810GDB stub
811L: qemu-devel@nongnu.org
812S: Odd Fixes
813F: gdbstub*
814F: gdb-xml/
815
816Memory API
817M: Paolo Bonzini <pbonzini@redhat.com>
818S: Supported
819F: include/exec/ioport.h
820F: ioport.c
821F: include/exec/memory.h
822F: memory.c
823F: include/exec/memory-internal.h
824F: exec.c
825
826SPICE
827M: Gerd Hoffmann <kraxel@redhat.com>
828S: Supported
829F: include/ui/qemu-spice.h
830F: ui/spice-*.c
831F: audio/spiceaudio.c
832F: hw/display/qxl*
833
834Graphics
835M: Anthony Liguori <aliguori@amazon.com>
836M: Gerd Hoffmann <kraxel@redhat.com>
837S: Odd Fixes
838F: ui/
839
840Cocoa graphics
841M: Andreas Färber <andreas.faerber@web.de>
842M: Peter Maydell <peter.maydell@linaro.org>
843S: Odd Fixes
844F: ui/cocoa.m
845
846Main loop
847M: Anthony Liguori <aliguori@amazon.com>
848M: Paolo Bonzini <pbonzini@redhat.com>
849S: Maintained
850F: cpus.c
851F: main-loop.c
852F: qemu-timer.c
853F: vl.c
854
855Human Monitor (HMP)
856M: Luiz Capitulino <lcapitulino@redhat.com>
857S: Maintained
858F: monitor.c
859F: hmp.c
860F: hmp-commands.hx
861T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
862
863Network device layer
864M: Anthony Liguori <aliguori@amazon.com>
865M: Stefan Hajnoczi <stefanha@redhat.com>
866M: Jason Wang <jasowang@redhat.com>
867S: Maintained
868F: net/
869T: git git://github.com/stefanha/qemu.git net
870
871Netmap network backend
872M: Luigi Rizzo <rizzo@iet.unipi.it>
873M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
874M: Vincenzo Maffione <v.maffione@gmail.com>
875W: http://info.iet.unipi.it/~luigi/netmap/
876S: Maintained
877F: net/netmap.c
878
879Network Block Device (NBD)
880M: Paolo Bonzini <pbonzini@redhat.com>
881S: Odd Fixes
882F: block/nbd.c
883F: nbd.*
884F: qemu-nbd.c
885T: git git://github.com/bonzini/qemu.git nbd-next
886
887QAPI
888M: Luiz Capitulino <lcapitulino@redhat.com>
889M: Michael Roth <mdroth@linux.vnet.ibm.com>
890S: Maintained
891F: qapi/
892F: tests/qapi-schema/
893T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
894
895QAPI Schema
896M: Eric Blake <eblake@redhat.com>
897M: Luiz Capitulino <lcapitulino@redhat.com>
898M: Markus Armbruster <armbru@redhat.com>
899S: Supported
900F: qapi-schema.json
901T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
902
903QObject
904M: Luiz Capitulino <lcapitulino@redhat.com>
905S: Maintained
906F: qobject/
907T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
908
909QEMU Guest Agent
910M: Michael Roth <mdroth@linux.vnet.ibm.com>
911S: Maintained
912F: qga/
913T: git git://github.com/mdroth/qemu.git qga
914
915QOM
916M: Anthony Liguori <aliguori@amazon.com>
917M: Andreas Färber <afaerber@suse.de>
918S: Supported
919T: git git://github.com/afaerber/qemu-cpu.git qom-next
920F: include/qom/
921X: include/qom/cpu.h
922F: qom/
923X: qom/cpu.c
924F: tests/qom-test.c
925
926QMP
927M: Luiz Capitulino <lcapitulino@redhat.com>
928S: Maintained
929F: qmp.c
930F: monitor.c
931F: qmp-commands.hx
932F: QMP/
933T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
934
935SLIRP
936M: Jan Kiszka <jan.kiszka@siemens.com>
937S: Maintained
938F: slirp/
939T: git git://git.kiszka.org/qemu.git queues/slirp
940
941Tracing
942M: Stefan Hajnoczi <stefanha@redhat.com>
943S: Maintained
944F: trace/
945F: scripts/tracetool.py
946F: scripts/tracetool/
947F: docs/tracing.txt
948T: git git://github.com/stefanha/qemu.git tracing
949
950Checkpatch
951M: Blue Swirl <blauwirbel@gmail.com>
952S: Odd Fixes
953F: scripts/checkpatch.pl
954
955Migration
956M: Juan Quintela <quintela@redhat.com>
957M: Amit Shah <amit.shah@redhat.com>
958S: Maintained
959F: include/migration/
960F: migration/
961F: savevm.c
962F: arch_init.c
963F: scripts/vmstate-static-checker.py
964F: tests/vmstate-static-checker-data/
965
966Seccomp
967M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
968S: Supported
969F: qemu-seccomp.c
970F: include/sysemu/seccomp.h
971
972Usermode Emulation
973------------------
974Overall
975M: Riku Voipio <riku.voipio@iki.fi>
976S: Maintained
977F: thunk.c
978F: user-exec.c
979
980BSD user
981M: Blue Swirl <blauwirbel@gmail.com>
982S: Maintained
983F: bsd-user/
984
985Linux user
986M: Riku Voipio <riku.voipio@iki.fi>
987S: Maintained
988F: linux-user/
989
990Tiny Code Generator (TCG)
991-------------------------
992Common code
993M: Richard Henderson <rth@twiddle.net>
994S: Maintained
995F: tcg/
996
997AArch64 target
998M: Claudio Fontana <claudio.fontana@huawei.com>
999M: Claudio Fontana <claudio.fontana@gmail.com>
1000S: Maintained
1001F: tcg/aarch64/
1002
1003ARM target
1004M: Andrzej Zaborowski <balrogg@gmail.com>
1005S: Maintained
1006F: tcg/arm/
1007
1008i386 target
1009L: qemu-devel@nongnu.org
1010S: Maintained
1011F: tcg/i386/
1012
1013IA64 target
1014M: Aurelien Jarno <aurelien@aurel32.net>
1015S: Maintained
1016F: tcg/ia64/
1017
1018MIPS target
1019M: Aurelien Jarno <aurelien@aurel32.net>
1020S: Maintained
1021F: tcg/mips/
1022
1023PPC
1024M: Vassili Karpov (malc) <av1474@comtv.ru>
1025S: Maintained
1026F: tcg/ppc/
1027
1028PPC64 target
1029M: Vassili Karpov (malc) <av1474@comtv.ru>
1030S: Maintained
1031F: tcg/ppc64/
1032
1033S390 target
1034M: Alexander Graf <agraf@suse.de>
1035M: Richard Henderson <rth@twiddle.net>
1036S: Maintained
1037F: tcg/s390/
1038
1039SPARC target
1040M: Blue Swirl <blauwirbel@gmail.com>
1041S: Maintained
1042F: tcg/sparc/
1043
1044TCI target
1045M: Stefan Weil <sw@weilnetz.de>
1046S: Maintained
1047F: tcg/tci/
1048F: tci.c
1049
1050Stable branches
1051---------------
1052Stable 1.0
1053L: qemu-stable@nongnu.org
1054T: git git://git.qemu-project.org/qemu-stable-1.0.git
1055S: Orphan
1056
1057Stable 0.15
1058L: qemu-stable@nongnu.org
1059M: Andreas Färber <afaerber@suse.de>
1060T: git git://git.qemu-project.org/qemu-stable-0.15.git
1061S: Supported
1062
1063Stable 0.14
1064L: qemu-stable@nongnu.org
1065T: git git://git.qemu-project.org/qemu-stable-0.14.git
1066S: Orphan
1067
1068Stable 0.10
1069L: qemu-stable@nongnu.org
1070T: git git://git.qemu-project.org/qemu-stable-0.10.git
1071S: Orphan
1072
1073Block drivers
1074-------------
1075VMDK
1076M: Fam Zheng <famz@redhat.com>
1077S: Supported
1078F: block/vmdk.c
1079
1080RBD
1081M: Josh Durgin <josh.durgin@inktank.com>
1082S: Supported
1083F: block/rbd.c
1084
1085Sheepdog
1086M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1087M: Liu Yuan <namei.unix@gmail.com>
1088L: sheepdog@lists.wpkg.org
1089S: Supported
1090F: block/sheepdog.c
1091
1092VHDX
1093M: Jeff Cody <jcody@redhat.com>
1094S: Supported
1095F: block/vhdx*
1096
1097VDI
1098M: Stefan Weil <sw@weilnetz.de>
1099S: Maintained
1100F: block/vdi.c
1101
1102iSCSI
1103M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1104M: Paolo Bonzini <pbonzini@redhat.com>
1105M: Peter Lieven <pl@kamp.de>
1106S: Supported
1107F: block/iscsi.c
1108
1109NFS
1110M: Peter Lieven <pl@kamp.de>
1111S: Maintained
1112F: block/nfs.c
1113
1114SSH
1115M: Richard W.M. Jones <rjones@redhat.com>
1116S: Supported
1117F: block/ssh.c
1118
1119ARCHIPELAGO
1120M: Chrysostomos Nanakos <chris@include.gr>
1121S: Maintained
1122F: block/archipelago.c
1123
1124Bootdevice
1125M: Gonglei <arei.gonglei@huawei.com>
1126S: Maintained
1127F: bootdevice.c
1128