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