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