]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: Add include/hw/audio/ to audio section
[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------------------------------
ff0d4876 53M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 54
c9a19d5b
SW
55All patches CC here
56L: qemu-devel@nongnu.org
57F: *
58F: */
59
62622c11
MT
60Responsible Disclosure, Reporting Security Issues
61------------------------------
62W: http://wiki.qemu.org/SecurityProcess
63M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
64L: secalert@redhat.com
65
fd5d5c56
AL
66Guest CPU cores (TCG):
67----------------------
486bbe5f 68Overall
5dd4a88c 69L: qemu-devel@nongnu.org
2b1641d0
PB
70M: Paolo Bonzini <pbonzini@redhat.com>
71M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
72M: Richard Henderson <rth@twiddle.net>
73S: Maintained
486bbe5f 74F: cpu-exec.c
2b1641d0
PB
75F: cpu-exec-common.c
76F: cpus.c
486bbe5f 77F: cputlb.c
2b1641d0 78F: exec.c
486bbe5f 79F: softmmu_template.h
2b1641d0
PB
80F: translate-all.*
81F: translate-common.c
82F: include/exec/cpu*.h
83F: include/exec/exec-all.h
486bbe5f 84F: include/exec/helper*.h
2b1641d0 85F: include/exec/tb-hash.h
460423d3 86F: include/sysemu/cpus.h
486bbe5f 87
1badb586
PM
88FPU emulation
89M: Aurelien Jarno <aurelien@aurel32.net>
90M: Peter Maydell <peter.maydell@linaro.org>
91S: Odd Fixes
92F: fpu/
93F: include/fpu/
94
fd5d5c56 95Alpha
8d6df264
RH
96M: Richard Henderson <rth@twiddle.net>
97S: Maintained
fd5d5c56 98F: target-alpha/
8d8b636d 99F: hw/alpha/
c0bd0b50 100F: tests/tcg/alpha/
c17652ee 101F: disas/alpha.c
b6f97c14 102
b6f97c14 103ARM
1ce9ce6a 104M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 105L: qemu-arm@nongnu.org
fd5d5c56
AL
106S: Maintained
107F: target-arm/
8d8b636d
PB
108F: hw/arm/
109F: hw/cpu/a*mpcore.c
c17652ee
PB
110F: disas/arm.c
111F: disas/arm-a64.cc
112F: disas/libvixl/
fd5d5c56
AL
113
114CRIS
115M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116S: Maintained
117F: target-cris/
8d8b636d 118F: hw/cris/
c0bd0b50 119F: tests/tcg/cris/
c17652ee 120F: disas/cris.c
fd5d5c56 121
07bf23a7
MW
122LM32
123M: Michael Walle <michael@walle.cc>
124S: Maintained
125F: target-lm32/
4eab7a0a 126F: disas/lm32.c
8d8b636d 127F: hw/lm32/
4eab7a0a
MW
128F: hw/*/lm32_*
129F: hw/*/milkymist-*
130F: include/hw/char/lm32_juart.h
131F: include/hw/lm32/
c0bd0b50 132F: tests/tcg/lm32/
07bf23a7 133
fd5d5c56 134M68K
0e19885e 135S: Orphan
fd5d5c56 136F: target-m68k/
8d8b636d 137F: hw/m68k/
fd5d5c56
AL
138
139MicroBlaze
140M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
141S: Maintained
142F: target-microblaze/
8d8b636d 143F: hw/microblaze/
c17652ee 144F: disas/microblaze.c
fd5d5c56 145
b6f97c14 146MIPS
ddb13561 147M: Aurelien Jarno <aurelien@aurel32.net>
78851fa5 148M: Yongbok Kim <yongbok.kim@imgtec.com>
6f640917 149S: Maintained
fd5d5c56 150F: target-mips/
8d8b636d 151F: hw/mips/
c0bd0b50 152F: tests/tcg/mips/
c17652ee 153F: disas/mips.c
fd5d5c56 154
d15a9c23
AG
155Moxie
156M: Anthony Green <green@moxielogic.com>
157S: Maintained
158F: target-moxie/
c17652ee 159F: disas/moxie.c
a3ccdfb5
TH
160F: hw/moxie/
161F: default-configs/moxie-softmmu.mak
d15a9c23 162
945dad6d
JL
163OpenRISC
164M: Jia Liu <proljc@gmail.com>
165S: Maintained
166F: target-openrisc/
167F: hw/openrisc/
c0bd0b50 168F: tests/tcg/openrisc/
945dad6d 169
b6f97c14 170PowerPC
b4daafbd 171M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 172M: Alexander Graf <agraf@suse.de>
a6c98685 173L: qemu-ppc@nongnu.org
fd5d5c56
AL
174S: Maintained
175F: target-ppc/
8d8b636d 176F: hw/ppc/
b5d55020 177F: include/hw/ppc/
c17652ee 178F: disas/ppc.c
fd5d5c56
AL
179
180S390
2b35e93f 181M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
182M: Alexander Graf <agraf@suse.de>
183S: Maintained
184F: target-s390x/
8d8b636d 185F: hw/s390x/
c17652ee 186F: disas/s390.c
fd5d5c56 187
b6f97c14 188SH4
ddb13561 189M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 190S: Odd Fixes
fd5d5c56 191F: target-sh4/
8d8b636d 192F: hw/sh4/
c17652ee 193F: disas/sh4.c
8a90f900 194F: include/hw/sh4/
fd5d5c56
AL
195
196SPARC
f2416d3a 197M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 198M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56
AL
199S: Maintained
200F: target-sparc/
8d8b636d
PB
201F: hw/sparc/
202F: hw/sparc64/
c17652ee 203F: disas/sparc.c
fd5d5c56 204
a6ea7b4c
AF
205UniCore32
206M: Guan Xuetao <gxt@mprc.pku.edu.cn>
207S: Maintained
208F: target-unicore32/
8d8b636d 209F: hw/unicore32/
47b98d59 210F: include/hw/unicore32/
a6ea7b4c 211
fd5d5c56 212X86
d46d72fd
PB
213M: Paolo Bonzini <pbonzini@redhat.com>
214M: Richard Henderson <rth@twiddle.net>
e1a04339 215M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 216S: Maintained
fd5d5c56 217F: target-i386/
8d8b636d 218F: hw/i386/
c17652ee 219F: disas/i386.c
fd5d5c56 220
16e7caae
MF
221Xtensa
222M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 223W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
224S: Maintained
225F: target-xtensa/
8d8b636d 226F: hw/xtensa/
c0bd0b50 227F: tests/tcg/xtensa/
16e7caae 228
48e06fe0
BK
229TriCore
230M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
231S: Maintained
232F: target-tricore/
233F: hw/tricore/
d46d14e6 234F: include/hw/tricore/
48e06fe0 235
fd5d5c56
AL
236Guest CPU Cores (KVM):
237----------------------
238
239Overall
c6d559d9 240M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
241L: kvm@vger.kernel.org
242S: Supported
243F: kvm-*
244F: */kvm.*
a95e9a48 245F: include/sysemu/kvm*.h
fd5d5c56 246
ed4659d1
PM
247ARM
248M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 249L: qemu-arm@nongnu.org
ed4659d1
PM
250S: Maintained
251F: target-arm/kvm.c
252
a31896c4
JH
253MIPS
254M: James Hogan <james.hogan@imgtec.com>
255S: Maintained
256F: target-mips/kvm.c
257
fd5d5c56
AL
258PPC
259M: Alexander Graf <agraf@suse.de>
260S: Maintained
261F: target-ppc/kvm.c
262
749717a0 263S390
b304bf00
CB
264M: Christian Borntraeger <borntraeger@de.ibm.com>
265M: Cornelia Huck <cornelia.huck@de.ibm.com>
fd5d5c56
AL
266M: Alexander Graf <agraf@suse.de>
267S: Maintained
268F: target-s390x/kvm.c
c5bfb202
CH
269F: target-s390x/ioinst.[ch]
270F: target-s390x/machine.c
4277af19
CH
271F: hw/intc/s390_flic.c
272F: hw/intc/s390_flic_kvm.c
273F: include/hw/s390x/s390_flic.h
c5bfb202 274F: gdb-xml/s390*.xml
3e9ed24b
CH
275T: git git://github.com/cohuck/qemu.git s390-next
276T: git git://github.com/borntraeger/qemu.git s390-next
fd5d5c56
AL
277
278X86
d46d72fd 279M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
280M: Marcelo Tosatti <mtosatti@redhat.com>
281L: kvm@vger.kernel.org
282S: Supported
283F: target-i386/kvm.c
284
8a6b0cd7
SS
285Guest CPU Cores (Xen):
286----------------------
287
288X86
3623c57e
SS
289M: Stefano Stabellini <sstabellini@kernel.org>
290M: Anthony Perard <anthony.perard@citrix.com>
8a6b0cd7
SS
291L: xen-devel@lists.xensource.com
292S: Supported
293F: xen-*
294F: */xen*
c92451c2
PB
295F: hw/char/xen_console.c
296F: hw/display/xenfb.c
297F: hw/net/xen_nic.c
9027ac50 298F: hw/block/xen_*
c92451c2
PB
299F: hw/xen/
300F: hw/xenpv/
9027ac50 301F: hw/i386/xen/
c92451c2 302F: include/hw/xen/
9027ac50 303F: include/sysemu/xen-mapcache.h
8a6b0cd7 304
1bdd6874
SW
305Hosts:
306------
307
308LINUX
309L: qemu-devel@nongnu.org
310S: Maintained
311F: linux-*
312F: linux-headers/
313
314POSIX
315L: qemu-devel@nongnu.org
316S: Maintained
317F: *posix*
318
319W32, W64
320L: qemu-devel@nongnu.org
321M: Stefan Weil <sw@weilnetz.de>
322S: Maintained
323F: *win32*
885bdc95 324F: qemu.nsi
1bdd6874 325
fd5d5c56
AL
326ARM Machines
327------------
84291fe7 328Allwinner-a10
85b4d5da 329M: Beniamino Galvani <b.galvani@gmail.com>
b4f2bd1c 330L: qemu-arm@nongnu.org
84291fe7 331S: Maintained
85b4d5da
BG
332F: hw/*/allwinner*
333F: include/hw/*/allwinner*
84291fe7
LG
334F: hw/arm/cubieboard.c
335
06271000
PB
336ARM PrimeCell
337M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 338L: qemu-arm@nongnu.org
06271000
PB
339S: Maintained
340F: hw/char/pl011.c
341F: hw/display/pl110*
342F: hw/dma/pl080.c
343F: hw/dma/pl330.c
344F: hw/gpio/pl061.c
345F: hw/input/pl050.c
346F: hw/intc/pl190.c
347F: hw/sd/pl181.c
348F: hw/timer/pl031.c
349F: include/hw/arm/primecell.h
350
351ARM cores
352M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 353L: qemu-arm@nongnu.org
06271000
PB
354S: Maintained
355F: hw/intc/arm*
356F: hw/intc/gic_internal.h
357F: hw/misc/a9scu.c
358F: hw/misc/arm11scu.c
359F: hw/timer/a9gtimer*
360F: hw/timer/arm_*
361F: include/hw/arm/arm.h
362F: include/hw/intc/arm*
363F: include/hw/misc/a9scu.h
364F: include/hw/misc/arm11scu.h
365F: include/hw/timer/a9gtimer.h
366F: include/hw/timer/arm_mptimer.h
367
fc63dcff 368Exynos
f44c5c67 369M: Igor Mitsyanko <i.mitsyanko@gmail.com>
b4f2bd1c 370L: qemu-arm@nongnu.org
fc63dcff 371S: Maintained
8d8b636d 372F: hw/*/exynos*
ed0db866 373F: include/hw/arm/exynos4210.h
fc63dcff 374
766fd09f 375Calxeda Highbank
9ef137ca 376M: Rob Herring <robh@kernel.org>
b4f2bd1c 377L: qemu-arm@nongnu.org
9ef137ca 378S: Maintained
8d8b636d
PB
379F: hw/arm/highbank.c
380F: hw/net/xgmac.c
766fd09f 381
9082f121
AP
382Canon DIGIC
383M: Antony Pavlov <antonynpavlov@gmail.com>
b4f2bd1c 384L: qemu-arm@nongnu.org
9082f121
AP
385S: Maintained
386F: include/hw/arm/digic.h
387F: hw/*/digic*
388
fd5d5c56 389Gumstix
5dd4a88c 390L: qemu-devel@nongnu.org
b4f2bd1c 391L: qemu-arm@nongnu.org
fd5d5c56 392S: Orphan
8d8b636d 393F: hw/arm/gumstix.c
fd5d5c56 394
0325559d
PC
395i.MX31
396M: Peter Chubb <peter.chubb@nicta.com.au>
b4f2bd1c 397L: qemu-arm@nongnu.org
0325559d 398S: Odd fixes
8d8b636d
PB
399F: hw/*/imx*
400F: hw/arm/kzm.c
ed0db866 401F: include/hw/arm/fsl-imx31.h
0325559d 402
fd5d5c56 403Integrator CP
1ce9ce6a 404M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 405L: qemu-arm@nongnu.org
fd5d5c56 406S: Maintained
8d8b636d 407F: hw/arm/integratorcp.c
fd5d5c56 408
fd5d5c56
AL
409Musicpal
410M: Jan Kiszka <jan.kiszka@web.de>
b4f2bd1c 411L: qemu-arm@nongnu.org
fd5d5c56 412S: Maintained
8d8b636d 413F: hw/arm/musicpal.c
fd5d5c56
AL
414
415nSeries
416M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 417L: qemu-arm@nongnu.org
fd5d5c56 418S: Maintained
8d8b636d 419F: hw/arm/nseries.c
fd5d5c56
AL
420
421Palm
422M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 423L: qemu-arm@nongnu.org
fd5d5c56 424S: Maintained
8d8b636d 425F: hw/arm/palm.c
fd5d5c56
AL
426
427Real View
1ce9ce6a 428M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 429L: qemu-arm@nongnu.org
fd5d5c56 430S: Maintained
8d8b636d 431F: hw/arm/realview*
5ea53049
PB
432F: hw/intc/realview_gic.c
433F: include/hw/intc/realview_gic.h
fd5d5c56 434
9b31bff0 435PXA2XX
fd5d5c56 436M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 437L: qemu-arm@nongnu.org
fd5d5c56 438S: Maintained
9b31bff0 439F: hw/arm/mainstone.c
8d8b636d 440F: hw/arm/spitz.c
9b31bff0
PB
441F: hw/arm/tosa.c
442F: hw/arm/z2.c
443F: hw/*/pxa2xx*
ed0db866 444F: include/hw/arm/pxa.h
fd5d5c56
AL
445
446Stellaris
1ce9ce6a 447M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 448L: qemu-arm@nongnu.org
fd5d5c56 449S: Maintained
8d8b636d 450F: hw/*/stellaris*
fd5d5c56
AL
451
452Versatile PB
1ce9ce6a 453M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 454L: qemu-arm@nongnu.org
fd5d5c56 455S: Maintained
8d8b636d 456F: hw/*/versatile*
fd5d5c56 457
e3260506 458Xilinx Zynq
cc0100f4 459M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4b46ba61 460M: Alistair Francis <alistair.francis@xilinx.com>
b4f2bd1c 461L: qemu-arm@nongnu.org
e3260506 462S: Maintained
cc0100f4 463F: hw/*/xilinx_*
8d8b636d 464F: hw/*/cadence_*
cc0100f4 465F: hw/misc/zynq_slcr.c
cc0100f4 466X: hw/ssi/xilinx_*
e3260506 467
137805f5
AF
468Xilinx ZynqMP
469M: Alistair Francis <alistair.francis@xilinx.com>
cc0100f4 470M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
b4f2bd1c 471L: qemu-arm@nongnu.org
137805f5 472S: Maintained
cc0100f4 473F: hw/*/xlnx*.c
f586d5fc 474F: include/hw/*/xlnx*.h
137805f5 475
8f4d260e
SZ
476ARM ACPI Subsystem
477M: Shannon Zhao <zhaoshenglong@huawei.com>
478M: Shannon Zhao <shannon.zhao@linaro.org>
b4f2bd1c 479L: qemu-arm@nongnu.org
8f4d260e
SZ
480S: Maintained
481F: hw/arm/virt-acpi-build.c
482F: include/hw/arm/virt-acpi-build.h
483
a1f8193b
AF
484STM32F205
485M: Alistair Francis <alistair@alistair23.me>
486S: Maintained
487F: hw/arm/stm32f205_soc.c
488F: hw/misc/stm32f2xx_syscfg.c
489F: hw/char/stm32f2xx_usart.c
490F: hw/timer/stm32f2xx_timer.c
491F: hw/adc/*
492F: hw/ssi/stm32f2xx_spi.c
493
494Netduino 2
495M: Alistair Francis <alistair@alistair23.me>
496S: Maintained
497F: hw/arm/netduino2.c
498
fd5d5c56
AL
499CRIS Machines
500-------------
501Axis Dev88
502M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
503S: Maintained
8d8b636d 504F: hw/cris/axis_dev88.c
6e481d57 505F: hw/*/etraxfs_*.c
fd5d5c56 506
07bf23a7
MW
507LM32 Machines
508-------------
509EVR32 and uclinux BSP
510M: Michael Walle <michael@walle.cc>
511S: Maintained
8d8b636d 512F: hw/lm32/lm32_boards.c
07bf23a7 513
d118aa6b
MW
514milkymist
515M: Michael Walle <michael@walle.cc>
516S: Maintained
8d8b636d 517F: hw/lm32/milkymist.c
d118aa6b 518
afcacd53 519M68K Machines
fd5d5c56
AL
520-------------
521an5206
0e19885e 522S: Orphan
8d8b636d 523F: hw/m68k/an5206.c
fd5d5c56
AL
524
525dummy_m68k
0e19885e 526S: Orphan
8d8b636d 527F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
528
529mcf5208
0e19885e 530S: Orphan
8d8b636d 531F: hw/m68k/mcf5208.c
fd5d5c56
AL
532
533MicroBlaze Machines
534-------------------
535petalogix_s3adsp1800
536M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
537S: Maintained
6e481d57 538F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 539
d36e8ce7 540petalogix_ml605
4b46ba61 541M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 542S: Maintained
8d8b636d 543F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 544
fd5d5c56
AL
545MIPS Machines
546-------------
547Jazz
548M: Hervé Poussineau <hpoussin@reactos.org>
549S: Maintained
8d8b636d 550F: hw/mips/mips_jazz.c
fd5d5c56
AL
551
552Malta
553M: Aurelien Jarno <aurelien@aurel32.net>
554S: Maintained
8d8b636d 555F: hw/mips/mips_malta.c
fd5d5c56
AL
556
557Mipssim
5dd4a88c 558L: qemu-devel@nongnu.org
fd5d5c56 559S: Orphan
8d8b636d 560F: hw/mips/mips_mipssim.c
fd5d5c56
AL
561
562R4000
563M: Aurelien Jarno <aurelien@aurel32.net>
564S: Maintained
8d8b636d 565F: hw/mips/mips_r4k.c
fd5d5c56 566
945dad6d
JL
567OpenRISC Machines
568-----------------
569or1k-sim
570M: Jia Liu <proljc@gmail.com>
571S: Maintained
572F: hw/openrisc/openrisc_sim.c
573
fd5d5c56
AL
574PowerPC Machines
575----------------
576405
577M: Alexander Graf <agraf@suse.de>
a6c98685 578L: qemu-ppc@nongnu.org
9b9fe135 579S: Odd Fixes
8d8b636d 580F: hw/ppc/ppc405_boards.c
fd5d5c56 581
aaade8d7
AF
582Bamboo
583M: Alexander Graf <agraf@suse.de>
584L: qemu-ppc@nongnu.org
585S: Odd Fixes
8d8b636d 586F: hw/ppc/ppc440_bamboo.c
aaade8d7 587
98cded3a
AF
588e500
589M: Alexander Graf <agraf@suse.de>
590M: Scott Wood <scottwood@freescale.com>
591L: qemu-ppc@nongnu.org
592S: Supported
593F: hw/ppc/e500.[hc]
594F: hw/ppc/e500plat.c
b5d55020
TH
595F: include/hw/ppc/ppc_e500.h
596F: include/hw/pci-host/ppce500.h
597F: pc-bios/u-boot.e500
98cded3a
AF
598
599mpc8544ds
600M: Alexander Graf <agraf@suse.de>
601M: Scott Wood <scottwood@freescale.com>
602L: qemu-ppc@nongnu.org
603S: Supported
604F: hw/ppc/mpc8544ds.c
8d8b636d 605F: hw/ppc/mpc8544_guts.c
98cded3a 606
fd5d5c56
AL
607New World
608M: Alexander Graf <agraf@suse.de>
a6c98685 609L: qemu-ppc@nongnu.org
fd5d5c56 610S: Maintained
baec1910 611F: hw/ppc/mac_newworld.c
6e481d57
PM
612F: hw/pci-host/uninorth.c
613F: hw/pci-bridge/dec.[hc]
8d8b636d 614F: hw/misc/macio/
b5d55020
TH
615F: include/hw/ppc/mac_dbdma.h
616F: hw/nvram/mac_nvram.c
fd5d5c56
AL
617
618Old World
619M: Alexander Graf <agraf@suse.de>
a6c98685 620L: qemu-ppc@nongnu.org
fd5d5c56 621S: Maintained
baec1910 622F: hw/ppc/mac_oldworld.c
6e481d57 623F: hw/pci-host/grackle.c
8d8b636d 624F: hw/misc/macio/
835c42d3 625F: hw/intc/heathrow_pic.c
fd5d5c56 626
ec38d398 627PReP
9f38774d 628L: qemu-devel@nongnu.org
a6c98685 629L: qemu-ppc@nongnu.org
ec38d398 630S: Odd Fixes
75610155 631F: hw/ppc/prep.c
6e481d57 632F: hw/pci-host/prep.[hc]
8d8b636d 633F: hw/isa/pc87312.[hc]
835c42d3 634F: pc-bios/ppc_rom.bin
fd5d5c56 635
300b115c 636sPAPR
085eb217 637M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
638M: Alexander Graf <agraf@suse.de>
639L: qemu-ppc@nongnu.org
640S: Supported
8d8b636d 641F: hw/*/spapr*
f9de2da7
DG
642F: include/hw/*/spapr*
643F: hw/*/xics*
644F: include/hw/*/xics*
645F: pc-bios/spapr-rtas/*
b5d55020
TH
646F: pc-bios/spapr-rtas.bin
647F: pc-bios/slof.bin
648F: docs/specs/ppc-spapr-hcalls.txt
649F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
650F: tests/spapr*
651F: tests/libqos/*spapr*
652F: tests/rtas*
653F: tests/libqos/rtas*
8a269ca4 654
794d00bf
AF
655virtex_ml507
656M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
657L: qemu-ppc@nongnu.org
658S: Odd Fixes
6e481d57 659F: hw/ppc/virtex_ml507.c
794d00bf 660
fd5d5c56
AL
661SH4 Machines
662------------
663R2D
664M: Magnus Damm <magnus.damm@gmail.com>
665S: Maintained
6e481d57 666F: hw/sh4/r2d.c
fd5d5c56
AL
667
668Shix
669M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 670S: Orphan
6e481d57 671F: hw/sh4/shix.c
fd5d5c56
AL
672
673SPARC Machines
674--------------
675Sun4m
676M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 677M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 678S: Maintained
8d8b636d 679F: hw/sparc/sun4m.c
fd5d5c56
AL
680
681Sun4u
682M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 683M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 684S: Maintained
8d8b636d 685F: hw/sparc64/sun4u.c
fd5d5c56 686
ce6c760c
FC
687Leon3
688M: Fabien Chouteau <chouteau@adacore.com>
689S: Maintained
8d8b636d
PB
690F: hw/sparc/leon3.c
691F: hw/*/grlib*
ce6c760c 692
fd5d5c56
AL
693S390 Machines
694-------------
dd4ad64a
CH
695S390 Virtio-ccw
696M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 697M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
698M: Alexander Graf <agraf@suse.de>
699S: Supported
0c6aa7ee 700F: hw/char/sclp*.[hc]
c5bfb202 701F: hw/s390x/
4277af19
CH
702F: include/hw/s390x/
703F: pc-bios/s390-ccw/
c5bfb202 704F: hw/watchdog/wdt_diag288.c
1e4738b2
SS
705F: include/hw/watchdog/wdt_diag288.h
706F: pc-bios/s390-ccw.img
707F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
708T: git git://github.com/cohuck/qemu.git s390-next
709T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 710
ab9528ca
GX
711UniCore32 Machines
712-------------
713PKUnity-3 SoC initramfs-with-busybox
714M: Guan Xuetao <gxt@mprc.pku.edu.cn>
715S: Maintained
8d8b636d 716F: hw/*/puv3*
ab9528ca
GX
717F: hw/unicore32/
718
fd5d5c56
AL
719X86 Machines
720------------
721PC
046a6486 722M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 723S: Supported
046a6486
MT
724F: include/hw/i386/
725F: hw/i386/
726F: hw/pci-host/piix.c
727F: hw/pci-host/q35.c
728F: hw/pci-host/pam.c
729F: include/hw/pci-host/q35.h
730F: include/hw/pci-host/pam.h
731F: hw/isa/piix4.c
732F: hw/isa/lpc_ich9.c
733F: hw/i2c/smbus_ich9.c
734F: hw/acpi/piix4.c
735F: hw/acpi/ich9.c
736F: include/hw/acpi/ich9.h
f586d5fc 737F: include/hw/acpi/piix4.h
9cc3b73c
PB
738F: hw/misc/sga.c
739
740PC Chipset
741M: Michael S. Tsirkin <mst@redhat.com>
742M: Paolo Bonzini <pbonzini@redhat.com>
743S: Support
744F: hw/char/debugcon.c
745F: hw/char/parallel.c
746F: hw/char/serial*
747F: hw/dma/i8257*
748F: hw/i2c/pm_smbus.c
749F: hw/intc/apic*
750F: hw/intc/ioapic*
751F: hw/intc/i8259*
752F: hw/misc/debugexit.c
753F: hw/misc/pc-testdev.c
754F: hw/timer/hpet*
755F: hw/timer/i8254*
756F: hw/timer/mc146818rtc*
a2feb348
TH
757F: include/hw/i2c/pm_smbus.h
758F: include/hw/timer/hpet.h
759F: include/hw/timer/i8254*
760F: include/hw/timer/mc146818rtc*
046a6486 761
5da4fb00
MT
762Machine core
763M: Eduardo Habkost <ehabkost@redhat.com>
764M: Marcel Apfelbaum <marcel@redhat.com>
765S: Supported
766F: hw/core/machine.c
767F: include/hw/boards.h
fd5d5c56 768
16e7caae
MF
769Xtensa Machines
770---------------
375847a6 771sim
16e7caae
MF
772M: Max Filippov <jcmvbkbc@gmail.com>
773S: Maintained
437a8c11 774F: hw/xtensa/sim.c
375847a6 775
437a8c11 776XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
777M: Max Filippov <jcmvbkbc@gmail.com>
778S: Maintained
437a8c11
MF
779F: hw/xtensa/xtfpga.c
780F: hw/net/opencores_eth.c
16e7caae 781
fd5d5c56
AL
782Devices
783-------
b30934cb
JS
784EDU
785M: Jiri Slaby <jslaby@suse.cz>
786S: Maintained
787F: hw/misc/edu.c
788
fd5d5c56 789IDE
c095348b
JS
790M: John Snow <jsnow@redhat.com>
791L: qemu-block@nongnu.org
792S: Supported
8d8b636d 793F: include/hw/ide.h
c9f7acd5 794F: include/hw/ide/
fd5d5c56 795F: hw/ide/
c095348b
JS
796F: hw/block/block.c
797F: hw/block/cdrom.c
798F: hw/block/hd-geometry.c
799F: tests/ide-test.c
800F: tests/ahci-test.c
aee50319 801F: tests/libqos/ahci*
c095348b
JS
802T: git git://github.com/jnsnow/qemu.git ide
803
804Floppy
805M: John Snow <jsnow@redhat.com>
806L: qemu-block@nongnu.org
807S: Supported
808F: hw/block/fdc.c
809F: include/hw/block/fdc.h
aee50319 810F: tests/fdc-test.c
c095348b 811T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 812
f5f487b2
PM
813OMAP
814M: Peter Maydell <peter.maydell@linaro.org>
815S: Maintained
8d8b636d 816F: hw/*/omap*
ed0db866 817F: include/hw/arm/omap.h
f5f487b2 818
28d54e58
PB
819IPack
820M: Alberto Garcia <berto@igalia.com>
821S: Odd Fixes
822F: hw/char/ipoctal232.c
823F: hw/ipack/
824
fd5d5c56
AL
825PCI
826M: Michael S. Tsirkin <mst@redhat.com>
874a2358 827M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 828S: Supported
8d8b636d 829F: include/hw/pci/*
f178bc6b 830F: hw/misc/pci-testdev.c
ca818cfb 831F: hw/pci/*
f178bc6b 832F: hw/pci-bridge/*
0e0b3592 833
d31e5ae7 834ACPI/SMBIOS
0e0b3592
MT
835M: Michael S. Tsirkin <mst@redhat.com>
836M: Igor Mammedov <imammedo@redhat.com>
837S: Supported
838F: include/hw/acpi/*
d31e5ae7 839F: include/hw/smbios/*
0e0b3592 840F: hw/mem/*
8d8b636d 841F: hw/acpi/*
d31e5ae7 842F: hw/smbios/*
0e0b3592 843F: hw/i386/acpi-build.[hc]
0e0b3592
MT
844F: hw/arm/virt-acpi-build.c
845F: include/hw/arm/virt-acpi-build.h
fd5d5c56 846
aaade8d7
AF
847ppc4xx
848M: Alexander Graf <agraf@suse.de>
849L: qemu-ppc@nongnu.org
850S: Odd Fixes
8d8b636d 851F: hw/ppc/ppc4*.c
b5d55020 852F: include/hw/ppc/ppc4xx.h
aaade8d7 853
98cded3a
AF
854ppce500
855M: Alexander Graf <agraf@suse.de>
856M: Scott Wood <scottwood@freescale.com>
857L: qemu-ppc@nongnu.org
858S: Supported
6e481d57 859F: hw/ppc/e500*
566dd236
PB
860F: hw/pci-host/ppce500.c
861F: hw/net/fsl_etsec/
98cded3a 862
61af0ee6
PB
863Character devices
864M: Paolo Bonzini <pbonzini@redhat.com>
865S: Odd Fixes
866F: hw/char/
867
f536f112
PB
868Network devices
869M: Jason Wang <jasowang@redhat.com>
870S: Odd Fixes
871F: hw/net/
6bd7776c 872F: tests/virtio-net-test.c
f536f112
PB
873T: git git://github.com/jasowang/qemu.git net
874
fd5d5c56 875SCSI
de7724f7
PB
876M: Paolo Bonzini <pbonzini@redhat.com>
877S: Supported
74460f34 878F: include/hw/scsi/*
8d8b636d 879F: hw/scsi/*
6bd7776c 880F: tests/virtio-scsi-test.c
1ab09a40 881T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
882
883LSI53C895A
0e19885e 884S: Orphan
8d8b636d 885F: hw/scsi/lsi53c895a.c
fd5d5c56 886
fcb5629d 887SSI
4b46ba61 888M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 889S: Maintained
8d8b636d
PB
890F: hw/ssi/*
891F: hw/block/m25p80.c
4b46ba61
AF
892X: hw/ssi/xilinx_*
893
894Xilinx SPI
895M: Alistair Francis <alistair.francis@xilinx.com>
896M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
897S: Maintained
898F: hw/ssi/xilinx_*
fcb5629d 899
fd5d5c56 900USB
5d0d62fe
GH
901M: Gerd Hoffmann <kraxel@redhat.com>
902S: Maintained
8d8b636d 903F: hw/usb/*
28edfce0 904F: tests/usb-*-test.c
beded0ff
TH
905F: docs/usb2.txt
906F: docs/usb-storage.txt
907F: include/hw/usb.h
908F: include/hw/usb/
fd5d5c56 909
e26082fd
PB
910USB (serial adapter)
911M: Gerd Hoffmann <kraxel@redhat.com>
912M: Samuel Thibault <samuel.thibault@ens-lyon.org>
913S: Maintained
914F: hw/usb/dev-serial.c
915
92e1fb5e
AW
916VFIO
917M: Alex Williamson <alex.williamson@redhat.com>
918S: Supported
cf7087db 919F: hw/vfio/*
99b88c6d 920F: include/hw/vfio/
92e1fb5e 921
fd5d5c56
AL
922vhost
923M: Michael S. Tsirkin <mst@redhat.com>
924S: Supported
8d8b636d 925F: hw/*/*vhost*
fd5d5c56
AL
926
927virtio
a75143ed 928M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 929S: Supported
8d8b636d 930F: hw/*/virtio*
6a084ea3 931F: net/vhost-user.c
494f7b57 932F: include/hw/virtio/
6bd7776c 933F: tests/virtio-balloon-test.c
fd5d5c56
AL
934
935virtio-9p
23704102 936M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 937M: Greg Kurz <groug@kaod.org>
fd5d5c56 938S: Supported
aebeca25
AF
939F: hw/9pfs/
940F: fsdev/
2d888c09 941F: tests/virtio-9p-test.c
3f3309cb 942T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 943T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
944
945virtio-blk
54d01a00 946M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 947L: qemu-block@nongnu.org
fd5d5c56 948S: Supported
8d8b636d 949F: hw/block/virtio-blk.c
b457a5f5 950F: hw/block/dataplane/*
6bd7776c 951F: tests/virtio-blk-test.c
b457a5f5 952T: git git://github.com/stefanha/qemu.git block
fd5d5c56 953
dd4ad64a
CH
954virtio-ccw
955M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 956M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
957S: Supported
958F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
959T: git git://github.com/cohuck/qemu.git s390-next
960T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 961
a5d4d7b5
GH
962virtio-input
963M: Gerd Hoffmann <kraxel@redhat.com>
964S: Maintained
965F: hw/input/virtio-input*.c
966F: include/hw/virtio/virtio-input.h
967
fd5d5c56
AL
968virtio-serial
969M: Amit Shah <amit.shah@redhat.com>
970S: Supported
8d8b636d
PB
971F: hw/char/virtio-serial-bus.c
972F: hw/char/virtio-console.c
68a5e38a 973F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
974F: tests/virtio-console-test.c
975F: tests/virtio-serial-test.c
fd5d5c56 976
1f51a5cb
AS
977virtio-rng
978M: Amit Shah <amit.shah@redhat.com>
979S: Supported
980F: hw/virtio/virtio-rng.c
981F: include/hw/virtio/virtio-rng.h
750cf869 982F: include/sysemu/rng*.h
1f51a5cb 983F: backends/rng*.c
6bd7776c 984F: tests/virtio-rng-test.c
1f51a5cb 985
f3c507ad
KB
986nvme
987M: Keith Busch <keith.busch@intel.com>
c95e4c0e 988L: qemu-block@nongnu.org
f3c507ad
KB
989S: Supported
990F: hw/block/nvme*
fc967791 991F: tests/nvme-test.c
f3c507ad 992
d383c625
HR
993megasas
994M: Hannes Reinecke <hare@suse.de>
c95e4c0e 995L: qemu-block@nongnu.org
d383c625
HR
996S: Supported
997F: hw/scsi/megasas.c
998F: hw/scsi/mfi.h
999
605d52e6
DF
1000Network packet abstractions
1001M: Dmitry Fleytman <dmitry@daynix.com>
1002S: Maintained
1003F: include/net/eth.h
1004F: net/eth.c
1005F: hw/net/net_rx_pkt*
1006F: hw/net/net_tx_pkt*
1007
622fb504
DF
1008Vmware
1009M: Dmitry Fleytman <dmitry@daynix.com>
1010S: Maintained
1011F: hw/net/vmxnet*
1012F: hw/scsi/vmw_pvscsi*
1013
de24d3f1 1014Rocker
de24d3f1
SF
1015M: Jiri Pirko <jiri@resnulli.us>
1016S: Maintained
1017F: hw/net/rocker/
1018
70d1fb9c
XG
1019NVDIMM
1020M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1021S: Maintained
1022F: hw/acpi/nvdimm.c
1023F: hw/mem/nvdimm.c
1024F: include/hw/mem/nvdimm.h
1025
093454e2
DF
1026e1000x
1027M: Dmitry Fleytman <dmitry@daynix.com>
1028S: Maintained
1029F: hw/net/e1000x*
1030
6f3fbe4e
DF
1031e1000e
1032M: Dmitry Fleytman <dmitry@daynix.com>
1033S: Maintained
1034F: hw/net/e1000e*
1035
e481a1f6
AF
1036Generic Loader
1037M: Alistair Francis <alistair.francis@xilinx.com>
1038S: Maintained
1039F: hw/core/generic-loader.c
1040F: include/hw/core/generic-loader.h
1041
fd5d5c56
AL
1042Subsystems
1043----------
1044Audio
9f575846 1045M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1046S: Maintained
1047F: audio/
8d8b636d 1048F: hw/audio/
a2b245ae 1049F: include/hw/audio/
d7b50c0c 1050F: tests/ac97-test.c
8fa74c94 1051F: tests/es1370-test.c
fbaf445a 1052F: tests/intel-hda-test.c
fd5d5c56 1053
17f1e8f5 1054Block layer core
fd5d5c56 1055M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1056M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1057L: qemu-block@nongnu.org
fd5d5c56
AL
1058S: Supported
1059F: block*
1060F: block/
8d8b636d 1061F: hw/block/
4c346e0b 1062F: include/block/
46078760
KW
1063F: qemu-img*
1064F: qemu-io*
29242091 1065F: tests/qemu-iotests/
d48addda 1066T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1067
d55053b1
SH
1068Block I/O path
1069M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1070M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1071L: qemu-block@nongnu.org
1072S: Supported
1073F: async.c
1074F: aio-*.c
1075F: block/io.c
1076F: migration/block*
e1029ae2 1077F: include/block/aio.h
d55053b1
SH
1078T: git git://github.com/stefanha/qemu.git block
1079
280458a3
JC
1080Block Jobs
1081M: Jeff Cody <jcody@redhat.com>
1082L: qemu-block@nongnu.org
1083S: Supported
1084F: blockjob.c
1085F: include/block/blockjob.h
1086F: block/backup.c
1087F: block/commit.c
77346025 1088F: block/stream.c
280458a3
JC
1089F: block/mirror.c
1090T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1091
4120201d
MA
1092Block QAPI, monitor, command line
1093M: Markus Armbruster <armbru@redhat.com>
1094S: Supported
1095F: blockdev.c
1096F: block/qapi.c
1097F: qapi/block*.json
1098T: git git://repo.or.cz/qemu/armbru.git block-next
1099
61af0ee6 1100Character device backends
da26f37a 1101M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
1102S: Maintained
1103F: qemu-char.c
da26f37a
PB
1104F: backends/msmouse.c
1105F: backends/testdev.c
fd5d5c56 1106
e26082fd
PB
1107Character Devices (Braille)
1108M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1109S: Maintained
1110F: backends/baum.c
fd5d5c56 1111
8c413e79
MA
1112Coverity model
1113M: Markus Armbruster <armbru@redhat.com>
1114S: Supported
1115F: scripts/coverity-model.c
1116
f2ca0524 1117CPU
12b0e69c 1118L: qemu-devel@nongnu.org
f2ca0524
AF
1119S: Supported
1120F: qom/cpu.c
6e481d57 1121F: include/qom/cpu.h
f2ca0524 1122
d24b569a 1123Device Tree
4b46ba61 1124M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1125M: Alexander Graf <agraf@suse.de>
1126S: Maintained
82407515
TH
1127F: device_tree.c
1128F: include/sysemu/device_tree.h
d24b569a 1129
4f966768
MA
1130Error reporting
1131M: Markus Armbruster <armbru@redhat.com>
1132S: Supported
1133F: include/qapi/error.h
1134F: include/qemu/error-report.h
1135F: util/error.c
1136F: util/qemu-error.c
1137
fd5d5c56 1138GDB stub
5dd4a88c 1139L: qemu-devel@nongnu.org
fd5d5c56
AL
1140S: Odd Fixes
1141F: gdbstub*
1142F: gdb-xml/
1143
01a9c03c
PB
1144Memory API
1145M: Paolo Bonzini <pbonzini@redhat.com>
1146S: Supported
1147F: include/exec/ioport.h
1148F: ioport.c
1149F: include/exec/memory.h
2b1641d0 1150F: include/exec/ram_addr.h
01a9c03c
PB
1151F: memory.c
1152F: include/exec/memory-internal.h
1153F: exec.c
1154
7ee3bf03
GH
1155SPICE
1156M: Gerd Hoffmann <kraxel@redhat.com>
1157S: Supported
6e481d57 1158F: include/ui/qemu-spice.h
438528a3 1159F: include/ui/spice-display.h
7ee3bf03
GH
1160F: ui/spice-*.c
1161F: audio/spiceaudio.c
8d8b636d 1162F: hw/display/qxl*
7ee3bf03 1163
fd5d5c56 1164Graphics
25eccc37
GH
1165M: Gerd Hoffmann <kraxel@redhat.com>
1166S: Odd Fixes
fd5d5c56 1167F: ui/
e220656c 1168F: include/ui/
fd5d5c56 1169
351f1bf6 1170Cocoa graphics
30ef3c74 1171M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1172S: Odd Fixes
1173F: ui/cocoa.m
1174
fd5d5c56 1175Main loop
da26f37a
PB
1176M: Paolo Bonzini <pbonzini@redhat.com>
1177S: Maintained
1178F: cpus.c
1179F: main-loop.c
1180F: qemu-timer.c
fd5d5c56
AL
1181F: vl.c
1182
8899b4ae 1183Human Monitor (HMP)
fd5d5c56 1184M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 1185S: Maintained
fd5d5c56 1186F: monitor.c
c13e9912
TH
1187F: hmp.[ch]
1188F: hmp-commands*.hx
1189F: include/monitor/hmp-target.h
dce07e0b 1190T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56 1191
f536f112 1192Network device backends
442469e6 1193M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1194S: Maintained
1195F: net/
d24b2b1c 1196F: include/net/
5fc51cc3 1197T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1198
aee09baf
VM
1199Netmap network backend
1200M: Luigi Rizzo <rizzo@iet.unipi.it>
1201M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1202M: Vincenzo Maffione <v.maffione@gmail.com>
1203W: http://info.iet.unipi.it/~luigi/netmap/
1204S: Maintained
1205F: net/netmap.c
1206
44f76b28
PB
1207Network Block Device (NBD)
1208M: Paolo Bonzini <pbonzini@redhat.com>
1209S: Odd Fixes
798bfe00
FZ
1210F: block/nbd*
1211F: nbd/
1212F: include/block/nbd*
44f76b28 1213F: qemu-nbd.c
1ab09a40 1214T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1215
2f54eb98
EH
1216NUMA
1217M: Eduardo Habkost <ehabkost@redhat.com>
1218S: Maintained
1219F: numa.c
1220F: include/sysemu/numa.h
2f54eb98
EH
1221T: git git://github.com/ehabkost/qemu.git numa
1222
4fc264f4
EH
1223Host Memory Backends
1224M: Eduardo Habkost <ehabkost@redhat.com>
1225M: Igor Mammedov <imammedo@redhat.com>
1226S: Maintained
1227F: backends/hostmem*.c
1228F: include/sysemu/hostmem.h
1229
8899b4ae 1230QAPI
9740618c 1231M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1232M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1233S: Supported
8899b4ae 1234F: qapi/
0311c5bd 1235X: qapi/*.json
ac4abb9a
MA
1236F: include/qapi/
1237X: include/qapi/qmp/
1238F: include/qapi/qmp/dispatch.h
c0bd0b50 1239F: tests/qapi-schema/
ac4abb9a
MA
1240F: tests/test-*-visitor.c
1241F: tests/test-qmp-*.c
0311c5bd
MA
1242F: scripts/qapi*
1243F: docs/qapi*
9740618c 1244T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1245
7810d291
LC
1246QAPI Schema
1247M: Eric Blake <eblake@redhat.com>
7810d291
LC
1248M: Markus Armbruster <armbru@redhat.com>
1249S: Supported
1250F: qapi-schema.json
0311c5bd 1251F: qapi/*.json
9740618c 1252T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1253
f3582ba4
LC
1254QObject
1255M: Luiz Capitulino <lcapitulino@redhat.com>
1256S: Maintained
1257F: qobject/
7735d2b5
MA
1258F: include/qapi/qmp/
1259X: include/qapi/qmp/dispatch.h
1260F: tests/check-qdict.c
1261F: tests/check-qfloat.c
1262F: tests/check-qint.c
1263F: tests/check-qjson.c
1264F: tests/check-qlist.c
1265F: tests/check-qstring.c
f3582ba4
LC
1266T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1267
f05d9999
MR
1268QEMU Guest Agent
1269M: Michael Roth <mdroth@linux.vnet.ibm.com>
1270S: Maintained
1271F: qga/
1272T: git git://github.com/mdroth/qemu.git qga
1273
4688c94c 1274QOM
4688c94c
AF
1275M: Andreas Färber <afaerber@suse.de>
1276S: Supported
1277T: git git://github.com/afaerber/qemu-cpu.git qom-next
1278F: include/qom/
1279X: include/qom/cpu.h
1280F: qom/
1281X: qom/cpu.c
9f4aa7ce
AF
1282F: tests/check-qom-interface.c
1283F: tests/check-qom-proplist.c
4688c94c
AF
1284F: tests/qom-test.c
1285
8899b4ae 1286QMP
9740618c
LC
1287M: Markus Armbruster <armbru@redhat.com>
1288S: Supported
8899b4ae
LC
1289F: qmp.c
1290F: monitor.c
9b89b6a2 1291F: docs/*qmp-*
9740618c
LC
1292F: scripts/qmp/
1293T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1294
cc0100f4
AF
1295Register API
1296M: Alistair Francis <alistair.francis@xilinx.com>
1297S: Maintained
1298F: hw/core/register.c
1299F: include/hw/register.h
1300
fd5d5c56 1301SLIRP
eda509fa 1302M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1303M: Jan Kiszka <jan.kiszka@siemens.com>
1304S: Maintained
fd5d5c56 1305F: slirp/
663fb1e1 1306F: net/slirp.c
d24b2b1c 1307F: include/net/slirp.h
1ab09a40 1308T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1309
b1ed728a
PB
1310Stubs
1311M: Paolo Bonzini <pbonzini@redhat.com>
1312S: Maintained
1313F: stubs/
1314
598a3f35 1315Tracing
1cd0f8ce 1316M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1317S: Maintained
1318F: trace/
f70fd8fd
LV
1319F: scripts/tracetool.py
1320F: scripts/tracetool/
f922ea46 1321F: docs/tracing.txt
1ab09a40 1322T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1323
14f40fdc 1324Checkpatch
14f40fdc
BS
1325S: Odd Fixes
1326F: scripts/checkpatch.pl
1327
c0787c8d
JQ
1328Migration
1329M: Juan Quintela <quintela@redhat.com>
7f4675c3 1330M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1331S: Maintained
1332F: include/migration/
44a1f946 1333F: migration/
c5515640
AS
1334F: scripts/vmstate-static-checker.py
1335F: tests/vmstate-static-checker-data/
a609ad8b 1336F: docs/migration.txt
c0787c8d 1337
92bfedb0 1338Seccomp
9d9de254 1339M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1340S: Supported
1341F: qemu-seccomp.c
1342F: include/sysemu/seccomp.h
1343
ddbb0d09
DB
1344Cryptography
1345M: Daniel P. Berrange <berrange@redhat.com>
1346S: Maintained
1347F: crypto/
1348F: include/crypto/
1349F: tests/test-crypto-*
1350
10817bf0
DB
1351Coroutines
1352M: Stefan Hajnoczi <stefanha@redhat.com>
1353M: Kevin Wolf <kwolf@redhat.com>
1354F: util/*coroutine*
1355F: include/qemu/coroutine*
1356F: tests/test-coroutine.c
1357
88c5f205
DB
1358Buffers
1359M: Daniel P. Berrange <berrange@redhat.com>
1360S: Odd fixes
1361F: util/buffer.c
1362F: include/qemu/buffer.h
1363
666a3af9
DB
1364I/O Channels
1365M: Daniel P. Berrange <berrange@redhat.com>
1366S: Maintained
1367F: io/
1368F: include/io/
1369F: tests/test-io-*
1370
5614a283
GH
1371Sockets
1372M: Daniel P. Berrange <berrange@redhat.com>
1373M: Gerd Hoffmann <kraxel@redhat.com>
1374M: Paolo Bonzini <pbonzini@redhat.com>
1375S: Maintained
1376F: include/qemu/sockets.h
1377F: util/qemu-sockets.c
1378
d310d85b
AG
1379Throttling infrastructure
1380M: Alberto Garcia <berto@igalia.com>
1381S: Supported
1382F: block/throttle-groups.c
1383F: include/block/throttle-groups.h
1384F: include/qemu/throttle.h
1385F: util/throttle.c
1386L: qemu-block@nongnu.org
1387
080d7aac
FZ
1388UUID
1389M: Fam Zheng <famz@redhat.com>
1390S: Supported
1391F: util/uuid.c
1392F: include/qemu/uuid.h
1393F: tests/test-uuid.c
1394
88f82ed1
ZC
1395COLO Proxy
1396M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1397M: Li Zhijian <lizhijian@cn.fujitsu.com>
1398S: Supported
1399F: docs/colo-proxy.txt
1400F: net/colo*
1401F: net/filter-rewriter.c
1402F: net/filter-mirror.c
1403
fd5d5c56
AL
1404Usermode Emulation
1405------------------
486bbe5f
PB
1406Overall
1407M: Riku Voipio <riku.voipio@iki.fi>
1408S: Maintained
1409F: thunk.c
1410F: user-exec.c
1411
fd5d5c56 1412BSD user
297e8005 1413S: Orphan
fd5d5c56
AL
1414F: bsd-user/
1415
fd5d5c56
AL
1416Linux user
1417M: Riku Voipio <riku.voipio@iki.fi>
1418S: Maintained
1419F: linux-user/
42f5a7e9
AJ
1420
1421Tiny Code Generator (TCG)
1422-------------------------
1423Common code
cc7772bd 1424M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1425S: Maintained
1426F: tcg/
1427
b25a464c
CF
1428AArch64 target
1429M: Claudio Fontana <claudio.fontana@huawei.com>
1430M: Claudio Fontana <claudio.fontana@gmail.com>
1431S: Maintained
b4f2bd1c 1432L: qemu-arm@nongnu.org
b25a464c 1433F: tcg/aarch64/
c17652ee
PB
1434F: disas/arm-a64.cc
1435F: disas/libvixl/
b25a464c 1436
42f5a7e9
AJ
1437ARM target
1438M: Andrzej Zaborowski <balrogg@gmail.com>
1439S: Maintained
b4f2bd1c 1440L: qemu-arm@nongnu.org
42f5a7e9 1441F: tcg/arm/
c17652ee 1442F: disas/arm.c
42f5a7e9 1443
42f5a7e9 1444i386 target
5dd4a88c 1445L: qemu-devel@nongnu.org
42f5a7e9
AJ
1446S: Maintained
1447F: tcg/i386/
c17652ee 1448F: disas/i386.c
42f5a7e9
AJ
1449
1450IA64 target
1451M: Aurelien Jarno <aurelien@aurel32.net>
1452S: Maintained
1453F: tcg/ia64/
c17652ee 1454F: disas/ia64.c
42f5a7e9
AJ
1455
1456MIPS target
d6eec7a2 1457M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1458S: Maintained
1459F: tcg/mips/
c17652ee 1460F: disas/mips.c
42f5a7e9
AJ
1461
1462PPC
1463M: Vassili Karpov (malc) <av1474@comtv.ru>
1464S: Maintained
1465F: tcg/ppc/
c17652ee 1466F: disas/ppc.c
42f5a7e9
AJ
1467
1468S390 target
1469M: Alexander Graf <agraf@suse.de>
1470M: Richard Henderson <rth@twiddle.net>
1471S: Maintained
1472F: tcg/s390/
c17652ee 1473F: disas/s390.c
42f5a7e9
AJ
1474
1475SPARC target
297e8005 1476S: Odd Fixes
42f5a7e9 1477F: tcg/sparc/
c17652ee 1478F: disas/sparc.c
bc75c9e5
SW
1479
1480TCI target
1481M: Stefan Weil <sw@weilnetz.de>
1482S: Maintained
8ef9cd55 1483F: tcg/tci/
2b7be8c8 1484F: tci.c
c17652ee 1485F: disas/tci.c
aa09c951
AF
1486
1487Stable branches
1488---------------
1489Stable 1.0
1490L: qemu-stable@nongnu.org
85938981 1491T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1492S: Orphan
1493
1494Stable 0.15
1495L: qemu-stable@nongnu.org
85938981 1496T: git git://git.qemu-project.org/qemu-stable-0.15.git
211b76d1 1497S: Orphan
aa09c951
AF
1498
1499Stable 0.14
1500L: qemu-stable@nongnu.org
85938981 1501T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1502S: Orphan
1503
1504Stable 0.10
1505L: qemu-stable@nongnu.org
85938981 1506T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1507S: Orphan
f05b328c
SH
1508
1509Block drivers
1510-------------
1511VMDK
1512M: Fam Zheng <famz@redhat.com>
c95e4c0e 1513L: qemu-block@nongnu.org
f05b328c
SH
1514S: Supported
1515F: block/vmdk.c
1516
1517RBD
5a8ac6d9 1518M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1519M: Jeff Cody <jcody@redhat.com>
1520L: qemu-block@nongnu.org
f05b328c
SH
1521S: Supported
1522F: block/rbd.c
280458a3 1523T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1524
1525Sheepdog
53b33231 1526M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1527M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1528M: Jeff Cody <jcody@redhat.com>
1529L: qemu-block@nongnu.org
dce32b6c 1530L: sheepdog@lists.wpkg.org
f05b328c
SH
1531S: Supported
1532F: block/sheepdog.c
280458a3 1533T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1534
1535VHDX
1536M: Jeff Cody <jcody@redhat.com>
280458a3 1537L: qemu-block@nongnu.org
f05b328c
SH
1538S: Supported
1539F: block/vhdx*
280458a3 1540T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1541
1542VDI
1543M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1544L: qemu-block@nongnu.org
f05b328c
SH
1545S: Maintained
1546F: block/vdi.c
1547
1548iSCSI
1549M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1550M: Paolo Bonzini <pbonzini@redhat.com>
1551M: Peter Lieven <pl@kamp.de>
c95e4c0e 1552L: qemu-block@nongnu.org
f05b328c
SH
1553S: Supported
1554F: block/iscsi.c
1555
6542aa9c 1556NFS
280458a3 1557M: Jeff Cody <jcody@redhat.com>
6542aa9c 1558M: Peter Lieven <pl@kamp.de>
280458a3 1559L: qemu-block@nongnu.org
6542aa9c
PL
1560S: Maintained
1561F: block/nfs.c
280458a3 1562T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1563
f05b328c
SH
1564SSH
1565M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1566M: Jeff Cody <jcody@redhat.com>
1567L: qemu-block@nongnu.org
f05b328c
SH
1568S: Supported
1569F: block/ssh.c
280458a3 1570T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1571
1572ARCHIPELAGO
c9a12e75 1573M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1574M: Jeff Cody <jcody@redhat.com>
1575L: qemu-block@nongnu.org
c9a12e75
CN
1576S: Maintained
1577F: block/archipelago.c
280458a3
JC
1578T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1579
1580CURL
1581M: Jeff Cody <jcody@redhat.com>
1582L: qemu-block@nongnu.org
1583S: Supported
1584F: block/curl.c
1585T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1586
1587GLUSTER
1588M: Jeff Cody <jcody@redhat.com>
1589L: qemu-block@nongnu.org
1590S: Supported
1591F: block/gluster.c
1592T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1593
199667a8
FZ
1594Null Block Driver
1595M: Fam Zheng <famz@redhat.com>
1596L: qemu-block@nongnu.org
1597S: Supported
1598F: block/null.c
1599
b5e9476c
GA
1600Bootdevice
1601M: Gonglei <arei.gonglei@huawei.com>
1602S: Maintained
1603F: bootdevice.c
ecdda9e0
AG
1604
1605Quorum
1606M: Alberto Garcia <berto@igalia.com>
1607S: Supported
1608F: block/quorum.c
1609L: qemu-block@nongnu.org
e7c6e631
SH
1610
1611blkverify
1612M: Stefan Hajnoczi <stefanha@redhat.com>
1613L: qemu-block@nongnu.org
1614S: Supported
1615F: block/blkverify.c
1616
1617bochs
1618M: Stefan Hajnoczi <stefanha@redhat.com>
1619L: qemu-block@nongnu.org
1620S: Supported
1621F: block/bochs.c
1622
1623cloop
1624M: Stefan Hajnoczi <stefanha@redhat.com>
1625L: qemu-block@nongnu.org
1626S: Supported
1627F: block/cloop.c
1628
1629dmg
1630M: Stefan Hajnoczi <stefanha@redhat.com>
1631L: qemu-block@nongnu.org
1632S: Supported
1633F: block/dmg.c
1634
1635parallels
1636M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1637M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1638L: qemu-block@nongnu.org
1639S: Supported
1640F: block/parallels.c
b4a9e25b 1641F: docs/specs/parallels.txt
e7c6e631
SH
1642
1643qed
1644M: Stefan Hajnoczi <stefanha@redhat.com>
1645L: qemu-block@nongnu.org
1646S: Supported
1647F: block/qed.c
1648
1649raw
1650M: Kevin Wolf <kwolf@redhat.com>
1651L: qemu-block@nongnu.org
1652S: Supported
1653F: block/linux-aio.c
f586d5fc 1654F: include/block/raw-aio.h
e7c6e631
SH
1655F: block/raw-posix.c
1656F: block/raw-win32.c
1657F: block/raw_bsd.c
1658F: block/win32-aio.c
1659
1660qcow2
1661M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1662M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1663L: qemu-block@nongnu.org
1664S: Supported
1665F: block/qcow2*
1666
1667qcow
1668M: Kevin Wolf <kwolf@redhat.com>
1669L: qemu-block@nongnu.org
1670S: Supported
1671F: block/qcow.c
1672
1673blkdebug
1674M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1675M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1676L: qemu-block@nongnu.org
1677S: Supported
1678F: block/blkdebug.c
1679
1680vpc
1681M: Kevin Wolf <kwolf@redhat.com>
1682L: qemu-block@nongnu.org
1683S: Supported
1684F: block/vpc.c
1685
1686vvfat
1687M: Kevin Wolf <kwolf@redhat.com>
1688L: qemu-block@nongnu.org
1689S: Supported
1690F: block/vvfat.c
abfe4e94
SH
1691
1692Image format fuzzer
1693M: Stefan Hajnoczi <stefanha@redhat.com>
1694L: qemu-block@nongnu.org
1695S: Supported
1696F: tests/image-fuzzer/
717171bd 1697
049105a3
CX
1698Replication
1699M: Wen Congyang <wency@cn.fujitsu.com>
1700M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1701S: Supported
1702F: replication*
1703F: block/replication.c
1704F: tests/test-replication.c
1705F: docs/block-replication.txt
1706
b9e02c06
AB
1707Build and test automation
1708-------------------------
1709M: Alex Bennée <alex.bennee@linaro.org>
1710L: qemu-devel@nongnu.org
1711S: Supported
1712F: .travis.yml
717171bd
DB
1713
1714Documentation
1715-------------
1716Build system architecture
1717M: Daniel P. Berrange <berrange@redhat.com>
1718S: Odd Fixes
1719F: docs/build-system.txt
8a49e97f
FZ
1720
1721Docker testing
1722--------------
1723Docker based testing framework and cases
1724M: Fam Zheng <famz@redhat.com>
1725S: Maintained
1726F: tests/docker/