]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
filter-rewriter: rewrite tcp packet to keep secondary connection
[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
fd5d5c56 775F: hw/ide/
c095348b
JS
776F: hw/block/block.c
777F: hw/block/cdrom.c
778F: hw/block/hd-geometry.c
779F: tests/ide-test.c
780F: tests/ahci-test.c
aee50319 781F: tests/libqos/ahci*
c095348b
JS
782T: git git://github.com/jnsnow/qemu.git ide
783
784Floppy
785M: John Snow <jsnow@redhat.com>
786L: qemu-block@nongnu.org
787S: Supported
788F: hw/block/fdc.c
789F: include/hw/block/fdc.h
aee50319 790F: tests/fdc-test.c
c095348b 791T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 792
f5f487b2
PM
793OMAP
794M: Peter Maydell <peter.maydell@linaro.org>
795S: Maintained
8d8b636d 796F: hw/*/omap*
ed0db866 797F: include/hw/arm/omap.h
f5f487b2 798
28d54e58
PB
799IPack
800M: Alberto Garcia <berto@igalia.com>
801S: Odd Fixes
802F: hw/char/ipoctal232.c
803F: hw/ipack/
804
fd5d5c56
AL
805PCI
806M: Michael S. Tsirkin <mst@redhat.com>
874a2358 807M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 808S: Supported
8d8b636d 809F: include/hw/pci/*
f178bc6b 810F: hw/misc/pci-testdev.c
ca818cfb 811F: hw/pci/*
f178bc6b 812F: hw/pci-bridge/*
0e0b3592 813
d31e5ae7 814ACPI/SMBIOS
0e0b3592
MT
815M: Michael S. Tsirkin <mst@redhat.com>
816M: Igor Mammedov <imammedo@redhat.com>
817S: Supported
818F: include/hw/acpi/*
d31e5ae7 819F: include/hw/smbios/*
0e0b3592 820F: hw/mem/*
8d8b636d 821F: hw/acpi/*
d31e5ae7 822F: hw/smbios/*
0e0b3592 823F: hw/i386/acpi-build.[hc]
0e0b3592
MT
824F: hw/arm/virt-acpi-build.c
825F: include/hw/arm/virt-acpi-build.h
fd5d5c56 826
aaade8d7
AF
827ppc4xx
828M: Alexander Graf <agraf@suse.de>
829L: qemu-ppc@nongnu.org
830S: Odd Fixes
8d8b636d 831F: hw/ppc/ppc4*.c
b5d55020 832F: include/hw/ppc/ppc4xx.h
aaade8d7 833
98cded3a
AF
834ppce500
835M: Alexander Graf <agraf@suse.de>
836M: Scott Wood <scottwood@freescale.com>
837L: qemu-ppc@nongnu.org
838S: Supported
6e481d57 839F: hw/ppc/e500*
566dd236
PB
840F: hw/pci-host/ppce500.c
841F: hw/net/fsl_etsec/
98cded3a 842
61af0ee6
PB
843Character devices
844M: Paolo Bonzini <pbonzini@redhat.com>
845S: Odd Fixes
846F: hw/char/
847
f536f112
PB
848Network devices
849M: Jason Wang <jasowang@redhat.com>
850S: Odd Fixes
851F: hw/net/
6bd7776c 852F: tests/virtio-net-test.c
f536f112
PB
853T: git git://github.com/jasowang/qemu.git net
854
fd5d5c56 855SCSI
de7724f7
PB
856M: Paolo Bonzini <pbonzini@redhat.com>
857S: Supported
74460f34 858F: include/hw/scsi/*
8d8b636d 859F: hw/scsi/*
6bd7776c 860F: tests/virtio-scsi-test.c
1ab09a40 861T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
862
863LSI53C895A
0e19885e 864S: Orphan
8d8b636d 865F: hw/scsi/lsi53c895a.c
fd5d5c56 866
fcb5629d 867SSI
4b46ba61 868M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 869S: Maintained
8d8b636d
PB
870F: hw/ssi/*
871F: hw/block/m25p80.c
4b46ba61
AF
872X: hw/ssi/xilinx_*
873
874Xilinx SPI
875M: Alistair Francis <alistair.francis@xilinx.com>
876M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
877S: Maintained
878F: hw/ssi/xilinx_*
fcb5629d 879
fd5d5c56 880USB
5d0d62fe
GH
881M: Gerd Hoffmann <kraxel@redhat.com>
882S: Maintained
8d8b636d 883F: hw/usb/*
28edfce0 884F: tests/usb-*-test.c
beded0ff
TH
885F: docs/usb2.txt
886F: docs/usb-storage.txt
887F: include/hw/usb.h
888F: include/hw/usb/
fd5d5c56 889
e26082fd
PB
890USB (serial adapter)
891M: Gerd Hoffmann <kraxel@redhat.com>
892M: Samuel Thibault <samuel.thibault@ens-lyon.org>
893S: Maintained
894F: hw/usb/dev-serial.c
895
92e1fb5e
AW
896VFIO
897M: Alex Williamson <alex.williamson@redhat.com>
898S: Supported
cf7087db 899F: hw/vfio/*
99b88c6d 900F: include/hw/vfio/
92e1fb5e 901
fd5d5c56
AL
902vhost
903M: Michael S. Tsirkin <mst@redhat.com>
904S: Supported
8d8b636d 905F: hw/*/*vhost*
fd5d5c56
AL
906
907virtio
a75143ed 908M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 909S: Supported
8d8b636d 910F: hw/*/virtio*
6a084ea3 911F: net/vhost-user.c
494f7b57 912F: include/hw/virtio/
6bd7776c 913F: tests/virtio-balloon-test.c
fd5d5c56
AL
914
915virtio-9p
23704102 916M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 917M: Greg Kurz <groug@kaod.org>
fd5d5c56 918S: Supported
aebeca25
AF
919F: hw/9pfs/
920F: fsdev/
2d888c09 921F: tests/virtio-9p-test.c
3f3309cb 922T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 923T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
924
925virtio-blk
54d01a00 926M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 927L: qemu-block@nongnu.org
fd5d5c56 928S: Supported
8d8b636d 929F: hw/block/virtio-blk.c
b457a5f5 930F: hw/block/dataplane/*
6bd7776c 931F: tests/virtio-blk-test.c
b457a5f5 932T: git git://github.com/stefanha/qemu.git block
fd5d5c56 933
dd4ad64a
CH
934virtio-ccw
935M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 936M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
937S: Supported
938F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
939T: git git://github.com/cohuck/qemu.git s390-next
940T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 941
a5d4d7b5
GH
942virtio-input
943M: Gerd Hoffmann <kraxel@redhat.com>
944S: Maintained
945F: hw/input/virtio-input*.c
946F: include/hw/virtio/virtio-input.h
947
fd5d5c56
AL
948virtio-serial
949M: Amit Shah <amit.shah@redhat.com>
950S: Supported
8d8b636d
PB
951F: hw/char/virtio-serial-bus.c
952F: hw/char/virtio-console.c
68a5e38a 953F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
954F: tests/virtio-console-test.c
955F: tests/virtio-serial-test.c
fd5d5c56 956
1f51a5cb
AS
957virtio-rng
958M: Amit Shah <amit.shah@redhat.com>
959S: Supported
960F: hw/virtio/virtio-rng.c
961F: include/hw/virtio/virtio-rng.h
750cf869 962F: include/sysemu/rng*.h
1f51a5cb 963F: backends/rng*.c
6bd7776c 964F: tests/virtio-rng-test.c
1f51a5cb 965
f3c507ad
KB
966nvme
967M: Keith Busch <keith.busch@intel.com>
c95e4c0e 968L: qemu-block@nongnu.org
f3c507ad
KB
969S: Supported
970F: hw/block/nvme*
fc967791 971F: tests/nvme-test.c
f3c507ad 972
d383c625
HR
973megasas
974M: Hannes Reinecke <hare@suse.de>
c95e4c0e 975L: qemu-block@nongnu.org
d383c625
HR
976S: Supported
977F: hw/scsi/megasas.c
978F: hw/scsi/mfi.h
979
605d52e6
DF
980Network packet abstractions
981M: Dmitry Fleytman <dmitry@daynix.com>
982S: Maintained
983F: include/net/eth.h
984F: net/eth.c
985F: hw/net/net_rx_pkt*
986F: hw/net/net_tx_pkt*
987
622fb504
DF
988Vmware
989M: Dmitry Fleytman <dmitry@daynix.com>
990S: Maintained
991F: hw/net/vmxnet*
992F: hw/scsi/vmw_pvscsi*
993
de24d3f1 994Rocker
de24d3f1
SF
995M: Jiri Pirko <jiri@resnulli.us>
996S: Maintained
997F: hw/net/rocker/
998
70d1fb9c
XG
999NVDIMM
1000M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1001S: Maintained
1002F: hw/acpi/nvdimm.c
1003F: hw/mem/nvdimm.c
1004F: include/hw/mem/nvdimm.h
1005
093454e2
DF
1006e1000x
1007M: Dmitry Fleytman <dmitry@daynix.com>
1008S: Maintained
1009F: hw/net/e1000x*
1010
6f3fbe4e
DF
1011e1000e
1012M: Dmitry Fleytman <dmitry@daynix.com>
1013S: Maintained
1014F: hw/net/e1000e*
1015
fd5d5c56
AL
1016Subsystems
1017----------
1018Audio
9f575846 1019M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1020S: Maintained
1021F: audio/
8d8b636d 1022F: hw/audio/
d7b50c0c 1023F: tests/ac97-test.c
8fa74c94 1024F: tests/es1370-test.c
fbaf445a 1025F: tests/intel-hda-test.c
fd5d5c56 1026
17f1e8f5 1027Block layer core
fd5d5c56 1028M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1029M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1030L: qemu-block@nongnu.org
fd5d5c56
AL
1031S: Supported
1032F: block*
1033F: block/
8d8b636d 1034F: hw/block/
4c346e0b 1035F: include/block/
46078760
KW
1036F: qemu-img*
1037F: qemu-io*
29242091 1038F: tests/qemu-iotests/
d48addda 1039T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1040
d55053b1
SH
1041Block I/O path
1042M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1043M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1044L: qemu-block@nongnu.org
1045S: Supported
1046F: async.c
1047F: aio-*.c
1048F: block/io.c
1049F: migration/block*
e1029ae2 1050F: include/block/aio.h
d55053b1
SH
1051T: git git://github.com/stefanha/qemu.git block
1052
280458a3
JC
1053Block Jobs
1054M: Jeff Cody <jcody@redhat.com>
1055L: qemu-block@nongnu.org
1056S: Supported
1057F: blockjob.c
1058F: include/block/blockjob.h
1059F: block/backup.c
1060F: block/commit.c
77346025 1061F: block/stream.c
280458a3
JC
1062F: block/mirror.c
1063T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1064
4120201d
MA
1065Block QAPI, monitor, command line
1066M: Markus Armbruster <armbru@redhat.com>
1067S: Supported
1068F: blockdev.c
1069F: block/qapi.c
1070F: qapi/block*.json
1071T: git git://repo.or.cz/qemu/armbru.git block-next
1072
61af0ee6 1073Character device backends
da26f37a 1074M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
1075S: Maintained
1076F: qemu-char.c
da26f37a
PB
1077F: backends/msmouse.c
1078F: backends/testdev.c
fd5d5c56 1079
e26082fd
PB
1080Character Devices (Braille)
1081M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1082S: Maintained
1083F: backends/baum.c
fd5d5c56 1084
8c413e79
MA
1085Coverity model
1086M: Markus Armbruster <armbru@redhat.com>
1087S: Supported
1088F: scripts/coverity-model.c
1089
f2ca0524 1090CPU
12b0e69c 1091L: qemu-devel@nongnu.org
f2ca0524
AF
1092S: Supported
1093F: qom/cpu.c
6e481d57 1094F: include/qom/cpu.h
f2ca0524 1095
d24b569a 1096Device Tree
4b46ba61 1097M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1098M: Alexander Graf <agraf@suse.de>
1099S: Maintained
82407515
TH
1100F: device_tree.c
1101F: include/sysemu/device_tree.h
d24b569a 1102
4f966768
MA
1103Error reporting
1104M: Markus Armbruster <armbru@redhat.com>
1105S: Supported
1106F: include/qapi/error.h
1107F: include/qemu/error-report.h
1108F: util/error.c
1109F: util/qemu-error.c
1110
fd5d5c56 1111GDB stub
5dd4a88c 1112L: qemu-devel@nongnu.org
fd5d5c56
AL
1113S: Odd Fixes
1114F: gdbstub*
1115F: gdb-xml/
1116
01a9c03c
PB
1117Memory API
1118M: Paolo Bonzini <pbonzini@redhat.com>
1119S: Supported
1120F: include/exec/ioport.h
1121F: ioport.c
1122F: include/exec/memory.h
2b1641d0 1123F: include/exec/ram_addr.h
01a9c03c
PB
1124F: memory.c
1125F: include/exec/memory-internal.h
1126F: exec.c
1127
7ee3bf03
GH
1128SPICE
1129M: Gerd Hoffmann <kraxel@redhat.com>
1130S: Supported
6e481d57 1131F: include/ui/qemu-spice.h
438528a3 1132F: include/ui/spice-display.h
7ee3bf03
GH
1133F: ui/spice-*.c
1134F: audio/spiceaudio.c
8d8b636d 1135F: hw/display/qxl*
7ee3bf03 1136
fd5d5c56 1137Graphics
25eccc37
GH
1138M: Gerd Hoffmann <kraxel@redhat.com>
1139S: Odd Fixes
fd5d5c56 1140F: ui/
e220656c 1141F: include/ui/
fd5d5c56 1142
351f1bf6 1143Cocoa graphics
30ef3c74 1144M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1145S: Odd Fixes
1146F: ui/cocoa.m
1147
fd5d5c56 1148Main loop
da26f37a
PB
1149M: Paolo Bonzini <pbonzini@redhat.com>
1150S: Maintained
1151F: cpus.c
1152F: main-loop.c
1153F: qemu-timer.c
fd5d5c56
AL
1154F: vl.c
1155
8899b4ae 1156Human Monitor (HMP)
fd5d5c56 1157M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 1158S: Maintained
fd5d5c56 1159F: monitor.c
8899b4ae
LC
1160F: hmp.c
1161F: hmp-commands.hx
dce07e0b 1162T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56 1163
f536f112 1164Network device backends
442469e6 1165M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1166S: Maintained
1167F: net/
d24b2b1c 1168F: include/net/
5fc51cc3 1169T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1170
aee09baf
VM
1171Netmap network backend
1172M: Luigi Rizzo <rizzo@iet.unipi.it>
1173M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1174M: Vincenzo Maffione <v.maffione@gmail.com>
1175W: http://info.iet.unipi.it/~luigi/netmap/
1176S: Maintained
1177F: net/netmap.c
1178
44f76b28
PB
1179Network Block Device (NBD)
1180M: Paolo Bonzini <pbonzini@redhat.com>
1181S: Odd Fixes
798bfe00
FZ
1182F: block/nbd*
1183F: nbd/
1184F: include/block/nbd*
44f76b28 1185F: qemu-nbd.c
1ab09a40 1186T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1187
2f54eb98
EH
1188NUMA
1189M: Eduardo Habkost <ehabkost@redhat.com>
1190S: Maintained
1191F: numa.c
1192F: include/sysemu/numa.h
2f54eb98
EH
1193T: git git://github.com/ehabkost/qemu.git numa
1194
4fc264f4
EH
1195Host Memory Backends
1196M: Eduardo Habkost <ehabkost@redhat.com>
1197M: Igor Mammedov <imammedo@redhat.com>
1198S: Maintained
1199F: backends/hostmem*.c
1200F: include/sysemu/hostmem.h
1201
8899b4ae 1202QAPI
9740618c 1203M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1204M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1205S: Supported
8899b4ae 1206F: qapi/
0311c5bd 1207X: qapi/*.json
ac4abb9a
MA
1208F: include/qapi/
1209X: include/qapi/qmp/
1210F: include/qapi/qmp/dispatch.h
c0bd0b50 1211F: tests/qapi-schema/
ac4abb9a
MA
1212F: tests/test-*-visitor.c
1213F: tests/test-qmp-*.c
0311c5bd
MA
1214F: scripts/qapi*
1215F: docs/qapi*
9740618c 1216T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1217
7810d291
LC
1218QAPI Schema
1219M: Eric Blake <eblake@redhat.com>
7810d291
LC
1220M: Markus Armbruster <armbru@redhat.com>
1221S: Supported
1222F: qapi-schema.json
0311c5bd 1223F: qapi/*.json
9740618c 1224T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1225
f3582ba4
LC
1226QObject
1227M: Luiz Capitulino <lcapitulino@redhat.com>
1228S: Maintained
1229F: qobject/
7735d2b5
MA
1230F: include/qapi/qmp/
1231X: include/qapi/qmp/dispatch.h
1232F: tests/check-qdict.c
1233F: tests/check-qfloat.c
1234F: tests/check-qint.c
1235F: tests/check-qjson.c
1236F: tests/check-qlist.c
1237F: tests/check-qstring.c
f3582ba4
LC
1238T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1239
f05d9999
MR
1240QEMU Guest Agent
1241M: Michael Roth <mdroth@linux.vnet.ibm.com>
1242S: Maintained
1243F: qga/
1244T: git git://github.com/mdroth/qemu.git qga
1245
4688c94c 1246QOM
4688c94c
AF
1247M: Andreas Färber <afaerber@suse.de>
1248S: Supported
1249T: git git://github.com/afaerber/qemu-cpu.git qom-next
1250F: include/qom/
1251X: include/qom/cpu.h
1252F: qom/
1253X: qom/cpu.c
9f4aa7ce
AF
1254F: tests/check-qom-interface.c
1255F: tests/check-qom-proplist.c
4688c94c
AF
1256F: tests/qom-test.c
1257
8899b4ae 1258QMP
9740618c
LC
1259M: Markus Armbruster <armbru@redhat.com>
1260S: Supported
8899b4ae
LC
1261F: qmp.c
1262F: monitor.c
9b89b6a2 1263F: docs/*qmp-*
9740618c
LC
1264F: scripts/qmp/
1265T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1266
cc0100f4
AF
1267Register API
1268M: Alistair Francis <alistair.francis@xilinx.com>
1269S: Maintained
1270F: hw/core/register.c
1271F: include/hw/register.h
1272
fd5d5c56 1273SLIRP
eda509fa 1274M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1275M: Jan Kiszka <jan.kiszka@siemens.com>
1276S: Maintained
fd5d5c56 1277F: slirp/
663fb1e1 1278F: net/slirp.c
d24b2b1c 1279F: include/net/slirp.h
1ab09a40 1280T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1281
b1ed728a
PB
1282Stubs
1283M: Paolo Bonzini <pbonzini@redhat.com>
1284S: Maintained
1285F: stubs/
1286
598a3f35 1287Tracing
1cd0f8ce 1288M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1289S: Maintained
1290F: trace/
f70fd8fd
LV
1291F: scripts/tracetool.py
1292F: scripts/tracetool/
f922ea46 1293F: docs/tracing.txt
1ab09a40 1294T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1295
14f40fdc 1296Checkpatch
14f40fdc
BS
1297S: Odd Fixes
1298F: scripts/checkpatch.pl
1299
c0787c8d
JQ
1300Migration
1301M: Juan Quintela <quintela@redhat.com>
7f4675c3 1302M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1303S: Maintained
1304F: include/migration/
44a1f946 1305F: migration/
c5515640
AS
1306F: scripts/vmstate-static-checker.py
1307F: tests/vmstate-static-checker-data/
a609ad8b 1308F: docs/migration.txt
c0787c8d 1309
92bfedb0 1310Seccomp
9d9de254 1311M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1312S: Supported
1313F: qemu-seccomp.c
1314F: include/sysemu/seccomp.h
1315
ddbb0d09
DB
1316Cryptography
1317M: Daniel P. Berrange <berrange@redhat.com>
1318S: Maintained
1319F: crypto/
1320F: include/crypto/
1321F: tests/test-crypto-*
1322
10817bf0
DB
1323Coroutines
1324M: Stefan Hajnoczi <stefanha@redhat.com>
1325M: Kevin Wolf <kwolf@redhat.com>
1326F: util/*coroutine*
1327F: include/qemu/coroutine*
1328F: tests/test-coroutine.c
1329
88c5f205
DB
1330Buffers
1331M: Daniel P. Berrange <berrange@redhat.com>
1332S: Odd fixes
1333F: util/buffer.c
1334F: include/qemu/buffer.h
1335
666a3af9
DB
1336I/O Channels
1337M: Daniel P. Berrange <berrange@redhat.com>
1338S: Maintained
1339F: io/
1340F: include/io/
1341F: tests/test-io-*
1342
5614a283
GH
1343Sockets
1344M: Daniel P. Berrange <berrange@redhat.com>
1345M: Gerd Hoffmann <kraxel@redhat.com>
1346M: Paolo Bonzini <pbonzini@redhat.com>
1347S: Maintained
1348F: include/qemu/sockets.h
1349F: util/qemu-sockets.c
1350
d310d85b
AG
1351Throttling infrastructure
1352M: Alberto Garcia <berto@igalia.com>
1353S: Supported
1354F: block/throttle-groups.c
1355F: include/block/throttle-groups.h
1356F: include/qemu/throttle.h
1357F: util/throttle.c
1358L: qemu-block@nongnu.org
1359
080d7aac
FZ
1360UUID
1361M: Fam Zheng <famz@redhat.com>
1362S: Supported
1363F: util/uuid.c
1364F: include/qemu/uuid.h
1365F: tests/test-uuid.c
1366
fd5d5c56
AL
1367Usermode Emulation
1368------------------
486bbe5f
PB
1369Overall
1370M: Riku Voipio <riku.voipio@iki.fi>
1371S: Maintained
1372F: thunk.c
1373F: user-exec.c
1374
fd5d5c56 1375BSD user
297e8005 1376S: Orphan
fd5d5c56
AL
1377F: bsd-user/
1378
fd5d5c56
AL
1379Linux user
1380M: Riku Voipio <riku.voipio@iki.fi>
1381S: Maintained
1382F: linux-user/
42f5a7e9
AJ
1383
1384Tiny Code Generator (TCG)
1385-------------------------
1386Common code
cc7772bd 1387M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1388S: Maintained
1389F: tcg/
1390
b25a464c
CF
1391AArch64 target
1392M: Claudio Fontana <claudio.fontana@huawei.com>
1393M: Claudio Fontana <claudio.fontana@gmail.com>
1394S: Maintained
b4f2bd1c 1395L: qemu-arm@nongnu.org
b25a464c 1396F: tcg/aarch64/
c17652ee
PB
1397F: disas/arm-a64.cc
1398F: disas/libvixl/
b25a464c 1399
42f5a7e9
AJ
1400ARM target
1401M: Andrzej Zaborowski <balrogg@gmail.com>
1402S: Maintained
b4f2bd1c 1403L: qemu-arm@nongnu.org
42f5a7e9 1404F: tcg/arm/
c17652ee 1405F: disas/arm.c
42f5a7e9 1406
42f5a7e9 1407i386 target
5dd4a88c 1408L: qemu-devel@nongnu.org
42f5a7e9
AJ
1409S: Maintained
1410F: tcg/i386/
c17652ee 1411F: disas/i386.c
42f5a7e9
AJ
1412
1413IA64 target
1414M: Aurelien Jarno <aurelien@aurel32.net>
1415S: Maintained
1416F: tcg/ia64/
c17652ee 1417F: disas/ia64.c
42f5a7e9
AJ
1418
1419MIPS target
d6eec7a2 1420M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1421S: Maintained
1422F: tcg/mips/
c17652ee 1423F: disas/mips.c
42f5a7e9
AJ
1424
1425PPC
1426M: Vassili Karpov (malc) <av1474@comtv.ru>
1427S: Maintained
1428F: tcg/ppc/
c17652ee 1429F: disas/ppc.c
42f5a7e9
AJ
1430
1431S390 target
1432M: Alexander Graf <agraf@suse.de>
1433M: Richard Henderson <rth@twiddle.net>
1434S: Maintained
1435F: tcg/s390/
c17652ee 1436F: disas/s390.c
42f5a7e9
AJ
1437
1438SPARC target
297e8005 1439S: Odd Fixes
42f5a7e9 1440F: tcg/sparc/
c17652ee 1441F: disas/sparc.c
bc75c9e5
SW
1442
1443TCI target
1444M: Stefan Weil <sw@weilnetz.de>
1445S: Maintained
8ef9cd55 1446F: tcg/tci/
2b7be8c8 1447F: tci.c
c17652ee 1448F: disas/tci.c
aa09c951
AF
1449
1450Stable branches
1451---------------
1452Stable 1.0
1453L: qemu-stable@nongnu.org
85938981 1454T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1455S: Orphan
1456
1457Stable 0.15
1458L: qemu-stable@nongnu.org
85938981 1459T: git git://git.qemu-project.org/qemu-stable-0.15.git
211b76d1 1460S: Orphan
aa09c951
AF
1461
1462Stable 0.14
1463L: qemu-stable@nongnu.org
85938981 1464T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1465S: Orphan
1466
1467Stable 0.10
1468L: qemu-stable@nongnu.org
85938981 1469T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1470S: Orphan
f05b328c
SH
1471
1472Block drivers
1473-------------
1474VMDK
1475M: Fam Zheng <famz@redhat.com>
c95e4c0e 1476L: qemu-block@nongnu.org
f05b328c
SH
1477S: Supported
1478F: block/vmdk.c
1479
1480RBD
5a8ac6d9 1481M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1482M: Jeff Cody <jcody@redhat.com>
1483L: qemu-block@nongnu.org
f05b328c
SH
1484S: Supported
1485F: block/rbd.c
280458a3 1486T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1487
1488Sheepdog
53b33231 1489M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1490M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1491M: Jeff Cody <jcody@redhat.com>
1492L: qemu-block@nongnu.org
dce32b6c 1493L: sheepdog@lists.wpkg.org
f05b328c
SH
1494S: Supported
1495F: block/sheepdog.c
280458a3 1496T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1497
1498VHDX
1499M: Jeff Cody <jcody@redhat.com>
280458a3 1500L: qemu-block@nongnu.org
f05b328c
SH
1501S: Supported
1502F: block/vhdx*
280458a3 1503T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1504
1505VDI
1506M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1507L: qemu-block@nongnu.org
f05b328c
SH
1508S: Maintained
1509F: block/vdi.c
1510
1511iSCSI
1512M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1513M: Paolo Bonzini <pbonzini@redhat.com>
1514M: Peter Lieven <pl@kamp.de>
c95e4c0e 1515L: qemu-block@nongnu.org
f05b328c
SH
1516S: Supported
1517F: block/iscsi.c
1518
6542aa9c 1519NFS
280458a3 1520M: Jeff Cody <jcody@redhat.com>
6542aa9c 1521M: Peter Lieven <pl@kamp.de>
280458a3 1522L: qemu-block@nongnu.org
6542aa9c
PL
1523S: Maintained
1524F: block/nfs.c
280458a3 1525T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1526
f05b328c
SH
1527SSH
1528M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1529M: Jeff Cody <jcody@redhat.com>
1530L: qemu-block@nongnu.org
f05b328c
SH
1531S: Supported
1532F: block/ssh.c
280458a3 1533T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1534
1535ARCHIPELAGO
c9a12e75 1536M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1537M: Jeff Cody <jcody@redhat.com>
1538L: qemu-block@nongnu.org
c9a12e75
CN
1539S: Maintained
1540F: block/archipelago.c
280458a3
JC
1541T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1542
1543CURL
1544M: Jeff Cody <jcody@redhat.com>
1545L: qemu-block@nongnu.org
1546S: Supported
1547F: block/curl.c
1548T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1549
1550GLUSTER
1551M: Jeff Cody <jcody@redhat.com>
1552L: qemu-block@nongnu.org
1553S: Supported
1554F: block/gluster.c
1555T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1556
199667a8
FZ
1557Null Block Driver
1558M: Fam Zheng <famz@redhat.com>
1559L: qemu-block@nongnu.org
1560S: Supported
1561F: block/null.c
1562
b5e9476c
GA
1563Bootdevice
1564M: Gonglei <arei.gonglei@huawei.com>
1565S: Maintained
1566F: bootdevice.c
ecdda9e0
AG
1567
1568Quorum
1569M: Alberto Garcia <berto@igalia.com>
1570S: Supported
1571F: block/quorum.c
1572L: qemu-block@nongnu.org
e7c6e631
SH
1573
1574blkverify
1575M: Stefan Hajnoczi <stefanha@redhat.com>
1576L: qemu-block@nongnu.org
1577S: Supported
1578F: block/blkverify.c
1579
1580bochs
1581M: Stefan Hajnoczi <stefanha@redhat.com>
1582L: qemu-block@nongnu.org
1583S: Supported
1584F: block/bochs.c
1585
1586cloop
1587M: Stefan Hajnoczi <stefanha@redhat.com>
1588L: qemu-block@nongnu.org
1589S: Supported
1590F: block/cloop.c
1591
1592dmg
1593M: Stefan Hajnoczi <stefanha@redhat.com>
1594L: qemu-block@nongnu.org
1595S: Supported
1596F: block/dmg.c
1597
1598parallels
1599M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1600M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1601L: qemu-block@nongnu.org
1602S: Supported
1603F: block/parallels.c
b4a9e25b 1604F: docs/specs/parallels.txt
e7c6e631
SH
1605
1606qed
1607M: Stefan Hajnoczi <stefanha@redhat.com>
1608L: qemu-block@nongnu.org
1609S: Supported
1610F: block/qed.c
1611
1612raw
1613M: Kevin Wolf <kwolf@redhat.com>
1614L: qemu-block@nongnu.org
1615S: Supported
1616F: block/linux-aio.c
f586d5fc 1617F: include/block/raw-aio.h
e7c6e631
SH
1618F: block/raw-posix.c
1619F: block/raw-win32.c
1620F: block/raw_bsd.c
1621F: block/win32-aio.c
1622
1623qcow2
1624M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1625M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1626L: qemu-block@nongnu.org
1627S: Supported
1628F: block/qcow2*
1629
1630qcow
1631M: Kevin Wolf <kwolf@redhat.com>
1632L: qemu-block@nongnu.org
1633S: Supported
1634F: block/qcow.c
1635
1636blkdebug
1637M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1638M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1639L: qemu-block@nongnu.org
1640S: Supported
1641F: block/blkdebug.c
1642
1643vpc
1644M: Kevin Wolf <kwolf@redhat.com>
1645L: qemu-block@nongnu.org
1646S: Supported
1647F: block/vpc.c
1648
1649vvfat
1650M: Kevin Wolf <kwolf@redhat.com>
1651L: qemu-block@nongnu.org
1652S: Supported
1653F: block/vvfat.c
abfe4e94
SH
1654
1655Image format fuzzer
1656M: Stefan Hajnoczi <stefanha@redhat.com>
1657L: qemu-block@nongnu.org
1658S: Supported
1659F: tests/image-fuzzer/
717171bd 1660
049105a3
CX
1661Replication
1662M: Wen Congyang <wency@cn.fujitsu.com>
1663M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1664S: Supported
1665F: replication*
1666F: block/replication.c
1667F: tests/test-replication.c
1668F: docs/block-replication.txt
1669
b9e02c06
AB
1670Build and test automation
1671-------------------------
1672M: Alex Bennée <alex.bennee@linaro.org>
1673L: qemu-devel@nongnu.org
1674S: Supported
1675F: .travis.yml
717171bd
DB
1676
1677Documentation
1678-------------
1679Build system architecture
1680M: Daniel P. Berrange <berrange@redhat.com>
1681S: Odd Fixes
1682F: docs/build-system.txt
8a49e97f
FZ
1683
1684Docker testing
1685--------------
1686Docker based testing framework and cases
1687M: Fam Zheng <famz@redhat.com>
1688S: Maintained
1689F: tests/docker/