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