]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
Move npcm7xx_timer_reached_zero call out of npcm7xx_timer_pause
[mirror_qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
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.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
9436e082
CH
15 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
fdf6fab4
PM
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
9436e082
CH
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
fd5d5c56 21 L: Mailing list that is relevant to this area
9436e082 22 These lists should be CCed on patches.
fd5d5c56
AL
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
c91bbffb 30 much other than throw the odd patch in. See below.
fd5d5c56
AL
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------------------------------
ff0d4876 60M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 61
c9a19d5b
SW
62All patches CC here
63L: qemu-devel@nongnu.org
64F: *
65F: */
66
62622c11 67Responsible Disclosure, Reporting Security Issues
84995ea2 68-------------------------------------------------
70b7fba9 69W: https://wiki.qemu.org/SecurityProcess
62622c11 70M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
71L: secalert@redhat.com
72
936c2230
LV
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
e18a8b34 82T: git https://github.com/vivier/qemu.git trivial-patches
936c2230 83
daf14ce3
CH
84Architecture support
85--------------------
6347e1f1 86S390 general architecture support
daf14ce3 87M: Cornelia Huck <cohuck@redhat.com>
cdb509a4 88M: Thomas Huth <thuth@redhat.com>
daf14ce3
CH
89S: Supported
90F: default-configs/s390x-softmmu.mak
91F: gdb-xml/s390*.xml
92F: hw/char/sclp*.[hc]
93F: hw/char/terminal3270.c
94F: hw/intc/s390_flic.c
95F: hw/intc/s390_flic_kvm.c
96F: hw/s390x/
2fe2942c 97F: hw/vfio/ap.c
daf14ce3
CH
98F: hw/vfio/ccw.c
99F: hw/watchdog/wdt_diag288.c
100F: include/hw/s390x/
101F: include/hw/watchdog/wdt_diag288.h
102F: pc-bios/s390-ccw/
103F: pc-bios/s390-ccw.img
104F: target/s390x/
f58f084e
CH
105F: docs/system/target-s390x.rst
106F: docs/system/s390x/
a1c993c3 107F: tests/migration/s390x/
daf14ce3 108K: ^Subject:.*(?i)s390x?
e18a8b34 109T: git https://github.com/cohuck/qemu.git s390-next
daf14ce3
CH
110L: qemu-s390x@nongnu.org
111
84995ea2
MA
112Guest CPU cores (TCG)
113---------------------
6347e1f1 114Overall TCG CPUs
2b1641d0 115M: Richard Henderson <rth@twiddle.net>
2185fd67 116R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 117S: Maintained
c7f419f5 118F: softmmu/cpus.c
adf1cfbd 119F: cpus-common.c
c6a88dda 120F: accel/tcg/
9681ad3e 121F: accel/stubs/tcg-stub.c
55fd1892 122F: scripts/decodetree.py
3fdbf5d6 123F: docs/devel/decodetree.rst
2b1641d0
PB
124F: include/exec/cpu*.h
125F: include/exec/exec-all.h
486bbe5f 126F: include/exec/helper*.h
2b1641d0 127F: include/exec/tb-hash.h
460423d3 128F: include/sysemu/cpus.h
14a48c1d 129F: include/sysemu/tcg.h
486bbe5f 130
1badb586
PM
131FPU emulation
132M: Aurelien Jarno <aurelien@aurel32.net>
133M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
134M: Alex Bennée <alex.bennee@linaro.org>
135S: Maintained
1badb586
PM
136F: fpu/
137F: include/fpu/
0636e4d8 138F: tests/fp/
1badb586 139
6347e1f1 140Alpha TCG CPUs
8d6df264
RH
141M: Richard Henderson <rth@twiddle.net>
142S: Maintained
fcf5ef2a 143F: target/alpha/
c0bd0b50 144F: tests/tcg/alpha/
c17652ee 145F: disas/alpha.c
b6f97c14 146
6347e1f1 147ARM TCG CPUs
1ce9ce6a 148M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 149L: qemu-arm@nongnu.org
fd5d5c56 150S: Maintained
fcf5ef2a 151F: target/arm/
c348722c 152F: tests/tcg/arm/
29e0436e 153F: tests/tcg/aarch64/
8d8b636d
PB
154F: hw/arm/
155F: hw/cpu/a*mpcore.c
f7e242d6 156F: include/hw/cpu/a*mpcore.h
c17652ee
PB
157F: disas/arm.c
158F: disas/arm-a64.cc
159F: disas/libvixl/
c11a8e89 160F: docs/system/target-arm.rst
fd5d5c56 161
49154ea0
EA
162ARM SMMU
163M: Eric Auger <eric.auger@redhat.com>
164L: qemu-arm@nongnu.org
165S: Maintained
166F: hw/arm/smmu*
167F: include/hw/arm/smmu*
168
c8c0d267
MR
169AVR TCG CPUs
170M: Michael Rolnik <mrolnik@gmail.com>
171R: Sarah Harris <S.E.Harris@kent.ac.uk>
172S: Maintained
0abd386d 173F: docs/system/target-avr.rst
12b35405 174F: gdb-xml/avr-cpu.xml
c8c0d267 175F: target/avr/
f5d31d65 176F: tests/acceptance/machine_avr6.py
c8c0d267 177
6347e1f1 178CRIS TCG CPUs
fd5d5c56
AL
179M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
180S: Maintained
fcf5ef2a 181F: target/cris/
8d8b636d 182F: hw/cris/
c9b90090 183F: include/hw/cris/
c0bd0b50 184F: tests/tcg/cris/
c17652ee 185F: disas/cris.c
fd5d5c56 186
6347e1f1 187HPPA (PA-RISC) TCG CPUs
61766fe9
RH
188M: Richard Henderson <rth@twiddle.net>
189S: Maintained
190F: target/hppa/
61461802 191F: hw/hppa/
61766fe9 192F: disas/hppa.c
376b8519
HD
193F: hw/net/*i82596*
194F: include/hw/net/lasi_82596.h
61766fe9 195
6347e1f1 196LM32 TCG CPUs
4b4d96c7
PMD
197R: Michael Walle <michael@walle.cc>
198S: Orphan
fcf5ef2a 199F: target/lm32/
4eab7a0a 200F: disas/lm32.c
8d8b636d 201F: hw/lm32/
4eab7a0a
MW
202F: hw/*/lm32_*
203F: hw/*/milkymist-*
70cc0c1f 204F: include/hw/display/milkymist_tmu2.h
4eab7a0a
MW
205F: include/hw/char/lm32_juart.h
206F: include/hw/lm32/
c0bd0b50 207F: tests/tcg/lm32/
07bf23a7 208
6347e1f1 209M68K TCG CPUs
595a926d
LV
210M: Laurent Vivier <laurent@vivier.eu>
211S: Maintained
fcf5ef2a 212F: target/m68k/
e9a56114 213F: disas/m68k.c
fd5d5c56 214
6347e1f1 215MicroBlaze TCG CPUs
fd5d5c56
AL
216M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
217S: Maintained
fcf5ef2a 218F: target/microblaze/
8d8b636d 219F: hw/microblaze/
c17652ee 220F: disas/microblaze.c
fd5d5c56 221
6347e1f1 222MIPS TCG CPUs
cf960317 223M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 224R: Aurelien Jarno <aurelien@aurel32.net>
15d983de 225R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 226R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 227S: Odd Fixes
fcf5ef2a 228F: target/mips/
10a9794d 229F: default-configs/*mips*
d02d5fff 230F: disas/*mips*
1bf84a1e 231F: docs/system/cpu-models-mips.rst.inc
0f865314 232F: hw/intc/mips_gic.c
8d8b636d 233F: hw/mips/
5995db88 234F: hw/misc/mips_*
5995db88 235F: hw/timer/mips_gictimer.c
0f865314 236F: include/hw/intc/mips_gic.h
5995db88
TH
237F: include/hw/mips/
238F: include/hw/misc/mips_*
5995db88 239F: include/hw/timer/mips_gictimer.h
c0bd0b50 240F: tests/tcg/mips/
09684557 241K: ^Subject:.*(?i)mips
fd5d5c56 242
6347e1f1 243Moxie TCG CPUs
d15a9c23
AG
244M: Anthony Green <green@moxielogic.com>
245S: Maintained
fcf5ef2a 246F: target/moxie/
c17652ee 247F: disas/moxie.c
a3ccdfb5
TH
248F: hw/moxie/
249F: default-configs/moxie-softmmu.mak
d15a9c23 250
6347e1f1 251NiosII TCG CPUs
e671711c
MV
252M: Chris Wulff <crwulff@gmail.com>
253M: Marek Vasut <marex@denx.de>
254S: Maintained
255F: target/nios2/
256F: hw/nios2/
15e10756 257F: hw/intc/nios2_iic.c
e671711c 258F: disas/nios2.c
15e10756 259F: default-configs/nios2-softmmu.mak
e671711c 260
6347e1f1 261OpenRISC TCG CPUs
1d7cf18d
SH
262M: Stafford Horne <shorne@gmail.com>
263S: Odd Fixes
fcf5ef2a 264F: target/openrisc/
945dad6d 265F: hw/openrisc/
c0bd0b50 266F: tests/tcg/openrisc/
945dad6d 267
6347e1f1 268PowerPC TCG CPUs
b4daafbd 269M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 270L: qemu-ppc@nongnu.org
fd5d5c56 271S: Maintained
fcf5ef2a 272F: target/ppc/
8d8b636d 273F: hw/ppc/
b5d55020 274F: include/hw/ppc/
c17652ee 275F: disas/ppc.c
fd5d5c56 276
6347e1f1 277RISC-V TCG CPUs
c1677bcc 278M: Palmer Dabbelt <palmer@dabbelt.com>
a17a61f3 279M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
280M: Sagar Karandikar <sagark@eecs.berkeley.edu>
281M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 282L: qemu-riscv@nongnu.org
7b91ae7d 283S: Supported
4dc62b15
MC
284F: target/riscv/
285F: hw/riscv/
286F: include/hw/riscv/
f936eac8 287F: linux-user/host/riscv32/
511f3138 288F: linux-user/host/riscv64/
4dc62b15 289
a4f34ecc
YS
290RENESAS RX CPUs
291M: Yoshinori Sato <ysato@users.sourceforge.jp>
292S: Maintained
293F: target/rx/
294
6347e1f1 295S390 TCG CPUs
2b35e93f 296M: Richard Henderson <rth@twiddle.net>
ced01bb7 297M: David Hildenbrand <david@redhat.com>
fd5d5c56 298S: Maintained
fcf5ef2a 299F: target/s390x/
8d8b636d 300F: hw/s390x/
c17652ee 301F: disas/s390.c
276ba120 302F: tests/tcg/s390x/
146bd283 303L: qemu-s390x@nongnu.org
fd5d5c56 304
6347e1f1 305SH4 TCG CPUs
a9fb4468 306M: Yoshinori Sato <ysato@users.sourceforge.jp>
2c9b7d1a 307S: Odd Fixes
fcf5ef2a 308F: target/sh4/
8d8b636d 309F: hw/sh4/
c17652ee 310F: disas/sh4.c
8a90f900 311F: include/hw/sh4/
fd5d5c56 312
6347e1f1 313SPARC TCG CPUs
f2416d3a 314M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 315M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 316S: Maintained
fcf5ef2a 317F: target/sparc/
8d8b636d
PB
318F: hw/sparc/
319F: hw/sparc64/
84dbe974 320F: include/hw/sparc/sparc64.h
c17652ee 321F: disas/sparc.c
fd5d5c56 322
6347e1f1 323UniCore32 TCG CPUs
a6ea7b4c
AF
324M: Guan Xuetao <gxt@mprc.pku.edu.cn>
325S: Maintained
fcf5ef2a 326F: target/unicore32/
8d8b636d 327F: hw/unicore32/
47b98d59 328F: include/hw/unicore32/
a6ea7b4c 329
6347e1f1 330X86 TCG CPUs
d46d72fd
PB
331M: Paolo Bonzini <pbonzini@redhat.com>
332M: Richard Henderson <rth@twiddle.net>
e1a04339 333M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 334S: Maintained
fcf5ef2a 335F: target/i386/
4132431f 336F: tests/tcg/i386/
3a082ec0 337F: tests/tcg/x86_64/
8d8b636d 338F: hw/i386/
c17652ee 339F: disas/i386.c
1bf84a1e 340F: docs/system/cpu-models-x86.rst.inc
e18a8b34 341T: git https://github.com/ehabkost/qemu.git x86-next
fd5d5c56 342
6347e1f1 343Xtensa TCG CPUs
16e7caae 344M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 345W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 346S: Maintained
fcf5ef2a 347F: target/xtensa/
8d8b636d 348F: hw/xtensa/
c0bd0b50 349F: tests/tcg/xtensa/
5a6539e6 350F: disas/xtensa.c
895e4897
MF
351F: include/hw/xtensa/xtensa-isa.h
352F: default-configs/xtensa*.mak
16e7caae 353
6347e1f1 354TriCore TCG CPUs
48e06fe0
BK
355M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
356S: Maintained
fcf5ef2a 357F: target/tricore/
48e06fe0 358F: hw/tricore/
d46d14e6 359F: include/hw/tricore/
48e06fe0 360
dd28bebd
AB
361Multiarch Linux User Tests
362M: Alex Bennée <alex.bennee@linaro.org>
00a25291 363S: Maintained
dd28bebd
AB
364F: tests/tcg/multiarch/
365
84995ea2
MA
366Guest CPU Cores (KVM)
367---------------------
6347e1f1 368Overall KVM CPUs
c6d559d9 369M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
370L: kvm@vger.kernel.org
371S: Supported
a6bb42f2 372F: */*/kvm*
1962cb20 373F: accel/kvm/
9681ad3e
TH
374F: accel/stubs/kvm-stub.c
375F: include/hw/kvm/
a95e9a48 376F: include/sysemu/kvm*.h
9681ad3e 377F: scripts/kvm/kvm_flightrecorder
fd5d5c56 378
6347e1f1 379ARM KVM CPUs
ed4659d1 380M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 381L: qemu-arm@nongnu.org
ed4659d1 382S: Maintained
fcf5ef2a 383F: target/arm/kvm.c
ed4659d1 384
6347e1f1 385MIPS KVM CPUs
15d983de 386M: Huacai Chen <chenhc@lemote.com>
134f7f7d 387S: Odd Fixes
fcf5ef2a 388F: target/mips/kvm.c
a31896c4 389
6347e1f1 390PPC KVM CPUs
bba8e23a 391M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 392S: Maintained
fcf5ef2a 393F: target/ppc/kvm.c
fd5d5c56 394
6347e1f1 395S390 KVM CPUs
7c8e2647 396M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 397M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 398M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 399S: Supported
fcf5ef2a 400F: target/s390x/kvm.c
040078e0
DH
401F: target/s390x/kvm_s390x.h
402F: target/s390x/kvm-stub.c
fcf5ef2a
TH
403F: target/s390x/ioinst.[ch]
404F: target/s390x/machine.c
74b4c74d 405F: target/s390x/sigp.c
8b3410de
CH
406F: target/s390x/cpu_features*.[ch]
407F: target/s390x/cpu_models.[ch]
c3347ed0
JF
408F: hw/s390x/pv.c
409F: include/hw/s390x/pv.h
4277af19
CH
410F: hw/intc/s390_flic.c
411F: hw/intc/s390_flic_kvm.c
412F: include/hw/s390x/s390_flic.h
c5bfb202 413F: gdb-xml/s390*.xml
e18a8b34
SH
414T: git https://github.com/cohuck/qemu.git s390-next
415T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 416L: qemu-s390x@nongnu.org
fd5d5c56 417
6347e1f1 418X86 KVM CPUs
d46d72fd 419M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
420M: Marcelo Tosatti <mtosatti@redhat.com>
421L: kvm@vger.kernel.org
422S: Supported
fcf5ef2a 423F: target/i386/kvm.c
9681ad3e 424F: scripts/kvm/vmxcap
fd5d5c56 425
79ac3915
PMD
426Guest CPU Cores (other accelerators)
427------------------------------------
428Overall
429M: Richard Henderson <rth@twiddle.net>
430R: Paolo Bonzini <pbonzini@redhat.com>
431S: Maintained
432F: include/sysemu/accel.h
433F: accel/accel.c
434F: accel/Makefile.objs
435F: accel/stubs/Makefile.objs
436
674fc21f 437X86 HVF CPUs
de6b528b 438M: Cameron Esfahani <dirty@apple.com>
674fc21f 439M: Roman Bolshakov <r.bolshakov@yadro.com>
de6b528b 440W: https://wiki.qemu.org/Features/HVF
674fc21f
RB
441S: Maintained
442F: accel/stubs/hvf-stub.c
443F: target/i386/hvf/
444F: include/sysemu/hvf.h
445
c220cdec
SM
446WHPX CPUs
447M: Sunil Muthuswamy <sunilmut@microsoft.com>
448S: Supported
449F: target/i386/whpx-all.c
8ef39ecf 450F: target/i386/whpx-cpus.c
c220cdec
SM
451F: target/i386/whp-dispatch.h
452F: accel/stubs/whpx-stub.c
453F: include/sysemu/whpx.h
454
84995ea2
MA
455Guest CPU Cores (Xen)
456---------------------
6347e1f1 457X86 Xen CPUs
3623c57e
SS
458M: Stefano Stabellini <sstabellini@kernel.org>
459M: Anthony Perard <anthony.perard@citrix.com>
784e9727 460M: Paul Durrant <paul@xen.org>
6d06220a 461L: xen-devel@lists.xenproject.org
8a6b0cd7 462S: Supported
8a6b0cd7 463F: */xen*
da278d58 464F: accel/xen/*
b827891d 465F: hw/9pfs/xen-9p*
c92451c2
PB
466F: hw/char/xen_console.c
467F: hw/display/xenfb.c
468F: hw/net/xen_nic.c
758af9cf 469F: hw/usb/xen-usb.c
1a72d9ae 470F: hw/block/xen*
4ea7d1a7 471F: hw/block/dataplane/xen*
c92451c2
PB
472F: hw/xen/
473F: hw/xenpv/
9027ac50 474F: hw/i386/xen/
1401897c 475F: hw/pci-host/xen_igd_pt.c
fcab2b46 476F: include/hw/block/dataplane/xen*
c92451c2 477F: include/hw/xen/
da278d58 478F: include/sysemu/xen.h
9027ac50 479F: include/sysemu/xen-mapcache.h
71f364b7 480F: stubs/xen-hw-stub.c
8a6b0cd7 481
6c94b952
CX
482Guest CPU Cores (HAXM)
483---------------------
484X86 HAXM CPUs
485M: Wenchao Wang <wenchao.wang@intel.com>
486M: Colin Xu <colin.xu@intel.com>
487L: haxm-team@intel.com
488W: https://github.com/intel/haxm/issues
489S: Maintained
f7091f5f 490F: accel/stubs/hax-stub.c
6c94b952
CX
491F: include/sysemu/hax.h
492F: target/i386/hax-*
493
84995ea2
MA
494Hosts
495-----
1bdd6874 496LINUX
f5fecb49
PMD
497M: Michael S. Tsirkin <mst@redhat.com>
498M: Cornelia Huck <cohuck@redhat.com>
499M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 500S: Maintained
1bdd6874 501F: linux-headers/
f5fecb49 502F: scripts/update-linux-headers.sh
1bdd6874
SW
503
504POSIX
f3f0204d 505M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 506S: Maintained
f3f0204d
PMD
507F: os-posix.c
508F: include/sysemu/os-posix.h
509F: util/*posix*.c
510F: include/qemu/*posix*.h
1bdd6874 511
3c2bdbc1 512NETBSD
3c2bdbc1
KR
513M: Kamil Rytarowski <kamil@netbsd.org>
514S: Maintained
1b61270b 515K: ^Subject:.*(?i)NetBSD
3c2bdbc1 516
0a773d55 517OPENBSD
0a773d55
BS
518M: Brad Smith <brad@comstyle.com>
519S: Maintained
520K: ^Subject:.*(?i)OpenBSD
521
1bdd6874 522W32, W64
1bdd6874
SW
523M: Stefan Weil <sw@weilnetz.de>
524S: Maintained
525F: *win32*
03972660
TH
526F: */*win32*
527F: include/*/*win32*
528X: qga/*win32*
885bdc95 529F: qemu.nsi
1bdd6874 530
b250d04a 531Alpha Machines
84995ea2 532--------------
b250d04a
PMD
533M: Richard Henderson <rth@twiddle.net>
534S: Maintained
535F: hw/alpha/
7bea0dd4 536F: hw/isa/smc37c669-superio.c
8d8a8ab5 537F: tests/tcg/alpha/system/
b250d04a 538
fd5d5c56
AL
539ARM Machines
540------------
84291fe7 541Allwinner-a10
85b4d5da 542M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 543M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 544L: qemu-arm@nongnu.org
a00d7f20 545S: Odd Fixes
85b4d5da
BG
546F: hw/*/allwinner*
547F: include/hw/*/allwinner*
84291fe7
LG
548F: hw/arm/cubieboard.c
549
740dafc0
NL
550Allwinner-h3
551M: Niek Linnenbank <nieklinnenbank@gmail.com>
552L: qemu-arm@nongnu.org
553S: Maintained
554F: hw/*/allwinner-h3*
555F: include/hw/*/allwinner-h3*
b0c96666 556F: hw/arm/orangepi.c
0553ef42 557F: docs/system/orangepi.rst
740dafc0 558
e5a6a6e6 559ARM PrimeCell and CMSDK devices
06271000 560M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 561L: qemu-arm@nongnu.org
06271000
PB
562S: Maintained
563F: hw/char/pl011.c
c6427ff7 564F: include/hw/char/pl011.h
06271000
PB
565F: hw/display/pl110*
566F: hw/dma/pl080.c
aa74e355 567F: include/hw/dma/pl080.h
06271000
PB
568F: hw/dma/pl330.c
569F: hw/gpio/pl061.c
570F: hw/input/pl050.c
571F: hw/intc/pl190.c
572F: hw/sd/pl181.c
1d52866f
PM
573F: hw/ssi/pl022.c
574F: include/hw/ssi/pl022.h
877c181c
PMD
575F: hw/rtc/pl031.c
576F: include/hw/rtc/pl031.h
06271000 577F: include/hw/arm/primecell.h
e5a6a6e6
PM
578F: hw/timer/cmsdk-apb-timer.c
579F: include/hw/timer/cmsdk-apb-timer.h
4f4c6206
PM
580F: hw/timer/cmsdk-apb-dualtimer.c
581F: include/hw/timer/cmsdk-apb-dualtimer.h
e5a6a6e6
PM
582F: hw/char/cmsdk-apb-uart.c
583F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
584F: hw/watchdog/cmsdk-apb-watchdog.c
585F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
586F: hw/misc/tz-ppc.c
587F: include/hw/misc/tz-ppc.h
344f4b15
PM
588F: hw/misc/tz-mpc.c
589F: include/hw/misc/tz-mpc.h
211e701d
PM
590F: hw/misc/tz-msc.c
591F: include/hw/misc/tz-msc.h
06271000
PB
592
593ARM cores
594M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 595L: qemu-arm@nongnu.org
06271000
PB
596S: Maintained
597F: hw/intc/arm*
598F: hw/intc/gic_internal.h
599F: hw/misc/a9scu.c
600F: hw/misc/arm11scu.c
b7f30114 601F: hw/misc/arm_l2x0.c
06271000 602F: hw/timer/a9gtimer*
c6427ff7
PMD
603F: hw/timer/arm*
604F: include/hw/arm/arm*.h
06271000
PB
605F: include/hw/intc/arm*
606F: include/hw/misc/a9scu.h
607F: include/hw/misc/arm11scu.h
608F: include/hw/timer/a9gtimer.h
609F: include/hw/timer/arm_mptimer.h
c6427ff7 610F: include/hw/timer/armv7m_systick.h
1e8a1fae 611F: tests/qtest/test-arm-mptimer.c
06271000 612
fc63dcff 613Exynos
f44c5c67 614M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 615M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 616L: qemu-arm@nongnu.org
a00d7f20 617S: Odd Fixes
8d8b636d 618F: hw/*/exynos*
ed0db866 619F: include/hw/arm/exynos4210.h
fc63dcff 620
766fd09f 621Calxeda Highbank
9ef137ca 622M: Rob Herring <robh@kernel.org>
a00d7f20 623M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 624L: qemu-arm@nongnu.org
a00d7f20 625S: Odd Fixes
8d8b636d
PB
626F: hw/arm/highbank.c
627F: hw/net/xgmac.c
766fd09f 628
9082f121
AP
629Canon DIGIC
630M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 631M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 632L: qemu-arm@nongnu.org
a00d7f20 633S: Odd Fixes
9082f121
AP
634F: include/hw/arm/digic.h
635F: hw/*/digic*
7ad5f2d1 636F: include/hw/*/digic*
56c2c592 637F: tests/acceptance/machine_arm_canona1100.py
2d21dd17 638F: docs/system/arm/digic.rst
9082f121 639
9c8fdcec
AP
640Goldfish RTC
641M: Anup Patel <anup.patel@wdc.com>
642M: Alistair Francis <Alistair.Francis@wdc.com>
643L: qemu-riscv@nongnu.org
644S: Maintained
645F: hw/rtc/goldfish_rtc.c
646F: include/hw/rtc/goldfish_rtc.h
647
fd5d5c56 648Gumstix
a00d7f20
PM
649M: Peter Maydell <peter.maydell@linaro.org>
650R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b4f2bd1c 651L: qemu-arm@nongnu.org
1f7161d2 652S: Odd Fixes
8d8b636d 653F: hw/arm/gumstix.c
bb309000 654F: docs/system/arm/gumstix.rst
fd5d5c56 655
123a069a
TH
656i.MX25 PDK
657M: Peter Maydell <peter.maydell@linaro.org>
658R: Jean-Christophe Dubois <jcd@tribudubois.net>
659L: qemu-arm@nongnu.org
660S: Odd Fixes
661F: hw/arm/fsl-imx25.c
662F: hw/arm/imx25_pdk.c
663F: hw/misc/imx25_ccm.c
37f95959 664F: hw/watchdog/wdt_imx2.c
123a069a
TH
665F: include/hw/arm/fsl-imx25.h
666F: include/hw/misc/imx25_ccm.h
37f95959 667F: include/hw/watchdog/wdt_imx2.h
123a069a 668
95a5db3a 669i.MX31 (kzm)
0325559d 670M: Peter Chubb <peter.chubb@nicta.com.au>
a00d7f20 671M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 672L: qemu-arm@nongnu.org
95a5db3a 673S: Odd Fixes
8d8b636d 674F: hw/arm/kzm.c
95a5db3a
TH
675F: hw/*/imx_*
676F: hw/*/*imx31*
677F: include/hw/*/imx_*
678F: include/hw/*/*imx31*
0325559d 679
fd5d5c56 680Integrator CP
1ce9ce6a 681M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 682L: qemu-arm@nongnu.org
fd5d5c56 683S: Maintained
8d8b636d 684F: hw/arm/integratorcp.c
f7e242d6 685F: hw/misc/arm_integrator_debug.c
b7f30114 686F: include/hw/misc/arm_integrator_debug.h
5e0ac7e0 687F: tests/acceptance/machine_arm_integratorcp.py
c11a8e89 688F: docs/system/arm/integratorcp.rst
fd5d5c56 689
95a5db3a
TH
690MCIMX6UL EVK / i.MX6ul
691M: Peter Maydell <peter.maydell@linaro.org>
692R: Jean-Christophe Dubois <jcd@tribudubois.net>
693L: qemu-arm@nongnu.org
694S: Odd Fixes
695F: hw/arm/mcimx6ul-evk.c
696F: hw/arm/fsl-imx6ul.c
697F: hw/misc/imx6ul_ccm.c
698F: include/hw/arm/fsl-imx6ul.h
699F: include/hw/misc/imx6ul_ccm.h
700
701MCIMX7D SABRE / i.MX7
702M: Peter Maydell <peter.maydell@linaro.org>
703R: Andrey Smirnov <andrew.smirnov@gmail.com>
704L: qemu-arm@nongnu.org
705S: Odd Fixes
706F: hw/arm/mcimx7d-sabre.c
707F: hw/arm/fsl-imx7.c
b7f30114 708F: hw/misc/imx7_*.c
95a5db3a 709F: include/hw/arm/fsl-imx7.h
b7f30114 710F: include/hw/misc/imx7_*.h
95a5db3a
TH
711F: hw/pci-host/designware.c
712F: include/hw/pci-host/designware.h
713
e5a6a6e6
PM
714MPS2
715M: Peter Maydell <peter.maydell@linaro.org>
716L: qemu-arm@nongnu.org
717S: Maintained
718F: hw/arm/mps2.c
0d4a7551
PM
719F: hw/arm/mps2-tz.c
720F: hw/misc/mps2-*.c
721F: include/hw/misc/mps2-*.h
6eee5d24
PM
722F: hw/arm/armsse.c
723F: include/hw/arm/armsse.h
c56c5760
PMD
724F: hw/misc/iotkit-secctl.c
725F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
726F: hw/misc/iotkit-sysctl.c
727F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
728F: hw/misc/iotkit-sysinfo.c
729F: include/hw/misc/iotkit-sysinfo.h
5aeb3689
PM
730F: hw/misc/armsse-cpuid.c
731F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
732F: hw/misc/armsse-mhu.c
733F: include/hw/misc/armsse-mhu.h
ba7912a5 734F: docs/system/arm/mps2.rst
e5a6a6e6 735
8f69a4c1
PM
736Musca
737M: Peter Maydell <peter.maydell@linaro.org>
738L: qemu-arm@nongnu.org
739S: Maintained
740F: hw/arm/musca.c
9f8f640e 741F: docs/system/arm/musca.rst
8f69a4c1 742
fd5d5c56
AL
743Musicpal
744M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 745M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 746L: qemu-arm@nongnu.org
a00d7f20 747S: Odd Fixes
8d8b636d 748F: hw/arm/musicpal.c
c11a8e89 749F: docs/system/arm/musicpal.rst
fd5d5c56 750
e5a7ba87
HS
751Nuvoton NPCM7xx
752M: Havard Skinnemoen <hskinnemoen@google.com>
753M: Tyrone Ting <kfting@nuvoton.com>
754L: qemu-arm@nongnu.org
755S: Supported
756F: hw/*/npcm7xx*
757F: include/hw/*/npcm7xx*
d1cb5eda
HS
758F: pc-bios/npcm7xx_bootrom.bin
759F: roms/vbootrom
e5a7ba87 760
fd5d5c56
AL
761nSeries
762M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 763M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 764L: qemu-arm@nongnu.org
a00d7f20 765S: Odd Fixes
8d8b636d 766F: hw/arm/nseries.c
8a08cc71 767F: hw/display/blizzard.c
b7f30114
TH
768F: hw/input/lm832x.c
769F: hw/input/tsc2005.c
770F: hw/misc/cbus.c
6a648a5f 771F: hw/rtc/twl92230.c
8a08cc71 772F: include/hw/display/blizzard.h
a331dd02 773F: include/hw/input/tsc2xxx.h
e8fa3958 774F: include/hw/misc/cbus.h
050a82f0 775F: tests/acceptance/machine_arm_n8x0.py
c11a8e89 776F: docs/system/arm/nseries.rst
fd5d5c56
AL
777
778Palm
779M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 780M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 781L: qemu-arm@nongnu.org
a00d7f20 782S: Odd Fixes
8d8b636d 783F: hw/arm/palm.c
b7f30114 784F: hw/input/tsc210x.c
a331dd02 785F: include/hw/input/tsc2xxx.h
c11a8e89 786F: docs/system/arm/palm.rst
fd5d5c56 787
95a5db3a
TH
788Raspberry Pi
789M: Peter Maydell <peter.maydell@linaro.org>
790R: Andrew Baumann <Andrew.Baumann@microsoft.com>
791R: Philippe Mathieu-Daudé <f4bug@amsat.org>
792L: qemu-arm@nongnu.org
793S: Odd Fixes
123a069a 794F: hw/arm/raspi.c
95a5db3a
TH
795F: hw/arm/raspi_platform.h
796F: hw/*/bcm283*
797F: include/hw/arm/raspi*
798F: include/hw/*/bcm283*
799
fd5d5c56 800Real View
1ce9ce6a 801M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 802L: qemu-arm@nongnu.org
fd5d5c56 803S: Maintained
8d8b636d 804F: hw/arm/realview*
f7e242d6 805F: hw/cpu/realview_mpcore.c
5ea53049
PB
806F: hw/intc/realview_gic.c
807F: include/hw/intc/realview_gic.h
c11a8e89 808F: docs/system/arm/realview.rst
fd5d5c56 809
9b31bff0 810PXA2XX
fd5d5c56 811M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 812M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 813L: qemu-arm@nongnu.org
a00d7f20 814S: Odd Fixes
9b31bff0 815F: hw/arm/mainstone.c
8d8b636d 816F: hw/arm/spitz.c
9b31bff0
PB
817F: hw/arm/tosa.c
818F: hw/arm/z2.c
819F: hw/*/pxa2xx*
123a069a
TH
820F: hw/display/tc6393xb.c
821F: hw/gpio/max7310.c
822F: hw/gpio/zaurus.c
f7e242d6 823F: hw/misc/mst_fpga.c
b7f30114 824F: hw/misc/max111x.c
30296812 825F: include/hw/misc/max111x.h
ed0db866 826F: include/hw/arm/pxa.h
123a069a 827F: include/hw/arm/sharpsl.h
ee2ccc57 828F: include/hw/display/tc6393xb.h
c11a8e89 829F: docs/system/arm/xscale.rst
fd5d5c56 830
95a5db3a
TH
831SABRELITE / i.MX6
832M: Peter Maydell <peter.maydell@linaro.org>
833R: Jean-Christophe Dubois <jcd@tribudubois.net>
834L: qemu-arm@nongnu.org
835S: Odd Fixes
836F: hw/arm/sabrelite.c
837F: hw/arm/fsl-imx6.c
b7f30114 838F: hw/misc/imx6_*.c
95a5db3a 839F: hw/ssi/imx_spi.c
0701a5ef
GR
840F: hw/usb/imx-usb-phy.c
841F: include/hw/usb/imx-usb-phy.h
95a5db3a 842F: include/hw/arm/fsl-imx6.h
b7f30114 843F: include/hw/misc/imx6_*.h
95a5db3a
TH
844F: include/hw/ssi/imx_spi.h
845
64580903 846SBSA-REF
428a3777 847M: Radoslaw Biernacki <rad@semihalf.com>
64580903 848M: Peter Maydell <peter.maydell@linaro.org>
aff55693 849R: Leif Lindholm <leif@nuviainc.com>
64580903
HZ
850L: qemu-arm@nongnu.org
851S: Maintained
852F: hw/arm/sbsa-ref.c
853
671f11b2
TH
854Sharp SL-5500 (Collie) PDA
855M: Peter Maydell <peter.maydell@linaro.org>
856L: qemu-arm@nongnu.org
857S: Odd Fixes
858F: hw/arm/collie.c
859F: hw/arm/strongarm*
b76b60f5 860F: docs/system/arm/collie.rst
671f11b2 861
fd5d5c56 862Stellaris
1ce9ce6a 863M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 864L: qemu-arm@nongnu.org
fd5d5c56 865S: Maintained
8d8b636d 866F: hw/*/stellaris*
98fa3327 867F: include/hw/input/gamepad.h
c11a8e89 868F: docs/system/arm/stellaris.rst
fd5d5c56 869
95a5db3a
TH
870Versatile Express
871M: Peter Maydell <peter.maydell@linaro.org>
872L: qemu-arm@nongnu.org
873S: Maintained
874F: hw/arm/vexpress.c
5a1d4244 875F: docs/system/arm/vexpress.rst
95a5db3a 876
fd5d5c56 877Versatile PB
1ce9ce6a 878M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 879L: qemu-arm@nongnu.org
fd5d5c56 880S: Maintained
8d8b636d 881F: hw/*/versatile*
f61c3fb5 882F: include/hw/i2c/arm_sbcon_i2c.h
c6427ff7 883F: hw/misc/arm_sysctl.c
c11a8e89 884F: docs/system/arm/versatile.rst
fd5d5c56 885
95a5db3a
TH
886Virt
887M: Peter Maydell <peter.maydell@linaro.org>
888L: qemu-arm@nongnu.org
889S: Maintained
890F: hw/arm/virt*
891F: include/hw/arm/virt.h
6a0b7505 892F: docs/system/arm/virt.rst
95a5db3a 893
e3260506 894Xilinx Zynq
cc0100f4 895M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 896M: Alistair Francis <alistair@alistair23.me>
a00d7f20 897M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 898L: qemu-arm@nongnu.org
e3260506 899S: Maintained
cc0100f4 900F: hw/*/xilinx_*
8d8b636d 901F: hw/*/cadence_*
f7e242d6
TH
902F: hw/misc/zynq*
903F: include/hw/misc/zynq*
cc0100f4 904X: hw/ssi/xilinx_*
e3260506 905
ff9e157b 906Xilinx ZynqMP and Versal
c22e580c 907M: Alistair Francis <alistair@alistair23.me>
cc0100f4 908M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 909M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 910L: qemu-arm@nongnu.org
137805f5 911S: Maintained
cc0100f4 912F: hw/*/xlnx*.c
f586d5fc 913F: include/hw/*/xlnx*.h
24d6d8bf
PMD
914F: include/hw/ssi/xilinx_spips.h
915F: hw/display/dpcd.c
916F: include/hw/display/dpcd.h
ff9e157b 917F: docs/system/arm/xlnx-versal-virt.rst
137805f5 918
8f4d260e 919ARM ACPI Subsystem
e59f13d7 920M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 921L: qemu-arm@nongnu.org
8f4d260e
SZ
922S: Maintained
923F: hw/arm/virt-acpi-build.c
8f4d260e 924
a1f8193b
AF
925STM32F205
926M: Alistair Francis <alistair@alistair23.me>
a00d7f20 927M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 928L: qemu-arm@nongnu.org
a1f8193b
AF
929S: Maintained
930F: hw/arm/stm32f205_soc.c
931F: hw/misc/stm32f2xx_syscfg.c
932F: hw/char/stm32f2xx_usart.c
933F: hw/timer/stm32f2xx_timer.c
934F: hw/adc/*
935F: hw/ssi/stm32f2xx_spi.c
0e0d345b 936F: include/hw/*/stm32*.h
a1f8193b 937
529fc5fd
AF
938STM32F405
939M: Alistair Francis <alistair@alistair23.me>
940M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 941L: qemu-arm@nongnu.org
529fc5fd
AF
942S: Maintained
943F: hw/arm/stm32f405_soc.c
944F: hw/misc/stm32f4xx_syscfg.c
945F: hw/misc/stm32f4xx_exti.c
946
a1f8193b
AF
947Netduino 2
948M: Alistair Francis <alistair@alistair23.me>
a00d7f20 949M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 950L: qemu-arm@nongnu.org
a1f8193b
AF
951S: Maintained
952F: hw/arm/netduino2.c
953
60d6c427
AF
954Netduino Plus 2
955M: Alistair Francis <alistair@alistair23.me>
956M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 957L: qemu-arm@nongnu.org
60d6c427
AF
958S: Maintained
959F: hw/arm/netduinoplus2.c
960
670bc4cb
SS
961SmartFusion2
962M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 963M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 964L: qemu-arm@nongnu.org
670bc4cb
SS
965S: Maintained
966F: hw/arm/msf2-soc.c
967F: hw/misc/msf2-sysreg.c
968F: hw/timer/mss-timer.c
969F: hw/ssi/mss-spi.c
970F: include/hw/arm/msf2-soc.h
971F: include/hw/misc/msf2-sysreg.h
972F: include/hw/timer/mss-timer.h
973F: include/hw/ssi/mss-spi.h
1c664378
SS
974F: hw/net/msf2-emac.c
975F: include/hw/net/msf2-emac.h
670bc4cb
SS
976
977Emcraft M2S-FG484
978M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 979M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 980L: qemu-arm@nongnu.org
670bc4cb
SS
981S: Maintained
982F: hw/arm/msf2-som.c
983
f87db1ba
JS
984ASPEED BMCs
985M: Cédric Le Goater <clg@kaod.org>
a00d7f20 986M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
987R: Andrew Jeffery <andrew@aj.id.au>
988R: Joel Stanley <joel@jms.id.au>
989L: qemu-arm@nongnu.org
990S: Maintained
991F: hw/*/*aspeed*
b7f30114 992F: hw/misc/pca9552.c
f87db1ba 993F: include/hw/*/*aspeed*
b7f30114 994F: include/hw/misc/pca9552*.h
f87db1ba
JS
995F: hw/net/ftgmac100.c
996F: include/hw/net/ftgmac100.h
997
c0066d1a
JS
998NRF51
999M: Joel Stanley <joel@jms.id.au>
a00d7f20 1000M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
1001L: qemu-arm@nongnu.org
1002S: Maintained
c8de3f5f
SH
1003F: hw/*/nrf51*.c
1004F: hw/*/microbit*.c
1005F: include/hw/*/nrf51*.h
1006F: include/hw/*/microbit*.h
1e8a1fae 1007F: tests/qtest/microbit-test.c
c0066d1a 1008
42f3ff00
MR
1009AVR Machines
1010-------------
1011
1012AVR MCUs
1013M: Michael Rolnik <mrolnik@gmail.com>
1014R: Sarah Harris <S.E.Harris@kent.ac.uk>
1015S: Maintained
1016F: default-configs/avr-softmmu.mak
7dd8f6fd 1017F: hw/avr/
429ca9d6
MR
1018F: include/hw/char/avr_usart.h
1019F: hw/char/avr_usart.c
8ff47bc1
MR
1020F: include/hw/timer/avr_timer16.h
1021F: hw/timer/avr_timer16.c
dc288de0
MR
1022F: include/hw/misc/avr_power.h
1023F: hw/misc/avr_power.c
42f3ff00 1024
50486d63
PMD
1025Arduino
1026M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1027R: Sarah Harris <S.E.Harris@kent.ac.uk>
1028S: Maintained
1029F: hw/avr/arduino.c
1030
fd5d5c56
AL
1031CRIS Machines
1032-------------
1033Axis Dev88
1034M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1035S: Maintained
8d8b636d 1036F: hw/cris/axis_dev88.c
6e481d57 1037F: hw/*/etraxfs_*.c
fd5d5c56 1038
e188396c
PMD
1039HP-PARISC Machines
1040------------------
18092598 1041HP B160L
e188396c
PMD
1042M: Richard Henderson <rth@twiddle.net>
1043R: Helge Deller <deller@gmx.de>
1044S: Odd Fixes
a2a82ad6 1045F: default-configs/hppa-softmmu.mak
e188396c
PMD
1046F: hw/hppa/
1047F: pc-bios/hppa-firmware.img
1048
07bf23a7
MW
1049LM32 Machines
1050-------------
1051EVR32 and uclinux BSP
4b4d96c7
PMD
1052R: Michael Walle <michael@walle.cc>
1053S: Orphan
8d8b636d 1054F: hw/lm32/lm32_boards.c
07bf23a7 1055
d118aa6b 1056milkymist
4b4d96c7
PMD
1057R: Michael Walle <michael@walle.cc>
1058S: Orphan
8d8b636d 1059F: hw/lm32/milkymist.c
d118aa6b 1060
afcacd53 1061M68K Machines
fd5d5c56
AL
1062-------------
1063an5206
5baf2741
TH
1064M: Thomas Huth <huth@tuxfamily.org>
1065S: Odd Fixes
8d8b636d 1066F: hw/m68k/an5206.c
e9a56114 1067F: hw/m68k/mcf5206.c
fd5d5c56 1068
fd5d5c56 1069mcf5208
5baf2741
TH
1070M: Thomas Huth <huth@tuxfamily.org>
1071S: Odd Fixes
8d8b636d 1072F: hw/m68k/mcf5208.c
e9a56114
TH
1073F: hw/m68k/mcf_intc.c
1074F: hw/char/mcf_uart.c
1075F: hw/net/mcf_fec.c
5baf2741 1076F: include/hw/m68k/mcf*.h
fd5d5c56 1077
1810b815
TH
1078NeXTcube
1079M: Thomas Huth <huth@tuxfamily.org>
1080S: Odd Fixes
1081F: hw/m68k/next-*.c
1082F: hw/display/next-fb.c
1083F: include/hw/m68k/next-cube.h
1084
6dca62a0
LV
1085q800
1086M: Laurent Vivier <laurent@vivier.eu>
1087S: Maintained
04e7ca8d 1088F: hw/m68k/q800.c
6dca62a0 1089F: hw/misc/mac_via.c
fa2ba3b8 1090F: hw/nubus/*
8ac919a0 1091F: hw/display/macfb.c
c701ec62 1092F: hw/block/swim.c
04e7ca8d 1093F: hw/m68k/bootinfo.h
6dca62a0 1094F: include/hw/misc/mac_via.h
fa2ba3b8 1095F: include/hw/nubus/*
8ac919a0 1096F: include/hw/display/macfb.h
c701ec62 1097F: include/hw/block/swim.h
6dca62a0 1098
fd5d5c56
AL
1099MicroBlaze Machines
1100-------------------
1101petalogix_s3adsp1800
1102M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1103S: Maintained
6e481d57 1104F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 1105F: include/hw/char/xilinx_uartlite.h
fd5d5c56 1106
d36e8ce7 1107petalogix_ml605
4b46ba61 1108M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 1109S: Maintained
8d8b636d 1110F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 1111
fd5d5c56
AL
1112MIPS Machines
1113-------------
1114Jazz
1115M: Hervé Poussineau <hpoussin@reactos.org>
97d89746 1116R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
fd5d5c56 1117S: Maintained
5298722e 1118F: hw/mips/jazz.c
0886a785
PMD
1119F: hw/display/jazz_led.c
1120F: hw/dma/rc4030.c
fd5d5c56
AL
1121
1122Malta
485cd982
AM
1123M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1124R: Aurelien Jarno <aurelien@aurel32.net>
ca263c0f 1125S: Odd Fixes
60041378
AM
1126F: hw/isa/piix4.c
1127F: hw/acpi/piix4.c
5298722e 1128F: hw/mips/malta.c
93081f51 1129F: hw/mips/gt64xxx_pci.c
60041378 1130F: include/hw/southbridge/piix.h
c47c336e 1131F: tests/acceptance/linux_ssh_mips_malta.py
0484d9d4 1132F: tests/acceptance/machine_mips_malta.py
fd5d5c56
AL
1133
1134Mipssim
97d89746 1135R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
ca263c0f 1136S: Orphaned
5298722e 1137F: hw/mips/mipssim.c
659f42d8 1138F: hw/net/mipsnet.c
fd5d5c56
AL
1139
1140R4000
099d510b 1141R: Aurelien Jarno <aurelien@aurel32.net>
97d89746 1142R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
d32dc614 1143S: Obsolete
5298722e 1144F: hw/mips/r4k.c
fd5d5c56 1145
c3a09ff6 1146Fuloong 2E
97eeef8a 1147M: Huacai Chen <chenhc@lemote.com>
86eb0697 1148M: Philippe Mathieu-Daudé <f4bug@amsat.org>
97eeef8a 1149R: Jiaxun Yang <jiaxun.yang@flygoat.com>
659f42d8 1150S: Odd Fixes
c3a09ff6 1151F: hw/mips/fuloong2e.c
0170a3fc 1152F: hw/isa/vt82c686.c
5021bfa5 1153F: hw/pci-host/bonito.c
0170a3fc 1154F: include/hw/isa/vt82c686.h
659f42d8 1155
53fb8bfb 1156Loongson-3 virtual platforms
2c5b1a7d
HC
1157M: Huacai Chen <chenhc@lemote.com>
1158R: Jiaxun Yang <jiaxun.yang@flygoat.com>
1159S: Maintained
2c5b1a7d
HC
1160F: hw/intc/loongson_liointc.c
1161
659f42d8 1162Boston
4ba98e96 1163M: Paul Burton <paulburton@kernel.org>
97d89746 1164R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
4ba98e96 1165S: Odd Fixes
659f42d8
YK
1166F: hw/core/loader-fit.c
1167F: hw/mips/boston.c
1168F: hw/pci-host/xilinx-pcie.c
5021bfa5 1169F: include/hw/pci-host/xilinx-pcie.h
659f42d8 1170
945dad6d
JL
1171OpenRISC Machines
1172-----------------
1173or1k-sim
1174M: Jia Liu <proljc@gmail.com>
1175S: Maintained
1176F: hw/openrisc/openrisc_sim.c
1177
fd5d5c56
AL
1178PowerPC Machines
1179----------------
1180405
bba8e23a 1181M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1182L: qemu-ppc@nongnu.org
9b9fe135 1183S: Odd Fixes
8d8b636d 1184F: hw/ppc/ppc405_boards.c
fd5d5c56 1185
aaade8d7 1186Bamboo
bba8e23a 1187M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1188L: qemu-ppc@nongnu.org
1189S: Odd Fixes
8d8b636d 1190F: hw/ppc/ppc440_bamboo.c
aaade8d7 1191
98cded3a 1192e500
bba8e23a 1193M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1194L: qemu-ppc@nongnu.org
bba8e23a 1195S: Odd Fixes
ce6fc617 1196F: hw/ppc/e500*
2c6aba14 1197F: hw/gpio/mpc8xxx.c
7abb479c 1198F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1199F: hw/net/fsl_etsec/
1200F: hw/pci-host/ppce500.c
b5d55020
TH
1201F: include/hw/ppc/ppc_e500.h
1202F: include/hw/pci-host/ppce500.h
1203F: pc-bios/u-boot.e500
98cded3a
AF
1204
1205mpc8544ds
bba8e23a 1206M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1207L: qemu-ppc@nongnu.org
bba8e23a 1208S: Odd Fixes
98cded3a 1209F: hw/ppc/mpc8544ds.c
8d8b636d 1210F: hw/ppc/mpc8544_guts.c
98cded3a 1211
2c6aba14 1212New World (mac99)
40e3dd06
MCA
1213M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1214R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1215L: qemu-ppc@nongnu.org
bba8e23a 1216S: Odd Fixes
baec1910 1217F: hw/ppc/mac_newworld.c
6e481d57
PM
1218F: hw/pci-host/uninorth.c
1219F: hw/pci-bridge/dec.[hc]
8d8b636d 1220F: hw/misc/macio/
6ba16476 1221F: hw/misc/mos6522.c
b5d55020 1222F: hw/nvram/mac_nvram.c
2c6aba14 1223F: hw/input/adb*
eba45926 1224F: include/hw/misc/macio/
6ba16476 1225F: include/hw/misc/mos6522.h
eba45926 1226F: include/hw/ppc/mac_dbdma.h
5021bfa5 1227F: include/hw/pci-host/uninorth.h
2c6aba14 1228F: include/hw/input/adb*
52804c60 1229F: pc-bios/qemu_vga.ndrv
fd5d5c56 1230
2c6aba14 1231Old World (g3beige)
40e3dd06
MCA
1232M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1233R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1234L: qemu-ppc@nongnu.org
bba8e23a 1235S: Odd Fixes
baec1910 1236F: hw/ppc/mac_oldworld.c
6e481d57 1237F: hw/pci-host/grackle.c
8d8b636d 1238F: hw/misc/macio/
835c42d3 1239F: hw/intc/heathrow_pic.c
2c6aba14 1240F: hw/input/adb*
97e16dba 1241F: include/hw/intc/heathrow_pic.h
2c6aba14 1242F: include/hw/input/adb*
52804c60 1243F: pc-bios/qemu_vga.ndrv
fd5d5c56 1244
ec38d398 1245PReP
8178e89c 1246M: Hervé Poussineau <hpoussin@reactos.org>
a6c98685 1247L: qemu-ppc@nongnu.org
8178e89c 1248S: Maintained
75610155 1249F: hw/ppc/prep.c
8178e89c
HP
1250F: hw/ppc/prep_systemio.c
1251F: hw/ppc/rs6000_mc.c
6e481d57 1252F: hw/pci-host/prep.[hc]
0a9464b5 1253F: hw/isa/i82378.c
a48c6b51 1254F: hw/isa/pc87312.c
1cd6dccb 1255F: hw/dma/i82374.c
819ce6b2 1256F: hw/rtc/m48t59-isa.c
a48c6b51 1257F: include/hw/isa/pc87312.h
819ce6b2 1258F: include/hw/rtc/m48t59.h
71b290e7 1259F: tests/acceptance/ppc_prep_40p.py
fd5d5c56 1260
300b115c 1261sPAPR
085eb217 1262M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
1263L: qemu-ppc@nongnu.org
1264S: Supported
8d8b636d 1265F: hw/*/spapr*
f9de2da7
DG
1266F: include/hw/*/spapr*
1267F: hw/*/xics*
1268F: include/hw/*/xics*
b5d55020
TH
1269F: pc-bios/slof.bin
1270F: docs/specs/ppc-spapr-hcalls.txt
1271F: docs/specs/ppc-spapr-hotplug.txt
1e8a1fae 1272F: tests/qtest/spapr*
1cf4323e 1273F: tests/qtest/libqos/*spapr*
1e8a1fae 1274F: tests/qtest/rtas*
1cf4323e 1275F: tests/qtest/libqos/rtas*
8a269ca4 1276
1af82d4f
CLG
1277PowerNV (Non-Virtualized)
1278M: Cédric Le Goater <clg@kaod.org>
1279M: David Gibson <david@gibson.dropbear.id.au>
1280L: qemu-ppc@nongnu.org
1281S: Maintained
1282F: hw/ppc/pnv*
1283F: hw/intc/pnv*
1284F: hw/intc/xics_pnv.c
157ed954 1285F: hw/pci-host/pnv*
1af82d4f 1286F: include/hw/ppc/pnv*
157ed954 1287F: include/hw/pci-host/pnv*
1af82d4f 1288F: pc-bios/skiboot.lid
1e8a1fae 1289F: tests/qtest/pnv*
1af82d4f 1290
794d00bf
AF
1291virtex_ml507
1292M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1293L: qemu-ppc@nongnu.org
1294S: Odd Fixes
6e481d57 1295F: hw/ppc/virtex_ml507.c
794d00bf 1296
a9dd6604
BZ
1297sam460ex
1298M: BALATON Zoltan <balaton@eik.bme.hu>
1299L: qemu-ppc@nongnu.org
1300S: Maintained
33c6a8b5
BZ
1301F: hw/ppc/sam460ex.c
1302F: hw/ppc/ppc440_pcix.c
1303F: hw/display/sm501*
a9dd6604 1304F: hw/ide/sii3112.c
de04c31d 1305F: hw/rtc/m41t80.c
33c6a8b5
BZ
1306F: pc-bios/canyonlands.dt[sb]
1307F: pc-bios/u-boot-sam460ex-20100605.bin
1308F: roms/u-boot-sam460ex
a9dd6604 1309
fe0fe473
AF
1310RISC-V Machines
1311---------------
1312OpenTitan
1313M: Alistair Francis <Alistair.Francis@wdc.com>
1314L: qemu-riscv@nongnu.org
1315S: Supported
1316F: hw/riscv/opentitan.c
a7d2d98c 1317F: hw/char/ibex_uart.c
879f60f0 1318F: hw/intc/ibex_plic.c
fe0fe473 1319F: include/hw/riscv/opentitan.h
a7d2d98c 1320F: include/hw/char/ibex_uart.h
879f60f0 1321F: include/hw/intc/ibex_plic.h
fe0fe473 1322
56f6e31e
BM
1323Microchip PolarFire SoC Icicle Kit
1324M: Bin Meng <bin.meng@windriver.com>
1325L: qemu-riscv@nongnu.org
1326S: Supported
1327F: hw/riscv/microchip_pfsoc.c
a8fb0a50 1328F: hw/char/mchp_pfsoc_mmuart.c
56f6e31e 1329F: include/hw/riscv/microchip_pfsoc.h
a8fb0a50 1330F: include/hw/char/mchp_pfsoc_mmuart.h
56f6e31e 1331
bda19d7b
YS
1332RX Machines
1333-----------
1334rx-gdbsim
1335M: Yoshinori Sato <ysato@users.sourceforge.jp>
1336S: Maintained
4adbfa45 1337F: docs/system/target-rx.rst
bda19d7b 1338F: hw/rx/rx-gdbsim.c
cf665623 1339F: tests/acceptance/machine_rx_gdbsim.py
bda19d7b 1340
fd5d5c56
AL
1341SH4 Machines
1342------------
1343R2D
a9fb4468
AM
1344M: Yoshinori Sato <ysato@users.sourceforge.jp>
1345R: Magnus Damm <magnus.damm@gmail.com>
fd5d5c56 1346S: Maintained
6e481d57 1347F: hw/sh4/r2d.c
81527b94 1348F: hw/intc/sh_intc.c
65b8dc29 1349F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1350
1351Shix
a9fb4468
AM
1352M: Yoshinori Sato <ysato@users.sourceforge.jp>
1353R: Magnus Damm <magnus.damm@gmail.com>
81527b94 1354S: Odd Fixes
6e481d57 1355F: hw/sh4/shix.c
65b8dc29
PMD
1356F: hw/intc/sh_intc.c
1357F: include/hw/sh4/sh_intc.h
fd5d5c56
AL
1358
1359SPARC Machines
1360--------------
1361Sun4m
f2416d3a 1362M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1363S: Maintained
8d8b636d 1364F: hw/sparc/sun4m.c
c468e368 1365F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1366F: hw/display/cg3.c
1367F: hw/display/tcx.c
c10a1c78 1368F: hw/dma/sparc32_dma.c
7098b79e 1369F: hw/misc/eccmemctl.c
aec2b887
TH
1370F: hw/*/slavio_*.c
1371F: include/hw/nvram/sun_nvram.h
c10a1c78 1372F: include/hw/sparc/sparc32_dma.h
d0476159 1373F: include/hw/sparc/sun4m_iommu.h
aec2b887 1374F: pc-bios/openbios-sparc32
fd5d5c56
AL
1375
1376Sun4u
f2416d3a 1377M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1378S: Maintained
8d8b636d 1379F: hw/sparc64/sun4u.c
8ef856b7
PMD
1380F: hw/sparc64/sun4u_iommu.c
1381F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1382F: hw/pci-host/sabre.c
1383F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1384F: hw/pci-bridge/simba.c
1385F: include/hw/pci-bridge/simba.h
1386F: pc-bios/openbios-sparc64
8c432921 1387F: tests/acceptance/machine_sparc64_sun4u.py
fd5d5c56 1388
a2664ca0
AT
1389Sun4v
1390M: Artyom Tarasenko <atar4qemu@gmail.com>
1391S: Maintained
626e4a4b 1392F: hw/sparc64/niagara.c
2811ac30
PMD
1393F: hw/rtc/sun4v-rtc.c
1394F: include/hw/rtc/sun4v-rtc.h
a2664ca0 1395
ce6c760c
FC
1396Leon3
1397M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1398M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1399S: Maintained
8d8b636d
PB
1400F: hw/sparc/leon3.c
1401F: hw/*/grlib*
162abf1a 1402F: include/hw/*/grlib*
b11785ca 1403F: tests/acceptance/machine_sparc_leon3.py
ce6c760c 1404
fd5d5c56
AL
1405S390 Machines
1406-------------
dd4ad64a 1407S390 Virtio-ccw
c1976ae7 1408M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1409M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1410M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1411S: Supported
0c6aa7ee 1412F: hw/char/sclp*.[hc]
9d1c4449 1413F: hw/char/terminal3270.c
c5bfb202 1414F: hw/s390x/
4277af19 1415F: include/hw/s390x/
c5bfb202 1416F: hw/watchdog/wdt_diag288.c
1e4738b2 1417F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1418F: default-configs/s390x-softmmu.mak
e18a8b34
SH
1419T: git https://github.com/cohuck/qemu.git s390-next
1420T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1421L: qemu-s390x@nongnu.org
dd4ad64a 1422
8e4eb427 1423S390-ccw boot
304584bf
CH
1424M: Christian Borntraeger <borntraeger@de.ibm.com>
1425M: Thomas Huth <thuth@redhat.com>
1426S: Supported
8e4eb427 1427F: hw/s390x/ipl.*
304584bf
CH
1428F: pc-bios/s390-ccw/
1429F: pc-bios/s390-ccw.img
cc3d15a5 1430F: docs/devel/s390-dasd-ipl.rst
e18a8b34 1431T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1432L: qemu-s390x@nongnu.org
1433
d5bfb425 1434S390 PCI
ecd6663d 1435M: Matthew Rosato <mjrosato@linux.ibm.com>
d5bfb425
CB
1436S: Supported
1437F: hw/s390x/s390-pci*
1438L: qemu-s390x@nongnu.org
1439
ab9528ca 1440UniCore32 Machines
84995ea2 1441------------------
ab9528ca
GX
1442PKUnity-3 SoC initramfs-with-busybox
1443M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1444S: Maintained
8d8b636d 1445F: hw/*/puv3*
ab9528ca
GX
1446F: hw/unicore32/
1447
fd5d5c56
AL
1448X86 Machines
1449------------
1450PC
046a6486 1451M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1452M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1453S: Supported
046a6486
MT
1454F: include/hw/i386/
1455F: hw/i386/
0f25d865 1456F: hw/pci-host/i440fx.c
046a6486
MT
1457F: hw/pci-host/q35.c
1458F: hw/pci-host/pam.c
0fd61a2d 1459F: include/hw/pci-host/i440fx.h
046a6486
MT
1460F: include/hw/pci-host/q35.h
1461F: include/hw/pci-host/pam.h
14a026dd 1462F: hw/isa/piix3.c
046a6486
MT
1463F: hw/isa/lpc_ich9.c
1464F: hw/i2c/smbus_ich9.c
1465F: hw/acpi/piix4.c
1466F: hw/acpi/ich9.c
1467F: include/hw/acpi/ich9.h
fff123b8 1468F: include/hw/southbridge/piix.h
9cc3b73c 1469F: hw/misc/sga.c
6f5a3294
PMD
1470F: hw/isa/apm.c
1471F: include/hw/isa/apm.h
1472F: tests/test-x86-cpuid.c
1e8a1fae 1473F: tests/qtest/test-x86-cpuid-compat.c
9cc3b73c
PB
1474
1475PC Chipset
1476M: Michael S. Tsirkin <mst@redhat.com>
1477M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1478S: Supported
9cc3b73c 1479F: hw/char/debugcon.c
bb3d5ea8 1480F: hw/char/parallel*
9cc3b73c
PB
1481F: hw/char/serial*
1482F: hw/dma/i8257*
1483F: hw/i2c/pm_smbus.c
1732be86 1484F: hw/input/pckbd.c
9cc3b73c
PB
1485F: hw/intc/apic*
1486F: hw/intc/ioapic*
1487F: hw/intc/i8259*
1854eb28 1488F: hw/isa/isa-superio.c
9cc3b73c
PB
1489F: hw/misc/debugexit.c
1490F: hw/misc/pc-testdev.c
1491F: hw/timer/hpet*
1492F: hw/timer/i8254*
bcdb9064 1493F: hw/rtc/mc146818rtc*
edc46aff 1494F: hw/watchdog/wdt_ib700.c
4bcbc773 1495F: hw/watchdog/wdt_i6300esb.c
866e2b37 1496F: include/hw/display/vga.h
bb3d5ea8 1497F: include/hw/char/parallel.h
55f613ac 1498F: include/hw/dma/i8257.h
a2feb348 1499F: include/hw/i2c/pm_smbus.h
47973a2d 1500F: include/hw/input/i8042.h
4bcbc773 1501F: include/hw/isa/i8259_internal.h
1854eb28 1502F: include/hw/isa/superio.h
a2feb348
TH
1503F: include/hw/timer/hpet.h
1504F: include/hw/timer/i8254*
bcdb9064 1505F: include/hw/rtc/mc146818rtc*
046a6486 1506
5cb48f05
SL
1507microvm
1508M: Sergio Lopez <slp@redhat.com>
1509M: Paolo Bonzini <pbonzini@redhat.com>
1510S: Maintained
1511F: docs/microvm.rst
1512F: hw/i386/microvm.c
1513F: include/hw/i386/microvm.h
1514F: pc-bios/bios-microvm.bin
1515
5da4fb00
MT
1516Machine core
1517M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1518M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00 1519S: Supported
d9f24bf5 1520F: cpu.c
2e5b09fd 1521F: hw/core/cpu.c
52924dea 1522F: hw/core/machine-qmp-cmds.c
5da4fb00 1523F: hw/core/machine.c
c1629c5c 1524F: hw/core/null-machine.c
ac057879 1525F: hw/core/numa.c
335d52f4 1526F: hw/cpu/cluster.c
8ac25c84 1527F: qapi/machine.json
7f7b4e7a 1528F: qapi/machine-target.json
5da4fb00 1529F: include/hw/boards.h
2e5b09fd 1530F: include/hw/core/cpu.h
335d52f4 1531F: include/hw/cpu/cluster.h
2dd02587 1532F: include/sysemu/numa.h
e18a8b34 1533T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1534
16e7caae
MF
1535Xtensa Machines
1536---------------
375847a6 1537sim
16e7caae
MF
1538M: Max Filippov <jcmvbkbc@gmail.com>
1539S: Maintained
437a8c11 1540F: hw/xtensa/sim.c
375847a6 1541
d9e8553b
MF
1542virt
1543M: Max Filippov <jcmvbkbc@gmail.com>
1544S: Maintained
1545F: hw/xtensa/virt.c
1546
437a8c11 1547XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1548M: Max Filippov <jcmvbkbc@gmail.com>
1549S: Maintained
437a8c11
MF
1550F: hw/xtensa/xtfpga.c
1551F: hw/net/opencores_eth.c
16e7caae 1552
fd5d5c56
AL
1553Devices
1554-------
b30934cb
JS
1555EDU
1556M: Jiri Slaby <jslaby@suse.cz>
1557S: Maintained
1558F: hw/misc/edu.c
1559
fd5d5c56 1560IDE
c095348b
JS
1561M: John Snow <jsnow@redhat.com>
1562L: qemu-block@nongnu.org
1563S: Supported
8d8b636d 1564F: include/hw/ide.h
c9f7acd5 1565F: include/hw/ide/
fd5d5c56 1566F: hw/ide/
c095348b
JS
1567F: hw/block/block.c
1568F: hw/block/cdrom.c
1569F: hw/block/hd-geometry.c
1e8a1fae
TH
1570F: tests/qtest/ide-test.c
1571F: tests/qtest/ahci-test.c
1572F: tests/qtest/cdrom-test.c
1cf4323e 1573F: tests/qtest/libqos/ahci*
77582e2c 1574T: git https://gitlab.com/jsnow/qemu.git ide
c095348b 1575
caf316ba
CM
1576IPMI
1577M: Corey Minyard <minyard@acm.org>
1578S: Maintained
1579F: include/hw/ipmi/*
1580F: hw/ipmi/*
1581F: hw/smbios/smbios_type_38.c
1e8a1fae 1582F: tests/qtest/ipmi*
e18a8b34 1583T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1584
c095348b
JS
1585Floppy
1586M: John Snow <jsnow@redhat.com>
1587L: qemu-block@nongnu.org
1588S: Supported
1589F: hw/block/fdc.c
1590F: include/hw/block/fdc.h
1e8a1fae 1591F: tests/qtest/fdc-test.c
77582e2c 1592T: git https://gitlab.com/jsnow/qemu.git ide
fd5d5c56 1593
f5f487b2
PM
1594OMAP
1595M: Peter Maydell <peter.maydell@linaro.org>
8ef350b3 1596L: qemu-arm@nongnu.org
f5f487b2 1597S: Maintained
8d8b636d 1598F: hw/*/omap*
ed0db866 1599F: include/hw/arm/omap.h
f5f487b2 1600
28d54e58
PB
1601IPack
1602M: Alberto Garcia <berto@igalia.com>
1603S: Odd Fixes
1604F: hw/char/ipoctal232.c
1605F: hw/ipack/
1606
fd5d5c56
AL
1607PCI
1608M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1609M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1610S: Supported
8d8b636d 1611F: include/hw/pci/*
f178bc6b 1612F: hw/misc/pci-testdev.c
ca818cfb 1613F: hw/pci/*
f178bc6b 1614F: hw/pci-bridge/*
61c7f987 1615F: qapi/pci.json
68179923
PMD
1616F: docs/pci*
1617F: docs/specs/*pci*
534fd814 1618F: default-configs/pci.mak
0e0b3592 1619
d31e5ae7 1620ACPI/SMBIOS
0e0b3592
MT
1621M: Michael S. Tsirkin <mst@redhat.com>
1622M: Igor Mammedov <imammedo@redhat.com>
1623S: Supported
1624F: include/hw/acpi/*
a2eb5c0c 1625F: include/hw/firmware/smbios.h
0e0b3592 1626F: hw/mem/*
8d8b636d 1627F: hw/acpi/*
d31e5ae7 1628F: hw/smbios/*
0e0b3592 1629F: hw/i386/acpi-build.[hc]
0e0b3592 1630F: hw/arm/virt-acpi-build.c
27c9188f 1631F: qapi/acpi.json
b963ea19 1632F: tests/qtest/bios-tables-test*
1e8a1fae 1633F: tests/qtest/acpi-utils.[hc]
faae23b9 1634F: tests/data/acpi/
fd5d5c56 1635
f7e462f8
DG
1636ACPI/HEST/GHES
1637R: Dongjiu Geng <gengdongjiu@huawei.com>
1638R: Xiang Zheng <zhengxiang9@huawei.com>
1639L: qemu-arm@nongnu.org
1640S: Maintained
1641F: hw/acpi/ghes.c
1642F: include/hw/acpi/ghes.h
1643F: docs/specs/acpi_hest_ghes.rst
1644
aaade8d7 1645ppc4xx
bba8e23a 1646M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1647L: qemu-ppc@nongnu.org
1648S: Odd Fixes
8d8b636d 1649F: hw/ppc/ppc4*.c
aa3a41f9 1650F: hw/i2c/ppc4xx_i2c.c
b5d55020 1651F: include/hw/ppc/ppc4xx.h
aa3a41f9 1652F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1653
61af0ee6 1654Character devices
2185fd67
PB
1655M: Marc-André Lureau <marcandre.lureau@redhat.com>
1656R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1657S: Odd Fixes
1658F: hw/char/
1659
f536f112
PB
1660Network devices
1661M: Jason Wang <jasowang@redhat.com>
1662S: Odd Fixes
1663F: hw/net/
6061b5c6 1664F: include/hw/net/
1e8a1fae 1665F: tests/qtest/virtio-net-test.c
9711cd0d 1666F: docs/virtio-net-failover.rst
e18a8b34 1667T: git https://github.com/jasowang/qemu.git net
f536f112 1668
e0c9d0c1
PMD
1669Parallel NOR Flash devices
1670M: Philippe Mathieu-Daudé <philmd@redhat.com>
1671T: git https://gitlab.com/philmd/qemu.git pflash-next
1672S: Maintained
1673F: hw/block/pflash_cfi*.c
1674F: include/hw/block/flash.h
1675
fd5d5c56 1676SCSI
de7724f7 1677M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1678R: Fam Zheng <fam@euphon.net>
de7724f7 1679S: Supported
74460f34 1680F: include/hw/scsi/*
8d8b636d 1681F: hw/scsi/*
1e8a1fae 1682F: tests/qtest/virtio-scsi-test.c
e18a8b34 1683T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1684
fcb5629d 1685SSI
c22e580c 1686M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1687S: Maintained
8d8b636d
PB
1688F: hw/ssi/*
1689F: hw/block/m25p80.c
982d009a 1690F: include/hw/ssi/ssi.h
4b46ba61 1691X: hw/ssi/xilinx_*
1e8a1fae 1692F: tests/qtest/m25p80-test.c
4b46ba61
AF
1693
1694Xilinx SPI
c22e580c 1695M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1696S: Maintained
1697F: hw/ssi/xilinx_*
fcb5629d 1698
076a0fc3
PMD
1699SD (Secure Card)
1700M: Philippe Mathieu-Daudé <f4bug@amsat.org>
ba412478 1701L: qemu-block@nongnu.org
076a0fc3
PMD
1702S: Odd Fixes
1703F: include/hw/sd/sd*
1704F: hw/sd/core.c
1705F: hw/sd/sd*
1232ed1f 1706F: hw/sd/ssi-sd.c
1e8a1fae 1707F: tests/qtest/sd*
076a0fc3 1708
fd5d5c56 1709USB
5d0d62fe
GH
1710M: Gerd Hoffmann <kraxel@redhat.com>
1711S: Maintained
8d8b636d 1712F: hw/usb/*
1e8a1fae 1713F: tests/qtest/usb-*-test.c
beded0ff
TH
1714F: docs/usb2.txt
1715F: docs/usb-storage.txt
1716F: include/hw/usb.h
1717F: include/hw/usb/
104ebc5f 1718F: default-configs/usb.mak
fd5d5c56 1719
e26082fd
PB
1720USB (serial adapter)
1721M: Gerd Hoffmann <kraxel@redhat.com>
1722M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1723S: Maintained
1724F: hw/usb/dev-serial.c
1725
92e1fb5e
AW
1726VFIO
1727M: Alex Williamson <alex.williamson@redhat.com>
1728S: Supported
cf7087db 1729F: hw/vfio/*
99b88c6d 1730F: include/hw/vfio/
92e1fb5e 1731
5eb74557 1732vfio-ccw
c1976ae7 1733M: Cornelia Huck <cohuck@redhat.com>
7913938a 1734M: Eric Farman <farman@linux.ibm.com>
5eb74557
DJS
1735S: Supported
1736F: hw/vfio/ccw.c
1737F: hw/s390x/s390-ccw.c
1738F: include/hw/s390x/s390-ccw.h
44445d86 1739F: include/hw/s390x/vfio-ccw.h
e18a8b34 1740T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1741L: qemu-s390x@nongnu.org
5eb74557 1742
a51b3153
TK
1743vfio-ap
1744M: Christian Borntraeger <borntraeger@de.ibm.com>
1745M: Tony Krowiak <akrowiak@linux.ibm.com>
1746M: Halil Pasic <pasic@linux.ibm.com>
1747M: Pierre Morel <pmorel@linux.ibm.com>
1748S: Supported
1749F: hw/s390x/ap-device.c
1750F: hw/s390x/ap-bridge.c
1751F: include/hw/s390x/ap-device.h
1752F: include/hw/s390x/ap-bridge.h
2fe2942c 1753F: hw/vfio/ap.c
f58f084e 1754F: docs/system/s390x/vfio-ap.rst
a51b3153
TK
1755L: qemu-s390x@nongnu.org
1756
fd5d5c56
AL
1757vhost
1758M: Michael S. Tsirkin <mst@redhat.com>
1759S: Supported
8d8b636d 1760F: hw/*/*vhost*
482580a6 1761F: docs/interop/vhost-user.json
ed1be66b 1762F: docs/interop/vhost-user.rst
72c1e865 1763F: contrib/vhost-user-*/
f24bb728
MAL
1764F: backends/vhost-user.c
1765F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1766
1767virtio
a75143ed 1768M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1769S: Supported
8d8b636d 1770F: hw/*/virtio*
72fa605d
TH
1771F: hw/virtio/Makefile.objs
1772F: hw/virtio/trace-events
6a084ea3 1773F: net/vhost-user.c
494f7b57 1774F: include/hw/virtio/
fd5d5c56 1775
6d7b25ad
DH
1776virtio-balloon
1777M: Michael S. Tsirkin <mst@redhat.com>
1778M: David Hildenbrand <david@redhat.com>
1779S: Maintained
1780F: hw/virtio/virtio-balloon*.c
1781F: include/hw/virtio/virtio-balloon.h
c7f419f5 1782F: softmmu/balloon.c
6d7b25ad
DH
1783F: include/sysemu/balloon.h
1784
fd5d5c56 1785virtio-9p
8c1cd719 1786M: Greg Kurz <groug@kaod.org>
233982af 1787M: Christian Schoenebeck <qemu_oss@crudebyte.com>
e410bbc5 1788S: Odd Fixes
aebeca25 1789F: hw/9pfs/
b827891d 1790X: hw/9pfs/xen-9p*
aebeca25 1791F: fsdev/
78813586 1792F: docs/interop/virtfs-proxy-helper.rst
1e8a1fae 1793F: tests/qtest/virtio-9p-test.c
e18a8b34 1794T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1795
1796virtio-blk
54d01a00 1797M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1798L: qemu-block@nongnu.org
fd5d5c56 1799S: Supported
8d8b636d 1800F: hw/block/virtio-blk.c
b457a5f5 1801F: hw/block/dataplane/*
1e8a1fae 1802F: tests/qtest/virtio-blk-test.c
e18a8b34 1803T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1804
dd4ad64a 1805virtio-ccw
c1976ae7 1806M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1807M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1808S: Supported
901f5f16 1809F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1810F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1811T: git https://github.com/cohuck/qemu.git s390-next
1812T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1813L: qemu-s390x@nongnu.org
dd4ad64a 1814
bad7d2c3
DDAG
1815virtiofs
1816M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1817M: Stefan Hajnoczi <stefanha@redhat.com>
1818S: Supported
1819F: tools/virtiofsd/*
1820F: hw/virtio/vhost-user-fs*
1821F: include/hw/virtio/vhost-user-fs.h
6a7e2bbe 1822F: docs/interop/virtiofsd.rst
bad7d2c3 1823
a5d4d7b5
GH
1824virtio-input
1825M: Gerd Hoffmann <kraxel@redhat.com>
1826S: Maintained
9c4d05b7 1827F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1828F: hw/input/virtio-input*.c
1829F: include/hw/virtio/virtio-input.h
06914c97 1830F: contrib/vhost-user-input/*
a5d4d7b5 1831
c1dee918
EA
1832virtio-iommu
1833M: Eric Auger <eric.auger@redhat.com>
1834S: Maintained
1835F: hw/virtio/virtio-iommu*.c
1836F: include/hw/virtio/virtio-iommu.h
1837
fd5d5c56 1838virtio-serial
2501db70
LV
1839M: Laurent Vivier <lvivier@redhat.com>
1840R: Amit Shah <amit@kernel.org>
fd5d5c56 1841S: Supported
8d8b636d
PB
1842F: hw/char/virtio-serial-bus.c
1843F: hw/char/virtio-console.c
68a5e38a 1844F: include/hw/virtio/virtio-serial.h
1e8a1fae 1845F: tests/qtest/virtio-serial-test.c
fd5d5c56 1846
1f51a5cb 1847virtio-rng
2501db70
LV
1848M: Laurent Vivier <lvivier@redhat.com>
1849R: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1850S: Supported
1851F: hw/virtio/virtio-rng.c
1852F: include/hw/virtio/virtio-rng.h
750cf869 1853F: include/sysemu/rng*.h
1f51a5cb 1854F: backends/rng*.c
1e8a1fae 1855F: tests/qtest/virtio-rng-test.c
1f51a5cb 1856
6034011c
GA
1857virtio-crypto
1858M: Gonglei <arei.gonglei@huawei.com>
1859S: Supported
1860F: hw/virtio/virtio-crypto.c
1861F: hw/virtio/virtio-crypto-pci.c
1862F: include/hw/virtio/virtio-crypto.h
1863
751c7bdd
DH
1864virtio-mem
1865M: David Hildenbrand <david@redhat.com>
1866S: Supported
1867W: https://virtio-mem.gitlab.io/
1868F: hw/virtio/virtio-mem.c
1869F: hw/virtio/virtio-mem-pci.h
1870F: hw/virtio/virtio-mem-pci.c
1871F: include/hw/virtio/virtio-mem.h
1872
f3c507ad 1873nvme
8261cc17 1874M: Keith Busch <kbusch@kernel.org>
e8cc43d5 1875M: Klaus Jensen <its@irrelevant.dk>
c95e4c0e 1876L: qemu-block@nongnu.org
f3c507ad
KB
1877S: Supported
1878F: hw/block/nvme*
1e8a1fae 1879F: tests/qtest/nvme-test.c
e8cc43d5 1880T: git git://git.infradead.org/qemu-nvme.git nvme-next
f3c507ad 1881
d383c625 1882megasas
3fdfb8b6 1883M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1884L: qemu-block@nongnu.org
d383c625
HR
1885S: Supported
1886F: hw/scsi/megasas.c
1887F: hw/scsi/mfi.h
1e8a1fae 1888F: tests/qtest/megasas-test.c
d383c625 1889
605d52e6 1890Network packet abstractions
bf4835a4 1891M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1892S: Maintained
1893F: include/net/eth.h
1894F: net/eth.c
1895F: hw/net/net_rx_pkt*
1896F: hw/net/net_tx_pkt*
1897
622fb504 1898Vmware
bf4835a4 1899M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1900S: Maintained
1901F: hw/net/vmxnet*
1902F: hw/scsi/vmw_pvscsi*
1e8a1fae 1903F: tests/qtest/vmxnet3-test.c
622fb504 1904
de24d3f1 1905Rocker
de24d3f1
SF
1906M: Jiri Pirko <jiri@resnulli.us>
1907S: Maintained
1908F: hw/net/rocker/
de850948
TH
1909F: tests/rocker/
1910F: docs/specs/rocker.txt
de24d3f1 1911
70d1fb9c 1912NVDIMM
7a5bd53d 1913M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1914S: Maintained
1915F: hw/acpi/nvdimm.c
1916F: hw/mem/nvdimm.c
1917F: include/hw/mem/nvdimm.h
e2e254d3 1918F: docs/nvdimm.txt
70d1fb9c 1919
093454e2 1920e1000x
bf4835a4 1921M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1922S: Maintained
1923F: hw/net/e1000x*
1924
6f3fbe4e 1925e1000e
bf4835a4 1926M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1927S: Maintained
1928F: hw/net/e1000e*
1929
ebc2327f
SW
1930eepro100
1931M: Stefan Weil <sw@weilnetz.de>
1932S: Maintained
1933F: hw/net/eepro100.c
1934
34ea023d
SS
1935tulip
1936M: Sven Schnelle <svens@stackframe.org>
1937S: Maintained
1938F: hw/net/tulip.c
1939F: hw/net/tulip.h
1940
e481a1f6 1941Generic Loader
c22e580c 1942M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1943S: Maintained
1944F: hw/core/generic-loader.c
1945F: include/hw/core/generic-loader.h
c5e2ac7e 1946F: docs/generic-loader.txt
e481a1f6 1947
645d3cbe
SH
1948Intel Hexadecimal Object File Loader
1949M: Su Hang <suhang16@mails.ucas.ac.cn>
1950S: Maintained
1e8a1fae 1951F: tests/qtest/hexloader-test.c
4b2ff65a 1952F: tests/data/hex-loader/test.hex
645d3cbe 1953
87a9023a
TH
1954CHRP NVRAM
1955M: Thomas Huth <thuth@redhat.com>
1956S: Maintained
1957F: hw/nvram/chrp_nvram.c
1958F: include/hw/nvram/chrp_nvram.h
1e8a1fae 1959F: tests/qtest/prom-env-test.c
87a9023a 1960
42697d88
BW
1961VM Generation ID
1962M: Ben Warren <ben@skyportsystems.com>
1963S: Maintained
1964F: hw/acpi/vmgenid.c
1965F: include/hw/acpi/vmgenid.h
1966F: docs/specs/vmgenid.txt
1e8a1fae 1967F: tests/qtest/vmgenid-test.c
42697d88
BW
1968F: stubs/vmgenid.c
1969
747969db
PMD
1970Unimplemented device
1971M: Peter Maydell <peter.maydell@linaro.org>
1972R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1973S: Maintained
1974F: include/hw/misc/unimp.h
1975F: hw/misc/unimp.c
1976
6007523a
PMD
1977Empty slot
1978M: Artyom Tarasenko <atar4qemu@gmail.com>
1979R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1980S: Maintained
1981F: include/hw/misc/empty_slot.h
1982F: hw/misc/empty_slot.c
1983
dbb2e472
GH
1984Standard VGA
1985M: Gerd Hoffmann <kraxel@redhat.com>
1986S: Maintained
1987F: hw/display/vga*
1988F: hw/display/bochs-display.c
1989F: include/hw/display/vga.h
1990F: include/hw/display/bochs-vbe.h
1991
58d632c7
GH
1992ramfb
1993M: Gerd Hoffmann <kraxel@redhat.com>
1994S: Maintained
1995F: hw/display/ramfb*.c
1996F: include/hw/display/ramfb.h
1997
dbb2e472
GH
1998virtio-gpu
1999M: Gerd Hoffmann <kraxel@redhat.com>
2000S: Maintained
2001F: hw/display/virtio-gpu*
c68082c4 2002F: hw/display/virtio-vga.*
dbb2e472
GH
2003F: include/hw/virtio/virtio-gpu.h
2004
b372d79b
RN
2005vhost-user-blk
2006M: Raphael Norwitz <raphael.norwitz@nutanix.com>
2007S: Maintained
2008F: contrib/vhost-user-blk/
2009F: contrib/vhost-user-scsi/
2010F: hw/block/vhost-user-blk.c
2011F: hw/scsi/vhost-user-scsi.c
2012F: hw/virtio/vhost-user-blk-pci.c
2013F: hw/virtio/vhost-user-scsi-pci.c
2014F: include/hw/virtio/vhost-user-blk.h
2015F: include/hw/virtio/vhost-user-scsi.h
2016
bd2e44fe
MAL
2017vhost-user-gpu
2018M: Marc-André Lureau <marcandre.lureau@redhat.com>
2019M: Gerd Hoffmann <kraxel@redhat.com>
2020S: Maintained
2021F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
2022F: contrib/vhost-user-gpu
2023F: hw/display/vhost-user-*
bd2e44fe 2024
dbb2e472
GH
2025Cirrus VGA
2026M: Gerd Hoffmann <kraxel@redhat.com>
2027S: Odd Fixes
2028W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2029F: hw/display/cirrus*
2030
72d277a7
GH
2031EDID Generator
2032M: Gerd Hoffmann <kraxel@redhat.com>
2033S: Maintained
2034F: hw/display/edid*
2035F: include/hw/display/edid.h
2036F: qemu-edid.c
2037
10386385
PMD
2038PIIX4 South Bridge (i82371AB)
2039M: Hervé Poussineau <hpoussin@reactos.org>
2040M: Philippe Mathieu-Daudé <f4bug@amsat.org>
2041S: Maintained
2042F: hw/isa/piix4.c
fff123b8 2043F: include/hw/southbridge/piix.h
10386385 2044
15ffb43c 2045Firmware configuration (fw_cfg)
6f75e3f5 2046M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
2047R: Laszlo Ersek <lersek@redhat.com>
2048R: Gerd Hoffmann <kraxel@redhat.com>
2049S: Supported
2050F: docs/specs/fw_cfg.txt
8d0bceba 2051F: hw/nvram/fw_cfg*.c
b15c0f7d 2052F: stubs/fw_cfg.c
15ffb43c
PMD
2053F: include/hw/nvram/fw_cfg.h
2054F: include/standard-headers/linux/qemu_fw_cfg.h
1cf4323e 2055F: tests/qtest/libqos/fw_cfg.c
1e8a1fae 2056F: tests/qtest/fw_cfg-test.c
15ffb43c
PMD
2057T: git https://github.com/philmd/qemu.git fw_cfg-next
2058
2313abf0
TH
2059XIVE
2060M: David Gibson <david@gibson.dropbear.id.au>
2061M: Cédric Le Goater <clg@kaod.org>
2062L: qemu-ppc@nongnu.org
2063S: Supported
2064F: hw/*/*xive*
2065F: include/hw/*/*xive*
24563a58 2066F: docs/*/*xive*
2313abf0 2067
7bd0d13f
PMD
2068Renesas peripherals
2069M: Yoshinori Sato <ysato@users.sourceforge.jp>
2070R: Magnus Damm <magnus.damm@gmail.com>
2071S: Maintained
645194c7 2072F: hw/char/renesas_sci.c
7bd0d13f 2073F: hw/char/sh_serial.c
c7f37baf 2074F: hw/timer/renesas_*.c
7bd0d13f 2075F: hw/timer/sh_timer.c
645194c7 2076F: include/hw/char/renesas_sci.h
7bd0d13f 2077F: include/hw/sh4/sh.h
c7f37baf 2078F: include/hw/timer/renesas_*.h
7bd0d13f 2079
e78597cc
YS
2080Renesas RX peripherals
2081M: Yoshinori Sato <ysato@users.sourceforge.jp>
2082S: Maintained
2083F: hw/intc/rx_icu.c
0c80f50f 2084F: hw/rx/
e78597cc 2085F: include/hw/intc/rx_icu.h
0c80f50f 2086F: include/hw/rx/
e78597cc 2087
de4d4adb
PP
2088CAN bus subsystem and hardware
2089M: Pavel Pisa <pisa@cmp.felk.cvut.cz>
2090M: Vikram Garhwal <fnu.vikram@xilinx.com>
2091S: Maintained
2092W: https://canbus.pages.fel.cvut.cz/
2093F: net/can/*
2094F: hw/net/can/*
2095F: include/net/can_*.h
2096
fd5d5c56
AL
2097Subsystems
2098----------
2099Audio
9f575846 2100M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
2101S: Maintained
2102F: audio/
8d8b636d 2103F: hw/audio/
a2b245ae 2104F: include/hw/audio/
1e8a1fae
TH
2105F: tests/qtest/ac97-test.c
2106F: tests/qtest/es1370-test.c
2107F: tests/qtest/intel-hda-test.c
fd5d5c56 2108
17f1e8f5 2109Block layer core
fd5d5c56 2110M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2111M: Max Reitz <mreitz@redhat.com>
c95e4c0e 2112L: qemu-block@nongnu.org
fd5d5c56
AL
2113S: Supported
2114F: block*
2115F: block/
8d8b636d 2116F: hw/block/
4c346e0b 2117F: include/block/
46078760 2118F: qemu-img*
e13c59fa 2119F: docs/interop/qemu-img.rst
46078760 2120F: qemu-io*
29242091 2121F: tests/qemu-iotests/
8dd30c86 2122F: util/qemu-progress.c
0bcc8e5b 2123F: qobject/block-qdict.c
c468e368 2124F: tests/check-block-qdict.c
ebe2aad2 2125T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 2126
d55053b1
SH
2127Block I/O path
2128M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 2129M: Fam Zheng <fam@euphon.net>
d55053b1
SH
2130L: qemu-block@nongnu.org
2131S: Supported
36c697bd
PB
2132F: util/async.c
2133F: util/aio-*.c
1f050a46
SH
2134F: util/aio-*.h
2135F: util/fdmon-*.c
d55053b1
SH
2136F: block/io.c
2137F: migration/block*
e1029ae2 2138F: include/block/aio.h
f5a53faa 2139F: include/block/aio-wait.h
0a4f9ad1 2140F: scripts/qemugdb/aio.py
ed7db34b 2141F: tests/test-fdmon-epoll.c
e18a8b34 2142T: git https://github.com/stefanha/qemu.git block
d55053b1 2143
e5b5728c
PB
2144Block SCSI subsystem
2145M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 2146R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
2147L: qemu-block@nongnu.org
2148S: Supported
2149F: include/scsi/*
2150F: scsi/*
2151
280458a3 2152Block Jobs
03283d64 2153M: John Snow <jsnow@redhat.com>
280458a3
JC
2154L: qemu-block@nongnu.org
2155S: Supported
2156F: blockjob.c
2157F: include/block/blockjob.h
33e9e9bd 2158F: job.c
1a90bc81 2159F: job-qmp.c
c468e368 2160F: include/qemu/job.h
280458a3
JC
2161F: block/backup.c
2162F: block/commit.c
77346025 2163F: block/stream.c
280458a3 2164F: block/mirror.c
bf42508f 2165F: qapi/job.json
77582e2c 2166T: git https://gitlab.com/jsnow/qemu.git jobs
280458a3 2167
4120201d
MA
2168Block QAPI, monitor, command line
2169M: Markus Armbruster <armbru@redhat.com>
2170S: Supported
2171F: blockdev.c
a2dde2f2 2172F: blockdev-hmp-cmds.c
4120201d
MA
2173F: block/qapi.c
2174F: qapi/block*.json
fa988e39 2175F: qapi/transaction.json
ebe2aad2 2176T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 2177
538193bc 2178Dirty Bitmaps
edb05904
EB
2179M: Eric Blake <eblake@redhat.com>
2180M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2181R: John Snow <jsnow@redhat.com>
538193bc
JS
2182L: qemu-block@nongnu.org
2183S: Supported
538193bc
JS
2184F: include/qemu/hbitmap.h
2185F: include/block/dirty-bitmap.h
bb4e58c6 2186F: block/monitor/bitmap-qmp-cmds.c
00637c6b
VSO
2187F: block/dirty-bitmap.c
2188F: block/qcow2-bitmap.c
052db8e7 2189F: migration/block-dirty-bitmap.c
00637c6b 2190F: util/hbitmap.c
538193bc 2191F: tests/test-hbitmap.c
5746c1cd 2192F: docs/interop/bitmaps.rst
edb05904 2193T: git https://repo.or.cz/qemu/ericb.git bitmaps
538193bc 2194
61af0ee6 2195Character device backends
55fc84a7 2196M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 2197R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 2198S: Maintained
178fe0ae 2199F: chardev/
8228e353 2200F: include/chardev/
dbeee392 2201F: qapi/char.json
fd5d5c56 2202
e26082fd
PB
2203Character Devices (Braille)
2204M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2205S: Maintained
6b10e573 2206F: chardev/baum.c
fd5d5c56 2207
e94630d3
MA
2208Command line option argument parsing
2209M: Markus Armbruster <armbru@redhat.com>
2210S: Supported
2211F: include/qemu/option.h
2212F: tests/test-keyval.c
2213F: tests/test-qemu-opts.c
2214F: util/keyval.c
2215F: util/qemu-option.c
2216
8c413e79
MA
2217Coverity model
2218M: Markus Armbruster <armbru@redhat.com>
2219S: Supported
2220F: scripts/coverity-model.c
2221
9c263d07
PM
2222Coverity Scan integration
2223M: Peter Maydell <peter.maydell@linaro.org>
2224S: Maintained
2225F: scripts/coverity-scan/
2226
d24b569a 2227Device Tree
c3c962c1
AF
2228M: Alistair Francis <alistair.francis@wdc.com>
2229R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 2230S: Maintained
800d4ded 2231F: softmmu/device_tree.c
82407515 2232F: include/sysemu/device_tree.h
d24b569a 2233
3505a22b
MAL
2234Dump
2235S: Supported
2236M: Marc-André Lureau <marcandre.lureau@redhat.com>
6d3da32c 2237F: dump/
3505a22b
MAL
2238F: hw/misc/vmcoreinfo.c
2239F: include/hw/misc/vmcoreinfo.h
6d3da32c 2240F: include/qemu/win_dump_defs
3505a22b
MAL
2241F: include/sysemu/dump-arch.h
2242F: include/sysemu/dump.h
d06b747b 2243F: qapi/dump.json
3505a22b
MAL
2244F: scripts/dump-guest-memory.py
2245F: stubs/dump.c
2246
4f966768
MA
2247Error reporting
2248M: Markus Armbruster <armbru@redhat.com>
2249S: Supported
2250F: include/qapi/error.h
2251F: include/qemu/error-report.h
abb3d37d 2252F: qapi/error.json
4f966768
MA
2253F: util/error.c
2254F: util/qemu-error.c
d1d3a997
VSO
2255F: scripts/coccinelle/err-bad-newline.cocci
2256F: scripts/coccinelle/error-use-after-free.cocci
2257F: scripts/coccinelle/error_propagate_null.cocci
2258F: scripts/coccinelle/remove_local_err.cocci
2259F: scripts/coccinelle/use-error_fatal.cocci
8220f3ac 2260F: scripts/coccinelle/errp-guard.cocci
4f966768 2261
fd5d5c56 2262GDB stub
c7b3e866
AB
2263M: Alex Bennée <alex.bennee@linaro.org>
2264R: Philippe Mathieu-Daudé <philmd@redhat.com>
2265S: Maintained
fd5d5c56
AL
2266F: gdbstub*
2267F: gdb-xml/
2268
01a9c03c
PB
2269Memory API
2270M: Paolo Bonzini <pbonzini@redhat.com>
2271S: Supported
2272F: include/exec/ioport.h
14776ab5 2273F: include/exec/memop.h
01a9c03c 2274F: include/exec/memory.h
2b1641d0 2275F: include/exec/ram_addr.h
41aa4e9f 2276F: include/exec/ramblock.h
800d4ded 2277F: softmmu/dma-helpers.c
c7f419f5
CF
2278F: softmmu/ioport.c
2279F: softmmu/memory.c
d9f24bf5 2280F: softmmu/physmem.c
01a9c03c 2281F: include/exec/memory-internal.h
044e2af9 2282F: scripts/coccinelle/memory-region-housekeeping.cocci
01a9c03c 2283
7ee3bf03
GH
2284SPICE
2285M: Gerd Hoffmann <kraxel@redhat.com>
2286S: Supported
6e481d57 2287F: include/ui/qemu-spice.h
438528a3 2288F: include/ui/spice-display.h
7ee3bf03
GH
2289F: ui/spice-*.c
2290F: audio/spiceaudio.c
8d8b636d 2291F: hw/display/qxl*
608cfed6 2292F: qapi/ui.json
9bd4cb35 2293F: docs/spice-port-fqdn.txt
7ee3bf03 2294
fd5d5c56 2295Graphics
25eccc37
GH
2296M: Gerd Hoffmann <kraxel@redhat.com>
2297S: Odd Fixes
fd5d5c56 2298F: ui/
e220656c 2299F: include/ui/
608cfed6 2300F: qapi/ui.json
b1d38037 2301F: util/drm.c
fd5d5c56 2302
351f1bf6 2303Cocoa graphics
30ef3c74 2304M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
2305S: Odd Fixes
2306F: ui/cocoa.m
2307
fd5d5c56 2308Main loop
da26f37a
PB
2309M: Paolo Bonzini <pbonzini@redhat.com>
2310S: Maintained
54d31236
MA
2311F: include/qemu/main-loop.h
2312F: include/sysemu/runstate.h
3ecb29a3
PB
2313F: util/main-loop.c
2314F: util/qemu-timer.c
bac068e0 2315F: softmmu/vl.c
7b733862 2316F: softmmu/main.c
c7f419f5 2317F: softmmu/cpus.c
b0c3cf94 2318F: softmmu/cpu-throttle.c
740b1759
CF
2319F: softmmu/cpu-timers.c
2320F: softmmu/icount.c
0e201d34 2321F: qapi/run-state.json
fd5d5c56 2322
1b7e01d0
SH
2323Read, Copy, Update (RCU)
2324M: Paolo Bonzini <pbonzini@redhat.com>
2325S: Maintained
2326F: include/qemu/rcu*.h
2327F: tests/rcutorture.c
2328F: tests/test-rcu-*.c
2329F: util/rcu.c
2330
8899b4ae 2331Human Monitor (HMP)
c833fb4a 2332M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 2333S: Maintained
5bce308a 2334F: monitor/monitor-internal.h
e84328fa 2335F: monitor/misc.c
1d95db74 2336F: monitor/monitor.c
f1b3ccfa
KW
2337F: monitor/hmp*
2338F: hmp.h
c13e9912
TH
2339F: hmp-commands*.hx
2340F: include/monitor/hmp-target.h
1e8a1fae 2341F: tests/qtest/test-hmp.c
637de4db
MA
2342F: include/qemu/qemu-print.h
2343F: util/qemu-print.c
fd5d5c56 2344
f536f112 2345Network device backends
442469e6 2346M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
2347S: Maintained
2348F: net/
d24b2b1c 2349F: include/net/
e9bbc8bd 2350F: qemu-bridge-helper.c
e18a8b34 2351T: git https://github.com/jasowang/qemu.git net
3c0bd37d 2352F: qapi/net.json
fd5d5c56 2353
aee09baf
VM
2354Netmap network backend
2355M: Luigi Rizzo <rizzo@iet.unipi.it>
2356M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
2357M: Vincenzo Maffione <v.maffione@gmail.com>
2358W: http://info.iet.unipi.it/~luigi/netmap/
2359S: Maintained
2360F: net/netmap.c
2361
4fc264f4
EH
2362Host Memory Backends
2363M: Eduardo Habkost <ehabkost@redhat.com>
2364M: Igor Mammedov <imammedo@redhat.com>
2365S: Maintained
2366F: backends/hostmem*.c
2367F: include/sysemu/hostmem.h
e18a8b34 2368T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 2369
6034011c
GA
2370Cryptodev Backends
2371M: Gonglei <arei.gonglei@huawei.com>
2372S: Maintained
2373F: include/sysemu/cryptodev*.h
2374F: backends/cryptodev*.c
2375
b8eaee96
JS
2376Python library
2377M: John Snow <jsnow@redhat.com>
2378M: Cleber Rosa <crosa@redhat.com>
2379R: Eduardo Habkost <ehabkost@redhat.com>
2380S: Maintained
2381F: python/
2382T: git https://gitlab.com/jsnow/qemu.git python
2383
ad904f66
EH
2384Python scripts
2385M: Eduardo Habkost <ehabkost@redhat.com>
2386M: Cleber Rosa <crosa@redhat.com>
2387S: Odd fixes
ad904f66
EH
2388F: scripts/*.py
2389F: tests/*.py
2390
f4abfc6c
VSO
2391Benchmark util
2392M: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
2393S: Maintained
2394F: scripts/simplebench/
2395
8899b4ae 2396QAPI
9740618c 2397M: Markus Armbruster <armbru@redhat.com>
8899b4ae 2398M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 2399S: Supported
8899b4ae 2400F: qapi/
0311c5bd 2401X: qapi/*.json
ac4abb9a
MA
2402F: include/qapi/
2403X: include/qapi/qmp/
2404F: include/qapi/qmp/dispatch.h
c0bd0b50 2405F: tests/qapi-schema/
ac4abb9a 2406F: tests/test-*-visitor.c
e94630d3 2407F: tests/test-qapi-*.c
ac4abb9a 2408F: tests/test-qmp-*.c
e94630d3 2409F: tests/test-visitor-serialization.c
be25fcc4
MA
2410F: scripts/qapi-gen.py
2411F: scripts/qapi/*
4078ee54 2412F: docs/sphinx/qapidoc.py
c39cdbf6 2413F: docs/devel/qapi*
ebe2aad2 2414T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2415
7810d291
LC
2416QAPI Schema
2417M: Eric Blake <eblake@redhat.com>
7810d291
LC
2418M: Markus Armbruster <armbru@redhat.com>
2419S: Supported
0311c5bd 2420F: qapi/*.json
ebe2aad2 2421T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2422
f3582ba4 2423QObject
daf5dc78
MA
2424M: Markus Armbruster <armbru@redhat.com>
2425S: Supported
f3582ba4 2426F: qobject/
7735d2b5
MA
2427F: include/qapi/qmp/
2428X: include/qapi/qmp/dispatch.h
a2f3453e 2429F: scripts/coccinelle/qobject.cocci
7735d2b5 2430F: tests/check-qdict.c
7735d2b5
MA
2431F: tests/check-qjson.c
2432F: tests/check-qlist.c
cd81e02b
PMD
2433F: tests/check-qlit.c
2434F: tests/check-qnull.c
2435F: tests/check-qnum.c
2436F: tests/check-qobject.c
7735d2b5 2437F: tests/check-qstring.c
fe07b62c 2438F: tests/data/qobject/qdict.txt
ebe2aad2 2439T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2440
f05d9999
MR
2441QEMU Guest Agent
2442M: Michael Roth <mdroth@linux.vnet.ibm.com>
2443S: Maintained
2444F: qga/
27a296fc 2445F: docs/interop/qemu-ga.rst
db16115f 2446F: docs/interop/qemu-ga-ref.rst
ab7f9f7d
PMD
2447F: scripts/qemu-guest-agent/
2448F: tests/test-qga.c
e18a8b34 2449T: git https://github.com/mdroth/qemu.git qga
f05d9999 2450
4688c94c 2451QOM
1085d86e
PB
2452M: Paolo Bonzini <pbonzini@redhat.com>
2453R: Daniel P. Berrange <berrange@redhat.com>
2454R: Eduardo Habkost <ehabkost@redhat.com>
4688c94c 2455S: Supported
8f920054
MA
2456F: docs/qdev-device-use.txt
2457F: hw/core/qdev*
b77b5b3d
MA
2458F: hw/core/bus.c
2459F: hw/core/sysbus.c
8f920054
MA
2460F: include/hw/qdev*
2461F: include/monitor/qdev.h
4688c94c 2462F: include/qom/
c577ff62
MA
2463F: qapi/qom.json
2464F: qapi/qdev.json
22fb6eb5 2465F: scripts/coccinelle/qom-parent-type.cocci
800d4ded 2466F: softmmu/qdev-monitor.c
4688c94c 2467F: qom/
9f4aa7ce
AF
2468F: tests/check-qom-interface.c
2469F: tests/check-qom-proplist.c
8f920054 2470F: tests/test-qdev-global-props.c
4688c94c 2471
94dfc0f3
EH
2472QOM boilerplate conversion script
2473M: Eduardo Habkost <ehabkost@redhat.com>
2474S: Maintained
2475F: scripts/codeconverter/
2476
8899b4ae 2477QMP
9740618c
LC
2478M: Markus Armbruster <armbru@redhat.com>
2479S: Supported
5bce308a 2480F: monitor/monitor-internal.h
f1b3ccfa 2481F: monitor/qmp*
e84328fa 2482F: monitor/misc.c
1d95db74 2483F: monitor/monitor.c
abb3d37d 2484F: qapi/error.json
c39cdbf6 2485F: docs/devel/*qmp-*
12b2f0d9 2486F: docs/interop/*qmp-*
9740618c 2487F: scripts/qmp/
1e8a1fae
TH
2488F: tests/qtest/qmp-test.c
2489F: tests/qtest/qmp-cmd-test.c
ebe2aad2 2490T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2491
98a43bf0 2492qtest
98a43bf0
PB
2493M: Thomas Huth <thuth@redhat.com>
2494M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2495R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0 2496S: Maintained
c7f419f5 2497F: softmmu/qtest.c
1583a389 2498F: accel/qtest/
1e8a1fae 2499F: tests/qtest/
520ddc18 2500X: tests/qtest/bios-tables-test*
98a43bf0 2501
5f6fd09a
AB
2502Device Fuzzing
2503M: Alexander Bulekov <alxndr@bu.edu>
2504R: Paolo Bonzini <pbonzini@redhat.com>
2505R: Bandan Das <bsd@redhat.com>
2506R: Stefan Hajnoczi <stefanha@redhat.com>
6184e5fb 2507R: Thomas Huth <thuth@redhat.com>
5f6fd09a
AB
2508S: Maintained
2509F: tests/qtest/fuzz/
211635b3 2510F: scripts/oss-fuzz/
6184e5fb 2511F: docs/devel/fuzzing.txt
5f6fd09a 2512
cc0100f4 2513Register API
c22e580c 2514M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2515S: Maintained
2516F: hw/core/register.c
2517F: include/hw/register.h
06a7b243 2518F: include/hw/registerfields.h
cc0100f4 2519
fd5d5c56 2520SLIRP
eda509fa 2521M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab 2522S: Maintained
fd5d5c56 2523F: slirp/
663fb1e1 2524F: net/slirp.c
d24b2b1c 2525F: include/net/slirp.h
02cffe24 2526T: git https://people.debian.org/~sthibault/qemu.git slirp
fd5d5c56 2527
6d0af39f
EI
2528Streams
2529M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
2530S: Maintained
2531F: hw/core/stream.c
2532F: include/hw/stream.h
2533
b1ed728a
PB
2534Stubs
2535M: Paolo Bonzini <pbonzini@redhat.com>
2536S: Maintained
2537F: stubs/
2538
598a3f35 2539Tracing
1cd0f8ce 2540M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2541S: Maintained
2542F: trace/
0e076292 2543F: trace-events
3a8273b1 2544F: docs/qemu-option-trace.rst.inc
f70fd8fd
LV
2545F: scripts/tracetool.py
2546F: scripts/tracetool/
62dd1048 2547F: scripts/qemu-trace-stap*
605ffebb 2548F: docs/interop/qemu-trace-stap.rst
c39cdbf6 2549F: docs/devel/tracing.txt
e18a8b34 2550T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2551
3859b6cf 2552TPM
1f63669e 2553M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2554S: Maintained
3859b6cf 2555F: tpm.c
c39f95dc 2556F: stubs/tpm.c
3859b6cf
MA
2557F: hw/tpm/*
2558F: include/hw/acpi/tpm.h
2559F: include/sysemu/tpm*
2560F: qapi/tpm.json
8ae92e24 2561F: backends/tpm/
1e8a1fae 2562F: tests/qtest/*tpm*
e18a8b34 2563T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2564
14f40fdc 2565Checkpatch
14f40fdc
BS
2566S: Odd Fixes
2567F: scripts/checkpatch.pl
2568
c0787c8d
JQ
2569Migration
2570M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2571M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d 2572S: Maintained
107b5969
MAL
2573F: hw/core/vmstate-if.c
2574F: include/hw/vmstate-if.h
c0787c8d 2575F: include/migration/
44a1f946 2576F: migration/
c5515640
AS
2577F: scripts/vmstate-static-checker.py
2578F: tests/vmstate-static-checker-data/
1e8a1fae 2579F: tests/qtest/migration-test.c
c468e368 2580F: docs/devel/migration.rst
48685a8e 2581F: qapi/migration.json
c0787c8d 2582
a566907f
MAL
2583D-Bus
2584M: Marc-André Lureau <marcandre.lureau@redhat.com>
2585S: Maintained
5010cec2 2586F: backends/dbus-vmstate.c
586ca6ba 2587F: tests/dbus-vmstate*
a5021d69
MAL
2588F: util/dbus.c
2589F: include/qemu/dbus.h
a566907f 2590F: docs/interop/dbus.rst
5010cec2 2591F: docs/interop/dbus-vmstate.rst
a566907f 2592
92bfedb0 2593Seccomp
064983cb 2594M: Eduardo Otubo <otubo@redhat.com>
92bfedb0 2595S: Supported
800d4ded 2596F: softmmu/qemu-seccomp.c
92bfedb0
EO
2597F: include/sysemu/seccomp.h
2598
ddbb0d09
DB
2599Cryptography
2600M: Daniel P. Berrange <berrange@redhat.com>
2601S: Maintained
2602F: crypto/
2603F: include/crypto/
2604F: tests/test-crypto-*
3947ecfc 2605F: tests/benchmark-crypto-*
4d21171b
PMD
2606F: tests/crypto-tls-*
2607F: tests/pkix_asn1_tab.c
899833cd 2608F: qemu.sasl
ddbb0d09 2609
10817bf0
DB
2610Coroutines
2611M: Stefan Hajnoczi <stefanha@redhat.com>
2612M: Kevin Wolf <kwolf@redhat.com>
00a25291 2613S: Maintained
10817bf0
DB
2614F: util/*coroutine*
2615F: include/qemu/coroutine*
2616F: tests/test-coroutine.c
2617
88c5f205
DB
2618Buffers
2619M: Daniel P. Berrange <berrange@redhat.com>
2620S: Odd fixes
2621F: util/buffer.c
2622F: include/qemu/buffer.h
2623
666a3af9
DB
2624I/O Channels
2625M: Daniel P. Berrange <berrange@redhat.com>
2626S: Maintained
2627F: io/
2628F: include/io/
2629F: tests/test-io-*
2630
5b76dd13
DB
2631User authorization
2632M: Daniel P. Berrange <berrange@redhat.com>
2633S: Maintained
2634F: authz/
c8c99887 2635F: qapi/authz.json
5b76dd13
DB
2636F: include/authz/
2637F: tests/test-authz-*
2638
5614a283
GH
2639Sockets
2640M: Daniel P. Berrange <berrange@redhat.com>
2641M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2642S: Maintained
2643F: include/qemu/sockets.h
2644F: util/qemu-sockets.c
a2ff5a48 2645F: qapi/sockets.json
5614a283 2646
90e33dfe
DB
2647File monitor
2648M: Daniel P. Berrange <berrange@redhat.com>
2649S: Odd fixes
2650F: util/filemonitor*.c
2651F: include/qemu/filemonitor.h
2652F: tests/test-util-filemonitor.c
2653
d310d85b
AG
2654Throttling infrastructure
2655M: Alberto Garcia <berto@igalia.com>
2656S: Supported
2657F: block/throttle-groups.c
2658F: include/block/throttle-groups.h
89603938 2659F: include/qemu/throttle*.h
d310d85b 2660F: util/throttle.c
89603938
PMD
2661F: docs/throttle.txt
2662F: tests/test-throttle.c
d310d85b
AG
2663L: qemu-block@nongnu.org
2664
080d7aac 2665UUID
fe5ca46d 2666M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2667S: Supported
2668F: util/uuid.c
2669F: include/qemu/uuid.h
2670F: tests/test-uuid.c
2671
a4cc318e
HZ
2672COLO Framework
2673M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2674S: Maintained
2675F: migration/colo*
2676F: include/migration/colo.h
2677F: include/migration/failover.h
2678F: docs/COLO-FT.txt
2679
88f82ed1 2680COLO Proxy
c6bf50ff 2681M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2682M: Li Zhijian <lizhijian@cn.fujitsu.com>
2683S: Supported
2684F: docs/colo-proxy.txt
2685F: net/colo*
2686F: net/filter-rewriter.c
2687F: net/filter-mirror.c
2688
62258201
PD
2689Record/replay
2690M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2691R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2692W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2693S: Supported
2694F: replay/*
2695F: block/blkreplay.c
2696F: net/filter-replay.c
2697F: include/sysemu/replay.h
2698F: docs/replay.txt
2699F: stubs/replay.c
c7ebab0f 2700F: tests/acceptance/replay_kernel.py
be52eca3 2701F: tests/acceptance/reverse_debugging.py
43d7e1d7 2702F: qapi/replay.json
62258201 2703
eecf5eed
PX
2704IOVA Tree
2705M: Peter Xu <peterx@redhat.com>
2706S: Maintained
2707F: include/qemu/iova-tree.h
2708F: util/iova-tree.c
2709
5ee547bb
VP
2710elf2dmp
2711M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2712S: Maintained
2713F: contrib/elf2dmp/
2714
93198b6c
CM
2715I2C and SMBus
2716M: Corey Minyard <cminyard@mvista.com>
2717S: Maintained
2718F: hw/i2c/core.c
2719F: hw/i2c/smbus_slave.c
2720F: hw/i2c/smbus_master.c
2721F: hw/i2c/smbus_eeprom.c
2722F: include/hw/i2c/i2c.h
2723F: include/hw/i2c/smbus_master.h
2724F: include/hw/i2c/smbus_slave.h
2725F: include/hw/i2c/smbus_eeprom.h
2726
d0d89526
PMD
2727Firmware schema specifications
2728M: Laszlo Ersek <lersek@redhat.com>
2729M: Philippe Mathieu-Daudé <philmd@redhat.com>
2730R: Daniel P. Berrange <berrange@redhat.com>
2731R: Kashyap Chamarthy <kchamart@redhat.com>
2732S: Maintained
2733F: docs/interop/firmware.json
2734
6739df3f
LE
2735EDK2 Firmware
2736M: Laszlo Ersek <lersek@redhat.com>
2737M: Philippe Mathieu-Daudé <philmd@redhat.com>
2738S: Supported
2739F: pc-bios/descriptors/??-edk2-*.json
2740F: pc-bios/edk2-*
2741F: roms/Makefile.edk2
2742F: roms/edk2
2743F: roms/edk2-*
2744F: tests/data/uefi-boot-images/
2745F: tests/uefi-test-tools/
922febe2 2746F: .gitlab-ci.d/edk2.yml
71920809 2747F: .gitlab-ci.d/edk2/
6739df3f 2748
8bc43f39
PX
2749VT-d Emulation
2750M: Michael S. Tsirkin <mst@redhat.com>
2751M: Peter Xu <peterx@redhat.com>
2752R: Jason Wang <jasowang@redhat.com>
2753S: Supported
2754F: hw/i386/intel_iommu.c
2755F: hw/i386/intel_iommu_internal.h
2756F: include/hw/i386/intel_iommu.h
2757
e92fb016
BM
2758OpenSBI Firmware
2759M: Bin Meng <bmeng.cn@gmail.com>
2760S: Supported
2761F: pc-bios/opensbi-*
2762F: .gitlab-ci.d/opensbi.yml
2763F: .gitlab-ci.d/opensbi/
2764
fd5d5c56
AL
2765Usermode Emulation
2766------------------
6347e1f1 2767Overall usermode emulation
486bbe5f
PB
2768M: Riku Voipio <riku.voipio@iki.fi>
2769S: Maintained
2770F: thunk.c
58410666 2771F: accel/tcg/user-exec*.c
486bbe5f 2772
fd5d5c56 2773BSD user
297e8005 2774S: Orphan
fd5d5c56 2775F: bsd-user/
ccf0a57b 2776F: default-configs/*-bsd-user.mak
fd5d5c56 2777
fd5d5c56 2778Linux user
8f902c54 2779M: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2780S: Maintained
2781F: linux-user/
ccf0a57b 2782F: default-configs/*-linux-user.mak
e5dd9875 2783F: scripts/qemu-binfmt-conf.sh
e3a6c825 2784F: scripts/update-syscalltbl.sh
57333330 2785F: scripts/update-mips-syscall-args.sh
382ae67a 2786F: scripts/gensyscalls.sh
42f5a7e9
AJ
2787
2788Tiny Code Generator (TCG)
2789-------------------------
6347e1f1 2790Common TCG code
cc7772bd 2791M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2792S: Maintained
2793F: tcg/
d3582cfd 2794F: include/tcg/
42f5a7e9 2795
22b5867b
AB
2796TCG Plugins
2797M: Alex Bennée <alex.bennee@linaro.org>
2798S: Maintained
8ea6abf0 2799F: docs/devel/tcg-plugins.rst
22b5867b 2800F: plugins/
c17a386b
AB
2801F: tests/plugin/
2802F: contrib/plugins/
22b5867b 2803
6347e1f1 2804AArch64 TCG target
3e5a01ef 2805M: Richard Henderson <richard.henderson@linaro.org>
b25a464c 2806S: Maintained
b4f2bd1c 2807L: qemu-arm@nongnu.org
b25a464c 2808F: tcg/aarch64/
c17652ee
PB
2809F: disas/arm-a64.cc
2810F: disas/libvixl/
b25a464c 2811
6347e1f1 2812ARM TCG target
42f5a7e9
AJ
2813M: Andrzej Zaborowski <balrogg@gmail.com>
2814S: Maintained
b4f2bd1c 2815L: qemu-arm@nongnu.org
42f5a7e9 2816F: tcg/arm/
c17652ee 2817F: disas/arm.c
42f5a7e9 2818
6347e1f1 2819i386 TCG target
ecd1a5d0 2820M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2821S: Maintained
2822F: tcg/i386/
c17652ee 2823F: disas/i386.c
42f5a7e9 2824
6347e1f1 2825MIPS TCG target
cf960317 2826M: Philippe Mathieu-Daudé <f4bug@amsat.org>
099d510b 2827R: Aurelien Jarno <aurelien@aurel32.net>
15d983de
AM
2828R: Huacai Chen <chenhc@lemote.com>
2829R: Jiaxun Yang <jiaxun.yang@flygoat.com>
97d89746 2830R: Aleksandar Rikalo <aleksandar.rikalo@syrmia.com>
cf960317 2831S: Odd Fixes
42f5a7e9
AJ
2832F: tcg/mips/
2833
6347e1f1 2834PPC TCG target
15610d42
PK
2835M: Richard Henderson <rth@twiddle.net>
2836S: Odd Fixes
42f5a7e9 2837F: tcg/ppc/
c17652ee 2838F: disas/ppc.c
42f5a7e9 2839
6347e1f1 2840RISC-V TCG target
c1677bcc 2841M: Palmer Dabbelt <palmer@dabbelt.com>
fb1f70f3
AF
2842M: Alistair Francis <Alistair.Francis@wdc.com>
2843L: qemu-riscv@nongnu.org
2844S: Maintained
2845F: tcg/riscv/
2846F: disas/riscv.c
2847
6347e1f1 2848S390 TCG target
42f5a7e9
AJ
2849M: Richard Henderson <rth@twiddle.net>
2850S: Maintained
2851F: tcg/s390/
c17652ee 2852F: disas/s390.c
146bd283 2853L: qemu-s390x@nongnu.org
42f5a7e9 2854
6347e1f1 2855SPARC TCG target
297e8005 2856S: Odd Fixes
42f5a7e9 2857F: tcg/sparc/
c17652ee 2858F: disas/sparc.c
bc75c9e5 2859
6347e1f1 2860TCI TCG target
bc75c9e5
SW
2861M: Stefan Weil <sw@weilnetz.de>
2862S: Maintained
8ef9cd55 2863F: tcg/tci/
752a2ae2 2864F: tcg/tci.c
c17652ee 2865F: disas/tci.c
aa09c951 2866
f05b328c
SH
2867Block drivers
2868-------------
2869VMDK
fe5ca46d 2870M: Fam Zheng <fam@euphon.net>
c95e4c0e 2871L: qemu-block@nongnu.org
f05b328c
SH
2872S: Supported
2873F: block/vmdk.c
2874
2875RBD
2bbd9986 2876M: Jason Dillaman <dillaman@redhat.com>
280458a3 2877L: qemu-block@nongnu.org
f05b328c
SH
2878S: Supported
2879F: block/rbd.c
2880
2881Sheepdog
f05b328c 2882M: Liu Yuan <namei.unix@gmail.com>
280458a3 2883L: qemu-block@nongnu.org
5f5246b6 2884S: Odd Fixes
f05b328c
SH
2885F: block/sheepdog.c
2886
2887VHDX
5f5246b6 2888M: Jeff Cody <codyprime@gmail.com>
280458a3 2889L: qemu-block@nongnu.org
f05b328c
SH
2890S: Supported
2891F: block/vhdx*
2892
2893VDI
2894M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2895L: qemu-block@nongnu.org
f05b328c
SH
2896S: Maintained
2897F: block/vdi.c
2898
2899iSCSI
2900M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2901M: Paolo Bonzini <pbonzini@redhat.com>
2902M: Peter Lieven <pl@kamp.de>
c95e4c0e 2903L: qemu-block@nongnu.org
2185fd67 2904S: Odd Fixes
f05b328c 2905F: block/iscsi.c
2deb63c2 2906F: block/iscsi-opts.c
f05b328c 2907
99c62e70
EB
2908Network Block Device (NBD)
2909M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2910L: qemu-block@nongnu.org
2911S: Maintained
2912F: block/nbd*
2913F: nbd/
2914F: include/block/nbd*
2915F: qemu-nbd.*
2916F: blockdev-nbd.c
3229a835 2917F: docs/interop/nbd.txt
87c0868f 2918F: docs/interop/qemu-nbd.rst
ebe2aad2 2919T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2920
6542aa9c
PL
2921NFS
2922M: Peter Lieven <pl@kamp.de>
280458a3 2923L: qemu-block@nongnu.org
6542aa9c
PL
2924S: Maintained
2925F: block/nfs.c
2926
f05b328c
SH
2927SSH
2928M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2929L: qemu-block@nongnu.org
f05b328c
SH
2930S: Supported
2931F: block/ssh.c
c9a12e75 2932
280458a3 2933CURL
280458a3 2934L: qemu-block@nongnu.org
5c6090fa 2935S: Odd Fixes
280458a3 2936F: block/curl.c
280458a3
JC
2937
2938GLUSTER
280458a3 2939L: qemu-block@nongnu.org
5c6090fa
TH
2940L: integration@gluster.org
2941S: Odd Fixes
280458a3 2942F: block/gluster.c
b5e9476c 2943
199667a8 2944Null Block Driver
fe5ca46d 2945M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2946L: qemu-block@nongnu.org
2947S: Supported
2948F: block/null.c
2949
bdd6a90a 2950NVMe Block Driver
1a949789
SH
2951M: Stefan Hajnoczi <stefanha@redhat.com>
2952R: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2953L: qemu-block@nongnu.org
2954S: Supported
2955F: block/nvme*
1a949789 2956T: git https://github.com/stefanha/qemu.git block
bdd6a90a 2957
b5e9476c
GA
2958Bootdevice
2959M: Gonglei <arei.gonglei@huawei.com>
2960S: Maintained
800d4ded 2961F: softmmu/bootdevice.c
ecdda9e0
AG
2962
2963Quorum
2964M: Alberto Garcia <berto@igalia.com>
2965S: Supported
2966F: block/quorum.c
2967L: qemu-block@nongnu.org
e7c6e631 2968
bfcc224e
AV
2969blklogwrites
2970M: Ari Sundholm <ari@tuxera.com>
2971L: qemu-block@nongnu.org
2972S: Supported
2973F: block/blklogwrites.c
2974
e7c6e631
SH
2975blkverify
2976M: Stefan Hajnoczi <stefanha@redhat.com>
2977L: qemu-block@nongnu.org
2978S: Supported
2979F: block/blkverify.c
2980
2981bochs
2982M: Stefan Hajnoczi <stefanha@redhat.com>
2983L: qemu-block@nongnu.org
2984S: Supported
2985F: block/bochs.c
2986
2987cloop
2988M: Stefan Hajnoczi <stefanha@redhat.com>
2989L: qemu-block@nongnu.org
2990S: Supported
2991F: block/cloop.c
2992
2993dmg
2994M: Stefan Hajnoczi <stefanha@redhat.com>
2995L: qemu-block@nongnu.org
2996S: Supported
2997F: block/dmg.c
2998
2999parallels
3000M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 3001M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
3002L: qemu-block@nongnu.org
3003S: Supported
3004F: block/parallels.c
5746c1cd 3005F: docs/interop/parallels.txt
e7c6e631
SH
3006
3007qed
3008M: Stefan Hajnoczi <stefanha@redhat.com>
3009L: qemu-block@nongnu.org
3010S: Supported
3011F: block/qed.c
3012
3013raw
3014M: Kevin Wolf <kwolf@redhat.com>
3015L: qemu-block@nongnu.org
3016S: Supported
3017F: block/linux-aio.c
f586d5fc 3018F: include/block/raw-aio.h
2e6fc7eb 3019F: block/raw-format.c
c1bb86cd
EB
3020F: block/file-posix.c
3021F: block/file-win32.c
e7c6e631
SH
3022F: block/win32-aio.c
3023
6663a0a3
AM
3024Linux io_uring
3025M: Aarushi Mehta <mehta.aaru20@gmail.com>
3026M: Julia Suvorova <jusual@redhat.com>
3027M: Stefan Hajnoczi <stefanha@redhat.com>
3028L: qemu-block@nongnu.org
3029S: Maintained
3030F: block/io_uring.c
06a47ef5 3031F: stubs/io_uring.c
6663a0a3 3032
e7c6e631
SH
3033qcow2
3034M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3035M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3036L: qemu-block@nongnu.org
3037S: Supported
3038F: block/qcow2*
b24f9882 3039F: docs/interop/qcow2.txt
e7c6e631
SH
3040
3041qcow
3042M: Kevin Wolf <kwolf@redhat.com>
3043L: qemu-block@nongnu.org
3044S: Supported
3045F: block/qcow.c
3046
3047blkdebug
3048M: Kevin Wolf <kwolf@redhat.com>
c4189d85 3049M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
3050L: qemu-block@nongnu.org
3051S: Supported
3052F: block/blkdebug.c
3053
3054vpc
3055M: Kevin Wolf <kwolf@redhat.com>
3056L: qemu-block@nongnu.org
3057S: Supported
3058F: block/vpc.c
3059
3060vvfat
3061M: Kevin Wolf <kwolf@redhat.com>
3062L: qemu-block@nongnu.org
4b7c5bc4 3063S: Odd Fixes
e7c6e631 3064F: block/vvfat.c
abfe4e94
SH
3065
3066Image format fuzzer
3067M: Stefan Hajnoczi <stefanha@redhat.com>
3068L: qemu-block@nongnu.org
3069S: Supported
3070F: tests/image-fuzzer/
717171bd 3071
8675a376
CX
3072Vhost-user block device backend server
3073M: Coiby Xu <Coiby.Xu@gmail.com>
3074S: Maintained
3075F: block/export/vhost-user-blk-server.c
80a06cc5
SH
3076F: block/export/vhost-user-blk-server.h
3077F: include/qemu/vhost-user-server.h
8675a376 3078F: tests/qtest/libqos/vhost-user-blk.c
80a06cc5 3079F: util/vhost-user-server.c
8675a376 3080
049105a3 3081Replication
205f8618 3082M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 3083M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
3084S: Supported
3085F: replication*
3086F: block/replication.c
3087F: tests/test-replication.c
3088F: docs/block-replication.txt
3089
a3defabb 3090PVRDMA
bfffeac8 3091M: Yuval Shaia <yuval.shaia.ml@gmail.com>
fe355cbd 3092M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
3093S: Maintained
3094F: hw/rdma/*
3095F: hw/rdma/vmw/*
3096F: docs/pvrdma.txt
a5d2f6f8 3097F: contrib/rdmacm-mux/*
4a5c9903 3098F: qapi/rdma.json
a3defabb 3099
b052fec8
AB
3100Semihosting
3101M: Alex Bennée <alex.bennee@linaro.org>
b052fec8
AB
3102S: Maintained
3103F: hw/semihosting/
3104F: include/hw/semihosting/
3105
b9e02c06
AB
3106Build and test automation
3107-------------------------
0475a03e 3108Build and test automation
b9e02c06 3109M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 3110M: Fam Zheng <fam@euphon.net>
0d8ea8f1 3111R: Philippe Mathieu-Daudé <philmd@redhat.com>
e70dc7f8 3112S: Maintained
20a4f14f 3113F: .github/lockdown.yml
b9e02c06 3114F: .travis.yml
0708e647 3115F: scripts/travis/
d92d886a 3116F: .shippable.yml
e70dc7f8 3117F: tests/docker/
18023821 3118F: tests/vm/
54dbfd85 3119F: scripts/archive-source.sh
e70dc7f8 3120W: https://travis-ci.org/qemu/qemu
2a747008 3121W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 3122W: http://patchew.org/QEMU/
717171bd 3123
7162fbb4
EM
3124FreeBSD Hosted Continuous Integration
3125M: Ed Maste <emaste@freebsd.org>
3126M: Li-Wen Hsu <lwhsu@freebsd.org>
7162fbb4
EM
3127S: Maintained
3128F: .cirrus.yml
3129W: https://cirrus-ci.com/github/qemu/qemu
3130
0a8b05c7
TH
3131GitLab Continuous Integration
3132M: Thomas Huth <thuth@redhat.com>
d1d3ba2b
TH
3133M: Philippe Mathieu-Daudé <philmd@redhat.com>
3134M: Alex Bennée <alex.bennee@linaro.org>
3135R: Wainer dos Santos Moschetta <wainersm@redhat.com>
0a8b05c7
TH
3136S: Maintained
3137F: .gitlab-ci.yml
6bcb5fc0 3138F: .gitlab-ci.d/crossbuilds.yml
4fb71636 3139F: .gitlab-ci.d/*py
0a8b05c7 3140
7e97017e
AB
3141Guest Test Compilation Support
3142M: Alex Bennée <alex.bennee@linaro.org>
3143R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 3144S: Maintained
7e97017e 3145F: tests/tcg/Makefile
c722a9e4 3146F: tests/tcg/Makefile.include
7e97017e 3147
6634f1c4
PMD
3148Acceptance (Integration) Testing with the Avocado framework
3149W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3150R: Cleber Rosa <crosa@redhat.com>
3151R: Philippe Mathieu-Daudé <philmd@redhat.com>
3152R: Wainer dos Santos Moschetta <wainersm@redhat.com>
3153S: Odd Fixes
3154F: tests/acceptance/
3155
717171bd
DB
3156Documentation
3157-------------
3158Build system architecture
3159M: Daniel P. Berrange <berrange@redhat.com>
3160S: Odd Fixes
c39cdbf6 3161F: docs/devel/build-system.txt
8a49e97f 3162
92329a7e
AB
3163GIT Data Mining Config
3164M: Alex Bennée <alex.bennee@linaro.org>
3165S: Odd Fixes
3166F: gitdm.config
3167F: contrib/gitdm/*
3168
b02c9bc3
MA
3169Incompatible changes
3170R: libvir-list@redhat.com
abcd92db 3171F: docs/system/deprecated.rst
b02c9bc3 3172
aef45d51
DB
3173Build System
3174------------
3175GIT submodules
3176M: Daniel P. Berrange <berrange@redhat.com>
3177S: Odd Fixes
3178F: scripts/git-submodule.sh
c10e01b9 3179
ef45a392 3180UI translations
ca263c0f 3181S: Orphaned
ef45a392
AM
3182F: po/*.po
3183
c10e01b9
PM
3184Sphinx documentation configuration and build machinery
3185M: Peter Maydell <peter.maydell@linaro.org>
3186S: Maintained
3187F: docs/conf.py
3188F: docs/*/conf.py
4078ee54 3189F: docs/sphinx/
53fb8bfb
AM
3190
3191Miscellaneous
3192-------------
3193Performance Tools and Tests
3194M: Ahmed Karaman <ahmedkhaledkaraman@gmail.com>
3195S: Maintained
3196F: scripts/performance/