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