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