]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
numa: improve cpu hotplug error message with a wrong node-id
[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
MT
67Responsible Disclosure, Reporting Security Issues
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--------------------
86S390
87M: Cornelia Huck <cohuck@redhat.com>
88S: Supported
89F: default-configs/s390x-softmmu.mak
90F: gdb-xml/s390*.xml
91F: hw/char/sclp*.[hc]
92F: hw/char/terminal3270.c
93F: hw/intc/s390_flic.c
94F: hw/intc/s390_flic_kvm.c
95F: hw/s390x/
2fe2942c 96F: hw/vfio/ap.c
daf14ce3
CH
97F: hw/vfio/ccw.c
98F: hw/watchdog/wdt_diag288.c
99F: include/hw/s390x/
100F: include/hw/watchdog/wdt_diag288.h
101F: pc-bios/s390-ccw/
102F: pc-bios/s390-ccw.img
103F: target/s390x/
694a8d70 104F: docs/vfio-ap.txt
a1c993c3 105F: tests/migration/s390x/
daf14ce3 106K: ^Subject:.*(?i)s390x?
e18a8b34 107T: git https://github.com/cohuck/qemu.git s390-next
daf14ce3
CH
108L: qemu-s390x@nongnu.org
109
fd5d5c56
AL
110Guest CPU cores (TCG):
111----------------------
486bbe5f 112Overall
5dd4a88c 113L: qemu-devel@nongnu.org
2b1641d0 114M: Richard Henderson <rth@twiddle.net>
2185fd67 115R: Paolo Bonzini <pbonzini@redhat.com>
2b1641d0 116S: Maintained
2b1641d0 117F: cpus.c
2b1641d0 118F: exec.c
c6a88dda 119F: accel/tcg/
9681ad3e 120F: accel/stubs/tcg-stub.c
55fd1892 121F: scripts/decodetree.py
3fdbf5d6 122F: docs/devel/decodetree.rst
2b1641d0
PB
123F: include/exec/cpu*.h
124F: include/exec/exec-all.h
486bbe5f 125F: include/exec/helper*.h
2b1641d0 126F: include/exec/tb-hash.h
460423d3 127F: include/sysemu/cpus.h
486bbe5f 128
1badb586
PM
129FPU emulation
130M: Aurelien Jarno <aurelien@aurel32.net>
131M: Peter Maydell <peter.maydell@linaro.org>
0636e4d8
AB
132M: Alex Bennée <alex.bennee@linaro.org>
133S: Maintained
1badb586
PM
134F: fpu/
135F: include/fpu/
0636e4d8 136F: tests/fp/
1badb586 137
fd5d5c56 138Alpha
8d6df264
RH
139M: Richard Henderson <rth@twiddle.net>
140S: Maintained
fcf5ef2a 141F: target/alpha/
c0bd0b50 142F: tests/tcg/alpha/
c17652ee 143F: disas/alpha.c
b6f97c14 144
b6f97c14 145ARM
1ce9ce6a 146M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 147L: qemu-arm@nongnu.org
fd5d5c56 148S: Maintained
fcf5ef2a 149F: target/arm/
c348722c 150F: tests/tcg/arm/
29e0436e 151F: tests/tcg/aarch64/
8d8b636d
PB
152F: hw/arm/
153F: hw/cpu/a*mpcore.c
f7e242d6 154F: include/hw/cpu/a*mpcore.h
c17652ee
PB
155F: disas/arm.c
156F: disas/arm-a64.cc
157F: disas/libvixl/
fd5d5c56 158
49154ea0
EA
159ARM SMMU
160M: Eric Auger <eric.auger@redhat.com>
161L: qemu-arm@nongnu.org
162S: Maintained
163F: hw/arm/smmu*
164F: include/hw/arm/smmu*
165
fd5d5c56
AL
166CRIS
167M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168S: Maintained
fcf5ef2a 169F: target/cris/
8d8b636d 170F: hw/cris/
c9b90090 171F: include/hw/cris/
c0bd0b50 172F: tests/tcg/cris/
c17652ee 173F: disas/cris.c
fd5d5c56 174
61766fe9
RH
175HPPA (PA-RISC)
176M: Richard Henderson <rth@twiddle.net>
177S: Maintained
178F: target/hppa/
61461802 179F: hw/hppa/
61766fe9
RH
180F: disas/hppa.c
181
07bf23a7
MW
182LM32
183M: Michael Walle <michael@walle.cc>
184S: Maintained
fcf5ef2a 185F: target/lm32/
4eab7a0a 186F: disas/lm32.c
8d8b636d 187F: hw/lm32/
4eab7a0a
MW
188F: hw/*/lm32_*
189F: hw/*/milkymist-*
70cc0c1f 190F: include/hw/display/milkymist_tmu2.h
4eab7a0a
MW
191F: include/hw/char/lm32_juart.h
192F: include/hw/lm32/
c0bd0b50 193F: tests/tcg/lm32/
07bf23a7 194
fd5d5c56 195M68K
595a926d
LV
196M: Laurent Vivier <laurent@vivier.eu>
197S: Maintained
fcf5ef2a 198F: target/m68k/
e9a56114 199F: disas/m68k.c
fd5d5c56
AL
200
201MicroBlaze
202M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
203S: Maintained
fcf5ef2a 204F: target/microblaze/
8d8b636d 205F: hw/microblaze/
c17652ee 206F: disas/microblaze.c
fd5d5c56 207
b6f97c14 208MIPS
ddb13561 209M: Aurelien Jarno <aurelien@aurel32.net>
4872fee2 210M: Aleksandar Markovic <amarkovic@wavecomp.com>
215943b8 211R: Aleksandar Rikalo <arikalo@wavecomp.com>
6f640917 212S: Maintained
fcf5ef2a 213F: target/mips/
10a9794d 214F: default-configs/*mips*
0f865314
AM
215F: disas/mips.c
216F: disas/nanomips.cpp
217F: disas/nanomips.h
218F: hw/intc/mips_gic.c
8d8b636d 219F: hw/mips/
5995db88 220F: hw/misc/mips_*
5995db88 221F: hw/timer/mips_gictimer.c
0f865314 222F: include/hw/intc/mips_gic.h
5995db88
TH
223F: include/hw/mips/
224F: include/hw/misc/mips_*
5995db88 225F: include/hw/timer/mips_gictimer.h
c0bd0b50 226F: tests/tcg/mips/
09684557 227K: ^Subject:.*(?i)mips
fd5d5c56 228
d15a9c23
AG
229Moxie
230M: Anthony Green <green@moxielogic.com>
231S: Maintained
fcf5ef2a 232F: target/moxie/
c17652ee 233F: disas/moxie.c
a3ccdfb5
TH
234F: hw/moxie/
235F: default-configs/moxie-softmmu.mak
d15a9c23 236
e671711c
MV
237NiosII
238M: Chris Wulff <crwulff@gmail.com>
239M: Marek Vasut <marex@denx.de>
240S: Maintained
241F: target/nios2/
242F: hw/nios2/
15e10756 243F: hw/intc/nios2_iic.c
e671711c 244F: disas/nios2.c
15e10756 245F: default-configs/nios2-softmmu.mak
e671711c 246
945dad6d 247OpenRISC
1d7cf18d
SH
248M: Stafford Horne <shorne@gmail.com>
249S: Odd Fixes
fcf5ef2a 250F: target/openrisc/
945dad6d 251F: hw/openrisc/
c0bd0b50 252F: tests/tcg/openrisc/
945dad6d 253
b6f97c14 254PowerPC
b4daafbd 255M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 256L: qemu-ppc@nongnu.org
fd5d5c56 257S: Maintained
fcf5ef2a 258F: target/ppc/
8d8b636d 259F: hw/ppc/
b5d55020 260F: include/hw/ppc/
c17652ee 261F: disas/ppc.c
fd5d5c56 262
4dc62b15 263RISC-V
4dc62b15 264M: Palmer Dabbelt <palmer@sifive.com>
a17a61f3 265M: Alistair Francis <Alistair.Francis@wdc.com>
4dc62b15
MC
266M: Sagar Karandikar <sagark@eecs.berkeley.edu>
267M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
a094b354 268L: qemu-riscv@nongnu.org
7b91ae7d 269S: Supported
4dc62b15
MC
270F: target/riscv/
271F: hw/riscv/
272F: include/hw/riscv/
f936eac8 273F: linux-user/host/riscv32/
511f3138 274F: linux-user/host/riscv64/
4dc62b15 275
fd5d5c56 276S390
2b35e93f 277M: Richard Henderson <rth@twiddle.net>
ced01bb7 278M: David Hildenbrand <david@redhat.com>
fd5d5c56 279S: Maintained
fcf5ef2a 280F: target/s390x/
8d8b636d 281F: hw/s390x/
c17652ee 282F: disas/s390.c
276ba120 283F: tests/tcg/s390x/
146bd283 284L: qemu-s390x@nongnu.org
fd5d5c56 285
b6f97c14 286SH4
ddb13561 287M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 288S: Odd Fixes
fcf5ef2a 289F: target/sh4/
8d8b636d 290F: hw/sh4/
c17652ee 291F: disas/sh4.c
8a90f900 292F: include/hw/sh4/
fd5d5c56
AL
293
294SPARC
f2416d3a 295M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 296M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 297S: Maintained
fcf5ef2a 298F: target/sparc/
8d8b636d
PB
299F: hw/sparc/
300F: hw/sparc64/
84dbe974 301F: include/hw/sparc/sparc64.h
c17652ee 302F: disas/sparc.c
fd5d5c56 303
a6ea7b4c
AF
304UniCore32
305M: Guan Xuetao <gxt@mprc.pku.edu.cn>
306S: Maintained
fcf5ef2a 307F: target/unicore32/
8d8b636d 308F: hw/unicore32/
47b98d59 309F: include/hw/unicore32/
a6ea7b4c 310
fd5d5c56 311X86
d46d72fd
PB
312M: Paolo Bonzini <pbonzini@redhat.com>
313M: Richard Henderson <rth@twiddle.net>
e1a04339 314M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 315S: Maintained
fcf5ef2a 316F: target/i386/
4132431f 317F: tests/tcg/i386/
3a082ec0 318F: tests/tcg/x86_64/
8d8b636d 319F: hw/i386/
c17652ee 320F: disas/i386.c
2544e9e4 321F: docs/qemu-cpu-models.texi
e18a8b34 322T: git https://github.com/ehabkost/qemu.git x86-next
fd5d5c56 323
16e7caae
MF
324Xtensa
325M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 326W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 327S: Maintained
fcf5ef2a 328F: target/xtensa/
8d8b636d 329F: hw/xtensa/
c0bd0b50 330F: tests/tcg/xtensa/
5a6539e6 331F: disas/xtensa.c
895e4897
MF
332F: include/hw/xtensa/xtensa-isa.h
333F: default-configs/xtensa*.mak
16e7caae 334
48e06fe0
BK
335TriCore
336M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
337S: Maintained
fcf5ef2a 338F: target/tricore/
48e06fe0 339F: hw/tricore/
d46d14e6 340F: include/hw/tricore/
48e06fe0 341
dd28bebd
AB
342Multiarch Linux User Tests
343M: Alex Bennée <alex.bennee@linaro.org>
00a25291 344S: Maintained
dd28bebd
AB
345F: tests/tcg/multiarch/
346
fd5d5c56
AL
347Guest CPU Cores (KVM):
348----------------------
349
350Overall
c6d559d9 351M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
352L: kvm@vger.kernel.org
353S: Supported
fd5d5c56 354F: */kvm.*
1962cb20 355F: accel/kvm/
9681ad3e
TH
356F: accel/stubs/kvm-stub.c
357F: include/hw/kvm/
a95e9a48 358F: include/sysemu/kvm*.h
9681ad3e 359F: scripts/kvm/kvm_flightrecorder
fd5d5c56 360
ed4659d1
PM
361ARM
362M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 363L: qemu-arm@nongnu.org
ed4659d1 364S: Maintained
fcf5ef2a 365F: target/arm/kvm.c
ed4659d1 366
a31896c4 367MIPS
a7a2d7d2 368M: James Hogan <jhogan@kernel.org>
215943b8 369R: Aleksandar Rikalo <arikalo@wavecomp.com>
a31896c4 370S: Maintained
fcf5ef2a 371F: target/mips/kvm.c
a31896c4 372
fd5d5c56 373PPC
bba8e23a 374M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 375S: Maintained
fcf5ef2a 376F: target/ppc/kvm.c
fd5d5c56 377
749717a0 378S390
7c8e2647 379M: Halil Pasic <pasic@linux.ibm.com>
c1976ae7 380M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 381M: Christian Borntraeger <borntraeger@de.ibm.com>
0922e8c0 382S: Supported
fcf5ef2a 383F: target/s390x/kvm.c
040078e0
DH
384F: target/s390x/kvm_s390x.h
385F: target/s390x/kvm-stub.c
fcf5ef2a
TH
386F: target/s390x/ioinst.[ch]
387F: target/s390x/machine.c
74b4c74d 388F: target/s390x/sigp.c
4277af19
CH
389F: hw/intc/s390_flic.c
390F: hw/intc/s390_flic_kvm.c
391F: include/hw/s390x/s390_flic.h
c5bfb202 392F: gdb-xml/s390*.xml
e18a8b34
SH
393T: git https://github.com/cohuck/qemu.git s390-next
394T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 395L: qemu-s390x@nongnu.org
fd5d5c56
AL
396
397X86
d46d72fd 398M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
399M: Marcelo Tosatti <mtosatti@redhat.com>
400L: kvm@vger.kernel.org
401S: Supported
fcf5ef2a 402F: target/i386/kvm.c
9681ad3e 403F: scripts/kvm/vmxcap
fd5d5c56 404
8a6b0cd7
SS
405Guest CPU Cores (Xen):
406----------------------
407
408X86
3623c57e
SS
409M: Stefano Stabellini <sstabellini@kernel.org>
410M: Anthony Perard <anthony.perard@citrix.com>
19b845bd 411M: Paul Durrant <paul.durrant@citrix.com>
6d06220a 412L: xen-devel@lists.xenproject.org
8a6b0cd7 413S: Supported
8a6b0cd7 414F: */xen*
d6a3f64a 415F: hw/9pfs/xen-9p-backend.c
c92451c2
PB
416F: hw/char/xen_console.c
417F: hw/display/xenfb.c
418F: hw/net/xen_nic.c
1a72d9ae 419F: hw/block/xen*
4ea7d1a7 420F: hw/block/dataplane/xen*
c92451c2
PB
421F: hw/xen/
422F: hw/xenpv/
9027ac50 423F: hw/i386/xen/
fcab2b46 424F: include/hw/block/dataplane/xen*
c92451c2 425F: include/hw/xen/
9027ac50 426F: include/sysemu/xen-mapcache.h
8a6b0cd7 427
1bdd6874
SW
428Hosts:
429------
430
431LINUX
f5fecb49
PMD
432M: Michael S. Tsirkin <mst@redhat.com>
433M: Cornelia Huck <cohuck@redhat.com>
434M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 435S: Maintained
1bdd6874 436F: linux-headers/
f5fecb49 437F: scripts/update-linux-headers.sh
1bdd6874
SW
438
439POSIX
f3f0204d 440M: Paolo Bonzini <pbonzini@redhat.com>
1bdd6874 441S: Maintained
f3f0204d
PMD
442F: os-posix.c
443F: include/sysemu/os-posix.h
444F: util/*posix*.c
445F: include/qemu/*posix*.h
1bdd6874 446
3c2bdbc1
KR
447NETBSD
448L: qemu-devel@nongnu.org
449M: Kamil Rytarowski <kamil@netbsd.org>
450S: Maintained
1b61270b 451K: ^Subject:.*(?i)NetBSD
3c2bdbc1 452
0a773d55
BS
453OPENBSD
454L: qemu-devel@nongnu.org
455M: Brad Smith <brad@comstyle.com>
456S: Maintained
457K: ^Subject:.*(?i)OpenBSD
458
1bdd6874
SW
459W32, W64
460L: qemu-devel@nongnu.org
461M: Stefan Weil <sw@weilnetz.de>
462S: Maintained
463F: *win32*
03972660
TH
464F: */*win32*
465F: include/*/*win32*
466X: qga/*win32*
885bdc95 467F: qemu.nsi
1bdd6874 468
b250d04a
PMD
469Alpha Machines
470M: Richard Henderson <rth@twiddle.net>
471S: Maintained
472F: hw/alpha/
7bea0dd4 473F: hw/isa/smc37c669-superio.c
8d8a8ab5 474F: tests/tcg/alpha/system/
b250d04a 475
fd5d5c56
AL
476ARM Machines
477------------
84291fe7 478Allwinner-a10
85b4d5da 479M: Beniamino Galvani <b.galvani@gmail.com>
a00d7f20 480M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 481L: qemu-arm@nongnu.org
a00d7f20 482S: Odd Fixes
85b4d5da
BG
483F: hw/*/allwinner*
484F: include/hw/*/allwinner*
84291fe7
LG
485F: hw/arm/cubieboard.c
486
e5a6a6e6 487ARM PrimeCell and CMSDK devices
06271000 488M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 489L: qemu-arm@nongnu.org
06271000
PB
490S: Maintained
491F: hw/char/pl011.c
c6427ff7 492F: include/hw/char/pl011.h
06271000
PB
493F: hw/display/pl110*
494F: hw/dma/pl080.c
aa74e355 495F: include/hw/dma/pl080.h
06271000
PB
496F: hw/dma/pl330.c
497F: hw/gpio/pl061.c
498F: hw/input/pl050.c
499F: hw/intc/pl190.c
500F: hw/sd/pl181.c
1d52866f
PM
501F: hw/ssi/pl022.c
502F: include/hw/ssi/pl022.h
06271000 503F: hw/timer/pl031.c
b0de99f3 504F: include/hw/timer/pl031.h
06271000 505F: include/hw/arm/primecell.h
e5a6a6e6
PM
506F: hw/timer/cmsdk-apb-timer.c
507F: include/hw/timer/cmsdk-apb-timer.h
4f4c6206
PM
508F: hw/timer/cmsdk-apb-dualtimer.c
509F: include/hw/timer/cmsdk-apb-dualtimer.h
e5a6a6e6
PM
510F: hw/char/cmsdk-apb-uart.c
511F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
512F: hw/watchdog/cmsdk-apb-watchdog.c
513F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
514F: hw/misc/tz-ppc.c
515F: include/hw/misc/tz-ppc.h
344f4b15
PM
516F: hw/misc/tz-mpc.c
517F: include/hw/misc/tz-mpc.h
211e701d
PM
518F: hw/misc/tz-msc.c
519F: include/hw/misc/tz-msc.h
06271000
PB
520
521ARM cores
522M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 523L: qemu-arm@nongnu.org
06271000
PB
524S: Maintained
525F: hw/intc/arm*
526F: hw/intc/gic_internal.h
527F: hw/misc/a9scu.c
528F: hw/misc/arm11scu.c
b7f30114 529F: hw/misc/arm_l2x0.c
06271000 530F: hw/timer/a9gtimer*
c6427ff7
PMD
531F: hw/timer/arm*
532F: include/hw/arm/arm*.h
06271000
PB
533F: include/hw/intc/arm*
534F: include/hw/misc/a9scu.h
535F: include/hw/misc/arm11scu.h
536F: include/hw/timer/a9gtimer.h
537F: include/hw/timer/arm_mptimer.h
c6427ff7
PMD
538F: include/hw/timer/armv7m_systick.h
539F: tests/test-arm-mptimer.c
06271000 540
fc63dcff 541Exynos
f44c5c67 542M: Igor Mitsyanko <i.mitsyanko@gmail.com>
a00d7f20 543M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 544L: qemu-arm@nongnu.org
a00d7f20 545S: Odd Fixes
8d8b636d 546F: hw/*/exynos*
ed0db866 547F: include/hw/arm/exynos4210.h
fc63dcff 548
766fd09f 549Calxeda Highbank
9ef137ca 550M: Rob Herring <robh@kernel.org>
a00d7f20 551M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 552L: qemu-arm@nongnu.org
a00d7f20 553S: Odd Fixes
8d8b636d
PB
554F: hw/arm/highbank.c
555F: hw/net/xgmac.c
766fd09f 556
9082f121
AP
557Canon DIGIC
558M: Antony Pavlov <antonynpavlov@gmail.com>
a00d7f20 559M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 560L: qemu-arm@nongnu.org
a00d7f20 561S: Odd Fixes
9082f121
AP
562F: include/hw/arm/digic.h
563F: hw/*/digic*
7ad5f2d1 564F: include/hw/*/digic*
9082f121 565
fd5d5c56 566Gumstix
a00d7f20
PM
567M: Peter Maydell <peter.maydell@linaro.org>
568R: Philippe Mathieu-Daudé <f4bug@amsat.org>
5dd4a88c 569L: qemu-devel@nongnu.org
b4f2bd1c 570L: qemu-arm@nongnu.org
1f7161d2 571S: Odd Fixes
8d8b636d 572F: hw/arm/gumstix.c
fd5d5c56 573
123a069a
TH
574i.MX25 PDK
575M: Peter Maydell <peter.maydell@linaro.org>
576R: Jean-Christophe Dubois <jcd@tribudubois.net>
577L: qemu-arm@nongnu.org
578S: Odd Fixes
579F: hw/arm/fsl-imx25.c
580F: hw/arm/imx25_pdk.c
581F: hw/misc/imx25_ccm.c
582F: include/hw/arm/fsl-imx25.h
583F: include/hw/misc/imx25_ccm.h
584
95a5db3a 585i.MX31 (kzm)
0325559d 586M: Peter Chubb <peter.chubb@nicta.com.au>
a00d7f20 587M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 588L: qemu-arm@nongnu.org
95a5db3a 589S: Odd Fixes
8d8b636d 590F: hw/arm/kzm.c
95a5db3a
TH
591F: hw/*/imx_*
592F: hw/*/*imx31*
593F: include/hw/*/imx_*
594F: include/hw/*/*imx31*
0325559d 595
fd5d5c56 596Integrator CP
1ce9ce6a 597M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 598L: qemu-arm@nongnu.org
fd5d5c56 599S: Maintained
8d8b636d 600F: hw/arm/integratorcp.c
f7e242d6 601F: hw/misc/arm_integrator_debug.c
b7f30114 602F: include/hw/misc/arm_integrator_debug.h
fd5d5c56 603
95a5db3a
TH
604MCIMX6UL EVK / i.MX6ul
605M: Peter Maydell <peter.maydell@linaro.org>
606R: Jean-Christophe Dubois <jcd@tribudubois.net>
607L: qemu-arm@nongnu.org
608S: Odd Fixes
609F: hw/arm/mcimx6ul-evk.c
610F: hw/arm/fsl-imx6ul.c
611F: hw/misc/imx6ul_ccm.c
612F: include/hw/arm/fsl-imx6ul.h
613F: include/hw/misc/imx6ul_ccm.h
614
615MCIMX7D SABRE / i.MX7
616M: Peter Maydell <peter.maydell@linaro.org>
617R: Andrey Smirnov <andrew.smirnov@gmail.com>
618L: qemu-arm@nongnu.org
619S: Odd Fixes
620F: hw/arm/mcimx7d-sabre.c
621F: hw/arm/fsl-imx7.c
b7f30114 622F: hw/misc/imx7_*.c
95a5db3a 623F: include/hw/arm/fsl-imx7.h
b7f30114 624F: include/hw/misc/imx7_*.h
95a5db3a
TH
625F: hw/pci-host/designware.c
626F: include/hw/pci-host/designware.h
627
e5a6a6e6
PM
628MPS2
629M: Peter Maydell <peter.maydell@linaro.org>
630L: qemu-arm@nongnu.org
631S: Maintained
632F: hw/arm/mps2.c
0d4a7551
PM
633F: hw/arm/mps2-tz.c
634F: hw/misc/mps2-*.c
635F: include/hw/misc/mps2-*.h
6eee5d24
PM
636F: hw/arm/armsse.c
637F: include/hw/arm/armsse.h
c56c5760
PMD
638F: hw/misc/iotkit-secctl.c
639F: include/hw/misc/iotkit-secctl.h
75750e4d
PM
640F: hw/misc/iotkit-sysctl.c
641F: include/hw/misc/iotkit-sysctl.h
c667a25b
PM
642F: hw/misc/iotkit-sysinfo.c
643F: include/hw/misc/iotkit-sysinfo.h
5aeb3689
PM
644F: hw/misc/armsse-cpuid.c
645F: include/hw/misc/armsse-cpuid.h
cdf63440
PM
646F: hw/misc/armsse-mhu.c
647F: include/hw/misc/armsse-mhu.h
e5a6a6e6 648
8f69a4c1
PM
649Musca
650M: Peter Maydell <peter.maydell@linaro.org>
651L: qemu-arm@nongnu.org
652S: Maintained
653F: hw/arm/musca.c
654
fd5d5c56
AL
655Musicpal
656M: Jan Kiszka <jan.kiszka@web.de>
a00d7f20 657M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 658L: qemu-arm@nongnu.org
a00d7f20 659S: Odd Fixes
8d8b636d 660F: hw/arm/musicpal.c
fd5d5c56
AL
661
662nSeries
663M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 664M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 665L: qemu-arm@nongnu.org
a00d7f20 666S: Odd Fixes
8d8b636d 667F: hw/arm/nseries.c
8a08cc71 668F: hw/display/blizzard.c
b7f30114
TH
669F: hw/input/lm832x.c
670F: hw/input/tsc2005.c
671F: hw/misc/cbus.c
672F: hw/timer/twl92230.c
8a08cc71 673F: include/hw/display/blizzard.h
a331dd02 674F: include/hw/input/tsc2xxx.h
e8fa3958 675F: include/hw/misc/cbus.h
fd5d5c56
AL
676
677Palm
678M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 679M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 680L: qemu-arm@nongnu.org
a00d7f20 681S: Odd Fixes
8d8b636d 682F: hw/arm/palm.c
b7f30114 683F: hw/input/tsc210x.c
a331dd02 684F: include/hw/input/tsc2xxx.h
fd5d5c56 685
95a5db3a
TH
686Raspberry Pi
687M: Peter Maydell <peter.maydell@linaro.org>
688R: Andrew Baumann <Andrew.Baumann@microsoft.com>
689R: Philippe Mathieu-Daudé <f4bug@amsat.org>
690L: qemu-arm@nongnu.org
691S: Odd Fixes
123a069a 692F: hw/arm/raspi.c
95a5db3a
TH
693F: hw/arm/raspi_platform.h
694F: hw/*/bcm283*
695F: include/hw/arm/raspi*
696F: include/hw/*/bcm283*
697
fd5d5c56 698Real View
1ce9ce6a 699M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 700L: qemu-arm@nongnu.org
fd5d5c56 701S: Maintained
8d8b636d 702F: hw/arm/realview*
f7e242d6 703F: hw/cpu/realview_mpcore.c
5ea53049
PB
704F: hw/intc/realview_gic.c
705F: include/hw/intc/realview_gic.h
fd5d5c56 706
9b31bff0 707PXA2XX
fd5d5c56 708M: Andrzej Zaborowski <balrogg@gmail.com>
a00d7f20 709M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 710L: qemu-arm@nongnu.org
a00d7f20 711S: Odd Fixes
9b31bff0 712F: hw/arm/mainstone.c
8d8b636d 713F: hw/arm/spitz.c
9b31bff0
PB
714F: hw/arm/tosa.c
715F: hw/arm/z2.c
716F: hw/*/pxa2xx*
123a069a
TH
717F: hw/display/tc6393xb.c
718F: hw/gpio/max7310.c
719F: hw/gpio/zaurus.c
f7e242d6 720F: hw/misc/mst_fpga.c
b7f30114 721F: hw/misc/max111x.c
ed0db866 722F: include/hw/arm/pxa.h
123a069a 723F: include/hw/arm/sharpsl.h
ee2ccc57 724F: include/hw/display/tc6393xb.h
fd5d5c56 725
95a5db3a
TH
726SABRELITE / i.MX6
727M: Peter Maydell <peter.maydell@linaro.org>
728R: Jean-Christophe Dubois <jcd@tribudubois.net>
729L: qemu-arm@nongnu.org
730S: Odd Fixes
731F: hw/arm/sabrelite.c
732F: hw/arm/fsl-imx6.c
b7f30114 733F: hw/misc/imx6_*.c
95a5db3a
TH
734F: hw/ssi/imx_spi.c
735F: include/hw/arm/fsl-imx6.h
b7f30114 736F: include/hw/misc/imx6_*.h
95a5db3a
TH
737F: include/hw/ssi/imx_spi.h
738
671f11b2
TH
739Sharp SL-5500 (Collie) PDA
740M: Peter Maydell <peter.maydell@linaro.org>
741L: qemu-arm@nongnu.org
742S: Odd Fixes
743F: hw/arm/collie.c
744F: hw/arm/strongarm*
745
fd5d5c56 746Stellaris
1ce9ce6a 747M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 748L: qemu-arm@nongnu.org
fd5d5c56 749S: Maintained
8d8b636d 750F: hw/*/stellaris*
98fa3327 751F: include/hw/input/gamepad.h
fd5d5c56 752
95a5db3a
TH
753Versatile Express
754M: Peter Maydell <peter.maydell@linaro.org>
755L: qemu-arm@nongnu.org
756S: Maintained
757F: hw/arm/vexpress.c
758
fd5d5c56 759Versatile PB
1ce9ce6a 760M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 761L: qemu-arm@nongnu.org
fd5d5c56 762S: Maintained
8d8b636d 763F: hw/*/versatile*
c6427ff7 764F: hw/misc/arm_sysctl.c
fd5d5c56 765
95a5db3a
TH
766Virt
767M: Peter Maydell <peter.maydell@linaro.org>
768L: qemu-arm@nongnu.org
769S: Maintained
770F: hw/arm/virt*
771F: include/hw/arm/virt.h
772
e3260506 773Xilinx Zynq
cc0100f4 774M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 775M: Alistair Francis <alistair@alistair23.me>
a00d7f20 776M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 777L: qemu-arm@nongnu.org
e3260506 778S: Maintained
cc0100f4 779F: hw/*/xilinx_*
8d8b636d 780F: hw/*/cadence_*
f7e242d6
TH
781F: hw/misc/zynq*
782F: include/hw/misc/zynq*
cc0100f4 783X: hw/ssi/xilinx_*
e3260506 784
137805f5 785Xilinx ZynqMP
c22e580c 786M: Alistair Francis <alistair@alistair23.me>
cc0100f4 787M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
a00d7f20 788M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 789L: qemu-arm@nongnu.org
137805f5 790S: Maintained
cc0100f4 791F: hw/*/xlnx*.c
f586d5fc 792F: include/hw/*/xlnx*.h
24d6d8bf
PMD
793F: include/hw/ssi/xilinx_spips.h
794F: hw/display/dpcd.c
795F: include/hw/display/dpcd.h
137805f5 796
8f4d260e 797ARM ACPI Subsystem
e59f13d7 798M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 799L: qemu-arm@nongnu.org
8f4d260e
SZ
800S: Maintained
801F: hw/arm/virt-acpi-build.c
8f4d260e 802
a1f8193b
AF
803STM32F205
804M: Alistair Francis <alistair@alistair23.me>
a00d7f20 805M: Peter Maydell <peter.maydell@linaro.org>
a1f8193b
AF
806S: Maintained
807F: hw/arm/stm32f205_soc.c
808F: hw/misc/stm32f2xx_syscfg.c
809F: hw/char/stm32f2xx_usart.c
810F: hw/timer/stm32f2xx_timer.c
811F: hw/adc/*
812F: hw/ssi/stm32f2xx_spi.c
0e0d345b 813F: include/hw/*/stm32*.h
a1f8193b
AF
814
815Netduino 2
816M: Alistair Francis <alistair@alistair23.me>
a00d7f20 817M: Peter Maydell <peter.maydell@linaro.org>
a1f8193b
AF
818S: Maintained
819F: hw/arm/netduino2.c
820
670bc4cb
SS
821SmartFusion2
822M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 823M: Peter Maydell <peter.maydell@linaro.org>
670bc4cb
SS
824S: Maintained
825F: hw/arm/msf2-soc.c
826F: hw/misc/msf2-sysreg.c
827F: hw/timer/mss-timer.c
828F: hw/ssi/mss-spi.c
829F: include/hw/arm/msf2-soc.h
830F: include/hw/misc/msf2-sysreg.h
831F: include/hw/timer/mss-timer.h
832F: include/hw/ssi/mss-spi.h
833
834Emcraft M2S-FG484
835M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
a00d7f20 836M: Peter Maydell <peter.maydell@linaro.org>
670bc4cb
SS
837S: Maintained
838F: hw/arm/msf2-som.c
839
f87db1ba
JS
840ASPEED BMCs
841M: Cédric Le Goater <clg@kaod.org>
a00d7f20 842M: Peter Maydell <peter.maydell@linaro.org>
f87db1ba
JS
843R: Andrew Jeffery <andrew@aj.id.au>
844R: Joel Stanley <joel@jms.id.au>
845L: qemu-arm@nongnu.org
846S: Maintained
847F: hw/*/*aspeed*
b7f30114 848F: hw/misc/pca9552.c
f87db1ba 849F: include/hw/*/*aspeed*
b7f30114 850F: include/hw/misc/pca9552*.h
f87db1ba
JS
851F: hw/net/ftgmac100.c
852F: include/hw/net/ftgmac100.h
853
c0066d1a
JS
854NRF51
855M: Joel Stanley <joel@jms.id.au>
a00d7f20 856M: Peter Maydell <peter.maydell@linaro.org>
c0066d1a
JS
857L: qemu-arm@nongnu.org
858S: Maintained
c8de3f5f
SH
859F: hw/*/nrf51*.c
860F: hw/*/microbit*.c
861F: include/hw/*/nrf51*.h
862F: include/hw/*/microbit*.h
863F: tests/microbit-test.c
c0066d1a 864
fd5d5c56
AL
865CRIS Machines
866-------------
867Axis Dev88
868M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
869S: Maintained
8d8b636d 870F: hw/cris/axis_dev88.c
6e481d57 871F: hw/*/etraxfs_*.c
fd5d5c56 872
e188396c
PMD
873HP-PARISC Machines
874------------------
875Dino
876M: Richard Henderson <rth@twiddle.net>
877R: Helge Deller <deller@gmx.de>
878S: Odd Fixes
879F: hw/hppa/
880F: pc-bios/hppa-firmware.img
881
07bf23a7
MW
882LM32 Machines
883-------------
884EVR32 and uclinux BSP
885M: Michael Walle <michael@walle.cc>
886S: Maintained
8d8b636d 887F: hw/lm32/lm32_boards.c
07bf23a7 888
d118aa6b
MW
889milkymist
890M: Michael Walle <michael@walle.cc>
891S: Maintained
8d8b636d 892F: hw/lm32/milkymist.c
d118aa6b 893
afcacd53 894M68K Machines
fd5d5c56
AL
895-------------
896an5206
5baf2741
TH
897M: Thomas Huth <huth@tuxfamily.org>
898S: Odd Fixes
8d8b636d 899F: hw/m68k/an5206.c
e9a56114 900F: hw/m68k/mcf5206.c
fd5d5c56 901
fd5d5c56 902mcf5208
5baf2741
TH
903M: Thomas Huth <huth@tuxfamily.org>
904S: Odd Fixes
8d8b636d 905F: hw/m68k/mcf5208.c
e9a56114
TH
906F: hw/m68k/mcf_intc.c
907F: hw/char/mcf_uart.c
908F: hw/net/mcf_fec.c
5baf2741 909F: include/hw/m68k/mcf*.h
fd5d5c56
AL
910
911MicroBlaze Machines
912-------------------
913petalogix_s3adsp1800
914M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
915S: Maintained
6e481d57 916F: hw/microblaze/petalogix_s3adsp1800_mmu.c
a734c7b5 917F: include/hw/char/xilinx_uartlite.h
fd5d5c56 918
d36e8ce7 919petalogix_ml605
4b46ba61 920M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 921S: Maintained
8d8b636d 922F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 923
fd5d5c56
AL
924MIPS Machines
925-------------
926Jazz
927M: Hervé Poussineau <hpoussin@reactos.org>
215943b8 928R: Aleksandar Rikalo <arikalo@wavecomp.com>
fd5d5c56 929S: Maintained
8d8b636d 930F: hw/mips/mips_jazz.c
0886a785
PMD
931F: hw/display/jazz_led.c
932F: hw/dma/rc4030.c
fd5d5c56
AL
933
934Malta
935M: Aurelien Jarno <aurelien@aurel32.net>
215943b8 936R: Aleksandar Rikalo <arikalo@wavecomp.com>
fd5d5c56 937S: Maintained
8d8b636d 938F: hw/mips/mips_malta.c
c47c336e 939F: tests/acceptance/linux_ssh_mips_malta.py
fd5d5c56
AL
940
941Mipssim
4872fee2 942M: Aleksandar Markovic <amarkovic@wavecomp.com>
215943b8 943R: Aleksandar Rikalo <arikalo@wavecomp.com>
659f42d8 944S: Odd Fixes
8d8b636d 945F: hw/mips/mips_mipssim.c
659f42d8 946F: hw/net/mipsnet.c
fd5d5c56
AL
947
948R4000
949M: Aurelien Jarno <aurelien@aurel32.net>
215943b8 950R: Aleksandar Rikalo <arikalo@wavecomp.com>
fd5d5c56 951S: Maintained
8d8b636d 952F: hw/mips/mips_r4k.c
fd5d5c56 953
659f42d8 954Fulong 2E
4872fee2 955M: Aleksandar Markovic <amarkovic@wavecomp.com>
215943b8 956R: Aleksandar Rikalo <arikalo@wavecomp.com>
659f42d8
YK
957S: Odd Fixes
958F: hw/mips/mips_fulong2e.c
0170a3fc 959F: hw/isa/vt82c686.c
5021bfa5 960F: hw/pci-host/bonito.c
0170a3fc 961F: include/hw/isa/vt82c686.h
659f42d8
YK
962
963Boston
4872fee2 964M: Paul Burton <pburton@wavecomp.com>
215943b8 965R: Aleksandar Rikalo <arikalo@wavecomp.com>
659f42d8
YK
966S: Maintained
967F: hw/core/loader-fit.c
968F: hw/mips/boston.c
969F: hw/pci-host/xilinx-pcie.c
5021bfa5 970F: include/hw/pci-host/xilinx-pcie.h
659f42d8 971
945dad6d
JL
972OpenRISC Machines
973-----------------
974or1k-sim
975M: Jia Liu <proljc@gmail.com>
976S: Maintained
977F: hw/openrisc/openrisc_sim.c
978
fd5d5c56
AL
979PowerPC Machines
980----------------
981405
bba8e23a 982M: David Gibson <david@gibson.dropbear.id.au>
a6c98685 983L: qemu-ppc@nongnu.org
9b9fe135 984S: Odd Fixes
8d8b636d 985F: hw/ppc/ppc405_boards.c
fd5d5c56 986
aaade8d7 987Bamboo
bba8e23a 988M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
989L: qemu-ppc@nongnu.org
990S: Odd Fixes
8d8b636d 991F: hw/ppc/ppc440_bamboo.c
aaade8d7 992
98cded3a 993e500
bba8e23a 994M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 995L: qemu-ppc@nongnu.org
bba8e23a 996S: Odd Fixes
ce6fc617 997F: hw/ppc/e500*
2c6aba14 998F: hw/gpio/mpc8xxx.c
7abb479c 999F: hw/i2c/mpc_i2c.c
ce6fc617
TH
1000F: hw/net/fsl_etsec/
1001F: hw/pci-host/ppce500.c
b5d55020
TH
1002F: include/hw/ppc/ppc_e500.h
1003F: include/hw/pci-host/ppce500.h
1004F: pc-bios/u-boot.e500
98cded3a
AF
1005
1006mpc8544ds
bba8e23a 1007M: David Gibson <david@gibson.dropbear.id.au>
98cded3a 1008L: qemu-ppc@nongnu.org
bba8e23a 1009S: Odd Fixes
98cded3a 1010F: hw/ppc/mpc8544ds.c
8d8b636d 1011F: hw/ppc/mpc8544_guts.c
98cded3a 1012
2c6aba14 1013New World (mac99)
40e3dd06
MCA
1014M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1015R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1016L: qemu-ppc@nongnu.org
bba8e23a 1017S: Odd Fixes
baec1910 1018F: hw/ppc/mac_newworld.c
6e481d57
PM
1019F: hw/pci-host/uninorth.c
1020F: hw/pci-bridge/dec.[hc]
8d8b636d 1021F: hw/misc/macio/
6ba16476 1022F: hw/misc/mos6522.c
b5d55020 1023F: hw/nvram/mac_nvram.c
2c6aba14 1024F: hw/input/adb*
eba45926 1025F: include/hw/misc/macio/
6ba16476 1026F: include/hw/misc/mos6522.h
eba45926 1027F: include/hw/ppc/mac_dbdma.h
5021bfa5 1028F: include/hw/pci-host/uninorth.h
2c6aba14 1029F: include/hw/input/adb*
52804c60 1030F: pc-bios/qemu_vga.ndrv
fd5d5c56 1031
2c6aba14 1032Old World (g3beige)
40e3dd06
MCA
1033M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1034R: David Gibson <david@gibson.dropbear.id.au>
a6c98685 1035L: qemu-ppc@nongnu.org
bba8e23a 1036S: Odd Fixes
baec1910 1037F: hw/ppc/mac_oldworld.c
6e481d57 1038F: hw/pci-host/grackle.c
8d8b636d 1039F: hw/misc/macio/
835c42d3 1040F: hw/intc/heathrow_pic.c
2c6aba14 1041F: hw/input/adb*
97e16dba 1042F: include/hw/intc/heathrow_pic.h
2c6aba14 1043F: include/hw/input/adb*
52804c60 1044F: pc-bios/qemu_vga.ndrv
fd5d5c56 1045
ec38d398 1046PReP
8178e89c 1047M: Hervé Poussineau <hpoussin@reactos.org>
9f38774d 1048L: qemu-devel@nongnu.org
a6c98685 1049L: qemu-ppc@nongnu.org
8178e89c 1050S: Maintained
75610155 1051F: hw/ppc/prep.c
8178e89c
HP
1052F: hw/ppc/prep_systemio.c
1053F: hw/ppc/rs6000_mc.c
6e481d57 1054F: hw/pci-host/prep.[hc]
0a9464b5 1055F: hw/isa/i82378.c
a48c6b51 1056F: hw/isa/pc87312.c
1cd6dccb 1057F: hw/dma/i82374.c
cec16f0d 1058F: hw/timer/m48t59-isa.c
a48c6b51 1059F: include/hw/isa/pc87312.h
cec16f0d 1060F: include/hw/timer/m48t59.h
835c42d3 1061F: pc-bios/ppc_rom.bin
fd5d5c56 1062
300b115c 1063sPAPR
085eb217 1064M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
1065L: qemu-ppc@nongnu.org
1066S: Supported
8d8b636d 1067F: hw/*/spapr*
f9de2da7
DG
1068F: include/hw/*/spapr*
1069F: hw/*/xics*
1070F: include/hw/*/xics*
1071F: pc-bios/spapr-rtas/*
b5d55020
TH
1072F: pc-bios/spapr-rtas.bin
1073F: pc-bios/slof.bin
1074F: docs/specs/ppc-spapr-hcalls.txt
1075F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
1076F: tests/spapr*
1077F: tests/libqos/*spapr*
1078F: tests/rtas*
1079F: tests/libqos/rtas*
8a269ca4 1080
1af82d4f
CLG
1081PowerNV (Non-Virtualized)
1082M: Cédric Le Goater <clg@kaod.org>
1083M: David Gibson <david@gibson.dropbear.id.au>
1084L: qemu-ppc@nongnu.org
1085S: Maintained
1086F: hw/ppc/pnv*
1087F: hw/intc/pnv*
1088F: hw/intc/xics_pnv.c
1089F: include/hw/ppc/pnv*
1090F: pc-bios/skiboot.lid
1091F: tests/pnv*
1092
794d00bf
AF
1093virtex_ml507
1094M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1095L: qemu-ppc@nongnu.org
1096S: Odd Fixes
6e481d57 1097F: hw/ppc/virtex_ml507.c
794d00bf 1098
a9dd6604
BZ
1099sam460ex
1100M: BALATON Zoltan <balaton@eik.bme.hu>
1101L: qemu-ppc@nongnu.org
1102S: Maintained
33c6a8b5
BZ
1103F: hw/ppc/sam460ex.c
1104F: hw/ppc/ppc440_pcix.c
1105F: hw/display/sm501*
a9dd6604 1106F: hw/ide/sii3112.c
c6f2594c 1107F: hw/timer/m41t80.c
33c6a8b5
BZ
1108F: pc-bios/canyonlands.dt[sb]
1109F: pc-bios/u-boot-sam460ex-20100605.bin
1110F: roms/u-boot-sam460ex
a9dd6604 1111
fd5d5c56
AL
1112SH4 Machines
1113------------
1114R2D
1115M: Magnus Damm <magnus.damm@gmail.com>
1116S: Maintained
6e481d57 1117F: hw/sh4/r2d.c
81527b94
TH
1118F: hw/intc/sh_intc.c
1119F: hw/timer/sh_timer.c
fd5d5c56
AL
1120
1121Shix
1122M: Magnus Damm <magnus.damm@gmail.com>
81527b94 1123S: Odd Fixes
6e481d57 1124F: hw/sh4/shix.c
fd5d5c56
AL
1125
1126SPARC Machines
1127--------------
1128Sun4m
f2416d3a 1129M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1130S: Maintained
8d8b636d 1131F: hw/sparc/sun4m.c
c468e368 1132F: hw/sparc/sun4m_iommu.c
aec2b887
TH
1133F: hw/display/cg3.c
1134F: hw/display/tcx.c
c10a1c78 1135F: hw/dma/sparc32_dma.c
7098b79e 1136F: hw/misc/eccmemctl.c
aec2b887
TH
1137F: hw/*/slavio_*.c
1138F: include/hw/nvram/sun_nvram.h
c10a1c78 1139F: include/hw/sparc/sparc32_dma.h
d0476159 1140F: include/hw/sparc/sun4m_iommu.h
aec2b887 1141F: pc-bios/openbios-sparc32
fd5d5c56
AL
1142
1143Sun4u
f2416d3a 1144M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 1145S: Maintained
8d8b636d 1146F: hw/sparc64/sun4u.c
8ef856b7
PMD
1147F: hw/sparc64/sun4u_iommu.c
1148F: include/hw/sparc/sun4u_iommu.h
5021bfa5
TH
1149F: hw/pci-host/sabre.c
1150F: include/hw/pci-host/sabre.h
8ef856b7
PMD
1151F: hw/pci-bridge/simba.c
1152F: include/hw/pci-bridge/simba.h
1153F: pc-bios/openbios-sparc64
fd5d5c56 1154
a2664ca0
AT
1155Sun4v
1156M: Artyom Tarasenko <atar4qemu@gmail.com>
1157S: Maintained
626e4a4b 1158F: hw/sparc64/niagara.c
a2664ca0
AT
1159F: hw/timer/sun4v-rtc.c
1160F: include/hw/timer/sun4v-rtc.h
1161
ce6c760c
FC
1162Leon3
1163M: Fabien Chouteau <chouteau@adacore.com>
918b8ade 1164M: KONRAD Frederic <frederic.konrad@adacore.com>
ce6c760c 1165S: Maintained
8d8b636d
PB
1166F: hw/sparc/leon3.c
1167F: hw/*/grlib*
162abf1a 1168F: include/hw/*/grlib*
ce6c760c 1169
fd5d5c56
AL
1170S390 Machines
1171-------------
dd4ad64a 1172S390 Virtio-ccw
c1976ae7 1173M: Cornelia Huck <cohuck@redhat.com>
7c8e2647 1174M: Halil Pasic <pasic@linux.ibm.com>
b304bf00 1175M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a 1176S: Supported
0c6aa7ee 1177F: hw/char/sclp*.[hc]
9d1c4449 1178F: hw/char/terminal3270.c
c5bfb202 1179F: hw/s390x/
4277af19 1180F: include/hw/s390x/
c5bfb202 1181F: hw/watchdog/wdt_diag288.c
1e4738b2 1182F: include/hw/watchdog/wdt_diag288.h
1e4738b2 1183F: default-configs/s390x-softmmu.mak
e18a8b34
SH
1184T: git https://github.com/cohuck/qemu.git s390-next
1185T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1186L: qemu-s390x@nongnu.org
dd4ad64a 1187
8e4eb427 1188S390-ccw boot
304584bf
CH
1189M: Christian Borntraeger <borntraeger@de.ibm.com>
1190M: Thomas Huth <thuth@redhat.com>
1191S: Supported
8e4eb427 1192F: hw/s390x/ipl.*
304584bf
CH
1193F: pc-bios/s390-ccw/
1194F: pc-bios/s390-ccw.img
efa47d36 1195F: docs/devel/s390-dasd-ipl.txt
e18a8b34 1196T: git https://github.com/borntraeger/qemu.git s390-next
304584bf
CH
1197L: qemu-s390x@nongnu.org
1198
d5bfb425
CB
1199S390 PCI
1200M: Collin Walling <walling@linux.ibm.com>
1201S: Supported
1202F: hw/s390x/s390-pci*
1203L: qemu-s390x@nongnu.org
1204
ab9528ca
GX
1205UniCore32 Machines
1206-------------
1207PKUnity-3 SoC initramfs-with-busybox
1208M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1209S: Maintained
8d8b636d 1210F: hw/*/puv3*
ab9528ca
GX
1211F: hw/unicore32/
1212
fd5d5c56
AL
1213X86 Machines
1214------------
1215PC
046a6486 1216M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1217M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1218S: Supported
046a6486
MT
1219F: include/hw/i386/
1220F: hw/i386/
1221F: hw/pci-host/piix.c
1222F: hw/pci-host/q35.c
1223F: hw/pci-host/pam.c
1224F: include/hw/pci-host/q35.h
1225F: include/hw/pci-host/pam.h
1226F: hw/isa/piix4.c
1227F: hw/isa/lpc_ich9.c
1228F: hw/i2c/smbus_ich9.c
1229F: hw/acpi/piix4.c
1230F: hw/acpi/ich9.c
1231F: include/hw/acpi/ich9.h
f586d5fc 1232F: include/hw/acpi/piix4.h
9cc3b73c 1233F: hw/misc/sga.c
6f5a3294
PMD
1234F: hw/isa/apm.c
1235F: include/hw/isa/apm.h
1236F: tests/test-x86-cpuid.c
1237F: tests/test-x86-cpuid-compat.c
9cc3b73c
PB
1238
1239PC Chipset
1240M: Michael S. Tsirkin <mst@redhat.com>
1241M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 1242S: Supported
9cc3b73c 1243F: hw/char/debugcon.c
bb3d5ea8 1244F: hw/char/parallel*
9cc3b73c
PB
1245F: hw/char/serial*
1246F: hw/dma/i8257*
1247F: hw/i2c/pm_smbus.c
1732be86 1248F: hw/input/pckbd.c
9cc3b73c
PB
1249F: hw/intc/apic*
1250F: hw/intc/ioapic*
1251F: hw/intc/i8259*
1854eb28 1252F: hw/isa/isa-superio.c
9cc3b73c
PB
1253F: hw/misc/debugexit.c
1254F: hw/misc/pc-testdev.c
1255F: hw/timer/hpet*
1256F: hw/timer/i8254*
1257F: hw/timer/mc146818rtc*
edc46aff 1258F: hw/watchdog/wdt_ib700.c
4bcbc773 1259F: hw/watchdog/wdt_i6300esb.c
866e2b37 1260F: include/hw/display/vga.h
bb3d5ea8 1261F: include/hw/char/parallel.h
55f613ac 1262F: include/hw/dma/i8257.h
a2feb348 1263F: include/hw/i2c/pm_smbus.h
47973a2d 1264F: include/hw/input/i8042.h
4bcbc773 1265F: include/hw/isa/i8259_internal.h
1854eb28 1266F: include/hw/isa/superio.h
a2feb348
TH
1267F: include/hw/timer/hpet.h
1268F: include/hw/timer/i8254*
1269F: include/hw/timer/mc146818rtc*
046a6486 1270
5da4fb00
MT
1271Machine core
1272M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 1273M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00
MT
1274S: Supported
1275F: hw/core/machine.c
c1629c5c 1276F: hw/core/null-machine.c
335d52f4 1277F: hw/cpu/cluster.c
5da4fb00 1278F: include/hw/boards.h
335d52f4 1279F: include/hw/cpu/cluster.h
e18a8b34 1280T: git https://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1281
16e7caae
MF
1282Xtensa Machines
1283---------------
375847a6 1284sim
16e7caae
MF
1285M: Max Filippov <jcmvbkbc@gmail.com>
1286S: Maintained
437a8c11 1287F: hw/xtensa/sim.c
375847a6 1288
437a8c11 1289XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1290M: Max Filippov <jcmvbkbc@gmail.com>
1291S: Maintained
437a8c11
MF
1292F: hw/xtensa/xtfpga.c
1293F: hw/net/opencores_eth.c
16e7caae 1294
fd5d5c56
AL
1295Devices
1296-------
b30934cb
JS
1297EDU
1298M: Jiri Slaby <jslaby@suse.cz>
1299S: Maintained
1300F: hw/misc/edu.c
1301
fd5d5c56 1302IDE
c095348b
JS
1303M: John Snow <jsnow@redhat.com>
1304L: qemu-block@nongnu.org
1305S: Supported
8d8b636d 1306F: include/hw/ide.h
c9f7acd5 1307F: include/hw/ide/
fd5d5c56 1308F: hw/ide/
c095348b
JS
1309F: hw/block/block.c
1310F: hw/block/cdrom.c
1311F: hw/block/hd-geometry.c
1312F: tests/ide-test.c
1313F: tests/ahci-test.c
edc35b3d 1314F: tests/cdrom-test.c
aee50319 1315F: tests/libqos/ahci*
e18a8b34 1316T: git https://github.com/jnsnow/qemu.git ide
c095348b 1317
caf316ba
CM
1318IPMI
1319M: Corey Minyard <minyard@acm.org>
1320S: Maintained
1321F: include/hw/ipmi/*
1322F: hw/ipmi/*
1323F: hw/smbios/smbios_type_38.c
1324F: tests/ipmi*
e18a8b34 1325T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
caf316ba 1326
c095348b
JS
1327Floppy
1328M: John Snow <jsnow@redhat.com>
1329L: qemu-block@nongnu.org
1330S: Supported
1331F: hw/block/fdc.c
1332F: include/hw/block/fdc.h
aee50319 1333F: tests/fdc-test.c
e18a8b34 1334T: git https://github.com/jnsnow/qemu.git ide
fd5d5c56 1335
f5f487b2
PM
1336OMAP
1337M: Peter Maydell <peter.maydell@linaro.org>
1338S: Maintained
8d8b636d 1339F: hw/*/omap*
ed0db866 1340F: include/hw/arm/omap.h
f5f487b2 1341
28d54e58
PB
1342IPack
1343M: Alberto Garcia <berto@igalia.com>
1344S: Odd Fixes
1345F: hw/char/ipoctal232.c
1346F: hw/ipack/
1347
fd5d5c56
AL
1348PCI
1349M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1350M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1351S: Supported
8d8b636d 1352F: include/hw/pci/*
f178bc6b 1353F: hw/misc/pci-testdev.c
ca818cfb 1354F: hw/pci/*
f178bc6b 1355F: hw/pci-bridge/*
68179923
PMD
1356F: docs/pci*
1357F: docs/specs/*pci*
534fd814 1358F: default-configs/pci.mak
0e0b3592 1359
d31e5ae7 1360ACPI/SMBIOS
0e0b3592
MT
1361M: Michael S. Tsirkin <mst@redhat.com>
1362M: Igor Mammedov <imammedo@redhat.com>
1363S: Supported
1364F: include/hw/acpi/*
a2eb5c0c 1365F: include/hw/firmware/smbios.h
0e0b3592 1366F: hw/mem/*
8d8b636d 1367F: hw/acpi/*
d31e5ae7 1368F: hw/smbios/*
0e0b3592 1369F: hw/i386/acpi-build.[hc]
0e0b3592 1370F: hw/arm/virt-acpi-build.c
3248f1b4
BW
1371F: tests/bios-tables-test.c
1372F: tests/acpi-utils.[hc]
faae23b9 1373F: tests/data/acpi/
fd5d5c56 1374
aaade8d7 1375ppc4xx
bba8e23a 1376M: David Gibson <david@gibson.dropbear.id.au>
aaade8d7
AF
1377L: qemu-ppc@nongnu.org
1378S: Odd Fixes
8d8b636d 1379F: hw/ppc/ppc4*.c
aa3a41f9 1380F: hw/i2c/ppc4xx_i2c.c
b5d55020 1381F: include/hw/ppc/ppc4xx.h
aa3a41f9 1382F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1383
61af0ee6 1384Character devices
2185fd67
PB
1385M: Marc-André Lureau <marcandre.lureau@redhat.com>
1386R: Paolo Bonzini <pbonzini@redhat.com>
61af0ee6
PB
1387S: Odd Fixes
1388F: hw/char/
1389
f536f112
PB
1390Network devices
1391M: Jason Wang <jasowang@redhat.com>
1392S: Odd Fixes
1393F: hw/net/
6061b5c6 1394F: include/hw/net/
6bd7776c 1395F: tests/virtio-net-test.c
e18a8b34 1396T: git https://github.com/jasowang/qemu.git net
f536f112 1397
e0c9d0c1
PMD
1398Parallel NOR Flash devices
1399M: Philippe Mathieu-Daudé <philmd@redhat.com>
1400T: git https://gitlab.com/philmd/qemu.git pflash-next
1401S: Maintained
1402F: hw/block/pflash_cfi*.c
1403F: include/hw/block/flash.h
1404
fd5d5c56 1405SCSI
de7724f7 1406M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1407R: Fam Zheng <fam@euphon.net>
de7724f7 1408S: Supported
74460f34 1409F: include/hw/scsi/*
8d8b636d 1410F: hw/scsi/*
6bd7776c 1411F: tests/virtio-scsi-test.c
e18a8b34 1412T: git https://github.com/bonzini/qemu.git scsi-next
de7724f7 1413
fcb5629d 1414SSI
c22e580c 1415M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1416S: Maintained
8d8b636d
PB
1417F: hw/ssi/*
1418F: hw/block/m25p80.c
982d009a 1419F: include/hw/ssi/ssi.h
4b46ba61 1420X: hw/ssi/xilinx_*
982d009a 1421F: tests/m25p80-test.c
4b46ba61
AF
1422
1423Xilinx SPI
c22e580c 1424M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1425S: Maintained
1426F: hw/ssi/xilinx_*
fcb5629d 1427
076a0fc3
PMD
1428SD (Secure Card)
1429M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1430S: Odd Fixes
1431F: include/hw/sd/sd*
1432F: hw/sd/core.c
1433F: hw/sd/sd*
1434F: tests/sd*
1435
fd5d5c56 1436USB
5d0d62fe
GH
1437M: Gerd Hoffmann <kraxel@redhat.com>
1438S: Maintained
8d8b636d 1439F: hw/usb/*
28edfce0 1440F: tests/usb-*-test.c
beded0ff
TH
1441F: docs/usb2.txt
1442F: docs/usb-storage.txt
1443F: include/hw/usb.h
1444F: include/hw/usb/
104ebc5f 1445F: default-configs/usb.mak
fd5d5c56 1446
e26082fd
PB
1447USB (serial adapter)
1448M: Gerd Hoffmann <kraxel@redhat.com>
1449M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1450S: Maintained
1451F: hw/usb/dev-serial.c
1452
92e1fb5e
AW
1453VFIO
1454M: Alex Williamson <alex.williamson@redhat.com>
1455S: Supported
cf7087db 1456F: hw/vfio/*
99b88c6d 1457F: include/hw/vfio/
92e1fb5e 1458
5eb74557 1459vfio-ccw
c1976ae7 1460M: Cornelia Huck <cohuck@redhat.com>
7913938a
CB
1461M: Eric Farman <farman@linux.ibm.com>
1462M: Farhan Ali <alifm@linux.ibm.com>
5eb74557
DJS
1463S: Supported
1464F: hw/vfio/ccw.c
1465F: hw/s390x/s390-ccw.c
1466F: include/hw/s390x/s390-ccw.h
44445d86 1467F: include/hw/s390x/vfio-ccw.h
e18a8b34 1468T: git https://github.com/cohuck/qemu.git s390-next
146bd283 1469L: qemu-s390x@nongnu.org
5eb74557 1470
a51b3153
TK
1471vfio-ap
1472M: Christian Borntraeger <borntraeger@de.ibm.com>
1473M: Tony Krowiak <akrowiak@linux.ibm.com>
1474M: Halil Pasic <pasic@linux.ibm.com>
1475M: Pierre Morel <pmorel@linux.ibm.com>
1476S: Supported
1477F: hw/s390x/ap-device.c
1478F: hw/s390x/ap-bridge.c
1479F: include/hw/s390x/ap-device.h
1480F: include/hw/s390x/ap-bridge.h
2fe2942c 1481F: hw/vfio/ap.c
694a8d70 1482F: docs/vfio-ap.txt
a51b3153
TK
1483L: qemu-s390x@nongnu.org
1484
fd5d5c56
AL
1485vhost
1486M: Michael S. Tsirkin <mst@redhat.com>
1487S: Supported
8d8b636d 1488F: hw/*/*vhost*
482580a6 1489F: docs/interop/vhost-user.json
ed1be66b 1490F: docs/interop/vhost-user.rst
72c1e865 1491F: contrib/vhost-user-*/
f24bb728
MAL
1492F: backends/vhost-user.c
1493F: include/sysemu/vhost-user-backend.h
fd5d5c56
AL
1494
1495virtio
a75143ed 1496M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1497S: Supported
8d8b636d 1498F: hw/*/virtio*
72fa605d
TH
1499F: hw/virtio/Makefile.objs
1500F: hw/virtio/trace-events
6a084ea3 1501F: net/vhost-user.c
494f7b57 1502F: include/hw/virtio/
6bd7776c 1503F: tests/virtio-balloon-test.c
fd5d5c56
AL
1504
1505virtio-9p
8c1cd719 1506M: Greg Kurz <groug@kaod.org>
fd5d5c56 1507S: Supported
aebeca25
AF
1508F: hw/9pfs/
1509F: fsdev/
2d888c09 1510F: tests/virtio-9p-test.c
e18a8b34 1511T: git https://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1512
1513virtio-blk
54d01a00 1514M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1515L: qemu-block@nongnu.org
fd5d5c56 1516S: Supported
8d8b636d 1517F: hw/block/virtio-blk.c
b457a5f5 1518F: hw/block/dataplane/*
6bd7776c 1519F: tests/virtio-blk-test.c
e18a8b34 1520T: git https://github.com/stefanha/qemu.git block
fd5d5c56 1521
dd4ad64a 1522virtio-ccw
c1976ae7 1523M: Cornelia Huck <cohuck@redhat.com>
68b91e85 1524M: Halil Pasic <pasic@linux.ibm.com>
dd4ad64a 1525S: Supported
901f5f16 1526F: hw/s390x/virtio-ccw*.[hc]
d8d4d62c 1527F: hw/s390x/vhost-vsock-ccw.c
e18a8b34
SH
1528T: git https://github.com/cohuck/qemu.git s390-next
1529T: git https://github.com/borntraeger/qemu.git s390-next
146bd283 1530L: qemu-s390x@nongnu.org
dd4ad64a 1531
a5d4d7b5
GH
1532virtio-input
1533M: Gerd Hoffmann <kraxel@redhat.com>
1534S: Maintained
9c4d05b7 1535F: hw/input/vhost-user-input.c
a5d4d7b5
GH
1536F: hw/input/virtio-input*.c
1537F: include/hw/virtio/virtio-input.h
06914c97 1538F: contrib/vhost-user-input/*
a5d4d7b5 1539
fd5d5c56 1540virtio-serial
cee887d9 1541M: Amit Shah <amit@kernel.org>
fd5d5c56 1542S: Supported
8d8b636d
PB
1543F: hw/char/virtio-serial-bus.c
1544F: hw/char/virtio-console.c
68a5e38a 1545F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1546F: tests/virtio-console-test.c
1547F: tests/virtio-serial-test.c
fd5d5c56 1548
1f51a5cb 1549virtio-rng
cee887d9 1550M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1551S: Supported
1552F: hw/virtio/virtio-rng.c
1553F: include/hw/virtio/virtio-rng.h
750cf869 1554F: include/sysemu/rng*.h
1f51a5cb 1555F: backends/rng*.c
6bd7776c 1556F: tests/virtio-rng-test.c
1f51a5cb 1557
6034011c
GA
1558virtio-crypto
1559M: Gonglei <arei.gonglei@huawei.com>
1560S: Supported
1561F: hw/virtio/virtio-crypto.c
1562F: hw/virtio/virtio-crypto-pci.c
1563F: include/hw/virtio/virtio-crypto.h
1564
f3c507ad
KB
1565nvme
1566M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1567L: qemu-block@nongnu.org
f3c507ad
KB
1568S: Supported
1569F: hw/block/nvme*
fc967791 1570F: tests/nvme-test.c
f3c507ad 1571
d383c625 1572megasas
3fdfb8b6 1573M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1574L: qemu-block@nongnu.org
d383c625
HR
1575S: Supported
1576F: hw/scsi/megasas.c
1577F: hw/scsi/mfi.h
3fdfb8b6 1578F: tests/megasas-test.c
d383c625 1579
605d52e6 1580Network packet abstractions
bf4835a4 1581M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1582S: Maintained
1583F: include/net/eth.h
1584F: net/eth.c
1585F: hw/net/net_rx_pkt*
1586F: hw/net/net_tx_pkt*
1587
622fb504 1588Vmware
bf4835a4 1589M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1590S: Maintained
1591F: hw/net/vmxnet*
1592F: hw/scsi/vmw_pvscsi*
5a49c1b3 1593F: tests/vmxnet3-test.c
622fb504 1594
de24d3f1 1595Rocker
de24d3f1
SF
1596M: Jiri Pirko <jiri@resnulli.us>
1597S: Maintained
1598F: hw/net/rocker/
de850948
TH
1599F: tests/rocker/
1600F: docs/specs/rocker.txt
de24d3f1 1601
70d1fb9c 1602NVDIMM
7a5bd53d 1603M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1604S: Maintained
1605F: hw/acpi/nvdimm.c
1606F: hw/mem/nvdimm.c
1607F: include/hw/mem/nvdimm.h
e2e254d3 1608F: docs/nvdimm.txt
70d1fb9c 1609
093454e2 1610e1000x
bf4835a4 1611M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1612S: Maintained
1613F: hw/net/e1000x*
1614
6f3fbe4e 1615e1000e
bf4835a4 1616M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1617S: Maintained
1618F: hw/net/e1000e*
1619
ebc2327f
SW
1620eepro100
1621M: Stefan Weil <sw@weilnetz.de>
1622S: Maintained
1623F: hw/net/eepro100.c
1624
e481a1f6 1625Generic Loader
c22e580c 1626M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1627S: Maintained
1628F: hw/core/generic-loader.c
1629F: include/hw/core/generic-loader.h
c5e2ac7e 1630F: docs/generic-loader.txt
e481a1f6 1631
645d3cbe
SH
1632Intel Hexadecimal Object File Loader
1633M: Su Hang <suhang16@mails.ucas.ac.cn>
1634S: Maintained
1635F: tests/hexloader-test.c
4b2ff65a 1636F: tests/data/hex-loader/test.hex
645d3cbe 1637
87a9023a
TH
1638CHRP NVRAM
1639M: Thomas Huth <thuth@redhat.com>
1640S: Maintained
1641F: hw/nvram/chrp_nvram.c
1642F: include/hw/nvram/chrp_nvram.h
1643F: tests/prom-env-test.c
1644
42697d88
BW
1645VM Generation ID
1646M: Ben Warren <ben@skyportsystems.com>
1647S: Maintained
1648F: hw/acpi/vmgenid.c
1649F: include/hw/acpi/vmgenid.h
1650F: docs/specs/vmgenid.txt
1651F: tests/vmgenid-test.c
1652F: stubs/vmgenid.c
1653
747969db
PMD
1654Unimplemented device
1655M: Peter Maydell <peter.maydell@linaro.org>
1656R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1657S: Maintained
1658F: include/hw/misc/unimp.h
1659F: hw/misc/unimp.c
1660
dbb2e472
GH
1661Standard VGA
1662M: Gerd Hoffmann <kraxel@redhat.com>
1663S: Maintained
1664F: hw/display/vga*
1665F: hw/display/bochs-display.c
1666F: include/hw/display/vga.h
1667F: include/hw/display/bochs-vbe.h
1668
58d632c7
GH
1669ramfb
1670M: Gerd Hoffmann <kraxel@redhat.com>
1671S: Maintained
1672F: hw/display/ramfb*.c
1673F: include/hw/display/ramfb.h
1674
dbb2e472
GH
1675virtio-gpu
1676M: Gerd Hoffmann <kraxel@redhat.com>
1677S: Maintained
1678F: hw/display/virtio-gpu*
c68082c4 1679F: hw/display/virtio-vga.*
dbb2e472
GH
1680F: include/hw/virtio/virtio-gpu.h
1681
bd2e44fe
MAL
1682vhost-user-gpu
1683M: Marc-André Lureau <marcandre.lureau@redhat.com>
1684M: Gerd Hoffmann <kraxel@redhat.com>
1685S: Maintained
1686F: docs/interop/vhost-user-gpu.rst
d52c454a
MAL
1687F: contrib/vhost-user-gpu
1688F: hw/display/vhost-user-*
bd2e44fe 1689
dbb2e472
GH
1690Cirrus VGA
1691M: Gerd Hoffmann <kraxel@redhat.com>
1692S: Odd Fixes
1693W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1694F: hw/display/cirrus*
1695
72d277a7
GH
1696EDID Generator
1697M: Gerd Hoffmann <kraxel@redhat.com>
1698S: Maintained
1699F: hw/display/edid*
1700F: include/hw/display/edid.h
1701F: qemu-edid.c
1702
15ffb43c 1703Firmware configuration (fw_cfg)
6f75e3f5 1704M: Philippe Mathieu-Daudé <philmd@redhat.com>
15ffb43c
PMD
1705R: Laszlo Ersek <lersek@redhat.com>
1706R: Gerd Hoffmann <kraxel@redhat.com>
1707S: Supported
1708F: docs/specs/fw_cfg.txt
1709F: hw/nvram/fw_cfg.c
b15c0f7d 1710F: stubs/fw_cfg.c
15ffb43c
PMD
1711F: include/hw/nvram/fw_cfg.h
1712F: include/standard-headers/linux/qemu_fw_cfg.h
1713F: tests/libqos/fw_cfg.c
1714F: tests/fw_cfg-test.c
1715T: git https://github.com/philmd/qemu.git fw_cfg-next
1716
2313abf0
TH
1717XIVE
1718M: David Gibson <david@gibson.dropbear.id.au>
1719M: Cédric Le Goater <clg@kaod.org>
1720L: qemu-ppc@nongnu.org
1721S: Supported
1722F: hw/*/*xive*
1723F: include/hw/*/*xive*
24563a58 1724F: docs/*/*xive*
2313abf0 1725
fd5d5c56
AL
1726Subsystems
1727----------
1728Audio
9f575846 1729M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1730S: Maintained
1731F: audio/
8d8b636d 1732F: hw/audio/
a2b245ae 1733F: include/hw/audio/
d7b50c0c 1734F: tests/ac97-test.c
8fa74c94 1735F: tests/es1370-test.c
fbaf445a 1736F: tests/intel-hda-test.c
fd5d5c56 1737
17f1e8f5 1738Block layer core
fd5d5c56 1739M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1740M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1741L: qemu-block@nongnu.org
fd5d5c56
AL
1742S: Supported
1743F: block*
1744F: block/
8d8b636d 1745F: hw/block/
4c346e0b 1746F: include/block/
46078760
KW
1747F: qemu-img*
1748F: qemu-io*
29242091 1749F: tests/qemu-iotests/
8dd30c86 1750F: util/qemu-progress.c
0bcc8e5b 1751F: qobject/block-qdict.c
c468e368 1752F: tests/check-block-qdict.c
ebe2aad2 1753T: git https://repo.or.cz/qemu/kevin.git block
fd5d5c56 1754
d55053b1
SH
1755Block I/O path
1756M: Stefan Hajnoczi <stefanha@redhat.com>
fe5ca46d 1757M: Fam Zheng <fam@euphon.net>
d55053b1
SH
1758L: qemu-block@nongnu.org
1759S: Supported
36c697bd
PB
1760F: util/async.c
1761F: util/aio-*.c
d55053b1
SH
1762F: block/io.c
1763F: migration/block*
e1029ae2 1764F: include/block/aio.h
f5a53faa 1765F: include/block/aio-wait.h
0a4f9ad1 1766F: scripts/qemugdb/aio.py
e18a8b34 1767T: git https://github.com/stefanha/qemu.git block
d55053b1 1768
e5b5728c
PB
1769Block SCSI subsystem
1770M: Paolo Bonzini <pbonzini@redhat.com>
fe5ca46d 1771R: Fam Zheng <fam@euphon.net>
e5b5728c
PB
1772L: qemu-block@nongnu.org
1773S: Supported
1774F: include/scsi/*
1775F: scsi/*
1776
280458a3 1777Block Jobs
03283d64 1778M: John Snow <jsnow@redhat.com>
280458a3
JC
1779L: qemu-block@nongnu.org
1780S: Supported
1781F: blockjob.c
1782F: include/block/blockjob.h
33e9e9bd 1783F: job.c
1a90bc81 1784F: job-qmp.c
c468e368 1785F: include/qemu/job.h
280458a3
JC
1786F: block/backup.c
1787F: block/commit.c
77346025 1788F: block/stream.c
280458a3 1789F: block/mirror.c
bf42508f 1790F: qapi/job.json
03283d64 1791T: git https://github.com/jnsnow/qemu.git jobs
280458a3 1792
4120201d
MA
1793Block QAPI, monitor, command line
1794M: Markus Armbruster <armbru@redhat.com>
1795S: Supported
1796F: blockdev.c
1797F: block/qapi.c
1798F: qapi/block*.json
fa988e39 1799F: qapi/transaction.json
ebe2aad2 1800T: git https://repo.or.cz/qemu/armbru.git block-next
4120201d 1801
538193bc 1802Dirty Bitmaps
fe5ca46d 1803M: Fam Zheng <fam@euphon.net>
538193bc
JS
1804M: John Snow <jsnow@redhat.com>
1805L: qemu-block@nongnu.org
1806S: Supported
1807F: util/hbitmap.c
1808F: block/dirty-bitmap.c
1809F: include/qemu/hbitmap.h
1810F: include/block/dirty-bitmap.h
1811F: tests/test-hbitmap.c
5746c1cd 1812F: docs/interop/bitmaps.rst
e18a8b34
SH
1813T: git https://github.com/famz/qemu.git bitmaps
1814T: git https://github.com/jnsnow/qemu.git bitmaps
538193bc 1815
61af0ee6 1816Character device backends
55fc84a7 1817M: Marc-André Lureau <marcandre.lureau@redhat.com>
2185fd67 1818R: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56 1819S: Maintained
178fe0ae 1820F: chardev/
8228e353 1821F: include/chardev/
dbeee392 1822F: qapi/char.json
fd5d5c56 1823
e26082fd
PB
1824Character Devices (Braille)
1825M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1826S: Maintained
6b10e573 1827F: chardev/baum.c
fd5d5c56 1828
e94630d3
MA
1829Command line option argument parsing
1830M: Markus Armbruster <armbru@redhat.com>
1831S: Supported
1832F: include/qemu/option.h
1833F: tests/test-keyval.c
1834F: tests/test-qemu-opts.c
1835F: util/keyval.c
1836F: util/qemu-option.c
1837
8c413e79
MA
1838Coverity model
1839M: Markus Armbruster <armbru@redhat.com>
1840S: Supported
1841F: scripts/coverity-model.c
1842
f2ca0524 1843CPU
12b0e69c 1844L: qemu-devel@nongnu.org
f2ca0524
AF
1845S: Supported
1846F: qom/cpu.c
6e481d57 1847F: include/qom/cpu.h
f2ca0524 1848
d24b569a 1849Device Tree
c3c962c1
AF
1850M: Alistair Francis <alistair.francis@wdc.com>
1851R: David Gibson <david@gibson.dropbear.id.au>
d24b569a 1852S: Maintained
82407515
TH
1853F: device_tree.c
1854F: include/sysemu/device_tree.h
d24b569a 1855
3505a22b
MAL
1856Dump
1857S: Supported
1858M: Marc-André Lureau <marcandre.lureau@redhat.com>
1859F: dump.c
1860F: hw/misc/vmcoreinfo.c
1861F: include/hw/misc/vmcoreinfo.h
1862F: include/sysemu/dump-arch.h
1863F: include/sysemu/dump.h
1864F: scripts/dump-guest-memory.py
1865F: stubs/dump.c
1866
4f966768
MA
1867Error reporting
1868M: Markus Armbruster <armbru@redhat.com>
1869S: Supported
1870F: include/qapi/error.h
1871F: include/qemu/error-report.h
1872F: util/error.c
1873F: util/qemu-error.c
1874
fd5d5c56 1875GDB stub
de5415b6 1876S: Orphan
fd5d5c56
AL
1877F: gdbstub*
1878F: gdb-xml/
1879
01a9c03c
PB
1880Memory API
1881M: Paolo Bonzini <pbonzini@redhat.com>
1882S: Supported
1883F: include/exec/ioport.h
1884F: ioport.c
1885F: include/exec/memory.h
2b1641d0 1886F: include/exec/ram_addr.h
01a9c03c
PB
1887F: memory.c
1888F: include/exec/memory-internal.h
1889F: exec.c
1890
7ee3bf03
GH
1891SPICE
1892M: Gerd Hoffmann <kraxel@redhat.com>
1893S: Supported
6e481d57 1894F: include/ui/qemu-spice.h
438528a3 1895F: include/ui/spice-display.h
7ee3bf03
GH
1896F: ui/spice-*.c
1897F: audio/spiceaudio.c
8d8b636d 1898F: hw/display/qxl*
608cfed6 1899F: qapi/ui.json
9bd4cb35 1900F: docs/spice-port-fqdn.txt
7ee3bf03 1901
fd5d5c56 1902Graphics
25eccc37
GH
1903M: Gerd Hoffmann <kraxel@redhat.com>
1904S: Odd Fixes
fd5d5c56 1905F: ui/
e220656c 1906F: include/ui/
608cfed6 1907F: qapi/ui.json
b1d38037 1908F: util/drm.c
fd5d5c56 1909
351f1bf6 1910Cocoa graphics
30ef3c74 1911M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1912S: Odd Fixes
1913F: ui/cocoa.m
1914
fd5d5c56 1915Main loop
da26f37a
PB
1916M: Paolo Bonzini <pbonzini@redhat.com>
1917S: Maintained
1918F: cpus.c
3ecb29a3
PB
1919F: util/main-loop.c
1920F: util/qemu-timer.c
fd5d5c56 1921F: vl.c
0e201d34 1922F: qapi/run-state.json
fd5d5c56 1923
8899b4ae 1924Human Monitor (HMP)
c833fb4a 1925M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1926S: Maintained
fd5d5c56 1927F: monitor.c
c13e9912
TH
1928F: hmp.[ch]
1929F: hmp-commands*.hx
1930F: include/monitor/hmp-target.h
bbcee372 1931F: tests/test-hmp.c
637de4db
MA
1932F: include/qemu/qemu-print.h
1933F: util/qemu-print.c
fd5d5c56 1934
f536f112 1935Network device backends
442469e6 1936M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1937S: Maintained
1938F: net/
d24b2b1c 1939F: include/net/
e18a8b34 1940T: git https://github.com/jasowang/qemu.git net
3c0bd37d 1941F: qapi/net.json
fd5d5c56 1942
aee09baf
VM
1943Netmap network backend
1944M: Luigi Rizzo <rizzo@iet.unipi.it>
1945M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1946M: Vincenzo Maffione <v.maffione@gmail.com>
1947W: http://info.iet.unipi.it/~luigi/netmap/
1948S: Maintained
1949F: net/netmap.c
1950
2f54eb98
EH
1951NUMA
1952M: Eduardo Habkost <ehabkost@redhat.com>
1953S: Maintained
1954F: numa.c
1955F: include/sysemu/numa.h
e18a8b34 1956T: git https://github.com/ehabkost/qemu.git machine-next
2f54eb98 1957
4fc264f4
EH
1958Host Memory Backends
1959M: Eduardo Habkost <ehabkost@redhat.com>
1960M: Igor Mammedov <imammedo@redhat.com>
1961S: Maintained
1962F: backends/hostmem*.c
1963F: include/sysemu/hostmem.h
e18a8b34 1964T: git https://github.com/ehabkost/qemu.git machine-next
4fc264f4 1965
6034011c
GA
1966Cryptodev Backends
1967M: Gonglei <arei.gonglei@huawei.com>
1968S: Maintained
1969F: include/sysemu/cryptodev*.h
1970F: backends/cryptodev*.c
1971
ad904f66
EH
1972Python scripts
1973M: Eduardo Habkost <ehabkost@redhat.com>
1974M: Cleber Rosa <crosa@redhat.com>
1975S: Odd fixes
1976F: scripts/qmp/*
1977F: scripts/*.py
1978F: tests/*.py
1979
8899b4ae 1980QAPI
9740618c 1981M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1982M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1983S: Supported
8899b4ae 1984F: qapi/
0311c5bd 1985X: qapi/*.json
ac4abb9a
MA
1986F: include/qapi/
1987X: include/qapi/qmp/
1988F: include/qapi/qmp/dispatch.h
c0bd0b50 1989F: tests/qapi-schema/
ac4abb9a 1990F: tests/test-*-visitor.c
e94630d3 1991F: tests/test-qapi-*.c
ac4abb9a 1992F: tests/test-qmp-*.c
e94630d3 1993F: tests/test-visitor-serialization.c
be25fcc4
MA
1994F: scripts/qapi-gen.py
1995F: scripts/qapi/*
c39cdbf6 1996F: docs/devel/qapi*
ebe2aad2 1997T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1998
7810d291
LC
1999QAPI Schema
2000M: Eric Blake <eblake@redhat.com>
7810d291
LC
2001M: Markus Armbruster <armbru@redhat.com>
2002S: Supported
0311c5bd 2003F: qapi/*.json
ebe2aad2 2004T: git https://repo.or.cz/qemu/armbru.git qapi-next
7810d291 2005
f3582ba4 2006QObject
daf5dc78
MA
2007M: Markus Armbruster <armbru@redhat.com>
2008S: Supported
f3582ba4 2009F: qobject/
7735d2b5
MA
2010F: include/qapi/qmp/
2011X: include/qapi/qmp/dispatch.h
a2f3453e 2012F: scripts/coccinelle/qobject.cocci
7735d2b5 2013F: tests/check-qdict.c
7735d2b5
MA
2014F: tests/check-qjson.c
2015F: tests/check-qlist.c
cd81e02b
PMD
2016F: tests/check-qlit.c
2017F: tests/check-qnull.c
2018F: tests/check-qnum.c
2019F: tests/check-qobject.c
7735d2b5 2020F: tests/check-qstring.c
fe07b62c 2021F: tests/data/qobject/qdict.txt
ebe2aad2 2022T: git https://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 2023
f05d9999
MR
2024QEMU Guest Agent
2025M: Michael Roth <mdroth@linux.vnet.ibm.com>
2026S: Maintained
2027F: qga/
ab7f9f7d
PMD
2028F: qemu-ga.texi
2029F: scripts/qemu-guest-agent/
2030F: tests/test-qga.c
2031F: docs/interop/qemu-ga-ref.texi
e18a8b34 2032T: git https://github.com/mdroth/qemu.git qga
f05d9999 2033
4688c94c 2034QOM
4688c94c
AF
2035M: Andreas Färber <afaerber@suse.de>
2036S: Supported
e18a8b34 2037T: git https://github.com/afaerber/qemu-cpu.git qom-next
4688c94c
AF
2038F: include/qom/
2039X: include/qom/cpu.h
2040F: qom/
2041X: qom/cpu.c
9f4aa7ce
AF
2042F: tests/check-qom-interface.c
2043F: tests/check-qom-proplist.c
4688c94c 2044
8899b4ae 2045QMP
9740618c
LC
2046M: Markus Armbruster <armbru@redhat.com>
2047S: Supported
8899b4ae
LC
2048F: qmp.c
2049F: monitor.c
c39cdbf6 2050F: docs/devel/*qmp-*
12b2f0d9 2051F: docs/interop/*qmp-*
9740618c 2052F: scripts/qmp/
f66e7ac8 2053F: tests/qmp-test.c
d93bb9d5 2054F: tests/qmp-cmd-test.c
ebe2aad2 2055T: git https://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 2056
98a43bf0 2057qtest
98a43bf0
PB
2058M: Thomas Huth <thuth@redhat.com>
2059M: Laurent Vivier <lvivier@redhat.com>
2185fd67 2060R: Paolo Bonzini <pbonzini@redhat.com>
98a43bf0
PB
2061S: Maintained
2062F: qtest.c
3fe13fe1 2063F: accel/qtest.c
98a43bf0
PB
2064F: tests/libqtest.*
2065F: tests/libqos/
2066F: tests/*-test.c
2067
cc0100f4 2068Register API
c22e580c 2069M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
2070S: Maintained
2071F: hw/core/register.c
2072F: include/hw/register.h
06a7b243 2073F: include/hw/registerfields.h
cc0100f4 2074
fd5d5c56 2075SLIRP
eda509fa 2076M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
2077M: Jan Kiszka <jan.kiszka@siemens.com>
2078S: Maintained
fd5d5c56 2079F: slirp/
663fb1e1 2080F: net/slirp.c
d24b2b1c 2081F: include/net/slirp.h
02cffe24 2082T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 2083T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 2084
b1ed728a
PB
2085Stubs
2086M: Paolo Bonzini <pbonzini@redhat.com>
2087S: Maintained
2088F: stubs/
2089
598a3f35 2090Tracing
1cd0f8ce 2091M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
2092S: Maintained
2093F: trace/
0e076292
TH
2094F: trace-events
2095F: qemu-option-trace.texi
f70fd8fd
LV
2096F: scripts/tracetool.py
2097F: scripts/tracetool/
62dd1048 2098F: scripts/qemu-trace-stap*
c39cdbf6 2099F: docs/devel/tracing.txt
e18a8b34 2100T: git https://github.com/stefanha/qemu.git tracing
598a3f35 2101
3859b6cf 2102TPM
1f63669e 2103M: Stefan Berger <stefanb@linux.ibm.com>
6b4f250b 2104S: Maintained
3859b6cf 2105F: tpm.c
c39f95dc 2106F: stubs/tpm.c
3859b6cf
MA
2107F: hw/tpm/*
2108F: include/hw/acpi/tpm.h
2109F: include/sysemu/tpm*
2110F: qapi/tpm.json
6b4f250b 2111F: backends/tpm.c
adb0e917 2112F: tests/*tpm*
e18a8b34 2113T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 2114
14f40fdc 2115Checkpatch
14f40fdc
BS
2116S: Odd Fixes
2117F: scripts/checkpatch.pl
2118
c0787c8d
JQ
2119Migration
2120M: Juan Quintela <quintela@redhat.com>
d7fc72ce 2121M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
2122S: Maintained
2123F: include/migration/
44a1f946 2124F: migration/
c5515640
AS
2125F: scripts/vmstate-static-checker.py
2126F: tests/vmstate-static-checker-data/
2656bfd9 2127F: tests/migration-test.c
c468e368 2128F: docs/devel/migration.rst
48685a8e 2129F: qapi/migration.json
c0787c8d 2130
92bfedb0 2131Seccomp
064983cb 2132M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
2133S: Supported
2134F: qemu-seccomp.c
2135F: include/sysemu/seccomp.h
2136
ddbb0d09
DB
2137Cryptography
2138M: Daniel P. Berrange <berrange@redhat.com>
2139S: Maintained
2140F: crypto/
2141F: include/crypto/
2142F: tests/test-crypto-*
3947ecfc 2143F: tests/benchmark-crypto-*
4d21171b
PMD
2144F: tests/crypto-tls-*
2145F: tests/pkix_asn1_tab.c
899833cd 2146F: qemu.sasl
ddbb0d09 2147
10817bf0
DB
2148Coroutines
2149M: Stefan Hajnoczi <stefanha@redhat.com>
2150M: Kevin Wolf <kwolf@redhat.com>
00a25291 2151S: Maintained
10817bf0
DB
2152F: util/*coroutine*
2153F: include/qemu/coroutine*
2154F: tests/test-coroutine.c
2155
88c5f205
DB
2156Buffers
2157M: Daniel P. Berrange <berrange@redhat.com>
2158S: Odd fixes
2159F: util/buffer.c
2160F: include/qemu/buffer.h
2161
666a3af9
DB
2162I/O Channels
2163M: Daniel P. Berrange <berrange@redhat.com>
2164S: Maintained
2165F: io/
2166F: include/io/
2167F: tests/test-io-*
2168
5b76dd13
DB
2169User authorization
2170M: Daniel P. Berrange <berrange@redhat.com>
2171S: Maintained
2172F: authz/
c8c99887 2173F: qapi/authz.json
5b76dd13
DB
2174F: include/authz/
2175F: tests/test-authz-*
2176
5614a283
GH
2177Sockets
2178M: Daniel P. Berrange <berrange@redhat.com>
2179M: Gerd Hoffmann <kraxel@redhat.com>
5614a283
GH
2180S: Maintained
2181F: include/qemu/sockets.h
2182F: util/qemu-sockets.c
a2ff5a48 2183F: qapi/sockets.json
5614a283 2184
90e33dfe
DB
2185File monitor
2186M: Daniel P. Berrange <berrange@redhat.com>
2187S: Odd fixes
2188F: util/filemonitor*.c
2189F: include/qemu/filemonitor.h
2190F: tests/test-util-filemonitor.c
2191
d310d85b
AG
2192Throttling infrastructure
2193M: Alberto Garcia <berto@igalia.com>
2194S: Supported
2195F: block/throttle-groups.c
2196F: include/block/throttle-groups.h
89603938 2197F: include/qemu/throttle*.h
d310d85b 2198F: util/throttle.c
89603938
PMD
2199F: docs/throttle.txt
2200F: tests/test-throttle.c
d310d85b
AG
2201L: qemu-block@nongnu.org
2202
080d7aac 2203UUID
fe5ca46d 2204M: Fam Zheng <fam@euphon.net>
080d7aac
FZ
2205S: Supported
2206F: util/uuid.c
2207F: include/qemu/uuid.h
2208F: tests/test-uuid.c
2209
a4cc318e
HZ
2210COLO Framework
2211M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2212S: Maintained
2213F: migration/colo*
2214F: include/migration/colo.h
2215F: include/migration/failover.h
2216F: docs/COLO-FT.txt
2217
88f82ed1 2218COLO Proxy
c6bf50ff 2219M: Zhang Chen <chen.zhang@intel.com>
88f82ed1
ZC
2220M: Li Zhijian <lizhijian@cn.fujitsu.com>
2221S: Supported
2222F: docs/colo-proxy.txt
2223F: net/colo*
2224F: net/filter-rewriter.c
2225F: net/filter-mirror.c
2226
62258201
PD
2227Record/replay
2228M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2229R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 2230W: https://wiki.qemu.org/Features/record-replay
62258201
PD
2231S: Supported
2232F: replay/*
2233F: block/blkreplay.c
2234F: net/filter-replay.c
2235F: include/sysemu/replay.h
2236F: docs/replay.txt
2237F: stubs/replay.c
2238
eecf5eed
PX
2239IOVA Tree
2240M: Peter Xu <peterx@redhat.com>
2241S: Maintained
2242F: include/qemu/iova-tree.h
2243F: util/iova-tree.c
2244
5ee547bb
VP
2245elf2dmp
2246M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2247S: Maintained
2248F: contrib/elf2dmp/
2249
93198b6c
CM
2250I2C and SMBus
2251M: Corey Minyard <cminyard@mvista.com>
2252S: Maintained
2253F: hw/i2c/core.c
2254F: hw/i2c/smbus_slave.c
2255F: hw/i2c/smbus_master.c
2256F: hw/i2c/smbus_eeprom.c
2257F: include/hw/i2c/i2c.h
2258F: include/hw/i2c/smbus_master.h
2259F: include/hw/i2c/smbus_slave.h
2260F: include/hw/i2c/smbus_eeprom.h
2261
6739df3f
LE
2262EDK2 Firmware
2263M: Laszlo Ersek <lersek@redhat.com>
2264M: Philippe Mathieu-Daudé <philmd@redhat.com>
2265S: Supported
2266F: pc-bios/descriptors/??-edk2-*.json
2267F: pc-bios/edk2-*
2268F: roms/Makefile.edk2
2269F: roms/edk2
2270F: roms/edk2-*
2271F: tests/data/uefi-boot-images/
2272F: tests/uefi-test-tools/
2273
fd5d5c56
AL
2274Usermode Emulation
2275------------------
486bbe5f
PB
2276Overall
2277M: Riku Voipio <riku.voipio@iki.fi>
2278S: Maintained
2279F: thunk.c
58410666 2280F: accel/tcg/user-exec*.c
486bbe5f 2281
fd5d5c56 2282BSD user
297e8005 2283S: Orphan
fd5d5c56 2284F: bsd-user/
ccf0a57b 2285F: default-configs/*-bsd-user.mak
fd5d5c56 2286
fd5d5c56
AL
2287Linux user
2288M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 2289R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
2290S: Maintained
2291F: linux-user/
ccf0a57b 2292F: default-configs/*-linux-user.mak
e5dd9875 2293F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
2294
2295Tiny Code Generator (TCG)
2296-------------------------
2297Common code
cc7772bd 2298M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2299S: Maintained
2300F: tcg/
2301
b25a464c
CF
2302AArch64 target
2303M: Claudio Fontana <claudio.fontana@huawei.com>
2304M: Claudio Fontana <claudio.fontana@gmail.com>
2305S: Maintained
b4f2bd1c 2306L: qemu-arm@nongnu.org
b25a464c 2307F: tcg/aarch64/
c17652ee
PB
2308F: disas/arm-a64.cc
2309F: disas/libvixl/
b25a464c 2310
42f5a7e9
AJ
2311ARM target
2312M: Andrzej Zaborowski <balrogg@gmail.com>
2313S: Maintained
b4f2bd1c 2314L: qemu-arm@nongnu.org
42f5a7e9 2315F: tcg/arm/
c17652ee 2316F: disas/arm.c
42f5a7e9 2317
42f5a7e9 2318i386 target
ecd1a5d0 2319M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
2320S: Maintained
2321F: tcg/i386/
c17652ee 2322F: disas/i386.c
42f5a7e9 2323
42f5a7e9 2324MIPS target
d6eec7a2 2325M: Aurelien Jarno <aurelien@aurel32.net>
215943b8 2326R: Aleksandar Rikalo <arikalo@wavecomp.com>
42f5a7e9
AJ
2327S: Maintained
2328F: tcg/mips/
c17652ee 2329F: disas/mips.c
42f5a7e9
AJ
2330
2331PPC
15610d42
PK
2332M: Richard Henderson <rth@twiddle.net>
2333S: Odd Fixes
42f5a7e9 2334F: tcg/ppc/
c17652ee 2335F: disas/ppc.c
42f5a7e9 2336
fb1f70f3 2337RISC-V
fb1f70f3
AF
2338M: Palmer Dabbelt <palmer@sifive.com>
2339M: Alistair Francis <Alistair.Francis@wdc.com>
2340L: qemu-riscv@nongnu.org
2341S: Maintained
2342F: tcg/riscv/
2343F: disas/riscv.c
2344
42f5a7e9 2345S390 target
42f5a7e9
AJ
2346M: Richard Henderson <rth@twiddle.net>
2347S: Maintained
2348F: tcg/s390/
c17652ee 2349F: disas/s390.c
146bd283 2350L: qemu-s390x@nongnu.org
42f5a7e9
AJ
2351
2352SPARC target
297e8005 2353S: Odd Fixes
42f5a7e9 2354F: tcg/sparc/
c17652ee 2355F: disas/sparc.c
bc75c9e5
SW
2356
2357TCI target
2358M: Stefan Weil <sw@weilnetz.de>
2359S: Maintained
8ef9cd55 2360F: tcg/tci/
752a2ae2 2361F: tcg/tci.c
c17652ee 2362F: disas/tci.c
aa09c951 2363
f05b328c
SH
2364Block drivers
2365-------------
2366VMDK
fe5ca46d 2367M: Fam Zheng <fam@euphon.net>
c95e4c0e 2368L: qemu-block@nongnu.org
f05b328c
SH
2369S: Supported
2370F: block/vmdk.c
2371
2372RBD
5a8ac6d9 2373M: Josh Durgin <jdurgin@redhat.com>
280458a3 2374L: qemu-block@nongnu.org
f05b328c
SH
2375S: Supported
2376F: block/rbd.c
2377
2378Sheepdog
f05b328c 2379M: Liu Yuan <namei.unix@gmail.com>
280458a3 2380L: qemu-block@nongnu.org
5f5246b6
JC
2381L: sheepdog@lists.wpkg.org
2382S: Odd Fixes
f05b328c
SH
2383F: block/sheepdog.c
2384
2385VHDX
5f5246b6 2386M: Jeff Cody <codyprime@gmail.com>
280458a3 2387L: qemu-block@nongnu.org
f05b328c
SH
2388S: Supported
2389F: block/vhdx*
2390
2391VDI
2392M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2393L: qemu-block@nongnu.org
f05b328c
SH
2394S: Maintained
2395F: block/vdi.c
2396
2397iSCSI
2398M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2399M: Paolo Bonzini <pbonzini@redhat.com>
2400M: Peter Lieven <pl@kamp.de>
c95e4c0e 2401L: qemu-block@nongnu.org
2185fd67 2402S: Odd Fixes
f05b328c 2403F: block/iscsi.c
2deb63c2 2404F: block/iscsi-opts.c
f05b328c 2405
99c62e70
EB
2406Network Block Device (NBD)
2407M: Eric Blake <eblake@redhat.com>
99c62e70
EB
2408L: qemu-block@nongnu.org
2409S: Maintained
2410F: block/nbd*
2411F: nbd/
2412F: include/block/nbd*
2413F: qemu-nbd.*
2414F: blockdev-nbd.c
3229a835 2415F: docs/interop/nbd.txt
ebe2aad2 2416T: git https://repo.or.cz/qemu/ericb.git nbd
99c62e70 2417
6542aa9c
PL
2418NFS
2419M: Peter Lieven <pl@kamp.de>
280458a3 2420L: qemu-block@nongnu.org
6542aa9c
PL
2421S: Maintained
2422F: block/nfs.c
2423
f05b328c
SH
2424SSH
2425M: Richard W.M. Jones <rjones@redhat.com>
280458a3 2426L: qemu-block@nongnu.org
f05b328c
SH
2427S: Supported
2428F: block/ssh.c
c9a12e75 2429
280458a3 2430CURL
280458a3 2431L: qemu-block@nongnu.org
5c6090fa 2432S: Odd Fixes
280458a3 2433F: block/curl.c
280458a3
JC
2434
2435GLUSTER
280458a3 2436L: qemu-block@nongnu.org
5c6090fa
TH
2437L: integration@gluster.org
2438S: Odd Fixes
280458a3 2439F: block/gluster.c
b5e9476c 2440
199667a8 2441Null Block Driver
fe5ca46d 2442M: Fam Zheng <fam@euphon.net>
199667a8
FZ
2443L: qemu-block@nongnu.org
2444S: Supported
2445F: block/null.c
2446
bdd6a90a 2447NVMe Block Driver
fe5ca46d 2448M: Fam Zheng <fam@euphon.net>
bdd6a90a
FZ
2449L: qemu-block@nongnu.org
2450S: Supported
2451F: block/nvme*
2452
b5e9476c
GA
2453Bootdevice
2454M: Gonglei <arei.gonglei@huawei.com>
2455S: Maintained
2456F: bootdevice.c
ecdda9e0
AG
2457
2458Quorum
2459M: Alberto Garcia <berto@igalia.com>
2460S: Supported
2461F: block/quorum.c
2462L: qemu-block@nongnu.org
e7c6e631 2463
bfcc224e
AV
2464blklogwrites
2465M: Ari Sundholm <ari@tuxera.com>
2466L: qemu-block@nongnu.org
2467S: Supported
2468F: block/blklogwrites.c
2469
e7c6e631
SH
2470blkverify
2471M: Stefan Hajnoczi <stefanha@redhat.com>
2472L: qemu-block@nongnu.org
2473S: Supported
2474F: block/blkverify.c
2475
2476bochs
2477M: Stefan Hajnoczi <stefanha@redhat.com>
2478L: qemu-block@nongnu.org
2479S: Supported
2480F: block/bochs.c
2481
2482cloop
2483M: Stefan Hajnoczi <stefanha@redhat.com>
2484L: qemu-block@nongnu.org
2485S: Supported
2486F: block/cloop.c
2487
2488dmg
2489M: Stefan Hajnoczi <stefanha@redhat.com>
2490L: qemu-block@nongnu.org
2491S: Supported
2492F: block/dmg.c
2493
2494parallels
2495M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2496M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2497L: qemu-block@nongnu.org
2498S: Supported
2499F: block/parallels.c
5746c1cd 2500F: docs/interop/parallels.txt
e7c6e631
SH
2501
2502qed
2503M: Stefan Hajnoczi <stefanha@redhat.com>
2504L: qemu-block@nongnu.org
2505S: Supported
2506F: block/qed.c
2507
2508raw
2509M: Kevin Wolf <kwolf@redhat.com>
2510L: qemu-block@nongnu.org
2511S: Supported
2512F: block/linux-aio.c
f586d5fc 2513F: include/block/raw-aio.h
2e6fc7eb 2514F: block/raw-format.c
c1bb86cd
EB
2515F: block/file-posix.c
2516F: block/file-win32.c
e7c6e631
SH
2517F: block/win32-aio.c
2518
2519qcow2
2520M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2521M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2522L: qemu-block@nongnu.org
2523S: Supported
2524F: block/qcow2*
b24f9882 2525F: docs/interop/qcow2.txt
e7c6e631
SH
2526
2527qcow
2528M: Kevin Wolf <kwolf@redhat.com>
2529L: qemu-block@nongnu.org
2530S: Supported
2531F: block/qcow.c
2532
2533blkdebug
2534M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2535M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2536L: qemu-block@nongnu.org
2537S: Supported
2538F: block/blkdebug.c
2539
2540vpc
2541M: Kevin Wolf <kwolf@redhat.com>
2542L: qemu-block@nongnu.org
2543S: Supported
2544F: block/vpc.c
2545
2546vvfat
2547M: Kevin Wolf <kwolf@redhat.com>
2548L: qemu-block@nongnu.org
2549S: Supported
2550F: block/vvfat.c
abfe4e94
SH
2551
2552Image format fuzzer
2553M: Stefan Hajnoczi <stefanha@redhat.com>
2554L: qemu-block@nongnu.org
2555S: Supported
2556F: tests/image-fuzzer/
717171bd 2557
049105a3 2558Replication
205f8618 2559M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2560M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2561S: Supported
2562F: replication*
2563F: block/replication.c
2564F: tests/test-replication.c
2565F: docs/block-replication.txt
2566
a3defabb
MA
2567PVRDMA
2568M: Yuval Shaia <yuval.shaia@oracle.com>
fe355cbd 2569M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2570S: Maintained
2571F: hw/rdma/*
2572F: hw/rdma/vmw/*
2573F: docs/pvrdma.txt
a5d2f6f8 2574F: contrib/rdmacm-mux/*
4a5c9903 2575F: qapi/rdma.json
a3defabb 2576
b052fec8
AB
2577Semihosting
2578M: Alex Bennée <alex.bennee@linaro.org>
2579L: qemu-devel@nongnu.org
2580S: Maintained
2581F: hw/semihosting/
2582F: include/hw/semihosting/
2583
b9e02c06
AB
2584Build and test automation
2585-------------------------
0475a03e 2586Build and test automation
b9e02c06 2587M: Alex Bennée <alex.bennee@linaro.org>
fe5ca46d 2588M: Fam Zheng <fam@euphon.net>
0d8ea8f1 2589R: Philippe Mathieu-Daudé <philmd@redhat.com>
b9e02c06 2590L: qemu-devel@nongnu.org
e70dc7f8 2591S: Maintained
b9e02c06 2592F: .travis.yml
0708e647 2593F: scripts/travis/
d92d886a 2594F: .shippable.yml
e70dc7f8 2595F: tests/docker/
18023821 2596F: tests/vm/
54dbfd85 2597F: scripts/archive-source.sh
e70dc7f8 2598W: https://travis-ci.org/qemu/qemu
2a747008 2599W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2600W: http://patchew.org/QEMU/
717171bd 2601
7162fbb4
EM
2602FreeBSD Hosted Continuous Integration
2603M: Ed Maste <emaste@freebsd.org>
2604M: Li-Wen Hsu <lwhsu@freebsd.org>
2605L: qemu-devel@nongnu.org
2606S: Maintained
2607F: .cirrus.yml
2608W: https://cirrus-ci.com/github/qemu/qemu
2609
0a8b05c7
TH
2610GitLab Continuous Integration
2611M: Thomas Huth <thuth@redhat.com>
2612S: Maintained
2613F: .gitlab-ci.yml
2614
7e97017e
AB
2615Guest Test Compilation Support
2616M: Alex Bennée <alex.bennee@linaro.org>
2617R: Philippe Mathieu-Daudé <f4bug@amsat.org>
00a25291 2618S: Maintained
7e97017e 2619F: tests/tcg/Makefile
c722a9e4 2620F: tests/tcg/Makefile.include
7e97017e
AB
2621L: qemu-devel@nongnu.org
2622
717171bd
DB
2623Documentation
2624-------------
2625Build system architecture
2626M: Daniel P. Berrange <berrange@redhat.com>
2627S: Odd Fixes
c39cdbf6 2628F: docs/devel/build-system.txt
8a49e97f 2629
92329a7e
AB
2630GIT Data Mining Config
2631M: Alex Bennée <alex.bennee@linaro.org>
2632S: Odd Fixes
2633F: gitdm.config
2634F: contrib/gitdm/*
2635
b02c9bc3
MA
2636Incompatible changes
2637R: libvir-list@redhat.com
2638F: qemu-deprecated.texi
2639
aef45d51
DB
2640Build System
2641------------
2642GIT submodules
2643M: Daniel P. Berrange <berrange@redhat.com>
2644S: Odd Fixes
2645F: scripts/git-submodule.sh
c10e01b9
PM
2646
2647Sphinx documentation configuration and build machinery
2648M: Peter Maydell <peter.maydell@linaro.org>
2649S: Maintained
2650F: docs/conf.py
2651F: docs/*/conf.py