xref: /openbmc/qemu/MAINTAINERS (revision 966f2ec3)
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: https://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
79Architecture support
80--------------------
81S390
82M: Cornelia Huck <cohuck@redhat.com>
83S: Supported
84F: default-configs/s390x-softmmu.mak
85F: gdb-xml/s390*.xml
86F: hw/char/sclp*.[hc]
87F: hw/char/terminal3270.c
88F: hw/intc/s390_flic.c
89F: hw/intc/s390_flic_kvm.c
90F: hw/s390x/
91F: hw/vfio/ap.c
92F: hw/vfio/ccw.c
93F: hw/watchdog/wdt_diag288.c
94F: include/hw/s390x/
95F: include/hw/watchdog/wdt_diag288.h
96F: pc-bios/s390-ccw/
97F: pc-bios/s390-ccw.img
98F: target/s390x/
99F: docs/vfio-ap.txt
100K: ^Subject:.*(?i)s390x?
101T: git git://github.com/cohuck/qemu.git s390-next
102L: qemu-s390x@nongnu.org
103
104Guest CPU cores (TCG):
105----------------------
106Overall
107L: qemu-devel@nongnu.org
108M: Paolo Bonzini <pbonzini@redhat.com>
109M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
110M: Richard Henderson <rth@twiddle.net>
111S: Maintained
112F: cpus.c
113F: exec.c
114F: accel/tcg/
115F: include/exec/cpu*.h
116F: include/exec/exec-all.h
117F: include/exec/helper*.h
118F: include/exec/tb-hash.h
119F: include/sysemu/cpus.h
120
121FPU emulation
122M: Aurelien Jarno <aurelien@aurel32.net>
123M: Peter Maydell <peter.maydell@linaro.org>
124S: Odd Fixes
125F: fpu/
126F: include/fpu/
127
128Alpha
129M: Richard Henderson <rth@twiddle.net>
130S: Maintained
131F: target/alpha/
132F: tests/tcg/alpha/
133F: disas/alpha.c
134
135ARM
136M: Peter Maydell <peter.maydell@linaro.org>
137L: qemu-arm@nongnu.org
138S: Maintained
139F: target/arm/
140F: tests/tcg/arm/
141F: tests/tcg/aarch64/
142F: hw/arm/
143F: hw/cpu/a*mpcore.c
144F: include/hw/cpu/a*mpcore.h
145F: disas/arm.c
146F: disas/arm-a64.cc
147F: disas/libvixl/
148
149CRIS
150M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
151S: Maintained
152F: target/cris/
153F: hw/cris/
154F: include/hw/cris/
155F: tests/tcg/cris/
156F: disas/cris.c
157
158HPPA (PA-RISC)
159M: Richard Henderson <rth@twiddle.net>
160S: Maintained
161F: target/hppa/
162F: hw/hppa/
163F: disas/hppa.c
164
165LM32
166M: Michael Walle <michael@walle.cc>
167S: Maintained
168F: target/lm32/
169F: disas/lm32.c
170F: hw/lm32/
171F: hw/*/lm32_*
172F: hw/*/milkymist-*
173F: include/hw/char/lm32_juart.h
174F: include/hw/lm32/
175F: tests/tcg/lm32/
176
177M68K
178M: Laurent Vivier <laurent@vivier.eu>
179S: Maintained
180F: target/m68k/
181F: disas/m68k.c
182
183MicroBlaze
184M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
185S: Maintained
186F: target/microblaze/
187F: hw/microblaze/
188F: disas/microblaze.c
189
190MIPS
191M: Aurelien Jarno <aurelien@aurel32.net>
192M: Aleksandar Markovic <amarkovic@wavecomp.com>
193S: Maintained
194F: target/mips/
195F: hw/mips/
196F: hw/misc/mips_*
197F: hw/intc/mips_gic.c
198F: hw/timer/mips_gictimer.c
199F: include/hw/mips/
200F: include/hw/misc/mips_*
201F: include/hw/intc/mips_gic.h
202F: include/hw/timer/mips_gictimer.h
203F: tests/tcg/mips/
204F: disas/mips.c
205
206Moxie
207M: Anthony Green <green@moxielogic.com>
208S: Maintained
209F: target/moxie/
210F: disas/moxie.c
211F: hw/moxie/
212F: default-configs/moxie-softmmu.mak
213
214NiosII
215M: Chris Wulff <crwulff@gmail.com>
216M: Marek Vasut <marex@denx.de>
217S: Maintained
218F: target/nios2/
219F: hw/nios2/
220F: disas/nios2.c
221
222OpenRISC
223M: Stafford Horne <shorne@gmail.com>
224S: Odd Fixes
225F: target/openrisc/
226F: hw/openrisc/
227F: tests/tcg/openrisc/
228
229PowerPC
230M: David Gibson <david@gibson.dropbear.id.au>
231M: Alexander Graf <agraf@suse.de>
232L: qemu-ppc@nongnu.org
233S: Maintained
234F: target/ppc/
235F: hw/ppc/
236F: include/hw/ppc/
237F: disas/ppc.c
238
239RISC-V
240M: Michael Clark <mjc@sifive.com>
241M: Palmer Dabbelt <palmer@sifive.com>
242M: Sagar Karandikar <sagark@eecs.berkeley.edu>
243M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
244S: Maintained
245F: target/riscv/
246F: hw/riscv/
247F: include/hw/riscv/
248F: disas/riscv.c
249
250S390
251M: Richard Henderson <rth@twiddle.net>
252M: Alexander Graf <agraf@suse.de>
253M: David Hildenbrand <david@redhat.com>
254S: Maintained
255F: target/s390x/
256F: hw/s390x/
257F: disas/s390.c
258F: tests/tcg/s390x/
259L: qemu-s390x@nongnu.org
260
261SH4
262M: Aurelien Jarno <aurelien@aurel32.net>
263S: Odd Fixes
264F: target/sh4/
265F: hw/sh4/
266F: disas/sh4.c
267F: include/hw/sh4/
268
269SPARC
270M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
271M: Artyom Tarasenko <atar4qemu@gmail.com>
272S: Maintained
273F: target/sparc/
274F: hw/sparc/
275F: hw/sparc64/
276F: disas/sparc.c
277
278UniCore32
279M: Guan Xuetao <gxt@mprc.pku.edu.cn>
280S: Maintained
281F: target/unicore32/
282F: hw/unicore32/
283F: include/hw/unicore32/
284
285X86
286M: Paolo Bonzini <pbonzini@redhat.com>
287M: Richard Henderson <rth@twiddle.net>
288M: Eduardo Habkost <ehabkost@redhat.com>
289S: Maintained
290F: target/i386/
291F: tests/tcg/i386/
292F: tests/tcg/x86_64/
293F: hw/i386/
294F: disas/i386.c
295F: docs/qemu-cpu-models.texi
296T: git git://github.com/ehabkost/qemu.git x86-next
297
298Xtensa
299M: Max Filippov <jcmvbkbc@gmail.com>
300W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
301S: Maintained
302F: target/xtensa/
303F: hw/xtensa/
304F: tests/tcg/xtensa/
305F: disas/xtensa.c
306
307TriCore
308M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
309S: Maintained
310F: target/tricore/
311F: hw/tricore/
312F: include/hw/tricore/
313
314Multiarch Linux User Tests
315M: Alex Bennée <alex.bennee@linaro.org>
316F: tests/tcg/multiarch/
317
318Guest CPU Cores (KVM):
319----------------------
320
321Overall
322M: Paolo Bonzini <pbonzini@redhat.com>
323L: kvm@vger.kernel.org
324S: Supported
325F: */kvm.*
326F: accel/kvm/
327F: include/sysemu/kvm*.h
328
329ARM
330M: Peter Maydell <peter.maydell@linaro.org>
331L: qemu-arm@nongnu.org
332S: Maintained
333F: target/arm/kvm.c
334
335MIPS
336M: James Hogan <jhogan@kernel.org>
337S: Maintained
338F: target/mips/kvm.c
339
340PPC
341M: Alexander Graf <agraf@suse.de>
342S: Maintained
343F: target/ppc/kvm.c
344
345S390
346M: Christian Borntraeger <borntraeger@de.ibm.com>
347M: Cornelia Huck <cohuck@redhat.com>
348M: Alexander Graf <agraf@suse.de>
349S: Maintained
350F: target/s390x/kvm.c
351F: target/s390x/kvm_s390x.h
352F: target/s390x/kvm-stub.c
353F: target/s390x/ioinst.[ch]
354F: target/s390x/machine.c
355F: target/s390x/sigp.c
356F: hw/intc/s390_flic.c
357F: hw/intc/s390_flic_kvm.c
358F: include/hw/s390x/s390_flic.h
359F: gdb-xml/s390*.xml
360T: git git://github.com/cohuck/qemu.git s390-next
361T: git git://github.com/borntraeger/qemu.git s390-next
362L: qemu-s390x@nongnu.org
363
364X86
365M: Paolo Bonzini <pbonzini@redhat.com>
366M: Marcelo Tosatti <mtosatti@redhat.com>
367L: kvm@vger.kernel.org
368S: Supported
369F: target/i386/kvm.c
370
371Guest CPU Cores (Xen):
372----------------------
373
374X86
375M: Stefano Stabellini <sstabellini@kernel.org>
376M: Anthony Perard <anthony.perard@citrix.com>
377L: xen-devel@lists.xenproject.org
378S: Supported
379F: */xen*
380F: hw/9pfs/xen-9p-backend.c
381F: hw/char/xen_console.c
382F: hw/display/xenfb.c
383F: hw/net/xen_nic.c
384F: hw/block/xen_*
385F: hw/xen/
386F: hw/xenpv/
387F: hw/i386/xen/
388F: include/hw/xen/
389F: include/sysemu/xen-mapcache.h
390
391Hosts:
392------
393
394LINUX
395L: qemu-devel@nongnu.org
396S: Maintained
397F: linux-*
398F: linux-headers/
399
400POSIX
401L: qemu-devel@nongnu.org
402S: Maintained
403F: *posix*
404
405NETBSD
406L: qemu-devel@nongnu.org
407M: Kamil Rytarowski <kamil@netbsd.org>
408S: Maintained
409K: ^Subject:.*(?i)NetBSD
410
411OPENBSD
412L: qemu-devel@nongnu.org
413M: Brad Smith <brad@comstyle.com>
414S: Maintained
415K: ^Subject:.*(?i)OpenBSD
416
417W32, W64
418L: qemu-devel@nongnu.org
419M: Stefan Weil <sw@weilnetz.de>
420S: Maintained
421F: *win32*
422F: */*win32*
423F: include/*/*win32*
424X: qga/*win32*
425F: qemu.nsi
426
427Alpha Machines
428M: Richard Henderson <rth@twiddle.net>
429S: Maintained
430F: hw/alpha/
431F: hw/isa/smc37c669-superio.c
432
433ARM Machines
434------------
435Allwinner-a10
436M: Beniamino Galvani <b.galvani@gmail.com>
437L: qemu-arm@nongnu.org
438S: Maintained
439F: hw/*/allwinner*
440F: include/hw/*/allwinner*
441F: hw/arm/cubieboard.c
442
443ARM PrimeCell and CMSDK devices
444M: Peter Maydell <peter.maydell@linaro.org>
445L: qemu-arm@nongnu.org
446S: Maintained
447F: hw/char/pl011.c
448F: include/hw/char/pl011.h
449F: hw/display/pl110*
450F: hw/dma/pl080.c
451F: include/hw/dma/pl080.h
452F: hw/dma/pl330.c
453F: hw/gpio/pl061.c
454F: hw/input/pl050.c
455F: hw/intc/pl190.c
456F: hw/sd/pl181.c
457F: hw/ssi/pl022.c
458F: include/hw/ssi/pl022.h
459F: hw/timer/pl031.c
460F: include/hw/arm/primecell.h
461F: hw/timer/cmsdk-apb-timer.c
462F: include/hw/timer/cmsdk-apb-timer.h
463F: hw/timer/cmsdk-apb-dualtimer.c
464F: include/hw/timer/cmsdk-apb-dualtimer.h
465F: hw/char/cmsdk-apb-uart.c
466F: include/hw/char/cmsdk-apb-uart.h
467F: hw/watchdog/cmsdk-apb-watchdog.c
468F: include/hw/watchdog/cmsdk-apb-watchdog.h
469F: hw/misc/tz-ppc.c
470F: include/hw/misc/tz-ppc.h
471F: hw/misc/tz-mpc.c
472F: include/hw/misc/tz-mpc.h
473F: hw/misc/tz-msc.c
474F: include/hw/misc/tz-msc.h
475
476ARM cores
477M: Peter Maydell <peter.maydell@linaro.org>
478L: qemu-arm@nongnu.org
479S: Maintained
480F: hw/intc/arm*
481F: hw/intc/gic_internal.h
482F: hw/misc/a9scu.c
483F: hw/misc/arm11scu.c
484F: hw/timer/a9gtimer*
485F: hw/timer/arm*
486F: include/hw/arm/arm*.h
487F: include/hw/intc/arm*
488F: include/hw/misc/a9scu.h
489F: include/hw/misc/arm11scu.h
490F: include/hw/timer/a9gtimer.h
491F: include/hw/timer/arm_mptimer.h
492F: include/hw/timer/armv7m_systick.h
493F: tests/test-arm-mptimer.c
494
495Exynos
496M: Igor Mitsyanko <i.mitsyanko@gmail.com>
497L: qemu-arm@nongnu.org
498S: Maintained
499F: hw/*/exynos*
500F: include/hw/arm/exynos4210.h
501
502Calxeda Highbank
503M: Rob Herring <robh@kernel.org>
504L: qemu-arm@nongnu.org
505S: Maintained
506F: hw/arm/highbank.c
507F: hw/net/xgmac.c
508
509Canon DIGIC
510M: Antony Pavlov <antonynpavlov@gmail.com>
511L: qemu-arm@nongnu.org
512S: Maintained
513F: include/hw/arm/digic.h
514F: hw/*/digic*
515
516Gumstix
517M: Philippe Mathieu-Daudé <f4bug@amsat.org>
518L: qemu-devel@nongnu.org
519L: qemu-arm@nongnu.org
520S: Odd Fixes
521F: hw/arm/gumstix.c
522
523i.MX31
524M: Peter Chubb <peter.chubb@nicta.com.au>
525L: qemu-arm@nongnu.org
526S: Odd fixes
527F: hw/*/imx*
528F: include/hw/*/imx*
529F: hw/arm/kzm.c
530F: include/hw/arm/fsl-imx31.h
531
532Integrator CP
533M: Peter Maydell <peter.maydell@linaro.org>
534L: qemu-arm@nongnu.org
535S: Maintained
536F: hw/arm/integratorcp.c
537F: hw/misc/arm_integrator_debug.c
538
539MPS2
540M: Peter Maydell <peter.maydell@linaro.org>
541L: qemu-arm@nongnu.org
542S: Maintained
543F: hw/arm/mps2.c
544F: hw/arm/mps2-tz.c
545F: hw/misc/mps2-*.c
546F: include/hw/misc/mps2-*.h
547F: hw/arm/iotkit.c
548F: include/hw/arm/iotkit.h
549F: hw/misc/iotkit-sysctl.c
550F: include/hw/misc/iotkit-sysctl.h
551F: hw/misc/iotkit-sysinfo.c
552F: include/hw/misc/iotkit-sysinfo.h
553
554Musicpal
555M: Jan Kiszka <jan.kiszka@web.de>
556L: qemu-arm@nongnu.org
557S: Maintained
558F: hw/arm/musicpal.c
559
560nSeries
561M: Andrzej Zaborowski <balrogg@gmail.com>
562L: qemu-arm@nongnu.org
563S: Maintained
564F: hw/arm/nseries.c
565
566Palm
567M: Andrzej Zaborowski <balrogg@gmail.com>
568L: qemu-arm@nongnu.org
569S: Maintained
570F: hw/arm/palm.c
571
572Real View
573M: Peter Maydell <peter.maydell@linaro.org>
574L: qemu-arm@nongnu.org
575S: Maintained
576F: hw/arm/realview*
577F: hw/cpu/realview_mpcore.c
578F: hw/intc/realview_gic.c
579F: include/hw/intc/realview_gic.h
580
581PXA2XX
582M: Andrzej Zaborowski <balrogg@gmail.com>
583L: qemu-arm@nongnu.org
584S: Maintained
585F: hw/arm/mainstone.c
586F: hw/arm/spitz.c
587F: hw/arm/tosa.c
588F: hw/arm/z2.c
589F: hw/*/pxa2xx*
590F: hw/misc/mst_fpga.c
591F: include/hw/arm/pxa.h
592
593Stellaris
594M: Peter Maydell <peter.maydell@linaro.org>
595L: qemu-arm@nongnu.org
596S: Maintained
597F: hw/*/stellaris*
598
599Versatile PB
600M: Peter Maydell <peter.maydell@linaro.org>
601L: qemu-arm@nongnu.org
602S: Maintained
603F: hw/*/versatile*
604F: hw/misc/arm_sysctl.c
605
606Xilinx Zynq
607M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
608M: Alistair Francis <alistair@alistair23.me>
609L: qemu-arm@nongnu.org
610S: Maintained
611F: hw/*/xilinx_*
612F: hw/*/cadence_*
613F: hw/misc/zynq*
614F: include/hw/misc/zynq*
615X: hw/ssi/xilinx_*
616
617Xilinx ZynqMP
618M: Alistair Francis <alistair@alistair23.me>
619M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
620L: qemu-arm@nongnu.org
621S: Maintained
622F: hw/*/xlnx*.c
623F: include/hw/*/xlnx*.h
624
625ARM ACPI Subsystem
626M: Shannon Zhao <zhaoshenglong@huawei.com>
627M: Shannon Zhao <shannon.zhaosl@gmail.com>
628L: qemu-arm@nongnu.org
629S: Maintained
630F: hw/arm/virt-acpi-build.c
631
632STM32F205
633M: Alistair Francis <alistair@alistair23.me>
634S: Maintained
635F: hw/arm/stm32f205_soc.c
636F: hw/misc/stm32f2xx_syscfg.c
637F: hw/char/stm32f2xx_usart.c
638F: hw/timer/stm32f2xx_timer.c
639F: hw/adc/*
640F: hw/ssi/stm32f2xx_spi.c
641F: include/hw/*/stm32*.h
642
643Netduino 2
644M: Alistair Francis <alistair@alistair23.me>
645S: Maintained
646F: hw/arm/netduino2.c
647
648SmartFusion2
649M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
650S: Maintained
651F: hw/arm/msf2-soc.c
652F: hw/misc/msf2-sysreg.c
653F: hw/timer/mss-timer.c
654F: hw/ssi/mss-spi.c
655F: include/hw/arm/msf2-soc.h
656F: include/hw/misc/msf2-sysreg.h
657F: include/hw/timer/mss-timer.h
658F: include/hw/ssi/mss-spi.h
659
660Emcraft M2S-FG484
661M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
662S: Maintained
663F: hw/arm/msf2-som.c
664
665ASPEED BMCs
666M: Cédric Le Goater <clg@kaod.org>
667R: Andrew Jeffery <andrew@aj.id.au>
668R: Joel Stanley <joel@jms.id.au>
669L: qemu-arm@nongnu.org
670S: Maintained
671F: hw/*/*aspeed*
672F: include/hw/*/*aspeed*
673F: hw/net/ftgmac100.c
674F: include/hw/net/ftgmac100.h
675
676NRF51
677M: Joel Stanley <joel@jms.id.au>
678L: qemu-arm@nongnu.org
679S: Maintained
680F: hw/arm/nrf51_soc.c
681F: hw/arm/microbit.c
682F: include/hw/arm/nrf51_soc.h
683
684CRIS Machines
685-------------
686Axis Dev88
687M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
688S: Maintained
689F: hw/cris/axis_dev88.c
690F: hw/*/etraxfs_*.c
691
692LM32 Machines
693-------------
694EVR32 and uclinux BSP
695M: Michael Walle <michael@walle.cc>
696S: Maintained
697F: hw/lm32/lm32_boards.c
698
699milkymist
700M: Michael Walle <michael@walle.cc>
701S: Maintained
702F: hw/lm32/milkymist.c
703
704M68K Machines
705-------------
706an5206
707M: Thomas Huth <huth@tuxfamily.org>
708S: Odd Fixes
709F: hw/m68k/an5206.c
710F: hw/m68k/mcf5206.c
711
712mcf5208
713M: Thomas Huth <huth@tuxfamily.org>
714S: Odd Fixes
715F: hw/m68k/mcf5208.c
716F: hw/m68k/mcf_intc.c
717F: hw/char/mcf_uart.c
718F: hw/net/mcf_fec.c
719F: include/hw/m68k/mcf*.h
720
721MicroBlaze Machines
722-------------------
723petalogix_s3adsp1800
724M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
725S: Maintained
726F: hw/microblaze/petalogix_s3adsp1800_mmu.c
727
728petalogix_ml605
729M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
730S: Maintained
731F: hw/microblaze/petalogix_ml605_mmu.c
732
733MIPS Machines
734-------------
735Jazz
736M: Hervé Poussineau <hpoussin@reactos.org>
737S: Maintained
738F: hw/mips/mips_jazz.c
739
740Malta
741M: Aurelien Jarno <aurelien@aurel32.net>
742S: Maintained
743F: hw/mips/mips_malta.c
744
745Mipssim
746M: Aleksandar Markovic <amarkovic@wavecomp.com>
747S: Odd Fixes
748F: hw/mips/mips_mipssim.c
749F: hw/net/mipsnet.c
750
751R4000
752M: Aurelien Jarno <aurelien@aurel32.net>
753S: Maintained
754F: hw/mips/mips_r4k.c
755
756Fulong 2E
757M: Aleksandar Markovic <amarkovic@wavecomp.com>
758S: Odd Fixes
759F: hw/mips/mips_fulong2e.c
760F: hw/isa/vt82c686.c
761
762F: include/hw/isa/vt82c686.h
763
764Boston
765M: Paul Burton <pburton@wavecomp.com>
766S: Maintained
767F: hw/core/loader-fit.c
768F: hw/mips/boston.c
769F: hw/pci-host/xilinx-pcie.c
770
771OpenRISC Machines
772-----------------
773or1k-sim
774M: Jia Liu <proljc@gmail.com>
775S: Maintained
776F: hw/openrisc/openrisc_sim.c
777
778PowerPC Machines
779----------------
780405
781M: Alexander Graf <agraf@suse.de>
782L: qemu-ppc@nongnu.org
783S: Odd Fixes
784F: hw/ppc/ppc405_boards.c
785
786Bamboo
787M: Alexander Graf <agraf@suse.de>
788L: qemu-ppc@nongnu.org
789S: Odd Fixes
790F: hw/ppc/ppc440_bamboo.c
791
792e500
793M: Alexander Graf <agraf@suse.de>
794L: qemu-ppc@nongnu.org
795S: Supported
796F: hw/ppc/e500.[hc]
797F: hw/ppc/e500plat.c
798F: include/hw/ppc/ppc_e500.h
799F: include/hw/pci-host/ppce500.h
800F: pc-bios/u-boot.e500
801
802mpc8544ds
803M: Alexander Graf <agraf@suse.de>
804L: qemu-ppc@nongnu.org
805S: Supported
806F: hw/ppc/mpc8544ds.c
807F: hw/ppc/mpc8544_guts.c
808
809New World
810M: Alexander Graf <agraf@suse.de>
811L: qemu-ppc@nongnu.org
812S: Maintained
813F: hw/ppc/mac_newworld.c
814F: hw/pci-host/uninorth.c
815F: hw/pci-bridge/dec.[hc]
816F: hw/misc/macio/
817F: hw/misc/mos6522.c
818F: hw/nvram/mac_nvram.c
819F: include/hw/misc/macio/
820F: include/hw/misc/mos6522.h
821F: include/hw/ppc/mac_dbdma.h
822
823Old World
824M: Alexander Graf <agraf@suse.de>
825L: qemu-ppc@nongnu.org
826S: Maintained
827F: hw/ppc/mac_oldworld.c
828F: hw/pci-host/grackle.c
829F: hw/misc/macio/
830F: hw/intc/heathrow_pic.c
831
832PReP
833M: Hervé Poussineau <hpoussin@reactos.org>
834L: qemu-devel@nongnu.org
835L: qemu-ppc@nongnu.org
836S: Maintained
837F: hw/ppc/prep.c
838F: hw/ppc/prep_systemio.c
839F: hw/ppc/rs6000_mc.c
840F: hw/pci-host/prep.[hc]
841F: hw/isa/i82378.c
842F: hw/isa/pc87312.c
843F: hw/dma/i82374.c
844F: hw/timer/m48t59-isa.c
845F: include/hw/isa/pc87312.h
846F: include/hw/timer/m48t59.h
847F: pc-bios/ppc_rom.bin
848
849sPAPR
850M: David Gibson <david@gibson.dropbear.id.au>
851M: Alexander Graf <agraf@suse.de>
852L: qemu-ppc@nongnu.org
853S: Supported
854F: hw/*/spapr*
855F: include/hw/*/spapr*
856F: hw/*/xics*
857F: include/hw/*/xics*
858F: pc-bios/spapr-rtas/*
859F: pc-bios/spapr-rtas.bin
860F: pc-bios/slof.bin
861F: pc-bios/skiboot.lid
862F: docs/specs/ppc-spapr-hcalls.txt
863F: docs/specs/ppc-spapr-hotplug.txt
864F: tests/spapr*
865F: tests/libqos/*spapr*
866F: tests/rtas*
867F: tests/libqos/rtas*
868
869virtex_ml507
870M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
871L: qemu-ppc@nongnu.org
872S: Odd Fixes
873F: hw/ppc/virtex_ml507.c
874
875sam460ex
876M: BALATON Zoltan <balaton@eik.bme.hu>
877L: qemu-ppc@nongnu.org
878S: Maintained
879F: hw/ide/sii3112.c
880F: hw/timer/m41t80.c
881
882SH4 Machines
883------------
884R2D
885M: Magnus Damm <magnus.damm@gmail.com>
886S: Maintained
887F: hw/sh4/r2d.c
888F: hw/intc/sh_intc.c
889F: hw/timer/sh_timer.c
890
891Shix
892M: Magnus Damm <magnus.damm@gmail.com>
893S: Odd Fixes
894F: hw/sh4/shix.c
895
896SPARC Machines
897--------------
898Sun4m
899M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
900S: Maintained
901F: hw/sparc/sun4m.c
902F: hw/sparc/sun4m_iommu.c
903F: hw/dma/sparc32_dma.c
904F: hw/misc/eccmemctl.c
905F: hw/misc/slavio_misc.c
906F: include/hw/sparc/sparc32_dma.h
907F: pc-bios/openbios-sparc32
908
909Sun4u
910M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
911S: Maintained
912F: hw/sparc64/sun4u.c
913F: pc-bios/openbios-sparc64
914
915Sun4v
916M: Artyom Tarasenko <atar4qemu@gmail.com>
917S: Maintained
918F: hw/sparc64/niagara.c
919F: hw/timer/sun4v-rtc.c
920F: include/hw/timer/sun4v-rtc.h
921
922Leon3
923M: Fabien Chouteau <chouteau@adacore.com>
924S: Maintained
925F: hw/sparc/leon3.c
926F: hw/*/grlib*
927F: include/hw/sparc/grlib.h
928
929S390 Machines
930-------------
931S390 Virtio-ccw
932M: Cornelia Huck <cohuck@redhat.com>
933M: Christian Borntraeger <borntraeger@de.ibm.com>
934M: Alexander Graf <agraf@suse.de>
935S: Supported
936F: hw/char/sclp*.[hc]
937F: hw/char/terminal3270.c
938F: hw/s390x/
939F: include/hw/s390x/
940F: hw/watchdog/wdt_diag288.c
941F: include/hw/watchdog/wdt_diag288.h
942F: default-configs/s390x-softmmu.mak
943T: git git://github.com/cohuck/qemu.git s390-next
944T: git git://github.com/borntraeger/qemu.git s390-next
945L: qemu-s390x@nongnu.org
946
947S390-ccw Bios
948M: Christian Borntraeger <borntraeger@de.ibm.com>
949M: Thomas Huth <thuth@redhat.com>
950S: Supported
951F: pc-bios/s390-ccw/
952F: pc-bios/s390-ccw.img
953T: git git://github.com/borntraeger/qemu.git s390-next
954L: qemu-s390x@nongnu.org
955
956UniCore32 Machines
957-------------
958PKUnity-3 SoC initramfs-with-busybox
959M: Guan Xuetao <gxt@mprc.pku.edu.cn>
960S: Maintained
961F: hw/*/puv3*
962F: hw/unicore32/
963
964X86 Machines
965------------
966PC
967M: Michael S. Tsirkin <mst@redhat.com>
968M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
969S: Supported
970F: include/hw/i386/
971F: hw/i386/
972F: hw/pci-host/piix.c
973F: hw/pci-host/q35.c
974F: hw/pci-host/pam.c
975F: include/hw/pci-host/q35.h
976F: include/hw/pci-host/pam.h
977F: hw/isa/piix4.c
978F: hw/isa/lpc_ich9.c
979F: hw/i2c/smbus_ich9.c
980F: hw/acpi/piix4.c
981F: hw/acpi/ich9.c
982F: include/hw/acpi/ich9.h
983F: include/hw/acpi/piix4.h
984F: hw/misc/sga.c
985
986PC Chipset
987M: Michael S. Tsirkin <mst@redhat.com>
988M: Paolo Bonzini <pbonzini@redhat.com>
989S: Supported
990F: hw/char/debugcon.c
991F: hw/char/parallel*
992F: hw/char/serial*
993F: hw/dma/i8257*
994F: hw/i2c/pm_smbus.c
995F: hw/input/pckbd.c
996F: hw/intc/apic*
997F: hw/intc/ioapic*
998F: hw/intc/i8259*
999F: hw/isa/isa-superio.c
1000F: hw/misc/debugexit.c
1001F: hw/misc/pc-testdev.c
1002F: hw/timer/hpet*
1003F: hw/timer/i8254*
1004F: hw/timer/mc146818rtc*
1005F: hw/watchdog/wdt_ib700.c
1006F: include/hw/display/vga.h
1007F: include/hw/char/parallel.h
1008F: include/hw/dma/i8257.h
1009F: include/hw/i2c/pm_smbus.h
1010F: include/hw/input/i8042.h
1011F: include/hw/isa/superio.h
1012F: include/hw/timer/hpet.h
1013F: include/hw/timer/i8254*
1014F: include/hw/timer/mc146818rtc*
1015
1016Machine core
1017M: Eduardo Habkost <ehabkost@redhat.com>
1018M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1019S: Supported
1020F: hw/core/machine.c
1021F: hw/core/null-machine.c
1022F: include/hw/boards.h
1023T: git git://github.com/ehabkost/qemu.git machine-next
1024
1025Xtensa Machines
1026---------------
1027sim
1028M: Max Filippov <jcmvbkbc@gmail.com>
1029S: Maintained
1030F: hw/xtensa/sim.c
1031
1032XTFPGA (LX60, LX200, ML605, KC705)
1033M: Max Filippov <jcmvbkbc@gmail.com>
1034S: Maintained
1035F: hw/xtensa/xtfpga.c
1036F: hw/net/opencores_eth.c
1037
1038Devices
1039-------
1040EDU
1041M: Jiri Slaby <jslaby@suse.cz>
1042S: Maintained
1043F: hw/misc/edu.c
1044
1045IDE
1046M: John Snow <jsnow@redhat.com>
1047L: qemu-block@nongnu.org
1048S: Supported
1049F: include/hw/ide.h
1050F: include/hw/ide/
1051F: hw/ide/
1052F: hw/block/block.c
1053F: hw/block/cdrom.c
1054F: hw/block/hd-geometry.c
1055F: tests/ide-test.c
1056F: tests/ahci-test.c
1057F: tests/cdrom-test.c
1058F: tests/libqos/ahci*
1059T: git git://github.com/jnsnow/qemu.git ide
1060
1061IPMI
1062M: Corey Minyard <minyard@acm.org>
1063S: Maintained
1064F: include/hw/ipmi/*
1065F: hw/ipmi/*
1066F: hw/smbios/smbios_type_38.c
1067F: tests/ipmi*
1068T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1069
1070Floppy
1071M: John Snow <jsnow@redhat.com>
1072L: qemu-block@nongnu.org
1073S: Supported
1074F: hw/block/fdc.c
1075F: include/hw/block/fdc.h
1076F: tests/fdc-test.c
1077T: git git://github.com/jnsnow/qemu.git ide
1078
1079OMAP
1080M: Peter Maydell <peter.maydell@linaro.org>
1081S: Maintained
1082F: hw/*/omap*
1083F: include/hw/arm/omap.h
1084
1085IPack
1086M: Alberto Garcia <berto@igalia.com>
1087S: Odd Fixes
1088F: hw/char/ipoctal232.c
1089F: hw/ipack/
1090
1091PCI
1092M: Michael S. Tsirkin <mst@redhat.com>
1093M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1094S: Supported
1095F: include/hw/pci/*
1096F: hw/misc/pci-testdev.c
1097F: hw/pci/*
1098F: hw/pci-bridge/*
1099F: docs/pci*
1100F: docs/specs/*pci*
1101F: default-configs/pci.mak
1102
1103ACPI/SMBIOS
1104M: Michael S. Tsirkin <mst@redhat.com>
1105M: Igor Mammedov <imammedo@redhat.com>
1106S: Supported
1107F: include/hw/acpi/*
1108F: include/hw/smbios/*
1109F: hw/mem/*
1110F: hw/acpi/*
1111F: hw/smbios/*
1112F: hw/i386/acpi-build.[hc]
1113F: hw/arm/virt-acpi-build.c
1114F: tests/bios-tables-test.c
1115F: tests/acpi-utils.[hc]
1116
1117ppc4xx
1118M: Alexander Graf <agraf@suse.de>
1119L: qemu-ppc@nongnu.org
1120S: Odd Fixes
1121F: hw/ppc/ppc4*.c
1122F: hw/i2c/ppc4xx_i2c.c
1123F: include/hw/ppc/ppc4xx.h
1124F: include/hw/i2c/ppc4xx_i2c.h
1125
1126ppce500
1127M: Alexander Graf <agraf@suse.de>
1128L: qemu-ppc@nongnu.org
1129S: Supported
1130F: hw/ppc/e500*
1131F: hw/pci-host/ppce500.c
1132F: hw/net/fsl_etsec/
1133
1134Character devices
1135M: Paolo Bonzini <pbonzini@redhat.com>
1136S: Odd Fixes
1137F: hw/char/
1138
1139Network devices
1140M: Jason Wang <jasowang@redhat.com>
1141S: Odd Fixes
1142F: hw/net/
1143F: include/hw/net/
1144F: tests/virtio-net-test.c
1145T: git git://github.com/jasowang/qemu.git net
1146
1147SCSI
1148M: Paolo Bonzini <pbonzini@redhat.com>
1149R: Fam Zheng <famz@redhat.com>
1150S: Supported
1151F: include/hw/scsi/*
1152F: hw/scsi/*
1153F: tests/virtio-scsi-test.c
1154T: git git://github.com/bonzini/qemu.git scsi-next
1155
1156SSI
1157M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1158M: Alistair Francis <alistair@alistair23.me>
1159S: Maintained
1160F: hw/ssi/*
1161F: hw/block/m25p80.c
1162F: include/hw/ssi/ssi.h
1163X: hw/ssi/xilinx_*
1164F: tests/m25p80-test.c
1165
1166Xilinx SPI
1167M: Alistair Francis <alistair@alistair23.me>
1168M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1169S: Maintained
1170F: hw/ssi/xilinx_*
1171
1172SD (Secure Card)
1173M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1174S: Odd Fixes
1175F: include/hw/sd/sd*
1176F: hw/sd/core.c
1177F: hw/sd/sd*
1178F: tests/sd*
1179
1180USB
1181M: Gerd Hoffmann <kraxel@redhat.com>
1182S: Maintained
1183F: hw/usb/*
1184F: tests/usb-*-test.c
1185F: docs/usb2.txt
1186F: docs/usb-storage.txt
1187F: include/hw/usb.h
1188F: include/hw/usb/
1189F: default-configs/usb.mak
1190
1191USB (serial adapter)
1192M: Gerd Hoffmann <kraxel@redhat.com>
1193M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1194S: Maintained
1195F: hw/usb/dev-serial.c
1196
1197VFIO
1198M: Alex Williamson <alex.williamson@redhat.com>
1199S: Supported
1200F: hw/vfio/*
1201F: include/hw/vfio/
1202
1203vfio-ccw
1204M: Cornelia Huck <cohuck@redhat.com>
1205S: Supported
1206F: hw/vfio/ccw.c
1207F: hw/s390x/s390-ccw.c
1208F: include/hw/s390x/s390-ccw.h
1209T: git git://github.com/cohuck/qemu.git s390-next
1210L: qemu-s390x@nongnu.org
1211
1212vfio-ap
1213M: Christian Borntraeger <borntraeger@de.ibm.com>
1214M: Tony Krowiak <akrowiak@linux.ibm.com>
1215M: Halil Pasic <pasic@linux.ibm.com>
1216M: Pierre Morel <pmorel@linux.ibm.com>
1217S: Supported
1218F: hw/s390x/ap-device.c
1219F: hw/s390x/ap-bridge.c
1220F: include/hw/s390x/ap-device.h
1221F: include/hw/s390x/ap-bridge.h
1222F: hw/vfio/ap.c
1223F: docs/vfio-ap.txt
1224L: qemu-s390x@nongnu.org
1225
1226vhost
1227M: Michael S. Tsirkin <mst@redhat.com>
1228S: Supported
1229F: hw/*/*vhost*
1230F: docs/interop/vhost-user.txt
1231
1232virtio
1233M: Michael S. Tsirkin <mst@redhat.com>
1234S: Supported
1235F: hw/*/virtio*
1236F: hw/virtio/Makefile.objs
1237F: hw/virtio/trace-events
1238F: net/vhost-user.c
1239F: include/hw/virtio/
1240F: tests/virtio-balloon-test.c
1241
1242virtio-9p
1243M: Greg Kurz <groug@kaod.org>
1244S: Supported
1245F: hw/9pfs/
1246F: fsdev/
1247F: tests/virtio-9p-test.c
1248T: git git://github.com/gkurz/qemu.git 9p-next
1249
1250virtio-blk
1251M: Stefan Hajnoczi <stefanha@redhat.com>
1252L: qemu-block@nongnu.org
1253S: Supported
1254F: hw/block/virtio-blk.c
1255F: hw/block/dataplane/*
1256F: tests/virtio-blk-test.c
1257T: git git://github.com/stefanha/qemu.git block
1258
1259virtio-ccw
1260M: Cornelia Huck <cohuck@redhat.com>
1261M: Christian Borntraeger <borntraeger@de.ibm.com>
1262S: Supported
1263F: hw/s390x/virtio-ccw*.[hc]
1264F: hw/s390x/vhost-vsock-ccw.c
1265T: git git://github.com/cohuck/qemu.git s390-next
1266T: git git://github.com/borntraeger/qemu.git s390-next
1267L: qemu-s390x@nongnu.org
1268
1269virtio-input
1270M: Gerd Hoffmann <kraxel@redhat.com>
1271S: Maintained
1272F: hw/input/virtio-input*.c
1273F: include/hw/virtio/virtio-input.h
1274
1275virtio-serial
1276M: Amit Shah <amit@kernel.org>
1277S: Supported
1278F: hw/char/virtio-serial-bus.c
1279F: hw/char/virtio-console.c
1280F: include/hw/virtio/virtio-serial.h
1281F: tests/virtio-console-test.c
1282F: tests/virtio-serial-test.c
1283
1284virtio-rng
1285M: Amit Shah <amit@kernel.org>
1286S: Supported
1287F: hw/virtio/virtio-rng.c
1288F: include/hw/virtio/virtio-rng.h
1289F: include/sysemu/rng*.h
1290F: backends/rng*.c
1291F: tests/virtio-rng-test.c
1292
1293virtio-crypto
1294M: Gonglei <arei.gonglei@huawei.com>
1295S: Supported
1296F: hw/virtio/virtio-crypto.c
1297F: hw/virtio/virtio-crypto-pci.c
1298F: include/hw/virtio/virtio-crypto.h
1299
1300nvme
1301M: Keith Busch <keith.busch@intel.com>
1302L: qemu-block@nongnu.org
1303S: Supported
1304F: hw/block/nvme*
1305F: tests/nvme-test.c
1306
1307megasas
1308M: Hannes Reinecke <hare@suse.com>
1309L: qemu-block@nongnu.org
1310S: Supported
1311F: hw/scsi/megasas.c
1312F: hw/scsi/mfi.h
1313F: tests/megasas-test.c
1314
1315Network packet abstractions
1316M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1317S: Maintained
1318F: include/net/eth.h
1319F: net/eth.c
1320F: hw/net/net_rx_pkt*
1321F: hw/net/net_tx_pkt*
1322
1323Vmware
1324M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1325S: Maintained
1326F: hw/net/vmxnet*
1327F: hw/scsi/vmw_pvscsi*
1328F: tests/vmxnet3-test.c
1329
1330Rocker
1331M: Jiri Pirko <jiri@resnulli.us>
1332S: Maintained
1333F: hw/net/rocker/
1334F: tests/rocker/
1335F: docs/specs/rocker.txt
1336
1337NVDIMM
1338M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1339S: Maintained
1340F: hw/acpi/nvdimm.c
1341F: hw/mem/nvdimm.c
1342F: include/hw/mem/nvdimm.h
1343
1344e1000x
1345M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1346S: Maintained
1347F: hw/net/e1000x*
1348
1349e1000e
1350M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1351S: Maintained
1352F: hw/net/e1000e*
1353
1354eepro100
1355M: Stefan Weil <sw@weilnetz.de>
1356S: Maintained
1357F: hw/net/eepro100.c
1358
1359Generic Loader
1360M: Alistair Francis <alistair@alistair23.me>
1361S: Maintained
1362F: hw/core/generic-loader.c
1363F: include/hw/core/generic-loader.h
1364F: docs/generic-loader.txt
1365
1366Intel Hexadecimal Object File Loader
1367M: Su Hang <suhang16@mails.ucas.ac.cn>
1368S: Maintained
1369F: tests/hexloader-test.c
1370F: tests/hex-loader-check-data/test.hex
1371
1372CHRP NVRAM
1373M: Thomas Huth <thuth@redhat.com>
1374S: Maintained
1375F: hw/nvram/chrp_nvram.c
1376F: include/hw/nvram/chrp_nvram.h
1377F: tests/prom-env-test.c
1378
1379VM Generation ID
1380M: Ben Warren <ben@skyportsystems.com>
1381S: Maintained
1382F: hw/acpi/vmgenid.c
1383F: include/hw/acpi/vmgenid.h
1384F: docs/specs/vmgenid.txt
1385F: tests/vmgenid-test.c
1386F: stubs/vmgenid.c
1387
1388Unimplemented device
1389M: Peter Maydell <peter.maydell@linaro.org>
1390R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1391S: Maintained
1392F: include/hw/misc/unimp.h
1393F: hw/misc/unimp.c
1394
1395Standard VGA
1396M: Gerd Hoffmann <kraxel@redhat.com>
1397S: Maintained
1398F: hw/display/vga*
1399F: hw/display/bochs-display.c
1400F: include/hw/display/vga.h
1401F: include/hw/display/bochs-vbe.h
1402
1403ramfb
1404M: Gerd Hoffmann <kraxel@redhat.com>
1405S: Maintained
1406F: hw/display/ramfb*.c
1407F: include/hw/display/ramfb.h
1408
1409virtio-gpu
1410M: Gerd Hoffmann <kraxel@redhat.com>
1411S: Maintained
1412F: hw/display/virtio-gpu*
1413F: hw/display/virtio-vga.c
1414F: include/hw/virtio/virtio-gpu.h
1415
1416Cirrus VGA
1417M: Gerd Hoffmann <kraxel@redhat.com>
1418S: Odd Fixes
1419W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1420F: hw/display/cirrus*
1421
1422EDID Generator
1423M: Gerd Hoffmann <kraxel@redhat.com>
1424S: Maintained
1425F: hw/display/edid*
1426F: include/hw/display/edid.h
1427F: qemu-edid.c
1428
1429Subsystems
1430----------
1431Audio
1432M: Gerd Hoffmann <kraxel@redhat.com>
1433S: Maintained
1434F: audio/
1435F: hw/audio/
1436F: include/hw/audio/
1437F: tests/ac97-test.c
1438F: tests/es1370-test.c
1439F: tests/intel-hda-test.c
1440
1441Block layer core
1442M: Kevin Wolf <kwolf@redhat.com>
1443M: Max Reitz <mreitz@redhat.com>
1444L: qemu-block@nongnu.org
1445S: Supported
1446F: block*
1447F: block/
1448F: hw/block/
1449F: include/block/
1450F: qemu-img*
1451F: qemu-io*
1452F: tests/qemu-iotests/
1453F: util/qemu-progress.c
1454F: qobject/block-qdict.c
1455F: tests/check-block-qdict.c
1456T: git git://repo.or.cz/qemu/kevin.git block
1457
1458Block I/O path
1459M: Stefan Hajnoczi <stefanha@redhat.com>
1460M: Fam Zheng <famz@redhat.com>
1461L: qemu-block@nongnu.org
1462S: Supported
1463F: util/async.c
1464F: util/aio-*.c
1465F: block/io.c
1466F: migration/block*
1467F: include/block/aio.h
1468F: include/block/aio-wait.h
1469F: scripts/qemugdb/aio.py
1470T: git git://github.com/stefanha/qemu.git block
1471
1472Block SCSI subsystem
1473M: Paolo Bonzini <pbonzini@redhat.com>
1474R: Fam Zheng <famz@redhat.com>
1475L: qemu-block@nongnu.org
1476S: Supported
1477F: include/scsi/*
1478F: scsi/*
1479
1480Block Jobs
1481M: Jeff Cody <jcody@redhat.com>
1482L: qemu-block@nongnu.org
1483S: Supported
1484F: blockjob.c
1485F: include/block/blockjob.h
1486F: job.c
1487F: job-qmp.c
1488F: include/qemu/job.h
1489F: block/backup.c
1490F: block/commit.c
1491F: block/stream.c
1492F: block/mirror.c
1493F: qapi/job.json
1494T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1495
1496Block QAPI, monitor, command line
1497M: Markus Armbruster <armbru@redhat.com>
1498S: Supported
1499F: blockdev.c
1500F: block/qapi.c
1501F: qapi/block*.json
1502F: qapi/transaction.json
1503T: git git://repo.or.cz/qemu/armbru.git block-next
1504
1505Dirty Bitmaps
1506M: Fam Zheng <famz@redhat.com>
1507M: John Snow <jsnow@redhat.com>
1508L: qemu-block@nongnu.org
1509S: Supported
1510F: util/hbitmap.c
1511F: block/dirty-bitmap.c
1512F: include/qemu/hbitmap.h
1513F: include/block/dirty-bitmap.h
1514F: tests/test-hbitmap.c
1515F: docs/interop/bitmaps.rst
1516T: git git://github.com/famz/qemu.git bitmaps
1517T: git git://github.com/jnsnow/qemu.git bitmaps
1518
1519Character device backends
1520M: Paolo Bonzini <pbonzini@redhat.com>
1521M: Marc-André Lureau <marcandre.lureau@redhat.com>
1522S: Maintained
1523F: chardev/
1524F: include/chardev/
1525F: qapi/char.json
1526
1527Character Devices (Braille)
1528M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1529S: Maintained
1530F: chardev/baum.c
1531
1532Command line option argument parsing
1533M: Markus Armbruster <armbru@redhat.com>
1534S: Supported
1535F: include/qemu/option.h
1536F: tests/test-keyval.c
1537F: tests/test-qemu-opts.c
1538F: util/keyval.c
1539F: util/qemu-option.c
1540
1541Coverity model
1542M: Markus Armbruster <armbru@redhat.com>
1543S: Supported
1544F: scripts/coverity-model.c
1545
1546CPU
1547L: qemu-devel@nongnu.org
1548S: Supported
1549F: qom/cpu.c
1550F: include/qom/cpu.h
1551
1552Device Tree
1553M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1554M: Alexander Graf <agraf@suse.de>
1555S: Maintained
1556F: device_tree.c
1557F: include/sysemu/device_tree.h
1558
1559Dump
1560S: Supported
1561M: Marc-André Lureau <marcandre.lureau@redhat.com>
1562F: dump.c
1563F: hw/misc/vmcoreinfo.c
1564F: include/hw/misc/vmcoreinfo.h
1565F: include/sysemu/dump-arch.h
1566F: include/sysemu/dump.h
1567F: scripts/dump-guest-memory.py
1568F: stubs/dump.c
1569
1570Error reporting
1571M: Markus Armbruster <armbru@redhat.com>
1572S: Supported
1573F: include/qapi/error.h
1574F: include/qemu/error-report.h
1575F: util/error.c
1576F: util/qemu-error.c
1577
1578GDB stub
1579L: qemu-devel@nongnu.org
1580S: Odd Fixes
1581F: gdbstub*
1582F: gdb-xml/
1583
1584Memory API
1585M: Paolo Bonzini <pbonzini@redhat.com>
1586S: Supported
1587F: include/exec/ioport.h
1588F: ioport.c
1589F: include/exec/memory.h
1590F: include/exec/ram_addr.h
1591F: memory.c
1592F: include/exec/memory-internal.h
1593F: exec.c
1594
1595SPICE
1596M: Gerd Hoffmann <kraxel@redhat.com>
1597S: Supported
1598F: include/ui/qemu-spice.h
1599F: include/ui/spice-display.h
1600F: ui/spice-*.c
1601F: audio/spiceaudio.c
1602F: hw/display/qxl*
1603F: qapi/ui.json
1604
1605Graphics
1606M: Gerd Hoffmann <kraxel@redhat.com>
1607S: Odd Fixes
1608F: ui/
1609F: include/ui/
1610F: qapi/ui.json
1611F: util/drm.c
1612
1613Cocoa graphics
1614M: Peter Maydell <peter.maydell@linaro.org>
1615S: Odd Fixes
1616F: ui/cocoa.m
1617
1618Main loop
1619M: Paolo Bonzini <pbonzini@redhat.com>
1620S: Maintained
1621F: cpus.c
1622F: util/main-loop.c
1623F: util/qemu-timer.c
1624F: vl.c
1625F: qapi/run-state.json
1626
1627Human Monitor (HMP)
1628M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1629S: Maintained
1630F: monitor.c
1631F: hmp.[ch]
1632F: hmp-commands*.hx
1633F: include/monitor/hmp-target.h
1634F: tests/test-hmp.c
1635
1636Network device backends
1637M: Jason Wang <jasowang@redhat.com>
1638S: Maintained
1639F: net/
1640F: include/net/
1641T: git git://github.com/jasowang/qemu.git net
1642F: qapi/net.json
1643
1644Netmap network backend
1645M: Luigi Rizzo <rizzo@iet.unipi.it>
1646M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1647M: Vincenzo Maffione <v.maffione@gmail.com>
1648W: http://info.iet.unipi.it/~luigi/netmap/
1649S: Maintained
1650F: net/netmap.c
1651
1652NUMA
1653M: Eduardo Habkost <ehabkost@redhat.com>
1654S: Maintained
1655F: numa.c
1656F: include/sysemu/numa.h
1657T: git git://github.com/ehabkost/qemu.git machine-next
1658
1659Host Memory Backends
1660M: Eduardo Habkost <ehabkost@redhat.com>
1661M: Igor Mammedov <imammedo@redhat.com>
1662S: Maintained
1663F: backends/hostmem*.c
1664F: include/sysemu/hostmem.h
1665T: git git://github.com/ehabkost/qemu.git machine-next
1666
1667Cryptodev Backends
1668M: Gonglei <arei.gonglei@huawei.com>
1669S: Maintained
1670F: include/sysemu/cryptodev*.h
1671F: backends/cryptodev*.c
1672
1673Python scripts
1674M: Eduardo Habkost <ehabkost@redhat.com>
1675M: Cleber Rosa <crosa@redhat.com>
1676S: Odd fixes
1677F: scripts/qmp/*
1678F: scripts/*.py
1679F: tests/*.py
1680
1681QAPI
1682M: Markus Armbruster <armbru@redhat.com>
1683M: Michael Roth <mdroth@linux.vnet.ibm.com>
1684S: Supported
1685F: qapi/
1686X: qapi/*.json
1687F: include/qapi/
1688X: include/qapi/qmp/
1689F: include/qapi/qmp/dispatch.h
1690F: tests/qapi-schema/
1691F: tests/test-*-visitor.c
1692F: tests/test-qapi-*.c
1693F: tests/test-qmp-*.c
1694F: tests/test-visitor-serialization.c
1695F: scripts/qapi-gen.py
1696F: scripts/qapi/*
1697F: docs/devel/qapi*
1698T: git git://repo.or.cz/qemu/armbru.git qapi-next
1699
1700QAPI Schema
1701M: Eric Blake <eblake@redhat.com>
1702M: Markus Armbruster <armbru@redhat.com>
1703S: Supported
1704F: qapi/*.json
1705T: git git://repo.or.cz/qemu/armbru.git qapi-next
1706
1707QObject
1708M: Markus Armbruster <armbru@redhat.com>
1709S: Supported
1710F: qobject/
1711F: include/qapi/qmp/
1712X: include/qapi/qmp/dispatch.h
1713F: scripts/coccinelle/qobject.cocci
1714F: tests/check-qdict.c
1715F: tests/check-qnum.c
1716F: tests/check-qjson.c
1717F: tests/check-qlist.c
1718F: tests/check-qstring.c
1719T: git git://repo.or.cz/qemu/armbru.git qapi-next
1720
1721QEMU Guest Agent
1722M: Michael Roth <mdroth@linux.vnet.ibm.com>
1723S: Maintained
1724F: qga/
1725F: qemu-ga.texi
1726F: scripts/qemu-guest-agent/
1727F: tests/test-qga.c
1728F: docs/interop/qemu-ga-ref.texi
1729T: git git://github.com/mdroth/qemu.git qga
1730
1731QOM
1732M: Andreas Färber <afaerber@suse.de>
1733S: Supported
1734T: git git://github.com/afaerber/qemu-cpu.git qom-next
1735F: include/qom/
1736X: include/qom/cpu.h
1737F: qom/
1738X: qom/cpu.c
1739F: tests/check-qom-interface.c
1740F: tests/check-qom-proplist.c
1741
1742QMP
1743M: Markus Armbruster <armbru@redhat.com>
1744S: Supported
1745F: qmp.c
1746F: monitor.c
1747F: docs/devel/*qmp-*
1748F: scripts/qmp/
1749F: tests/qmp-test.c
1750F: tests/qmp-cmd-test.c
1751T: git git://repo.or.cz/qemu/armbru.git qapi-next
1752
1753qtest
1754M: Paolo Bonzini <pbonzini@redhat.com>
1755M: Thomas Huth <thuth@redhat.com>
1756M: Laurent Vivier <lvivier@redhat.com>
1757S: Maintained
1758F: qtest.c
1759F: tests/libqtest.*
1760F: tests/libqos/
1761F: tests/*-test.c
1762
1763Register API
1764M: Alistair Francis <alistair@alistair23.me>
1765S: Maintained
1766F: hw/core/register.c
1767F: include/hw/register.h
1768F: include/hw/registerfields.h
1769
1770SLIRP
1771M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1772M: Jan Kiszka <jan.kiszka@siemens.com>
1773S: Maintained
1774F: slirp/
1775F: net/slirp.c
1776F: include/net/slirp.h
1777T: git https://people.debian.org/~sthibault/qemu.git slirp
1778T: git git://git.kiszka.org/qemu.git queues/slirp
1779
1780Stubs
1781M: Paolo Bonzini <pbonzini@redhat.com>
1782S: Maintained
1783F: stubs/
1784
1785Tracing
1786M: Stefan Hajnoczi <stefanha@redhat.com>
1787S: Maintained
1788F: trace/
1789F: trace-events
1790F: qemu-option-trace.texi
1791F: scripts/tracetool.py
1792F: scripts/tracetool/
1793F: docs/devel/tracing.txt
1794T: git git://github.com/stefanha/qemu.git tracing
1795
1796TPM
1797M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1798S: Maintained
1799F: tpm.c
1800F: stubs/tpm.c
1801F: hw/tpm/*
1802F: include/hw/acpi/tpm.h
1803F: include/sysemu/tpm*
1804F: qapi/tpm.json
1805F: backends/tpm.c
1806F: tests/*tpm*
1807T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1808
1809Checkpatch
1810S: Odd Fixes
1811F: scripts/checkpatch.pl
1812
1813Migration
1814M: Juan Quintela <quintela@redhat.com>
1815M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1816S: Maintained
1817F: include/migration/
1818F: migration/
1819F: scripts/vmstate-static-checker.py
1820F: tests/vmstate-static-checker-data/
1821F: tests/migration-test.c
1822F: docs/devel/migration.rst
1823F: qapi/migration.json
1824
1825Seccomp
1826M: Eduardo Otubo <otubo@redhat.com>
1827S: Supported
1828F: qemu-seccomp.c
1829F: include/sysemu/seccomp.h
1830
1831Cryptography
1832M: Daniel P. Berrange <berrange@redhat.com>
1833S: Maintained
1834F: crypto/
1835F: include/crypto/
1836F: tests/test-crypto-*
1837F: tests/benchmark-crypto-*
1838F: qemu.sasl
1839
1840Coroutines
1841M: Stefan Hajnoczi <stefanha@redhat.com>
1842M: Kevin Wolf <kwolf@redhat.com>
1843F: util/*coroutine*
1844F: include/qemu/coroutine*
1845F: tests/test-coroutine.c
1846
1847Buffers
1848M: Daniel P. Berrange <berrange@redhat.com>
1849S: Odd fixes
1850F: util/buffer.c
1851F: include/qemu/buffer.h
1852
1853I/O Channels
1854M: Daniel P. Berrange <berrange@redhat.com>
1855S: Maintained
1856F: io/
1857F: include/io/
1858F: tests/test-io-*
1859
1860Sockets
1861M: Daniel P. Berrange <berrange@redhat.com>
1862M: Gerd Hoffmann <kraxel@redhat.com>
1863M: Paolo Bonzini <pbonzini@redhat.com>
1864S: Maintained
1865F: include/qemu/sockets.h
1866F: util/qemu-sockets.c
1867F: qapi/sockets.json
1868
1869Throttling infrastructure
1870M: Alberto Garcia <berto@igalia.com>
1871S: Supported
1872F: block/throttle-groups.c
1873F: include/block/throttle-groups.h
1874F: include/qemu/throttle*.h
1875F: util/throttle.c
1876F: docs/throttle.txt
1877F: tests/test-throttle.c
1878L: qemu-block@nongnu.org
1879
1880UUID
1881M: Fam Zheng <famz@redhat.com>
1882S: Supported
1883F: util/uuid.c
1884F: include/qemu/uuid.h
1885F: tests/test-uuid.c
1886
1887COLO Framework
1888M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1889S: Maintained
1890F: migration/colo*
1891F: include/migration/colo.h
1892F: include/migration/failover.h
1893F: docs/COLO-FT.txt
1894
1895COLO Proxy
1896M: Zhang Chen <zhangckid@gmail.com>
1897M: Li Zhijian <lizhijian@cn.fujitsu.com>
1898S: Supported
1899F: docs/colo-proxy.txt
1900F: net/colo*
1901F: net/filter-rewriter.c
1902F: net/filter-mirror.c
1903
1904Record/replay
1905M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1906R: Paolo Bonzini <pbonzini@redhat.com>
1907W: https://wiki.qemu.org/Features/record-replay
1908S: Supported
1909F: replay/*
1910F: block/blkreplay.c
1911F: net/filter-replay.c
1912F: include/sysemu/replay.h
1913F: docs/replay.txt
1914F: stubs/replay.c
1915
1916IOVA Tree
1917M: Peter Xu <peterx@redhat.com>
1918S: Maintained
1919F: include/qemu/iova-tree.h
1920F: util/iova-tree.c
1921
1922elf2dmp
1923M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1924S: Maintained
1925F: contrib/elf2dmp/
1926
1927Usermode Emulation
1928------------------
1929Overall
1930M: Riku Voipio <riku.voipio@iki.fi>
1931S: Maintained
1932F: thunk.c
1933F: accel/tcg/user-exec*.c
1934
1935BSD user
1936S: Orphan
1937F: bsd-user/
1938F: default-configs/*-bsd-user.mak
1939
1940Linux user
1941M: Riku Voipio <riku.voipio@iki.fi>
1942R: Laurent Vivier <laurent@vivier.eu>
1943S: Maintained
1944F: linux-user/
1945F: default-configs/*-linux-user.mak
1946F: scripts/qemu-binfmt-conf.sh
1947
1948Tiny Code Generator (TCG)
1949-------------------------
1950Common code
1951M: Richard Henderson <rth@twiddle.net>
1952S: Maintained
1953F: tcg/
1954
1955AArch64 target
1956M: Claudio Fontana <claudio.fontana@huawei.com>
1957M: Claudio Fontana <claudio.fontana@gmail.com>
1958S: Maintained
1959L: qemu-arm@nongnu.org
1960F: tcg/aarch64/
1961F: disas/arm-a64.cc
1962F: disas/libvixl/
1963
1964ARM target
1965M: Andrzej Zaborowski <balrogg@gmail.com>
1966S: Maintained
1967L: qemu-arm@nongnu.org
1968F: tcg/arm/
1969F: disas/arm.c
1970
1971i386 target
1972L: qemu-devel@nongnu.org
1973S: Maintained
1974F: tcg/i386/
1975F: disas/i386.c
1976
1977MIPS target
1978M: Aurelien Jarno <aurelien@aurel32.net>
1979S: Maintained
1980F: tcg/mips/
1981F: disas/mips.c
1982
1983PPC
1984M: Richard Henderson <rth@twiddle.net>
1985S: Odd Fixes
1986F: tcg/ppc/
1987F: disas/ppc.c
1988
1989S390 target
1990M: Alexander Graf <agraf@suse.de>
1991M: Richard Henderson <rth@twiddle.net>
1992S: Maintained
1993F: tcg/s390/
1994F: disas/s390.c
1995L: qemu-s390x@nongnu.org
1996
1997SPARC target
1998S: Odd Fixes
1999F: tcg/sparc/
2000F: disas/sparc.c
2001
2002TCI target
2003M: Stefan Weil <sw@weilnetz.de>
2004S: Maintained
2005F: tcg/tci/
2006F: tcg/tci.c
2007F: disas/tci.c
2008
2009Block drivers
2010-------------
2011VMDK
2012M: Fam Zheng <famz@redhat.com>
2013L: qemu-block@nongnu.org
2014S: Supported
2015F: block/vmdk.c
2016
2017RBD
2018M: Josh Durgin <jdurgin@redhat.com>
2019M: Jeff Cody <jcody@redhat.com>
2020L: qemu-block@nongnu.org
2021S: Supported
2022F: block/rbd.c
2023T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2024
2025Sheepdog
2026M: Liu Yuan <namei.unix@gmail.com>
2027M: Jeff Cody <jcody@redhat.com>
2028L: qemu-block@nongnu.org
2029L: sheepdog@lists.wpkg.org
2030S: Supported
2031F: block/sheepdog.c
2032T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2033
2034VHDX
2035M: Jeff Cody <jcody@redhat.com>
2036L: qemu-block@nongnu.org
2037S: Supported
2038F: block/vhdx*
2039T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2040
2041VDI
2042M: Stefan Weil <sw@weilnetz.de>
2043L: qemu-block@nongnu.org
2044S: Maintained
2045F: block/vdi.c
2046
2047iSCSI
2048M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2049M: Paolo Bonzini <pbonzini@redhat.com>
2050M: Peter Lieven <pl@kamp.de>
2051L: qemu-block@nongnu.org
2052S: Supported
2053F: block/iscsi.c
2054F: block/iscsi-opts.c
2055
2056Network Block Device (NBD)
2057M: Eric Blake <eblake@redhat.com>
2058M: Paolo Bonzini <pbonzini@redhat.com>
2059L: qemu-block@nongnu.org
2060S: Maintained
2061F: block/nbd*
2062F: nbd/
2063F: include/block/nbd*
2064F: qemu-nbd.*
2065F: blockdev-nbd.c
2066F: docs/interop/nbd.txt
2067T: git git://repo.or.cz/qemu/ericb.git nbd
2068
2069NFS
2070M: Jeff Cody <jcody@redhat.com>
2071M: Peter Lieven <pl@kamp.de>
2072L: qemu-block@nongnu.org
2073S: Maintained
2074F: block/nfs.c
2075T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2076
2077SSH
2078M: Richard W.M. Jones <rjones@redhat.com>
2079M: Jeff Cody <jcody@redhat.com>
2080L: qemu-block@nongnu.org
2081S: Supported
2082F: block/ssh.c
2083T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2084
2085CURL
2086M: Jeff Cody <jcody@redhat.com>
2087L: qemu-block@nongnu.org
2088S: Supported
2089F: block/curl.c
2090T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2091
2092GLUSTER
2093M: Jeff Cody <jcody@redhat.com>
2094L: qemu-block@nongnu.org
2095S: Supported
2096F: block/gluster.c
2097T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2098
2099Null Block Driver
2100M: Fam Zheng <famz@redhat.com>
2101L: qemu-block@nongnu.org
2102S: Supported
2103F: block/null.c
2104
2105NVMe Block Driver
2106M: Fam Zheng <famz@redhat.com>
2107L: qemu-block@nongnu.org
2108S: Supported
2109F: block/nvme*
2110
2111Bootdevice
2112M: Gonglei <arei.gonglei@huawei.com>
2113S: Maintained
2114F: bootdevice.c
2115
2116Quorum
2117M: Alberto Garcia <berto@igalia.com>
2118S: Supported
2119F: block/quorum.c
2120L: qemu-block@nongnu.org
2121
2122blklogwrites
2123M: Ari Sundholm <ari@tuxera.com>
2124L: qemu-block@nongnu.org
2125S: Supported
2126F: block/blklogwrites.c
2127
2128blkverify
2129M: Stefan Hajnoczi <stefanha@redhat.com>
2130L: qemu-block@nongnu.org
2131S: Supported
2132F: block/blkverify.c
2133
2134bochs
2135M: Stefan Hajnoczi <stefanha@redhat.com>
2136L: qemu-block@nongnu.org
2137S: Supported
2138F: block/bochs.c
2139
2140cloop
2141M: Stefan Hajnoczi <stefanha@redhat.com>
2142L: qemu-block@nongnu.org
2143S: Supported
2144F: block/cloop.c
2145
2146dmg
2147M: Stefan Hajnoczi <stefanha@redhat.com>
2148L: qemu-block@nongnu.org
2149S: Supported
2150F: block/dmg.c
2151
2152parallels
2153M: Stefan Hajnoczi <stefanha@redhat.com>
2154M: Denis V. Lunev <den@openvz.org>
2155L: qemu-block@nongnu.org
2156S: Supported
2157F: block/parallels.c
2158F: docs/interop/parallels.txt
2159
2160qed
2161M: Stefan Hajnoczi <stefanha@redhat.com>
2162L: qemu-block@nongnu.org
2163S: Supported
2164F: block/qed.c
2165
2166raw
2167M: Kevin Wolf <kwolf@redhat.com>
2168L: qemu-block@nongnu.org
2169S: Supported
2170F: block/linux-aio.c
2171F: include/block/raw-aio.h
2172F: block/raw-format.c
2173F: block/file-posix.c
2174F: block/file-win32.c
2175F: block/win32-aio.c
2176
2177qcow2
2178M: Kevin Wolf <kwolf@redhat.com>
2179M: Max Reitz <mreitz@redhat.com>
2180L: qemu-block@nongnu.org
2181S: Supported
2182F: block/qcow2*
2183F: docs/interop/qcow2.txt
2184
2185qcow
2186M: Kevin Wolf <kwolf@redhat.com>
2187L: qemu-block@nongnu.org
2188S: Supported
2189F: block/qcow.c
2190
2191blkdebug
2192M: Kevin Wolf <kwolf@redhat.com>
2193M: Max Reitz <mreitz@redhat.com>
2194L: qemu-block@nongnu.org
2195S: Supported
2196F: block/blkdebug.c
2197
2198vpc
2199M: Kevin Wolf <kwolf@redhat.com>
2200L: qemu-block@nongnu.org
2201S: Supported
2202F: block/vpc.c
2203
2204vvfat
2205M: Kevin Wolf <kwolf@redhat.com>
2206L: qemu-block@nongnu.org
2207S: Supported
2208F: block/vvfat.c
2209
2210Image format fuzzer
2211M: Stefan Hajnoczi <stefanha@redhat.com>
2212L: qemu-block@nongnu.org
2213S: Supported
2214F: tests/image-fuzzer/
2215
2216Replication
2217M: Wen Congyang <wencongyang2@huawei.com>
2218M: Xie Changlong <xiechanglong.d@gmail.com>
2219S: Supported
2220F: replication*
2221F: block/replication.c
2222F: tests/test-replication.c
2223F: docs/block-replication.txt
2224
2225PVRDMA
2226M: Yuval Shaia <yuval.shaia@oracle.com>
2227M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2228S: Maintained
2229F: hw/rdma/*
2230F: hw/rdma/vmw/*
2231F: docs/pvrdma.txt
2232
2233Build and test automation
2234-------------------------
2235Build and test automation
2236M: Alex Bennée <alex.bennee@linaro.org>
2237M: Fam Zheng <famz@redhat.com>
2238R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2239L: qemu-devel@nongnu.org
2240S: Maintained
2241F: .travis.yml
2242F: scripts/travis/
2243F: .shippable.yml
2244F: tests/docker/
2245F: tests/vm/
2246W: https://travis-ci.org/qemu/qemu
2247W: https://app.shippable.com/github/qemu/qemu
2248W: http://patchew.org/QEMU/
2249
2250Guest Test Compilation Support
2251M: Alex Bennée <alex.bennee@linaro.org>
2252R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2253F: tests/tcg/Makefile
2254F: tests/tcg/Makefile.include
2255L: qemu-devel@nongnu.org
2256
2257Documentation
2258-------------
2259Build system architecture
2260M: Daniel P. Berrange <berrange@redhat.com>
2261S: Odd Fixes
2262F: docs/devel/build-system.txt
2263
2264Incompatible changes
2265R: libvir-list@redhat.com
2266F: qemu-deprecated.texi
2267
2268Build System
2269------------
2270GIT submodules
2271M: Daniel P. Berrange <berrange@redhat.com>
2272S: Odd Fixes
2273F: scripts/git-submodule.sh
2274