xref: /openbmc/qemu/MAINTAINERS (revision bfa3ab61)
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: 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
359ARM ACPI Subsystem
360M: Shannon Zhao <zhaoshenglong@huawei.com>
361M: Shannon Zhao <shannon.zhao@linaro.org>
362S: Maintained
363F: hw/arm/virt-acpi-build.c
364F: include/hw/arm/virt-acpi-build.h
365
366CRIS Machines
367-------------
368Axis Dev88
369M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370S: Maintained
371F: hw/cris/axis_dev88.c
372F: hw/*/etraxfs_*.c
373
374LM32 Machines
375-------------
376EVR32 and uclinux BSP
377M: Michael Walle <michael@walle.cc>
378S: Maintained
379F: hw/lm32/lm32_boards.c
380
381milkymist
382M: Michael Walle <michael@walle.cc>
383S: Maintained
384F: hw/lm32/milkymist.c
385
386M68K Machines
387-------------
388an5206
389S: Orphan
390F: hw/m68k/an5206.c
391
392dummy_m68k
393S: Orphan
394F: hw/m68k/dummy_m68k.c
395
396mcf5208
397S: Orphan
398F: hw/m68k/mcf5208.c
399
400MicroBlaze Machines
401-------------------
402petalogix_s3adsp1800
403M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
404S: Maintained
405F: hw/microblaze/petalogix_s3adsp1800_mmu.c
406
407petalogix_ml605
408M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
409S: Maintained
410F: hw/microblaze/petalogix_ml605_mmu.c
411
412MIPS Machines
413-------------
414Jazz
415M: Hervé Poussineau <hpoussin@reactos.org>
416S: Maintained
417F: hw/mips/mips_jazz.c
418
419Malta
420M: Aurelien Jarno <aurelien@aurel32.net>
421S: Maintained
422F: hw/mips/mips_malta.c
423
424Mipssim
425L: qemu-devel@nongnu.org
426S: Orphan
427F: hw/mips/mips_mipssim.c
428
429R4000
430M: Aurelien Jarno <aurelien@aurel32.net>
431S: Maintained
432F: hw/mips/mips_r4k.c
433
434OpenRISC Machines
435-----------------
436or1k-sim
437M: Jia Liu <proljc@gmail.com>
438S: Maintained
439F: hw/openrisc/openrisc_sim.c
440
441PowerPC Machines
442----------------
443405
444M: Alexander Graf <agraf@suse.de>
445L: qemu-ppc@nongnu.org
446S: Odd Fixes
447F: hw/ppc/ppc405_boards.c
448
449Bamboo
450M: Alexander Graf <agraf@suse.de>
451L: qemu-ppc@nongnu.org
452S: Odd Fixes
453F: hw/ppc/ppc440_bamboo.c
454
455e500
456M: Alexander Graf <agraf@suse.de>
457M: Scott Wood <scottwood@freescale.com>
458L: qemu-ppc@nongnu.org
459S: Supported
460F: hw/ppc/e500.[hc]
461F: hw/ppc/e500plat.c
462
463mpc8544ds
464M: Alexander Graf <agraf@suse.de>
465M: Scott Wood <scottwood@freescale.com>
466L: qemu-ppc@nongnu.org
467S: Supported
468F: hw/ppc/mpc8544ds.c
469F: hw/ppc/mpc8544_guts.c
470
471New World
472M: Alexander Graf <agraf@suse.de>
473L: qemu-ppc@nongnu.org
474S: Maintained
475F: hw/ppc/mac_newworld.c
476F: hw/pci-host/uninorth.c
477F: hw/pci-bridge/dec.[hc]
478F: hw/misc/macio/
479
480Old World
481M: Alexander Graf <agraf@suse.de>
482L: qemu-ppc@nongnu.org
483S: Maintained
484F: hw/ppc/mac_oldworld.c
485F: hw/pci-host/grackle.c
486F: hw/misc/macio/
487
488PReP
489M: Andreas Färber <andreas.faerber@web.de>
490L: qemu-ppc@nongnu.org
491S: Odd Fixes
492F: hw/ppc/prep.c
493F: hw/pci-host/prep.[hc]
494F: hw/isa/pc87312.[hc]
495
496sPAPR (pseries)
497M: David Gibson <david@gibson.dropbear.id.au>
498M: Alexander Graf <agraf@suse.de>
499L: qemu-ppc@nongnu.org
500S: Supported
501F: hw/*/spapr*
502F: include/hw/*/spapr*
503F: hw/*/xics*
504F: include/hw/*/xics*
505F: pc-bios/spapr-rtas/*
506
507virtex_ml507
508M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
509L: qemu-ppc@nongnu.org
510S: Odd Fixes
511F: hw/ppc/virtex_ml507.c
512
513SH4 Machines
514------------
515R2D
516M: Magnus Damm <magnus.damm@gmail.com>
517S: Maintained
518F: hw/sh4/r2d.c
519
520Shix
521M: Magnus Damm <magnus.damm@gmail.com>
522S: Orphan
523F: hw/sh4/shix.c
524
525SPARC Machines
526--------------
527Sun4m
528M: Blue Swirl <blauwirbel@gmail.com>
529M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
530S: Maintained
531F: hw/sparc/sun4m.c
532
533Sun4u
534M: Blue Swirl <blauwirbel@gmail.com>
535M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
536S: Maintained
537F: hw/sparc64/sun4u.c
538
539Leon3
540M: Fabien Chouteau <chouteau@adacore.com>
541S: Maintained
542F: hw/sparc/leon3.c
543F: hw/*/grlib*
544
545S390 Machines
546-------------
547S390 Virtio
548M: Alexander Graf <agraf@suse.de>
549S: Maintained
550F: hw/s390x/s390-*.c
551X: hw/s390x/*pci*.[hc]
552
553S390 Virtio-ccw
554M: Cornelia Huck <cornelia.huck@de.ibm.com>
555M: Christian Borntraeger <borntraeger@de.ibm.com>
556M: Alexander Graf <agraf@suse.de>
557S: Supported
558F: hw/s390x/s390-virtio-ccw.c
559F: hw/s390x/css.[hc]
560F: hw/s390x/sclp*.[hc]
561F: hw/s390x/ipl*.[hc]
562F: hw/s390x/*pci*.[hc]
563F: include/hw/s390x/
564F: pc-bios/s390-ccw/
565T: git git://github.com/cohuck/qemu virtio-ccw-upstr
566
567UniCore32 Machines
568-------------
569PKUnity-3 SoC initramfs-with-busybox
570M: Guan Xuetao <gxt@mprc.pku.edu.cn>
571S: Maintained
572F: hw/*/puv3*
573F: hw/unicore32/
574
575X86 Machines
576------------
577PC
578M: Michael S. Tsirkin <mst@redhat.com>
579S: Supported
580F: include/hw/i386/
581F: hw/i386/
582F: hw/pci-host/piix.c
583F: hw/pci-host/q35.c
584F: hw/pci-host/pam.c
585F: include/hw/pci-host/q35.h
586F: include/hw/pci-host/pam.h
587F: hw/isa/piix4.c
588F: hw/isa/lpc_ich9.c
589F: hw/i2c/smbus_ich9.c
590F: hw/acpi/piix4.c
591F: hw/acpi/ich9.c
592F: include/hw/acpi/ich9.h
593F: include/hw/acpi/piix.h
594
595
596Xtensa Machines
597---------------
598sim
599M: Max Filippov <jcmvbkbc@gmail.com>
600S: Maintained
601F: hw/xtensa/sim.c
602
603XTFPGA (LX60, LX200, ML605, KC705)
604M: Max Filippov <jcmvbkbc@gmail.com>
605S: Maintained
606F: hw/xtensa/xtfpga.c
607F: hw/net/opencores_eth.c
608
609Devices
610-------
611EDU
612M: Jiri Slaby <jslaby@suse.cz>
613S: Maintained
614F: hw/misc/edu.c
615
616IDE
617M: John Snow <jsnow@redhat.com>
618L: qemu-block@nongnu.org
619S: Supported
620F: include/hw/ide.h
621F: hw/ide/
622F: hw/block/block.c
623F: hw/block/cdrom.c
624F: hw/block/hd-geometry.c
625F: tests/ide-test.c
626F: tests/ahci-test.c
627T: git git://github.com/jnsnow/qemu.git ide
628
629Floppy
630M: John Snow <jsnow@redhat.com>
631L: qemu-block@nongnu.org
632S: Supported
633F: hw/block/fdc.c
634F: include/hw/block/fdc.h
635T: git git://github.com/jnsnow/qemu.git ide
636
637OMAP
638M: Peter Maydell <peter.maydell@linaro.org>
639S: Maintained
640F: hw/*/omap*
641
642PCI
643M: Michael S. Tsirkin <mst@redhat.com>
644S: Supported
645F: include/hw/pci/*
646F: hw/pci/*
647F: hw/acpi/*
648
649ppc4xx
650M: Alexander Graf <agraf@suse.de>
651L: qemu-ppc@nongnu.org
652S: Odd Fixes
653F: hw/ppc/ppc4*.c
654
655ppce500
656M: Alexander Graf <agraf@suse.de>
657M: Scott Wood <scottwood@freescale.com>
658L: qemu-ppc@nongnu.org
659S: Supported
660F: hw/ppc/e500*
661
662SCSI
663M: Paolo Bonzini <pbonzini@redhat.com>
664S: Supported
665F: include/hw/scsi*
666F: hw/scsi/*
667T: git git://github.com/bonzini/qemu.git scsi-next
668
669LSI53C895A
670S: Orphan
671F: hw/scsi/lsi53c895a.c
672
673SSI
674M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
675S: Maintained
676F: hw/ssi/*
677F: hw/block/m25p80.c
678
679USB
680M: Gerd Hoffmann <kraxel@redhat.com>
681S: Maintained
682F: hw/usb/*
683F: tests/usb-*-test.c
684
685USB (serial adapter)
686M: Gerd Hoffmann <kraxel@redhat.com>
687M: Samuel Thibault <samuel.thibault@ens-lyon.org>
688S: Maintained
689F: hw/usb/dev-serial.c
690
691VFIO
692M: Alex Williamson <alex.williamson@redhat.com>
693S: Supported
694F: hw/vfio/*
695
696vhost
697M: Michael S. Tsirkin <mst@redhat.com>
698S: Supported
699F: hw/*/*vhost*
700
701virtio
702M: Michael S. Tsirkin <mst@redhat.com>
703S: Supported
704F: hw/*/virtio*
705F: net/vhost-user.c
706
707virtio-9p
708M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
709S: Supported
710F: hw/9pfs/
711F: fsdev/
712F: tests/virtio-9p-test.c
713T: git git://github.com/kvaneesh/QEMU.git
714
715virtio-blk
716M: Stefan Hajnoczi <stefanha@redhat.com>
717L: qemu-block@nongnu.org
718S: Supported
719F: hw/block/virtio-blk.c
720F: hw/block/dataplane/*
721F: hw/virtio/dataplane/*
722T: git git://github.com/stefanha/qemu.git block
723
724virtio-ccw
725M: Cornelia Huck <cornelia.huck@de.ibm.com>
726M: Christian Borntraeger <borntraeger@de.ibm.com>
727S: Supported
728F: hw/s390x/virtio-ccw.[hc]
729T: git git://github.com/cohuck/qemu virtio-ccw-upstr
730
731virtio-input
732M: Gerd Hoffmann <kraxel@redhat.com>
733S: Maintained
734F: hw/input/virtio-input*.c
735F: include/hw/virtio/virtio-input.h
736
737virtio-serial
738M: Amit Shah <amit.shah@redhat.com>
739S: Supported
740F: hw/char/virtio-serial-bus.c
741F: hw/char/virtio-console.c
742F: include/hw/virtio/virtio-serial.h
743
744virtio-rng
745M: Amit Shah <amit.shah@redhat.com>
746S: Supported
747F: hw/virtio/virtio-rng.c
748F: include/hw/virtio/virtio-rng.h
749F: backends/rng*.c
750
751nvme
752M: Keith Busch <keith.busch@intel.com>
753L: qemu-block@nongnu.org
754S: Supported
755F: hw/block/nvme*
756F: tests/nvme-test.c
757
758megasas
759M: Hannes Reinecke <hare@suse.de>
760L: qemu-block@nongnu.org
761S: Supported
762F: hw/scsi/megasas.c
763F: hw/scsi/mfi.h
764
765Xilinx EDK
766M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
767M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
768S: Maintained
769F: hw/*/xilinx_*
770F: include/hw/xilinx.h
771
772Vmware
773M: Dmitry Fleytman <dmitry@daynix.com>
774S: Maintained
775F: hw/net/vmxnet*
776F: hw/scsi/vmw_pvscsi*
777
778Rocker
779M: Scott Feldman <sfeldma@gmail.com>
780M: Jiri Pirko <jiri@resnulli.us>
781S: Maintained
782F: hw/net/rocker/
783
784Subsystems
785----------
786Audio
787M: Gerd Hoffmann <kraxel@redhat.com>
788S: Maintained
789F: audio/
790F: hw/audio/
791F: tests/ac97-test.c
792F: tests/es1370-test.c
793F: tests/intel-hda-test.c
794
795Block layer core
796M: Kevin Wolf <kwolf@redhat.com>
797L: qemu-block@nongnu.org
798S: Supported
799F: block*
800F: block/
801F: hw/block/
802F: include/block/
803F: qemu-img*
804F: qemu-io*
805F: tests/qemu-iotests/
806T: git git://repo.or.cz/qemu/kevin.git block
807
808Block I/O path
809M: Stefan Hajnoczi <stefanha@redhat.com>
810L: qemu-block@nongnu.org
811S: Supported
812F: async.c
813F: aio-*.c
814F: block/io.c
815F: migration/block*
816T: git git://github.com/stefanha/qemu.git block
817
818Block Jobs
819M: Jeff Cody <jcody@redhat.com>
820L: qemu-block@nongnu.org
821S: Supported
822F: blockjob.c
823F: include/block/blockjob.h
824F: block/backup.c
825F: block/commit.c
826F: block/stream.h
827F: block/mirror.c
828T: git git://github.com/codyprime/qemu-kvm-jtc.git block
829
830Block QAPI, monitor, command line
831M: Markus Armbruster <armbru@redhat.com>
832S: Supported
833F: blockdev.c
834F: block/qapi.c
835F: qapi/block*.json
836T: git git://repo.or.cz/qemu/armbru.git block-next
837
838Character Devices
839M: Paolo Bonzini <pbonzini@redhat.com>
840S: Maintained
841F: qemu-char.c
842F: backends/msmouse.c
843F: backends/testdev.c
844
845Character Devices (Braille)
846M: Samuel Thibault <samuel.thibault@ens-lyon.org>
847S: Maintained
848F: backends/baum.c
849
850Coverity model
851M: Markus Armbruster <armbru@redhat.com>
852S: Supported
853F: scripts/coverity-model.c
854
855CPU
856M: Andreas Färber <afaerber@suse.de>
857S: Supported
858F: qom/cpu.c
859F: include/qom/cpu.h
860F: target-i386/cpu.c
861
862ICC Bus
863M: Igor Mammedov <imammedo@redhat.com>
864S: Supported
865F: include/hw/cpu/icc_bus.h
866F: hw/cpu/icc_bus.c
867
868Device Tree
869M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
870M: Alexander Graf <agraf@suse.de>
871S: Maintained
872F: device_tree.[ch]
873
874GDB stub
875L: qemu-devel@nongnu.org
876S: Odd Fixes
877F: gdbstub*
878F: gdb-xml/
879
880Memory API
881M: Paolo Bonzini <pbonzini@redhat.com>
882S: Supported
883F: include/exec/ioport.h
884F: ioport.c
885F: include/exec/memory.h
886F: memory.c
887F: include/exec/memory-internal.h
888F: exec.c
889
890SPICE
891M: Gerd Hoffmann <kraxel@redhat.com>
892S: Supported
893F: include/ui/qemu-spice.h
894F: ui/spice-*.c
895F: audio/spiceaudio.c
896F: hw/display/qxl*
897
898Graphics
899M: Gerd Hoffmann <kraxel@redhat.com>
900S: Odd Fixes
901F: ui/
902
903Cocoa graphics
904M: Andreas Färber <andreas.faerber@web.de>
905M: Peter Maydell <peter.maydell@linaro.org>
906S: Odd Fixes
907F: ui/cocoa.m
908
909Main loop
910M: Paolo Bonzini <pbonzini@redhat.com>
911S: Maintained
912F: cpus.c
913F: main-loop.c
914F: qemu-timer.c
915F: vl.c
916
917Human Monitor (HMP)
918M: Luiz Capitulino <lcapitulino@redhat.com>
919S: Maintained
920F: monitor.c
921F: hmp.c
922F: hmp-commands.hx
923T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
924
925Network device layer
926M: Stefan Hajnoczi <stefanha@redhat.com>
927M: Jason Wang <jasowang@redhat.com>
928S: Maintained
929F: net/
930T: git git://github.com/stefanha/qemu.git net
931
932Netmap network backend
933M: Luigi Rizzo <rizzo@iet.unipi.it>
934M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
935M: Vincenzo Maffione <v.maffione@gmail.com>
936W: http://info.iet.unipi.it/~luigi/netmap/
937S: Maintained
938F: net/netmap.c
939
940Network Block Device (NBD)
941M: Paolo Bonzini <pbonzini@redhat.com>
942S: Odd Fixes
943F: block/nbd.c
944F: nbd.*
945F: qemu-nbd.c
946T: git git://github.com/bonzini/qemu.git nbd-next
947
948NUMA
949M: Eduardo Habkost <ehabkost@redhat.com>
950S: Maintained
951F: numa.c
952F: include/sysemu/numa.h
953K: numa|NUMA
954K: srat|SRAT
955T: git git://github.com/ehabkost/qemu.git numa
956
957QAPI
958M: Markus Armbruster <armbru@redhat.com>
959M: Michael Roth <mdroth@linux.vnet.ibm.com>
960S: Supported
961F: qapi/
962X: qapi/*.json
963F: tests/qapi-schema/
964F: scripts/qapi*
965F: docs/qapi*
966T: git git://repo.or.cz/qemu/armbru.git qapi-next
967
968QAPI Schema
969M: Eric Blake <eblake@redhat.com>
970M: Markus Armbruster <armbru@redhat.com>
971S: Supported
972F: qapi-schema.json
973F: qapi/*.json
974T: git git://repo.or.cz/qemu/armbru.git qapi-next
975
976QObject
977M: Luiz Capitulino <lcapitulino@redhat.com>
978S: Maintained
979F: qobject/
980T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
981
982QEMU Guest Agent
983M: Michael Roth <mdroth@linux.vnet.ibm.com>
984S: Maintained
985F: qga/
986T: git git://github.com/mdroth/qemu.git qga
987
988QOM
989M: Andreas Färber <afaerber@suse.de>
990S: Supported
991T: git git://github.com/afaerber/qemu-cpu.git qom-next
992F: include/qom/
993X: include/qom/cpu.h
994F: qom/
995X: qom/cpu.c
996F: tests/qom-test.c
997
998QMP
999M: Markus Armbruster <armbru@redhat.com>
1000S: Supported
1001F: qmp.c
1002F: monitor.c
1003F: qmp-commands.hx
1004F: docs/qmp/
1005F: scripts/qmp/
1006T: git git://repo.or.cz/qemu/armbru.git qapi-next
1007
1008SLIRP
1009M: Jan Kiszka <jan.kiszka@siemens.com>
1010S: Maintained
1011F: slirp/
1012T: git git://git.kiszka.org/qemu.git queues/slirp
1013
1014Tracing
1015M: Stefan Hajnoczi <stefanha@redhat.com>
1016S: Maintained
1017F: trace/
1018F: scripts/tracetool.py
1019F: scripts/tracetool/
1020F: docs/tracing.txt
1021T: git git://github.com/stefanha/qemu.git tracing
1022
1023Checkpatch
1024M: Blue Swirl <blauwirbel@gmail.com>
1025S: Odd Fixes
1026F: scripts/checkpatch.pl
1027
1028Migration
1029M: Juan Quintela <quintela@redhat.com>
1030M: Amit Shah <amit.shah@redhat.com>
1031S: Maintained
1032F: include/migration/
1033F: migration/
1034F: scripts/vmstate-static-checker.py
1035F: tests/vmstate-static-checker-data/
1036
1037Seccomp
1038M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1039S: Supported
1040F: qemu-seccomp.c
1041F: include/sysemu/seccomp.h
1042
1043Usermode Emulation
1044------------------
1045Overall
1046M: Riku Voipio <riku.voipio@iki.fi>
1047S: Maintained
1048F: thunk.c
1049F: user-exec.c
1050
1051BSD user
1052M: Blue Swirl <blauwirbel@gmail.com>
1053S: Maintained
1054F: bsd-user/
1055
1056Linux user
1057M: Riku Voipio <riku.voipio@iki.fi>
1058S: Maintained
1059F: linux-user/
1060
1061Tiny Code Generator (TCG)
1062-------------------------
1063Common code
1064M: Richard Henderson <rth@twiddle.net>
1065S: Maintained
1066F: tcg/
1067
1068AArch64 target
1069M: Claudio Fontana <claudio.fontana@huawei.com>
1070M: Claudio Fontana <claudio.fontana@gmail.com>
1071S: Maintained
1072F: tcg/aarch64/
1073
1074ARM target
1075M: Andrzej Zaborowski <balrogg@gmail.com>
1076S: Maintained
1077F: tcg/arm/
1078
1079i386 target
1080L: qemu-devel@nongnu.org
1081S: Maintained
1082F: tcg/i386/
1083
1084IA64 target
1085M: Aurelien Jarno <aurelien@aurel32.net>
1086S: Maintained
1087F: tcg/ia64/
1088
1089MIPS target
1090M: Aurelien Jarno <aurelien@aurel32.net>
1091S: Maintained
1092F: tcg/mips/
1093
1094PPC
1095M: Vassili Karpov (malc) <av1474@comtv.ru>
1096S: Maintained
1097F: tcg/ppc/
1098
1099PPC64 target
1100M: Vassili Karpov (malc) <av1474@comtv.ru>
1101S: Maintained
1102F: tcg/ppc64/
1103
1104S390 target
1105M: Alexander Graf <agraf@suse.de>
1106M: Richard Henderson <rth@twiddle.net>
1107S: Maintained
1108F: tcg/s390/
1109
1110SPARC target
1111M: Blue Swirl <blauwirbel@gmail.com>
1112S: Maintained
1113F: tcg/sparc/
1114
1115TCI target
1116M: Stefan Weil <sw@weilnetz.de>
1117S: Maintained
1118F: tcg/tci/
1119F: tci.c
1120
1121Stable branches
1122---------------
1123Stable 1.0
1124L: qemu-stable@nongnu.org
1125T: git git://git.qemu-project.org/qemu-stable-1.0.git
1126S: Orphan
1127
1128Stable 0.15
1129L: qemu-stable@nongnu.org
1130M: Andreas Färber <afaerber@suse.de>
1131T: git git://git.qemu-project.org/qemu-stable-0.15.git
1132S: Supported
1133
1134Stable 0.14
1135L: qemu-stable@nongnu.org
1136T: git git://git.qemu-project.org/qemu-stable-0.14.git
1137S: Orphan
1138
1139Stable 0.10
1140L: qemu-stable@nongnu.org
1141T: git git://git.qemu-project.org/qemu-stable-0.10.git
1142S: Orphan
1143
1144Block drivers
1145-------------
1146VMDK
1147M: Fam Zheng <famz@redhat.com>
1148L: qemu-block@nongnu.org
1149S: Supported
1150F: block/vmdk.c
1151
1152RBD
1153M: Josh Durgin <josh.durgin@inktank.com>
1154M: Jeff Cody <jcody@redhat.com>
1155L: qemu-block@nongnu.org
1156S: Supported
1157F: block/rbd.c
1158T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1159
1160Sheepdog
1161M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1162M: Liu Yuan <namei.unix@gmail.com>
1163M: Jeff Cody <jcody@redhat.com>
1164L: qemu-block@nongnu.org
1165L: sheepdog@lists.wpkg.org
1166S: Supported
1167F: block/sheepdog.c
1168T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1169
1170VHDX
1171M: Jeff Cody <jcody@redhat.com>
1172L: qemu-block@nongnu.org
1173S: Supported
1174F: block/vhdx*
1175T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1176
1177VDI
1178M: Stefan Weil <sw@weilnetz.de>
1179L: qemu-block@nongnu.org
1180S: Maintained
1181F: block/vdi.c
1182
1183iSCSI
1184M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1185M: Paolo Bonzini <pbonzini@redhat.com>
1186M: Peter Lieven <pl@kamp.de>
1187L: qemu-block@nongnu.org
1188S: Supported
1189F: block/iscsi.c
1190
1191NFS
1192M: Jeff Cody <jcody@redhat.com>
1193M: Peter Lieven <pl@kamp.de>
1194L: qemu-block@nongnu.org
1195S: Maintained
1196F: block/nfs.c
1197T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1198
1199SSH
1200M: Richard W.M. Jones <rjones@redhat.com>
1201M: Jeff Cody <jcody@redhat.com>
1202L: qemu-block@nongnu.org
1203S: Supported
1204F: block/ssh.c
1205T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1206
1207ARCHIPELAGO
1208M: Chrysostomos Nanakos <chris@include.gr>
1209M: Jeff Cody <jcody@redhat.com>
1210L: qemu-block@nongnu.org
1211S: Maintained
1212F: block/archipelago.c
1213T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1214
1215CURL
1216M: Jeff Cody <jcody@redhat.com>
1217L: qemu-block@nongnu.org
1218S: Supported
1219F: block/curl.c
1220T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1221
1222GLUSTER
1223M: Jeff Cody <jcody@redhat.com>
1224L: qemu-block@nongnu.org
1225S: Supported
1226F: block/gluster.c
1227T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1228
1229Null Block Driver
1230M: Fam Zheng <famz@redhat.com>
1231L: qemu-block@nongnu.org
1232S: Supported
1233F: block/null.c
1234
1235Bootdevice
1236M: Gonglei <arei.gonglei@huawei.com>
1237S: Maintained
1238F: bootdevice.c
1239
1240Quorum
1241M: Alberto Garcia <berto@igalia.com>
1242S: Supported
1243F: block/quorum.c
1244L: qemu-block@nongnu.org
1245
1246blkverify
1247M: Stefan Hajnoczi <stefanha@redhat.com>
1248L: qemu-block@nongnu.org
1249S: Supported
1250F: block/blkverify.c
1251
1252bochs
1253M: Stefan Hajnoczi <stefanha@redhat.com>
1254L: qemu-block@nongnu.org
1255S: Supported
1256F: block/bochs.c
1257
1258cloop
1259M: Stefan Hajnoczi <stefanha@redhat.com>
1260L: qemu-block@nongnu.org
1261S: Supported
1262F: block/cloop.c
1263
1264dmg
1265M: Stefan Hajnoczi <stefanha@redhat.com>
1266L: qemu-block@nongnu.org
1267S: Supported
1268F: block/dmg.c
1269
1270parallels
1271M: Stefan Hajnoczi <stefanha@redhat.com>
1272L: qemu-block@nongnu.org
1273S: Supported
1274F: block/parallels.c
1275
1276qed
1277M: Stefan Hajnoczi <stefanha@redhat.com>
1278L: qemu-block@nongnu.org
1279S: Supported
1280F: block/qed.c
1281
1282raw
1283M: Kevin Wolf <kwolf@redhat.com>
1284L: qemu-block@nongnu.org
1285S: Supported
1286F: block/linux-aio.c
1287F: block/raw-aio.h
1288F: block/raw-posix.c
1289F: block/raw-win32.c
1290F: block/raw_bsd.c
1291F: block/win32-aio.c
1292
1293qcow2
1294M: Kevin Wolf <kwolf@redhat.com>
1295L: qemu-block@nongnu.org
1296S: Supported
1297F: block/qcow2*
1298
1299qcow
1300M: Kevin Wolf <kwolf@redhat.com>
1301L: qemu-block@nongnu.org
1302S: Supported
1303F: block/qcow.c
1304
1305blkdebug
1306M: Kevin Wolf <kwolf@redhat.com>
1307L: qemu-block@nongnu.org
1308S: Supported
1309F: block/blkdebug.c
1310
1311vpc
1312M: Kevin Wolf <kwolf@redhat.com>
1313L: qemu-block@nongnu.org
1314S: Supported
1315F: block/vpc.c
1316
1317vvfat
1318M: Kevin Wolf <kwolf@redhat.com>
1319L: qemu-block@nongnu.org
1320S: Supported
1321F: block/vvfat.c
1322
1323Image format fuzzer
1324M: Stefan Hajnoczi <stefanha@redhat.com>
1325L: qemu-block@nongnu.org
1326S: Supported
1327F: tests/image-fuzzer/
1328