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