]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
MAINTAINERS: Add some SPARC machine related files
[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
f2416d3a 676M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 677S: Maintained
8d8b636d 678F: hw/sparc/sun4m.c
c10a1c78
TH
679F: hw/dma/sparc32_dma.c
680F: hw/dma/sun4m_iommu.c
681F: include/hw/sparc/sparc32_dma.h
682F: include/hw/sparc/sun4m.h
683F: pc-bios/openbios-sparc32
fd5d5c56
AL
684
685Sun4u
f2416d3a 686M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 687S: Maintained
8d8b636d 688F: hw/sparc64/sun4u.c
c10a1c78 689F: pc-bios/openbios-sparc64
fd5d5c56 690
ce6c760c
FC
691Leon3
692M: Fabien Chouteau <chouteau@adacore.com>
693S: Maintained
8d8b636d
PB
694F: hw/sparc/leon3.c
695F: hw/*/grlib*
c10a1c78 696F: include/hw/sparc/grlib.h
ce6c760c 697
fd5d5c56
AL
698S390 Machines
699-------------
dd4ad64a
CH
700S390 Virtio-ccw
701M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 702M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
703M: Alexander Graf <agraf@suse.de>
704S: Supported
0c6aa7ee 705F: hw/char/sclp*.[hc]
c5bfb202 706F: hw/s390x/
4277af19
CH
707F: include/hw/s390x/
708F: pc-bios/s390-ccw/
c5bfb202 709F: hw/watchdog/wdt_diag288.c
1e4738b2
SS
710F: include/hw/watchdog/wdt_diag288.h
711F: pc-bios/s390-ccw.img
712F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
713T: git git://github.com/cohuck/qemu.git s390-next
714T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 715
ab9528ca
GX
716UniCore32 Machines
717-------------
718PKUnity-3 SoC initramfs-with-busybox
719M: Guan Xuetao <gxt@mprc.pku.edu.cn>
720S: Maintained
8d8b636d 721F: hw/*/puv3*
ab9528ca
GX
722F: hw/unicore32/
723
fd5d5c56
AL
724X86 Machines
725------------
726PC
046a6486 727M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 728S: Supported
046a6486
MT
729F: include/hw/i386/
730F: hw/i386/
731F: hw/pci-host/piix.c
732F: hw/pci-host/q35.c
733F: hw/pci-host/pam.c
734F: include/hw/pci-host/q35.h
735F: include/hw/pci-host/pam.h
736F: hw/isa/piix4.c
737F: hw/isa/lpc_ich9.c
738F: hw/i2c/smbus_ich9.c
739F: hw/acpi/piix4.c
740F: hw/acpi/ich9.c
741F: include/hw/acpi/ich9.h
f586d5fc 742F: include/hw/acpi/piix4.h
9cc3b73c
PB
743F: hw/misc/sga.c
744
745PC Chipset
746M: Michael S. Tsirkin <mst@redhat.com>
747M: Paolo Bonzini <pbonzini@redhat.com>
748S: Support
749F: hw/char/debugcon.c
750F: hw/char/parallel.c
751F: hw/char/serial*
752F: hw/dma/i8257*
753F: hw/i2c/pm_smbus.c
754F: hw/intc/apic*
755F: hw/intc/ioapic*
756F: hw/intc/i8259*
757F: hw/misc/debugexit.c
758F: hw/misc/pc-testdev.c
759F: hw/timer/hpet*
760F: hw/timer/i8254*
761F: hw/timer/mc146818rtc*
a2feb348
TH
762F: include/hw/i2c/pm_smbus.h
763F: include/hw/timer/hpet.h
764F: include/hw/timer/i8254*
765F: include/hw/timer/mc146818rtc*
046a6486 766
5da4fb00
MT
767Machine core
768M: Eduardo Habkost <ehabkost@redhat.com>
769M: Marcel Apfelbaum <marcel@redhat.com>
770S: Supported
771F: hw/core/machine.c
772F: include/hw/boards.h
fd5d5c56 773
16e7caae
MF
774Xtensa Machines
775---------------
375847a6 776sim
16e7caae
MF
777M: Max Filippov <jcmvbkbc@gmail.com>
778S: Maintained
437a8c11 779F: hw/xtensa/sim.c
375847a6 780
437a8c11 781XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
782M: Max Filippov <jcmvbkbc@gmail.com>
783S: Maintained
437a8c11
MF
784F: hw/xtensa/xtfpga.c
785F: hw/net/opencores_eth.c
16e7caae 786
fd5d5c56
AL
787Devices
788-------
b30934cb
JS
789EDU
790M: Jiri Slaby <jslaby@suse.cz>
791S: Maintained
792F: hw/misc/edu.c
793
fd5d5c56 794IDE
c095348b
JS
795M: John Snow <jsnow@redhat.com>
796L: qemu-block@nongnu.org
797S: Supported
8d8b636d 798F: include/hw/ide.h
c9f7acd5 799F: include/hw/ide/
fd5d5c56 800F: hw/ide/
c095348b
JS
801F: hw/block/block.c
802F: hw/block/cdrom.c
803F: hw/block/hd-geometry.c
804F: tests/ide-test.c
805F: tests/ahci-test.c
aee50319 806F: tests/libqos/ahci*
c095348b
JS
807T: git git://github.com/jnsnow/qemu.git ide
808
809Floppy
810M: John Snow <jsnow@redhat.com>
811L: qemu-block@nongnu.org
812S: Supported
813F: hw/block/fdc.c
814F: include/hw/block/fdc.h
aee50319 815F: tests/fdc-test.c
c095348b 816T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 817
f5f487b2
PM
818OMAP
819M: Peter Maydell <peter.maydell@linaro.org>
820S: Maintained
8d8b636d 821F: hw/*/omap*
ed0db866 822F: include/hw/arm/omap.h
f5f487b2 823
28d54e58
PB
824IPack
825M: Alberto Garcia <berto@igalia.com>
826S: Odd Fixes
827F: hw/char/ipoctal232.c
828F: hw/ipack/
829
fd5d5c56
AL
830PCI
831M: Michael S. Tsirkin <mst@redhat.com>
874a2358 832M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 833S: Supported
8d8b636d 834F: include/hw/pci/*
f178bc6b 835F: hw/misc/pci-testdev.c
ca818cfb 836F: hw/pci/*
f178bc6b 837F: hw/pci-bridge/*
0e0b3592 838
d31e5ae7 839ACPI/SMBIOS
0e0b3592
MT
840M: Michael S. Tsirkin <mst@redhat.com>
841M: Igor Mammedov <imammedo@redhat.com>
842S: Supported
843F: include/hw/acpi/*
d31e5ae7 844F: include/hw/smbios/*
0e0b3592 845F: hw/mem/*
8d8b636d 846F: hw/acpi/*
d31e5ae7 847F: hw/smbios/*
0e0b3592 848F: hw/i386/acpi-build.[hc]
0e0b3592
MT
849F: hw/arm/virt-acpi-build.c
850F: include/hw/arm/virt-acpi-build.h
fd5d5c56 851
aaade8d7
AF
852ppc4xx
853M: Alexander Graf <agraf@suse.de>
854L: qemu-ppc@nongnu.org
855S: Odd Fixes
8d8b636d 856F: hw/ppc/ppc4*.c
b5d55020 857F: include/hw/ppc/ppc4xx.h
aaade8d7 858
98cded3a
AF
859ppce500
860M: Alexander Graf <agraf@suse.de>
861M: Scott Wood <scottwood@freescale.com>
862L: qemu-ppc@nongnu.org
863S: Supported
6e481d57 864F: hw/ppc/e500*
566dd236
PB
865F: hw/pci-host/ppce500.c
866F: hw/net/fsl_etsec/
98cded3a 867
61af0ee6
PB
868Character devices
869M: Paolo Bonzini <pbonzini@redhat.com>
870S: Odd Fixes
871F: hw/char/
872
f536f112
PB
873Network devices
874M: Jason Wang <jasowang@redhat.com>
875S: Odd Fixes
876F: hw/net/
6bd7776c 877F: tests/virtio-net-test.c
f536f112
PB
878T: git git://github.com/jasowang/qemu.git net
879
fd5d5c56 880SCSI
de7724f7
PB
881M: Paolo Bonzini <pbonzini@redhat.com>
882S: Supported
74460f34 883F: include/hw/scsi/*
8d8b636d 884F: hw/scsi/*
6bd7776c 885F: tests/virtio-scsi-test.c
1ab09a40 886T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
887
888LSI53C895A
0e19885e 889S: Orphan
8d8b636d 890F: hw/scsi/lsi53c895a.c
fd5d5c56 891
fcb5629d 892SSI
4b46ba61 893M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 894S: Maintained
8d8b636d
PB
895F: hw/ssi/*
896F: hw/block/m25p80.c
4b46ba61
AF
897X: hw/ssi/xilinx_*
898
899Xilinx SPI
900M: Alistair Francis <alistair.francis@xilinx.com>
901M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
902S: Maintained
903F: hw/ssi/xilinx_*
fcb5629d 904
fd5d5c56 905USB
5d0d62fe
GH
906M: Gerd Hoffmann <kraxel@redhat.com>
907S: Maintained
8d8b636d 908F: hw/usb/*
28edfce0 909F: tests/usb-*-test.c
beded0ff
TH
910F: docs/usb2.txt
911F: docs/usb-storage.txt
912F: include/hw/usb.h
913F: include/hw/usb/
fd5d5c56 914
e26082fd
PB
915USB (serial adapter)
916M: Gerd Hoffmann <kraxel@redhat.com>
917M: Samuel Thibault <samuel.thibault@ens-lyon.org>
918S: Maintained
919F: hw/usb/dev-serial.c
920
92e1fb5e
AW
921VFIO
922M: Alex Williamson <alex.williamson@redhat.com>
923S: Supported
cf7087db 924F: hw/vfio/*
99b88c6d 925F: include/hw/vfio/
92e1fb5e 926
fd5d5c56
AL
927vhost
928M: Michael S. Tsirkin <mst@redhat.com>
929S: Supported
8d8b636d 930F: hw/*/*vhost*
fd5d5c56
AL
931
932virtio
a75143ed 933M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 934S: Supported
8d8b636d 935F: hw/*/virtio*
6a084ea3 936F: net/vhost-user.c
494f7b57 937F: include/hw/virtio/
6bd7776c 938F: tests/virtio-balloon-test.c
fd5d5c56
AL
939
940virtio-9p
23704102 941M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 942M: Greg Kurz <groug@kaod.org>
fd5d5c56 943S: Supported
aebeca25
AF
944F: hw/9pfs/
945F: fsdev/
2d888c09 946F: tests/virtio-9p-test.c
3f3309cb 947T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 948T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
949
950virtio-blk
54d01a00 951M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 952L: qemu-block@nongnu.org
fd5d5c56 953S: Supported
8d8b636d 954F: hw/block/virtio-blk.c
b457a5f5 955F: hw/block/dataplane/*
6bd7776c 956F: tests/virtio-blk-test.c
b457a5f5 957T: git git://github.com/stefanha/qemu.git block
fd5d5c56 958
dd4ad64a
CH
959virtio-ccw
960M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 961M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
962S: Supported
963F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
964T: git git://github.com/cohuck/qemu.git s390-next
965T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 966
a5d4d7b5
GH
967virtio-input
968M: Gerd Hoffmann <kraxel@redhat.com>
969S: Maintained
970F: hw/input/virtio-input*.c
971F: include/hw/virtio/virtio-input.h
972
fd5d5c56
AL
973virtio-serial
974M: Amit Shah <amit.shah@redhat.com>
975S: Supported
8d8b636d
PB
976F: hw/char/virtio-serial-bus.c
977F: hw/char/virtio-console.c
68a5e38a 978F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
979F: tests/virtio-console-test.c
980F: tests/virtio-serial-test.c
fd5d5c56 981
1f51a5cb
AS
982virtio-rng
983M: Amit Shah <amit.shah@redhat.com>
984S: Supported
985F: hw/virtio/virtio-rng.c
986F: include/hw/virtio/virtio-rng.h
750cf869 987F: include/sysemu/rng*.h
1f51a5cb 988F: backends/rng*.c
6bd7776c 989F: tests/virtio-rng-test.c
1f51a5cb 990
f3c507ad
KB
991nvme
992M: Keith Busch <keith.busch@intel.com>
c95e4c0e 993L: qemu-block@nongnu.org
f3c507ad
KB
994S: Supported
995F: hw/block/nvme*
fc967791 996F: tests/nvme-test.c
f3c507ad 997
d383c625
HR
998megasas
999M: Hannes Reinecke <hare@suse.de>
c95e4c0e 1000L: qemu-block@nongnu.org
d383c625
HR
1001S: Supported
1002F: hw/scsi/megasas.c
1003F: hw/scsi/mfi.h
1004
605d52e6
DF
1005Network packet abstractions
1006M: Dmitry Fleytman <dmitry@daynix.com>
1007S: Maintained
1008F: include/net/eth.h
1009F: net/eth.c
1010F: hw/net/net_rx_pkt*
1011F: hw/net/net_tx_pkt*
1012
622fb504
DF
1013Vmware
1014M: Dmitry Fleytman <dmitry@daynix.com>
1015S: Maintained
1016F: hw/net/vmxnet*
1017F: hw/scsi/vmw_pvscsi*
1018
de24d3f1 1019Rocker
de24d3f1
SF
1020M: Jiri Pirko <jiri@resnulli.us>
1021S: Maintained
1022F: hw/net/rocker/
1023
70d1fb9c
XG
1024NVDIMM
1025M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1026S: Maintained
1027F: hw/acpi/nvdimm.c
1028F: hw/mem/nvdimm.c
1029F: include/hw/mem/nvdimm.h
1030
093454e2
DF
1031e1000x
1032M: Dmitry Fleytman <dmitry@daynix.com>
1033S: Maintained
1034F: hw/net/e1000x*
1035
6f3fbe4e
DF
1036e1000e
1037M: Dmitry Fleytman <dmitry@daynix.com>
1038S: Maintained
1039F: hw/net/e1000e*
1040
e481a1f6
AF
1041Generic Loader
1042M: Alistair Francis <alistair.francis@xilinx.com>
1043S: Maintained
1044F: hw/core/generic-loader.c
1045F: include/hw/core/generic-loader.h
1046
fd5d5c56
AL
1047Subsystems
1048----------
1049Audio
9f575846 1050M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1051S: Maintained
1052F: audio/
8d8b636d 1053F: hw/audio/
a2b245ae 1054F: include/hw/audio/
d7b50c0c 1055F: tests/ac97-test.c
8fa74c94 1056F: tests/es1370-test.c
fbaf445a 1057F: tests/intel-hda-test.c
fd5d5c56 1058
17f1e8f5 1059Block layer core
fd5d5c56 1060M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1061M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1062L: qemu-block@nongnu.org
fd5d5c56
AL
1063S: Supported
1064F: block*
1065F: block/
8d8b636d 1066F: hw/block/
4c346e0b 1067F: include/block/
46078760
KW
1068F: qemu-img*
1069F: qemu-io*
29242091 1070F: tests/qemu-iotests/
d48addda 1071T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1072
d55053b1
SH
1073Block I/O path
1074M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1075M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1076L: qemu-block@nongnu.org
1077S: Supported
1078F: async.c
1079F: aio-*.c
1080F: block/io.c
1081F: migration/block*
e1029ae2 1082F: include/block/aio.h
d55053b1
SH
1083T: git git://github.com/stefanha/qemu.git block
1084
280458a3
JC
1085Block Jobs
1086M: Jeff Cody <jcody@redhat.com>
1087L: qemu-block@nongnu.org
1088S: Supported
1089F: blockjob.c
1090F: include/block/blockjob.h
1091F: block/backup.c
1092F: block/commit.c
77346025 1093F: block/stream.c
280458a3
JC
1094F: block/mirror.c
1095T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1096
4120201d
MA
1097Block QAPI, monitor, command line
1098M: Markus Armbruster <armbru@redhat.com>
1099S: Supported
1100F: blockdev.c
1101F: block/qapi.c
1102F: qapi/block*.json
1103T: git git://repo.or.cz/qemu/armbru.git block-next
1104
61af0ee6 1105Character device backends
da26f37a 1106M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
1107S: Maintained
1108F: qemu-char.c
da26f37a
PB
1109F: backends/msmouse.c
1110F: backends/testdev.c
fd5d5c56 1111
e26082fd
PB
1112Character Devices (Braille)
1113M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1114S: Maintained
1115F: backends/baum.c
fd5d5c56 1116
8c413e79
MA
1117Coverity model
1118M: Markus Armbruster <armbru@redhat.com>
1119S: Supported
1120F: scripts/coverity-model.c
1121
f2ca0524 1122CPU
12b0e69c 1123L: qemu-devel@nongnu.org
f2ca0524
AF
1124S: Supported
1125F: qom/cpu.c
6e481d57 1126F: include/qom/cpu.h
f2ca0524 1127
d24b569a 1128Device Tree
4b46ba61 1129M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1130M: Alexander Graf <agraf@suse.de>
1131S: Maintained
82407515
TH
1132F: device_tree.c
1133F: include/sysemu/device_tree.h
d24b569a 1134
4f966768
MA
1135Error reporting
1136M: Markus Armbruster <armbru@redhat.com>
1137S: Supported
1138F: include/qapi/error.h
1139F: include/qemu/error-report.h
1140F: util/error.c
1141F: util/qemu-error.c
1142
fd5d5c56 1143GDB stub
5dd4a88c 1144L: qemu-devel@nongnu.org
fd5d5c56
AL
1145S: Odd Fixes
1146F: gdbstub*
1147F: gdb-xml/
1148
01a9c03c
PB
1149Memory API
1150M: Paolo Bonzini <pbonzini@redhat.com>
1151S: Supported
1152F: include/exec/ioport.h
1153F: ioport.c
1154F: include/exec/memory.h
2b1641d0 1155F: include/exec/ram_addr.h
01a9c03c
PB
1156F: memory.c
1157F: include/exec/memory-internal.h
1158F: exec.c
1159
7ee3bf03
GH
1160SPICE
1161M: Gerd Hoffmann <kraxel@redhat.com>
1162S: Supported
6e481d57 1163F: include/ui/qemu-spice.h
438528a3 1164F: include/ui/spice-display.h
7ee3bf03
GH
1165F: ui/spice-*.c
1166F: audio/spiceaudio.c
8d8b636d 1167F: hw/display/qxl*
7ee3bf03 1168
fd5d5c56 1169Graphics
25eccc37
GH
1170M: Gerd Hoffmann <kraxel@redhat.com>
1171S: Odd Fixes
fd5d5c56 1172F: ui/
e220656c 1173F: include/ui/
fd5d5c56 1174
351f1bf6 1175Cocoa graphics
30ef3c74 1176M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1177S: Odd Fixes
1178F: ui/cocoa.m
1179
fd5d5c56 1180Main loop
da26f37a
PB
1181M: Paolo Bonzini <pbonzini@redhat.com>
1182S: Maintained
1183F: cpus.c
1184F: main-loop.c
1185F: qemu-timer.c
fd5d5c56
AL
1186F: vl.c
1187
8899b4ae 1188Human Monitor (HMP)
fd5d5c56 1189M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 1190S: Maintained
fd5d5c56 1191F: monitor.c
c13e9912
TH
1192F: hmp.[ch]
1193F: hmp-commands*.hx
1194F: include/monitor/hmp-target.h
dce07e0b 1195T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56 1196
f536f112 1197Network device backends
442469e6 1198M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1199S: Maintained
1200F: net/
d24b2b1c 1201F: include/net/
5fc51cc3 1202T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1203
aee09baf
VM
1204Netmap network backend
1205M: Luigi Rizzo <rizzo@iet.unipi.it>
1206M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1207M: Vincenzo Maffione <v.maffione@gmail.com>
1208W: http://info.iet.unipi.it/~luigi/netmap/
1209S: Maintained
1210F: net/netmap.c
1211
44f76b28
PB
1212Network Block Device (NBD)
1213M: Paolo Bonzini <pbonzini@redhat.com>
1214S: Odd Fixes
798bfe00
FZ
1215F: block/nbd*
1216F: nbd/
1217F: include/block/nbd*
44f76b28 1218F: qemu-nbd.c
1ab09a40 1219T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1220
2f54eb98
EH
1221NUMA
1222M: Eduardo Habkost <ehabkost@redhat.com>
1223S: Maintained
1224F: numa.c
1225F: include/sysemu/numa.h
2f54eb98
EH
1226T: git git://github.com/ehabkost/qemu.git numa
1227
4fc264f4
EH
1228Host Memory Backends
1229M: Eduardo Habkost <ehabkost@redhat.com>
1230M: Igor Mammedov <imammedo@redhat.com>
1231S: Maintained
1232F: backends/hostmem*.c
1233F: include/sysemu/hostmem.h
1234
8899b4ae 1235QAPI
9740618c 1236M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1237M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1238S: Supported
8899b4ae 1239F: qapi/
0311c5bd 1240X: qapi/*.json
ac4abb9a
MA
1241F: include/qapi/
1242X: include/qapi/qmp/
1243F: include/qapi/qmp/dispatch.h
c0bd0b50 1244F: tests/qapi-schema/
ac4abb9a
MA
1245F: tests/test-*-visitor.c
1246F: tests/test-qmp-*.c
0311c5bd
MA
1247F: scripts/qapi*
1248F: docs/qapi*
9740618c 1249T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1250
7810d291
LC
1251QAPI Schema
1252M: Eric Blake <eblake@redhat.com>
7810d291
LC
1253M: Markus Armbruster <armbru@redhat.com>
1254S: Supported
1255F: qapi-schema.json
0311c5bd 1256F: qapi/*.json
9740618c 1257T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1258
f3582ba4
LC
1259QObject
1260M: Luiz Capitulino <lcapitulino@redhat.com>
1261S: Maintained
1262F: qobject/
7735d2b5
MA
1263F: include/qapi/qmp/
1264X: include/qapi/qmp/dispatch.h
1265F: tests/check-qdict.c
1266F: tests/check-qfloat.c
1267F: tests/check-qint.c
1268F: tests/check-qjson.c
1269F: tests/check-qlist.c
1270F: tests/check-qstring.c
f3582ba4
LC
1271T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1272
f05d9999
MR
1273QEMU Guest Agent
1274M: Michael Roth <mdroth@linux.vnet.ibm.com>
1275S: Maintained
1276F: qga/
1277T: git git://github.com/mdroth/qemu.git qga
1278
4688c94c 1279QOM
4688c94c
AF
1280M: Andreas Färber <afaerber@suse.de>
1281S: Supported
1282T: git git://github.com/afaerber/qemu-cpu.git qom-next
1283F: include/qom/
1284X: include/qom/cpu.h
1285F: qom/
1286X: qom/cpu.c
9f4aa7ce
AF
1287F: tests/check-qom-interface.c
1288F: tests/check-qom-proplist.c
4688c94c
AF
1289F: tests/qom-test.c
1290
8899b4ae 1291QMP
9740618c
LC
1292M: Markus Armbruster <armbru@redhat.com>
1293S: Supported
8899b4ae
LC
1294F: qmp.c
1295F: monitor.c
9b89b6a2 1296F: docs/*qmp-*
9740618c
LC
1297F: scripts/qmp/
1298T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1299
cc0100f4
AF
1300Register API
1301M: Alistair Francis <alistair.francis@xilinx.com>
1302S: Maintained
1303F: hw/core/register.c
1304F: include/hw/register.h
1305
fd5d5c56 1306SLIRP
eda509fa 1307M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1308M: Jan Kiszka <jan.kiszka@siemens.com>
1309S: Maintained
fd5d5c56 1310F: slirp/
663fb1e1 1311F: net/slirp.c
d24b2b1c 1312F: include/net/slirp.h
1ab09a40 1313T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1314
b1ed728a
PB
1315Stubs
1316M: Paolo Bonzini <pbonzini@redhat.com>
1317S: Maintained
1318F: stubs/
1319
598a3f35 1320Tracing
1cd0f8ce 1321M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1322S: Maintained
1323F: trace/
f70fd8fd
LV
1324F: scripts/tracetool.py
1325F: scripts/tracetool/
f922ea46 1326F: docs/tracing.txt
1ab09a40 1327T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1328
14f40fdc 1329Checkpatch
14f40fdc
BS
1330S: Odd Fixes
1331F: scripts/checkpatch.pl
1332
c0787c8d
JQ
1333Migration
1334M: Juan Quintela <quintela@redhat.com>
7f4675c3 1335M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1336S: Maintained
1337F: include/migration/
44a1f946 1338F: migration/
c5515640
AS
1339F: scripts/vmstate-static-checker.py
1340F: tests/vmstate-static-checker-data/
a609ad8b 1341F: docs/migration.txt
c0787c8d 1342
92bfedb0 1343Seccomp
9d9de254 1344M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1345S: Supported
1346F: qemu-seccomp.c
1347F: include/sysemu/seccomp.h
1348
ddbb0d09
DB
1349Cryptography
1350M: Daniel P. Berrange <berrange@redhat.com>
1351S: Maintained
1352F: crypto/
1353F: include/crypto/
1354F: tests/test-crypto-*
1355
10817bf0
DB
1356Coroutines
1357M: Stefan Hajnoczi <stefanha@redhat.com>
1358M: Kevin Wolf <kwolf@redhat.com>
1359F: util/*coroutine*
1360F: include/qemu/coroutine*
1361F: tests/test-coroutine.c
1362
88c5f205
DB
1363Buffers
1364M: Daniel P. Berrange <berrange@redhat.com>
1365S: Odd fixes
1366F: util/buffer.c
1367F: include/qemu/buffer.h
1368
666a3af9
DB
1369I/O Channels
1370M: Daniel P. Berrange <berrange@redhat.com>
1371S: Maintained
1372F: io/
1373F: include/io/
1374F: tests/test-io-*
1375
5614a283
GH
1376Sockets
1377M: Daniel P. Berrange <berrange@redhat.com>
1378M: Gerd Hoffmann <kraxel@redhat.com>
1379M: Paolo Bonzini <pbonzini@redhat.com>
1380S: Maintained
1381F: include/qemu/sockets.h
1382F: util/qemu-sockets.c
1383
d310d85b
AG
1384Throttling infrastructure
1385M: Alberto Garcia <berto@igalia.com>
1386S: Supported
1387F: block/throttle-groups.c
1388F: include/block/throttle-groups.h
1389F: include/qemu/throttle.h
1390F: util/throttle.c
1391L: qemu-block@nongnu.org
1392
080d7aac
FZ
1393UUID
1394M: Fam Zheng <famz@redhat.com>
1395S: Supported
1396F: util/uuid.c
1397F: include/qemu/uuid.h
1398F: tests/test-uuid.c
1399
88f82ed1
ZC
1400COLO Proxy
1401M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1402M: Li Zhijian <lizhijian@cn.fujitsu.com>
1403S: Supported
1404F: docs/colo-proxy.txt
1405F: net/colo*
1406F: net/filter-rewriter.c
1407F: net/filter-mirror.c
1408
fd5d5c56
AL
1409Usermode Emulation
1410------------------
486bbe5f
PB
1411Overall
1412M: Riku Voipio <riku.voipio@iki.fi>
1413S: Maintained
1414F: thunk.c
1415F: user-exec.c
1416
fd5d5c56 1417BSD user
297e8005 1418S: Orphan
fd5d5c56
AL
1419F: bsd-user/
1420
fd5d5c56
AL
1421Linux user
1422M: Riku Voipio <riku.voipio@iki.fi>
1423S: Maintained
1424F: linux-user/
42f5a7e9
AJ
1425
1426Tiny Code Generator (TCG)
1427-------------------------
1428Common code
cc7772bd 1429M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1430S: Maintained
1431F: tcg/
1432
b25a464c
CF
1433AArch64 target
1434M: Claudio Fontana <claudio.fontana@huawei.com>
1435M: Claudio Fontana <claudio.fontana@gmail.com>
1436S: Maintained
b4f2bd1c 1437L: qemu-arm@nongnu.org
b25a464c 1438F: tcg/aarch64/
c17652ee
PB
1439F: disas/arm-a64.cc
1440F: disas/libvixl/
b25a464c 1441
42f5a7e9
AJ
1442ARM target
1443M: Andrzej Zaborowski <balrogg@gmail.com>
1444S: Maintained
b4f2bd1c 1445L: qemu-arm@nongnu.org
42f5a7e9 1446F: tcg/arm/
c17652ee 1447F: disas/arm.c
42f5a7e9 1448
42f5a7e9 1449i386 target
5dd4a88c 1450L: qemu-devel@nongnu.org
42f5a7e9
AJ
1451S: Maintained
1452F: tcg/i386/
c17652ee 1453F: disas/i386.c
42f5a7e9
AJ
1454
1455IA64 target
1456M: Aurelien Jarno <aurelien@aurel32.net>
1457S: Maintained
1458F: tcg/ia64/
c17652ee 1459F: disas/ia64.c
42f5a7e9
AJ
1460
1461MIPS target
d6eec7a2 1462M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1463S: Maintained
1464F: tcg/mips/
c17652ee 1465F: disas/mips.c
42f5a7e9
AJ
1466
1467PPC
1468M: Vassili Karpov (malc) <av1474@comtv.ru>
1469S: Maintained
1470F: tcg/ppc/
c17652ee 1471F: disas/ppc.c
42f5a7e9
AJ
1472
1473S390 target
1474M: Alexander Graf <agraf@suse.de>
1475M: Richard Henderson <rth@twiddle.net>
1476S: Maintained
1477F: tcg/s390/
c17652ee 1478F: disas/s390.c
42f5a7e9
AJ
1479
1480SPARC target
297e8005 1481S: Odd Fixes
42f5a7e9 1482F: tcg/sparc/
c17652ee 1483F: disas/sparc.c
bc75c9e5
SW
1484
1485TCI target
1486M: Stefan Weil <sw@weilnetz.de>
1487S: Maintained
8ef9cd55 1488F: tcg/tci/
2b7be8c8 1489F: tci.c
c17652ee 1490F: disas/tci.c
aa09c951
AF
1491
1492Stable branches
1493---------------
1494Stable 1.0
1495L: qemu-stable@nongnu.org
85938981 1496T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1497S: Orphan
1498
1499Stable 0.15
1500L: qemu-stable@nongnu.org
85938981 1501T: git git://git.qemu-project.org/qemu-stable-0.15.git
211b76d1 1502S: Orphan
aa09c951
AF
1503
1504Stable 0.14
1505L: qemu-stable@nongnu.org
85938981 1506T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1507S: Orphan
1508
1509Stable 0.10
1510L: qemu-stable@nongnu.org
85938981 1511T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1512S: Orphan
f05b328c
SH
1513
1514Block drivers
1515-------------
1516VMDK
1517M: Fam Zheng <famz@redhat.com>
c95e4c0e 1518L: qemu-block@nongnu.org
f05b328c
SH
1519S: Supported
1520F: block/vmdk.c
1521
1522RBD
5a8ac6d9 1523M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1524M: Jeff Cody <jcody@redhat.com>
1525L: qemu-block@nongnu.org
f05b328c
SH
1526S: Supported
1527F: block/rbd.c
280458a3 1528T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1529
1530Sheepdog
53b33231 1531M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1532M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1533M: Jeff Cody <jcody@redhat.com>
1534L: qemu-block@nongnu.org
dce32b6c 1535L: sheepdog@lists.wpkg.org
f05b328c
SH
1536S: Supported
1537F: block/sheepdog.c
280458a3 1538T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1539
1540VHDX
1541M: Jeff Cody <jcody@redhat.com>
280458a3 1542L: qemu-block@nongnu.org
f05b328c
SH
1543S: Supported
1544F: block/vhdx*
280458a3 1545T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1546
1547VDI
1548M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1549L: qemu-block@nongnu.org
f05b328c
SH
1550S: Maintained
1551F: block/vdi.c
1552
1553iSCSI
1554M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1555M: Paolo Bonzini <pbonzini@redhat.com>
1556M: Peter Lieven <pl@kamp.de>
c95e4c0e 1557L: qemu-block@nongnu.org
f05b328c
SH
1558S: Supported
1559F: block/iscsi.c
1560
6542aa9c 1561NFS
280458a3 1562M: Jeff Cody <jcody@redhat.com>
6542aa9c 1563M: Peter Lieven <pl@kamp.de>
280458a3 1564L: qemu-block@nongnu.org
6542aa9c
PL
1565S: Maintained
1566F: block/nfs.c
280458a3 1567T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1568
f05b328c
SH
1569SSH
1570M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1571M: Jeff Cody <jcody@redhat.com>
1572L: qemu-block@nongnu.org
f05b328c
SH
1573S: Supported
1574F: block/ssh.c
280458a3 1575T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1576
1577ARCHIPELAGO
c9a12e75 1578M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1579M: Jeff Cody <jcody@redhat.com>
1580L: qemu-block@nongnu.org
c9a12e75
CN
1581S: Maintained
1582F: block/archipelago.c
280458a3
JC
1583T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1584
1585CURL
1586M: Jeff Cody <jcody@redhat.com>
1587L: qemu-block@nongnu.org
1588S: Supported
1589F: block/curl.c
1590T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1591
1592GLUSTER
1593M: Jeff Cody <jcody@redhat.com>
1594L: qemu-block@nongnu.org
1595S: Supported
1596F: block/gluster.c
1597T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1598
199667a8
FZ
1599Null Block Driver
1600M: Fam Zheng <famz@redhat.com>
1601L: qemu-block@nongnu.org
1602S: Supported
1603F: block/null.c
1604
b5e9476c
GA
1605Bootdevice
1606M: Gonglei <arei.gonglei@huawei.com>
1607S: Maintained
1608F: bootdevice.c
ecdda9e0
AG
1609
1610Quorum
1611M: Alberto Garcia <berto@igalia.com>
1612S: Supported
1613F: block/quorum.c
1614L: qemu-block@nongnu.org
e7c6e631
SH
1615
1616blkverify
1617M: Stefan Hajnoczi <stefanha@redhat.com>
1618L: qemu-block@nongnu.org
1619S: Supported
1620F: block/blkverify.c
1621
1622bochs
1623M: Stefan Hajnoczi <stefanha@redhat.com>
1624L: qemu-block@nongnu.org
1625S: Supported
1626F: block/bochs.c
1627
1628cloop
1629M: Stefan Hajnoczi <stefanha@redhat.com>
1630L: qemu-block@nongnu.org
1631S: Supported
1632F: block/cloop.c
1633
1634dmg
1635M: Stefan Hajnoczi <stefanha@redhat.com>
1636L: qemu-block@nongnu.org
1637S: Supported
1638F: block/dmg.c
1639
1640parallels
1641M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1642M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1643L: qemu-block@nongnu.org
1644S: Supported
1645F: block/parallels.c
b4a9e25b 1646F: docs/specs/parallels.txt
e7c6e631
SH
1647
1648qed
1649M: Stefan Hajnoczi <stefanha@redhat.com>
1650L: qemu-block@nongnu.org
1651S: Supported
1652F: block/qed.c
1653
1654raw
1655M: Kevin Wolf <kwolf@redhat.com>
1656L: qemu-block@nongnu.org
1657S: Supported
1658F: block/linux-aio.c
f586d5fc 1659F: include/block/raw-aio.h
e7c6e631
SH
1660F: block/raw-posix.c
1661F: block/raw-win32.c
1662F: block/raw_bsd.c
1663F: block/win32-aio.c
1664
1665qcow2
1666M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1667M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1668L: qemu-block@nongnu.org
1669S: Supported
1670F: block/qcow2*
1671
1672qcow
1673M: Kevin Wolf <kwolf@redhat.com>
1674L: qemu-block@nongnu.org
1675S: Supported
1676F: block/qcow.c
1677
1678blkdebug
1679M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1680M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1681L: qemu-block@nongnu.org
1682S: Supported
1683F: block/blkdebug.c
1684
1685vpc
1686M: Kevin Wolf <kwolf@redhat.com>
1687L: qemu-block@nongnu.org
1688S: Supported
1689F: block/vpc.c
1690
1691vvfat
1692M: Kevin Wolf <kwolf@redhat.com>
1693L: qemu-block@nongnu.org
1694S: Supported
1695F: block/vvfat.c
abfe4e94
SH
1696
1697Image format fuzzer
1698M: Stefan Hajnoczi <stefanha@redhat.com>
1699L: qemu-block@nongnu.org
1700S: Supported
1701F: tests/image-fuzzer/
717171bd 1702
049105a3
CX
1703Replication
1704M: Wen Congyang <wency@cn.fujitsu.com>
1705M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1706S: Supported
1707F: replication*
1708F: block/replication.c
1709F: tests/test-replication.c
1710F: docs/block-replication.txt
1711
b9e02c06
AB
1712Build and test automation
1713-------------------------
1714M: Alex Bennée <alex.bennee@linaro.org>
1715L: qemu-devel@nongnu.org
1716S: Supported
1717F: .travis.yml
717171bd
DB
1718
1719Documentation
1720-------------
1721Build system architecture
1722M: Daniel P. Berrange <berrange@redhat.com>
1723S: Odd Fixes
1724F: docs/build-system.txt
8a49e97f
FZ
1725
1726Docker testing
1727--------------
1728Docker based testing framework and cases
1729M: Fam Zheng <famz@redhat.com>
1730S: Maintained
1731F: tests/docker/