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