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