]> git.ipfire.org Git - thirdparty/qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'remotes/qmp-unstable/tags/for-upstream' into staging
[thirdparty/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>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 23 much other than throw the odd patch in. See below.
fd5d5c56
AL
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51General Project Administration
52------------------------------
ff0d4876 53M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 54
62622c11
MT
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
59L: secalert@redhat.com
60
fd5d5c56
AL
61Guest CPU cores (TCG):
62----------------------
486bbe5f 63Overall
5dd4a88c 64L: qemu-devel@nongnu.org
486bbe5f
PB
65S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
fd5d5c56 74Alpha
8d6df264
RH
75M: Richard Henderson <rth@twiddle.net>
76S: Maintained
fd5d5c56 77F: target-alpha/
8d8b636d 78F: hw/alpha/
c0bd0b50 79F: tests/tcg/alpha/
b6f97c14 80
b6f97c14 81ARM
1ce9ce6a 82M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56
AL
83S: Maintained
84F: target-arm/
8d8b636d
PB
85F: hw/arm/
86F: hw/cpu/a*mpcore.c
fd5d5c56
AL
87
88CRIS
89M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90S: Maintained
91F: target-cris/
8d8b636d 92F: hw/cris/
c0bd0b50 93F: tests/tcg/cris/
fd5d5c56 94
07bf23a7
MW
95LM32
96M: Michael Walle <michael@walle.cc>
97S: Maintained
98F: target-lm32/
4eab7a0a 99F: disas/lm32.c
8d8b636d 100F: hw/lm32/
4eab7a0a
MW
101F: hw/*/lm32_*
102F: hw/*/milkymist-*
103F: include/hw/char/lm32_juart.h
104F: include/hw/lm32/
c0bd0b50 105F: tests/tcg/lm32/
07bf23a7 106
fd5d5c56 107M68K
0e19885e 108S: Orphan
fd5d5c56 109F: target-m68k/
8d8b636d 110F: hw/m68k/
fd5d5c56
AL
111
112MicroBlaze
113M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
114S: Maintained
115F: target-microblaze/
8d8b636d 116F: hw/microblaze/
fd5d5c56 117
b6f97c14 118MIPS
ddb13561 119M: Aurelien Jarno <aurelien@aurel32.net>
6f640917
LA
120M: Leon Alrae <leon.alrae@imgtec.com>
121S: Maintained
fd5d5c56 122F: target-mips/
8d8b636d 123F: hw/mips/
c0bd0b50 124F: tests/tcg/mips/
fd5d5c56 125
d15a9c23
AG
126Moxie
127M: Anthony Green <green@moxielogic.com>
128S: Maintained
129F: target-moxie/
130
945dad6d
JL
131OpenRISC
132M: Jia Liu <proljc@gmail.com>
133S: Maintained
134F: target-openrisc/
135F: hw/openrisc/
c0bd0b50 136F: tests/tcg/openrisc/
945dad6d 137
b6f97c14 138PowerPC
fd5d5c56 139M: Alexander Graf <agraf@suse.de>
a6c98685 140L: qemu-ppc@nongnu.org
fd5d5c56
AL
141S: Maintained
142F: target-ppc/
8d8b636d 143F: hw/ppc/
fd5d5c56
AL
144
145S390
2b35e93f 146M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
147M: Alexander Graf <agraf@suse.de>
148S: Maintained
149F: target-s390x/
8d8b636d 150F: hw/s390x/
fd5d5c56 151
b6f97c14 152SH4
ddb13561 153M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 154S: Odd Fixes
fd5d5c56 155F: target-sh4/
8d8b636d 156F: hw/sh4/
fd5d5c56
AL
157
158SPARC
159M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 160M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56
AL
161S: Maintained
162F: target-sparc/
8d8b636d
PB
163F: hw/sparc/
164F: hw/sparc64/
fd5d5c56 165
a6ea7b4c
AF
166UniCore32
167M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168S: Maintained
169F: target-unicore32/
8d8b636d 170F: hw/unicore32/
a6ea7b4c 171
fd5d5c56 172X86
d46d72fd
PB
173M: Paolo Bonzini <pbonzini@redhat.com>
174M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
175S: Odd Fixes
176F: target-i386/
8d8b636d 177F: hw/i386/
fd5d5c56 178
16e7caae
MF
179Xtensa
180M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 181W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
182S: Maintained
183F: target-xtensa/
8d8b636d 184F: hw/xtensa/
c0bd0b50 185F: tests/tcg/xtensa/
16e7caae 186
48e06fe0
BK
187TriCore
188M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
189S: Maintained
190F: target-tricore/
191F: hw/tricore/
192
fd5d5c56
AL
193Guest CPU Cores (KVM):
194----------------------
195
196Overall
c6d559d9 197M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
198L: kvm@vger.kernel.org
199S: Supported
200F: kvm-*
201F: */kvm.*
202
ed4659d1
PM
203ARM
204M: Peter Maydell <peter.maydell@linaro.org>
205S: Maintained
206F: target-arm/kvm.c
207
a31896c4
JH
208MIPS
209M: James Hogan <james.hogan@imgtec.com>
210S: Maintained
211F: target-mips/kvm.c
212
fd5d5c56
AL
213PPC
214M: Alexander Graf <agraf@suse.de>
215S: Maintained
216F: target-ppc/kvm.c
217
749717a0 218S390
b304bf00
CB
219M: Christian Borntraeger <borntraeger@de.ibm.com>
220M: Cornelia Huck <cornelia.huck@de.ibm.com>
fd5d5c56
AL
221M: Alexander Graf <agraf@suse.de>
222S: Maintained
223F: target-s390x/kvm.c
4277af19
CH
224F: hw/intc/s390_flic.c
225F: hw/intc/s390_flic_kvm.c
226F: include/hw/s390x/s390_flic.h
fd5d5c56
AL
227
228X86
d46d72fd 229M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
230M: Marcelo Tosatti <mtosatti@redhat.com>
231L: kvm@vger.kernel.org
232S: Supported
233F: target-i386/kvm.c
234
8a6b0cd7
SS
235Guest CPU Cores (Xen):
236----------------------
237
238X86
239M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
240L: xen-devel@lists.xensource.com
241S: Supported
242F: xen-*
243F: */xen*
244
1bdd6874
SW
245Hosts:
246------
247
248LINUX
249L: qemu-devel@nongnu.org
250S: Maintained
251F: linux-*
252F: linux-headers/
253
254POSIX
255L: qemu-devel@nongnu.org
256S: Maintained
257F: *posix*
258
259W32, W64
260L: qemu-devel@nongnu.org
261M: Stefan Weil <sw@weilnetz.de>
262S: Maintained
263F: *win32*
264
fd5d5c56
AL
265ARM Machines
266------------
84291fe7
LG
267Allwinner-a10
268M: Li Guang <lig.fnst@cn.fujitsu.com>
269S: Maintained
270F: hw/*/allwinner-a10*
271F: include/hw/*/allwinner-a10*
272F: hw/arm/cubieboard.c
273
fc63dcff
EV
274Exynos
275M: Evgeny Voevodin <e.voevodin@samsung.com>
276M: Maksim Kozlov <m.kozlov@samsung.com>
f44c5c67 277M: Igor Mitsyanko <i.mitsyanko@gmail.com>
fc63dcff
EV
278M: Dmitry Solodkiy <d.solodkiy@samsung.com>
279S: Maintained
8d8b636d 280F: hw/*/exynos*
fc63dcff 281
766fd09f 282Calxeda Highbank
9ef137ca
RH
283M: Rob Herring <robh@kernel.org>
284S: Maintained
8d8b636d
PB
285F: hw/arm/highbank.c
286F: hw/net/xgmac.c
766fd09f 287
9082f121
AP
288Canon DIGIC
289M: Antony Pavlov <antonynpavlov@gmail.com>
290S: Maintained
291F: include/hw/arm/digic.h
292F: hw/*/digic*
293
fd5d5c56 294Gumstix
5dd4a88c 295L: qemu-devel@nongnu.org
fd5d5c56 296S: Orphan
8d8b636d 297F: hw/arm/gumstix.c
fd5d5c56 298
0325559d
PC
299i.MX31
300M: Peter Chubb <peter.chubb@nicta.com.au>
301S: Odd fixes
8d8b636d
PB
302F: hw/*/imx*
303F: hw/arm/kzm.c
0325559d 304
fd5d5c56 305Integrator CP
1ce9ce6a 306M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 307S: Maintained
8d8b636d 308F: hw/arm/integratorcp.c
fd5d5c56
AL
309
310Mainstone
5dd4a88c 311L: qemu-devel@nongnu.org
fd5d5c56 312S: Orphan
8d8b636d 313F: hw/arm/mainstone.c
fd5d5c56
AL
314
315Musicpal
316M: Jan Kiszka <jan.kiszka@web.de>
317S: Maintained
8d8b636d 318F: hw/arm/musicpal.c
fd5d5c56
AL
319
320nSeries
321M: Andrzej Zaborowski <balrogg@gmail.com>
322S: Maintained
8d8b636d 323F: hw/arm/nseries.c
fd5d5c56
AL
324
325Palm
326M: Andrzej Zaborowski <balrogg@gmail.com>
327S: Maintained
8d8b636d 328F: hw/arm/palm.c
fd5d5c56
AL
329
330Real View
1ce9ce6a 331M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 332S: Maintained
8d8b636d 333F: hw/arm/realview*
fd5d5c56
AL
334
335Spitz
336M: Andrzej Zaborowski <balrogg@gmail.com>
337S: Maintained
8d8b636d 338F: hw/arm/spitz.c
fd5d5c56
AL
339
340Stellaris
1ce9ce6a 341M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 342S: Maintained
8d8b636d 343F: hw/*/stellaris*
fd5d5c56
AL
344
345Versatile PB
1ce9ce6a 346M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 347S: Maintained
8d8b636d 348F: hw/*/versatile*
fd5d5c56 349
e3260506 350Xilinx Zynq
97891afa 351M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
e3260506 352S: Maintained
8d8b636d
PB
353F: hw/arm/xilinx_zynq.c
354F: hw/misc/zynq_slcr.c
355F: hw/*/cadence_*
356F: hw/ssi/xilinx_spips.c
e3260506 357
fd5d5c56
AL
358CRIS Machines
359-------------
360Axis Dev88
361M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
362S: Maintained
8d8b636d 363F: hw/cris/axis_dev88.c
6e481d57 364F: hw/*/etraxfs_*.c
fd5d5c56 365
07bf23a7
MW
366LM32 Machines
367-------------
368EVR32 and uclinux BSP
369M: Michael Walle <michael@walle.cc>
370S: Maintained
8d8b636d 371F: hw/lm32/lm32_boards.c
07bf23a7 372
d118aa6b
MW
373milkymist
374M: Michael Walle <michael@walle.cc>
375S: Maintained
8d8b636d 376F: hw/lm32/milkymist.c
d118aa6b 377
afcacd53 378M68K Machines
fd5d5c56
AL
379-------------
380an5206
0e19885e 381S: Orphan
8d8b636d 382F: hw/m68k/an5206.c
fd5d5c56
AL
383
384dummy_m68k
0e19885e 385S: Orphan
8d8b636d 386F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
387
388mcf5208
0e19885e 389S: Orphan
8d8b636d 390F: hw/m68k/mcf5208.c
fd5d5c56
AL
391
392MicroBlaze Machines
393-------------------
394petalogix_s3adsp1800
395M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
396S: Maintained
6e481d57 397F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 398
d36e8ce7 399petalogix_ml605
97891afa 400M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
d36e8ce7 401S: Maintained
8d8b636d 402F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 403
fd5d5c56
AL
404MIPS Machines
405-------------
406Jazz
407M: Hervé Poussineau <hpoussin@reactos.org>
408S: Maintained
8d8b636d 409F: hw/mips/mips_jazz.c
fd5d5c56
AL
410
411Malta
412M: Aurelien Jarno <aurelien@aurel32.net>
413S: Maintained
8d8b636d 414F: hw/mips/mips_malta.c
fd5d5c56
AL
415
416Mipssim
5dd4a88c 417L: qemu-devel@nongnu.org
fd5d5c56 418S: Orphan
8d8b636d 419F: hw/mips/mips_mipssim.c
fd5d5c56
AL
420
421R4000
422M: Aurelien Jarno <aurelien@aurel32.net>
423S: Maintained
8d8b636d 424F: hw/mips/mips_r4k.c
fd5d5c56 425
945dad6d
JL
426OpenRISC Machines
427-----------------
428or1k-sim
429M: Jia Liu <proljc@gmail.com>
430S: Maintained
431F: hw/openrisc/openrisc_sim.c
432
fd5d5c56
AL
433PowerPC Machines
434----------------
435405
436M: Alexander Graf <agraf@suse.de>
a6c98685 437L: qemu-ppc@nongnu.org
9b9fe135 438S: Odd Fixes
8d8b636d 439F: hw/ppc/ppc405_boards.c
fd5d5c56 440
aaade8d7
AF
441Bamboo
442M: Alexander Graf <agraf@suse.de>
443L: qemu-ppc@nongnu.org
444S: Odd Fixes
8d8b636d 445F: hw/ppc/ppc440_bamboo.c
aaade8d7 446
98cded3a
AF
447e500
448M: Alexander Graf <agraf@suse.de>
449M: Scott Wood <scottwood@freescale.com>
450L: qemu-ppc@nongnu.org
451S: Supported
452F: hw/ppc/e500.[hc]
453F: hw/ppc/e500plat.c
454
455mpc8544ds
456M: Alexander Graf <agraf@suse.de>
457M: Scott Wood <scottwood@freescale.com>
458L: qemu-ppc@nongnu.org
459S: Supported
460F: hw/ppc/mpc8544ds.c
8d8b636d 461F: hw/ppc/mpc8544_guts.c
98cded3a 462
fd5d5c56
AL
463New World
464M: Alexander Graf <agraf@suse.de>
a6c98685 465L: qemu-ppc@nongnu.org
fd5d5c56 466S: Maintained
baec1910 467F: hw/ppc/mac_newworld.c
6e481d57
PM
468F: hw/pci-host/uninorth.c
469F: hw/pci-bridge/dec.[hc]
8d8b636d 470F: hw/misc/macio/
fd5d5c56
AL
471
472Old World
473M: Alexander Graf <agraf@suse.de>
a6c98685 474L: qemu-ppc@nongnu.org
fd5d5c56 475S: Maintained
baec1910 476F: hw/ppc/mac_oldworld.c
6e481d57 477F: hw/pci-host/grackle.c
8d8b636d 478F: hw/misc/macio/
fd5d5c56 479
ec38d398
AF
480PReP
481M: Andreas Färber <andreas.faerber@web.de>
a6c98685 482L: qemu-ppc@nongnu.org
ec38d398 483S: Odd Fixes
75610155 484F: hw/ppc/prep.c
6e481d57 485F: hw/pci-host/prep.[hc]
8d8b636d 486F: hw/isa/pc87312.[hc]
fd5d5c56 487
8a269ca4 488sPAPR
8a269ca4
AF
489M: Alexander Graf <agraf@suse.de>
490L: qemu-ppc@nongnu.org
491S: Supported
8d8b636d 492F: hw/*/spapr*
f9de2da7
DG
493F: include/hw/*/spapr*
494F: hw/*/xics*
495F: include/hw/*/xics*
496F: pc-bios/spapr-rtas/*
8a269ca4 497
794d00bf
AF
498virtex_ml507
499M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
500L: qemu-ppc@nongnu.org
501S: Odd Fixes
6e481d57 502F: hw/ppc/virtex_ml507.c
794d00bf 503
fd5d5c56
AL
504SH4 Machines
505------------
506R2D
507M: Magnus Damm <magnus.damm@gmail.com>
508S: Maintained
6e481d57 509F: hw/sh4/r2d.c
fd5d5c56
AL
510
511Shix
512M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 513S: Orphan
6e481d57 514F: hw/sh4/shix.c
fd5d5c56
AL
515
516SPARC Machines
517--------------
518Sun4m
519M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 520M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 521S: Maintained
8d8b636d 522F: hw/sparc/sun4m.c
fd5d5c56
AL
523
524Sun4u
525M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 526M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 527S: Maintained
8d8b636d 528F: hw/sparc64/sun4u.c
fd5d5c56 529
ce6c760c
FC
530Leon3
531M: Fabien Chouteau <chouteau@adacore.com>
532S: Maintained
8d8b636d
PB
533F: hw/sparc/leon3.c
534F: hw/*/grlib*
ce6c760c 535
fd5d5c56
AL
536S390 Machines
537-------------
538S390 Virtio
539M: Alexander Graf <agraf@suse.de>
540S: Maintained
6e481d57 541F: hw/s390x/s390-*.c
8cba80c3 542X: hw/s390x/*pci*.[hc]
fd5d5c56 543
dd4ad64a
CH
544S390 Virtio-ccw
545M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 546M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
547M: Alexander Graf <agraf@suse.de>
548S: Supported
549F: hw/s390x/s390-virtio-ccw.c
550F: hw/s390x/css.[hc]
b304bf00
CB
551F: hw/s390x/sclp*.[hc]
552F: hw/s390x/ipl*.[hc]
8cba80c3 553F: hw/s390x/*pci*.[hc]
4277af19
CH
554F: include/hw/s390x/
555F: pc-bios/s390-ccw/
dd4ad64a
CH
556T: git git://github.com/cohuck/qemu virtio-ccw-upstr
557
ab9528ca
GX
558UniCore32 Machines
559-------------
560PKUnity-3 SoC initramfs-with-busybox
561M: Guan Xuetao <gxt@mprc.pku.edu.cn>
562S: Maintained
8d8b636d 563F: hw/*/puv3*
ab9528ca
GX
564F: hw/unicore32/
565
fd5d5c56
AL
566X86 Machines
567------------
568PC
046a6486 569M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 570S: Supported
046a6486
MT
571F: include/hw/i386/
572F: hw/i386/
573F: hw/pci-host/piix.c
574F: hw/pci-host/q35.c
575F: hw/pci-host/pam.c
576F: include/hw/pci-host/q35.h
577F: include/hw/pci-host/pam.h
578F: hw/isa/piix4.c
579F: hw/isa/lpc_ich9.c
580F: hw/i2c/smbus_ich9.c
581F: hw/acpi/piix4.c
582F: hw/acpi/ich9.c
583F: include/hw/acpi/ich9.h
584F: include/hw/acpi/piix.h
585
fd5d5c56 586
16e7caae
MF
587Xtensa Machines
588---------------
375847a6 589sim
16e7caae
MF
590M: Max Filippov <jcmvbkbc@gmail.com>
591S: Maintained
437a8c11 592F: hw/xtensa/sim.c
375847a6 593
437a8c11 594XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
595M: Max Filippov <jcmvbkbc@gmail.com>
596S: Maintained
437a8c11
MF
597F: hw/xtensa/xtfpga.c
598F: hw/net/opencores_eth.c
16e7caae 599
fd5d5c56
AL
600Devices
601-------
b30934cb
JS
602EDU
603M: Jiri Slaby <jslaby@suse.cz>
604S: Maintained
605F: hw/misc/edu.c
606
fd5d5c56 607IDE
c095348b
JS
608M: John Snow <jsnow@redhat.com>
609L: qemu-block@nongnu.org
610S: Supported
8d8b636d 611F: include/hw/ide.h
fd5d5c56 612F: hw/ide/
c095348b
JS
613F: hw/block/block.c
614F: hw/block/cdrom.c
615F: hw/block/hd-geometry.c
616F: tests/ide-test.c
617F: tests/ahci-test.c
618T: git git://github.com/jnsnow/qemu.git ide
619
620Floppy
621M: John Snow <jsnow@redhat.com>
622L: qemu-block@nongnu.org
623S: Supported
624F: hw/block/fdc.c
625F: include/hw/block/fdc.h
626T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 627
f5f487b2
PM
628OMAP
629M: Peter Maydell <peter.maydell@linaro.org>
630S: Maintained
8d8b636d 631F: hw/*/omap*
f5f487b2 632
fd5d5c56
AL
633PCI
634M: Michael S. Tsirkin <mst@redhat.com>
635S: Supported
8d8b636d 636F: include/hw/pci/*
ca818cfb 637F: hw/pci/*
8d8b636d 638F: hw/acpi/*
fd5d5c56 639
aaade8d7
AF
640ppc4xx
641M: Alexander Graf <agraf@suse.de>
642L: qemu-ppc@nongnu.org
643S: Odd Fixes
8d8b636d 644F: hw/ppc/ppc4*.c
aaade8d7 645
98cded3a
AF
646ppce500
647M: Alexander Graf <agraf@suse.de>
648M: Scott Wood <scottwood@freescale.com>
649L: qemu-ppc@nongnu.org
650S: Supported
6e481d57 651F: hw/ppc/e500*
98cded3a 652
fd5d5c56 653SCSI
de7724f7
PB
654M: Paolo Bonzini <pbonzini@redhat.com>
655S: Supported
8d8b636d
PB
656F: include/hw/scsi*
657F: hw/scsi/*
1ab09a40 658T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
659
660LSI53C895A
0e19885e 661S: Orphan
8d8b636d 662F: hw/scsi/lsi53c895a.c
fd5d5c56 663
fcb5629d 664SSI
97891afa 665M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
fcb5629d 666S: Maintained
8d8b636d
PB
667F: hw/ssi/*
668F: hw/block/m25p80.c
fcb5629d 669
fd5d5c56 670USB
5d0d62fe
GH
671M: Gerd Hoffmann <kraxel@redhat.com>
672S: Maintained
8d8b636d 673F: hw/usb/*
28edfce0 674F: tests/usb-*-test.c
fd5d5c56 675
e26082fd
PB
676USB (serial adapter)
677M: Gerd Hoffmann <kraxel@redhat.com>
678M: Samuel Thibault <samuel.thibault@ens-lyon.org>
679S: Maintained
680F: hw/usb/dev-serial.c
681
92e1fb5e
AW
682VFIO
683M: Alex Williamson <alex.williamson@redhat.com>
684S: Supported
cf7087db 685F: hw/vfio/*
92e1fb5e 686
fd5d5c56
AL
687vhost
688M: Michael S. Tsirkin <mst@redhat.com>
689S: Supported
8d8b636d 690F: hw/*/*vhost*
fd5d5c56
AL
691
692virtio
a75143ed 693M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 694S: Supported
8d8b636d 695F: hw/*/virtio*
fd5d5c56
AL
696
697virtio-9p
23704102 698M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
fd5d5c56 699S: Supported
aebeca25
AF
700F: hw/9pfs/
701F: fsdev/
2d888c09 702F: tests/virtio-9p-test.c
3f3309cb 703T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
704
705virtio-blk
706M: Kevin Wolf <kwolf@redhat.com>
54d01a00 707M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56 708S: Supported
8d8b636d 709F: hw/block/virtio-blk.c
fd5d5c56 710
dd4ad64a
CH
711virtio-ccw
712M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 713M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
714S: Supported
715F: hw/s390x/virtio-ccw.[hc]
716T: git git://github.com/cohuck/qemu virtio-ccw-upstr
717
fd5d5c56
AL
718virtio-serial
719M: Amit Shah <amit.shah@redhat.com>
720S: Supported
8d8b636d
PB
721F: hw/char/virtio-serial-bus.c
722F: hw/char/virtio-console.c
68a5e38a 723F: include/hw/virtio/virtio-serial.h
fd5d5c56 724
1f51a5cb
AS
725virtio-rng
726M: Amit Shah <amit.shah@redhat.com>
727S: Supported
728F: hw/virtio/virtio-rng.c
729F: include/hw/virtio/virtio-rng.h
730F: backends/rng*.c
731
f3c507ad
KB
732nvme
733M: Keith Busch <keith.busch@intel.com>
734S: Supported
735F: hw/block/nvme*
fc967791 736F: tests/nvme-test.c
f3c507ad 737
d383c625
HR
738megasas
739M: Hannes Reinecke <hare@suse.de>
740S: Supported
741F: hw/scsi/megasas.c
742F: hw/scsi/mfi.h
743
ab61d240 744Xilinx EDK
97891afa 745M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
ab61d240
PC
746M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
747S: Maintained
8d8b636d
PB
748F: hw/*/xilinx_*
749F: include/hw/xilinx.h
ab61d240 750
622fb504
DF
751Vmware
752M: Dmitry Fleytman <dmitry@daynix.com>
753S: Maintained
754F: hw/net/vmxnet*
755F: hw/scsi/vmw_pvscsi*
756
fd5d5c56
AL
757Subsystems
758----------
759Audio
760M: Vassili Karpov (malc) <av1474@comtv.ru>
9f575846 761M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
762S: Maintained
763F: audio/
8d8b636d 764F: hw/audio/
d7b50c0c 765F: tests/ac97-test.c
8fa74c94 766F: tests/es1370-test.c
fbaf445a 767F: tests/intel-hda-test.c
fd5d5c56
AL
768
769Block
770M: Kevin Wolf <kwolf@redhat.com>
54d01a00 771M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56 772S: Supported
558939c6
PB
773F: async.c
774F: aio-*.c
fd5d5c56
AL
775F: block*
776F: block/
8d8b636d 777F: hw/block/
47b0f45a 778F: migration/block*
46078760
KW
779F: qemu-img*
780F: qemu-io*
8113fb52 781F: tests/image-fuzzer/
29242091 782F: tests/qemu-iotests/
d48addda
SH
783T: git git://repo.or.cz/qemu/kevin.git block
784T: git git://github.com/stefanha/qemu.git block
fd5d5c56 785
280458a3
JC
786Block Jobs
787M: Jeff Cody <jcody@redhat.com>
788L: qemu-block@nongnu.org
789S: Supported
790F: blockjob.c
791F: include/block/blockjob.h
792F: block/backup.c
793F: block/commit.c
794F: block/stream.h
795F: block/mirror.c
796T: git git://github.com/codyprime/qemu-kvm-jtc.git block
797
fd5d5c56 798Character Devices
da26f37a 799M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
800S: Maintained
801F: qemu-char.c
da26f37a
PB
802F: backends/msmouse.c
803F: backends/testdev.c
fd5d5c56 804
e26082fd
PB
805Character Devices (Braille)
806M: Samuel Thibault <samuel.thibault@ens-lyon.org>
807S: Maintained
808F: backends/baum.c
fd5d5c56 809
8c413e79
MA
810Coverity model
811M: Markus Armbruster <armbru@redhat.com>
812S: Supported
813F: scripts/coverity-model.c
814
f2ca0524
AF
815CPU
816M: Andreas Färber <afaerber@suse.de>
817S: Supported
818F: qom/cpu.c
6e481d57 819F: include/qom/cpu.h
62e0c095 820F: target-i386/cpu.c
f2ca0524 821
f0513d2c
IM
822ICC Bus
823M: Igor Mammedov <imammedo@redhat.com>
824S: Supported
825F: include/hw/cpu/icc_bus.h
826F: hw/cpu/icc_bus.c
827
d24b569a 828Device Tree
97891afa 829M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
d24b569a
PC
830M: Alexander Graf <agraf@suse.de>
831S: Maintained
6e481d57 832F: device_tree.[ch]
d24b569a 833
fd5d5c56 834GDB stub
5dd4a88c 835L: qemu-devel@nongnu.org
fd5d5c56
AL
836S: Odd Fixes
837F: gdbstub*
838F: gdb-xml/
839
01a9c03c
PB
840Memory API
841M: Paolo Bonzini <pbonzini@redhat.com>
842S: Supported
843F: include/exec/ioport.h
844F: ioport.c
845F: include/exec/memory.h
846F: memory.c
847F: include/exec/memory-internal.h
848F: exec.c
849
7ee3bf03
GH
850SPICE
851M: Gerd Hoffmann <kraxel@redhat.com>
852S: Supported
6e481d57 853F: include/ui/qemu-spice.h
7ee3bf03
GH
854F: ui/spice-*.c
855F: audio/spiceaudio.c
8d8b636d 856F: hw/display/qxl*
7ee3bf03 857
fd5d5c56 858Graphics
25eccc37
GH
859M: Gerd Hoffmann <kraxel@redhat.com>
860S: Odd Fixes
fd5d5c56
AL
861F: ui/
862
351f1bf6
AF
863Cocoa graphics
864M: Andreas Färber <andreas.faerber@web.de>
30ef3c74 865M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
866S: Odd Fixes
867F: ui/cocoa.m
868
fd5d5c56 869Main loop
da26f37a
PB
870M: Paolo Bonzini <pbonzini@redhat.com>
871S: Maintained
872F: cpus.c
873F: main-loop.c
874F: qemu-timer.c
fd5d5c56
AL
875F: vl.c
876
8899b4ae 877Human Monitor (HMP)
fd5d5c56 878M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 879S: Maintained
fd5d5c56 880F: monitor.c
8899b4ae
LC
881F: hmp.c
882F: hmp-commands.hx
dce07e0b 883T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
884
885Network device layer
1cd0f8ce 886M: Stefan Hajnoczi <stefanha@redhat.com>
442469e6 887M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
888S: Maintained
889F: net/
837c36e7 890T: git git://github.com/stefanha/qemu.git net
fd5d5c56 891
aee09baf
VM
892Netmap network backend
893M: Luigi Rizzo <rizzo@iet.unipi.it>
894M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
895M: Vincenzo Maffione <v.maffione@gmail.com>
896W: http://info.iet.unipi.it/~luigi/netmap/
897S: Maintained
898F: net/netmap.c
899
44f76b28
PB
900Network Block Device (NBD)
901M: Paolo Bonzini <pbonzini@redhat.com>
902S: Odd Fixes
903F: block/nbd.c
904F: nbd.*
905F: qemu-nbd.c
1ab09a40 906T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 907
8899b4ae
LC
908QAPI
909M: Luiz Capitulino <lcapitulino@redhat.com>
910M: Michael Roth <mdroth@linux.vnet.ibm.com>
fbb0621a 911S: Maintained
8899b4ae 912F: qapi/
c0bd0b50 913F: tests/qapi-schema/
dce07e0b 914T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 915
7810d291
LC
916QAPI Schema
917M: Eric Blake <eblake@redhat.com>
918M: Luiz Capitulino <lcapitulino@redhat.com>
919M: Markus Armbruster <armbru@redhat.com>
920S: Supported
921F: qapi-schema.json
dce07e0b 922T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
7810d291 923
f3582ba4
LC
924QObject
925M: Luiz Capitulino <lcapitulino@redhat.com>
926S: Maintained
927F: qobject/
928T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
929
f05d9999
MR
930QEMU Guest Agent
931M: Michael Roth <mdroth@linux.vnet.ibm.com>
932S: Maintained
933F: qga/
934T: git git://github.com/mdroth/qemu.git qga
935
4688c94c 936QOM
4688c94c
AF
937M: Andreas Färber <afaerber@suse.de>
938S: Supported
939T: git git://github.com/afaerber/qemu-cpu.git qom-next
940F: include/qom/
941X: include/qom/cpu.h
942F: qom/
943X: qom/cpu.c
944F: tests/qom-test.c
945
8899b4ae
LC
946QMP
947M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 948S: Maintained
8899b4ae
LC
949F: qmp.c
950F: monitor.c
951F: qmp-commands.hx
952F: QMP/
dce07e0b 953T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 954
fd5d5c56 955SLIRP
bafc72ab
JK
956M: Jan Kiszka <jan.kiszka@siemens.com>
957S: Maintained
fd5d5c56 958F: slirp/
1ab09a40 959T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 960
598a3f35 961Tracing
1cd0f8ce 962M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
963S: Maintained
964F: trace/
f70fd8fd
LV
965F: scripts/tracetool.py
966F: scripts/tracetool/
f922ea46 967F: docs/tracing.txt
1ab09a40 968T: git git://github.com/stefanha/qemu.git tracing
598a3f35 969
14f40fdc
BS
970Checkpatch
971M: Blue Swirl <blauwirbel@gmail.com>
972S: Odd Fixes
973F: scripts/checkpatch.pl
974
c0787c8d
JQ
975Migration
976M: Juan Quintela <quintela@redhat.com>
7f4675c3 977M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
978S: Maintained
979F: include/migration/
44a1f946 980F: migration/
c0787c8d
JQ
981F: savevm.c
982F: arch_init.c
c5515640
AS
983F: scripts/vmstate-static-checker.py
984F: tests/vmstate-static-checker-data/
c0787c8d 985
92bfedb0 986Seccomp
9d9de254 987M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
988S: Supported
989F: qemu-seccomp.c
990F: include/sysemu/seccomp.h
991
fd5d5c56
AL
992Usermode Emulation
993------------------
486bbe5f
PB
994Overall
995M: Riku Voipio <riku.voipio@iki.fi>
996S: Maintained
997F: thunk.c
998F: user-exec.c
999
fd5d5c56
AL
1000BSD user
1001M: Blue Swirl <blauwirbel@gmail.com>
1002S: Maintained
1003F: bsd-user/
1004
fd5d5c56
AL
1005Linux user
1006M: Riku Voipio <riku.voipio@iki.fi>
1007S: Maintained
1008F: linux-user/
42f5a7e9
AJ
1009
1010Tiny Code Generator (TCG)
1011-------------------------
1012Common code
cc7772bd 1013M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1014S: Maintained
1015F: tcg/
1016
b25a464c
CF
1017AArch64 target
1018M: Claudio Fontana <claudio.fontana@huawei.com>
1019M: Claudio Fontana <claudio.fontana@gmail.com>
1020S: Maintained
1021F: tcg/aarch64/
1022
42f5a7e9
AJ
1023ARM target
1024M: Andrzej Zaborowski <balrogg@gmail.com>
1025S: Maintained
1026F: tcg/arm/
1027
42f5a7e9 1028i386 target
5dd4a88c 1029L: qemu-devel@nongnu.org
42f5a7e9
AJ
1030S: Maintained
1031F: tcg/i386/
1032
1033IA64 target
1034M: Aurelien Jarno <aurelien@aurel32.net>
1035S: Maintained
1036F: tcg/ia64/
1037
1038MIPS target
d6eec7a2 1039M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1040S: Maintained
1041F: tcg/mips/
1042
1043PPC
1044M: Vassili Karpov (malc) <av1474@comtv.ru>
1045S: Maintained
1046F: tcg/ppc/
1047
1048PPC64 target
1049M: Vassili Karpov (malc) <av1474@comtv.ru>
1050S: Maintained
1051F: tcg/ppc64/
1052
1053S390 target
1054M: Alexander Graf <agraf@suse.de>
1055M: Richard Henderson <rth@twiddle.net>
1056S: Maintained
1057F: tcg/s390/
1058
1059SPARC target
1060M: Blue Swirl <blauwirbel@gmail.com>
1061S: Maintained
1062F: tcg/sparc/
bc75c9e5
SW
1063
1064TCI target
1065M: Stefan Weil <sw@weilnetz.de>
1066S: Maintained
8ef9cd55 1067F: tcg/tci/
2b7be8c8 1068F: tci.c
aa09c951
AF
1069
1070Stable branches
1071---------------
1072Stable 1.0
1073L: qemu-stable@nongnu.org
85938981 1074T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1075S: Orphan
1076
1077Stable 0.15
1078L: qemu-stable@nongnu.org
73c30df6 1079M: Andreas Färber <afaerber@suse.de>
85938981 1080T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1081S: Supported
aa09c951
AF
1082
1083Stable 0.14
1084L: qemu-stable@nongnu.org
85938981 1085T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1086S: Orphan
1087
1088Stable 0.10
1089L: qemu-stable@nongnu.org
85938981 1090T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1091S: Orphan
f05b328c
SH
1092
1093Block drivers
1094-------------
1095VMDK
1096M: Fam Zheng <famz@redhat.com>
1097S: Supported
1098F: block/vmdk.c
1099
1100RBD
1101M: Josh Durgin <josh.durgin@inktank.com>
280458a3
JC
1102M: Jeff Cody <jcody@redhat.com>
1103L: qemu-block@nongnu.org
f05b328c
SH
1104S: Supported
1105F: block/rbd.c
280458a3 1106T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1107
1108Sheepdog
53b33231 1109M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1110M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1111M: Jeff Cody <jcody@redhat.com>
1112L: qemu-block@nongnu.org
dce32b6c 1113L: sheepdog@lists.wpkg.org
f05b328c
SH
1114S: Supported
1115F: block/sheepdog.c
280458a3 1116T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1117
1118VHDX
1119M: Jeff Cody <jcody@redhat.com>
280458a3 1120L: qemu-block@nongnu.org
f05b328c
SH
1121S: Supported
1122F: block/vhdx*
280458a3 1123T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1124
1125VDI
1126M: Stefan Weil <sw@weilnetz.de>
1127S: Maintained
1128F: block/vdi.c
1129
1130iSCSI
1131M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1132M: Paolo Bonzini <pbonzini@redhat.com>
1133M: Peter Lieven <pl@kamp.de>
1134S: Supported
1135F: block/iscsi.c
1136
6542aa9c 1137NFS
280458a3 1138M: Jeff Cody <jcody@redhat.com>
6542aa9c 1139M: Peter Lieven <pl@kamp.de>
280458a3 1140L: qemu-block@nongnu.org
6542aa9c
PL
1141S: Maintained
1142F: block/nfs.c
280458a3 1143T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1144
f05b328c
SH
1145SSH
1146M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1147M: Jeff Cody <jcody@redhat.com>
1148L: qemu-block@nongnu.org
f05b328c
SH
1149S: Supported
1150F: block/ssh.c
280458a3 1151T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1152
1153ARCHIPELAGO
c9a12e75 1154M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1155M: Jeff Cody <jcody@redhat.com>
1156L: qemu-block@nongnu.org
c9a12e75
CN
1157S: Maintained
1158F: block/archipelago.c
280458a3
JC
1159T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1160
1161CURL
1162M: Jeff Cody <jcody@redhat.com>
1163L: qemu-block@nongnu.org
1164S: Supported
1165F: block/curl.c
1166T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1167
1168GLUSTER
1169M: Jeff Cody <jcody@redhat.com>
1170L: qemu-block@nongnu.org
1171S: Supported
1172F: block/gluster.c
1173T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c
GA
1174
1175Bootdevice
1176M: Gonglei <arei.gonglei@huawei.com>
1177S: Maintained
1178F: bootdevice.c