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