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