xref: /openbmc/qemu/MAINTAINERS (revision fd990e86)
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	   Maintainers are looking after a certain area and must be CCed on
16	   patches. They are considered the main contact point.
17	R: Designated reviewer: FullName <address@domain>
18	   These reviewers should be CCed on patches.
19	   Reviewers are familiar with the subject matter and provide feedback
20	   even though they are not maintainers.
21	L: Mailing list that is relevant to this area
22	   These lists should be CCed on patches.
23	W: Web-page with status/info
24	Q: Patchwork web based patch tracking system site
25	T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26	S: Status, one of the following:
27	   Supported:	Someone is actually paid to look after this.
28	   Maintained:	Someone actually looks after it.
29	   Odd Fixes:	It has a maintainer but they don't have time to do
30			much other than throw the odd patch in. See below.
31	   Orphan:	No current maintainer [but maybe you could take the
32			role as you write your new code].
33	   Obsolete:	Old code. Something tagged obsolete generally means
34			it has been replaced by a better system and you
35			should be using that.
36	F: Files and directories with wildcard patterns.
37	   A trailing slash includes all files and subdirectory files.
38	   F:	drivers/net/	all files in and below drivers/net
39	   F:	drivers/net/*	all files in drivers/net, but not below
40	   F:	*/net/*		all files in "any top level directory"/net
41	   One pattern per line.  Multiple F: lines acceptable.
42	X: Files and directories that are NOT maintained, same rules as F:
43	   Files exclusions are tested before file matches.
44	   Can be useful for excluding a specific subdirectory, for instance:
45	   F:	net/
46	   X:	net/ipv6/
47	   matches all files in and below net excluding net/ipv6/
48	K: Keyword perl extended regex pattern to match content in a
49	   patch or file.  For instance:
50	   K: of_get_profile
51	      matches patches or files that contain "of_get_profile"
52	   K: \b(printk|pr_(info|err))\b
53	      matches patches or files that contain one or more of the words
54	      printk, pr_info or pr_err
55	   One regex pattern per line.  Multiple K: lines acceptable.
56
57
58General Project Administration
59------------------------------
60M: Peter Maydell <peter.maydell@linaro.org>
61
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
67Responsible Disclosure, Reporting Security Issues
68-------------------------------------------------
69W: https://wiki.qemu.org/SecurityProcess
70M: Michael S. Tsirkin <mst@redhat.com>
71L: secalert@redhat.com
72
73Trivial patches
74---------------
75Trivial patches
76M: Michael Tokarev <mjt@tls.msk.ru>
77M: Laurent Vivier <laurent@vivier.eu>
78S: Maintained
79L: qemu-trivial@nongnu.org
80K: ^Subject:.*(?i)trivial
81T: git git://git.corpit.ru/qemu.git trivial-patches
82T: git https://github.com/vivier/qemu.git trivial-patches
83
84Architecture support
85--------------------
86S390 general architecture support
87M: Cornelia Huck <cohuck@redhat.com>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
96F: hw/vfio/ap.c
97F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
104F: docs/vfio-ap.txt
105F: tests/migration/s390x/
106K: ^Subject:.*(?i)s390x?
107T: git https://github.com/cohuck/qemu.git s390-next
108L: qemu-s390x@nongnu.org
109
110Guest CPU cores (TCG)
111---------------------
112Overall TCG CPUs
113M: Richard Henderson <rth@twiddle.net>
114R: Paolo Bonzini <pbonzini@redhat.com>
115S: Maintained
116F: cpus.c
117F: exec.c
118F: accel/tcg/
119F: accel/stubs/tcg-stub.c
120F: scripts/decodetree.py
121F: docs/devel/decodetree.rst
122F: include/exec/cpu*.h
123F: include/exec/exec-all.h
124F: include/exec/helper*.h
125F: include/exec/tb-hash.h
126F: include/sysemu/cpus.h
127F: include/sysemu/tcg.h
128
129FPU emulation
130M: Aurelien Jarno <aurelien@aurel32.net>
131M: Peter Maydell <peter.maydell@linaro.org>
132M: Alex Bennée <alex.bennee@linaro.org>
133S: Maintained
134F: fpu/
135F: include/fpu/
136F: tests/fp/
137
138Alpha TCG CPUs
139M: Richard Henderson <rth@twiddle.net>
140S: Maintained
141F: target/alpha/
142F: tests/tcg/alpha/
143F: disas/alpha.c
144
145ARM TCG CPUs
146M: Peter Maydell <peter.maydell@linaro.org>
147L: qemu-arm@nongnu.org
148S: Maintained
149F: target/arm/
150F: tests/tcg/arm/
151F: tests/tcg/aarch64/
152F: hw/arm/
153F: hw/cpu/a*mpcore.c
154F: include/hw/cpu/a*mpcore.h
155F: disas/arm.c
156F: disas/arm-a64.cc
157F: disas/libvixl/
158
159ARM SMMU
160M: Eric Auger <eric.auger@redhat.com>
161L: qemu-arm@nongnu.org
162S: Maintained
163F: hw/arm/smmu*
164F: include/hw/arm/smmu*
165
166CRIS TCG CPUs
167M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168S: Maintained
169F: target/cris/
170F: hw/cris/
171F: include/hw/cris/
172F: tests/tcg/cris/
173F: disas/cris.c
174
175HPPA (PA-RISC) TCG CPUs
176M: Richard Henderson <rth@twiddle.net>
177S: Maintained
178F: target/hppa/
179F: hw/hppa/
180F: disas/hppa.c
181F: hw/net/*i82596*
182F: include/hw/net/lasi_82596.h
183
184LM32 TCG CPUs
185M: Michael Walle <michael@walle.cc>
186S: Maintained
187F: target/lm32/
188F: disas/lm32.c
189F: hw/lm32/
190F: hw/*/lm32_*
191F: hw/*/milkymist-*
192F: include/hw/display/milkymist_tmu2.h
193F: include/hw/char/lm32_juart.h
194F: include/hw/lm32/
195F: tests/tcg/lm32/
196
197M68K TCG CPUs
198M: Laurent Vivier <laurent@vivier.eu>
199S: Maintained
200F: target/m68k/
201F: disas/m68k.c
202
203MicroBlaze TCG CPUs
204M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
205S: Maintained
206F: target/microblaze/
207F: hw/microblaze/
208F: disas/microblaze.c
209
210MIPS TCG CPUs
211M: Aurelien Jarno <aurelien@aurel32.net>
212M: Aleksandar Markovic <amarkovic@wavecomp.com>
213R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
214S: Maintained
215F: target/mips/
216F: default-configs/*mips*
217F: disas/*mips*
218F: hw/intc/mips_gic.c
219F: hw/mips/
220F: hw/misc/mips_*
221F: hw/timer/mips_gictimer.c
222F: include/hw/intc/mips_gic.h
223F: include/hw/mips/
224F: include/hw/misc/mips_*
225F: include/hw/timer/mips_gictimer.h
226F: tests/acceptance/linux_ssh_mips_malta.py
227F: tests/tcg/mips/
228K: ^Subject:.*(?i)mips
229
230Moxie TCG CPUs
231M: Anthony Green <green@moxielogic.com>
232S: Maintained
233F: target/moxie/
234F: disas/moxie.c
235F: hw/moxie/
236F: default-configs/moxie-softmmu.mak
237
238NiosII TCG CPUs
239M: Chris Wulff <crwulff@gmail.com>
240M: Marek Vasut <marex@denx.de>
241S: Maintained
242F: target/nios2/
243F: hw/nios2/
244F: hw/intc/nios2_iic.c
245F: disas/nios2.c
246F: default-configs/nios2-softmmu.mak
247
248OpenRISC TCG CPUs
249M: Stafford Horne <shorne@gmail.com>
250S: Odd Fixes
251F: target/openrisc/
252F: hw/openrisc/
253F: tests/tcg/openrisc/
254
255PowerPC TCG CPUs
256M: David Gibson <david@gibson.dropbear.id.au>
257L: qemu-ppc@nongnu.org
258S: Maintained
259F: target/ppc/
260F: hw/ppc/
261F: include/hw/ppc/
262F: disas/ppc.c
263
264RISC-V TCG CPUs
265M: Palmer Dabbelt <palmer@dabbelt.com>
266M: Alistair Francis <Alistair.Francis@wdc.com>
267M: Sagar Karandikar <sagark@eecs.berkeley.edu>
268M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
269L: qemu-riscv@nongnu.org
270S: Supported
271F: target/riscv/
272F: hw/riscv/
273F: include/hw/riscv/
274F: linux-user/host/riscv32/
275F: linux-user/host/riscv64/
276
277S390 TCG CPUs
278M: Richard Henderson <rth@twiddle.net>
279M: David Hildenbrand <david@redhat.com>
280S: Maintained
281F: target/s390x/
282F: hw/s390x/
283F: disas/s390.c
284F: tests/tcg/s390x/
285L: qemu-s390x@nongnu.org
286
287SH4 TCG CPUs
288M: Aurelien Jarno <aurelien@aurel32.net>
289S: Odd Fixes
290F: target/sh4/
291F: hw/sh4/
292F: disas/sh4.c
293F: include/hw/sh4/
294
295SPARC TCG CPUs
296M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
297M: Artyom Tarasenko <atar4qemu@gmail.com>
298S: Maintained
299F: target/sparc/
300F: hw/sparc/
301F: hw/sparc64/
302F: include/hw/sparc/sparc64.h
303F: disas/sparc.c
304
305UniCore32 TCG CPUs
306M: Guan Xuetao <gxt@mprc.pku.edu.cn>
307S: Maintained
308F: target/unicore32/
309F: hw/unicore32/
310F: include/hw/unicore32/
311
312X86 TCG CPUs
313M: Paolo Bonzini <pbonzini@redhat.com>
314M: Richard Henderson <rth@twiddle.net>
315M: Eduardo Habkost <ehabkost@redhat.com>
316S: Maintained
317F: target/i386/
318F: tests/tcg/i386/
319F: tests/tcg/x86_64/
320F: hw/i386/
321F: disas/i386.c
322F: docs/qemu-cpu-models.texi
323T: git https://github.com/ehabkost/qemu.git x86-next
324
325Xtensa TCG CPUs
326M: Max Filippov <jcmvbkbc@gmail.com>
327W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
328S: Maintained
329F: target/xtensa/
330F: hw/xtensa/
331F: tests/tcg/xtensa/
332F: disas/xtensa.c
333F: include/hw/xtensa/xtensa-isa.h
334F: default-configs/xtensa*.mak
335
336TriCore TCG CPUs
337M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
338S: Maintained
339F: target/tricore/
340F: hw/tricore/
341F: include/hw/tricore/
342
343Multiarch Linux User Tests
344M: Alex Bennée <alex.bennee@linaro.org>
345S: Maintained
346F: tests/tcg/multiarch/
347
348Guest CPU Cores (KVM)
349---------------------
350Overall KVM CPUs
351M: Paolo Bonzini <pbonzini@redhat.com>
352L: kvm@vger.kernel.org
353S: Supported
354F: */kvm.*
355F: accel/kvm/
356F: accel/stubs/kvm-stub.c
357F: include/hw/kvm/
358F: include/sysemu/kvm*.h
359F: scripts/kvm/kvm_flightrecorder
360
361ARM KVM CPUs
362M: Peter Maydell <peter.maydell@linaro.org>
363L: qemu-arm@nongnu.org
364S: Maintained
365F: target/arm/kvm.c
366
367MIPS KVM CPUs
368M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
369S: Odd Fixes
370F: target/mips/kvm.c
371
372PPC KVM CPUs
373M: David Gibson <david@gibson.dropbear.id.au>
374S: Maintained
375F: target/ppc/kvm.c
376
377S390 KVM CPUs
378M: Halil Pasic <pasic@linux.ibm.com>
379M: Cornelia Huck <cohuck@redhat.com>
380M: Christian Borntraeger <borntraeger@de.ibm.com>
381S: Supported
382F: target/s390x/kvm.c
383F: target/s390x/kvm_s390x.h
384F: target/s390x/kvm-stub.c
385F: target/s390x/ioinst.[ch]
386F: target/s390x/machine.c
387F: target/s390x/sigp.c
388F: target/s390x/cpu_features*.[ch]
389F: target/s390x/cpu_models.[ch]
390F: hw/intc/s390_flic.c
391F: hw/intc/s390_flic_kvm.c
392F: include/hw/s390x/s390_flic.h
393F: gdb-xml/s390*.xml
394T: git https://github.com/cohuck/qemu.git s390-next
395T: git https://github.com/borntraeger/qemu.git s390-next
396L: qemu-s390x@nongnu.org
397
398X86 KVM CPUs
399M: Paolo Bonzini <pbonzini@redhat.com>
400M: Marcelo Tosatti <mtosatti@redhat.com>
401L: kvm@vger.kernel.org
402S: Supported
403F: target/i386/kvm.c
404F: scripts/kvm/vmxcap
405
406WHPX CPUs
407M: Sunil Muthuswamy <sunilmut@microsoft.com>
408S: Supported
409F: target/i386/whpx-all.c
410F: target/i386/whp-dispatch.h
411F: accel/stubs/whpx-stub.c
412F: include/sysemu/whpx.h
413
414Guest CPU Cores (Xen)
415---------------------
416X86 Xen CPUs
417M: Stefano Stabellini <sstabellini@kernel.org>
418M: Anthony Perard <anthony.perard@citrix.com>
419M: Paul Durrant <paul@xen.org>
420L: xen-devel@lists.xenproject.org
421S: Supported
422F: */xen*
423F: hw/9pfs/xen-9p*
424F: hw/char/xen_console.c
425F: hw/display/xenfb.c
426F: hw/net/xen_nic.c
427F: hw/block/xen*
428F: hw/block/dataplane/xen*
429F: hw/xen/
430F: hw/xenpv/
431F: hw/i386/xen/
432F: hw/pci-host/xen_igd_pt.c
433F: include/hw/block/dataplane/xen*
434F: include/hw/xen/
435F: include/sysemu/xen-mapcache.h
436
437Hosts
438-----
439LINUX
440M: Michael S. Tsirkin <mst@redhat.com>
441M: Cornelia Huck <cohuck@redhat.com>
442M: Paolo Bonzini <pbonzini@redhat.com>
443S: Maintained
444F: linux-headers/
445F: scripts/update-linux-headers.sh
446
447POSIX
448M: Paolo Bonzini <pbonzini@redhat.com>
449S: Maintained
450F: os-posix.c
451F: include/sysemu/os-posix.h
452F: util/*posix*.c
453F: include/qemu/*posix*.h
454
455NETBSD
456M: Kamil Rytarowski <kamil@netbsd.org>
457S: Maintained
458K: ^Subject:.*(?i)NetBSD
459
460OPENBSD
461M: Brad Smith <brad@comstyle.com>
462S: Maintained
463K: ^Subject:.*(?i)OpenBSD
464
465W32, W64
466M: Stefan Weil <sw@weilnetz.de>
467S: Maintained
468F: *win32*
469F: */*win32*
470F: include/*/*win32*
471X: qga/*win32*
472F: qemu.nsi
473
474Alpha Machines
475--------------
476M: Richard Henderson <rth@twiddle.net>
477S: Maintained
478F: hw/alpha/
479F: hw/isa/smc37c669-superio.c
480F: tests/tcg/alpha/system/
481
482ARM Machines
483------------
484Allwinner-a10
485M: Beniamino Galvani <b.galvani@gmail.com>
486M: Peter Maydell <peter.maydell@linaro.org>
487L: qemu-arm@nongnu.org
488S: Odd Fixes
489F: hw/*/allwinner*
490F: include/hw/*/allwinner*
491F: hw/arm/cubieboard.c
492
493ARM PrimeCell and CMSDK devices
494M: Peter Maydell <peter.maydell@linaro.org>
495L: qemu-arm@nongnu.org
496S: Maintained
497F: hw/char/pl011.c
498F: include/hw/char/pl011.h
499F: hw/display/pl110*
500F: hw/dma/pl080.c
501F: include/hw/dma/pl080.h
502F: hw/dma/pl330.c
503F: hw/gpio/pl061.c
504F: hw/input/pl050.c
505F: hw/intc/pl190.c
506F: hw/sd/pl181.c
507F: hw/ssi/pl022.c
508F: include/hw/ssi/pl022.h
509F: hw/rtc/pl031.c
510F: include/hw/rtc/pl031.h
511F: include/hw/arm/primecell.h
512F: hw/timer/cmsdk-apb-timer.c
513F: include/hw/timer/cmsdk-apb-timer.h
514F: hw/timer/cmsdk-apb-dualtimer.c
515F: include/hw/timer/cmsdk-apb-dualtimer.h
516F: hw/char/cmsdk-apb-uart.c
517F: include/hw/char/cmsdk-apb-uart.h
518F: hw/watchdog/cmsdk-apb-watchdog.c
519F: include/hw/watchdog/cmsdk-apb-watchdog.h
520F: hw/misc/tz-ppc.c
521F: include/hw/misc/tz-ppc.h
522F: hw/misc/tz-mpc.c
523F: include/hw/misc/tz-mpc.h
524F: hw/misc/tz-msc.c
525F: include/hw/misc/tz-msc.h
526
527ARM cores
528M: Peter Maydell <peter.maydell@linaro.org>
529L: qemu-arm@nongnu.org
530S: Maintained
531F: hw/intc/arm*
532F: hw/intc/gic_internal.h
533F: hw/misc/a9scu.c
534F: hw/misc/arm11scu.c
535F: hw/misc/arm_l2x0.c
536F: hw/timer/a9gtimer*
537F: hw/timer/arm*
538F: include/hw/arm/arm*.h
539F: include/hw/intc/arm*
540F: include/hw/misc/a9scu.h
541F: include/hw/misc/arm11scu.h
542F: include/hw/timer/a9gtimer.h
543F: include/hw/timer/arm_mptimer.h
544F: include/hw/timer/armv7m_systick.h
545F: tests/qtest/test-arm-mptimer.c
546
547Exynos
548M: Igor Mitsyanko <i.mitsyanko@gmail.com>
549M: Peter Maydell <peter.maydell@linaro.org>
550L: qemu-arm@nongnu.org
551S: Odd Fixes
552F: hw/*/exynos*
553F: include/hw/arm/exynos4210.h
554
555Calxeda Highbank
556M: Rob Herring <robh@kernel.org>
557M: Peter Maydell <peter.maydell@linaro.org>
558L: qemu-arm@nongnu.org
559S: Odd Fixes
560F: hw/arm/highbank.c
561F: hw/net/xgmac.c
562
563Canon DIGIC
564M: Antony Pavlov <antonynpavlov@gmail.com>
565M: Peter Maydell <peter.maydell@linaro.org>
566L: qemu-arm@nongnu.org
567S: Odd Fixes
568F: include/hw/arm/digic.h
569F: hw/*/digic*
570F: include/hw/*/digic*
571
572Goldfish RTC
573M: Anup Patel <anup.patel@wdc.com>
574M: Alistair Francis <Alistair.Francis@wdc.com>
575L: qemu-riscv@nongnu.org
576S: Maintained
577F: hw/rtc/goldfish_rtc.c
578F: include/hw/rtc/goldfish_rtc.h
579
580Gumstix
581M: Peter Maydell <peter.maydell@linaro.org>
582R: Philippe Mathieu-Daudé <f4bug@amsat.org>
583L: qemu-arm@nongnu.org
584S: Odd Fixes
585F: hw/arm/gumstix.c
586
587i.MX25 PDK
588M: Peter Maydell <peter.maydell@linaro.org>
589R: Jean-Christophe Dubois <jcd@tribudubois.net>
590L: qemu-arm@nongnu.org
591S: Odd Fixes
592F: hw/arm/fsl-imx25.c
593F: hw/arm/imx25_pdk.c
594F: hw/misc/imx25_ccm.c
595F: include/hw/arm/fsl-imx25.h
596F: include/hw/misc/imx25_ccm.h
597
598i.MX31 (kzm)
599M: Peter Chubb <peter.chubb@nicta.com.au>
600M: Peter Maydell <peter.maydell@linaro.org>
601L: qemu-arm@nongnu.org
602S: Odd Fixes
603F: hw/arm/kzm.c
604F: hw/*/imx_*
605F: hw/*/*imx31*
606F: include/hw/*/imx_*
607F: include/hw/*/*imx31*
608
609Integrator CP
610M: Peter Maydell <peter.maydell@linaro.org>
611L: qemu-arm@nongnu.org
612S: Maintained
613F: hw/arm/integratorcp.c
614F: hw/misc/arm_integrator_debug.c
615F: include/hw/misc/arm_integrator_debug.h
616F: tests/acceptance/machine_arm_integratorcp.py
617
618MCIMX6UL EVK / i.MX6ul
619M: Peter Maydell <peter.maydell@linaro.org>
620R: Jean-Christophe Dubois <jcd@tribudubois.net>
621L: qemu-arm@nongnu.org
622S: Odd Fixes
623F: hw/arm/mcimx6ul-evk.c
624F: hw/arm/fsl-imx6ul.c
625F: hw/misc/imx6ul_ccm.c
626F: include/hw/arm/fsl-imx6ul.h
627F: include/hw/misc/imx6ul_ccm.h
628
629MCIMX7D SABRE / i.MX7
630M: Peter Maydell <peter.maydell@linaro.org>
631R: Andrey Smirnov <andrew.smirnov@gmail.com>
632L: qemu-arm@nongnu.org
633S: Odd Fixes
634F: hw/arm/mcimx7d-sabre.c
635F: hw/arm/fsl-imx7.c
636F: hw/misc/imx7_*.c
637F: include/hw/arm/fsl-imx7.h
638F: include/hw/misc/imx7_*.h
639F: hw/pci-host/designware.c
640F: include/hw/pci-host/designware.h
641
642MPS2
643M: Peter Maydell <peter.maydell@linaro.org>
644L: qemu-arm@nongnu.org
645S: Maintained
646F: hw/arm/mps2.c
647F: hw/arm/mps2-tz.c
648F: hw/misc/mps2-*.c
649F: include/hw/misc/mps2-*.h
650F: hw/arm/armsse.c
651F: include/hw/arm/armsse.h
652F: hw/misc/iotkit-secctl.c
653F: include/hw/misc/iotkit-secctl.h
654F: hw/misc/iotkit-sysctl.c
655F: include/hw/misc/iotkit-sysctl.h
656F: hw/misc/iotkit-sysinfo.c
657F: include/hw/misc/iotkit-sysinfo.h
658F: hw/misc/armsse-cpuid.c
659F: include/hw/misc/armsse-cpuid.h
660F: hw/misc/armsse-mhu.c
661F: include/hw/misc/armsse-mhu.h
662
663Musca
664M: Peter Maydell <peter.maydell@linaro.org>
665L: qemu-arm@nongnu.org
666S: Maintained
667F: hw/arm/musca.c
668
669Musicpal
670M: Jan Kiszka <jan.kiszka@web.de>
671M: Peter Maydell <peter.maydell@linaro.org>
672L: qemu-arm@nongnu.org
673S: Odd Fixes
674F: hw/arm/musicpal.c
675
676nSeries
677M: Andrzej Zaborowski <balrogg@gmail.com>
678M: Peter Maydell <peter.maydell@linaro.org>
679L: qemu-arm@nongnu.org
680S: Odd Fixes
681F: hw/arm/nseries.c
682F: hw/display/blizzard.c
683F: hw/input/lm832x.c
684F: hw/input/tsc2005.c
685F: hw/misc/cbus.c
686F: hw/rtc/twl92230.c
687F: include/hw/display/blizzard.h
688F: include/hw/input/tsc2xxx.h
689F: include/hw/misc/cbus.h
690F: tests/acceptance/machine_arm_n8x0.py
691
692Palm
693M: Andrzej Zaborowski <balrogg@gmail.com>
694M: Peter Maydell <peter.maydell@linaro.org>
695L: qemu-arm@nongnu.org
696S: Odd Fixes
697F: hw/arm/palm.c
698F: hw/input/tsc210x.c
699F: include/hw/input/tsc2xxx.h
700
701Raspberry Pi
702M: Peter Maydell <peter.maydell@linaro.org>
703R: Andrew Baumann <Andrew.Baumann@microsoft.com>
704R: Philippe Mathieu-Daudé <f4bug@amsat.org>
705L: qemu-arm@nongnu.org
706S: Odd Fixes
707F: hw/arm/raspi.c
708F: hw/arm/raspi_platform.h
709F: hw/*/bcm283*
710F: include/hw/arm/raspi*
711F: include/hw/*/bcm283*
712
713Real View
714M: Peter Maydell <peter.maydell@linaro.org>
715L: qemu-arm@nongnu.org
716S: Maintained
717F: hw/arm/realview*
718F: hw/cpu/realview_mpcore.c
719F: hw/intc/realview_gic.c
720F: include/hw/intc/realview_gic.h
721
722PXA2XX
723M: Andrzej Zaborowski <balrogg@gmail.com>
724M: Peter Maydell <peter.maydell@linaro.org>
725L: qemu-arm@nongnu.org
726S: Odd Fixes
727F: hw/arm/mainstone.c
728F: hw/arm/spitz.c
729F: hw/arm/tosa.c
730F: hw/arm/z2.c
731F: hw/*/pxa2xx*
732F: hw/display/tc6393xb.c
733F: hw/gpio/max7310.c
734F: hw/gpio/zaurus.c
735F: hw/misc/mst_fpga.c
736F: hw/misc/max111x.c
737F: include/hw/arm/pxa.h
738F: include/hw/arm/sharpsl.h
739F: include/hw/display/tc6393xb.h
740
741SABRELITE / i.MX6
742M: Peter Maydell <peter.maydell@linaro.org>
743R: Jean-Christophe Dubois <jcd@tribudubois.net>
744L: qemu-arm@nongnu.org
745S: Odd Fixes
746F: hw/arm/sabrelite.c
747F: hw/arm/fsl-imx6.c
748F: hw/misc/imx6_*.c
749F: hw/ssi/imx_spi.c
750F: include/hw/arm/fsl-imx6.h
751F: include/hw/misc/imx6_*.h
752F: include/hw/ssi/imx_spi.h
753
754SBSA-REF
755M: Radoslaw Biernacki <radoslaw.biernacki@linaro.org>
756M: Peter Maydell <peter.maydell@linaro.org>
757R: Leif Lindholm <leif@nuviainc.com>
758L: qemu-arm@nongnu.org
759S: Maintained
760F: hw/arm/sbsa-ref.c
761
762Sharp SL-5500 (Collie) PDA
763M: Peter Maydell <peter.maydell@linaro.org>
764L: qemu-arm@nongnu.org
765S: Odd Fixes
766F: hw/arm/collie.c
767F: hw/arm/strongarm*
768
769Stellaris
770M: Peter Maydell <peter.maydell@linaro.org>
771L: qemu-arm@nongnu.org
772S: Maintained
773F: hw/*/stellaris*
774F: include/hw/input/gamepad.h
775
776Versatile Express
777M: Peter Maydell <peter.maydell@linaro.org>
778L: qemu-arm@nongnu.org
779S: Maintained
780F: hw/arm/vexpress.c
781
782Versatile PB
783M: Peter Maydell <peter.maydell@linaro.org>
784L: qemu-arm@nongnu.org
785S: Maintained
786F: hw/*/versatile*
787F: hw/misc/arm_sysctl.c
788
789Virt
790M: Peter Maydell <peter.maydell@linaro.org>
791L: qemu-arm@nongnu.org
792S: Maintained
793F: hw/arm/virt*
794F: include/hw/arm/virt.h
795
796Xilinx Zynq
797M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
798M: Alistair Francis <alistair@alistair23.me>
799M: Peter Maydell <peter.maydell@linaro.org>
800L: qemu-arm@nongnu.org
801S: Maintained
802F: hw/*/xilinx_*
803F: hw/*/cadence_*
804F: hw/misc/zynq*
805F: include/hw/misc/zynq*
806X: hw/ssi/xilinx_*
807
808Xilinx ZynqMP
809M: Alistair Francis <alistair@alistair23.me>
810M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
811M: Peter Maydell <peter.maydell@linaro.org>
812L: qemu-arm@nongnu.org
813S: Maintained
814F: hw/*/xlnx*.c
815F: include/hw/*/xlnx*.h
816F: include/hw/ssi/xilinx_spips.h
817F: hw/display/dpcd.c
818F: include/hw/display/dpcd.h
819
820ARM ACPI Subsystem
821M: Shannon Zhao <shannon.zhaosl@gmail.com>
822L: qemu-arm@nongnu.org
823S: Maintained
824F: hw/arm/virt-acpi-build.c
825
826STM32F205
827M: Alistair Francis <alistair@alistair23.me>
828M: Peter Maydell <peter.maydell@linaro.org>
829L: qemu-arm@nongnu.org
830S: Maintained
831F: hw/arm/stm32f205_soc.c
832F: hw/misc/stm32f2xx_syscfg.c
833F: hw/char/stm32f2xx_usart.c
834F: hw/timer/stm32f2xx_timer.c
835F: hw/adc/*
836F: hw/ssi/stm32f2xx_spi.c
837F: include/hw/*/stm32*.h
838
839STM32F405
840M: Alistair Francis <alistair@alistair23.me>
841M: Peter Maydell <peter.maydell@linaro.org>
842L: qemu-arm@nongnu.org
843S: Maintained
844F: hw/arm/stm32f405_soc.c
845F: hw/misc/stm32f4xx_syscfg.c
846F: hw/misc/stm32f4xx_exti.c
847
848Netduino 2
849M: Alistair Francis <alistair@alistair23.me>
850M: Peter Maydell <peter.maydell@linaro.org>
851L: qemu-arm@nongnu.org
852S: Maintained
853F: hw/arm/netduino2.c
854
855Netduino Plus 2
856M: Alistair Francis <alistair@alistair23.me>
857M: Peter Maydell <peter.maydell@linaro.org>
858L: qemu-arm@nongnu.org
859S: Maintained
860F: hw/arm/netduinoplus2.c
861
862SmartFusion2
863M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
864M: Peter Maydell <peter.maydell@linaro.org>
865L: qemu-arm@nongnu.org
866S: Maintained
867F: hw/arm/msf2-soc.c
868F: hw/misc/msf2-sysreg.c
869F: hw/timer/mss-timer.c
870F: hw/ssi/mss-spi.c
871F: include/hw/arm/msf2-soc.h
872F: include/hw/misc/msf2-sysreg.h
873F: include/hw/timer/mss-timer.h
874F: include/hw/ssi/mss-spi.h
875
876Emcraft M2S-FG484
877M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
878M: Peter Maydell <peter.maydell@linaro.org>
879L: qemu-arm@nongnu.org
880S: Maintained
881F: hw/arm/msf2-som.c
882
883ASPEED BMCs
884M: Cédric Le Goater <clg@kaod.org>
885M: Peter Maydell <peter.maydell@linaro.org>
886R: Andrew Jeffery <andrew@aj.id.au>
887R: Joel Stanley <joel@jms.id.au>
888L: qemu-arm@nongnu.org
889S: Maintained
890F: hw/*/*aspeed*
891F: hw/misc/pca9552.c
892F: include/hw/*/*aspeed*
893F: include/hw/misc/pca9552*.h
894F: hw/net/ftgmac100.c
895F: include/hw/net/ftgmac100.h
896
897NRF51
898M: Joel Stanley <joel@jms.id.au>
899M: Peter Maydell <peter.maydell@linaro.org>
900L: qemu-arm@nongnu.org
901S: Maintained
902F: hw/*/nrf51*.c
903F: hw/*/microbit*.c
904F: include/hw/*/nrf51*.h
905F: include/hw/*/microbit*.h
906F: tests/qtest/microbit-test.c
907
908CRIS Machines
909-------------
910Axis Dev88
911M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
912S: Maintained
913F: hw/cris/axis_dev88.c
914F: hw/*/etraxfs_*.c
915
916HP-PARISC Machines
917------------------
918HP B160L
919M: Richard Henderson <rth@twiddle.net>
920R: Helge Deller <deller@gmx.de>
921S: Odd Fixes
922F: default-configs/hppa-softmmu.mak
923F: hw/hppa/
924F: pc-bios/hppa-firmware.img
925
926LM32 Machines
927-------------
928EVR32 and uclinux BSP
929M: Michael Walle <michael@walle.cc>
930S: Maintained
931F: hw/lm32/lm32_boards.c
932
933milkymist
934M: Michael Walle <michael@walle.cc>
935S: Maintained
936F: hw/lm32/milkymist.c
937
938M68K Machines
939-------------
940an5206
941M: Thomas Huth <huth@tuxfamily.org>
942S: Odd Fixes
943F: hw/m68k/an5206.c
944F: hw/m68k/mcf5206.c
945
946mcf5208
947M: Thomas Huth <huth@tuxfamily.org>
948S: Odd Fixes
949F: hw/m68k/mcf5208.c
950F: hw/m68k/mcf_intc.c
951F: hw/char/mcf_uart.c
952F: hw/net/mcf_fec.c
953F: include/hw/m68k/mcf*.h
954
955NeXTcube
956M: Thomas Huth <huth@tuxfamily.org>
957S: Odd Fixes
958F: hw/m68k/next-*.c
959F: hw/display/next-fb.c
960F: include/hw/m68k/next-cube.h
961
962q800
963M: Laurent Vivier <laurent@vivier.eu>
964S: Maintained
965F: hw/m68k/q800.c
966F: hw/misc/mac_via.c
967F: hw/nubus/*
968F: hw/display/macfb.c
969F: hw/block/swim.c
970F: hw/m68k/bootinfo.h
971F: include/hw/misc/mac_via.h
972F: include/hw/nubus/*
973F: include/hw/display/macfb.h
974F: include/hw/block/swim.h
975
976MicroBlaze Machines
977-------------------
978petalogix_s3adsp1800
979M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
980S: Maintained
981F: hw/microblaze/petalogix_s3adsp1800_mmu.c
982F: include/hw/char/xilinx_uartlite.h
983
984petalogix_ml605
985M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
986S: Maintained
987F: hw/microblaze/petalogix_ml605_mmu.c
988
989MIPS Machines
990-------------
991Jazz
992M: Hervé Poussineau <hpoussin@reactos.org>
993R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
994S: Maintained
995F: hw/mips/mips_jazz.c
996F: hw/display/jazz_led.c
997F: hw/dma/rc4030.c
998
999Malta
1000M: Aleksandar Markovic <amarkovic@wavecomp.com>
1001M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1002R: Aurelien Jarno <aurelien@aurel32.net>
1003S: Maintained
1004F: hw/isa/piix4.c
1005F: hw/acpi/piix4.c
1006F: hw/mips/mips_malta.c
1007F: hw/mips/gt64xxx_pci.c
1008F: include/hw/southbridge/piix.h
1009F: tests/acceptance/linux_ssh_mips_malta.py
1010F: tests/acceptance/machine_mips_malta.py
1011
1012Mipssim
1013M: Aleksandar Markovic <amarkovic@wavecomp.com>
1014R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1015S: Odd Fixes
1016F: hw/mips/mips_mipssim.c
1017F: hw/net/mipsnet.c
1018
1019R4000
1020M: Aurelien Jarno <aurelien@aurel32.net>
1021R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1022S: Obsolete
1023F: hw/mips/mips_r4k.c
1024
1025Fulong 2E
1026M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1027M: Aleksandar Markovic <amarkovic@wavecomp.com>
1028S: Odd Fixes
1029F: hw/mips/mips_fulong2e.c
1030F: hw/isa/vt82c686.c
1031F: hw/pci-host/bonito.c
1032F: include/hw/isa/vt82c686.h
1033
1034Boston
1035M: Paul Burton <pburton@wavecomp.com>
1036R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
1037S: Maintained
1038F: hw/core/loader-fit.c
1039F: hw/mips/boston.c
1040F: hw/pci-host/xilinx-pcie.c
1041F: include/hw/pci-host/xilinx-pcie.h
1042
1043OpenRISC Machines
1044-----------------
1045or1k-sim
1046M: Jia Liu <proljc@gmail.com>
1047S: Maintained
1048F: hw/openrisc/openrisc_sim.c
1049
1050PowerPC Machines
1051----------------
1052405
1053M: David Gibson <david@gibson.dropbear.id.au>
1054L: qemu-ppc@nongnu.org
1055S: Odd Fixes
1056F: hw/ppc/ppc405_boards.c
1057
1058Bamboo
1059M: David Gibson <david@gibson.dropbear.id.au>
1060L: qemu-ppc@nongnu.org
1061S: Odd Fixes
1062F: hw/ppc/ppc440_bamboo.c
1063
1064e500
1065M: David Gibson <david@gibson.dropbear.id.au>
1066L: qemu-ppc@nongnu.org
1067S: Odd Fixes
1068F: hw/ppc/e500*
1069F: hw/gpio/mpc8xxx.c
1070F: hw/i2c/mpc_i2c.c
1071F: hw/net/fsl_etsec/
1072F: hw/pci-host/ppce500.c
1073F: include/hw/ppc/ppc_e500.h
1074F: include/hw/pci-host/ppce500.h
1075F: pc-bios/u-boot.e500
1076
1077mpc8544ds
1078M: David Gibson <david@gibson.dropbear.id.au>
1079L: qemu-ppc@nongnu.org
1080S: Odd Fixes
1081F: hw/ppc/mpc8544ds.c
1082F: hw/ppc/mpc8544_guts.c
1083
1084New World (mac99)
1085M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1086R: David Gibson <david@gibson.dropbear.id.au>
1087L: qemu-ppc@nongnu.org
1088S: Odd Fixes
1089F: hw/ppc/mac_newworld.c
1090F: hw/pci-host/uninorth.c
1091F: hw/pci-bridge/dec.[hc]
1092F: hw/misc/macio/
1093F: hw/misc/mos6522.c
1094F: hw/nvram/mac_nvram.c
1095F: hw/input/adb*
1096F: include/hw/misc/macio/
1097F: include/hw/misc/mos6522.h
1098F: include/hw/ppc/mac_dbdma.h
1099F: include/hw/pci-host/uninorth.h
1100F: include/hw/input/adb*
1101F: pc-bios/qemu_vga.ndrv
1102
1103Old World (g3beige)
1104M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1105R: David Gibson <david@gibson.dropbear.id.au>
1106L: qemu-ppc@nongnu.org
1107S: Odd Fixes
1108F: hw/ppc/mac_oldworld.c
1109F: hw/pci-host/grackle.c
1110F: hw/misc/macio/
1111F: hw/intc/heathrow_pic.c
1112F: hw/input/adb*
1113F: include/hw/intc/heathrow_pic.h
1114F: include/hw/input/adb*
1115F: pc-bios/qemu_vga.ndrv
1116
1117PReP
1118M: Hervé Poussineau <hpoussin@reactos.org>
1119L: qemu-ppc@nongnu.org
1120S: Maintained
1121F: hw/ppc/prep.c
1122F: hw/ppc/prep_systemio.c
1123F: hw/ppc/rs6000_mc.c
1124F: hw/pci-host/prep.[hc]
1125F: hw/isa/i82378.c
1126F: hw/isa/pc87312.c
1127F: hw/dma/i82374.c
1128F: hw/rtc/m48t59-isa.c
1129F: include/hw/isa/pc87312.h
1130F: include/hw/rtc/m48t59.h
1131F: tests/acceptance/ppc_prep_40p.py
1132
1133sPAPR
1134M: David Gibson <david@gibson.dropbear.id.au>
1135L: qemu-ppc@nongnu.org
1136S: Supported
1137F: hw/*/spapr*
1138F: include/hw/*/spapr*
1139F: hw/*/xics*
1140F: include/hw/*/xics*
1141F: pc-bios/slof.bin
1142F: docs/specs/ppc-spapr-hcalls.txt
1143F: docs/specs/ppc-spapr-hotplug.txt
1144F: tests/qtest/spapr*
1145F: tests/qtest/libqos/*spapr*
1146F: tests/qtest/rtas*
1147F: tests/qtest/libqos/rtas*
1148
1149PowerNV (Non-Virtualized)
1150M: Cédric Le Goater <clg@kaod.org>
1151M: David Gibson <david@gibson.dropbear.id.au>
1152L: qemu-ppc@nongnu.org
1153S: Maintained
1154F: hw/ppc/pnv*
1155F: hw/intc/pnv*
1156F: hw/intc/xics_pnv.c
1157F: include/hw/ppc/pnv*
1158F: pc-bios/skiboot.lid
1159F: tests/qtest/pnv*
1160
1161virtex_ml507
1162M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1163L: qemu-ppc@nongnu.org
1164S: Odd Fixes
1165F: hw/ppc/virtex_ml507.c
1166
1167sam460ex
1168M: BALATON Zoltan <balaton@eik.bme.hu>
1169L: qemu-ppc@nongnu.org
1170S: Maintained
1171F: hw/ppc/sam460ex.c
1172F: hw/ppc/ppc440_pcix.c
1173F: hw/display/sm501*
1174F: hw/ide/sii3112.c
1175F: hw/rtc/m41t80.c
1176F: pc-bios/canyonlands.dt[sb]
1177F: pc-bios/u-boot-sam460ex-20100605.bin
1178F: roms/u-boot-sam460ex
1179
1180SH4 Machines
1181------------
1182R2D
1183M: Magnus Damm <magnus.damm@gmail.com>
1184S: Maintained
1185F: hw/sh4/r2d.c
1186F: hw/intc/sh_intc.c
1187F: hw/timer/sh_timer.c
1188
1189Shix
1190M: Magnus Damm <magnus.damm@gmail.com>
1191S: Odd Fixes
1192F: hw/sh4/shix.c
1193
1194SPARC Machines
1195--------------
1196Sun4m
1197M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1198S: Maintained
1199F: hw/sparc/sun4m.c
1200F: hw/sparc/sun4m_iommu.c
1201F: hw/display/cg3.c
1202F: hw/display/tcx.c
1203F: hw/dma/sparc32_dma.c
1204F: hw/misc/eccmemctl.c
1205F: hw/*/slavio_*.c
1206F: include/hw/nvram/sun_nvram.h
1207F: include/hw/sparc/sparc32_dma.h
1208F: include/hw/sparc/sun4m_iommu.h
1209F: pc-bios/openbios-sparc32
1210
1211Sun4u
1212M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1213S: Maintained
1214F: hw/sparc64/sun4u.c
1215F: hw/sparc64/sun4u_iommu.c
1216F: include/hw/sparc/sun4u_iommu.h
1217F: hw/pci-host/sabre.c
1218F: include/hw/pci-host/sabre.h
1219F: hw/pci-bridge/simba.c
1220F: include/hw/pci-bridge/simba.h
1221F: pc-bios/openbios-sparc64
1222
1223Sun4v
1224M: Artyom Tarasenko <atar4qemu@gmail.com>
1225S: Maintained
1226F: hw/sparc64/niagara.c
1227F: hw/rtc/sun4v-rtc.c
1228F: include/hw/rtc/sun4v-rtc.h
1229
1230Leon3
1231M: Fabien Chouteau <chouteau@adacore.com>
1232M: KONRAD Frederic <frederic.konrad@adacore.com>
1233S: Maintained
1234F: hw/sparc/leon3.c
1235F: hw/*/grlib*
1236F: include/hw/*/grlib*
1237F: tests/acceptance/machine_sparc_leon3.py
1238
1239S390 Machines
1240-------------
1241S390 Virtio-ccw
1242M: Cornelia Huck <cohuck@redhat.com>
1243M: Halil Pasic <pasic@linux.ibm.com>
1244M: Christian Borntraeger <borntraeger@de.ibm.com>
1245S: Supported
1246F: hw/char/sclp*.[hc]
1247F: hw/char/terminal3270.c
1248F: hw/s390x/
1249F: include/hw/s390x/
1250F: hw/watchdog/wdt_diag288.c
1251F: include/hw/watchdog/wdt_diag288.h
1252F: default-configs/s390x-softmmu.mak
1253T: git https://github.com/cohuck/qemu.git s390-next
1254T: git https://github.com/borntraeger/qemu.git s390-next
1255L: qemu-s390x@nongnu.org
1256
1257S390-ccw boot
1258M: Christian Borntraeger <borntraeger@de.ibm.com>
1259M: Thomas Huth <thuth@redhat.com>
1260S: Supported
1261F: hw/s390x/ipl.*
1262F: pc-bios/s390-ccw/
1263F: pc-bios/s390-ccw.img
1264F: docs/devel/s390-dasd-ipl.rst
1265T: git https://github.com/borntraeger/qemu.git s390-next
1266L: qemu-s390x@nongnu.org
1267
1268S390 PCI
1269M: Matthew Rosato <mjrosato@linux.ibm.com>
1270S: Supported
1271F: hw/s390x/s390-pci*
1272L: qemu-s390x@nongnu.org
1273
1274UniCore32 Machines
1275------------------
1276PKUnity-3 SoC initramfs-with-busybox
1277M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1278S: Maintained
1279F: hw/*/puv3*
1280F: hw/unicore32/
1281
1282X86 Machines
1283------------
1284PC
1285M: Michael S. Tsirkin <mst@redhat.com>
1286M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1287S: Supported
1288F: include/hw/i386/
1289F: hw/i386/
1290F: hw/pci-host/i440fx.c
1291F: hw/pci-host/q35.c
1292F: hw/pci-host/pam.c
1293F: include/hw/pci-host/i440fx.h
1294F: include/hw/pci-host/q35.h
1295F: include/hw/pci-host/pam.h
1296F: hw/isa/piix3.c
1297F: hw/isa/lpc_ich9.c
1298F: hw/i2c/smbus_ich9.c
1299F: hw/acpi/piix4.c
1300F: hw/acpi/ich9.c
1301F: include/hw/acpi/ich9.h
1302F: include/hw/southbridge/piix.h
1303F: hw/misc/sga.c
1304F: hw/isa/apm.c
1305F: include/hw/isa/apm.h
1306F: tests/test-x86-cpuid.c
1307F: tests/qtest/test-x86-cpuid-compat.c
1308
1309PC Chipset
1310M: Michael S. Tsirkin <mst@redhat.com>
1311M: Paolo Bonzini <pbonzini@redhat.com>
1312S: Supported
1313F: hw/char/debugcon.c
1314F: hw/char/parallel*
1315F: hw/char/serial*
1316F: hw/dma/i8257*
1317F: hw/i2c/pm_smbus.c
1318F: hw/input/pckbd.c
1319F: hw/intc/apic*
1320F: hw/intc/ioapic*
1321F: hw/intc/i8259*
1322F: hw/isa/isa-superio.c
1323F: hw/misc/debugexit.c
1324F: hw/misc/pc-testdev.c
1325F: hw/timer/hpet*
1326F: hw/timer/i8254*
1327F: hw/rtc/mc146818rtc*
1328F: hw/watchdog/wdt_ib700.c
1329F: hw/watchdog/wdt_i6300esb.c
1330F: include/hw/display/vga.h
1331F: include/hw/char/parallel.h
1332F: include/hw/dma/i8257.h
1333F: include/hw/i2c/pm_smbus.h
1334F: include/hw/input/i8042.h
1335F: include/hw/isa/i8259_internal.h
1336F: include/hw/isa/superio.h
1337F: include/hw/timer/hpet.h
1338F: include/hw/timer/i8254*
1339F: include/hw/rtc/mc146818rtc*
1340
1341microvm
1342M: Sergio Lopez <slp@redhat.com>
1343M: Paolo Bonzini <pbonzini@redhat.com>
1344S: Maintained
1345F: docs/microvm.rst
1346F: hw/i386/microvm.c
1347F: include/hw/i386/microvm.h
1348F: pc-bios/bios-microvm.bin
1349
1350Machine core
1351M: Eduardo Habkost <ehabkost@redhat.com>
1352M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1353S: Supported
1354F: hw/core/cpu.c
1355F: hw/core/machine-qmp-cmds.c
1356F: hw/core/machine.c
1357F: hw/core/null-machine.c
1358F: hw/core/numa.c
1359F: hw/cpu/cluster.c
1360F: qapi/machine.json
1361F: qapi/machine-target.json
1362F: include/hw/boards.h
1363F: include/hw/core/cpu.h
1364F: include/hw/cpu/cluster.h
1365F: include/sysemu/numa.h
1366T: git https://github.com/ehabkost/qemu.git machine-next
1367
1368Xtensa Machines
1369---------------
1370sim
1371M: Max Filippov <jcmvbkbc@gmail.com>
1372S: Maintained
1373F: hw/xtensa/sim.c
1374
1375virt
1376M: Max Filippov <jcmvbkbc@gmail.com>
1377S: Maintained
1378F: hw/xtensa/virt.c
1379
1380XTFPGA (LX60, LX200, ML605, KC705)
1381M: Max Filippov <jcmvbkbc@gmail.com>
1382S: Maintained
1383F: hw/xtensa/xtfpga.c
1384F: hw/net/opencores_eth.c
1385
1386Devices
1387-------
1388EDU
1389M: Jiri Slaby <jslaby@suse.cz>
1390S: Maintained
1391F: hw/misc/edu.c
1392
1393IDE
1394M: John Snow <jsnow@redhat.com>
1395L: qemu-block@nongnu.org
1396S: Supported
1397F: include/hw/ide.h
1398F: include/hw/ide/
1399F: hw/ide/
1400F: hw/block/block.c
1401F: hw/block/cdrom.c
1402F: hw/block/hd-geometry.c
1403F: tests/qtest/ide-test.c
1404F: tests/qtest/ahci-test.c
1405F: tests/qtest/cdrom-test.c
1406F: tests/qtest/libqos/ahci*
1407T: git https://github.com/jnsnow/qemu.git ide
1408
1409IPMI
1410M: Corey Minyard <minyard@acm.org>
1411S: Maintained
1412F: include/hw/ipmi/*
1413F: hw/ipmi/*
1414F: hw/smbios/smbios_type_38.c
1415F: tests/qtest/ipmi*
1416T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1417
1418Floppy
1419M: John Snow <jsnow@redhat.com>
1420L: qemu-block@nongnu.org
1421S: Supported
1422F: hw/block/fdc.c
1423F: include/hw/block/fdc.h
1424F: tests/qtest/fdc-test.c
1425T: git https://github.com/jnsnow/qemu.git ide
1426
1427OMAP
1428M: Peter Maydell <peter.maydell@linaro.org>
1429L: qemu-arm@nongnu.org
1430S: Maintained
1431F: hw/*/omap*
1432F: include/hw/arm/omap.h
1433
1434IPack
1435M: Alberto Garcia <berto@igalia.com>
1436S: Odd Fixes
1437F: hw/char/ipoctal232.c
1438F: hw/ipack/
1439
1440PCI
1441M: Michael S. Tsirkin <mst@redhat.com>
1442M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1443S: Supported
1444F: include/hw/pci/*
1445F: hw/misc/pci-testdev.c
1446F: hw/pci/*
1447F: hw/pci-bridge/*
1448F: docs/pci*
1449F: docs/specs/*pci*
1450F: default-configs/pci.mak
1451
1452ACPI/SMBIOS
1453M: Michael S. Tsirkin <mst@redhat.com>
1454M: Igor Mammedov <imammedo@redhat.com>
1455S: Supported
1456F: include/hw/acpi/*
1457F: include/hw/firmware/smbios.h
1458F: hw/mem/*
1459F: hw/acpi/*
1460F: hw/smbios/*
1461F: hw/i386/acpi-build.[hc]
1462F: hw/arm/virt-acpi-build.c
1463F: tests/qtest/bios-tables-test.c
1464F: tests/qtest/acpi-utils.[hc]
1465F: tests/data/acpi/
1466
1467ppc4xx
1468M: David Gibson <david@gibson.dropbear.id.au>
1469L: qemu-ppc@nongnu.org
1470S: Odd Fixes
1471F: hw/ppc/ppc4*.c
1472F: hw/i2c/ppc4xx_i2c.c
1473F: include/hw/ppc/ppc4xx.h
1474F: include/hw/i2c/ppc4xx_i2c.h
1475
1476Character devices
1477M: Marc-André Lureau <marcandre.lureau@redhat.com>
1478R: Paolo Bonzini <pbonzini@redhat.com>
1479S: Odd Fixes
1480F: hw/char/
1481
1482Network devices
1483M: Jason Wang <jasowang@redhat.com>
1484S: Odd Fixes
1485F: hw/net/
1486F: include/hw/net/
1487F: tests/qtest/virtio-net-test.c
1488F: docs/virtio-net-failover.rst
1489T: git https://github.com/jasowang/qemu.git net
1490
1491Parallel NOR Flash devices
1492M: Philippe Mathieu-Daudé <philmd@redhat.com>
1493T: git https://gitlab.com/philmd/qemu.git pflash-next
1494S: Maintained
1495F: hw/block/pflash_cfi*.c
1496F: include/hw/block/flash.h
1497
1498SCSI
1499M: Paolo Bonzini <pbonzini@redhat.com>
1500R: Fam Zheng <fam@euphon.net>
1501S: Supported
1502F: include/hw/scsi/*
1503F: hw/scsi/*
1504F: tests/qtest/virtio-scsi-test.c
1505T: git https://github.com/bonzini/qemu.git scsi-next
1506
1507SSI
1508M: Alistair Francis <alistair@alistair23.me>
1509S: Maintained
1510F: hw/ssi/*
1511F: hw/block/m25p80.c
1512F: include/hw/ssi/ssi.h
1513X: hw/ssi/xilinx_*
1514F: tests/qtest/m25p80-test.c
1515
1516Xilinx SPI
1517M: Alistair Francis <alistair@alistair23.me>
1518S: Maintained
1519F: hw/ssi/xilinx_*
1520
1521SD (Secure Card)
1522M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1523S: Odd Fixes
1524F: include/hw/sd/sd*
1525F: hw/sd/core.c
1526F: hw/sd/sd*
1527F: hw/sd/ssi-sd.c
1528F: tests/qtest/sd*
1529
1530USB
1531M: Gerd Hoffmann <kraxel@redhat.com>
1532S: Maintained
1533F: hw/usb/*
1534F: tests/qtest/usb-*-test.c
1535F: docs/usb2.txt
1536F: docs/usb-storage.txt
1537F: include/hw/usb.h
1538F: include/hw/usb/
1539F: default-configs/usb.mak
1540
1541USB (serial adapter)
1542M: Gerd Hoffmann <kraxel@redhat.com>
1543M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1544S: Maintained
1545F: hw/usb/dev-serial.c
1546
1547VFIO
1548M: Alex Williamson <alex.williamson@redhat.com>
1549S: Supported
1550F: hw/vfio/*
1551F: include/hw/vfio/
1552
1553vfio-ccw
1554M: Cornelia Huck <cohuck@redhat.com>
1555M: Eric Farman <farman@linux.ibm.com>
1556S: Supported
1557F: hw/vfio/ccw.c
1558F: hw/s390x/s390-ccw.c
1559F: include/hw/s390x/s390-ccw.h
1560F: include/hw/s390x/vfio-ccw.h
1561T: git https://github.com/cohuck/qemu.git s390-next
1562L: qemu-s390x@nongnu.org
1563
1564vfio-ap
1565M: Christian Borntraeger <borntraeger@de.ibm.com>
1566M: Tony Krowiak <akrowiak@linux.ibm.com>
1567M: Halil Pasic <pasic@linux.ibm.com>
1568M: Pierre Morel <pmorel@linux.ibm.com>
1569S: Supported
1570F: hw/s390x/ap-device.c
1571F: hw/s390x/ap-bridge.c
1572F: include/hw/s390x/ap-device.h
1573F: include/hw/s390x/ap-bridge.h
1574F: hw/vfio/ap.c
1575F: docs/system/vfio-ap.rst
1576L: qemu-s390x@nongnu.org
1577
1578vhost
1579M: Michael S. Tsirkin <mst@redhat.com>
1580S: Supported
1581F: hw/*/*vhost*
1582F: docs/interop/vhost-user.json
1583F: docs/interop/vhost-user.rst
1584F: contrib/vhost-user-*/
1585F: backends/vhost-user.c
1586F: include/sysemu/vhost-user-backend.h
1587
1588virtio
1589M: Michael S. Tsirkin <mst@redhat.com>
1590S: Supported
1591F: hw/*/virtio*
1592F: hw/virtio/Makefile.objs
1593F: hw/virtio/trace-events
1594F: net/vhost-user.c
1595F: include/hw/virtio/
1596
1597virtio-9p
1598M: Greg Kurz <groug@kaod.org>
1599R: Christian Schoenebeck <qemu_oss@crudebyte.com>
1600S: Odd Fixes
1601F: hw/9pfs/
1602X: hw/9pfs/xen-9p*
1603F: fsdev/
1604F: docs/interop/virtfs-proxy-helper.rst
1605F: tests/qtest/virtio-9p-test.c
1606T: git https://github.com/gkurz/qemu.git 9p-next
1607
1608virtio-blk
1609M: Stefan Hajnoczi <stefanha@redhat.com>
1610L: qemu-block@nongnu.org
1611S: Supported
1612F: hw/block/virtio-blk.c
1613F: hw/block/dataplane/*
1614F: tests/qtest/virtio-blk-test.c
1615T: git https://github.com/stefanha/qemu.git block
1616
1617virtio-ccw
1618M: Cornelia Huck <cohuck@redhat.com>
1619M: Halil Pasic <pasic@linux.ibm.com>
1620S: Supported
1621F: hw/s390x/virtio-ccw*.[hc]
1622F: hw/s390x/vhost-vsock-ccw.c
1623T: git https://github.com/cohuck/qemu.git s390-next
1624T: git https://github.com/borntraeger/qemu.git s390-next
1625L: qemu-s390x@nongnu.org
1626
1627virtiofs
1628M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1629M: Stefan Hajnoczi <stefanha@redhat.com>
1630S: Supported
1631F: tools/virtiofsd/*
1632F: hw/virtio/vhost-user-fs*
1633F: include/hw/virtio/vhost-user-fs.h
1634F: docs/interop/virtiofsd.rst
1635
1636virtio-input
1637M: Gerd Hoffmann <kraxel@redhat.com>
1638S: Maintained
1639F: hw/input/vhost-user-input.c
1640F: hw/input/virtio-input*.c
1641F: include/hw/virtio/virtio-input.h
1642F: contrib/vhost-user-input/*
1643
1644virtio-iommu
1645M: Eric Auger <eric.auger@redhat.com>
1646S: Maintained
1647F: hw/virtio/virtio-iommu*.c
1648F: include/hw/virtio/virtio-iommu.h
1649
1650virtio-serial
1651M: Laurent Vivier <lvivier@redhat.com>
1652R: Amit Shah <amit@kernel.org>
1653S: Supported
1654F: hw/char/virtio-serial-bus.c
1655F: hw/char/virtio-console.c
1656F: include/hw/virtio/virtio-serial.h
1657F: tests/qtest/virtio-serial-test.c
1658
1659virtio-rng
1660M: Laurent Vivier <lvivier@redhat.com>
1661R: Amit Shah <amit@kernel.org>
1662S: Supported
1663F: hw/virtio/virtio-rng.c
1664F: include/hw/virtio/virtio-rng.h
1665F: include/sysemu/rng*.h
1666F: backends/rng*.c
1667F: tests/qtest/virtio-rng-test.c
1668
1669virtio-crypto
1670M: Gonglei <arei.gonglei@huawei.com>
1671S: Supported
1672F: hw/virtio/virtio-crypto.c
1673F: hw/virtio/virtio-crypto-pci.c
1674F: include/hw/virtio/virtio-crypto.h
1675
1676nvme
1677M: Keith Busch <keith.busch@intel.com>
1678L: qemu-block@nongnu.org
1679S: Supported
1680F: hw/block/nvme*
1681F: tests/qtest/nvme-test.c
1682
1683megasas
1684M: Hannes Reinecke <hare@suse.com>
1685L: qemu-block@nongnu.org
1686S: Supported
1687F: hw/scsi/megasas.c
1688F: hw/scsi/mfi.h
1689F: tests/qtest/megasas-test.c
1690
1691Network packet abstractions
1692M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1693S: Maintained
1694F: include/net/eth.h
1695F: net/eth.c
1696F: hw/net/net_rx_pkt*
1697F: hw/net/net_tx_pkt*
1698
1699Vmware
1700M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1701S: Maintained
1702F: hw/net/vmxnet*
1703F: hw/scsi/vmw_pvscsi*
1704F: tests/qtest/vmxnet3-test.c
1705
1706Rocker
1707M: Jiri Pirko <jiri@resnulli.us>
1708S: Maintained
1709F: hw/net/rocker/
1710F: tests/rocker/
1711F: docs/specs/rocker.txt
1712
1713NVDIMM
1714M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1715S: Maintained
1716F: hw/acpi/nvdimm.c
1717F: hw/mem/nvdimm.c
1718F: include/hw/mem/nvdimm.h
1719F: docs/nvdimm.txt
1720
1721e1000x
1722M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1723S: Maintained
1724F: hw/net/e1000x*
1725
1726e1000e
1727M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1728S: Maintained
1729F: hw/net/e1000e*
1730
1731eepro100
1732M: Stefan Weil <sw@weilnetz.de>
1733S: Maintained
1734F: hw/net/eepro100.c
1735
1736tulip
1737M: Sven Schnelle <svens@stackframe.org>
1738S: Maintained
1739F: hw/net/tulip.c
1740F: hw/net/tulip.h
1741
1742Generic Loader
1743M: Alistair Francis <alistair@alistair23.me>
1744S: Maintained
1745F: hw/core/generic-loader.c
1746F: include/hw/core/generic-loader.h
1747F: docs/generic-loader.txt
1748
1749Intel Hexadecimal Object File Loader
1750M: Su Hang <suhang16@mails.ucas.ac.cn>
1751S: Maintained
1752F: tests/qtest/hexloader-test.c
1753F: tests/data/hex-loader/test.hex
1754
1755CHRP NVRAM
1756M: Thomas Huth <thuth@redhat.com>
1757S: Maintained
1758F: hw/nvram/chrp_nvram.c
1759F: include/hw/nvram/chrp_nvram.h
1760F: tests/qtest/prom-env-test.c
1761
1762VM Generation ID
1763M: Ben Warren <ben@skyportsystems.com>
1764S: Maintained
1765F: hw/acpi/vmgenid.c
1766F: include/hw/acpi/vmgenid.h
1767F: docs/specs/vmgenid.txt
1768F: tests/qtest/vmgenid-test.c
1769F: stubs/vmgenid.c
1770
1771Unimplemented device
1772M: Peter Maydell <peter.maydell@linaro.org>
1773R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1774S: Maintained
1775F: include/hw/misc/unimp.h
1776F: hw/misc/unimp.c
1777
1778Standard VGA
1779M: Gerd Hoffmann <kraxel@redhat.com>
1780S: Maintained
1781F: hw/display/vga*
1782F: hw/display/bochs-display.c
1783F: include/hw/display/vga.h
1784F: include/hw/display/bochs-vbe.h
1785
1786ramfb
1787M: Gerd Hoffmann <kraxel@redhat.com>
1788S: Maintained
1789F: hw/display/ramfb*.c
1790F: include/hw/display/ramfb.h
1791
1792virtio-gpu
1793M: Gerd Hoffmann <kraxel@redhat.com>
1794S: Maintained
1795F: hw/display/virtio-gpu*
1796F: hw/display/virtio-vga.*
1797F: include/hw/virtio/virtio-gpu.h
1798
1799vhost-user-gpu
1800M: Marc-André Lureau <marcandre.lureau@redhat.com>
1801M: Gerd Hoffmann <kraxel@redhat.com>
1802S: Maintained
1803F: docs/interop/vhost-user-gpu.rst
1804F: contrib/vhost-user-gpu
1805F: hw/display/vhost-user-*
1806
1807Cirrus VGA
1808M: Gerd Hoffmann <kraxel@redhat.com>
1809S: Odd Fixes
1810W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1811F: hw/display/cirrus*
1812
1813EDID Generator
1814M: Gerd Hoffmann <kraxel@redhat.com>
1815S: Maintained
1816F: hw/display/edid*
1817F: include/hw/display/edid.h
1818F: qemu-edid.c
1819
1820PIIX4 South Bridge (i82371AB)
1821M: Hervé Poussineau <hpoussin@reactos.org>
1822M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1823S: Maintained
1824F: hw/isa/piix4.c
1825F: include/hw/southbridge/piix.h
1826
1827Firmware configuration (fw_cfg)
1828M: Philippe Mathieu-Daudé <philmd@redhat.com>
1829R: Laszlo Ersek <lersek@redhat.com>
1830R: Gerd Hoffmann <kraxel@redhat.com>
1831S: Supported
1832F: docs/specs/fw_cfg.txt
1833F: hw/nvram/fw_cfg.c
1834F: stubs/fw_cfg.c
1835F: include/hw/nvram/fw_cfg.h
1836F: include/standard-headers/linux/qemu_fw_cfg.h
1837F: tests/qtest/libqos/fw_cfg.c
1838F: tests/qtest/fw_cfg-test.c
1839T: git https://github.com/philmd/qemu.git fw_cfg-next
1840
1841XIVE
1842M: David Gibson <david@gibson.dropbear.id.au>
1843M: Cédric Le Goater <clg@kaod.org>
1844L: qemu-ppc@nongnu.org
1845S: Supported
1846F: hw/*/*xive*
1847F: include/hw/*/*xive*
1848F: docs/*/*xive*
1849
1850Subsystems
1851----------
1852Audio
1853M: Gerd Hoffmann <kraxel@redhat.com>
1854S: Maintained
1855F: audio/
1856F: hw/audio/
1857F: include/hw/audio/
1858F: tests/qtest/ac97-test.c
1859F: tests/qtest/es1370-test.c
1860F: tests/qtest/intel-hda-test.c
1861
1862Block layer core
1863M: Kevin Wolf <kwolf@redhat.com>
1864M: Max Reitz <mreitz@redhat.com>
1865L: qemu-block@nongnu.org
1866S: Supported
1867F: block*
1868F: block/
1869F: hw/block/
1870F: include/block/
1871F: qemu-img*
1872F: docs/interop/qemu-img.rst
1873F: qemu-io*
1874F: tests/qemu-iotests/
1875F: util/qemu-progress.c
1876F: qobject/block-qdict.c
1877F: tests/check-block-qdict.c
1878T: git https://repo.or.cz/qemu/kevin.git block
1879
1880Block I/O path
1881M: Stefan Hajnoczi <stefanha@redhat.com>
1882M: Fam Zheng <fam@euphon.net>
1883L: qemu-block@nongnu.org
1884S: Supported
1885F: util/async.c
1886F: util/aio-*.c
1887F: block/io.c
1888F: migration/block*
1889F: include/block/aio.h
1890F: include/block/aio-wait.h
1891F: scripts/qemugdb/aio.py
1892T: git https://github.com/stefanha/qemu.git block
1893
1894Block SCSI subsystem
1895M: Paolo Bonzini <pbonzini@redhat.com>
1896R: Fam Zheng <fam@euphon.net>
1897L: qemu-block@nongnu.org
1898S: Supported
1899F: include/scsi/*
1900F: scsi/*
1901
1902Block Jobs
1903M: John Snow <jsnow@redhat.com>
1904L: qemu-block@nongnu.org
1905S: Supported
1906F: blockjob.c
1907F: include/block/blockjob.h
1908F: job.c
1909F: job-qmp.c
1910F: include/qemu/job.h
1911F: block/backup.c
1912F: block/commit.c
1913F: block/stream.c
1914F: block/mirror.c
1915F: qapi/job.json
1916T: git https://github.com/jnsnow/qemu.git jobs
1917
1918Block QAPI, monitor, command line
1919M: Markus Armbruster <armbru@redhat.com>
1920S: Supported
1921F: blockdev.c
1922F: block/qapi.c
1923F: qapi/block*.json
1924F: qapi/transaction.json
1925T: git https://repo.or.cz/qemu/armbru.git block-next
1926
1927Dirty Bitmaps
1928M: John Snow <jsnow@redhat.com>
1929R: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
1930L: qemu-block@nongnu.org
1931S: Supported
1932F: include/qemu/hbitmap.h
1933F: include/block/dirty-bitmap.h
1934F: block/dirty-bitmap.c
1935F: block/qcow2-bitmap.c
1936F: migration/block-dirty-bitmap.c
1937F: util/hbitmap.c
1938F: tests/test-hbitmap.c
1939F: docs/interop/bitmaps.rst
1940T: git https://github.com/jnsnow/qemu.git bitmaps
1941
1942Character device backends
1943M: Marc-André Lureau <marcandre.lureau@redhat.com>
1944R: Paolo Bonzini <pbonzini@redhat.com>
1945S: Maintained
1946F: chardev/
1947F: include/chardev/
1948F: qapi/char.json
1949
1950Character Devices (Braille)
1951M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1952S: Maintained
1953F: chardev/baum.c
1954
1955Command line option argument parsing
1956M: Markus Armbruster <armbru@redhat.com>
1957S: Supported
1958F: include/qemu/option.h
1959F: tests/test-keyval.c
1960F: tests/test-qemu-opts.c
1961F: util/keyval.c
1962F: util/qemu-option.c
1963
1964Coverity model
1965M: Markus Armbruster <armbru@redhat.com>
1966S: Supported
1967F: scripts/coverity-model.c
1968
1969Device Tree
1970M: Alistair Francis <alistair.francis@wdc.com>
1971R: David Gibson <david@gibson.dropbear.id.au>
1972S: Maintained
1973F: device_tree.c
1974F: include/sysemu/device_tree.h
1975
1976Dump
1977S: Supported
1978M: Marc-André Lureau <marcandre.lureau@redhat.com>
1979F: dump/
1980F: hw/misc/vmcoreinfo.c
1981F: include/hw/misc/vmcoreinfo.h
1982F: include/qemu/win_dump_defs
1983F: include/sysemu/dump-arch.h
1984F: include/sysemu/dump.h
1985F: qapi/dump.json
1986F: scripts/dump-guest-memory.py
1987F: stubs/dump.c
1988
1989Error reporting
1990M: Markus Armbruster <armbru@redhat.com>
1991S: Supported
1992F: include/qapi/error.h
1993F: include/qemu/error-report.h
1994F: qapi/error.json
1995F: util/error.c
1996F: util/qemu-error.c
1997
1998GDB stub
1999M: Alex Bennée <alex.bennee@linaro.org>
2000R: Philippe Mathieu-Daudé <philmd@redhat.com>
2001S: Maintained
2002F: gdbstub*
2003F: gdb-xml/
2004
2005Memory API
2006M: Paolo Bonzini <pbonzini@redhat.com>
2007S: Supported
2008F: include/exec/ioport.h
2009F: ioport.c
2010F: include/exec/memop.h
2011F: include/exec/memory.h
2012F: include/exec/ram_addr.h
2013F: include/exec/ramblock.h
2014F: memory.c
2015F: include/exec/memory-internal.h
2016F: exec.c
2017
2018SPICE
2019M: Gerd Hoffmann <kraxel@redhat.com>
2020S: Supported
2021F: include/ui/qemu-spice.h
2022F: include/ui/spice-display.h
2023F: ui/spice-*.c
2024F: audio/spiceaudio.c
2025F: hw/display/qxl*
2026F: qapi/ui.json
2027F: docs/spice-port-fqdn.txt
2028
2029Graphics
2030M: Gerd Hoffmann <kraxel@redhat.com>
2031S: Odd Fixes
2032F: ui/
2033F: include/ui/
2034F: qapi/ui.json
2035F: util/drm.c
2036
2037Cocoa graphics
2038M: Peter Maydell <peter.maydell@linaro.org>
2039S: Odd Fixes
2040F: ui/cocoa.m
2041
2042Main loop
2043M: Paolo Bonzini <pbonzini@redhat.com>
2044S: Maintained
2045F: cpus.c
2046F: include/qemu/main-loop.h
2047F: include/sysemu/runstate.h
2048F: util/main-loop.c
2049F: util/qemu-timer.c
2050F: softmmu/vl.c
2051F: softmmu/main.c
2052F: qapi/run-state.json
2053
2054Human Monitor (HMP)
2055M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2056S: Maintained
2057F: monitor/monitor-internal.h
2058F: monitor/misc.c
2059F: monitor/monitor.c
2060F: monitor/hmp*
2061F: hmp.h
2062F: hmp-commands*.hx
2063F: include/monitor/hmp-target.h
2064F: tests/qtest/test-hmp.c
2065F: include/qemu/qemu-print.h
2066F: util/qemu-print.c
2067
2068Network device backends
2069M: Jason Wang <jasowang@redhat.com>
2070S: Maintained
2071F: net/
2072F: include/net/
2073F: qemu-bridge-helper.c
2074T: git https://github.com/jasowang/qemu.git net
2075F: qapi/net.json
2076
2077Netmap network backend
2078M: Luigi Rizzo <rizzo@iet.unipi.it>
2079M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2080M: Vincenzo Maffione <v.maffione@gmail.com>
2081W: http://info.iet.unipi.it/~luigi/netmap/
2082S: Maintained
2083F: net/netmap.c
2084
2085Host Memory Backends
2086M: Eduardo Habkost <ehabkost@redhat.com>
2087M: Igor Mammedov <imammedo@redhat.com>
2088S: Maintained
2089F: backends/hostmem*.c
2090F: include/sysemu/hostmem.h
2091T: git https://github.com/ehabkost/qemu.git machine-next
2092
2093Cryptodev Backends
2094M: Gonglei <arei.gonglei@huawei.com>
2095S: Maintained
2096F: include/sysemu/cryptodev*.h
2097F: backends/cryptodev*.c
2098
2099Python scripts
2100M: Eduardo Habkost <ehabkost@redhat.com>
2101M: Cleber Rosa <crosa@redhat.com>
2102S: Odd fixes
2103F: python/qemu/*py
2104F: scripts/*.py
2105F: tests/*.py
2106
2107QAPI
2108M: Markus Armbruster <armbru@redhat.com>
2109M: Michael Roth <mdroth@linux.vnet.ibm.com>
2110S: Supported
2111F: qapi/
2112X: qapi/*.json
2113F: include/qapi/
2114X: include/qapi/qmp/
2115F: include/qapi/qmp/dispatch.h
2116F: tests/qapi-schema/
2117F: tests/test-*-visitor.c
2118F: tests/test-qapi-*.c
2119F: tests/test-qmp-*.c
2120F: tests/test-visitor-serialization.c
2121F: scripts/qapi-gen.py
2122F: scripts/qapi/*
2123F: docs/devel/qapi*
2124T: git https://repo.or.cz/qemu/armbru.git qapi-next
2125
2126QAPI Schema
2127M: Eric Blake <eblake@redhat.com>
2128M: Markus Armbruster <armbru@redhat.com>
2129S: Supported
2130F: qapi/*.json
2131T: git https://repo.or.cz/qemu/armbru.git qapi-next
2132
2133QObject
2134M: Markus Armbruster <armbru@redhat.com>
2135S: Supported
2136F: qobject/
2137F: include/qapi/qmp/
2138X: include/qapi/qmp/dispatch.h
2139F: scripts/coccinelle/qobject.cocci
2140F: tests/check-qdict.c
2141F: tests/check-qjson.c
2142F: tests/check-qlist.c
2143F: tests/check-qlit.c
2144F: tests/check-qnull.c
2145F: tests/check-qnum.c
2146F: tests/check-qobject.c
2147F: tests/check-qstring.c
2148F: tests/data/qobject/qdict.txt
2149T: git https://repo.or.cz/qemu/armbru.git qapi-next
2150
2151QEMU Guest Agent
2152M: Michael Roth <mdroth@linux.vnet.ibm.com>
2153S: Maintained
2154F: qga/
2155F: docs/interop/qemu-ga.rst
2156F: scripts/qemu-guest-agent/
2157F: tests/test-qga.c
2158F: docs/interop/qemu-ga-ref.texi
2159T: git https://github.com/mdroth/qemu.git qga
2160
2161QOM
2162M: Paolo Bonzini <pbonzini@redhat.com>
2163R: Daniel P. Berrange <berrange@redhat.com>
2164R: Eduardo Habkost <ehabkost@redhat.com>
2165S: Supported
2166F: docs/qdev-device-use.txt
2167F: hw/core/qdev*
2168F: include/hw/qdev*
2169F: include/monitor/qdev.h
2170F: include/qom/
2171F: qapi/qom.json
2172F: qapi/qdev.json
2173F: qdev-monitor.c
2174F: qom/
2175F: tests/check-qom-interface.c
2176F: tests/check-qom-proplist.c
2177F: tests/test-qdev-global-props.c
2178
2179QMP
2180M: Markus Armbruster <armbru@redhat.com>
2181S: Supported
2182F: monitor/monitor-internal.h
2183F: monitor/qmp*
2184F: monitor/misc.c
2185F: monitor/monitor.c
2186F: qapi/error.json
2187F: docs/devel/*qmp-*
2188F: docs/interop/*qmp-*
2189F: scripts/qmp/
2190F: tests/qtest/qmp-test.c
2191F: tests/qtest/qmp-cmd-test.c
2192T: git https://repo.or.cz/qemu/armbru.git qapi-next
2193
2194qtest
2195M: Thomas Huth <thuth@redhat.com>
2196M: Laurent Vivier <lvivier@redhat.com>
2197R: Paolo Bonzini <pbonzini@redhat.com>
2198S: Maintained
2199F: qtest.c
2200F: accel/qtest.c
2201F: tests/qtest/
2202
2203Device Fuzzing
2204M: Alexander Bulekov <alxndr@bu.edu>
2205R: Paolo Bonzini <pbonzini@redhat.com>
2206R: Bandan Das <bsd@redhat.com>
2207R: Stefan Hajnoczi <stefanha@redhat.com>
2208S: Maintained
2209F: tests/qtest/fuzz/
2210
2211Register API
2212M: Alistair Francis <alistair@alistair23.me>
2213S: Maintained
2214F: hw/core/register.c
2215F: include/hw/register.h
2216F: include/hw/registerfields.h
2217
2218SLIRP
2219M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2220S: Maintained
2221F: slirp/
2222F: net/slirp.c
2223F: include/net/slirp.h
2224T: git https://people.debian.org/~sthibault/qemu.git slirp
2225
2226Stubs
2227M: Paolo Bonzini <pbonzini@redhat.com>
2228S: Maintained
2229F: stubs/
2230
2231Tracing
2232M: Stefan Hajnoczi <stefanha@redhat.com>
2233S: Maintained
2234F: trace/
2235F: trace-events
2236F: qemu-option-trace.texi
2237F: scripts/tracetool.py
2238F: scripts/tracetool/
2239F: scripts/qemu-trace-stap*
2240F: docs/interop/qemu-trace-stap.rst
2241F: docs/devel/tracing.txt
2242T: git https://github.com/stefanha/qemu.git tracing
2243
2244TPM
2245M: Stefan Berger <stefanb@linux.ibm.com>
2246S: Maintained
2247F: tpm.c
2248F: stubs/tpm.c
2249F: hw/tpm/*
2250F: include/hw/acpi/tpm.h
2251F: include/sysemu/tpm*
2252F: qapi/tpm.json
2253F: backends/tpm.c
2254F: tests/qtest/*tpm*
2255T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2256
2257Checkpatch
2258S: Odd Fixes
2259F: scripts/checkpatch.pl
2260
2261Migration
2262M: Juan Quintela <quintela@redhat.com>
2263M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2264S: Maintained
2265F: hw/core/vmstate-if.c
2266F: include/hw/vmstate-if.h
2267F: include/migration/
2268F: migration/
2269F: scripts/vmstate-static-checker.py
2270F: tests/vmstate-static-checker-data/
2271F: tests/qtest/migration-test.c
2272F: docs/devel/migration.rst
2273F: qapi/migration.json
2274
2275D-Bus
2276M: Marc-André Lureau <marcandre.lureau@redhat.com>
2277S: Maintained
2278F: backends/dbus-vmstate.c
2279F: tests/dbus-vmstate*
2280F: util/dbus.c
2281F: include/qemu/dbus.h
2282F: docs/interop/dbus.rst
2283F: docs/interop/dbus-vmstate.rst
2284
2285Seccomp
2286M: Eduardo Otubo <otubo@redhat.com>
2287S: Supported
2288F: qemu-seccomp.c
2289F: include/sysemu/seccomp.h
2290
2291Cryptography
2292M: Daniel P. Berrange <berrange@redhat.com>
2293S: Maintained
2294F: crypto/
2295F: include/crypto/
2296F: tests/test-crypto-*
2297F: tests/benchmark-crypto-*
2298F: tests/crypto-tls-*
2299F: tests/pkix_asn1_tab.c
2300F: qemu.sasl
2301
2302Coroutines
2303M: Stefan Hajnoczi <stefanha@redhat.com>
2304M: Kevin Wolf <kwolf@redhat.com>
2305S: Maintained
2306F: util/*coroutine*
2307F: include/qemu/coroutine*
2308F: tests/test-coroutine.c
2309
2310Buffers
2311M: Daniel P. Berrange <berrange@redhat.com>
2312S: Odd fixes
2313F: util/buffer.c
2314F: include/qemu/buffer.h
2315
2316I/O Channels
2317M: Daniel P. Berrange <berrange@redhat.com>
2318S: Maintained
2319F: io/
2320F: include/io/
2321F: tests/test-io-*
2322
2323User authorization
2324M: Daniel P. Berrange <berrange@redhat.com>
2325S: Maintained
2326F: authz/
2327F: qapi/authz.json
2328F: include/authz/
2329F: tests/test-authz-*
2330
2331Sockets
2332M: Daniel P. Berrange <berrange@redhat.com>
2333M: Gerd Hoffmann <kraxel@redhat.com>
2334S: Maintained
2335F: include/qemu/sockets.h
2336F: util/qemu-sockets.c
2337F: qapi/sockets.json
2338
2339File monitor
2340M: Daniel P. Berrange <berrange@redhat.com>
2341S: Odd fixes
2342F: util/filemonitor*.c
2343F: include/qemu/filemonitor.h
2344F: tests/test-util-filemonitor.c
2345
2346Throttling infrastructure
2347M: Alberto Garcia <berto@igalia.com>
2348S: Supported
2349F: block/throttle-groups.c
2350F: include/block/throttle-groups.h
2351F: include/qemu/throttle*.h
2352F: util/throttle.c
2353F: docs/throttle.txt
2354F: tests/test-throttle.c
2355L: qemu-block@nongnu.org
2356
2357UUID
2358M: Fam Zheng <fam@euphon.net>
2359S: Supported
2360F: util/uuid.c
2361F: include/qemu/uuid.h
2362F: tests/test-uuid.c
2363
2364COLO Framework
2365M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2366S: Maintained
2367F: migration/colo*
2368F: include/migration/colo.h
2369F: include/migration/failover.h
2370F: docs/COLO-FT.txt
2371
2372COLO Proxy
2373M: Zhang Chen <chen.zhang@intel.com>
2374M: Li Zhijian <lizhijian@cn.fujitsu.com>
2375S: Supported
2376F: docs/colo-proxy.txt
2377F: net/colo*
2378F: net/filter-rewriter.c
2379F: net/filter-mirror.c
2380
2381Record/replay
2382M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2383R: Paolo Bonzini <pbonzini@redhat.com>
2384W: https://wiki.qemu.org/Features/record-replay
2385S: Supported
2386F: replay/*
2387F: block/blkreplay.c
2388F: net/filter-replay.c
2389F: include/sysemu/replay.h
2390F: docs/replay.txt
2391F: stubs/replay.c
2392
2393IOVA Tree
2394M: Peter Xu <peterx@redhat.com>
2395S: Maintained
2396F: include/qemu/iova-tree.h
2397F: util/iova-tree.c
2398
2399elf2dmp
2400M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2401S: Maintained
2402F: contrib/elf2dmp/
2403
2404I2C and SMBus
2405M: Corey Minyard <cminyard@mvista.com>
2406S: Maintained
2407F: hw/i2c/core.c
2408F: hw/i2c/smbus_slave.c
2409F: hw/i2c/smbus_master.c
2410F: hw/i2c/smbus_eeprom.c
2411F: include/hw/i2c/i2c.h
2412F: include/hw/i2c/smbus_master.h
2413F: include/hw/i2c/smbus_slave.h
2414F: include/hw/i2c/smbus_eeprom.h
2415
2416EDK2 Firmware
2417M: Laszlo Ersek <lersek@redhat.com>
2418M: Philippe Mathieu-Daudé <philmd@redhat.com>
2419S: Supported
2420F: pc-bios/descriptors/??-edk2-*.json
2421F: pc-bios/edk2-*
2422F: roms/Makefile.edk2
2423F: roms/edk2
2424F: roms/edk2-*
2425F: tests/data/uefi-boot-images/
2426F: tests/uefi-test-tools/
2427F: .gitlab-ci-edk2.yml
2428F: .gitlab-ci.d/edk2/
2429
2430Usermode Emulation
2431------------------
2432Overall usermode emulation
2433M: Riku Voipio <riku.voipio@iki.fi>
2434S: Maintained
2435F: thunk.c
2436F: accel/tcg/user-exec*.c
2437
2438BSD user
2439S: Orphan
2440F: bsd-user/
2441F: default-configs/*-bsd-user.mak
2442
2443Linux user
2444M: Riku Voipio <riku.voipio@iki.fi>
2445R: Laurent Vivier <laurent@vivier.eu>
2446S: Maintained
2447F: linux-user/
2448F: default-configs/*-linux-user.mak
2449F: scripts/qemu-binfmt-conf.sh
2450
2451Tiny Code Generator (TCG)
2452-------------------------
2453Common TCG code
2454M: Richard Henderson <rth@twiddle.net>
2455S: Maintained
2456F: tcg/
2457F: include/tcg/
2458
2459TCG Plugins
2460M: Alex Bennée <alex.bennee@linaro.org>
2461S: Maintained
2462F: docs/devel/tcg-plugins.rst
2463F: plugins/
2464F: tests/plugin
2465
2466AArch64 TCG target
2467M: Richard Henderson <richard.henderson@linaro.org>
2468S: Maintained
2469L: qemu-arm@nongnu.org
2470F: tcg/aarch64/
2471F: disas/arm-a64.cc
2472F: disas/libvixl/
2473
2474ARM TCG target
2475M: Andrzej Zaborowski <balrogg@gmail.com>
2476S: Maintained
2477L: qemu-arm@nongnu.org
2478F: tcg/arm/
2479F: disas/arm.c
2480
2481i386 TCG target
2482M: Richard Henderson <rth@twiddle.net>
2483S: Maintained
2484F: tcg/i386/
2485F: disas/i386.c
2486
2487MIPS TCG target
2488M: Aurelien Jarno <aurelien@aurel32.net>
2489R: Aleksandar Rikalo <aleksandar.rikalo@rt-rk.com>
2490S: Maintained
2491F: tcg/mips/
2492
2493PPC TCG target
2494M: Richard Henderson <rth@twiddle.net>
2495S: Odd Fixes
2496F: tcg/ppc/
2497F: disas/ppc.c
2498
2499RISC-V TCG target
2500M: Palmer Dabbelt <palmer@dabbelt.com>
2501M: Alistair Francis <Alistair.Francis@wdc.com>
2502L: qemu-riscv@nongnu.org
2503S: Maintained
2504F: tcg/riscv/
2505F: disas/riscv.c
2506
2507S390 TCG target
2508M: Richard Henderson <rth@twiddle.net>
2509S: Maintained
2510F: tcg/s390/
2511F: disas/s390.c
2512L: qemu-s390x@nongnu.org
2513
2514SPARC TCG target
2515S: Odd Fixes
2516F: tcg/sparc/
2517F: disas/sparc.c
2518
2519TCI TCG target
2520M: Stefan Weil <sw@weilnetz.de>
2521S: Maintained
2522F: tcg/tci/
2523F: tcg/tci.c
2524F: disas/tci.c
2525
2526Block drivers
2527-------------
2528VMDK
2529M: Fam Zheng <fam@euphon.net>
2530L: qemu-block@nongnu.org
2531S: Supported
2532F: block/vmdk.c
2533
2534RBD
2535M: Jason Dillaman <dillaman@redhat.com>
2536L: qemu-block@nongnu.org
2537S: Supported
2538F: block/rbd.c
2539
2540Sheepdog
2541M: Liu Yuan <namei.unix@gmail.com>
2542L: qemu-block@nongnu.org
2543L: sheepdog@lists.wpkg.org
2544S: Odd Fixes
2545F: block/sheepdog.c
2546
2547VHDX
2548M: Jeff Cody <codyprime@gmail.com>
2549L: qemu-block@nongnu.org
2550S: Supported
2551F: block/vhdx*
2552
2553VDI
2554M: Stefan Weil <sw@weilnetz.de>
2555L: qemu-block@nongnu.org
2556S: Maintained
2557F: block/vdi.c
2558
2559iSCSI
2560M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2561M: Paolo Bonzini <pbonzini@redhat.com>
2562M: Peter Lieven <pl@kamp.de>
2563L: qemu-block@nongnu.org
2564S: Odd Fixes
2565F: block/iscsi.c
2566F: block/iscsi-opts.c
2567
2568Network Block Device (NBD)
2569M: Eric Blake <eblake@redhat.com>
2570L: qemu-block@nongnu.org
2571S: Maintained
2572F: block/nbd*
2573F: nbd/
2574F: include/block/nbd*
2575F: qemu-nbd.*
2576F: blockdev-nbd.c
2577F: docs/interop/nbd.txt
2578F: docs/interop/qemu-nbd.rst
2579T: git https://repo.or.cz/qemu/ericb.git nbd
2580
2581NFS
2582M: Peter Lieven <pl@kamp.de>
2583L: qemu-block@nongnu.org
2584S: Maintained
2585F: block/nfs.c
2586
2587SSH
2588M: Richard W.M. Jones <rjones@redhat.com>
2589L: qemu-block@nongnu.org
2590S: Supported
2591F: block/ssh.c
2592
2593CURL
2594L: qemu-block@nongnu.org
2595S: Odd Fixes
2596F: block/curl.c
2597
2598GLUSTER
2599L: qemu-block@nongnu.org
2600L: integration@gluster.org
2601S: Odd Fixes
2602F: block/gluster.c
2603
2604Null Block Driver
2605M: Fam Zheng <fam@euphon.net>
2606L: qemu-block@nongnu.org
2607S: Supported
2608F: block/null.c
2609
2610NVMe Block Driver
2611M: Fam Zheng <fam@euphon.net>
2612L: qemu-block@nongnu.org
2613S: Supported
2614F: block/nvme*
2615
2616Bootdevice
2617M: Gonglei <arei.gonglei@huawei.com>
2618S: Maintained
2619F: bootdevice.c
2620
2621Quorum
2622M: Alberto Garcia <berto@igalia.com>
2623S: Supported
2624F: block/quorum.c
2625L: qemu-block@nongnu.org
2626
2627blklogwrites
2628M: Ari Sundholm <ari@tuxera.com>
2629L: qemu-block@nongnu.org
2630S: Supported
2631F: block/blklogwrites.c
2632
2633blkverify
2634M: Stefan Hajnoczi <stefanha@redhat.com>
2635L: qemu-block@nongnu.org
2636S: Supported
2637F: block/blkverify.c
2638
2639bochs
2640M: Stefan Hajnoczi <stefanha@redhat.com>
2641L: qemu-block@nongnu.org
2642S: Supported
2643F: block/bochs.c
2644
2645cloop
2646M: Stefan Hajnoczi <stefanha@redhat.com>
2647L: qemu-block@nongnu.org
2648S: Supported
2649F: block/cloop.c
2650
2651dmg
2652M: Stefan Hajnoczi <stefanha@redhat.com>
2653L: qemu-block@nongnu.org
2654S: Supported
2655F: block/dmg.c
2656
2657parallels
2658M: Stefan Hajnoczi <stefanha@redhat.com>
2659M: Denis V. Lunev <den@openvz.org>
2660L: qemu-block@nongnu.org
2661S: Supported
2662F: block/parallels.c
2663F: docs/interop/parallels.txt
2664
2665qed
2666M: Stefan Hajnoczi <stefanha@redhat.com>
2667L: qemu-block@nongnu.org
2668S: Supported
2669F: block/qed.c
2670
2671raw
2672M: Kevin Wolf <kwolf@redhat.com>
2673L: qemu-block@nongnu.org
2674S: Supported
2675F: block/linux-aio.c
2676F: include/block/raw-aio.h
2677F: block/raw-format.c
2678F: block/file-posix.c
2679F: block/file-win32.c
2680F: block/win32-aio.c
2681
2682Linux io_uring
2683M: Aarushi Mehta <mehta.aaru20@gmail.com>
2684M: Julia Suvorova <jusual@redhat.com>
2685M: Stefan Hajnoczi <stefanha@redhat.com>
2686L: qemu-block@nongnu.org
2687S: Maintained
2688F: block/io_uring.c
2689F: stubs/io_uring.c
2690
2691qcow2
2692M: Kevin Wolf <kwolf@redhat.com>
2693M: Max Reitz <mreitz@redhat.com>
2694L: qemu-block@nongnu.org
2695S: Supported
2696F: block/qcow2*
2697F: docs/interop/qcow2.txt
2698
2699qcow
2700M: Kevin Wolf <kwolf@redhat.com>
2701L: qemu-block@nongnu.org
2702S: Supported
2703F: block/qcow.c
2704
2705blkdebug
2706M: Kevin Wolf <kwolf@redhat.com>
2707M: Max Reitz <mreitz@redhat.com>
2708L: qemu-block@nongnu.org
2709S: Supported
2710F: block/blkdebug.c
2711
2712vpc
2713M: Kevin Wolf <kwolf@redhat.com>
2714L: qemu-block@nongnu.org
2715S: Supported
2716F: block/vpc.c
2717
2718vvfat
2719M: Kevin Wolf <kwolf@redhat.com>
2720L: qemu-block@nongnu.org
2721S: Supported
2722F: block/vvfat.c
2723
2724Image format fuzzer
2725M: Stefan Hajnoczi <stefanha@redhat.com>
2726L: qemu-block@nongnu.org
2727S: Supported
2728F: tests/image-fuzzer/
2729
2730Replication
2731M: Wen Congyang <wencongyang2@huawei.com>
2732M: Xie Changlong <xiechanglong.d@gmail.com>
2733S: Supported
2734F: replication*
2735F: block/replication.c
2736F: tests/test-replication.c
2737F: docs/block-replication.txt
2738
2739PVRDMA
2740M: Yuval Shaia <yuval.shaia.ml@gmail.com>
2741M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2742S: Maintained
2743F: hw/rdma/*
2744F: hw/rdma/vmw/*
2745F: docs/pvrdma.txt
2746F: contrib/rdmacm-mux/*
2747F: qapi/rdma.json
2748
2749Semihosting
2750M: Alex Bennée <alex.bennee@linaro.org>
2751S: Maintained
2752F: hw/semihosting/
2753F: include/hw/semihosting/
2754
2755Build and test automation
2756-------------------------
2757Build and test automation
2758M: Alex Bennée <alex.bennee@linaro.org>
2759M: Fam Zheng <fam@euphon.net>
2760R: Philippe Mathieu-Daudé <philmd@redhat.com>
2761S: Maintained
2762F: .travis.yml
2763F: scripts/travis/
2764F: .shippable.yml
2765F: tests/docker/
2766F: tests/vm/
2767F: scripts/archive-source.sh
2768W: https://travis-ci.org/qemu/qemu
2769W: https://app.shippable.com/github/qemu/qemu
2770W: http://patchew.org/QEMU/
2771
2772FreeBSD Hosted Continuous Integration
2773M: Ed Maste <emaste@freebsd.org>
2774M: Li-Wen Hsu <lwhsu@freebsd.org>
2775S: Maintained
2776F: .cirrus.yml
2777W: https://cirrus-ci.com/github/qemu/qemu
2778
2779GitLab Continuous Integration
2780M: Thomas Huth <thuth@redhat.com>
2781S: Maintained
2782F: .gitlab-ci.yml
2783
2784Guest Test Compilation Support
2785M: Alex Bennée <alex.bennee@linaro.org>
2786R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2787S: Maintained
2788F: tests/tcg/Makefile
2789F: tests/tcg/Makefile.include
2790
2791Documentation
2792-------------
2793Build system architecture
2794M: Daniel P. Berrange <berrange@redhat.com>
2795S: Odd Fixes
2796F: docs/devel/build-system.txt
2797
2798GIT Data Mining Config
2799M: Alex Bennée <alex.bennee@linaro.org>
2800S: Odd Fixes
2801F: gitdm.config
2802F: contrib/gitdm/*
2803
2804Incompatible changes
2805R: libvir-list@redhat.com
2806F: qemu-deprecated.texi
2807
2808Build System
2809------------
2810GIT submodules
2811M: Daniel P. Berrange <berrange@redhat.com>
2812S: Odd Fixes
2813F: scripts/git-submodule.sh
2814
2815UI translations
2816M: Aleksandar Markovic <aleksandar.m.mail@gmail.com>
2817F: po/*.po
2818
2819Sphinx documentation configuration and build machinery
2820M: Peter Maydell <peter.maydell@linaro.org>
2821S: Maintained
2822F: docs/conf.py
2823F: docs/*/conf.py
2824