xref: /openbmc/qemu/MAINTAINERS (revision 56e2cd24)
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
55All patches CC here
56L: qemu-devel@nongnu.org
57F: *
58F: */
59
60Responsible Disclosure, Reporting Security Issues
61------------------------------
62W: http://wiki.qemu.org/SecurityProcess
63M: Michael S. Tsirkin <mst@redhat.com>
64L: secalert@redhat.com
65
66Trivial patches
67---------------
68Trivial patches
69M: Michael Tokarev <mjt@tls.msk.ru>
70M: Laurent Vivier <laurent@vivier.eu>
71S: Maintained
72L: qemu-trivial@nongnu.org
73K: ^Subject:.*(?i)trivial
74T: git git://git.corpit.ru/qemu.git trivial-patches
75T: git git://github.com/vivier/qemu.git trivial-patches
76
77Guest CPU cores (TCG):
78----------------------
79Overall
80L: qemu-devel@nongnu.org
81M: Paolo Bonzini <pbonzini@redhat.com>
82M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83M: Richard Henderson <rth@twiddle.net>
84S: Maintained
85F: cpu-exec.c
86F: cpu-exec-common.c
87F: cpus.c
88F: cputlb.c
89F: exec.c
90F: softmmu_template.h
91F: translate-all.*
92F: translate-common.c
93F: include/exec/cpu*.h
94F: include/exec/exec-all.h
95F: include/exec/helper*.h
96F: include/exec/tb-hash.h
97F: include/sysemu/cpus.h
98
99FPU emulation
100M: Aurelien Jarno <aurelien@aurel32.net>
101M: Peter Maydell <peter.maydell@linaro.org>
102S: Odd Fixes
103F: fpu/
104F: include/fpu/
105
106Alpha
107M: Richard Henderson <rth@twiddle.net>
108S: Maintained
109F: target/alpha/
110F: hw/alpha/
111F: tests/tcg/alpha/
112F: disas/alpha.c
113
114ARM
115M: Peter Maydell <peter.maydell@linaro.org>
116L: qemu-arm@nongnu.org
117S: Maintained
118F: target/arm/
119F: hw/arm/
120F: hw/cpu/a*mpcore.c
121F: include/hw/cpu/a*mpcore.h
122F: disas/arm.c
123F: disas/arm-a64.cc
124F: disas/libvixl/
125
126CRIS
127M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128S: Maintained
129F: target/cris/
130F: hw/cris/
131F: include/hw/cris/
132F: tests/tcg/cris/
133F: disas/cris.c
134
135HPPA (PA-RISC)
136M: Richard Henderson <rth@twiddle.net>
137S: Maintained
138F: target/hppa/
139F: disas/hppa.c
140
141LM32
142M: Michael Walle <michael@walle.cc>
143S: Maintained
144F: target/lm32/
145F: disas/lm32.c
146F: hw/lm32/
147F: hw/*/lm32_*
148F: hw/*/milkymist-*
149F: include/hw/char/lm32_juart.h
150F: include/hw/lm32/
151F: tests/tcg/lm32/
152
153M68K
154M: Laurent Vivier <laurent@vivier.eu>
155S: Maintained
156F: target/m68k/
157F: disas/m68k.c
158
159MicroBlaze
160M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161S: Maintained
162F: target/microblaze/
163F: hw/microblaze/
164F: disas/microblaze.c
165
166MIPS
167M: Aurelien Jarno <aurelien@aurel32.net>
168M: Yongbok Kim <yongbok.kim@imgtec.com>
169S: Maintained
170F: target/mips/
171F: hw/mips/
172F: hw/misc/mips_*
173F: hw/intc/mips_gic.c
174F: hw/timer/mips_gictimer.c
175F: include/hw/mips/
176F: include/hw/misc/mips_*
177F: include/hw/intc/mips_gic.h
178F: include/hw/timer/mips_gictimer.h
179F: tests/tcg/mips/
180F: disas/mips.c
181
182Moxie
183M: Anthony Green <green@moxielogic.com>
184S: Maintained
185F: target/moxie/
186F: disas/moxie.c
187F: hw/moxie/
188F: default-configs/moxie-softmmu.mak
189
190NiosII
191M: Chris Wulff <crwulff@gmail.com>
192M: Marek Vasut <marex@denx.de>
193S: Maintained
194F: target/nios2/
195F: hw/nios2/
196F: disas/nios2.c
197
198OpenRISC
199M: Jia Liu <proljc@gmail.com>
200S: Maintained
201F: target/openrisc/
202F: hw/openrisc/
203F: tests/tcg/openrisc/
204
205PowerPC
206M: David Gibson <david@gibson.dropbear.id.au>
207M: Alexander Graf <agraf@suse.de>
208L: qemu-ppc@nongnu.org
209S: Maintained
210F: target/ppc/
211F: hw/ppc/
212F: include/hw/ppc/
213F: disas/ppc.c
214
215S390
216M: Richard Henderson <rth@twiddle.net>
217M: Alexander Graf <agraf@suse.de>
218S: Maintained
219F: target/s390x/
220F: hw/s390x/
221F: disas/s390.c
222
223SH4
224M: Aurelien Jarno <aurelien@aurel32.net>
225S: Odd Fixes
226F: target/sh4/
227F: hw/sh4/
228F: disas/sh4.c
229F: include/hw/sh4/
230
231SPARC
232M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
233M: Artyom Tarasenko <atar4qemu@gmail.com>
234S: Maintained
235F: target/sparc/
236F: hw/sparc/
237F: hw/sparc64/
238F: disas/sparc.c
239
240UniCore32
241M: Guan Xuetao <gxt@mprc.pku.edu.cn>
242S: Maintained
243F: target/unicore32/
244F: hw/unicore32/
245F: include/hw/unicore32/
246
247X86
248M: Paolo Bonzini <pbonzini@redhat.com>
249M: Richard Henderson <rth@twiddle.net>
250M: Eduardo Habkost <ehabkost@redhat.com>
251S: Maintained
252F: target/i386/
253F: hw/i386/
254F: disas/i386.c
255
256Xtensa
257M: Max Filippov <jcmvbkbc@gmail.com>
258W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
259S: Maintained
260F: target/xtensa/
261F: hw/xtensa/
262F: tests/tcg/xtensa/
263
264TriCore
265M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
266S: Maintained
267F: target/tricore/
268F: hw/tricore/
269F: include/hw/tricore/
270
271Guest CPU Cores (KVM):
272----------------------
273
274Overall
275M: Paolo Bonzini <pbonzini@redhat.com>
276L: kvm@vger.kernel.org
277S: Supported
278F: kvm-*
279F: */kvm.*
280F: include/sysemu/kvm*.h
281
282ARM
283M: Peter Maydell <peter.maydell@linaro.org>
284L: qemu-arm@nongnu.org
285S: Maintained
286F: target/arm/kvm.c
287
288MIPS
289M: James Hogan <james.hogan@imgtec.com>
290S: Maintained
291F: target/mips/kvm.c
292
293PPC
294M: Alexander Graf <agraf@suse.de>
295S: Maintained
296F: target/ppc/kvm.c
297
298S390
299M: Christian Borntraeger <borntraeger@de.ibm.com>
300M: Cornelia Huck <cornelia.huck@de.ibm.com>
301M: Alexander Graf <agraf@suse.de>
302S: Maintained
303F: target/s390x/kvm.c
304F: target/s390x/ioinst.[ch]
305F: target/s390x/machine.c
306F: hw/intc/s390_flic.c
307F: hw/intc/s390_flic_kvm.c
308F: include/hw/s390x/s390_flic.h
309F: gdb-xml/s390*.xml
310T: git git://github.com/cohuck/qemu.git s390-next
311T: git git://github.com/borntraeger/qemu.git s390-next
312
313X86
314M: Paolo Bonzini <pbonzini@redhat.com>
315M: Marcelo Tosatti <mtosatti@redhat.com>
316L: kvm@vger.kernel.org
317S: Supported
318F: target/i386/kvm.c
319
320Guest CPU Cores (Xen):
321----------------------
322
323X86
324M: Stefano Stabellini <sstabellini@kernel.org>
325M: Anthony Perard <anthony.perard@citrix.com>
326L: xen-devel@lists.xenproject.org
327S: Supported
328F: xen-*
329F: */xen*
330F: hw/9pfs/xen-9p-backend.c
331F: hw/char/xen_console.c
332F: hw/display/xenfb.c
333F: hw/net/xen_nic.c
334F: hw/block/xen_*
335F: hw/xen/
336F: hw/xenpv/
337F: hw/i386/xen/
338F: include/hw/xen/
339F: include/sysemu/xen-mapcache.h
340
341Hosts:
342------
343
344LINUX
345L: qemu-devel@nongnu.org
346S: Maintained
347F: linux-*
348F: linux-headers/
349
350POSIX
351L: qemu-devel@nongnu.org
352S: Maintained
353F: *posix*
354
355W32, W64
356L: qemu-devel@nongnu.org
357M: Stefan Weil <sw@weilnetz.de>
358S: Maintained
359F: *win32*
360F: */*win32*
361F: include/*/*win32*
362X: qga/*win32*
363F: qemu.nsi
364
365ARM Machines
366------------
367Allwinner-a10
368M: Beniamino Galvani <b.galvani@gmail.com>
369L: qemu-arm@nongnu.org
370S: Maintained
371F: hw/*/allwinner*
372F: include/hw/*/allwinner*
373F: hw/arm/cubieboard.c
374
375ARM PrimeCell
376M: Peter Maydell <peter.maydell@linaro.org>
377L: qemu-arm@nongnu.org
378S: Maintained
379F: hw/char/pl011.c
380F: hw/display/pl110*
381F: hw/dma/pl080.c
382F: hw/dma/pl330.c
383F: hw/gpio/pl061.c
384F: hw/input/pl050.c
385F: hw/intc/pl190.c
386F: hw/sd/pl181.c
387F: hw/timer/pl031.c
388F: include/hw/arm/primecell.h
389
390ARM cores
391M: Peter Maydell <peter.maydell@linaro.org>
392L: qemu-arm@nongnu.org
393S: Maintained
394F: hw/intc/arm*
395F: hw/intc/gic_internal.h
396F: hw/misc/a9scu.c
397F: hw/misc/arm11scu.c
398F: hw/timer/a9gtimer*
399F: hw/timer/arm_*
400F: include/hw/arm/arm.h
401F: include/hw/intc/arm*
402F: include/hw/misc/a9scu.h
403F: include/hw/misc/arm11scu.h
404F: include/hw/timer/a9gtimer.h
405F: include/hw/timer/arm_mptimer.h
406
407Exynos
408M: Igor Mitsyanko <i.mitsyanko@gmail.com>
409L: qemu-arm@nongnu.org
410S: Maintained
411F: hw/*/exynos*
412F: include/hw/arm/exynos4210.h
413
414Calxeda Highbank
415M: Rob Herring <robh@kernel.org>
416L: qemu-arm@nongnu.org
417S: Maintained
418F: hw/arm/highbank.c
419F: hw/net/xgmac.c
420
421Canon DIGIC
422M: Antony Pavlov <antonynpavlov@gmail.com>
423L: qemu-arm@nongnu.org
424S: Maintained
425F: include/hw/arm/digic.h
426F: hw/*/digic*
427
428Gumstix
429L: qemu-devel@nongnu.org
430L: qemu-arm@nongnu.org
431S: Orphan
432F: hw/arm/gumstix.c
433
434i.MX31
435M: Peter Chubb <peter.chubb@nicta.com.au>
436L: qemu-arm@nongnu.org
437S: Odd fixes
438F: hw/*/imx*
439F: include/hw/*/imx*
440F: hw/arm/kzm.c
441F: include/hw/arm/fsl-imx31.h
442
443Integrator CP
444M: Peter Maydell <peter.maydell@linaro.org>
445L: qemu-arm@nongnu.org
446S: Maintained
447F: hw/arm/integratorcp.c
448F: hw/misc/arm_integrator_debug.c
449
450Musicpal
451M: Jan Kiszka <jan.kiszka@web.de>
452L: qemu-arm@nongnu.org
453S: Maintained
454F: hw/arm/musicpal.c
455
456nSeries
457M: Andrzej Zaborowski <balrogg@gmail.com>
458L: qemu-arm@nongnu.org
459S: Maintained
460F: hw/arm/nseries.c
461
462Palm
463M: Andrzej Zaborowski <balrogg@gmail.com>
464L: qemu-arm@nongnu.org
465S: Maintained
466F: hw/arm/palm.c
467
468Real View
469M: Peter Maydell <peter.maydell@linaro.org>
470L: qemu-arm@nongnu.org
471S: Maintained
472F: hw/arm/realview*
473F: hw/cpu/realview_mpcore.c
474F: hw/intc/realview_gic.c
475F: include/hw/intc/realview_gic.h
476
477PXA2XX
478M: Andrzej Zaborowski <balrogg@gmail.com>
479L: qemu-arm@nongnu.org
480S: Maintained
481F: hw/arm/mainstone.c
482F: hw/arm/spitz.c
483F: hw/arm/tosa.c
484F: hw/arm/z2.c
485F: hw/*/pxa2xx*
486F: hw/misc/mst_fpga.c
487F: include/hw/arm/pxa.h
488
489Stellaris
490M: Peter Maydell <peter.maydell@linaro.org>
491L: qemu-arm@nongnu.org
492S: Maintained
493F: hw/*/stellaris*
494
495Versatile PB
496M: Peter Maydell <peter.maydell@linaro.org>
497L: qemu-arm@nongnu.org
498S: Maintained
499F: hw/*/versatile*
500
501Xilinx Zynq
502M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
503M: Alistair Francis <alistair.francis@xilinx.com>
504L: qemu-arm@nongnu.org
505S: Maintained
506F: hw/*/xilinx_*
507F: hw/*/cadence_*
508F: hw/misc/zynq*
509F: include/hw/misc/zynq*
510X: hw/ssi/xilinx_*
511
512Xilinx ZynqMP
513M: Alistair Francis <alistair.francis@xilinx.com>
514M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
515L: qemu-arm@nongnu.org
516S: Maintained
517F: hw/*/xlnx*.c
518F: include/hw/*/xlnx*.h
519
520ARM ACPI Subsystem
521M: Shannon Zhao <zhaoshenglong@huawei.com>
522M: Shannon Zhao <shannon.zhao@linaro.org>
523L: qemu-arm@nongnu.org
524S: Maintained
525F: hw/arm/virt-acpi-build.c
526
527STM32F205
528M: Alistair Francis <alistair@alistair23.me>
529S: Maintained
530F: hw/arm/stm32f205_soc.c
531F: hw/misc/stm32f2xx_syscfg.c
532F: hw/char/stm32f2xx_usart.c
533F: hw/timer/stm32f2xx_timer.c
534F: hw/adc/*
535F: hw/ssi/stm32f2xx_spi.c
536
537Netduino 2
538M: Alistair Francis <alistair@alistair23.me>
539S: Maintained
540F: hw/arm/netduino2.c
541
542CRIS Machines
543-------------
544Axis Dev88
545M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
546S: Maintained
547F: hw/cris/axis_dev88.c
548F: hw/*/etraxfs_*.c
549
550LM32 Machines
551-------------
552EVR32 and uclinux BSP
553M: Michael Walle <michael@walle.cc>
554S: Maintained
555F: hw/lm32/lm32_boards.c
556
557milkymist
558M: Michael Walle <michael@walle.cc>
559S: Maintained
560F: hw/lm32/milkymist.c
561
562M68K Machines
563-------------
564an5206
565M: Thomas Huth <huth@tuxfamily.org>
566S: Odd Fixes
567F: hw/m68k/an5206.c
568F: hw/m68k/mcf5206.c
569
570mcf5208
571M: Thomas Huth <huth@tuxfamily.org>
572S: Odd Fixes
573F: hw/m68k/mcf5208.c
574F: hw/m68k/mcf_intc.c
575F: hw/char/mcf_uart.c
576F: hw/net/mcf_fec.c
577F: include/hw/m68k/mcf*.h
578
579MicroBlaze Machines
580-------------------
581petalogix_s3adsp1800
582M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
583S: Maintained
584F: hw/microblaze/petalogix_s3adsp1800_mmu.c
585
586petalogix_ml605
587M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588S: Maintained
589F: hw/microblaze/petalogix_ml605_mmu.c
590
591MIPS Machines
592-------------
593Jazz
594M: Hervé Poussineau <hpoussin@reactos.org>
595S: Maintained
596F: hw/mips/mips_jazz.c
597
598Malta
599M: Aurelien Jarno <aurelien@aurel32.net>
600S: Maintained
601F: hw/mips/mips_malta.c
602
603Mipssim
604M: Yongbok Kim <yongbok.kim@imgtec.com>
605S: Odd Fixes
606F: hw/mips/mips_mipssim.c
607F: hw/net/mipsnet.c
608
609R4000
610M: Aurelien Jarno <aurelien@aurel32.net>
611S: Maintained
612F: hw/mips/mips_r4k.c
613
614Fulong 2E
615M: Yongbok Kim <yongbok.kim@imgtec.com>
616S: Odd Fixes
617F: hw/mips/mips_fulong2e.c
618
619Boston
620M: Paul Burton <paul.burton@imgtec.com>
621S: Maintained
622F: hw/core/loader-fit.c
623F: hw/mips/boston.c
624F: hw/pci-host/xilinx-pcie.c
625
626OpenRISC Machines
627-----------------
628or1k-sim
629M: Jia Liu <proljc@gmail.com>
630S: Maintained
631F: hw/openrisc/openrisc_sim.c
632
633PowerPC Machines
634----------------
635405
636M: Alexander Graf <agraf@suse.de>
637L: qemu-ppc@nongnu.org
638S: Odd Fixes
639F: hw/ppc/ppc405_boards.c
640
641Bamboo
642M: Alexander Graf <agraf@suse.de>
643L: qemu-ppc@nongnu.org
644S: Odd Fixes
645F: hw/ppc/ppc440_bamboo.c
646
647e500
648M: Alexander Graf <agraf@suse.de>
649M: Scott Wood <scottwood@freescale.com>
650L: qemu-ppc@nongnu.org
651S: Supported
652F: hw/ppc/e500.[hc]
653F: hw/ppc/e500plat.c
654F: include/hw/ppc/ppc_e500.h
655F: include/hw/pci-host/ppce500.h
656F: pc-bios/u-boot.e500
657
658mpc8544ds
659M: Alexander Graf <agraf@suse.de>
660M: Scott Wood <scottwood@freescale.com>
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>
937M: Scott Wood <scottwood@freescale.com>
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
1003vhost
1004M: Michael S. Tsirkin <mst@redhat.com>
1005S: Supported
1006F: hw/*/*vhost*
1007
1008virtio
1009M: Michael S. Tsirkin <mst@redhat.com>
1010S: Supported
1011F: hw/*/virtio*
1012F: hw/virtio/Makefile.objs
1013F: hw/virtio/trace-events
1014F: net/vhost-user.c
1015F: include/hw/virtio/
1016F: tests/virtio-balloon-test.c
1017
1018virtio-9p
1019M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1020M: Greg Kurz <groug@kaod.org>
1021S: Supported
1022F: hw/9pfs/
1023F: fsdev/
1024F: tests/virtio-9p-test.c
1025T: git git://github.com/kvaneesh/QEMU.git
1026T: git git://github.com/gkurz/qemu.git 9p-next
1027
1028virtio-blk
1029M: Stefan Hajnoczi <stefanha@redhat.com>
1030L: qemu-block@nongnu.org
1031S: Supported
1032F: hw/block/virtio-blk.c
1033F: hw/block/dataplane/*
1034F: tests/virtio-blk-test.c
1035T: git git://github.com/stefanha/qemu.git block
1036
1037virtio-ccw
1038M: Cornelia Huck <cornelia.huck@de.ibm.com>
1039M: Christian Borntraeger <borntraeger@de.ibm.com>
1040S: Supported
1041F: hw/s390x/virtio-ccw.[hc]
1042T: git git://github.com/cohuck/qemu.git s390-next
1043T: git git://github.com/borntraeger/qemu.git s390-next
1044
1045virtio-input
1046M: Gerd Hoffmann <kraxel@redhat.com>
1047S: Maintained
1048F: hw/input/virtio-input*.c
1049F: include/hw/virtio/virtio-input.h
1050
1051virtio-serial
1052M: Amit Shah <amit@kernel.org>
1053S: Supported
1054F: hw/char/virtio-serial-bus.c
1055F: hw/char/virtio-console.c
1056F: include/hw/virtio/virtio-serial.h
1057F: tests/virtio-console-test.c
1058F: tests/virtio-serial-test.c
1059
1060virtio-rng
1061M: Amit Shah <amit@kernel.org>
1062S: Supported
1063F: hw/virtio/virtio-rng.c
1064F: include/hw/virtio/virtio-rng.h
1065F: include/sysemu/rng*.h
1066F: backends/rng*.c
1067F: tests/virtio-rng-test.c
1068
1069virtio-crypto
1070M: Gonglei <arei.gonglei@huawei.com>
1071S: Supported
1072F: hw/virtio/virtio-crypto.c
1073F: hw/virtio/virtio-crypto-pci.c
1074F: include/hw/virtio/virtio-crypto.h
1075
1076nvme
1077M: Keith Busch <keith.busch@intel.com>
1078L: qemu-block@nongnu.org
1079S: Supported
1080F: hw/block/nvme*
1081F: tests/nvme-test.c
1082
1083megasas
1084M: Hannes Reinecke <hare@suse.de>
1085L: qemu-block@nongnu.org
1086S: Supported
1087F: hw/scsi/megasas.c
1088F: hw/scsi/mfi.h
1089
1090Network packet abstractions
1091M: Dmitry Fleytman <dmitry@daynix.com>
1092S: Maintained
1093F: include/net/eth.h
1094F: net/eth.c
1095F: hw/net/net_rx_pkt*
1096F: hw/net/net_tx_pkt*
1097
1098Vmware
1099M: Dmitry Fleytman <dmitry@daynix.com>
1100S: Maintained
1101F: hw/net/vmxnet*
1102F: hw/scsi/vmw_pvscsi*
1103
1104Rocker
1105M: Jiri Pirko <jiri@resnulli.us>
1106S: Maintained
1107F: hw/net/rocker/
1108F: tests/rocker/
1109F: docs/specs/rocker.txt
1110
1111NVDIMM
1112M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1113S: Maintained
1114F: hw/acpi/nvdimm.c
1115F: hw/mem/nvdimm.c
1116F: include/hw/mem/nvdimm.h
1117
1118e1000x
1119M: Dmitry Fleytman <dmitry@daynix.com>
1120S: Maintained
1121F: hw/net/e1000x*
1122
1123e1000e
1124M: Dmitry Fleytman <dmitry@daynix.com>
1125S: Maintained
1126F: hw/net/e1000e*
1127
1128Generic Loader
1129M: Alistair Francis <alistair.francis@xilinx.com>
1130S: Maintained
1131F: hw/core/generic-loader.c
1132F: include/hw/core/generic-loader.h
1133
1134CHRP NVRAM
1135M: Thomas Huth <thuth@redhat.com>
1136S: Maintained
1137F: hw/nvram/chrp_nvram.c
1138F: include/hw/nvram/chrp_nvram.h
1139F: tests/prom-env-test.c
1140
1141VM Generation ID
1142M: Ben Warren <ben@skyportsystems.com>
1143S: Maintained
1144F: hw/acpi/vmgenid.c
1145F: include/hw/acpi/vmgenid.h
1146F: docs/specs/vmgenid.txt
1147F: tests/vmgenid-test.c
1148F: stubs/vmgenid.c
1149
1150Subsystems
1151----------
1152Audio
1153M: Gerd Hoffmann <kraxel@redhat.com>
1154S: Maintained
1155F: audio/
1156F: hw/audio/
1157F: include/hw/audio/
1158F: tests/ac97-test.c
1159F: tests/es1370-test.c
1160F: tests/intel-hda-test.c
1161
1162Block layer core
1163M: Kevin Wolf <kwolf@redhat.com>
1164M: Max Reitz <mreitz@redhat.com>
1165L: qemu-block@nongnu.org
1166S: Supported
1167F: block*
1168F: block/
1169F: hw/block/
1170F: include/block/
1171F: qemu-img*
1172F: qemu-io*
1173F: tests/qemu-iotests/
1174T: git git://repo.or.cz/qemu/kevin.git block
1175
1176Block I/O path
1177M: Stefan Hajnoczi <stefanha@redhat.com>
1178M: Fam Zheng <famz@redhat.com>
1179L: qemu-block@nongnu.org
1180S: Supported
1181F: async.c
1182F: aio-*.c
1183F: block/io.c
1184F: migration/block*
1185F: include/block/aio.h
1186T: git git://github.com/stefanha/qemu.git block
1187
1188Block Jobs
1189M: Jeff Cody <jcody@redhat.com>
1190L: qemu-block@nongnu.org
1191S: Supported
1192F: blockjob.c
1193F: include/block/blockjob.h
1194F: block/backup.c
1195F: block/commit.c
1196F: block/stream.c
1197F: block/mirror.c
1198T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1199
1200Block QAPI, monitor, command line
1201M: Markus Armbruster <armbru@redhat.com>
1202S: Supported
1203F: blockdev.c
1204F: block/qapi.c
1205F: qapi/block*.json
1206T: git git://repo.or.cz/qemu/armbru.git block-next
1207
1208Dirty Bitmaps
1209M: Fam Zheng <famz@redhat.com>
1210M: John Snow <jsnow@redhat.com>
1211L: qemu-block@nongnu.org
1212S: Supported
1213F: util/hbitmap.c
1214F: block/dirty-bitmap.c
1215F: include/qemu/hbitmap.h
1216F: include/block/dirty-bitmap.h
1217F: tests/test-hbitmap.c
1218F: docs/bitmaps.md
1219T: git git://github.com/famz/qemu.git bitmaps
1220T: git git://github.com/jnsnow/qemu.git bitmaps
1221
1222Character device backends
1223M: Paolo Bonzini <pbonzini@redhat.com>
1224M: Marc-André Lureau <marcandre.lureau@redhat.com>
1225S: Maintained
1226F: chardev/
1227F: backends/msmouse.c
1228F: backends/testdev.c
1229
1230Character Devices (Braille)
1231M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1232S: Maintained
1233F: backends/baum.c
1234
1235Coverity model
1236M: Markus Armbruster <armbru@redhat.com>
1237S: Supported
1238F: scripts/coverity-model.c
1239
1240CPU
1241L: qemu-devel@nongnu.org
1242S: Supported
1243F: qom/cpu.c
1244F: include/qom/cpu.h
1245
1246Device Tree
1247M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1248M: Alexander Graf <agraf@suse.de>
1249S: Maintained
1250F: device_tree.c
1251F: include/sysemu/device_tree.h
1252
1253Error reporting
1254M: Markus Armbruster <armbru@redhat.com>
1255S: Supported
1256F: include/qapi/error.h
1257F: include/qemu/error-report.h
1258F: util/error.c
1259F: util/qemu-error.c
1260
1261GDB stub
1262L: qemu-devel@nongnu.org
1263S: Odd Fixes
1264F: gdbstub*
1265F: gdb-xml/
1266
1267Memory API
1268M: Paolo Bonzini <pbonzini@redhat.com>
1269S: Supported
1270F: include/exec/ioport.h
1271F: ioport.c
1272F: include/exec/memory.h
1273F: include/exec/ram_addr.h
1274F: memory.c
1275F: include/exec/memory-internal.h
1276F: exec.c
1277
1278SPICE
1279M: Gerd Hoffmann <kraxel@redhat.com>
1280S: Supported
1281F: include/ui/qemu-spice.h
1282F: include/ui/spice-display.h
1283F: ui/spice-*.c
1284F: audio/spiceaudio.c
1285F: hw/display/qxl*
1286
1287Graphics
1288M: Gerd Hoffmann <kraxel@redhat.com>
1289S: Odd Fixes
1290F: ui/
1291F: include/ui/
1292
1293Cocoa graphics
1294M: Peter Maydell <peter.maydell@linaro.org>
1295S: Odd Fixes
1296F: ui/cocoa.m
1297
1298Main loop
1299M: Paolo Bonzini <pbonzini@redhat.com>
1300S: Maintained
1301F: cpus.c
1302F: main-loop.c
1303F: qemu-timer.c
1304F: vl.c
1305
1306Human Monitor (HMP)
1307M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1308S: Maintained
1309F: monitor.c
1310F: hmp.[ch]
1311F: hmp-commands*.hx
1312F: include/monitor/hmp-target.h
1313
1314Network device backends
1315M: Jason Wang <jasowang@redhat.com>
1316S: Maintained
1317F: net/
1318F: include/net/
1319T: git git://github.com/jasowang/qemu.git net
1320
1321Netmap network backend
1322M: Luigi Rizzo <rizzo@iet.unipi.it>
1323M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1324M: Vincenzo Maffione <v.maffione@gmail.com>
1325W: http://info.iet.unipi.it/~luigi/netmap/
1326S: Maintained
1327F: net/netmap.c
1328
1329Network Block Device (NBD)
1330M: Paolo Bonzini <pbonzini@redhat.com>
1331S: Odd Fixes
1332F: block/nbd*
1333F: nbd/
1334F: include/block/nbd*
1335F: qemu-nbd.c
1336T: git git://github.com/bonzini/qemu.git nbd-next
1337
1338NUMA
1339M: Eduardo Habkost <ehabkost@redhat.com>
1340S: Maintained
1341F: numa.c
1342F: include/sysemu/numa.h
1343T: git git://github.com/ehabkost/qemu.git numa
1344
1345Host Memory Backends
1346M: Eduardo Habkost <ehabkost@redhat.com>
1347M: Igor Mammedov <imammedo@redhat.com>
1348S: Maintained
1349F: backends/hostmem*.c
1350F: include/sysemu/hostmem.h
1351
1352Cryptodev Backends
1353M: Gonglei <arei.gonglei@huawei.com>
1354S: Maintained
1355F: include/sysemu/cryptodev*.h
1356F: backends/cryptodev*.c
1357
1358QAPI
1359M: Markus Armbruster <armbru@redhat.com>
1360M: Michael Roth <mdroth@linux.vnet.ibm.com>
1361S: Supported
1362F: qapi/
1363X: qapi/*.json
1364F: include/qapi/
1365X: include/qapi/qmp/
1366F: include/qapi/qmp/dispatch.h
1367F: tests/qapi-schema/
1368F: tests/test-*-visitor.c
1369F: tests/test-qmp-*.c
1370F: scripts/qapi*
1371F: docs/qapi*
1372T: git git://repo.or.cz/qemu/armbru.git qapi-next
1373
1374QAPI Schema
1375M: Eric Blake <eblake@redhat.com>
1376M: Markus Armbruster <armbru@redhat.com>
1377S: Supported
1378F: qapi-schema.json
1379F: qapi/*.json
1380T: git git://repo.or.cz/qemu/armbru.git qapi-next
1381
1382QObject
1383M: Markus Armbruster <armbru@redhat.com>
1384S: Supported
1385F: qobject/
1386F: include/qapi/qmp/
1387X: include/qapi/qmp/dispatch.h
1388F: tests/check-qdict.c
1389F: tests/check-qfloat.c
1390F: tests/check-qint.c
1391F: tests/check-qjson.c
1392F: tests/check-qlist.c
1393F: tests/check-qstring.c
1394T: git git://repo.or.cz/qemu/armbru.git qapi-next
1395
1396QEMU Guest Agent
1397M: Michael Roth <mdroth@linux.vnet.ibm.com>
1398S: Maintained
1399F: qga/
1400T: git git://github.com/mdroth/qemu.git qga
1401
1402QOM
1403M: Andreas Färber <afaerber@suse.de>
1404S: Supported
1405T: git git://github.com/afaerber/qemu-cpu.git qom-next
1406F: include/qom/
1407X: include/qom/cpu.h
1408F: qom/
1409X: qom/cpu.c
1410F: tests/check-qom-interface.c
1411F: tests/check-qom-proplist.c
1412F: tests/qom-test.c
1413
1414QMP
1415M: Markus Armbruster <armbru@redhat.com>
1416S: Supported
1417F: qmp.c
1418F: monitor.c
1419F: docs/*qmp-*
1420F: scripts/qmp/
1421F: tests/qmp-test.c
1422T: git git://repo.or.cz/qemu/armbru.git qapi-next
1423
1424Register API
1425M: Alistair Francis <alistair.francis@xilinx.com>
1426S: Maintained
1427F: hw/core/register.c
1428F: include/hw/register.h
1429
1430SLIRP
1431M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1432M: Jan Kiszka <jan.kiszka@siemens.com>
1433S: Maintained
1434F: slirp/
1435F: net/slirp.c
1436F: include/net/slirp.h
1437T: git git://git.kiszka.org/qemu.git queues/slirp
1438
1439Stubs
1440M: Paolo Bonzini <pbonzini@redhat.com>
1441S: Maintained
1442F: stubs/
1443
1444Tracing
1445M: Stefan Hajnoczi <stefanha@redhat.com>
1446S: Maintained
1447F: trace/
1448F: scripts/tracetool.py
1449F: scripts/tracetool/
1450F: docs/tracing.txt
1451T: git git://github.com/stefanha/qemu.git tracing
1452
1453Checkpatch
1454S: Odd Fixes
1455F: scripts/checkpatch.pl
1456
1457Migration
1458M: Juan Quintela <quintela@redhat.com>
1459M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1460S: Maintained
1461F: include/migration/
1462F: migration/
1463F: scripts/vmstate-static-checker.py
1464F: tests/vmstate-static-checker-data/
1465F: docs/migration.txt
1466
1467Seccomp
1468M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1469S: Supported
1470F: qemu-seccomp.c
1471F: include/sysemu/seccomp.h
1472
1473Cryptography
1474M: Daniel P. Berrange <berrange@redhat.com>
1475S: Maintained
1476F: crypto/
1477F: include/crypto/
1478F: tests/test-crypto-*
1479
1480Coroutines
1481M: Stefan Hajnoczi <stefanha@redhat.com>
1482M: Kevin Wolf <kwolf@redhat.com>
1483F: util/*coroutine*
1484F: include/qemu/coroutine*
1485F: tests/test-coroutine.c
1486
1487Buffers
1488M: Daniel P. Berrange <berrange@redhat.com>
1489S: Odd fixes
1490F: util/buffer.c
1491F: include/qemu/buffer.h
1492
1493I/O Channels
1494M: Daniel P. Berrange <berrange@redhat.com>
1495S: Maintained
1496F: io/
1497F: include/io/
1498F: tests/test-io-*
1499
1500Sockets
1501M: Daniel P. Berrange <berrange@redhat.com>
1502M: Gerd Hoffmann <kraxel@redhat.com>
1503M: Paolo Bonzini <pbonzini@redhat.com>
1504S: Maintained
1505F: include/qemu/sockets.h
1506F: util/qemu-sockets.c
1507
1508Throttling infrastructure
1509M: Alberto Garcia <berto@igalia.com>
1510S: Supported
1511F: block/throttle-groups.c
1512F: include/block/throttle-groups.h
1513F: include/qemu/throttle.h
1514F: util/throttle.c
1515L: qemu-block@nongnu.org
1516
1517UUID
1518M: Fam Zheng <famz@redhat.com>
1519S: Supported
1520F: util/uuid.c
1521F: include/qemu/uuid.h
1522F: tests/test-uuid.c
1523
1524COLO Framework
1525M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1526S: Maintained
1527F: migration/colo*
1528F: include/migration/colo.h
1529F: include/migration/failover.h
1530F: docs/COLO-FT.txt
1531
1532COLO Proxy
1533M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1534M: Li Zhijian <lizhijian@cn.fujitsu.com>
1535S: Supported
1536F: docs/colo-proxy.txt
1537F: net/colo*
1538F: net/filter-rewriter.c
1539F: net/filter-mirror.c
1540
1541Usermode Emulation
1542------------------
1543Overall
1544M: Riku Voipio <riku.voipio@iki.fi>
1545S: Maintained
1546F: thunk.c
1547F: user-exec.c
1548F: user-exec-stub.c
1549
1550BSD user
1551S: Orphan
1552F: bsd-user/
1553F: default-configs/*-bsd-user.mak
1554
1555Linux user
1556M: Riku Voipio <riku.voipio@iki.fi>
1557S: Maintained
1558F: linux-user/
1559F: default-configs/*-linux-user.mak
1560
1561Tiny Code Generator (TCG)
1562-------------------------
1563Common code
1564M: Richard Henderson <rth@twiddle.net>
1565S: Maintained
1566F: tcg/
1567
1568AArch64 target
1569M: Claudio Fontana <claudio.fontana@huawei.com>
1570M: Claudio Fontana <claudio.fontana@gmail.com>
1571S: Maintained
1572L: qemu-arm@nongnu.org
1573F: tcg/aarch64/
1574F: disas/arm-a64.cc
1575F: disas/libvixl/
1576
1577ARM target
1578M: Andrzej Zaborowski <balrogg@gmail.com>
1579S: Maintained
1580L: qemu-arm@nongnu.org
1581F: tcg/arm/
1582F: disas/arm.c
1583
1584i386 target
1585L: qemu-devel@nongnu.org
1586S: Maintained
1587F: tcg/i386/
1588F: disas/i386.c
1589
1590IA64 target
1591M: Aurelien Jarno <aurelien@aurel32.net>
1592S: Maintained
1593F: tcg/ia64/
1594F: disas/ia64.c
1595
1596MIPS target
1597M: Aurelien Jarno <aurelien@aurel32.net>
1598S: Maintained
1599F: tcg/mips/
1600F: disas/mips.c
1601
1602PPC
1603M: Richard Henderson <rth@twiddle.net>
1604S: Odd Fixes
1605F: tcg/ppc/
1606F: disas/ppc.c
1607
1608S390 target
1609M: Alexander Graf <agraf@suse.de>
1610M: Richard Henderson <rth@twiddle.net>
1611S: Maintained
1612F: tcg/s390/
1613F: disas/s390.c
1614
1615SPARC target
1616S: Odd Fixes
1617F: tcg/sparc/
1618F: disas/sparc.c
1619
1620TCI target
1621M: Stefan Weil <sw@weilnetz.de>
1622S: Maintained
1623F: tcg/tci/
1624F: tci.c
1625F: disas/tci.c
1626
1627Block drivers
1628-------------
1629VMDK
1630M: Fam Zheng <famz@redhat.com>
1631L: qemu-block@nongnu.org
1632S: Supported
1633F: block/vmdk.c
1634
1635RBD
1636M: Josh Durgin <jdurgin@redhat.com>
1637M: Jeff Cody <jcody@redhat.com>
1638L: qemu-block@nongnu.org
1639S: Supported
1640F: block/rbd.c
1641T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1642
1643Sheepdog
1644M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1645M: Liu Yuan <namei.unix@gmail.com>
1646M: Jeff Cody <jcody@redhat.com>
1647L: qemu-block@nongnu.org
1648L: sheepdog@lists.wpkg.org
1649S: Supported
1650F: block/sheepdog.c
1651T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1652
1653VHDX
1654M: Jeff Cody <jcody@redhat.com>
1655L: qemu-block@nongnu.org
1656S: Supported
1657F: block/vhdx*
1658T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1659
1660VDI
1661M: Stefan Weil <sw@weilnetz.de>
1662L: qemu-block@nongnu.org
1663S: Maintained
1664F: block/vdi.c
1665
1666iSCSI
1667M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1668M: Paolo Bonzini <pbonzini@redhat.com>
1669M: Peter Lieven <pl@kamp.de>
1670L: qemu-block@nongnu.org
1671S: Supported
1672F: block/iscsi.c
1673F: block/iscsi-opts.c
1674
1675NFS
1676M: Jeff Cody <jcody@redhat.com>
1677M: Peter Lieven <pl@kamp.de>
1678L: qemu-block@nongnu.org
1679S: Maintained
1680F: block/nfs.c
1681T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1682
1683SSH
1684M: Richard W.M. Jones <rjones@redhat.com>
1685M: Jeff Cody <jcody@redhat.com>
1686L: qemu-block@nongnu.org
1687S: Supported
1688F: block/ssh.c
1689T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1690
1691CURL
1692M: Jeff Cody <jcody@redhat.com>
1693L: qemu-block@nongnu.org
1694S: Supported
1695F: block/curl.c
1696T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1697
1698GLUSTER
1699M: Jeff Cody <jcody@redhat.com>
1700L: qemu-block@nongnu.org
1701S: Supported
1702F: block/gluster.c
1703T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1704
1705Null Block Driver
1706M: Fam Zheng <famz@redhat.com>
1707L: qemu-block@nongnu.org
1708S: Supported
1709F: block/null.c
1710
1711Bootdevice
1712M: Gonglei <arei.gonglei@huawei.com>
1713S: Maintained
1714F: bootdevice.c
1715
1716Quorum
1717M: Alberto Garcia <berto@igalia.com>
1718S: Supported
1719F: block/quorum.c
1720L: qemu-block@nongnu.org
1721
1722blkverify
1723M: Stefan Hajnoczi <stefanha@redhat.com>
1724L: qemu-block@nongnu.org
1725S: Supported
1726F: block/blkverify.c
1727
1728bochs
1729M: Stefan Hajnoczi <stefanha@redhat.com>
1730L: qemu-block@nongnu.org
1731S: Supported
1732F: block/bochs.c
1733
1734cloop
1735M: Stefan Hajnoczi <stefanha@redhat.com>
1736L: qemu-block@nongnu.org
1737S: Supported
1738F: block/cloop.c
1739
1740dmg
1741M: Stefan Hajnoczi <stefanha@redhat.com>
1742L: qemu-block@nongnu.org
1743S: Supported
1744F: block/dmg.c
1745
1746parallels
1747M: Stefan Hajnoczi <stefanha@redhat.com>
1748M: Denis V. Lunev <den@openvz.org>
1749L: qemu-block@nongnu.org
1750S: Supported
1751F: block/parallels.c
1752F: docs/specs/parallels.txt
1753
1754qed
1755M: Stefan Hajnoczi <stefanha@redhat.com>
1756L: qemu-block@nongnu.org
1757S: Supported
1758F: block/qed.c
1759
1760raw
1761M: Kevin Wolf <kwolf@redhat.com>
1762L: qemu-block@nongnu.org
1763S: Supported
1764F: block/linux-aio.c
1765F: include/block/raw-aio.h
1766F: block/raw-format.c
1767F: block/file-posix.c
1768F: block/file-win32.c
1769F: block/win32-aio.c
1770
1771qcow2
1772M: Kevin Wolf <kwolf@redhat.com>
1773M: Max Reitz <mreitz@redhat.com>
1774L: qemu-block@nongnu.org
1775S: Supported
1776F: block/qcow2*
1777
1778qcow
1779M: Kevin Wolf <kwolf@redhat.com>
1780L: qemu-block@nongnu.org
1781S: Supported
1782F: block/qcow.c
1783
1784blkdebug
1785M: Kevin Wolf <kwolf@redhat.com>
1786M: Max Reitz <mreitz@redhat.com>
1787L: qemu-block@nongnu.org
1788S: Supported
1789F: block/blkdebug.c
1790
1791vpc
1792M: Kevin Wolf <kwolf@redhat.com>
1793L: qemu-block@nongnu.org
1794S: Supported
1795F: block/vpc.c
1796
1797vvfat
1798M: Kevin Wolf <kwolf@redhat.com>
1799L: qemu-block@nongnu.org
1800S: Supported
1801F: block/vvfat.c
1802
1803Image format fuzzer
1804M: Stefan Hajnoczi <stefanha@redhat.com>
1805L: qemu-block@nongnu.org
1806S: Supported
1807F: tests/image-fuzzer/
1808
1809Replication
1810M: Wen Congyang <wency@cn.fujitsu.com>
1811M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1812S: Supported
1813F: replication*
1814F: block/replication.c
1815F: tests/test-replication.c
1816F: docs/block-replication.txt
1817
1818Build and test automation
1819-------------------------
1820M: Alex Bennée <alex.bennee@linaro.org>
1821M: Fam Zheng <famz@redhat.com>
1822L: qemu-devel@nongnu.org
1823S: Maintained
1824F: .travis.yml
1825F: .shippable.yml
1826F: tests/docker/
1827W: https://travis-ci.org/qemu/qemu
1828W: http://patchew.org/QEMU/
1829
1830Documentation
1831-------------
1832Build system architecture
1833M: Daniel P. Berrange <berrange@redhat.com>
1834S: Odd Fixes
1835F: docs/build-system.txt
1836
1837