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