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