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