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