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