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