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