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