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