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