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