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