]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
virtio-balloon: convert VMSTATE_VIRTIO_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/
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/
835c42d3 623F: hw/intc/heathrow_pic.c
fd5d5c56 624
ec38d398 625PReP
9f38774d 626L: qemu-devel@nongnu.org
a6c98685 627L: qemu-ppc@nongnu.org
ec38d398 628S: Odd Fixes
75610155 629F: hw/ppc/prep.c
6e481d57 630F: hw/pci-host/prep.[hc]
8d8b636d 631F: hw/isa/pc87312.[hc]
835c42d3 632F: pc-bios/ppc_rom.bin
fd5d5c56 633
300b115c 634sPAPR
085eb217 635M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
636M: Alexander Graf <agraf@suse.de>
637L: qemu-ppc@nongnu.org
638S: Supported
8d8b636d 639F: hw/*/spapr*
f9de2da7
DG
640F: include/hw/*/spapr*
641F: hw/*/xics*
642F: include/hw/*/xics*
643F: pc-bios/spapr-rtas/*
b5d55020
TH
644F: pc-bios/spapr-rtas.bin
645F: pc-bios/slof.bin
646F: docs/specs/ppc-spapr-hcalls.txt
647F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
648F: tests/spapr*
649F: tests/libqos/*spapr*
650F: tests/rtas*
651F: tests/libqos/rtas*
8a269ca4 652
794d00bf
AF
653virtex_ml507
654M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
655L: qemu-ppc@nongnu.org
656S: Odd Fixes
6e481d57 657F: hw/ppc/virtex_ml507.c
794d00bf 658
fd5d5c56
AL
659SH4 Machines
660------------
661R2D
662M: Magnus Damm <magnus.damm@gmail.com>
663S: Maintained
6e481d57 664F: hw/sh4/r2d.c
fd5d5c56
AL
665
666Shix
667M: Magnus Damm <magnus.damm@gmail.com>
afcacd53 668S: Orphan
6e481d57 669F: hw/sh4/shix.c
fd5d5c56
AL
670
671SPARC Machines
672--------------
673Sun4m
674M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 675M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 676S: Maintained
8d8b636d 677F: hw/sparc/sun4m.c
fd5d5c56
AL
678
679Sun4u
680M: Blue Swirl <blauwirbel@gmail.com>
f2416d3a 681M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 682S: Maintained
8d8b636d 683F: hw/sparc64/sun4u.c
fd5d5c56 684
ce6c760c
FC
685Leon3
686M: Fabien Chouteau <chouteau@adacore.com>
687S: Maintained
8d8b636d
PB
688F: hw/sparc/leon3.c
689F: hw/*/grlib*
ce6c760c 690
fd5d5c56
AL
691S390 Machines
692-------------
dd4ad64a
CH
693S390 Virtio-ccw
694M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 695M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
696M: Alexander Graf <agraf@suse.de>
697S: Supported
0c6aa7ee 698F: hw/char/sclp*.[hc]
c5bfb202 699F: hw/s390x/
4277af19
CH
700F: include/hw/s390x/
701F: pc-bios/s390-ccw/
c5bfb202 702F: hw/watchdog/wdt_diag288.c
1e4738b2
SS
703F: include/hw/watchdog/wdt_diag288.h
704F: pc-bios/s390-ccw.img
705F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
706T: git git://github.com/cohuck/qemu.git s390-next
707T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 708
ab9528ca
GX
709UniCore32 Machines
710-------------
711PKUnity-3 SoC initramfs-with-busybox
712M: Guan Xuetao <gxt@mprc.pku.edu.cn>
713S: Maintained
8d8b636d 714F: hw/*/puv3*
ab9528ca
GX
715F: hw/unicore32/
716
fd5d5c56
AL
717X86 Machines
718------------
719PC
046a6486 720M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 721S: Supported
046a6486
MT
722F: include/hw/i386/
723F: hw/i386/
724F: hw/pci-host/piix.c
725F: hw/pci-host/q35.c
726F: hw/pci-host/pam.c
727F: include/hw/pci-host/q35.h
728F: include/hw/pci-host/pam.h
729F: hw/isa/piix4.c
730F: hw/isa/lpc_ich9.c
731F: hw/i2c/smbus_ich9.c
732F: hw/acpi/piix4.c
733F: hw/acpi/ich9.c
734F: include/hw/acpi/ich9.h
f586d5fc 735F: include/hw/acpi/piix4.h
9cc3b73c
PB
736F: hw/misc/sga.c
737
738PC Chipset
739M: Michael S. Tsirkin <mst@redhat.com>
740M: Paolo Bonzini <pbonzini@redhat.com>
741S: Support
742F: hw/char/debugcon.c
743F: hw/char/parallel.c
744F: hw/char/serial*
745F: hw/dma/i8257*
746F: hw/i2c/pm_smbus.c
747F: hw/intc/apic*
748F: hw/intc/ioapic*
749F: hw/intc/i8259*
750F: hw/misc/debugexit.c
751F: hw/misc/pc-testdev.c
752F: hw/timer/hpet*
753F: hw/timer/i8254*
754F: hw/timer/mc146818rtc*
a2feb348
TH
755F: include/hw/i2c/pm_smbus.h
756F: include/hw/timer/hpet.h
757F: include/hw/timer/i8254*
758F: include/hw/timer/mc146818rtc*
046a6486 759
5da4fb00
MT
760Machine core
761M: Eduardo Habkost <ehabkost@redhat.com>
762M: Marcel Apfelbaum <marcel@redhat.com>
763S: Supported
764F: hw/core/machine.c
765F: include/hw/boards.h
fd5d5c56 766
16e7caae
MF
767Xtensa Machines
768---------------
375847a6 769sim
16e7caae
MF
770M: Max Filippov <jcmvbkbc@gmail.com>
771S: Maintained
437a8c11 772F: hw/xtensa/sim.c
375847a6 773
437a8c11 774XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
775M: Max Filippov <jcmvbkbc@gmail.com>
776S: Maintained
437a8c11
MF
777F: hw/xtensa/xtfpga.c
778F: hw/net/opencores_eth.c
16e7caae 779
fd5d5c56
AL
780Devices
781-------
b30934cb
JS
782EDU
783M: Jiri Slaby <jslaby@suse.cz>
784S: Maintained
785F: hw/misc/edu.c
786
fd5d5c56 787IDE
c095348b
JS
788M: John Snow <jsnow@redhat.com>
789L: qemu-block@nongnu.org
790S: Supported
8d8b636d 791F: include/hw/ide.h
c9f7acd5 792F: include/hw/ide/
fd5d5c56 793F: hw/ide/
c095348b
JS
794F: hw/block/block.c
795F: hw/block/cdrom.c
796F: hw/block/hd-geometry.c
797F: tests/ide-test.c
798F: tests/ahci-test.c
aee50319 799F: tests/libqos/ahci*
c095348b
JS
800T: git git://github.com/jnsnow/qemu.git ide
801
802Floppy
803M: John Snow <jsnow@redhat.com>
804L: qemu-block@nongnu.org
805S: Supported
806F: hw/block/fdc.c
807F: include/hw/block/fdc.h
aee50319 808F: tests/fdc-test.c
c095348b 809T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 810
f5f487b2
PM
811OMAP
812M: Peter Maydell <peter.maydell@linaro.org>
813S: Maintained
8d8b636d 814F: hw/*/omap*
ed0db866 815F: include/hw/arm/omap.h
f5f487b2 816
28d54e58
PB
817IPack
818M: Alberto Garcia <berto@igalia.com>
819S: Odd Fixes
820F: hw/char/ipoctal232.c
821F: hw/ipack/
822
fd5d5c56
AL
823PCI
824M: Michael S. Tsirkin <mst@redhat.com>
874a2358 825M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 826S: Supported
8d8b636d 827F: include/hw/pci/*
f178bc6b 828F: hw/misc/pci-testdev.c
ca818cfb 829F: hw/pci/*
f178bc6b 830F: hw/pci-bridge/*
0e0b3592 831
d31e5ae7 832ACPI/SMBIOS
0e0b3592
MT
833M: Michael S. Tsirkin <mst@redhat.com>
834M: Igor Mammedov <imammedo@redhat.com>
835S: Supported
836F: include/hw/acpi/*
d31e5ae7 837F: include/hw/smbios/*
0e0b3592 838F: hw/mem/*
8d8b636d 839F: hw/acpi/*
d31e5ae7 840F: hw/smbios/*
0e0b3592 841F: hw/i386/acpi-build.[hc]
0e0b3592
MT
842F: hw/arm/virt-acpi-build.c
843F: include/hw/arm/virt-acpi-build.h
fd5d5c56 844
aaade8d7
AF
845ppc4xx
846M: Alexander Graf <agraf@suse.de>
847L: qemu-ppc@nongnu.org
848S: Odd Fixes
8d8b636d 849F: hw/ppc/ppc4*.c
b5d55020 850F: include/hw/ppc/ppc4xx.h
aaade8d7 851
98cded3a
AF
852ppce500
853M: Alexander Graf <agraf@suse.de>
854M: Scott Wood <scottwood@freescale.com>
855L: qemu-ppc@nongnu.org
856S: Supported
6e481d57 857F: hw/ppc/e500*
566dd236
PB
858F: hw/pci-host/ppce500.c
859F: hw/net/fsl_etsec/
98cded3a 860
61af0ee6
PB
861Character devices
862M: Paolo Bonzini <pbonzini@redhat.com>
863S: Odd Fixes
864F: hw/char/
865
f536f112
PB
866Network devices
867M: Jason Wang <jasowang@redhat.com>
868S: Odd Fixes
869F: hw/net/
6bd7776c 870F: tests/virtio-net-test.c
f536f112
PB
871T: git git://github.com/jasowang/qemu.git net
872
fd5d5c56 873SCSI
de7724f7
PB
874M: Paolo Bonzini <pbonzini@redhat.com>
875S: Supported
74460f34 876F: include/hw/scsi/*
8d8b636d 877F: hw/scsi/*
6bd7776c 878F: tests/virtio-scsi-test.c
1ab09a40 879T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
880
881LSI53C895A
0e19885e 882S: Orphan
8d8b636d 883F: hw/scsi/lsi53c895a.c
fd5d5c56 884
fcb5629d 885SSI
4b46ba61 886M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 887S: Maintained
8d8b636d
PB
888F: hw/ssi/*
889F: hw/block/m25p80.c
4b46ba61
AF
890X: hw/ssi/xilinx_*
891
892Xilinx SPI
893M: Alistair Francis <alistair.francis@xilinx.com>
894M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
895S: Maintained
896F: hw/ssi/xilinx_*
fcb5629d 897
fd5d5c56 898USB
5d0d62fe
GH
899M: Gerd Hoffmann <kraxel@redhat.com>
900S: Maintained
8d8b636d 901F: hw/usb/*
28edfce0 902F: tests/usb-*-test.c
beded0ff
TH
903F: docs/usb2.txt
904F: docs/usb-storage.txt
905F: include/hw/usb.h
906F: include/hw/usb/
fd5d5c56 907
e26082fd
PB
908USB (serial adapter)
909M: Gerd Hoffmann <kraxel@redhat.com>
910M: Samuel Thibault <samuel.thibault@ens-lyon.org>
911S: Maintained
912F: hw/usb/dev-serial.c
913
92e1fb5e
AW
914VFIO
915M: Alex Williamson <alex.williamson@redhat.com>
916S: Supported
cf7087db 917F: hw/vfio/*
99b88c6d 918F: include/hw/vfio/
92e1fb5e 919
fd5d5c56
AL
920vhost
921M: Michael S. Tsirkin <mst@redhat.com>
922S: Supported
8d8b636d 923F: hw/*/*vhost*
fd5d5c56
AL
924
925virtio
a75143ed 926M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 927S: Supported
8d8b636d 928F: hw/*/virtio*
6a084ea3 929F: net/vhost-user.c
494f7b57 930F: include/hw/virtio/
6bd7776c 931F: tests/virtio-balloon-test.c
fd5d5c56
AL
932
933virtio-9p
23704102 934M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 935M: Greg Kurz <groug@kaod.org>
fd5d5c56 936S: Supported
aebeca25
AF
937F: hw/9pfs/
938F: fsdev/
2d888c09 939F: tests/virtio-9p-test.c
3f3309cb 940T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 941T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
942
943virtio-blk
54d01a00 944M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 945L: qemu-block@nongnu.org
fd5d5c56 946S: Supported
8d8b636d 947F: hw/block/virtio-blk.c
b457a5f5 948F: hw/block/dataplane/*
6bd7776c 949F: tests/virtio-blk-test.c
b457a5f5 950T: git git://github.com/stefanha/qemu.git block
fd5d5c56 951
dd4ad64a
CH
952virtio-ccw
953M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 954M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
955S: Supported
956F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
957T: git git://github.com/cohuck/qemu.git s390-next
958T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 959
a5d4d7b5
GH
960virtio-input
961M: Gerd Hoffmann <kraxel@redhat.com>
962S: Maintained
963F: hw/input/virtio-input*.c
964F: include/hw/virtio/virtio-input.h
965
fd5d5c56
AL
966virtio-serial
967M: Amit Shah <amit.shah@redhat.com>
968S: Supported
8d8b636d
PB
969F: hw/char/virtio-serial-bus.c
970F: hw/char/virtio-console.c
68a5e38a 971F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
972F: tests/virtio-console-test.c
973F: tests/virtio-serial-test.c
fd5d5c56 974
1f51a5cb
AS
975virtio-rng
976M: Amit Shah <amit.shah@redhat.com>
977S: Supported
978F: hw/virtio/virtio-rng.c
979F: include/hw/virtio/virtio-rng.h
750cf869 980F: include/sysemu/rng*.h
1f51a5cb 981F: backends/rng*.c
6bd7776c 982F: tests/virtio-rng-test.c
1f51a5cb 983
f3c507ad
KB
984nvme
985M: Keith Busch <keith.busch@intel.com>
c95e4c0e 986L: qemu-block@nongnu.org
f3c507ad
KB
987S: Supported
988F: hw/block/nvme*
fc967791 989F: tests/nvme-test.c
f3c507ad 990
d383c625
HR
991megasas
992M: Hannes Reinecke <hare@suse.de>
c95e4c0e 993L: qemu-block@nongnu.org
d383c625
HR
994S: Supported
995F: hw/scsi/megasas.c
996F: hw/scsi/mfi.h
997
605d52e6
DF
998Network packet abstractions
999M: Dmitry Fleytman <dmitry@daynix.com>
1000S: Maintained
1001F: include/net/eth.h
1002F: net/eth.c
1003F: hw/net/net_rx_pkt*
1004F: hw/net/net_tx_pkt*
1005
622fb504
DF
1006Vmware
1007M: Dmitry Fleytman <dmitry@daynix.com>
1008S: Maintained
1009F: hw/net/vmxnet*
1010F: hw/scsi/vmw_pvscsi*
1011
de24d3f1 1012Rocker
de24d3f1
SF
1013M: Jiri Pirko <jiri@resnulli.us>
1014S: Maintained
1015F: hw/net/rocker/
1016
70d1fb9c
XG
1017NVDIMM
1018M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1019S: Maintained
1020F: hw/acpi/nvdimm.c
1021F: hw/mem/nvdimm.c
1022F: include/hw/mem/nvdimm.h
1023
093454e2
DF
1024e1000x
1025M: Dmitry Fleytman <dmitry@daynix.com>
1026S: Maintained
1027F: hw/net/e1000x*
1028
6f3fbe4e
DF
1029e1000e
1030M: Dmitry Fleytman <dmitry@daynix.com>
1031S: Maintained
1032F: hw/net/e1000e*
1033
e481a1f6
AF
1034Generic Loader
1035M: Alistair Francis <alistair.francis@xilinx.com>
1036S: Maintained
1037F: hw/core/generic-loader.c
1038F: include/hw/core/generic-loader.h
1039
fd5d5c56
AL
1040Subsystems
1041----------
1042Audio
9f575846 1043M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1044S: Maintained
1045F: audio/
8d8b636d 1046F: hw/audio/
d7b50c0c 1047F: tests/ac97-test.c
8fa74c94 1048F: tests/es1370-test.c
fbaf445a 1049F: tests/intel-hda-test.c
fd5d5c56 1050
17f1e8f5 1051Block layer core
fd5d5c56 1052M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1053M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1054L: qemu-block@nongnu.org
fd5d5c56
AL
1055S: Supported
1056F: block*
1057F: block/
8d8b636d 1058F: hw/block/
4c346e0b 1059F: include/block/
46078760
KW
1060F: qemu-img*
1061F: qemu-io*
29242091 1062F: tests/qemu-iotests/
d48addda 1063T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1064
d55053b1
SH
1065Block I/O path
1066M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1067M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1068L: qemu-block@nongnu.org
1069S: Supported
1070F: async.c
1071F: aio-*.c
1072F: block/io.c
1073F: migration/block*
e1029ae2 1074F: include/block/aio.h
d55053b1
SH
1075T: git git://github.com/stefanha/qemu.git block
1076
280458a3
JC
1077Block Jobs
1078M: Jeff Cody <jcody@redhat.com>
1079L: qemu-block@nongnu.org
1080S: Supported
1081F: blockjob.c
1082F: include/block/blockjob.h
1083F: block/backup.c
1084F: block/commit.c
77346025 1085F: block/stream.c
280458a3
JC
1086F: block/mirror.c
1087T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1088
4120201d
MA
1089Block QAPI, monitor, command line
1090M: Markus Armbruster <armbru@redhat.com>
1091S: Supported
1092F: blockdev.c
1093F: block/qapi.c
1094F: qapi/block*.json
1095T: git git://repo.or.cz/qemu/armbru.git block-next
1096
61af0ee6 1097Character device backends
da26f37a 1098M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
1099S: Maintained
1100F: qemu-char.c
da26f37a
PB
1101F: backends/msmouse.c
1102F: backends/testdev.c
fd5d5c56 1103
e26082fd
PB
1104Character Devices (Braille)
1105M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1106S: Maintained
1107F: backends/baum.c
fd5d5c56 1108
8c413e79
MA
1109Coverity model
1110M: Markus Armbruster <armbru@redhat.com>
1111S: Supported
1112F: scripts/coverity-model.c
1113
f2ca0524 1114CPU
12b0e69c 1115L: qemu-devel@nongnu.org
f2ca0524
AF
1116S: Supported
1117F: qom/cpu.c
6e481d57 1118F: include/qom/cpu.h
f2ca0524 1119
d24b569a 1120Device Tree
4b46ba61 1121M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1122M: Alexander Graf <agraf@suse.de>
1123S: Maintained
82407515
TH
1124F: device_tree.c
1125F: include/sysemu/device_tree.h
d24b569a 1126
4f966768
MA
1127Error reporting
1128M: Markus Armbruster <armbru@redhat.com>
1129S: Supported
1130F: include/qapi/error.h
1131F: include/qemu/error-report.h
1132F: util/error.c
1133F: util/qemu-error.c
1134
fd5d5c56 1135GDB stub
5dd4a88c 1136L: qemu-devel@nongnu.org
fd5d5c56
AL
1137S: Odd Fixes
1138F: gdbstub*
1139F: gdb-xml/
1140
01a9c03c
PB
1141Memory API
1142M: Paolo Bonzini <pbonzini@redhat.com>
1143S: Supported
1144F: include/exec/ioport.h
1145F: ioport.c
1146F: include/exec/memory.h
2b1641d0 1147F: include/exec/ram_addr.h
01a9c03c
PB
1148F: memory.c
1149F: include/exec/memory-internal.h
1150F: exec.c
1151
7ee3bf03
GH
1152SPICE
1153M: Gerd Hoffmann <kraxel@redhat.com>
1154S: Supported
6e481d57 1155F: include/ui/qemu-spice.h
438528a3 1156F: include/ui/spice-display.h
7ee3bf03
GH
1157F: ui/spice-*.c
1158F: audio/spiceaudio.c
8d8b636d 1159F: hw/display/qxl*
7ee3bf03 1160
fd5d5c56 1161Graphics
25eccc37
GH
1162M: Gerd Hoffmann <kraxel@redhat.com>
1163S: Odd Fixes
fd5d5c56 1164F: ui/
e220656c 1165F: include/ui/
fd5d5c56 1166
351f1bf6 1167Cocoa graphics
30ef3c74 1168M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1169S: Odd Fixes
1170F: ui/cocoa.m
1171
fd5d5c56 1172Main loop
da26f37a
PB
1173M: Paolo Bonzini <pbonzini@redhat.com>
1174S: Maintained
1175F: cpus.c
1176F: main-loop.c
1177F: qemu-timer.c
fd5d5c56
AL
1178F: vl.c
1179
8899b4ae 1180Human Monitor (HMP)
fd5d5c56 1181M: Luiz Capitulino <lcapitulino@redhat.com>
fbb0621a 1182S: Maintained
fd5d5c56 1183F: monitor.c
8899b4ae
LC
1184F: hmp.c
1185F: hmp-commands.hx
dce07e0b 1186T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56 1187
f536f112 1188Network device backends
442469e6 1189M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1190S: Maintained
1191F: net/
d24b2b1c 1192F: include/net/
5fc51cc3 1193T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1194
aee09baf
VM
1195Netmap network backend
1196M: Luigi Rizzo <rizzo@iet.unipi.it>
1197M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1198M: Vincenzo Maffione <v.maffione@gmail.com>
1199W: http://info.iet.unipi.it/~luigi/netmap/
1200S: Maintained
1201F: net/netmap.c
1202
44f76b28
PB
1203Network Block Device (NBD)
1204M: Paolo Bonzini <pbonzini@redhat.com>
1205S: Odd Fixes
798bfe00
FZ
1206F: block/nbd*
1207F: nbd/
1208F: include/block/nbd*
44f76b28 1209F: qemu-nbd.c
1ab09a40 1210T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1211
2f54eb98
EH
1212NUMA
1213M: Eduardo Habkost <ehabkost@redhat.com>
1214S: Maintained
1215F: numa.c
1216F: include/sysemu/numa.h
2f54eb98
EH
1217T: git git://github.com/ehabkost/qemu.git numa
1218
4fc264f4
EH
1219Host Memory Backends
1220M: Eduardo Habkost <ehabkost@redhat.com>
1221M: Igor Mammedov <imammedo@redhat.com>
1222S: Maintained
1223F: backends/hostmem*.c
1224F: include/sysemu/hostmem.h
1225
8899b4ae 1226QAPI
9740618c 1227M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1228M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1229S: Supported
8899b4ae 1230F: qapi/
0311c5bd 1231X: qapi/*.json
ac4abb9a
MA
1232F: include/qapi/
1233X: include/qapi/qmp/
1234F: include/qapi/qmp/dispatch.h
c0bd0b50 1235F: tests/qapi-schema/
ac4abb9a
MA
1236F: tests/test-*-visitor.c
1237F: tests/test-qmp-*.c
0311c5bd
MA
1238F: scripts/qapi*
1239F: docs/qapi*
9740618c 1240T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1241
7810d291
LC
1242QAPI Schema
1243M: Eric Blake <eblake@redhat.com>
7810d291
LC
1244M: Markus Armbruster <armbru@redhat.com>
1245S: Supported
1246F: qapi-schema.json
0311c5bd 1247F: qapi/*.json
9740618c 1248T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1249
f3582ba4
LC
1250QObject
1251M: Luiz Capitulino <lcapitulino@redhat.com>
1252S: Maintained
1253F: qobject/
7735d2b5
MA
1254F: include/qapi/qmp/
1255X: include/qapi/qmp/dispatch.h
1256F: tests/check-qdict.c
1257F: tests/check-qfloat.c
1258F: tests/check-qint.c
1259F: tests/check-qjson.c
1260F: tests/check-qlist.c
1261F: tests/check-qstring.c
f3582ba4
LC
1262T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1263
f05d9999
MR
1264QEMU Guest Agent
1265M: Michael Roth <mdroth@linux.vnet.ibm.com>
1266S: Maintained
1267F: qga/
1268T: git git://github.com/mdroth/qemu.git qga
1269
4688c94c 1270QOM
4688c94c
AF
1271M: Andreas Färber <afaerber@suse.de>
1272S: Supported
1273T: git git://github.com/afaerber/qemu-cpu.git qom-next
1274F: include/qom/
1275X: include/qom/cpu.h
1276F: qom/
1277X: qom/cpu.c
9f4aa7ce
AF
1278F: tests/check-qom-interface.c
1279F: tests/check-qom-proplist.c
4688c94c
AF
1280F: tests/qom-test.c
1281
8899b4ae 1282QMP
9740618c
LC
1283M: Markus Armbruster <armbru@redhat.com>
1284S: Supported
8899b4ae
LC
1285F: qmp.c
1286F: monitor.c
9b89b6a2 1287F: docs/*qmp-*
9740618c
LC
1288F: scripts/qmp/
1289T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1290
cc0100f4
AF
1291Register API
1292M: Alistair Francis <alistair.francis@xilinx.com>
1293S: Maintained
1294F: hw/core/register.c
1295F: include/hw/register.h
1296
fd5d5c56 1297SLIRP
eda509fa 1298M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1299M: Jan Kiszka <jan.kiszka@siemens.com>
1300S: Maintained
fd5d5c56 1301F: slirp/
663fb1e1 1302F: net/slirp.c
d24b2b1c 1303F: include/net/slirp.h
1ab09a40 1304T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1305
b1ed728a
PB
1306Stubs
1307M: Paolo Bonzini <pbonzini@redhat.com>
1308S: Maintained
1309F: stubs/
1310
598a3f35 1311Tracing
1cd0f8ce 1312M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1313S: Maintained
1314F: trace/
f70fd8fd
LV
1315F: scripts/tracetool.py
1316F: scripts/tracetool/
f922ea46 1317F: docs/tracing.txt
1ab09a40 1318T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1319
14f40fdc 1320Checkpatch
14f40fdc
BS
1321S: Odd Fixes
1322F: scripts/checkpatch.pl
1323
c0787c8d
JQ
1324Migration
1325M: Juan Quintela <quintela@redhat.com>
7f4675c3 1326M: Amit Shah <amit.shah@redhat.com>
c0787c8d
JQ
1327S: Maintained
1328F: include/migration/
44a1f946 1329F: migration/
c5515640
AS
1330F: scripts/vmstate-static-checker.py
1331F: tests/vmstate-static-checker-data/
a609ad8b 1332F: docs/migration.txt
c0787c8d 1333
92bfedb0 1334Seccomp
9d9de254 1335M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1336S: Supported
1337F: qemu-seccomp.c
1338F: include/sysemu/seccomp.h
1339
ddbb0d09
DB
1340Cryptography
1341M: Daniel P. Berrange <berrange@redhat.com>
1342S: Maintained
1343F: crypto/
1344F: include/crypto/
1345F: tests/test-crypto-*
1346
10817bf0
DB
1347Coroutines
1348M: Stefan Hajnoczi <stefanha@redhat.com>
1349M: Kevin Wolf <kwolf@redhat.com>
1350F: util/*coroutine*
1351F: include/qemu/coroutine*
1352F: tests/test-coroutine.c
1353
88c5f205
DB
1354Buffers
1355M: Daniel P. Berrange <berrange@redhat.com>
1356S: Odd fixes
1357F: util/buffer.c
1358F: include/qemu/buffer.h
1359
666a3af9
DB
1360I/O Channels
1361M: Daniel P. Berrange <berrange@redhat.com>
1362S: Maintained
1363F: io/
1364F: include/io/
1365F: tests/test-io-*
1366
5614a283
GH
1367Sockets
1368M: Daniel P. Berrange <berrange@redhat.com>
1369M: Gerd Hoffmann <kraxel@redhat.com>
1370M: Paolo Bonzini <pbonzini@redhat.com>
1371S: Maintained
1372F: include/qemu/sockets.h
1373F: util/qemu-sockets.c
1374
d310d85b
AG
1375Throttling infrastructure
1376M: Alberto Garcia <berto@igalia.com>
1377S: Supported
1378F: block/throttle-groups.c
1379F: include/block/throttle-groups.h
1380F: include/qemu/throttle.h
1381F: util/throttle.c
1382L: qemu-block@nongnu.org
1383
080d7aac
FZ
1384UUID
1385M: Fam Zheng <famz@redhat.com>
1386S: Supported
1387F: util/uuid.c
1388F: include/qemu/uuid.h
1389F: tests/test-uuid.c
1390
88f82ed1
ZC
1391COLO Proxy
1392M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1393M: Li Zhijian <lizhijian@cn.fujitsu.com>
1394S: Supported
1395F: docs/colo-proxy.txt
1396F: net/colo*
1397F: net/filter-rewriter.c
1398F: net/filter-mirror.c
1399
fd5d5c56
AL
1400Usermode Emulation
1401------------------
486bbe5f
PB
1402Overall
1403M: Riku Voipio <riku.voipio@iki.fi>
1404S: Maintained
1405F: thunk.c
1406F: user-exec.c
1407
fd5d5c56 1408BSD user
297e8005 1409S: Orphan
fd5d5c56
AL
1410F: bsd-user/
1411
fd5d5c56
AL
1412Linux user
1413M: Riku Voipio <riku.voipio@iki.fi>
1414S: Maintained
1415F: linux-user/
42f5a7e9
AJ
1416
1417Tiny Code Generator (TCG)
1418-------------------------
1419Common code
cc7772bd 1420M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1421S: Maintained
1422F: tcg/
1423
b25a464c
CF
1424AArch64 target
1425M: Claudio Fontana <claudio.fontana@huawei.com>
1426M: Claudio Fontana <claudio.fontana@gmail.com>
1427S: Maintained
b4f2bd1c 1428L: qemu-arm@nongnu.org
b25a464c 1429F: tcg/aarch64/
c17652ee
PB
1430F: disas/arm-a64.cc
1431F: disas/libvixl/
b25a464c 1432
42f5a7e9
AJ
1433ARM target
1434M: Andrzej Zaborowski <balrogg@gmail.com>
1435S: Maintained
b4f2bd1c 1436L: qemu-arm@nongnu.org
42f5a7e9 1437F: tcg/arm/
c17652ee 1438F: disas/arm.c
42f5a7e9 1439
42f5a7e9 1440i386 target
5dd4a88c 1441L: qemu-devel@nongnu.org
42f5a7e9
AJ
1442S: Maintained
1443F: tcg/i386/
c17652ee 1444F: disas/i386.c
42f5a7e9
AJ
1445
1446IA64 target
1447M: Aurelien Jarno <aurelien@aurel32.net>
1448S: Maintained
1449F: tcg/ia64/
c17652ee 1450F: disas/ia64.c
42f5a7e9
AJ
1451
1452MIPS target
d6eec7a2 1453M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1454S: Maintained
1455F: tcg/mips/
c17652ee 1456F: disas/mips.c
42f5a7e9
AJ
1457
1458PPC
1459M: Vassili Karpov (malc) <av1474@comtv.ru>
1460S: Maintained
1461F: tcg/ppc/
c17652ee 1462F: disas/ppc.c
42f5a7e9
AJ
1463
1464S390 target
1465M: Alexander Graf <agraf@suse.de>
1466M: Richard Henderson <rth@twiddle.net>
1467S: Maintained
1468F: tcg/s390/
c17652ee 1469F: disas/s390.c
42f5a7e9
AJ
1470
1471SPARC target
297e8005 1472S: Odd Fixes
42f5a7e9 1473F: tcg/sparc/
c17652ee 1474F: disas/sparc.c
bc75c9e5
SW
1475
1476TCI target
1477M: Stefan Weil <sw@weilnetz.de>
1478S: Maintained
8ef9cd55 1479F: tcg/tci/
2b7be8c8 1480F: tci.c
c17652ee 1481F: disas/tci.c
aa09c951
AF
1482
1483Stable branches
1484---------------
1485Stable 1.0
1486L: qemu-stable@nongnu.org
85938981 1487T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1488S: Orphan
1489
1490Stable 0.15
1491L: qemu-stable@nongnu.org
85938981 1492T: git git://git.qemu-project.org/qemu-stable-0.15.git
211b76d1 1493S: Orphan
aa09c951
AF
1494
1495Stable 0.14
1496L: qemu-stable@nongnu.org
85938981 1497T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1498S: Orphan
1499
1500Stable 0.10
1501L: qemu-stable@nongnu.org
85938981 1502T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1503S: Orphan
f05b328c
SH
1504
1505Block drivers
1506-------------
1507VMDK
1508M: Fam Zheng <famz@redhat.com>
c95e4c0e 1509L: qemu-block@nongnu.org
f05b328c
SH
1510S: Supported
1511F: block/vmdk.c
1512
1513RBD
5a8ac6d9 1514M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1515M: Jeff Cody <jcody@redhat.com>
1516L: qemu-block@nongnu.org
f05b328c
SH
1517S: Supported
1518F: block/rbd.c
280458a3 1519T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1520
1521Sheepdog
53b33231 1522M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1523M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1524M: Jeff Cody <jcody@redhat.com>
1525L: qemu-block@nongnu.org
dce32b6c 1526L: sheepdog@lists.wpkg.org
f05b328c
SH
1527S: Supported
1528F: block/sheepdog.c
280458a3 1529T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1530
1531VHDX
1532M: Jeff Cody <jcody@redhat.com>
280458a3 1533L: qemu-block@nongnu.org
f05b328c
SH
1534S: Supported
1535F: block/vhdx*
280458a3 1536T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1537
1538VDI
1539M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1540L: qemu-block@nongnu.org
f05b328c
SH
1541S: Maintained
1542F: block/vdi.c
1543
1544iSCSI
1545M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1546M: Paolo Bonzini <pbonzini@redhat.com>
1547M: Peter Lieven <pl@kamp.de>
c95e4c0e 1548L: qemu-block@nongnu.org
f05b328c
SH
1549S: Supported
1550F: block/iscsi.c
1551
6542aa9c 1552NFS
280458a3 1553M: Jeff Cody <jcody@redhat.com>
6542aa9c 1554M: Peter Lieven <pl@kamp.de>
280458a3 1555L: qemu-block@nongnu.org
6542aa9c
PL
1556S: Maintained
1557F: block/nfs.c
280458a3 1558T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1559
f05b328c
SH
1560SSH
1561M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1562M: Jeff Cody <jcody@redhat.com>
1563L: qemu-block@nongnu.org
f05b328c
SH
1564S: Supported
1565F: block/ssh.c
280458a3 1566T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1567
1568ARCHIPELAGO
c9a12e75 1569M: Chrysostomos Nanakos <chris@include.gr>
280458a3
JC
1570M: Jeff Cody <jcody@redhat.com>
1571L: qemu-block@nongnu.org
c9a12e75
CN
1572S: Maintained
1573F: block/archipelago.c
280458a3
JC
1574T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1575
1576CURL
1577M: Jeff Cody <jcody@redhat.com>
1578L: qemu-block@nongnu.org
1579S: Supported
1580F: block/curl.c
1581T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1582
1583GLUSTER
1584M: Jeff Cody <jcody@redhat.com>
1585L: qemu-block@nongnu.org
1586S: Supported
1587F: block/gluster.c
1588T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1589
199667a8
FZ
1590Null Block Driver
1591M: Fam Zheng <famz@redhat.com>
1592L: qemu-block@nongnu.org
1593S: Supported
1594F: block/null.c
1595
b5e9476c
GA
1596Bootdevice
1597M: Gonglei <arei.gonglei@huawei.com>
1598S: Maintained
1599F: bootdevice.c
ecdda9e0
AG
1600
1601Quorum
1602M: Alberto Garcia <berto@igalia.com>
1603S: Supported
1604F: block/quorum.c
1605L: qemu-block@nongnu.org
e7c6e631
SH
1606
1607blkverify
1608M: Stefan Hajnoczi <stefanha@redhat.com>
1609L: qemu-block@nongnu.org
1610S: Supported
1611F: block/blkverify.c
1612
1613bochs
1614M: Stefan Hajnoczi <stefanha@redhat.com>
1615L: qemu-block@nongnu.org
1616S: Supported
1617F: block/bochs.c
1618
1619cloop
1620M: Stefan Hajnoczi <stefanha@redhat.com>
1621L: qemu-block@nongnu.org
1622S: Supported
1623F: block/cloop.c
1624
1625dmg
1626M: Stefan Hajnoczi <stefanha@redhat.com>
1627L: qemu-block@nongnu.org
1628S: Supported
1629F: block/dmg.c
1630
1631parallels
1632M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1633M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1634L: qemu-block@nongnu.org
1635S: Supported
1636F: block/parallels.c
b4a9e25b 1637F: docs/specs/parallels.txt
e7c6e631
SH
1638
1639qed
1640M: Stefan Hajnoczi <stefanha@redhat.com>
1641L: qemu-block@nongnu.org
1642S: Supported
1643F: block/qed.c
1644
1645raw
1646M: Kevin Wolf <kwolf@redhat.com>
1647L: qemu-block@nongnu.org
1648S: Supported
1649F: block/linux-aio.c
f586d5fc 1650F: include/block/raw-aio.h
e7c6e631
SH
1651F: block/raw-posix.c
1652F: block/raw-win32.c
1653F: block/raw_bsd.c
1654F: block/win32-aio.c
1655
1656qcow2
1657M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1658M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1659L: qemu-block@nongnu.org
1660S: Supported
1661F: block/qcow2*
1662
1663qcow
1664M: Kevin Wolf <kwolf@redhat.com>
1665L: qemu-block@nongnu.org
1666S: Supported
1667F: block/qcow.c
1668
1669blkdebug
1670M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1671M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1672L: qemu-block@nongnu.org
1673S: Supported
1674F: block/blkdebug.c
1675
1676vpc
1677M: Kevin Wolf <kwolf@redhat.com>
1678L: qemu-block@nongnu.org
1679S: Supported
1680F: block/vpc.c
1681
1682vvfat
1683M: Kevin Wolf <kwolf@redhat.com>
1684L: qemu-block@nongnu.org
1685S: Supported
1686F: block/vvfat.c
abfe4e94
SH
1687
1688Image format fuzzer
1689M: Stefan Hajnoczi <stefanha@redhat.com>
1690L: qemu-block@nongnu.org
1691S: Supported
1692F: tests/image-fuzzer/
717171bd 1693
049105a3
CX
1694Replication
1695M: Wen Congyang <wency@cn.fujitsu.com>
1696M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1697S: Supported
1698F: replication*
1699F: block/replication.c
1700F: tests/test-replication.c
1701F: docs/block-replication.txt
1702
b9e02c06
AB
1703Build and test automation
1704-------------------------
1705M: Alex Bennée <alex.bennee@linaro.org>
1706L: qemu-devel@nongnu.org
1707S: Supported
1708F: .travis.yml
717171bd
DB
1709
1710Documentation
1711-------------
1712Build system architecture
1713M: Daniel P. Berrange <berrange@redhat.com>
1714S: Odd Fixes
1715F: docs/build-system.txt
8a49e97f
FZ
1716
1717Docker testing
1718--------------
1719Docker based testing framework and cases
1720M: Fam Zheng <famz@redhat.com>
1721S: Maintained
1722F: tests/docker/