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