xref: /openbmc/qemu/MAINTAINERS (revision 864a2178)
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	R: Designated reviewer: FullName <address@domain>
16	   These reviewers should be CCed on patches.
17	L: Mailing list that is relevant to this area
18	W: Web-page with status/info
19	Q: Patchwork web based patch tracking system site
20	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21	S: Status, one of the following:
22	   Supported:	Someone is actually paid to look after this.
23	   Maintained:	Someone actually looks after it.
24	   Odd Fixes:	It has a maintainer but they don't have time to do
25			much other than throw the odd patch in. See below.
26	   Orphan:	No current maintainer [but maybe you could take the
27			role as you write your new code].
28	   Obsolete:	Old code. Something tagged obsolete generally means
29			it has been replaced by a better system and you
30			should be using that.
31	F: Files and directories with wildcard patterns.
32	   A trailing slash includes all files and subdirectory files.
33	   F:	drivers/net/	all files in and below drivers/net
34	   F:	drivers/net/*	all files in drivers/net, but not below
35	   F:	*/net/*		all files in "any top level directory"/net
36	   One pattern per line.  Multiple F: lines acceptable.
37	X: Files and directories that are NOT maintained, same rules as F:
38	   Files exclusions are tested before file matches.
39	   Can be useful for excluding a specific subdirectory, for instance:
40	   F:	net/
41	   X:	net/ipv6/
42	   matches all files in and below net excluding net/ipv6/
43	K: Keyword perl extended regex pattern to match content in a
44	   patch or file.  For instance:
45	   K: of_get_profile
46	      matches patches or files that contain "of_get_profile"
47	   K: \b(printk|pr_(info|err))\b
48	      matches patches or files that contain one or more of the words
49	      printk, pr_info or pr_err
50	   One regex pattern per line.  Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
55M: Peter Maydell <peter.maydell@linaro.org>
56
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62Responsible Disclosure, Reporting Security Issues
63------------------------------
64W: http://wiki.qemu.org/SecurityProcess
65M: Michael S. Tsirkin <mst@redhat.com>
66L: secalert@redhat.com
67
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
77T: git git://github.com/vivier/qemu.git trivial-patches
78
79Guest CPU cores (TCG):
80----------------------
81Overall
82L: qemu-devel@nongnu.org
83M: Paolo Bonzini <pbonzini@redhat.com>
84M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
85M: Richard Henderson <rth@twiddle.net>
86S: Maintained
87F: cpus.c
88F: exec.c
89F: softmmu_template.h
90F: accel/tcg/
91F: include/exec/cpu*.h
92F: include/exec/exec-all.h
93F: include/exec/helper*.h
94F: include/exec/tb-hash.h
95F: include/sysemu/cpus.h
96
97FPU emulation
98M: Aurelien Jarno <aurelien@aurel32.net>
99M: Peter Maydell <peter.maydell@linaro.org>
100S: Odd Fixes
101F: fpu/
102F: include/fpu/
103
104Alpha
105M: Richard Henderson <rth@twiddle.net>
106S: Maintained
107F: target/alpha/
108F: hw/alpha/
109F: tests/tcg/alpha/
110F: disas/alpha.c
111
112ARM
113M: Peter Maydell <peter.maydell@linaro.org>
114L: qemu-arm@nongnu.org
115S: Maintained
116F: target/arm/
117F: hw/arm/
118F: hw/cpu/a*mpcore.c
119F: include/hw/cpu/a*mpcore.h
120F: disas/arm.c
121F: disas/arm-a64.cc
122F: disas/libvixl/
123
124CRIS
125M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
126S: Maintained
127F: target/cris/
128F: hw/cris/
129F: include/hw/cris/
130F: tests/tcg/cris/
131F: disas/cris.c
132
133HPPA (PA-RISC)
134M: Richard Henderson <rth@twiddle.net>
135S: Maintained
136F: target/hppa/
137F: disas/hppa.c
138
139LM32
140M: Michael Walle <michael@walle.cc>
141S: Maintained
142F: target/lm32/
143F: disas/lm32.c
144F: hw/lm32/
145F: hw/*/lm32_*
146F: hw/*/milkymist-*
147F: include/hw/char/lm32_juart.h
148F: include/hw/lm32/
149F: tests/tcg/lm32/
150
151M68K
152M: Laurent Vivier <laurent@vivier.eu>
153S: Maintained
154F: target/m68k/
155F: disas/m68k.c
156
157MicroBlaze
158M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159S: Maintained
160F: target/microblaze/
161F: hw/microblaze/
162F: disas/microblaze.c
163
164MIPS
165M: Aurelien Jarno <aurelien@aurel32.net>
166M: Yongbok Kim <yongbok.kim@imgtec.com>
167S: Maintained
168F: target/mips/
169F: hw/mips/
170F: hw/misc/mips_*
171F: hw/intc/mips_gic.c
172F: hw/timer/mips_gictimer.c
173F: include/hw/mips/
174F: include/hw/misc/mips_*
175F: include/hw/intc/mips_gic.h
176F: include/hw/timer/mips_gictimer.h
177F: tests/tcg/mips/
178F: disas/mips.c
179
180Moxie
181M: Anthony Green <green@moxielogic.com>
182S: Maintained
183F: target/moxie/
184F: disas/moxie.c
185F: hw/moxie/
186F: default-configs/moxie-softmmu.mak
187
188NiosII
189M: Chris Wulff <crwulff@gmail.com>
190M: Marek Vasut <marex@denx.de>
191S: Maintained
192F: target/nios2/
193F: hw/nios2/
194F: disas/nios2.c
195
196OpenRISC
197M: Stafford Horne <shorne@gmail.com>
198S: Odd Fixes
199F: target/openrisc/
200F: hw/openrisc/
201F: tests/tcg/openrisc/
202
203PowerPC
204M: David Gibson <david@gibson.dropbear.id.au>
205M: Alexander Graf <agraf@suse.de>
206L: qemu-ppc@nongnu.org
207S: Maintained
208F: target/ppc/
209F: hw/ppc/
210F: include/hw/ppc/
211F: disas/ppc.c
212
213S390
214M: Richard Henderson <rth@twiddle.net>
215M: Alexander Graf <agraf@suse.de>
216S: Maintained
217F: target/s390x/
218F: hw/s390x/
219F: disas/s390.c
220
221SH4
222M: Aurelien Jarno <aurelien@aurel32.net>
223S: Odd Fixes
224F: target/sh4/
225F: hw/sh4/
226F: disas/sh4.c
227F: include/hw/sh4/
228
229SPARC
230M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
231M: Artyom Tarasenko <atar4qemu@gmail.com>
232S: Maintained
233F: target/sparc/
234F: hw/sparc/
235F: hw/sparc64/
236F: disas/sparc.c
237
238UniCore32
239M: Guan Xuetao <gxt@mprc.pku.edu.cn>
240S: Maintained
241F: target/unicore32/
242F: hw/unicore32/
243F: include/hw/unicore32/
244
245X86
246M: Paolo Bonzini <pbonzini@redhat.com>
247M: Richard Henderson <rth@twiddle.net>
248M: Eduardo Habkost <ehabkost@redhat.com>
249S: Maintained
250F: target/i386/
251F: hw/i386/
252F: disas/i386.c
253
254Xtensa
255M: Max Filippov <jcmvbkbc@gmail.com>
256W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
257S: Maintained
258F: target/xtensa/
259F: hw/xtensa/
260F: tests/tcg/xtensa/
261
262TriCore
263M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
264S: Maintained
265F: target/tricore/
266F: hw/tricore/
267F: include/hw/tricore/
268
269Guest CPU Cores (KVM):
270----------------------
271
272Overall
273M: Paolo Bonzini <pbonzini@redhat.com>
274L: kvm@vger.kernel.org
275S: Supported
276F: */kvm.*
277F: accel/kvm/
278F: include/sysemu/kvm*.h
279
280ARM
281M: Peter Maydell <peter.maydell@linaro.org>
282L: qemu-arm@nongnu.org
283S: Maintained
284F: target/arm/kvm.c
285
286MIPS
287M: James Hogan <james.hogan@imgtec.com>
288S: Maintained
289F: target/mips/kvm.c
290
291PPC
292M: Alexander Graf <agraf@suse.de>
293S: Maintained
294F: target/ppc/kvm.c
295
296S390
297M: Christian Borntraeger <borntraeger@de.ibm.com>
298M: Cornelia Huck <cohuck@redhat.com>
299M: Alexander Graf <agraf@suse.de>
300S: Maintained
301F: target/s390x/kvm.c
302F: target/s390x/ioinst.[ch]
303F: target/s390x/machine.c
304F: hw/intc/s390_flic.c
305F: hw/intc/s390_flic_kvm.c
306F: include/hw/s390x/s390_flic.h
307F: gdb-xml/s390*.xml
308T: git git://github.com/cohuck/qemu.git s390-next
309T: git git://github.com/borntraeger/qemu.git s390-next
310
311X86
312M: Paolo Bonzini <pbonzini@redhat.com>
313M: Marcelo Tosatti <mtosatti@redhat.com>
314L: kvm@vger.kernel.org
315S: Supported
316F: target/i386/kvm.c
317
318Guest CPU Cores (Xen):
319----------------------
320
321X86
322M: Stefano Stabellini <sstabellini@kernel.org>
323M: Anthony Perard <anthony.perard@citrix.com>
324L: xen-devel@lists.xenproject.org
325S: Supported
326F: */xen*
327F: hw/9pfs/xen-9p-backend.c
328F: hw/char/xen_console.c
329F: hw/display/xenfb.c
330F: hw/net/xen_nic.c
331F: hw/block/xen_*
332F: hw/xen/
333F: hw/xenpv/
334F: hw/i386/xen/
335F: include/hw/xen/
336F: include/sysemu/xen-mapcache.h
337
338Hosts:
339------
340
341LINUX
342L: qemu-devel@nongnu.org
343S: Maintained
344F: linux-*
345F: linux-headers/
346
347POSIX
348L: qemu-devel@nongnu.org
349S: Maintained
350F: *posix*
351
352NETBSD
353L: qemu-devel@nongnu.org
354M: Kamil Rytarowski <kamil@netbsd.org>
355S: Maintained
356K: (?i)NetBSD
357
358W32, W64
359L: qemu-devel@nongnu.org
360M: Stefan Weil <sw@weilnetz.de>
361S: Maintained
362F: *win32*
363F: */*win32*
364F: include/*/*win32*
365X: qga/*win32*
366F: qemu.nsi
367
368ARM Machines
369------------
370Allwinner-a10
371M: Beniamino Galvani <b.galvani@gmail.com>
372L: qemu-arm@nongnu.org
373S: Maintained
374F: hw/*/allwinner*
375F: include/hw/*/allwinner*
376F: hw/arm/cubieboard.c
377
378ARM PrimeCell
379M: Peter Maydell <peter.maydell@linaro.org>
380L: qemu-arm@nongnu.org
381S: Maintained
382F: hw/char/pl011.c
383F: hw/display/pl110*
384F: hw/dma/pl080.c
385F: hw/dma/pl330.c
386F: hw/gpio/pl061.c
387F: hw/input/pl050.c
388F: hw/intc/pl190.c
389F: hw/sd/pl181.c
390F: hw/timer/pl031.c
391F: include/hw/arm/primecell.h
392
393ARM cores
394M: Peter Maydell <peter.maydell@linaro.org>
395L: qemu-arm@nongnu.org
396S: Maintained
397F: hw/intc/arm*
398F: hw/intc/gic_internal.h
399F: hw/misc/a9scu.c
400F: hw/misc/arm11scu.c
401F: hw/timer/a9gtimer*
402F: hw/timer/arm_*
403F: include/hw/arm/arm.h
404F: include/hw/intc/arm*
405F: include/hw/misc/a9scu.h
406F: include/hw/misc/arm11scu.h
407F: include/hw/timer/a9gtimer.h
408F: include/hw/timer/arm_mptimer.h
409
410Exynos
411M: Igor Mitsyanko <i.mitsyanko@gmail.com>
412L: qemu-arm@nongnu.org
413S: Maintained
414F: hw/*/exynos*
415F: include/hw/arm/exynos4210.h
416
417Calxeda Highbank
418M: Rob Herring <robh@kernel.org>
419L: qemu-arm@nongnu.org
420S: Maintained
421F: hw/arm/highbank.c
422F: hw/net/xgmac.c
423
424Canon DIGIC
425M: Antony Pavlov <antonynpavlov@gmail.com>
426L: qemu-arm@nongnu.org
427S: Maintained
428F: include/hw/arm/digic.h
429F: hw/*/digic*
430
431Gumstix
432L: qemu-devel@nongnu.org
433L: qemu-arm@nongnu.org
434S: Orphan
435F: hw/arm/gumstix.c
436
437i.MX31
438M: Peter Chubb <peter.chubb@nicta.com.au>
439L: qemu-arm@nongnu.org
440S: Odd fixes
441F: hw/*/imx*
442F: include/hw/*/imx*
443F: hw/arm/kzm.c
444F: include/hw/arm/fsl-imx31.h
445
446Integrator CP
447M: Peter Maydell <peter.maydell@linaro.org>
448L: qemu-arm@nongnu.org
449S: Maintained
450F: hw/arm/integratorcp.c
451F: hw/misc/arm_integrator_debug.c
452
453Musicpal
454M: Jan Kiszka <jan.kiszka@web.de>
455L: qemu-arm@nongnu.org
456S: Maintained
457F: hw/arm/musicpal.c
458
459nSeries
460M: Andrzej Zaborowski <balrogg@gmail.com>
461L: qemu-arm@nongnu.org
462S: Maintained
463F: hw/arm/nseries.c
464
465Palm
466M: Andrzej Zaborowski <balrogg@gmail.com>
467L: qemu-arm@nongnu.org
468S: Maintained
469F: hw/arm/palm.c
470
471Real View
472M: Peter Maydell <peter.maydell@linaro.org>
473L: qemu-arm@nongnu.org
474S: Maintained
475F: hw/arm/realview*
476F: hw/cpu/realview_mpcore.c
477F: hw/intc/realview_gic.c
478F: include/hw/intc/realview_gic.h
479
480PXA2XX
481M: Andrzej Zaborowski <balrogg@gmail.com>
482L: qemu-arm@nongnu.org
483S: Maintained
484F: hw/arm/mainstone.c
485F: hw/arm/spitz.c
486F: hw/arm/tosa.c
487F: hw/arm/z2.c
488F: hw/*/pxa2xx*
489F: hw/misc/mst_fpga.c
490F: include/hw/arm/pxa.h
491
492Stellaris
493M: Peter Maydell <peter.maydell@linaro.org>
494L: qemu-arm@nongnu.org
495S: Maintained
496F: hw/*/stellaris*
497
498Versatile PB
499M: Peter Maydell <peter.maydell@linaro.org>
500L: qemu-arm@nongnu.org
501S: Maintained
502F: hw/*/versatile*
503
504Xilinx Zynq
505M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
506M: Alistair Francis <alistair.francis@xilinx.com>
507L: qemu-arm@nongnu.org
508S: Maintained
509F: hw/*/xilinx_*
510F: hw/*/cadence_*
511F: hw/misc/zynq*
512F: include/hw/misc/zynq*
513X: hw/ssi/xilinx_*
514
515Xilinx ZynqMP
516M: Alistair Francis <alistair.francis@xilinx.com>
517M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
518L: qemu-arm@nongnu.org
519S: Maintained
520F: hw/*/xlnx*.c
521F: include/hw/*/xlnx*.h
522
523ARM ACPI Subsystem
524M: Shannon Zhao <zhaoshenglong@huawei.com>
525M: Shannon Zhao <shannon.zhao@linaro.org>
526L: qemu-arm@nongnu.org
527S: Maintained
528F: hw/arm/virt-acpi-build.c
529
530STM32F205
531M: Alistair Francis <alistair@alistair23.me>
532S: Maintained
533F: hw/arm/stm32f205_soc.c
534F: hw/misc/stm32f2xx_syscfg.c
535F: hw/char/stm32f2xx_usart.c
536F: hw/timer/stm32f2xx_timer.c
537F: hw/adc/*
538F: hw/ssi/stm32f2xx_spi.c
539
540Netduino 2
541M: Alistair Francis <alistair@alistair23.me>
542S: Maintained
543F: hw/arm/netduino2.c
544
545CRIS Machines
546-------------
547Axis Dev88
548M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
549S: Maintained
550F: hw/cris/axis_dev88.c
551F: hw/*/etraxfs_*.c
552
553LM32 Machines
554-------------
555EVR32 and uclinux BSP
556M: Michael Walle <michael@walle.cc>
557S: Maintained
558F: hw/lm32/lm32_boards.c
559
560milkymist
561M: Michael Walle <michael@walle.cc>
562S: Maintained
563F: hw/lm32/milkymist.c
564
565M68K Machines
566-------------
567an5206
568M: Thomas Huth <huth@tuxfamily.org>
569S: Odd Fixes
570F: hw/m68k/an5206.c
571F: hw/m68k/mcf5206.c
572
573mcf5208
574M: Thomas Huth <huth@tuxfamily.org>
575S: Odd Fixes
576F: hw/m68k/mcf5208.c
577F: hw/m68k/mcf_intc.c
578F: hw/char/mcf_uart.c
579F: hw/net/mcf_fec.c
580F: include/hw/m68k/mcf*.h
581
582MicroBlaze Machines
583-------------------
584petalogix_s3adsp1800
585M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
586S: Maintained
587F: hw/microblaze/petalogix_s3adsp1800_mmu.c
588
589petalogix_ml605
590M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
591S: Maintained
592F: hw/microblaze/petalogix_ml605_mmu.c
593
594MIPS Machines
595-------------
596Jazz
597M: Hervé Poussineau <hpoussin@reactos.org>
598S: Maintained
599F: hw/mips/mips_jazz.c
600
601Malta
602M: Aurelien Jarno <aurelien@aurel32.net>
603S: Maintained
604F: hw/mips/mips_malta.c
605
606Mipssim
607M: Yongbok Kim <yongbok.kim@imgtec.com>
608S: Odd Fixes
609F: hw/mips/mips_mipssim.c
610F: hw/net/mipsnet.c
611
612R4000
613M: Aurelien Jarno <aurelien@aurel32.net>
614S: Maintained
615F: hw/mips/mips_r4k.c
616
617Fulong 2E
618M: Yongbok Kim <yongbok.kim@imgtec.com>
619S: Odd Fixes
620F: hw/mips/mips_fulong2e.c
621
622Boston
623M: Paul Burton <paul.burton@imgtec.com>
624S: Maintained
625F: hw/core/loader-fit.c
626F: hw/mips/boston.c
627F: hw/pci-host/xilinx-pcie.c
628
629OpenRISC Machines
630-----------------
631or1k-sim
632M: Jia Liu <proljc@gmail.com>
633S: Maintained
634F: hw/openrisc/openrisc_sim.c
635
636PowerPC Machines
637----------------
638405
639M: Alexander Graf <agraf@suse.de>
640L: qemu-ppc@nongnu.org
641S: Odd Fixes
642F: hw/ppc/ppc405_boards.c
643
644Bamboo
645M: Alexander Graf <agraf@suse.de>
646L: qemu-ppc@nongnu.org
647S: Odd Fixes
648F: hw/ppc/ppc440_bamboo.c
649
650e500
651M: Alexander Graf <agraf@suse.de>
652L: qemu-ppc@nongnu.org
653S: Supported
654F: hw/ppc/e500.[hc]
655F: hw/ppc/e500plat.c
656F: include/hw/ppc/ppc_e500.h
657F: include/hw/pci-host/ppce500.h
658F: pc-bios/u-boot.e500
659
660mpc8544ds
661M: Alexander Graf <agraf@suse.de>
662L: qemu-ppc@nongnu.org
663S: Supported
664F: hw/ppc/mpc8544ds.c
665F: hw/ppc/mpc8544_guts.c
666
667New World
668M: Alexander Graf <agraf@suse.de>
669L: qemu-ppc@nongnu.org
670S: Maintained
671F: hw/ppc/mac_newworld.c
672F: hw/pci-host/uninorth.c
673F: hw/pci-bridge/dec.[hc]
674F: hw/misc/macio/
675F: include/hw/ppc/mac_dbdma.h
676F: hw/nvram/mac_nvram.c
677
678Old World
679M: Alexander Graf <agraf@suse.de>
680L: qemu-ppc@nongnu.org
681S: Maintained
682F: hw/ppc/mac_oldworld.c
683F: hw/pci-host/grackle.c
684F: hw/misc/macio/
685F: hw/intc/heathrow_pic.c
686
687PReP
688M: Hervé Poussineau <hpoussin@reactos.org>
689L: qemu-devel@nongnu.org
690L: qemu-ppc@nongnu.org
691S: Maintained
692F: hw/ppc/prep.c
693F: hw/ppc/prep_systemio.c
694F: hw/ppc/rs6000_mc.c
695F: hw/pci-host/prep.[hc]
696F: hw/isa/pc87312.[hc]
697F: pc-bios/ppc_rom.bin
698
699sPAPR
700M: David Gibson <david@gibson.dropbear.id.au>
701M: Alexander Graf <agraf@suse.de>
702L: qemu-ppc@nongnu.org
703S: Supported
704F: hw/*/spapr*
705F: include/hw/*/spapr*
706F: hw/*/xics*
707F: include/hw/*/xics*
708F: pc-bios/spapr-rtas/*
709F: pc-bios/spapr-rtas.bin
710F: pc-bios/slof.bin
711F: pc-bios/skiboot.lid
712F: docs/specs/ppc-spapr-hcalls.txt
713F: docs/specs/ppc-spapr-hotplug.txt
714F: tests/spapr*
715F: tests/libqos/*spapr*
716F: tests/rtas*
717F: tests/libqos/rtas*
718
719virtex_ml507
720M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
721L: qemu-ppc@nongnu.org
722S: Odd Fixes
723F: hw/ppc/virtex_ml507.c
724
725SH4 Machines
726------------
727R2D
728M: Magnus Damm <magnus.damm@gmail.com>
729S: Maintained
730F: hw/sh4/r2d.c
731F: hw/intc/sh_intc.c
732F: hw/timer/sh_timer.c
733
734Shix
735M: Magnus Damm <magnus.damm@gmail.com>
736S: Odd Fixes
737F: hw/sh4/shix.c
738
739SPARC Machines
740--------------
741Sun4m
742M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
743S: Maintained
744F: hw/sparc/sun4m.c
745F: hw/dma/sparc32_dma.c
746F: hw/dma/sun4m_iommu.c
747F: hw/misc/eccmemctl.c
748F: hw/misc/slavio_misc.c
749F: include/hw/sparc/sparc32_dma.h
750F: include/hw/sparc/sun4m.h
751F: pc-bios/openbios-sparc32
752
753Sun4u
754M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
755S: Maintained
756F: hw/sparc64/sun4u.c
757F: pc-bios/openbios-sparc64
758
759Sun4v
760M: Artyom Tarasenko <atar4qemu@gmail.com>
761S: Maintained
762F: hw/sparc64/sun4v.c
763F: hw/timer/sun4v-rtc.c
764F: include/hw/timer/sun4v-rtc.h
765
766Leon3
767M: Fabien Chouteau <chouteau@adacore.com>
768S: Maintained
769F: hw/sparc/leon3.c
770F: hw/*/grlib*
771F: include/hw/sparc/grlib.h
772
773S390 Machines
774-------------
775S390 Virtio-ccw
776M: Cornelia Huck <cohuck@redhat.com>
777M: Christian Borntraeger <borntraeger@de.ibm.com>
778M: Alexander Graf <agraf@suse.de>
779S: Supported
780F: hw/char/sclp*.[hc]
781F: hw/s390x/
782F: include/hw/s390x/
783F: pc-bios/s390-ccw/
784F: hw/watchdog/wdt_diag288.c
785F: include/hw/watchdog/wdt_diag288.h
786F: pc-bios/s390-ccw.img
787F: default-configs/s390x-softmmu.mak
788T: git git://github.com/cohuck/qemu.git s390-next
789T: git git://github.com/borntraeger/qemu.git s390-next
790
791UniCore32 Machines
792-------------
793PKUnity-3 SoC initramfs-with-busybox
794M: Guan Xuetao <gxt@mprc.pku.edu.cn>
795S: Maintained
796F: hw/*/puv3*
797F: hw/unicore32/
798
799X86 Machines
800------------
801PC
802M: Michael S. Tsirkin <mst@redhat.com>
803S: Supported
804F: include/hw/i386/
805F: hw/i386/
806F: hw/pci-host/piix.c
807F: hw/pci-host/q35.c
808F: hw/pci-host/pam.c
809F: include/hw/pci-host/q35.h
810F: include/hw/pci-host/pam.h
811F: hw/isa/piix4.c
812F: hw/isa/lpc_ich9.c
813F: hw/i2c/smbus_ich9.c
814F: hw/acpi/piix4.c
815F: hw/acpi/ich9.c
816F: include/hw/acpi/ich9.h
817F: include/hw/acpi/piix4.h
818F: hw/misc/sga.c
819
820PC Chipset
821M: Michael S. Tsirkin <mst@redhat.com>
822M: Paolo Bonzini <pbonzini@redhat.com>
823S: Support
824F: hw/char/debugcon.c
825F: hw/char/parallel.c
826F: hw/char/serial*
827F: hw/dma/i8257*
828F: hw/i2c/pm_smbus.c
829F: hw/intc/apic*
830F: hw/intc/ioapic*
831F: hw/intc/i8259*
832F: hw/misc/debugexit.c
833F: hw/misc/pc-testdev.c
834F: hw/timer/hpet*
835F: hw/timer/i8254*
836F: hw/timer/mc146818rtc*
837F: include/hw/i2c/pm_smbus.h
838F: include/hw/timer/hpet.h
839F: include/hw/timer/i8254*
840F: include/hw/timer/mc146818rtc*
841
842Machine core
843M: Eduardo Habkost <ehabkost@redhat.com>
844M: Marcel Apfelbaum <marcel@redhat.com>
845S: Supported
846F: hw/core/machine.c
847F: hw/core/null-machine.c
848F: include/hw/boards.h
849
850Xtensa Machines
851---------------
852sim
853M: Max Filippov <jcmvbkbc@gmail.com>
854S: Maintained
855F: hw/xtensa/sim.c
856
857XTFPGA (LX60, LX200, ML605, KC705)
858M: Max Filippov <jcmvbkbc@gmail.com>
859S: Maintained
860F: hw/xtensa/xtfpga.c
861F: hw/net/opencores_eth.c
862
863Devices
864-------
865EDU
866M: Jiri Slaby <jslaby@suse.cz>
867S: Maintained
868F: hw/misc/edu.c
869
870IDE
871M: John Snow <jsnow@redhat.com>
872L: qemu-block@nongnu.org
873S: Supported
874F: include/hw/ide.h
875F: include/hw/ide/
876F: hw/ide/
877F: hw/block/block.c
878F: hw/block/cdrom.c
879F: hw/block/hd-geometry.c
880F: tests/ide-test.c
881F: tests/ahci-test.c
882F: tests/libqos/ahci*
883T: git git://github.com/jnsnow/qemu.git ide
884
885Floppy
886M: John Snow <jsnow@redhat.com>
887L: qemu-block@nongnu.org
888S: Supported
889F: hw/block/fdc.c
890F: include/hw/block/fdc.h
891F: tests/fdc-test.c
892T: git git://github.com/jnsnow/qemu.git ide
893
894OMAP
895M: Peter Maydell <peter.maydell@linaro.org>
896S: Maintained
897F: hw/*/omap*
898F: include/hw/arm/omap.h
899
900IPack
901M: Alberto Garcia <berto@igalia.com>
902S: Odd Fixes
903F: hw/char/ipoctal232.c
904F: hw/ipack/
905
906PCI
907M: Michael S. Tsirkin <mst@redhat.com>
908M: Marcel Apfelbaum <marcel@redhat.com>
909S: Supported
910F: include/hw/pci/*
911F: hw/misc/pci-testdev.c
912F: hw/pci/*
913F: hw/pci-bridge/*
914
915ACPI/SMBIOS
916M: Michael S. Tsirkin <mst@redhat.com>
917M: Igor Mammedov <imammedo@redhat.com>
918S: Supported
919F: include/hw/acpi/*
920F: include/hw/smbios/*
921F: hw/mem/*
922F: hw/acpi/*
923F: hw/smbios/*
924F: hw/i386/acpi-build.[hc]
925F: hw/arm/virt-acpi-build.c
926F: tests/bios-tables-test.c
927F: tests/acpi-utils.[hc]
928
929ppc4xx
930M: Alexander Graf <agraf@suse.de>
931L: qemu-ppc@nongnu.org
932S: Odd Fixes
933F: hw/ppc/ppc4*.c
934F: include/hw/ppc/ppc4xx.h
935
936ppce500
937M: Alexander Graf <agraf@suse.de>
938L: qemu-ppc@nongnu.org
939S: Supported
940F: hw/ppc/e500*
941F: hw/pci-host/ppce500.c
942F: hw/net/fsl_etsec/
943
944Character devices
945M: Paolo Bonzini <pbonzini@redhat.com>
946S: Odd Fixes
947F: hw/char/
948
949Network devices
950M: Jason Wang <jasowang@redhat.com>
951S: Odd Fixes
952F: hw/net/
953F: tests/virtio-net-test.c
954T: git git://github.com/jasowang/qemu.git net
955
956SCSI
957M: Paolo Bonzini <pbonzini@redhat.com>
958S: Supported
959F: include/hw/scsi/*
960F: hw/scsi/*
961F: tests/virtio-scsi-test.c
962T: git git://github.com/bonzini/qemu.git scsi-next
963
964LSI53C895A
965S: Orphan
966F: hw/scsi/lsi53c895a.c
967
968SSI
969M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
970S: Maintained
971F: hw/ssi/*
972F: hw/block/m25p80.c
973X: hw/ssi/xilinx_*
974
975Xilinx SPI
976M: Alistair Francis <alistair.francis@xilinx.com>
977M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
978S: Maintained
979F: hw/ssi/xilinx_*
980
981USB
982M: Gerd Hoffmann <kraxel@redhat.com>
983S: Maintained
984F: hw/usb/*
985F: tests/usb-*-test.c
986F: docs/usb2.txt
987F: docs/usb-storage.txt
988F: include/hw/usb.h
989F: include/hw/usb/
990
991USB (serial adapter)
992M: Gerd Hoffmann <kraxel@redhat.com>
993M: Samuel Thibault <samuel.thibault@ens-lyon.org>
994S: Maintained
995F: hw/usb/dev-serial.c
996
997VFIO
998M: Alex Williamson <alex.williamson@redhat.com>
999S: Supported
1000F: hw/vfio/*
1001F: include/hw/vfio/
1002
1003vfio-ccw
1004M: Cornelia Huck <cohuck@redhat.com>
1005S: Supported
1006F: hw/vfio/ccw.c
1007F: hw/s390x/s390-ccw.c
1008F: include/hw/s390x/s390-ccw.h
1009T: git git://github.com/cohuck/qemu.git s390-next
1010
1011vhost
1012M: Michael S. Tsirkin <mst@redhat.com>
1013S: Supported
1014F: hw/*/*vhost*
1015
1016virtio
1017M: Michael S. Tsirkin <mst@redhat.com>
1018S: Supported
1019F: hw/*/virtio*
1020F: hw/virtio/Makefile.objs
1021F: hw/virtio/trace-events
1022F: net/vhost-user.c
1023F: include/hw/virtio/
1024F: tests/virtio-balloon-test.c
1025
1026virtio-9p
1027M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1028M: Greg Kurz <groug@kaod.org>
1029S: Supported
1030F: hw/9pfs/
1031F: fsdev/
1032F: tests/virtio-9p-test.c
1033T: git git://github.com/kvaneesh/QEMU.git
1034T: git git://github.com/gkurz/qemu.git 9p-next
1035
1036virtio-blk
1037M: Stefan Hajnoczi <stefanha@redhat.com>
1038L: qemu-block@nongnu.org
1039S: Supported
1040F: hw/block/virtio-blk.c
1041F: hw/block/dataplane/*
1042F: tests/virtio-blk-test.c
1043T: git git://github.com/stefanha/qemu.git block
1044
1045virtio-ccw
1046M: Cornelia Huck <cohuck@redhat.com>
1047M: Christian Borntraeger <borntraeger@de.ibm.com>
1048S: Supported
1049F: hw/s390x/virtio-ccw.[hc]
1050T: git git://github.com/cohuck/qemu.git s390-next
1051T: git git://github.com/borntraeger/qemu.git s390-next
1052
1053virtio-input
1054M: Gerd Hoffmann <kraxel@redhat.com>
1055S: Maintained
1056F: hw/input/virtio-input*.c
1057F: include/hw/virtio/virtio-input.h
1058
1059virtio-serial
1060M: Amit Shah <amit@kernel.org>
1061S: Supported
1062F: hw/char/virtio-serial-bus.c
1063F: hw/char/virtio-console.c
1064F: include/hw/virtio/virtio-serial.h
1065F: tests/virtio-console-test.c
1066F: tests/virtio-serial-test.c
1067
1068virtio-rng
1069M: Amit Shah <amit@kernel.org>
1070S: Supported
1071F: hw/virtio/virtio-rng.c
1072F: include/hw/virtio/virtio-rng.h
1073F: include/sysemu/rng*.h
1074F: backends/rng*.c
1075F: tests/virtio-rng-test.c
1076
1077virtio-crypto
1078M: Gonglei <arei.gonglei@huawei.com>
1079S: Supported
1080F: hw/virtio/virtio-crypto.c
1081F: hw/virtio/virtio-crypto-pci.c
1082F: include/hw/virtio/virtio-crypto.h
1083
1084nvme
1085M: Keith Busch <keith.busch@intel.com>
1086L: qemu-block@nongnu.org
1087S: Supported
1088F: hw/block/nvme*
1089F: tests/nvme-test.c
1090
1091megasas
1092M: Hannes Reinecke <hare@suse.de>
1093L: qemu-block@nongnu.org
1094S: Supported
1095F: hw/scsi/megasas.c
1096F: hw/scsi/mfi.h
1097
1098Network packet abstractions
1099M: Dmitry Fleytman <dmitry@daynix.com>
1100S: Maintained
1101F: include/net/eth.h
1102F: net/eth.c
1103F: hw/net/net_rx_pkt*
1104F: hw/net/net_tx_pkt*
1105
1106Vmware
1107M: Dmitry Fleytman <dmitry@daynix.com>
1108S: Maintained
1109F: hw/net/vmxnet*
1110F: hw/scsi/vmw_pvscsi*
1111
1112Rocker
1113M: Jiri Pirko <jiri@resnulli.us>
1114S: Maintained
1115F: hw/net/rocker/
1116F: tests/rocker/
1117F: docs/specs/rocker.txt
1118
1119NVDIMM
1120M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1121S: Maintained
1122F: hw/acpi/nvdimm.c
1123F: hw/mem/nvdimm.c
1124F: include/hw/mem/nvdimm.h
1125
1126e1000x
1127M: Dmitry Fleytman <dmitry@daynix.com>
1128S: Maintained
1129F: hw/net/e1000x*
1130
1131e1000e
1132M: Dmitry Fleytman <dmitry@daynix.com>
1133S: Maintained
1134F: hw/net/e1000e*
1135
1136Generic Loader
1137M: Alistair Francis <alistair.francis@xilinx.com>
1138S: Maintained
1139F: hw/core/generic-loader.c
1140F: include/hw/core/generic-loader.h
1141
1142CHRP NVRAM
1143M: Thomas Huth <thuth@redhat.com>
1144S: Maintained
1145F: hw/nvram/chrp_nvram.c
1146F: include/hw/nvram/chrp_nvram.h
1147F: tests/prom-env-test.c
1148
1149VM Generation ID
1150M: Ben Warren <ben@skyportsystems.com>
1151S: Maintained
1152F: hw/acpi/vmgenid.c
1153F: include/hw/acpi/vmgenid.h
1154F: docs/specs/vmgenid.txt
1155F: tests/vmgenid-test.c
1156F: stubs/vmgenid.c
1157
1158Unimplemented device
1159M: Peter Maydell <peter.maydell@linaro.org>
1160R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1161S: Maintained
1162F: include/hw/misc/unimp.h
1163F: hw/misc/unimp.c
1164
1165Subsystems
1166----------
1167Audio
1168M: Gerd Hoffmann <kraxel@redhat.com>
1169S: Maintained
1170F: audio/
1171F: hw/audio/
1172F: include/hw/audio/
1173F: tests/ac97-test.c
1174F: tests/es1370-test.c
1175F: tests/intel-hda-test.c
1176
1177Block layer core
1178M: Kevin Wolf <kwolf@redhat.com>
1179M: Max Reitz <mreitz@redhat.com>
1180L: qemu-block@nongnu.org
1181S: Supported
1182F: block*
1183F: block/
1184F: hw/block/
1185F: include/block/
1186F: qemu-img*
1187F: qemu-io*
1188F: tests/qemu-iotests/
1189F: util/qemu-progress.c
1190T: git git://repo.or.cz/qemu/kevin.git block
1191
1192Block I/O path
1193M: Stefan Hajnoczi <stefanha@redhat.com>
1194M: Fam Zheng <famz@redhat.com>
1195L: qemu-block@nongnu.org
1196S: Supported
1197F: util/async.c
1198F: util/aio-*.c
1199F: block/io.c
1200F: migration/block*
1201F: include/block/aio.h
1202T: git git://github.com/stefanha/qemu.git block
1203
1204Block Jobs
1205M: Jeff Cody <jcody@redhat.com>
1206L: qemu-block@nongnu.org
1207S: Supported
1208F: blockjob.c
1209F: include/block/blockjob.h
1210F: block/backup.c
1211F: block/commit.c
1212F: block/stream.c
1213F: block/mirror.c
1214T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1215
1216Block QAPI, monitor, command line
1217M: Markus Armbruster <armbru@redhat.com>
1218S: Supported
1219F: blockdev.c
1220F: block/qapi.c
1221F: qapi/block*.json
1222T: git git://repo.or.cz/qemu/armbru.git block-next
1223
1224Dirty Bitmaps
1225M: Fam Zheng <famz@redhat.com>
1226M: John Snow <jsnow@redhat.com>
1227L: qemu-block@nongnu.org
1228S: Supported
1229F: util/hbitmap.c
1230F: block/dirty-bitmap.c
1231F: include/qemu/hbitmap.h
1232F: include/block/dirty-bitmap.h
1233F: tests/test-hbitmap.c
1234F: docs/bitmaps.md
1235T: git git://github.com/famz/qemu.git bitmaps
1236T: git git://github.com/jnsnow/qemu.git bitmaps
1237
1238Character device backends
1239M: Paolo Bonzini <pbonzini@redhat.com>
1240M: Marc-André Lureau <marcandre.lureau@redhat.com>
1241S: Maintained
1242F: chardev/
1243F: include/chardev/
1244
1245Character Devices (Braille)
1246M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1247S: Maintained
1248F: chardev/baum.c
1249
1250Command line option argument parsing
1251M: Markus Armbruster <armbru@redhat.com>
1252S: Supported
1253F: include/qemu/option.h
1254F: tests/test-keyval.c
1255F: tests/test-qemu-opts.c
1256F: util/keyval.c
1257F: util/qemu-option.c
1258
1259Coverity model
1260M: Markus Armbruster <armbru@redhat.com>
1261S: Supported
1262F: scripts/coverity-model.c
1263
1264CPU
1265L: qemu-devel@nongnu.org
1266S: Supported
1267F: qom/cpu.c
1268F: include/qom/cpu.h
1269
1270Device Tree
1271M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1272M: Alexander Graf <agraf@suse.de>
1273S: Maintained
1274F: device_tree.c
1275F: include/sysemu/device_tree.h
1276
1277Error reporting
1278M: Markus Armbruster <armbru@redhat.com>
1279S: Supported
1280F: include/qapi/error.h
1281F: include/qemu/error-report.h
1282F: util/error.c
1283F: util/qemu-error.c
1284
1285GDB stub
1286L: qemu-devel@nongnu.org
1287S: Odd Fixes
1288F: gdbstub*
1289F: gdb-xml/
1290
1291Memory API
1292M: Paolo Bonzini <pbonzini@redhat.com>
1293S: Supported
1294F: include/exec/ioport.h
1295F: ioport.c
1296F: include/exec/memory.h
1297F: include/exec/ram_addr.h
1298F: memory.c
1299F: include/exec/memory-internal.h
1300F: exec.c
1301
1302SPICE
1303M: Gerd Hoffmann <kraxel@redhat.com>
1304S: Supported
1305F: include/ui/qemu-spice.h
1306F: include/ui/spice-display.h
1307F: ui/spice-*.c
1308F: audio/spiceaudio.c
1309F: hw/display/qxl*
1310
1311Graphics
1312M: Gerd Hoffmann <kraxel@redhat.com>
1313S: Odd Fixes
1314F: ui/
1315F: include/ui/
1316
1317Cocoa graphics
1318M: Peter Maydell <peter.maydell@linaro.org>
1319S: Odd Fixes
1320F: ui/cocoa.m
1321
1322Main loop
1323M: Paolo Bonzini <pbonzini@redhat.com>
1324S: Maintained
1325F: cpus.c
1326F: util/main-loop.c
1327F: util/qemu-timer.c
1328F: vl.c
1329
1330Human Monitor (HMP)
1331M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1332S: Maintained
1333F: monitor.c
1334F: hmp.[ch]
1335F: hmp-commands*.hx
1336F: include/monitor/hmp-target.h
1337
1338Network device backends
1339M: Jason Wang <jasowang@redhat.com>
1340S: Maintained
1341F: net/
1342F: include/net/
1343T: git git://github.com/jasowang/qemu.git net
1344
1345Netmap network backend
1346M: Luigi Rizzo <rizzo@iet.unipi.it>
1347M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1348M: Vincenzo Maffione <v.maffione@gmail.com>
1349W: http://info.iet.unipi.it/~luigi/netmap/
1350S: Maintained
1351F: net/netmap.c
1352
1353NUMA
1354M: Eduardo Habkost <ehabkost@redhat.com>
1355S: Maintained
1356F: numa.c
1357F: include/sysemu/numa.h
1358T: git git://github.com/ehabkost/qemu.git numa
1359
1360Host Memory Backends
1361M: Eduardo Habkost <ehabkost@redhat.com>
1362M: Igor Mammedov <imammedo@redhat.com>
1363S: Maintained
1364F: backends/hostmem*.c
1365F: include/sysemu/hostmem.h
1366
1367Cryptodev Backends
1368M: Gonglei <arei.gonglei@huawei.com>
1369S: Maintained
1370F: include/sysemu/cryptodev*.h
1371F: backends/cryptodev*.c
1372
1373QAPI
1374M: Markus Armbruster <armbru@redhat.com>
1375M: Michael Roth <mdroth@linux.vnet.ibm.com>
1376S: Supported
1377F: qapi/
1378X: qapi/*.json
1379F: include/qapi/
1380X: include/qapi/qmp/
1381F: include/qapi/qmp/dispatch.h
1382F: tests/qapi-schema/
1383F: tests/test-*-visitor.c
1384F: tests/test-qapi-*.c
1385F: tests/test-qmp-*.c
1386F: tests/test-visitor-serialization.c
1387F: scripts/qapi*
1388F: docs/qapi*
1389T: git git://repo.or.cz/qemu/armbru.git qapi-next
1390
1391QAPI Schema
1392M: Eric Blake <eblake@redhat.com>
1393M: Markus Armbruster <armbru@redhat.com>
1394S: Supported
1395F: qapi-schema.json
1396F: qapi/*.json
1397T: git git://repo.or.cz/qemu/armbru.git qapi-next
1398
1399QObject
1400M: Markus Armbruster <armbru@redhat.com>
1401S: Supported
1402F: qobject/
1403F: include/qapi/qmp/
1404X: include/qapi/qmp/dispatch.h
1405F: scripts/coccinelle/qobject.cocci
1406F: tests/check-qdict.c
1407F: tests/check-qnum.c
1408F: tests/check-qjson.c
1409F: tests/check-qlist.c
1410F: tests/check-qstring.c
1411T: git git://repo.or.cz/qemu/armbru.git qapi-next
1412
1413QEMU Guest Agent
1414M: Michael Roth <mdroth@linux.vnet.ibm.com>
1415S: Maintained
1416F: qga/
1417T: git git://github.com/mdroth/qemu.git qga
1418
1419QOM
1420M: Andreas Färber <afaerber@suse.de>
1421S: Supported
1422T: git git://github.com/afaerber/qemu-cpu.git qom-next
1423F: include/qom/
1424X: include/qom/cpu.h
1425F: qom/
1426X: qom/cpu.c
1427F: tests/check-qom-interface.c
1428F: tests/check-qom-proplist.c
1429F: tests/qom-test.c
1430
1431QMP
1432M: Markus Armbruster <armbru@redhat.com>
1433S: Supported
1434F: qmp.c
1435F: monitor.c
1436F: docs/*qmp-*
1437F: scripts/qmp/
1438F: tests/qmp-test.c
1439T: git git://repo.or.cz/qemu/armbru.git qapi-next
1440
1441Register API
1442M: Alistair Francis <alistair.francis@xilinx.com>
1443S: Maintained
1444F: hw/core/register.c
1445F: include/hw/register.h
1446
1447SLIRP
1448M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1449M: Jan Kiszka <jan.kiszka@siemens.com>
1450S: Maintained
1451F: slirp/
1452F: net/slirp.c
1453F: include/net/slirp.h
1454T: git git://git.kiszka.org/qemu.git queues/slirp
1455
1456Stubs
1457M: Paolo Bonzini <pbonzini@redhat.com>
1458S: Maintained
1459F: stubs/
1460
1461Tracing
1462M: Stefan Hajnoczi <stefanha@redhat.com>
1463S: Maintained
1464F: trace/
1465F: scripts/tracetool.py
1466F: scripts/tracetool/
1467F: docs/tracing.txt
1468T: git git://github.com/stefanha/qemu.git tracing
1469
1470Checkpatch
1471S: Odd Fixes
1472F: scripts/checkpatch.pl
1473
1474Migration
1475M: Juan Quintela <quintela@redhat.com>
1476M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1477S: Maintained
1478F: include/migration/
1479F: migration/
1480F: scripts/vmstate-static-checker.py
1481F: tests/vmstate-static-checker-data/
1482F: docs/migration.txt
1483
1484Seccomp
1485M: Eduardo Otubo <otubo@redhat.com>
1486S: Supported
1487F: qemu-seccomp.c
1488F: include/sysemu/seccomp.h
1489
1490Cryptography
1491M: Daniel P. Berrange <berrange@redhat.com>
1492S: Maintained
1493F: crypto/
1494F: include/crypto/
1495F: tests/test-crypto-*
1496F: qemu.sasl
1497
1498Coroutines
1499M: Stefan Hajnoczi <stefanha@redhat.com>
1500M: Kevin Wolf <kwolf@redhat.com>
1501F: util/*coroutine*
1502F: include/qemu/coroutine*
1503F: tests/test-coroutine.c
1504
1505Buffers
1506M: Daniel P. Berrange <berrange@redhat.com>
1507S: Odd fixes
1508F: util/buffer.c
1509F: include/qemu/buffer.h
1510
1511I/O Channels
1512M: Daniel P. Berrange <berrange@redhat.com>
1513S: Maintained
1514F: io/
1515F: include/io/
1516F: tests/test-io-*
1517
1518Sockets
1519M: Daniel P. Berrange <berrange@redhat.com>
1520M: Gerd Hoffmann <kraxel@redhat.com>
1521M: Paolo Bonzini <pbonzini@redhat.com>
1522S: Maintained
1523F: include/qemu/sockets.h
1524F: util/qemu-sockets.c
1525
1526Throttling infrastructure
1527M: Alberto Garcia <berto@igalia.com>
1528S: Supported
1529F: block/throttle-groups.c
1530F: include/block/throttle-groups.h
1531F: include/qemu/throttle.h
1532F: util/throttle.c
1533L: qemu-block@nongnu.org
1534
1535UUID
1536M: Fam Zheng <famz@redhat.com>
1537S: Supported
1538F: util/uuid.c
1539F: include/qemu/uuid.h
1540F: tests/test-uuid.c
1541
1542COLO Framework
1543M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1544S: Maintained
1545F: migration/colo*
1546F: include/migration/colo.h
1547F: include/migration/failover.h
1548F: docs/COLO-FT.txt
1549
1550COLO Proxy
1551M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1552M: Li Zhijian <lizhijian@cn.fujitsu.com>
1553S: Supported
1554F: docs/colo-proxy.txt
1555F: net/colo*
1556F: net/filter-rewriter.c
1557F: net/filter-mirror.c
1558
1559Record/replay
1560M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1561R: Paolo Bonzini <pbonzini@redhat.com>
1562W: http://wiki.qemu.org/Features/record-replay
1563S: Supported
1564F: replay/*
1565F: block/blkreplay.c
1566F: net/filter-replay.c
1567F: include/sysemu/replay.h
1568F: docs/replay.txt
1569F: stubs/replay.c
1570
1571Usermode Emulation
1572------------------
1573Overall
1574M: Riku Voipio <riku.voipio@iki.fi>
1575S: Maintained
1576F: thunk.c
1577F: user-exec.c
1578F: user-exec-stub.c
1579
1580BSD user
1581S: Orphan
1582F: bsd-user/
1583F: default-configs/*-bsd-user.mak
1584
1585Linux user
1586M: Riku Voipio <riku.voipio@iki.fi>
1587R: Laurent Vivier <laurent@vivier.eu>
1588S: Maintained
1589F: linux-user/
1590F: default-configs/*-linux-user.mak
1591
1592Tiny Code Generator (TCG)
1593-------------------------
1594Common code
1595M: Richard Henderson <rth@twiddle.net>
1596S: Maintained
1597F: tcg/
1598
1599AArch64 target
1600M: Claudio Fontana <claudio.fontana@huawei.com>
1601M: Claudio Fontana <claudio.fontana@gmail.com>
1602S: Maintained
1603L: qemu-arm@nongnu.org
1604F: tcg/aarch64/
1605F: disas/arm-a64.cc
1606F: disas/libvixl/
1607
1608ARM target
1609M: Andrzej Zaborowski <balrogg@gmail.com>
1610S: Maintained
1611L: qemu-arm@nongnu.org
1612F: tcg/arm/
1613F: disas/arm.c
1614
1615i386 target
1616L: qemu-devel@nongnu.org
1617S: Maintained
1618F: tcg/i386/
1619F: disas/i386.c
1620
1621IA64 target
1622M: Aurelien Jarno <aurelien@aurel32.net>
1623S: Maintained
1624F: tcg/ia64/
1625F: disas/ia64.c
1626
1627MIPS target
1628M: Aurelien Jarno <aurelien@aurel32.net>
1629S: Maintained
1630F: tcg/mips/
1631F: disas/mips.c
1632
1633PPC
1634M: Richard Henderson <rth@twiddle.net>
1635S: Odd Fixes
1636F: tcg/ppc/
1637F: disas/ppc.c
1638
1639S390 target
1640M: Alexander Graf <agraf@suse.de>
1641M: Richard Henderson <rth@twiddle.net>
1642S: Maintained
1643F: tcg/s390/
1644F: disas/s390.c
1645
1646SPARC target
1647S: Odd Fixes
1648F: tcg/sparc/
1649F: disas/sparc.c
1650
1651TCI target
1652M: Stefan Weil <sw@weilnetz.de>
1653S: Maintained
1654F: tcg/tci/
1655F: tcg/tci.c
1656F: disas/tci.c
1657
1658Block drivers
1659-------------
1660VMDK
1661M: Fam Zheng <famz@redhat.com>
1662L: qemu-block@nongnu.org
1663S: Supported
1664F: block/vmdk.c
1665
1666RBD
1667M: Josh Durgin <jdurgin@redhat.com>
1668M: Jeff Cody <jcody@redhat.com>
1669L: qemu-block@nongnu.org
1670S: Supported
1671F: block/rbd.c
1672T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1673
1674Sheepdog
1675M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1676M: Liu Yuan <namei.unix@gmail.com>
1677M: Jeff Cody <jcody@redhat.com>
1678L: qemu-block@nongnu.org
1679L: sheepdog@lists.wpkg.org
1680S: Supported
1681F: block/sheepdog.c
1682T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1683
1684VHDX
1685M: Jeff Cody <jcody@redhat.com>
1686L: qemu-block@nongnu.org
1687S: Supported
1688F: block/vhdx*
1689T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1690
1691VDI
1692M: Stefan Weil <sw@weilnetz.de>
1693L: qemu-block@nongnu.org
1694S: Maintained
1695F: block/vdi.c
1696
1697iSCSI
1698M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1699M: Paolo Bonzini <pbonzini@redhat.com>
1700M: Peter Lieven <pl@kamp.de>
1701L: qemu-block@nongnu.org
1702S: Supported
1703F: block/iscsi.c
1704F: block/iscsi-opts.c
1705
1706Network Block Device (NBD)
1707M: Eric Blake <eblake@redhat.com>
1708M: Paolo Bonzini <pbonzini@redhat.com>
1709L: qemu-block@nongnu.org
1710S: Maintained
1711F: block/nbd*
1712F: nbd/
1713F: include/block/nbd*
1714F: qemu-nbd.*
1715F: blockdev-nbd.c
1716T: git git://repo.or.cz/qemu/ericb.git nbd
1717
1718NFS
1719M: Jeff Cody <jcody@redhat.com>
1720M: Peter Lieven <pl@kamp.de>
1721L: qemu-block@nongnu.org
1722S: Maintained
1723F: block/nfs.c
1724T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1725
1726SSH
1727M: Richard W.M. Jones <rjones@redhat.com>
1728M: Jeff Cody <jcody@redhat.com>
1729L: qemu-block@nongnu.org
1730S: Supported
1731F: block/ssh.c
1732T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1733
1734CURL
1735M: Jeff Cody <jcody@redhat.com>
1736L: qemu-block@nongnu.org
1737S: Supported
1738F: block/curl.c
1739T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1740
1741GLUSTER
1742M: Jeff Cody <jcody@redhat.com>
1743L: qemu-block@nongnu.org
1744S: Supported
1745F: block/gluster.c
1746T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1747
1748Null Block Driver
1749M: Fam Zheng <famz@redhat.com>
1750L: qemu-block@nongnu.org
1751S: Supported
1752F: block/null.c
1753
1754Bootdevice
1755M: Gonglei <arei.gonglei@huawei.com>
1756S: Maintained
1757F: bootdevice.c
1758
1759Quorum
1760M: Alberto Garcia <berto@igalia.com>
1761S: Supported
1762F: block/quorum.c
1763L: qemu-block@nongnu.org
1764
1765blkverify
1766M: Stefan Hajnoczi <stefanha@redhat.com>
1767L: qemu-block@nongnu.org
1768S: Supported
1769F: block/blkverify.c
1770
1771bochs
1772M: Stefan Hajnoczi <stefanha@redhat.com>
1773L: qemu-block@nongnu.org
1774S: Supported
1775F: block/bochs.c
1776
1777cloop
1778M: Stefan Hajnoczi <stefanha@redhat.com>
1779L: qemu-block@nongnu.org
1780S: Supported
1781F: block/cloop.c
1782
1783dmg
1784M: Stefan Hajnoczi <stefanha@redhat.com>
1785L: qemu-block@nongnu.org
1786S: Supported
1787F: block/dmg.c
1788
1789parallels
1790M: Stefan Hajnoczi <stefanha@redhat.com>
1791M: Denis V. Lunev <den@openvz.org>
1792L: qemu-block@nongnu.org
1793S: Supported
1794F: block/parallels.c
1795F: docs/specs/parallels.txt
1796
1797qed
1798M: Stefan Hajnoczi <stefanha@redhat.com>
1799L: qemu-block@nongnu.org
1800S: Supported
1801F: block/qed.c
1802
1803raw
1804M: Kevin Wolf <kwolf@redhat.com>
1805L: qemu-block@nongnu.org
1806S: Supported
1807F: block/linux-aio.c
1808F: include/block/raw-aio.h
1809F: block/raw-format.c
1810F: block/file-posix.c
1811F: block/file-win32.c
1812F: block/win32-aio.c
1813
1814qcow2
1815M: Kevin Wolf <kwolf@redhat.com>
1816M: Max Reitz <mreitz@redhat.com>
1817L: qemu-block@nongnu.org
1818S: Supported
1819F: block/qcow2*
1820
1821qcow
1822M: Kevin Wolf <kwolf@redhat.com>
1823L: qemu-block@nongnu.org
1824S: Supported
1825F: block/qcow.c
1826
1827blkdebug
1828M: Kevin Wolf <kwolf@redhat.com>
1829M: Max Reitz <mreitz@redhat.com>
1830L: qemu-block@nongnu.org
1831S: Supported
1832F: block/blkdebug.c
1833
1834vpc
1835M: Kevin Wolf <kwolf@redhat.com>
1836L: qemu-block@nongnu.org
1837S: Supported
1838F: block/vpc.c
1839
1840vvfat
1841M: Kevin Wolf <kwolf@redhat.com>
1842L: qemu-block@nongnu.org
1843S: Supported
1844F: block/vvfat.c
1845
1846Image format fuzzer
1847M: Stefan Hajnoczi <stefanha@redhat.com>
1848L: qemu-block@nongnu.org
1849S: Supported
1850F: tests/image-fuzzer/
1851
1852Replication
1853M: Wen Congyang <wencongyang2@huawei.com>
1854M: Xie Changlong <xiechanglong.d@gmail.com>
1855S: Supported
1856F: replication*
1857F: block/replication.c
1858F: tests/test-replication.c
1859F: docs/block-replication.txt
1860
1861Build and test automation
1862-------------------------
1863M: Alex Bennée <alex.bennee@linaro.org>
1864M: Fam Zheng <famz@redhat.com>
1865R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1866L: qemu-devel@nongnu.org
1867S: Maintained
1868F: .travis.yml
1869F: .shippable.yml
1870F: tests/docker/
1871W: https://travis-ci.org/qemu/qemu
1872W: https://app.shippable.com/github/qemu/qemu
1873W: http://patchew.org/QEMU/
1874
1875Documentation
1876-------------
1877Build system architecture
1878M: Daniel P. Berrange <berrange@redhat.com>
1879S: Odd Fixes
1880F: docs/build-system.txt
1881
1882