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