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