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