]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
iscsi: Fix divide-by-zero regression on raw SG devices
[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
1e4738b2
SS
672F: include/hw/watchdog/wdt_diag288.h
673F: pc-bios/s390-ccw.img
674F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
675T: git git://github.com/cohuck/qemu.git s390-next
676T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 677
ab9528ca
GX
678UniCore32 Machines
679-------------
680PKUnity-3 SoC initramfs-with-busybox
681M: Guan Xuetao <gxt@mprc.pku.edu.cn>
682S: Maintained
8d8b636d 683F: hw/*/puv3*
ab9528ca
GX
684F: hw/unicore32/
685
fd5d5c56
AL
686X86 Machines
687------------
688PC
046a6486 689M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 690S: Supported
046a6486
MT
691F: include/hw/i386/
692F: hw/i386/
693F: hw/pci-host/piix.c
694F: hw/pci-host/q35.c
695F: hw/pci-host/pam.c
696F: include/hw/pci-host/q35.h
697F: include/hw/pci-host/pam.h
698F: hw/isa/piix4.c
699F: hw/isa/lpc_ich9.c
700F: hw/i2c/smbus_ich9.c
701F: hw/acpi/piix4.c
702F: hw/acpi/ich9.c
703F: include/hw/acpi/ich9.h
f586d5fc 704F: include/hw/acpi/piix4.h
9cc3b73c
PB
705F: hw/misc/sga.c
706
707PC Chipset
708M: Michael S. Tsirkin <mst@redhat.com>
709M: Paolo Bonzini <pbonzini@redhat.com>
710S: Support
711F: hw/char/debugcon.c
712F: hw/char/parallel.c
713F: hw/char/serial*
714F: hw/dma/i8257*
715F: hw/i2c/pm_smbus.c
716F: hw/intc/apic*
717F: hw/intc/ioapic*
718F: hw/intc/i8259*
719F: hw/misc/debugexit.c
720F: hw/misc/pc-testdev.c
721F: hw/timer/hpet*
722F: hw/timer/i8254*
723F: hw/timer/mc146818rtc*
a2feb348
TH
724F: include/hw/i2c/pm_smbus.h
725F: include/hw/timer/hpet.h
726F: include/hw/timer/i8254*
727F: include/hw/timer/mc146818rtc*
046a6486 728
5da4fb00
MT
729Machine core
730M: Eduardo Habkost <ehabkost@redhat.com>
731M: Marcel Apfelbaum <marcel@redhat.com>
732S: Supported
733F: hw/core/machine.c
734F: include/hw/boards.h
fd5d5c56 735
16e7caae
MF
736Xtensa Machines
737---------------
375847a6 738sim
16e7caae
MF
739M: Max Filippov <jcmvbkbc@gmail.com>
740S: Maintained
437a8c11 741F: hw/xtensa/sim.c
375847a6 742
437a8c11 743XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
744M: Max Filippov <jcmvbkbc@gmail.com>
745S: Maintained
437a8c11
MF
746F: hw/xtensa/xtfpga.c
747F: hw/net/opencores_eth.c
16e7caae 748
fd5d5c56
AL
749Devices
750-------
b30934cb
JS
751EDU
752M: Jiri Slaby <jslaby@suse.cz>
753S: Maintained
754F: hw/misc/edu.c
755
fd5d5c56 756IDE
c095348b
JS
757M: John Snow <jsnow@redhat.com>
758L: qemu-block@nongnu.org
759S: Supported
8d8b636d 760F: include/hw/ide.h
fd5d5c56 761F: hw/ide/
c095348b
JS
762F: hw/block/block.c
763F: hw/block/cdrom.c
764F: hw/block/hd-geometry.c
765F: tests/ide-test.c
766F: tests/ahci-test.c
aee50319 767F: tests/libqos/ahci*
c095348b
JS
768T: git git://github.com/jnsnow/qemu.git ide
769
770Floppy
771M: John Snow <jsnow@redhat.com>
772L: qemu-block@nongnu.org
773S: Supported
774F: hw/block/fdc.c
775F: include/hw/block/fdc.h
aee50319 776F: tests/fdc-test.c
c095348b 777T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 778
f5f487b2
PM
779OMAP
780M: Peter Maydell <peter.maydell@linaro.org>
781S: Maintained
8d8b636d 782F: hw/*/omap*
ed0db866 783F: include/hw/arm/omap.h
f5f487b2 784
28d54e58
PB
785IPack
786M: Alberto Garcia <berto@igalia.com>
787S: Odd Fixes
788F: hw/char/ipoctal232.c
789F: hw/ipack/
790
fd5d5c56
AL
791PCI
792M: Michael S. Tsirkin <mst@redhat.com>
874a2358 793M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 794S: Supported
8d8b636d 795F: include/hw/pci/*
f178bc6b 796F: hw/misc/pci-testdev.c
ca818cfb 797F: hw/pci/*
f178bc6b 798F: hw/pci-bridge/*
0e0b3592 799
d31e5ae7 800ACPI/SMBIOS
0e0b3592
MT
801M: Michael S. Tsirkin <mst@redhat.com>
802M: Igor Mammedov <imammedo@redhat.com>
803S: Supported
804F: include/hw/acpi/*
d31e5ae7 805F: include/hw/smbios/*
0e0b3592 806F: hw/mem/*
8d8b636d 807F: hw/acpi/*
d31e5ae7 808F: hw/smbios/*
0e0b3592 809F: hw/i386/acpi-build.[hc]
0e0b3592
MT
810F: hw/arm/virt-acpi-build.c
811F: include/hw/arm/virt-acpi-build.h
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/
6bd7776c 837F: tests/virtio-net-test.c
f536f112
PB
838T: git git://github.com/jasowang/qemu.git net
839
fd5d5c56 840SCSI
de7724f7
PB
841M: Paolo Bonzini <pbonzini@redhat.com>
842S: Supported
74460f34 843F: include/hw/scsi/*
8d8b636d 844F: hw/scsi/*
6bd7776c 845F: tests/virtio-scsi-test.c
1ab09a40 846T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
847
848LSI53C895A
0e19885e 849S: Orphan
8d8b636d 850F: hw/scsi/lsi53c895a.c
fd5d5c56 851
fcb5629d 852SSI
4b46ba61 853M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 854S: Maintained
8d8b636d
PB
855F: hw/ssi/*
856F: hw/block/m25p80.c
4b46ba61
AF
857X: hw/ssi/xilinx_*
858
859Xilinx SPI
860M: Alistair Francis <alistair.francis@xilinx.com>
861M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
862S: Maintained
863F: hw/ssi/xilinx_*
fcb5629d 864
fd5d5c56 865USB
5d0d62fe
GH
866M: Gerd Hoffmann <kraxel@redhat.com>
867S: Maintained
8d8b636d 868F: hw/usb/*
28edfce0 869F: tests/usb-*-test.c
beded0ff
TH
870F: docs/usb2.txt
871F: docs/usb-storage.txt
872F: include/hw/usb.h
873F: include/hw/usb/
fd5d5c56 874
e26082fd
PB
875USB (serial adapter)
876M: Gerd Hoffmann <kraxel@redhat.com>
877M: Samuel Thibault <samuel.thibault@ens-lyon.org>
878S: Maintained
879F: hw/usb/dev-serial.c
880
92e1fb5e
AW
881VFIO
882M: Alex Williamson <alex.williamson@redhat.com>
883S: Supported
cf7087db 884F: hw/vfio/*
99b88c6d 885F: include/hw/vfio/
92e1fb5e 886
fd5d5c56
AL
887vhost
888M: Michael S. Tsirkin <mst@redhat.com>
889S: Supported
8d8b636d 890F: hw/*/*vhost*
fd5d5c56
AL
891
892virtio
a75143ed 893M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 894S: Supported
8d8b636d 895F: hw/*/virtio*
6a084ea3 896F: net/vhost-user.c
494f7b57 897F: include/hw/virtio/
6bd7776c 898F: tests/virtio-balloon-test.c
fd5d5c56
AL
899
900virtio-9p
23704102 901M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 902M: Greg Kurz <groug@kaod.org>
fd5d5c56 903S: Supported
aebeca25
AF
904F: hw/9pfs/
905F: fsdev/
2d888c09 906F: tests/virtio-9p-test.c
3f3309cb 907T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 908T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
909
910virtio-blk
54d01a00 911M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 912L: qemu-block@nongnu.org
fd5d5c56 913S: Supported
8d8b636d 914F: hw/block/virtio-blk.c
b457a5f5 915F: hw/block/dataplane/*
6bd7776c 916F: tests/virtio-blk-test.c
b457a5f5 917T: git git://github.com/stefanha/qemu.git block
fd5d5c56 918
dd4ad64a
CH
919virtio-ccw
920M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 921M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
922S: Supported
923F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
924T: git git://github.com/cohuck/qemu.git s390-next
925T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 926
a5d4d7b5
GH
927virtio-input
928M: Gerd Hoffmann <kraxel@redhat.com>
929S: Maintained
930F: hw/input/virtio-input*.c
931F: include/hw/virtio/virtio-input.h
932
fd5d5c56
AL
933virtio-serial
934M: Amit Shah <amit.shah@redhat.com>
935S: Supported
8d8b636d
PB
936F: hw/char/virtio-serial-bus.c
937F: hw/char/virtio-console.c
68a5e38a 938F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
939F: tests/virtio-console-test.c
940F: tests/virtio-serial-test.c
fd5d5c56 941
1f51a5cb
AS
942virtio-rng
943M: Amit Shah <amit.shah@redhat.com>
944S: Supported
945F: hw/virtio/virtio-rng.c
946F: include/hw/virtio/virtio-rng.h
750cf869 947F: include/sysemu/rng*.h
1f51a5cb 948F: backends/rng*.c
6bd7776c 949F: tests/virtio-rng-test.c
1f51a5cb 950
f3c507ad
KB
951nvme
952M: Keith Busch <keith.busch@intel.com>
c95e4c0e 953L: qemu-block@nongnu.org
f3c507ad
KB
954S: Supported
955F: hw/block/nvme*
fc967791 956F: tests/nvme-test.c
f3c507ad 957
d383c625
HR
958megasas
959M: Hannes Reinecke <hare@suse.de>
c95e4c0e 960L: qemu-block@nongnu.org
d383c625
HR
961S: Supported
962F: hw/scsi/megasas.c
963F: hw/scsi/mfi.h
964
605d52e6
DF
965Network packet abstractions
966M: Dmitry Fleytman <dmitry@daynix.com>
967S: Maintained
968F: include/net/eth.h
969F: net/eth.c
970F: hw/net/net_rx_pkt*
971F: hw/net/net_tx_pkt*
972
622fb504
DF
973Vmware
974M: Dmitry Fleytman <dmitry@daynix.com>
975S: Maintained
976F: hw/net/vmxnet*
977F: hw/scsi/vmw_pvscsi*
978
de24d3f1 979Rocker
de24d3f1
SF
980M: Jiri Pirko <jiri@resnulli.us>
981S: Maintained
982F: hw/net/rocker/
983
70d1fb9c
XG
984NVDIMM
985M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
986S: Maintained
987F: hw/acpi/nvdimm.c
988F: hw/mem/nvdimm.c
989F: include/hw/mem/nvdimm.h
990
093454e2
DF
991e1000x
992M: Dmitry Fleytman <dmitry@daynix.com>
993S: Maintained
994F: hw/net/e1000x*
995
6f3fbe4e
DF
996e1000e
997M: Dmitry Fleytman <dmitry@daynix.com>
998S: Maintained
999F: hw/net/e1000e*
1000
fd5d5c56
AL
1001Subsystems
1002----------
1003Audio
9f575846 1004M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1005S: Maintained
1006F: audio/
8d8b636d 1007F: hw/audio/
d7b50c0c 1008F: tests/ac97-test.c
8fa74c94 1009F: tests/es1370-test.c
fbaf445a 1010F: tests/intel-hda-test.c
fd5d5c56 1011
17f1e8f5 1012Block layer core
fd5d5c56 1013M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1014M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1015L: qemu-block@nongnu.org
fd5d5c56
AL
1016S: Supported
1017F: block*
1018F: block/
8d8b636d 1019F: hw/block/
4c346e0b 1020F: include/block/
46078760
KW
1021F: qemu-img*
1022F: qemu-io*
29242091 1023F: tests/qemu-iotests/
d48addda 1024T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1025
d55053b1
SH
1026Block I/O path
1027M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1028M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1029L: qemu-block@nongnu.org
1030S: Supported
1031F: async.c
1032F: aio-*.c
1033F: block/io.c
1034F: migration/block*
e1029ae2 1035F: include/block/aio.h
d55053b1
SH
1036T: git git://github.com/stefanha/qemu.git block
1037
280458a3
JC
1038Block Jobs
1039M: Jeff Cody <jcody@redhat.com>
1040L: qemu-block@nongnu.org
1041S: Supported
1042F: blockjob.c
1043F: include/block/blockjob.h
1044F: block/backup.c
1045F: block/commit.c
77346025 1046F: block/stream.c
280458a3
JC
1047F: block/mirror.c
1048T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1049
4120201d
MA
1050Block QAPI, monitor, command line
1051M: Markus Armbruster <armbru@redhat.com>
1052S: Supported
1053F: blockdev.c
1054F: block/qapi.c
1055F: qapi/block*.json
1056T: git git://repo.or.cz/qemu/armbru.git block-next
1057
61af0ee6 1058Character device backends
da26f37a 1059M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
1060S: Maintained
1061F: qemu-char.c
da26f37a
PB
1062F: backends/msmouse.c
1063F: backends/testdev.c
fd5d5c56 1064
e26082fd
PB
1065Character Devices (Braille)
1066M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1067S: Maintained
1068F: backends/baum.c
fd5d5c56 1069
8c413e79
MA
1070Coverity model
1071M: Markus Armbruster <armbru@redhat.com>
1072S: Supported
1073F: scripts/coverity-model.c
1074
f2ca0524 1075CPU
12b0e69c 1076L: qemu-devel@nongnu.org
f2ca0524
AF
1077S: Supported
1078F: qom/cpu.c
6e481d57 1079F: include/qom/cpu.h
f2ca0524 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
9b89b6a2 1248F: docs/*qmp-*
9740618c
LC
1249F: scripts/qmp/
1250T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1251
cc0100f4
AF
1252Register API
1253M: Alistair Francis <alistair.francis@xilinx.com>
1254S: Maintained
1255F: hw/core/register.c
1256F: include/hw/register.h
1257
fd5d5c56 1258SLIRP
eda509fa 1259M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1260M: Jan Kiszka <jan.kiszka@siemens.com>
1261S: Maintained
fd5d5c56 1262F: slirp/
663fb1e1 1263F: net/slirp.c
d24b2b1c 1264F: include/net/slirp.h
1ab09a40 1265T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1266
b1ed728a
PB
1267Stubs
1268M: Paolo Bonzini <pbonzini@redhat.com>
1269S: Maintained
1270F: stubs/
1271
598a3f35 1272Tracing
1cd0f8ce 1273M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1274S: Maintained
1275F: trace/
f70fd8fd
LV
1276F: scripts/tracetool.py
1277F: scripts/tracetool/
f922ea46 1278F: docs/tracing.txt
1ab09a40 1279T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1280
14f40fdc 1281Checkpatch
14f40fdc
BS
1282S: Odd Fixes
1283F: scripts/checkpatch.pl
1284
c0787c8d
JQ
1285Migration
1286M: Juan Quintela <quintela@redhat.com>
7f4675c3 1287M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1288S: Maintained
1289F: include/migration/
44a1f946 1290F: migration/
c5515640
AS
1291F: scripts/vmstate-static-checker.py
1292F: tests/vmstate-static-checker-data/
a609ad8b 1293F: docs/migration.txt
c0787c8d 1294
92bfedb0 1295Seccomp
9d9de254 1296M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1297S: Supported
1298F: qemu-seccomp.c
1299F: include/sysemu/seccomp.h
1300
ddbb0d09
DB
1301Cryptography
1302M: Daniel P. Berrange <berrange@redhat.com>
1303S: Maintained
1304F: crypto/
1305F: include/crypto/
1306F: tests/test-crypto-*
1307
10817bf0
DB
1308Coroutines
1309M: Stefan Hajnoczi <stefanha@redhat.com>
1310M: Kevin Wolf <kwolf@redhat.com>
1311F: util/*coroutine*
1312F: include/qemu/coroutine*
1313F: tests/test-coroutine.c
1314
88c5f205
DB
1315Buffers
1316M: Daniel P. Berrange <berrange@redhat.com>
1317S: Odd fixes
1318F: util/buffer.c
1319F: include/qemu/buffer.h
1320
666a3af9
DB
1321I/O Channels
1322M: Daniel P. Berrange <berrange@redhat.com>
1323S: Maintained
1324F: io/
1325F: include/io/
1326F: tests/test-io-*
1327
5614a283
GH
1328Sockets
1329M: Daniel P. Berrange <berrange@redhat.com>
1330M: Gerd Hoffmann <kraxel@redhat.com>
1331M: Paolo Bonzini <pbonzini@redhat.com>
1332S: Maintained
1333F: include/qemu/sockets.h
1334F: util/qemu-sockets.c
1335
d310d85b
AG
1336Throttling infrastructure
1337M: Alberto Garcia <berto@igalia.com>
1338S: Supported
1339F: block/throttle-groups.c
1340F: include/block/throttle-groups.h
1341F: include/qemu/throttle.h
1342F: util/throttle.c
1343L: qemu-block@nongnu.org
1344
fd5d5c56
AL
1345Usermode Emulation
1346------------------
486bbe5f
PB
1347Overall
1348M: Riku Voipio <riku.voipio@iki.fi>
1349S: Maintained
1350F: thunk.c
1351F: user-exec.c
1352
fd5d5c56 1353BSD user
297e8005 1354S: Orphan
fd5d5c56
AL
1355F: bsd-user/
1356
fd5d5c56
AL
1357Linux user
1358M: Riku Voipio <riku.voipio@iki.fi>
1359S: Maintained
1360F: linux-user/
42f5a7e9
AJ
1361
1362Tiny Code Generator (TCG)
1363-------------------------
1364Common code
cc7772bd 1365M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1366S: Maintained
1367F: tcg/
1368
b25a464c
CF
1369AArch64 target
1370M: Claudio Fontana <claudio.fontana@huawei.com>
1371M: Claudio Fontana <claudio.fontana@gmail.com>
1372S: Maintained
b4f2bd1c 1373L: qemu-arm@nongnu.org
b25a464c 1374F: tcg/aarch64/
c17652ee
PB
1375F: disas/arm-a64.cc
1376F: disas/libvixl/
b25a464c 1377
42f5a7e9
AJ
1378ARM target
1379M: Andrzej Zaborowski <balrogg@gmail.com>
1380S: Maintained
b4f2bd1c 1381L: qemu-arm@nongnu.org
42f5a7e9 1382F: tcg/arm/
c17652ee 1383F: disas/arm.c
42f5a7e9 1384
42f5a7e9 1385i386 target
5dd4a88c 1386L: qemu-devel@nongnu.org
42f5a7e9
AJ
1387S: Maintained
1388F: tcg/i386/
c17652ee 1389F: disas/i386.c
42f5a7e9
AJ
1390
1391IA64 target
1392M: Aurelien Jarno <aurelien@aurel32.net>
1393S: Maintained
1394F: tcg/ia64/
c17652ee 1395F: disas/ia64.c
42f5a7e9
AJ
1396
1397MIPS target
d6eec7a2 1398M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1399S: Maintained
1400F: tcg/mips/
c17652ee 1401F: disas/mips.c
42f5a7e9
AJ
1402
1403PPC
1404M: Vassili Karpov (malc) <av1474@comtv.ru>
1405S: Maintained
1406F: tcg/ppc/
c17652ee 1407F: disas/ppc.c
42f5a7e9
AJ
1408
1409S390 target
1410M: Alexander Graf <agraf@suse.de>
1411M: Richard Henderson <rth@twiddle.net>
1412S: Maintained
1413F: tcg/s390/
c17652ee 1414F: disas/s390.c
42f5a7e9
AJ
1415
1416SPARC target
297e8005 1417S: Odd Fixes
42f5a7e9 1418F: tcg/sparc/
c17652ee 1419F: disas/sparc.c
bc75c9e5
SW
1420
1421TCI target
1422M: Stefan Weil <sw@weilnetz.de>
1423S: Maintained
8ef9cd55 1424F: tcg/tci/
2b7be8c8 1425F: tci.c
c17652ee 1426F: disas/tci.c
aa09c951
AF
1427
1428Stable branches
1429---------------
1430Stable 1.0
1431L: qemu-stable@nongnu.org
85938981 1432T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1433S: Orphan
1434
1435Stable 0.15
1436L: qemu-stable@nongnu.org
85938981 1437T: git git://git.qemu-project.org/qemu-stable-0.15.git
211b76d1 1438S: Orphan
aa09c951
AF
1439
1440Stable 0.14
1441L: qemu-stable@nongnu.org
85938981 1442T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1443S: Orphan
1444
1445Stable 0.10
1446L: qemu-stable@nongnu.org
85938981 1447T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1448S: Orphan
f05b328c
SH
1449
1450Block drivers
1451-------------
1452VMDK
1453M: Fam Zheng <famz@redhat.com>
c95e4c0e 1454L: qemu-block@nongnu.org
f05b328c
SH
1455S: Supported
1456F: block/vmdk.c
1457
1458RBD
5a8ac6d9 1459M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1460M: Jeff Cody <jcody@redhat.com>
1461L: qemu-block@nongnu.org
f05b328c
SH
1462S: Supported
1463F: block/rbd.c
280458a3 1464T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1465
1466Sheepdog
53b33231 1467M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1468M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1469M: Jeff Cody <jcody@redhat.com>
1470L: qemu-block@nongnu.org
dce32b6c 1471L: sheepdog@lists.wpkg.org
f05b328c
SH
1472S: Supported
1473F: block/sheepdog.c
280458a3 1474T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1475
1476VHDX
1477M: Jeff Cody <jcody@redhat.com>
280458a3 1478L: qemu-block@nongnu.org
f05b328c
SH
1479S: Supported
1480F: block/vhdx*
280458a3 1481T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1482
1483VDI
1484M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1485L: qemu-block@nongnu.org
f05b328c
SH
1486S: Maintained
1487F: block/vdi.c
1488
1489iSCSI
1490M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1491M: Paolo Bonzini <pbonzini@redhat.com>
1492M: Peter Lieven <pl@kamp.de>
c95e4c0e 1493L: qemu-block@nongnu.org
f05b328c
SH
1494S: Supported
1495F: block/iscsi.c
1496
6542aa9c 1497NFS
280458a3 1498M: Jeff Cody <jcody@redhat.com>
6542aa9c 1499M: Peter Lieven <pl@kamp.de>
280458a3 1500L: qemu-block@nongnu.org
6542aa9c
PL
1501S: Maintained
1502F: block/nfs.c
280458a3 1503T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1504
f05b328c
SH
1505SSH
1506M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1507M: Jeff Cody <jcody@redhat.com>
1508L: qemu-block@nongnu.org
f05b328c
SH
1509S: Supported
1510F: block/ssh.c
280458a3 1511T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1512
1513ARCHIPELAGO
c9a12e75 1514M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1515M: Jeff Cody <jcody@redhat.com>
1516L: qemu-block@nongnu.org
c9a12e75
CN
1517S: Maintained
1518F: block/archipelago.c
280458a3
JC
1519T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1520
1521CURL
1522M: Jeff Cody <jcody@redhat.com>
1523L: qemu-block@nongnu.org
1524S: Supported
1525F: block/curl.c
1526T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1527
1528GLUSTER
1529M: Jeff Cody <jcody@redhat.com>
1530L: qemu-block@nongnu.org
1531S: Supported
1532F: block/gluster.c
1533T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1534
199667a8
FZ
1535Null Block Driver
1536M: Fam Zheng <famz@redhat.com>
1537L: qemu-block@nongnu.org
1538S: Supported
1539F: block/null.c
1540
b5e9476c
GA
1541Bootdevice
1542M: Gonglei <arei.gonglei@huawei.com>
1543S: Maintained
1544F: bootdevice.c
ecdda9e0
AG
1545
1546Quorum
1547M: Alberto Garcia <berto@igalia.com>
1548S: Supported
1549F: block/quorum.c
1550L: qemu-block@nongnu.org
e7c6e631
SH
1551
1552blkverify
1553M: Stefan Hajnoczi <stefanha@redhat.com>
1554L: qemu-block@nongnu.org
1555S: Supported
1556F: block/blkverify.c
1557
1558bochs
1559M: Stefan Hajnoczi <stefanha@redhat.com>
1560L: qemu-block@nongnu.org
1561S: Supported
1562F: block/bochs.c
1563
1564cloop
1565M: Stefan Hajnoczi <stefanha@redhat.com>
1566L: qemu-block@nongnu.org
1567S: Supported
1568F: block/cloop.c
1569
1570dmg
1571M: Stefan Hajnoczi <stefanha@redhat.com>
1572L: qemu-block@nongnu.org
1573S: Supported
1574F: block/dmg.c
1575
1576parallels
1577M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1578M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1579L: qemu-block@nongnu.org
1580S: Supported
1581F: block/parallels.c
b4a9e25b 1582F: docs/specs/parallels.txt
e7c6e631
SH
1583
1584qed
1585M: Stefan Hajnoczi <stefanha@redhat.com>
1586L: qemu-block@nongnu.org
1587S: Supported
1588F: block/qed.c
1589
1590raw
1591M: Kevin Wolf <kwolf@redhat.com>
1592L: qemu-block@nongnu.org
1593S: Supported
1594F: block/linux-aio.c
f586d5fc 1595F: include/block/raw-aio.h
e7c6e631
SH
1596F: block/raw-posix.c
1597F: block/raw-win32.c
1598F: block/raw_bsd.c
1599F: block/win32-aio.c
1600
1601qcow2
1602M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1603M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1604L: qemu-block@nongnu.org
1605S: Supported
1606F: block/qcow2*
1607
1608qcow
1609M: Kevin Wolf <kwolf@redhat.com>
1610L: qemu-block@nongnu.org
1611S: Supported
1612F: block/qcow.c
1613
1614blkdebug
1615M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1616M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1617L: qemu-block@nongnu.org
1618S: Supported
1619F: block/blkdebug.c
1620
1621vpc
1622M: Kevin Wolf <kwolf@redhat.com>
1623L: qemu-block@nongnu.org
1624S: Supported
1625F: block/vpc.c
1626
1627vvfat
1628M: Kevin Wolf <kwolf@redhat.com>
1629L: qemu-block@nongnu.org
1630S: Supported
1631F: block/vvfat.c
abfe4e94
SH
1632
1633Image format fuzzer
1634M: Stefan Hajnoczi <stefanha@redhat.com>
1635L: qemu-block@nongnu.org
1636S: Supported
1637F: tests/image-fuzzer/
717171bd 1638
049105a3
CX
1639Replication
1640M: Wen Congyang <wency@cn.fujitsu.com>
1641M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1642S: Supported
1643F: replication*
1644F: block/replication.c
1645F: tests/test-replication.c
1646F: docs/block-replication.txt
1647
b9e02c06
AB
1648Build and test automation
1649-------------------------
1650M: Alex Bennée <alex.bennee@linaro.org>
1651L: qemu-devel@nongnu.org
1652S: Supported
1653F: .travis.yml
717171bd
DB
1654
1655Documentation
1656-------------
1657Build system architecture
1658M: Daniel P. Berrange <berrange@redhat.com>
1659S: Odd Fixes
1660F: docs/build-system.txt
8a49e97f
FZ
1661
1662Docker testing
1663--------------
1664Docker based testing framework and cases
1665M: Fam Zheng <famz@redhat.com>
1666S: Maintained
1667F: tests/docker/