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