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