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