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