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