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