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