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