]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
nvic: Expose NMI line
[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>
fdf6fab4
PM
15 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
fd5d5c56
AL
17 L: Mailing list that is relevant to this area
18 W: Web-page with status/info
19 Q: Patchwork web based patch tracking system site
20 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
21 S: Status, one of the following:
22 Supported: Someone is actually paid to look after this.
23 Maintained: Someone actually looks after it.
24 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 25 much other than throw the odd patch in. See below.
fd5d5c56
AL
26 Orphan: No current maintainer [but maybe you could take the
27 role as you write your new code].
28 Obsolete: Old code. Something tagged obsolete generally means
29 it has been replaced by a better system and you
30 should be using that.
31 F: Files and directories with wildcard patterns.
32 A trailing slash includes all files and subdirectory files.
33 F: drivers/net/ all files in and below drivers/net
34 F: drivers/net/* all files in drivers/net, but not below
35 F: */net/* all files in "any top level directory"/net
36 One pattern per line. Multiple F: lines acceptable.
37 X: Files and directories that are NOT maintained, same rules as F:
38 Files exclusions are tested before file matches.
39 Can be useful for excluding a specific subdirectory, for instance:
40 F: net/
41 X: net/ipv6/
42 matches all files in and below net excluding net/ipv6/
43 K: Keyword perl extended regex pattern to match content in a
44 patch or file. For instance:
45 K: of_get_profile
46 matches patches or files that contain "of_get_profile"
47 K: \b(printk|pr_(info|err))\b
48 matches patches or files that contain one or more of the words
49 printk, pr_info or pr_err
50 One regex pattern per line. Multiple K: lines acceptable.
51
52
53General Project Administration
54------------------------------
ff0d4876 55M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 56
c9a19d5b
SW
57All patches CC here
58L: qemu-devel@nongnu.org
59F: *
60F: */
61
62622c11
MT
62Responsible Disclosure, Reporting Security Issues
63------------------------------
70b7fba9 64W: https://wiki.qemu.org/SecurityProcess
62622c11 65M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
66L: secalert@redhat.com
67
936c2230
LV
68Trivial patches
69---------------
70Trivial patches
71M: Michael Tokarev <mjt@tls.msk.ru>
72M: Laurent Vivier <laurent@vivier.eu>
73S: Maintained
74L: qemu-trivial@nongnu.org
75K: ^Subject:.*(?i)trivial
76T: git git://git.corpit.ru/qemu.git trivial-patches
77T: git git://github.com/vivier/qemu.git trivial-patches
78
daf14ce3
CH
79Architecture support
80--------------------
81S390
82M: Cornelia Huck <cohuck@redhat.com>
83S: Supported
84F: default-configs/s390x-softmmu.mak
85F: gdb-xml/s390*.xml
86F: hw/char/sclp*.[hc]
87F: hw/char/terminal3270.c
88F: hw/intc/s390_flic.c
89F: hw/intc/s390_flic_kvm.c
90F: hw/s390x/
91F: hw/vfio/ccw.c
92F: hw/watchdog/wdt_diag288.c
93F: include/hw/s390x/
94F: include/hw/watchdog/wdt_diag288.h
95F: pc-bios/s390-ccw/
96F: pc-bios/s390-ccw.img
97F: target/s390x/
98K: ^Subject:.*(?i)s390x?
99T: git git://github.com/cohuck/qemu.git s390-next
100L: qemu-s390x@nongnu.org
101
fd5d5c56
AL
102Guest CPU cores (TCG):
103----------------------
486bbe5f 104Overall
5dd4a88c 105L: qemu-devel@nongnu.org
2b1641d0
PB
106M: Paolo Bonzini <pbonzini@redhat.com>
107M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108M: Richard Henderson <rth@twiddle.net>
109S: Maintained
2b1641d0 110F: cpus.c
2b1641d0 111F: exec.c
c6a88dda 112F: accel/tcg/
2b1641d0
PB
113F: include/exec/cpu*.h
114F: include/exec/exec-all.h
486bbe5f 115F: include/exec/helper*.h
2b1641d0 116F: include/exec/tb-hash.h
460423d3 117F: include/sysemu/cpus.h
486bbe5f 118
1badb586
PM
119FPU emulation
120M: Aurelien Jarno <aurelien@aurel32.net>
121M: Peter Maydell <peter.maydell@linaro.org>
122S: Odd Fixes
123F: fpu/
124F: include/fpu/
125
fd5d5c56 126Alpha
8d6df264
RH
127M: Richard Henderson <rth@twiddle.net>
128S: Maintained
fcf5ef2a 129F: target/alpha/
c0bd0b50 130F: tests/tcg/alpha/
c17652ee 131F: disas/alpha.c
b6f97c14 132
b6f97c14 133ARM
1ce9ce6a 134M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 135L: qemu-arm@nongnu.org
fd5d5c56 136S: Maintained
fcf5ef2a 137F: target/arm/
c348722c 138F: tests/tcg/arm/
29e0436e 139F: tests/tcg/aarch64/
8d8b636d
PB
140F: hw/arm/
141F: hw/cpu/a*mpcore.c
f7e242d6 142F: include/hw/cpu/a*mpcore.h
c17652ee
PB
143F: disas/arm.c
144F: disas/arm-a64.cc
145F: disas/libvixl/
fd5d5c56
AL
146
147CRIS
148M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
149S: Maintained
fcf5ef2a 150F: target/cris/
8d8b636d 151F: hw/cris/
c9b90090 152F: include/hw/cris/
c0bd0b50 153F: tests/tcg/cris/
c17652ee 154F: disas/cris.c
fd5d5c56 155
61766fe9
RH
156HPPA (PA-RISC)
157M: Richard Henderson <rth@twiddle.net>
158S: Maintained
159F: target/hppa/
61461802 160F: hw/hppa/
61766fe9
RH
161F: disas/hppa.c
162
07bf23a7
MW
163LM32
164M: Michael Walle <michael@walle.cc>
165S: Maintained
fcf5ef2a 166F: target/lm32/
4eab7a0a 167F: disas/lm32.c
8d8b636d 168F: hw/lm32/
4eab7a0a
MW
169F: hw/*/lm32_*
170F: hw/*/milkymist-*
171F: include/hw/char/lm32_juart.h
172F: include/hw/lm32/
c0bd0b50 173F: tests/tcg/lm32/
07bf23a7 174
fd5d5c56 175M68K
595a926d
LV
176M: Laurent Vivier <laurent@vivier.eu>
177S: Maintained
fcf5ef2a 178F: target/m68k/
e9a56114 179F: disas/m68k.c
fd5d5c56
AL
180
181MicroBlaze
182M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
183S: Maintained
fcf5ef2a 184F: target/microblaze/
8d8b636d 185F: hw/microblaze/
c17652ee 186F: disas/microblaze.c
fd5d5c56 187
b6f97c14 188MIPS
ddb13561 189M: Aurelien Jarno <aurelien@aurel32.net>
4872fee2 190M: Aleksandar Markovic <amarkovic@wavecomp.com>
6f640917 191S: Maintained
fcf5ef2a 192F: target/mips/
8d8b636d 193F: hw/mips/
5995db88
TH
194F: hw/misc/mips_*
195F: hw/intc/mips_gic.c
196F: hw/timer/mips_gictimer.c
197F: include/hw/mips/
198F: include/hw/misc/mips_*
199F: include/hw/intc/mips_gic.h
200F: include/hw/timer/mips_gictimer.h
c0bd0b50 201F: tests/tcg/mips/
c17652ee 202F: disas/mips.c
fd5d5c56 203
d15a9c23
AG
204Moxie
205M: Anthony Green <green@moxielogic.com>
206S: Maintained
fcf5ef2a 207F: target/moxie/
c17652ee 208F: disas/moxie.c
a3ccdfb5
TH
209F: hw/moxie/
210F: default-configs/moxie-softmmu.mak
d15a9c23 211
e671711c
MV
212NiosII
213M: Chris Wulff <crwulff@gmail.com>
214M: Marek Vasut <marex@denx.de>
215S: Maintained
216F: target/nios2/
217F: hw/nios2/
218F: disas/nios2.c
219
945dad6d 220OpenRISC
1d7cf18d
SH
221M: Stafford Horne <shorne@gmail.com>
222S: Odd Fixes
fcf5ef2a 223F: target/openrisc/
945dad6d 224F: hw/openrisc/
c0bd0b50 225F: tests/tcg/openrisc/
945dad6d 226
b6f97c14 227PowerPC
b4daafbd 228M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 229M: Alexander Graf <agraf@suse.de>
a6c98685 230L: qemu-ppc@nongnu.org
fd5d5c56 231S: Maintained
fcf5ef2a 232F: target/ppc/
8d8b636d 233F: hw/ppc/
b5d55020 234F: include/hw/ppc/
c17652ee 235F: disas/ppc.c
fd5d5c56 236
4dc62b15
MC
237RISC-V
238M: Michael Clark <mjc@sifive.com>
239M: Palmer Dabbelt <palmer@sifive.com>
240M: Sagar Karandikar <sagark@eecs.berkeley.edu>
241M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
242S: Maintained
243F: target/riscv/
244F: hw/riscv/
245F: include/hw/riscv/
246F: disas/riscv.c
247
fd5d5c56 248S390
2b35e93f 249M: Richard Henderson <rth@twiddle.net>
fd5d5c56 250M: Alexander Graf <agraf@suse.de>
ced01bb7 251M: David Hildenbrand <david@redhat.com>
fd5d5c56 252S: Maintained
fcf5ef2a 253F: target/s390x/
8d8b636d 254F: hw/s390x/
c17652ee 255F: disas/s390.c
146bd283 256L: qemu-s390x@nongnu.org
fd5d5c56 257
b6f97c14 258SH4
ddb13561 259M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 260S: Odd Fixes
fcf5ef2a 261F: target/sh4/
8d8b636d 262F: hw/sh4/
c17652ee 263F: disas/sh4.c
8a90f900 264F: include/hw/sh4/
fd5d5c56
AL
265
266SPARC
f2416d3a 267M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 268M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 269S: Maintained
fcf5ef2a 270F: target/sparc/
8d8b636d
PB
271F: hw/sparc/
272F: hw/sparc64/
c17652ee 273F: disas/sparc.c
fd5d5c56 274
a6ea7b4c
AF
275UniCore32
276M: Guan Xuetao <gxt@mprc.pku.edu.cn>
277S: Maintained
fcf5ef2a 278F: target/unicore32/
8d8b636d 279F: hw/unicore32/
47b98d59 280F: include/hw/unicore32/
a6ea7b4c 281
fd5d5c56 282X86
d46d72fd
PB
283M: Paolo Bonzini <pbonzini@redhat.com>
284M: Richard Henderson <rth@twiddle.net>
e1a04339 285M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 286S: Maintained
fcf5ef2a 287F: target/i386/
4132431f 288F: tests/tcg/i386/
3a082ec0 289F: tests/tcg/x86_64/
8d8b636d 290F: hw/i386/
c17652ee 291F: disas/i386.c
2544e9e4 292F: docs/qemu-cpu-models.texi
e3d038b8 293T: git git://github.com/ehabkost/qemu.git x86-next
fd5d5c56 294
16e7caae
MF
295Xtensa
296M: Max Filippov <jcmvbkbc@gmail.com>
b8105d21 297W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 298S: Maintained
fcf5ef2a 299F: target/xtensa/
8d8b636d 300F: hw/xtensa/
c0bd0b50 301F: tests/tcg/xtensa/
5a6539e6 302F: disas/xtensa.c
16e7caae 303
48e06fe0
BK
304TriCore
305M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
306S: Maintained
fcf5ef2a 307F: target/tricore/
48e06fe0 308F: hw/tricore/
d46d14e6 309F: include/hw/tricore/
48e06fe0 310
dd28bebd
AB
311Multiarch Linux User Tests
312M: Alex Bennée <alex.bennee@linaro.org>
313F: tests/tcg/multiarch/
314
fd5d5c56
AL
315Guest CPU Cores (KVM):
316----------------------
317
318Overall
c6d559d9 319M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
320L: kvm@vger.kernel.org
321S: Supported
fd5d5c56 322F: */kvm.*
1962cb20 323F: accel/kvm/
a95e9a48 324F: include/sysemu/kvm*.h
fd5d5c56 325
ed4659d1
PM
326ARM
327M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 328L: qemu-arm@nongnu.org
ed4659d1 329S: Maintained
fcf5ef2a 330F: target/arm/kvm.c
ed4659d1 331
a31896c4 332MIPS
a7a2d7d2 333M: James Hogan <jhogan@kernel.org>
a31896c4 334S: Maintained
fcf5ef2a 335F: target/mips/kvm.c
a31896c4 336
fd5d5c56
AL
337PPC
338M: Alexander Graf <agraf@suse.de>
339S: Maintained
fcf5ef2a 340F: target/ppc/kvm.c
fd5d5c56 341
749717a0 342S390
b304bf00 343M: Christian Borntraeger <borntraeger@de.ibm.com>
c1976ae7 344M: Cornelia Huck <cohuck@redhat.com>
fd5d5c56
AL
345M: Alexander Graf <agraf@suse.de>
346S: Maintained
fcf5ef2a 347F: target/s390x/kvm.c
040078e0
DH
348F: target/s390x/kvm_s390x.h
349F: target/s390x/kvm-stub.c
fcf5ef2a
TH
350F: target/s390x/ioinst.[ch]
351F: target/s390x/machine.c
74b4c74d 352F: target/s390x/sigp.c
4277af19
CH
353F: hw/intc/s390_flic.c
354F: hw/intc/s390_flic_kvm.c
355F: include/hw/s390x/s390_flic.h
c5bfb202 356F: gdb-xml/s390*.xml
3e9ed24b
CH
357T: git git://github.com/cohuck/qemu.git s390-next
358T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 359L: qemu-s390x@nongnu.org
fd5d5c56
AL
360
361X86
d46d72fd 362M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
363M: Marcelo Tosatti <mtosatti@redhat.com>
364L: kvm@vger.kernel.org
365S: Supported
fcf5ef2a 366F: target/i386/kvm.c
fd5d5c56 367
8a6b0cd7
SS
368Guest CPU Cores (Xen):
369----------------------
370
371X86
3623c57e
SS
372M: Stefano Stabellini <sstabellini@kernel.org>
373M: Anthony Perard <anthony.perard@citrix.com>
6d06220a 374L: xen-devel@lists.xenproject.org
8a6b0cd7 375S: Supported
8a6b0cd7 376F: */xen*
d6a3f64a 377F: hw/9pfs/xen-9p-backend.c
c92451c2
PB
378F: hw/char/xen_console.c
379F: hw/display/xenfb.c
380F: hw/net/xen_nic.c
9027ac50 381F: hw/block/xen_*
c92451c2
PB
382F: hw/xen/
383F: hw/xenpv/
9027ac50 384F: hw/i386/xen/
c92451c2 385F: include/hw/xen/
9027ac50 386F: include/sysemu/xen-mapcache.h
8a6b0cd7 387
1bdd6874
SW
388Hosts:
389------
390
391LINUX
392L: qemu-devel@nongnu.org
393S: Maintained
394F: linux-*
395F: linux-headers/
396
397POSIX
398L: qemu-devel@nongnu.org
399S: Maintained
400F: *posix*
401
3c2bdbc1
KR
402NETBSD
403L: qemu-devel@nongnu.org
404M: Kamil Rytarowski <kamil@netbsd.org>
405S: Maintained
1b61270b 406K: ^Subject:.*(?i)NetBSD
3c2bdbc1 407
0a773d55
BS
408OPENBSD
409L: qemu-devel@nongnu.org
410M: Brad Smith <brad@comstyle.com>
411S: Maintained
412K: ^Subject:.*(?i)OpenBSD
413
1bdd6874
SW
414W32, W64
415L: qemu-devel@nongnu.org
416M: Stefan Weil <sw@weilnetz.de>
417S: Maintained
418F: *win32*
03972660
TH
419F: */*win32*
420F: include/*/*win32*
421X: qga/*win32*
885bdc95 422F: qemu.nsi
1bdd6874 423
b250d04a
PMD
424Alpha Machines
425M: Richard Henderson <rth@twiddle.net>
426S: Maintained
427F: hw/alpha/
7bea0dd4 428F: hw/isa/smc37c669-superio.c
b250d04a 429
fd5d5c56
AL
430ARM Machines
431------------
84291fe7 432Allwinner-a10
85b4d5da 433M: Beniamino Galvani <b.galvani@gmail.com>
b4f2bd1c 434L: qemu-arm@nongnu.org
84291fe7 435S: Maintained
85b4d5da
BG
436F: hw/*/allwinner*
437F: include/hw/*/allwinner*
84291fe7
LG
438F: hw/arm/cubieboard.c
439
e5a6a6e6 440ARM PrimeCell and CMSDK devices
06271000 441M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 442L: qemu-arm@nongnu.org
06271000
PB
443S: Maintained
444F: hw/char/pl011.c
c6427ff7 445F: include/hw/char/pl011.h
06271000
PB
446F: hw/display/pl110*
447F: hw/dma/pl080.c
448F: hw/dma/pl330.c
449F: hw/gpio/pl061.c
450F: hw/input/pl050.c
451F: hw/intc/pl190.c
452F: hw/sd/pl181.c
453F: hw/timer/pl031.c
454F: include/hw/arm/primecell.h
e5a6a6e6
PM
455F: hw/timer/cmsdk-apb-timer.c
456F: include/hw/timer/cmsdk-apb-timer.h
457F: hw/char/cmsdk-apb-uart.c
458F: include/hw/char/cmsdk-apb-uart.h
050c2ea0
PM
459F: hw/watchdog/cmsdk-apb-watchdog.c
460F: include/hw/watchdog/cmsdk-apb-watchdog.h
0d4a7551
PM
461F: hw/misc/tz-ppc.c
462F: include/hw/misc/tz-ppc.h
344f4b15
PM
463F: hw/misc/tz-mpc.c
464F: include/hw/misc/tz-mpc.h
06271000
PB
465
466ARM cores
467M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 468L: qemu-arm@nongnu.org
06271000
PB
469S: Maintained
470F: hw/intc/arm*
471F: hw/intc/gic_internal.h
472F: hw/misc/a9scu.c
473F: hw/misc/arm11scu.c
474F: hw/timer/a9gtimer*
c6427ff7
PMD
475F: hw/timer/arm*
476F: include/hw/arm/arm*.h
06271000
PB
477F: include/hw/intc/arm*
478F: include/hw/misc/a9scu.h
479F: include/hw/misc/arm11scu.h
480F: include/hw/timer/a9gtimer.h
481F: include/hw/timer/arm_mptimer.h
c6427ff7
PMD
482F: include/hw/timer/armv7m_systick.h
483F: tests/test-arm-mptimer.c
06271000 484
fc63dcff 485Exynos
f44c5c67 486M: Igor Mitsyanko <i.mitsyanko@gmail.com>
b4f2bd1c 487L: qemu-arm@nongnu.org
fc63dcff 488S: Maintained
8d8b636d 489F: hw/*/exynos*
ed0db866 490F: include/hw/arm/exynos4210.h
fc63dcff 491
766fd09f 492Calxeda Highbank
9ef137ca 493M: Rob Herring <robh@kernel.org>
b4f2bd1c 494L: qemu-arm@nongnu.org
9ef137ca 495S: Maintained
8d8b636d
PB
496F: hw/arm/highbank.c
497F: hw/net/xgmac.c
766fd09f 498
9082f121
AP
499Canon DIGIC
500M: Antony Pavlov <antonynpavlov@gmail.com>
b4f2bd1c 501L: qemu-arm@nongnu.org
9082f121
AP
502S: Maintained
503F: include/hw/arm/digic.h
504F: hw/*/digic*
505
fd5d5c56 506Gumstix
1f7161d2 507M: Philippe Mathieu-Daudé <f4bug@amsat.org>
5dd4a88c 508L: qemu-devel@nongnu.org
b4f2bd1c 509L: qemu-arm@nongnu.org
1f7161d2 510S: Odd Fixes
8d8b636d 511F: hw/arm/gumstix.c
fd5d5c56 512
0325559d
PC
513i.MX31
514M: Peter Chubb <peter.chubb@nicta.com.au>
b4f2bd1c 515L: qemu-arm@nongnu.org
0325559d 516S: Odd fixes
8d8b636d 517F: hw/*/imx*
f7e242d6 518F: include/hw/*/imx*
8d8b636d 519F: hw/arm/kzm.c
ed0db866 520F: include/hw/arm/fsl-imx31.h
0325559d 521
fd5d5c56 522Integrator CP
1ce9ce6a 523M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 524L: qemu-arm@nongnu.org
fd5d5c56 525S: Maintained
8d8b636d 526F: hw/arm/integratorcp.c
f7e242d6 527F: hw/misc/arm_integrator_debug.c
fd5d5c56 528
e5a6a6e6
PM
529MPS2
530M: Peter Maydell <peter.maydell@linaro.org>
531L: qemu-arm@nongnu.org
532S: Maintained
533F: hw/arm/mps2.c
0d4a7551
PM
534F: hw/arm/mps2-tz.c
535F: hw/misc/mps2-*.c
536F: include/hw/misc/mps2-*.h
537F: hw/arm/iotkit.c
538F: include/hw/arm/iotkit.h
e5a6a6e6 539
fd5d5c56
AL
540Musicpal
541M: Jan Kiszka <jan.kiszka@web.de>
b4f2bd1c 542L: qemu-arm@nongnu.org
fd5d5c56 543S: Maintained
8d8b636d 544F: hw/arm/musicpal.c
fd5d5c56
AL
545
546nSeries
547M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 548L: qemu-arm@nongnu.org
fd5d5c56 549S: Maintained
8d8b636d 550F: hw/arm/nseries.c
fd5d5c56
AL
551
552Palm
553M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 554L: qemu-arm@nongnu.org
fd5d5c56 555S: Maintained
8d8b636d 556F: hw/arm/palm.c
fd5d5c56
AL
557
558Real View
1ce9ce6a 559M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 560L: qemu-arm@nongnu.org
fd5d5c56 561S: Maintained
8d8b636d 562F: hw/arm/realview*
f7e242d6 563F: hw/cpu/realview_mpcore.c
5ea53049
PB
564F: hw/intc/realview_gic.c
565F: include/hw/intc/realview_gic.h
fd5d5c56 566
9b31bff0 567PXA2XX
fd5d5c56 568M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 569L: qemu-arm@nongnu.org
fd5d5c56 570S: Maintained
9b31bff0 571F: hw/arm/mainstone.c
8d8b636d 572F: hw/arm/spitz.c
9b31bff0
PB
573F: hw/arm/tosa.c
574F: hw/arm/z2.c
575F: hw/*/pxa2xx*
f7e242d6 576F: hw/misc/mst_fpga.c
ed0db866 577F: include/hw/arm/pxa.h
fd5d5c56
AL
578
579Stellaris
1ce9ce6a 580M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 581L: qemu-arm@nongnu.org
fd5d5c56 582S: Maintained
8d8b636d 583F: hw/*/stellaris*
fd5d5c56
AL
584
585Versatile PB
1ce9ce6a 586M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 587L: qemu-arm@nongnu.org
fd5d5c56 588S: Maintained
8d8b636d 589F: hw/*/versatile*
c6427ff7 590F: hw/misc/arm_sysctl.c
fd5d5c56 591
e3260506 592Xilinx Zynq
cc0100f4 593M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
c22e580c 594M: Alistair Francis <alistair@alistair23.me>
b4f2bd1c 595L: qemu-arm@nongnu.org
e3260506 596S: Maintained
cc0100f4 597F: hw/*/xilinx_*
8d8b636d 598F: hw/*/cadence_*
f7e242d6
TH
599F: hw/misc/zynq*
600F: include/hw/misc/zynq*
cc0100f4 601X: hw/ssi/xilinx_*
e3260506 602
137805f5 603Xilinx ZynqMP
c22e580c 604M: Alistair Francis <alistair@alistair23.me>
cc0100f4 605M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
b4f2bd1c 606L: qemu-arm@nongnu.org
137805f5 607S: Maintained
cc0100f4 608F: hw/*/xlnx*.c
f586d5fc 609F: include/hw/*/xlnx*.h
137805f5 610
8f4d260e
SZ
611ARM ACPI Subsystem
612M: Shannon Zhao <zhaoshenglong@huawei.com>
e59f13d7 613M: Shannon Zhao <shannon.zhaosl@gmail.com>
b4f2bd1c 614L: qemu-arm@nongnu.org
8f4d260e
SZ
615S: Maintained
616F: hw/arm/virt-acpi-build.c
8f4d260e 617
a1f8193b
AF
618STM32F205
619M: Alistair Francis <alistair@alistair23.me>
620S: Maintained
621F: hw/arm/stm32f205_soc.c
622F: hw/misc/stm32f2xx_syscfg.c
623F: hw/char/stm32f2xx_usart.c
624F: hw/timer/stm32f2xx_timer.c
625F: hw/adc/*
626F: hw/ssi/stm32f2xx_spi.c
0e0d345b 627F: include/hw/*/stm32*.h
a1f8193b
AF
628
629Netduino 2
630M: Alistair Francis <alistair@alistair23.me>
631S: Maintained
632F: hw/arm/netduino2.c
633
670bc4cb
SS
634SmartFusion2
635M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
636S: Maintained
637F: hw/arm/msf2-soc.c
638F: hw/misc/msf2-sysreg.c
639F: hw/timer/mss-timer.c
640F: hw/ssi/mss-spi.c
641F: include/hw/arm/msf2-soc.h
642F: include/hw/misc/msf2-sysreg.h
643F: include/hw/timer/mss-timer.h
644F: include/hw/ssi/mss-spi.h
645
646Emcraft M2S-FG484
647M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
648S: Maintained
649F: hw/arm/msf2-som.c
650
f87db1ba
JS
651ASPEED BMCs
652M: Cédric Le Goater <clg@kaod.org>
653R: Andrew Jeffery <andrew@aj.id.au>
654R: Joel Stanley <joel@jms.id.au>
655L: qemu-arm@nongnu.org
656S: Maintained
657F: hw/*/*aspeed*
658F: include/hw/*/*aspeed*
659F: hw/net/ftgmac100.c
660F: include/hw/net/ftgmac100.h
661
fd5d5c56
AL
662CRIS Machines
663-------------
664Axis Dev88
665M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
666S: Maintained
8d8b636d 667F: hw/cris/axis_dev88.c
6e481d57 668F: hw/*/etraxfs_*.c
fd5d5c56 669
07bf23a7
MW
670LM32 Machines
671-------------
672EVR32 and uclinux BSP
673M: Michael Walle <michael@walle.cc>
674S: Maintained
8d8b636d 675F: hw/lm32/lm32_boards.c
07bf23a7 676
d118aa6b
MW
677milkymist
678M: Michael Walle <michael@walle.cc>
679S: Maintained
8d8b636d 680F: hw/lm32/milkymist.c
d118aa6b 681
afcacd53 682M68K Machines
fd5d5c56
AL
683-------------
684an5206
5baf2741
TH
685M: Thomas Huth <huth@tuxfamily.org>
686S: Odd Fixes
8d8b636d 687F: hw/m68k/an5206.c
e9a56114 688F: hw/m68k/mcf5206.c
fd5d5c56 689
fd5d5c56 690mcf5208
5baf2741
TH
691M: Thomas Huth <huth@tuxfamily.org>
692S: Odd Fixes
8d8b636d 693F: hw/m68k/mcf5208.c
e9a56114
TH
694F: hw/m68k/mcf_intc.c
695F: hw/char/mcf_uart.c
696F: hw/net/mcf_fec.c
5baf2741 697F: include/hw/m68k/mcf*.h
fd5d5c56
AL
698
699MicroBlaze Machines
700-------------------
701petalogix_s3adsp1800
702M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
703S: Maintained
6e481d57 704F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 705
d36e8ce7 706petalogix_ml605
4b46ba61 707M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 708S: Maintained
8d8b636d 709F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 710
fd5d5c56
AL
711MIPS Machines
712-------------
713Jazz
714M: Hervé Poussineau <hpoussin@reactos.org>
715S: Maintained
8d8b636d 716F: hw/mips/mips_jazz.c
fd5d5c56
AL
717
718Malta
719M: Aurelien Jarno <aurelien@aurel32.net>
720S: Maintained
8d8b636d 721F: hw/mips/mips_malta.c
fd5d5c56
AL
722
723Mipssim
4872fee2 724M: Aleksandar Markovic <amarkovic@wavecomp.com>
659f42d8 725S: Odd Fixes
8d8b636d 726F: hw/mips/mips_mipssim.c
659f42d8 727F: hw/net/mipsnet.c
fd5d5c56
AL
728
729R4000
730M: Aurelien Jarno <aurelien@aurel32.net>
731S: Maintained
8d8b636d 732F: hw/mips/mips_r4k.c
fd5d5c56 733
659f42d8 734Fulong 2E
4872fee2 735M: Aleksandar Markovic <amarkovic@wavecomp.com>
659f42d8
YK
736S: Odd Fixes
737F: hw/mips/mips_fulong2e.c
0170a3fc 738F: hw/isa/vt82c686.c
4872fee2 739
0170a3fc 740F: include/hw/isa/vt82c686.h
659f42d8
YK
741
742Boston
4872fee2 743M: Paul Burton <pburton@wavecomp.com>
659f42d8
YK
744S: Maintained
745F: hw/core/loader-fit.c
746F: hw/mips/boston.c
747F: hw/pci-host/xilinx-pcie.c
748
945dad6d
JL
749OpenRISC Machines
750-----------------
751or1k-sim
752M: Jia Liu <proljc@gmail.com>
753S: Maintained
754F: hw/openrisc/openrisc_sim.c
755
fd5d5c56
AL
756PowerPC Machines
757----------------
758405
759M: Alexander Graf <agraf@suse.de>
a6c98685 760L: qemu-ppc@nongnu.org
9b9fe135 761S: Odd Fixes
8d8b636d 762F: hw/ppc/ppc405_boards.c
fd5d5c56 763
aaade8d7
AF
764Bamboo
765M: Alexander Graf <agraf@suse.de>
766L: qemu-ppc@nongnu.org
767S: Odd Fixes
8d8b636d 768F: hw/ppc/ppc440_bamboo.c
aaade8d7 769
98cded3a
AF
770e500
771M: Alexander Graf <agraf@suse.de>
98cded3a
AF
772L: qemu-ppc@nongnu.org
773S: Supported
774F: hw/ppc/e500.[hc]
775F: hw/ppc/e500plat.c
b5d55020
TH
776F: include/hw/ppc/ppc_e500.h
777F: include/hw/pci-host/ppce500.h
778F: pc-bios/u-boot.e500
98cded3a
AF
779
780mpc8544ds
781M: Alexander Graf <agraf@suse.de>
98cded3a
AF
782L: qemu-ppc@nongnu.org
783S: Supported
784F: hw/ppc/mpc8544ds.c
8d8b636d 785F: hw/ppc/mpc8544_guts.c
98cded3a 786
fd5d5c56
AL
787New World
788M: Alexander Graf <agraf@suse.de>
a6c98685 789L: qemu-ppc@nongnu.org
fd5d5c56 790S: Maintained
baec1910 791F: hw/ppc/mac_newworld.c
6e481d57
PM
792F: hw/pci-host/uninorth.c
793F: hw/pci-bridge/dec.[hc]
8d8b636d 794F: hw/misc/macio/
6ba16476 795F: hw/misc/mos6522.c
b5d55020 796F: hw/nvram/mac_nvram.c
eba45926 797F: include/hw/misc/macio/
6ba16476 798F: include/hw/misc/mos6522.h
eba45926 799F: include/hw/ppc/mac_dbdma.h
fd5d5c56
AL
800
801Old World
802M: Alexander Graf <agraf@suse.de>
a6c98685 803L: qemu-ppc@nongnu.org
fd5d5c56 804S: Maintained
baec1910 805F: hw/ppc/mac_oldworld.c
6e481d57 806F: hw/pci-host/grackle.c
8d8b636d 807F: hw/misc/macio/
835c42d3 808F: hw/intc/heathrow_pic.c
fd5d5c56 809
ec38d398 810PReP
8178e89c 811M: Hervé Poussineau <hpoussin@reactos.org>
9f38774d 812L: qemu-devel@nongnu.org
a6c98685 813L: qemu-ppc@nongnu.org
8178e89c 814S: Maintained
75610155 815F: hw/ppc/prep.c
8178e89c
HP
816F: hw/ppc/prep_systemio.c
817F: hw/ppc/rs6000_mc.c
6e481d57 818F: hw/pci-host/prep.[hc]
0a9464b5 819F: hw/isa/i82378.c
a48c6b51 820F: hw/isa/pc87312.c
1cd6dccb 821F: hw/dma/i82374.c
cec16f0d 822F: hw/timer/m48t59-isa.c
a48c6b51 823F: include/hw/isa/pc87312.h
cec16f0d 824F: include/hw/timer/m48t59.h
835c42d3 825F: pc-bios/ppc_rom.bin
fd5d5c56 826
300b115c 827sPAPR
085eb217 828M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
829M: Alexander Graf <agraf@suse.de>
830L: qemu-ppc@nongnu.org
831S: Supported
8d8b636d 832F: hw/*/spapr*
f9de2da7
DG
833F: include/hw/*/spapr*
834F: hw/*/xics*
835F: include/hw/*/xics*
836F: pc-bios/spapr-rtas/*
b5d55020
TH
837F: pc-bios/spapr-rtas.bin
838F: pc-bios/slof.bin
bcad45de 839F: pc-bios/skiboot.lid
b5d55020
TH
840F: docs/specs/ppc-spapr-hcalls.txt
841F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
842F: tests/spapr*
843F: tests/libqos/*spapr*
844F: tests/rtas*
845F: tests/libqos/rtas*
8a269ca4 846
794d00bf
AF
847virtex_ml507
848M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
849L: qemu-ppc@nongnu.org
850S: Odd Fixes
6e481d57 851F: hw/ppc/virtex_ml507.c
794d00bf 852
a9dd6604
BZ
853sam460ex
854M: BALATON Zoltan <balaton@eik.bme.hu>
855L: qemu-ppc@nongnu.org
856S: Maintained
857F: hw/ide/sii3112.c
c6f2594c 858F: hw/timer/m41t80.c
a9dd6604 859
fd5d5c56
AL
860SH4 Machines
861------------
862R2D
863M: Magnus Damm <magnus.damm@gmail.com>
864S: Maintained
6e481d57 865F: hw/sh4/r2d.c
81527b94
TH
866F: hw/intc/sh_intc.c
867F: hw/timer/sh_timer.c
fd5d5c56
AL
868
869Shix
870M: Magnus Damm <magnus.damm@gmail.com>
81527b94 871S: Odd Fixes
6e481d57 872F: hw/sh4/shix.c
fd5d5c56
AL
873
874SPARC Machines
875--------------
876Sun4m
f2416d3a 877M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 878S: Maintained
8d8b636d 879F: hw/sparc/sun4m.c
c10a1c78
TH
880F: hw/dma/sparc32_dma.c
881F: hw/dma/sun4m_iommu.c
7098b79e
TH
882F: hw/misc/eccmemctl.c
883F: hw/misc/slavio_misc.c
c10a1c78
TH
884F: include/hw/sparc/sparc32_dma.h
885F: include/hw/sparc/sun4m.h
886F: pc-bios/openbios-sparc32
fd5d5c56
AL
887
888Sun4u
f2416d3a 889M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 890S: Maintained
8d8b636d 891F: hw/sparc64/sun4u.c
c10a1c78 892F: pc-bios/openbios-sparc64
fd5d5c56 893
a2664ca0
AT
894Sun4v
895M: Artyom Tarasenko <atar4qemu@gmail.com>
896S: Maintained
626e4a4b 897F: hw/sparc64/niagara.c
a2664ca0
AT
898F: hw/timer/sun4v-rtc.c
899F: include/hw/timer/sun4v-rtc.h
900
ce6c760c
FC
901Leon3
902M: Fabien Chouteau <chouteau@adacore.com>
903S: Maintained
8d8b636d
PB
904F: hw/sparc/leon3.c
905F: hw/*/grlib*
c10a1c78 906F: include/hw/sparc/grlib.h
ce6c760c 907
fd5d5c56
AL
908S390 Machines
909-------------
dd4ad64a 910S390 Virtio-ccw
c1976ae7 911M: Cornelia Huck <cohuck@redhat.com>
b304bf00 912M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
913M: Alexander Graf <agraf@suse.de>
914S: Supported
0c6aa7ee 915F: hw/char/sclp*.[hc]
9d1c4449 916F: hw/char/terminal3270.c
c5bfb202 917F: hw/s390x/
4277af19 918F: include/hw/s390x/
c5bfb202 919F: hw/watchdog/wdt_diag288.c
1e4738b2 920F: include/hw/watchdog/wdt_diag288.h
1e4738b2 921F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
922T: git git://github.com/cohuck/qemu.git s390-next
923T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 924L: qemu-s390x@nongnu.org
dd4ad64a 925
304584bf
CH
926S390-ccw Bios
927M: Christian Borntraeger <borntraeger@de.ibm.com>
928M: Thomas Huth <thuth@redhat.com>
929S: Supported
930F: pc-bios/s390-ccw/
931F: pc-bios/s390-ccw.img
932T: git git://github.com/borntraeger/qemu.git s390-next
933L: qemu-s390x@nongnu.org
934
ab9528ca
GX
935UniCore32 Machines
936-------------
937PKUnity-3 SoC initramfs-with-busybox
938M: Guan Xuetao <gxt@mprc.pku.edu.cn>
939S: Maintained
8d8b636d 940F: hw/*/puv3*
ab9528ca
GX
941F: hw/unicore32/
942
fd5d5c56
AL
943X86 Machines
944------------
945PC
046a6486 946M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 947M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 948S: Supported
046a6486
MT
949F: include/hw/i386/
950F: hw/i386/
951F: hw/pci-host/piix.c
952F: hw/pci-host/q35.c
953F: hw/pci-host/pam.c
954F: include/hw/pci-host/q35.h
955F: include/hw/pci-host/pam.h
956F: hw/isa/piix4.c
957F: hw/isa/lpc_ich9.c
958F: hw/i2c/smbus_ich9.c
959F: hw/acpi/piix4.c
960F: hw/acpi/ich9.c
961F: include/hw/acpi/ich9.h
f586d5fc 962F: include/hw/acpi/piix4.h
9cc3b73c
PB
963F: hw/misc/sga.c
964
965PC Chipset
966M: Michael S. Tsirkin <mst@redhat.com>
967M: Paolo Bonzini <pbonzini@redhat.com>
1732be86 968S: Supported
9cc3b73c 969F: hw/char/debugcon.c
bb3d5ea8 970F: hw/char/parallel*
9cc3b73c
PB
971F: hw/char/serial*
972F: hw/dma/i8257*
973F: hw/i2c/pm_smbus.c
1732be86 974F: hw/input/pckbd.c
9cc3b73c
PB
975F: hw/intc/apic*
976F: hw/intc/ioapic*
977F: hw/intc/i8259*
1854eb28 978F: hw/isa/isa-superio.c
9cc3b73c
PB
979F: hw/misc/debugexit.c
980F: hw/misc/pc-testdev.c
981F: hw/timer/hpet*
982F: hw/timer/i8254*
983F: hw/timer/mc146818rtc*
edc46aff 984F: hw/watchdog/wdt_ib700.c
866e2b37 985F: include/hw/display/vga.h
bb3d5ea8 986F: include/hw/char/parallel.h
55f613ac 987F: include/hw/dma/i8257.h
a2feb348 988F: include/hw/i2c/pm_smbus.h
47973a2d 989F: include/hw/input/i8042.h
1854eb28 990F: include/hw/isa/superio.h
a2feb348
TH
991F: include/hw/timer/hpet.h
992F: include/hw/timer/i8254*
993F: include/hw/timer/mc146818rtc*
046a6486 994
5da4fb00
MT
995Machine core
996M: Eduardo Habkost <ehabkost@redhat.com>
fe355cbd 997M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
5da4fb00
MT
998S: Supported
999F: hw/core/machine.c
c1629c5c 1000F: hw/core/null-machine.c
5da4fb00 1001F: include/hw/boards.h
e3d038b8 1002T: git git://github.com/ehabkost/qemu.git machine-next
fd5d5c56 1003
16e7caae
MF
1004Xtensa Machines
1005---------------
375847a6 1006sim
16e7caae
MF
1007M: Max Filippov <jcmvbkbc@gmail.com>
1008S: Maintained
437a8c11 1009F: hw/xtensa/sim.c
375847a6 1010
437a8c11 1011XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
1012M: Max Filippov <jcmvbkbc@gmail.com>
1013S: Maintained
437a8c11
MF
1014F: hw/xtensa/xtfpga.c
1015F: hw/net/opencores_eth.c
16e7caae 1016
fd5d5c56
AL
1017Devices
1018-------
b30934cb
JS
1019EDU
1020M: Jiri Slaby <jslaby@suse.cz>
1021S: Maintained
1022F: hw/misc/edu.c
1023
fd5d5c56 1024IDE
c095348b
JS
1025M: John Snow <jsnow@redhat.com>
1026L: qemu-block@nongnu.org
1027S: Supported
8d8b636d 1028F: include/hw/ide.h
c9f7acd5 1029F: include/hw/ide/
fd5d5c56 1030F: hw/ide/
c095348b
JS
1031F: hw/block/block.c
1032F: hw/block/cdrom.c
1033F: hw/block/hd-geometry.c
1034F: tests/ide-test.c
1035F: tests/ahci-test.c
edc35b3d 1036F: tests/cdrom-test.c
aee50319 1037F: tests/libqos/ahci*
c095348b
JS
1038T: git git://github.com/jnsnow/qemu.git ide
1039
caf316ba
CM
1040IPMI
1041M: Corey Minyard <minyard@acm.org>
1042S: Maintained
1043F: include/hw/ipmi/*
1044F: hw/ipmi/*
1045F: hw/smbios/smbios_type_38.c
1046F: tests/ipmi*
1047T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1048
c095348b
JS
1049Floppy
1050M: John Snow <jsnow@redhat.com>
1051L: qemu-block@nongnu.org
1052S: Supported
1053F: hw/block/fdc.c
1054F: include/hw/block/fdc.h
aee50319 1055F: tests/fdc-test.c
c095348b 1056T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 1057
f5f487b2
PM
1058OMAP
1059M: Peter Maydell <peter.maydell@linaro.org>
1060S: Maintained
8d8b636d 1061F: hw/*/omap*
ed0db866 1062F: include/hw/arm/omap.h
f5f487b2 1063
28d54e58
PB
1064IPack
1065M: Alberto Garcia <berto@igalia.com>
1066S: Odd Fixes
1067F: hw/char/ipoctal232.c
1068F: hw/ipack/
1069
fd5d5c56
AL
1070PCI
1071M: Michael S. Tsirkin <mst@redhat.com>
fe355cbd 1072M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
fd5d5c56 1073S: Supported
8d8b636d 1074F: include/hw/pci/*
f178bc6b 1075F: hw/misc/pci-testdev.c
ca818cfb 1076F: hw/pci/*
f178bc6b 1077F: hw/pci-bridge/*
68179923
PMD
1078F: docs/pci*
1079F: docs/specs/*pci*
534fd814 1080F: default-configs/pci.mak
0e0b3592 1081
d31e5ae7 1082ACPI/SMBIOS
0e0b3592
MT
1083M: Michael S. Tsirkin <mst@redhat.com>
1084M: Igor Mammedov <imammedo@redhat.com>
1085S: Supported
1086F: include/hw/acpi/*
d31e5ae7 1087F: include/hw/smbios/*
0e0b3592 1088F: hw/mem/*
8d8b636d 1089F: hw/acpi/*
d31e5ae7 1090F: hw/smbios/*
0e0b3592 1091F: hw/i386/acpi-build.[hc]
0e0b3592 1092F: hw/arm/virt-acpi-build.c
3248f1b4
BW
1093F: tests/bios-tables-test.c
1094F: tests/acpi-utils.[hc]
fd5d5c56 1095
aaade8d7
AF
1096ppc4xx
1097M: Alexander Graf <agraf@suse.de>
1098L: qemu-ppc@nongnu.org
1099S: Odd Fixes
8d8b636d 1100F: hw/ppc/ppc4*.c
aa3a41f9 1101F: hw/i2c/ppc4xx_i2c.c
b5d55020 1102F: include/hw/ppc/ppc4xx.h
aa3a41f9 1103F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1104
98cded3a
AF
1105ppce500
1106M: Alexander Graf <agraf@suse.de>
98cded3a
AF
1107L: qemu-ppc@nongnu.org
1108S: Supported
6e481d57 1109F: hw/ppc/e500*
566dd236
PB
1110F: hw/pci-host/ppce500.c
1111F: hw/net/fsl_etsec/
98cded3a 1112
61af0ee6
PB
1113Character devices
1114M: Paolo Bonzini <pbonzini@redhat.com>
1115S: Odd Fixes
1116F: hw/char/
1117
f536f112
PB
1118Network devices
1119M: Jason Wang <jasowang@redhat.com>
1120S: Odd Fixes
1121F: hw/net/
6061b5c6 1122F: include/hw/net/
6bd7776c 1123F: tests/virtio-net-test.c
f536f112
PB
1124T: git git://github.com/jasowang/qemu.git net
1125
fd5d5c56 1126SCSI
de7724f7 1127M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1128R: Fam Zheng <famz@redhat.com>
de7724f7 1129S: Supported
74460f34 1130F: include/hw/scsi/*
8d8b636d 1131F: hw/scsi/*
6bd7776c 1132F: tests/virtio-scsi-test.c
1ab09a40 1133T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7 1134
fcb5629d 1135SSI
4b46ba61 1136M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
c22e580c 1137M: Alistair Francis <alistair@alistair23.me>
fcb5629d 1138S: Maintained
8d8b636d
PB
1139F: hw/ssi/*
1140F: hw/block/m25p80.c
982d009a 1141F: include/hw/ssi/ssi.h
4b46ba61 1142X: hw/ssi/xilinx_*
982d009a 1143F: tests/m25p80-test.c
4b46ba61
AF
1144
1145Xilinx SPI
c22e580c 1146M: Alistair Francis <alistair@alistair23.me>
4b46ba61
AF
1147M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1148S: Maintained
1149F: hw/ssi/xilinx_*
fcb5629d 1150
076a0fc3
PMD
1151SD (Secure Card)
1152M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1153S: Odd Fixes
1154F: include/hw/sd/sd*
1155F: hw/sd/core.c
1156F: hw/sd/sd*
1157F: tests/sd*
1158
fd5d5c56 1159USB
5d0d62fe
GH
1160M: Gerd Hoffmann <kraxel@redhat.com>
1161S: Maintained
8d8b636d 1162F: hw/usb/*
28edfce0 1163F: tests/usb-*-test.c
beded0ff
TH
1164F: docs/usb2.txt
1165F: docs/usb-storage.txt
1166F: include/hw/usb.h
1167F: include/hw/usb/
104ebc5f 1168F: default-configs/usb.mak
fd5d5c56 1169
e26082fd
PB
1170USB (serial adapter)
1171M: Gerd Hoffmann <kraxel@redhat.com>
1172M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1173S: Maintained
1174F: hw/usb/dev-serial.c
1175
92e1fb5e
AW
1176VFIO
1177M: Alex Williamson <alex.williamson@redhat.com>
1178S: Supported
cf7087db 1179F: hw/vfio/*
99b88c6d 1180F: include/hw/vfio/
92e1fb5e 1181
5eb74557 1182vfio-ccw
c1976ae7 1183M: Cornelia Huck <cohuck@redhat.com>
5eb74557
DJS
1184S: Supported
1185F: hw/vfio/ccw.c
1186F: hw/s390x/s390-ccw.c
1187F: include/hw/s390x/s390-ccw.h
1188T: git git://github.com/cohuck/qemu.git s390-next
146bd283 1189L: qemu-s390x@nongnu.org
5eb74557 1190
fd5d5c56
AL
1191vhost
1192M: Michael S. Tsirkin <mst@redhat.com>
1193S: Supported
8d8b636d 1194F: hw/*/*vhost*
37f8043d 1195F: docs/interop/vhost-user.txt
fd5d5c56
AL
1196
1197virtio
a75143ed 1198M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1199S: Supported
8d8b636d 1200F: hw/*/virtio*
72fa605d
TH
1201F: hw/virtio/Makefile.objs
1202F: hw/virtio/trace-events
6a084ea3 1203F: net/vhost-user.c
494f7b57 1204F: include/hw/virtio/
6bd7776c 1205F: tests/virtio-balloon-test.c
fd5d5c56
AL
1206
1207virtio-9p
8c1cd719 1208M: Greg Kurz <groug@kaod.org>
fd5d5c56 1209S: Supported
aebeca25
AF
1210F: hw/9pfs/
1211F: fsdev/
2d888c09 1212F: tests/virtio-9p-test.c
8c1cd719 1213T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1214
1215virtio-blk
54d01a00 1216M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1217L: qemu-block@nongnu.org
fd5d5c56 1218S: Supported
8d8b636d 1219F: hw/block/virtio-blk.c
b457a5f5 1220F: hw/block/dataplane/*
6bd7776c 1221F: tests/virtio-blk-test.c
b457a5f5 1222T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1223
dd4ad64a 1224virtio-ccw
c1976ae7 1225M: Cornelia Huck <cohuck@redhat.com>
b304bf00 1226M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1227S: Supported
1228F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1229T: git git://github.com/cohuck/qemu.git s390-next
1230T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 1231L: qemu-s390x@nongnu.org
dd4ad64a 1232
a5d4d7b5
GH
1233virtio-input
1234M: Gerd Hoffmann <kraxel@redhat.com>
1235S: Maintained
1236F: hw/input/virtio-input*.c
1237F: include/hw/virtio/virtio-input.h
1238
fd5d5c56 1239virtio-serial
cee887d9 1240M: Amit Shah <amit@kernel.org>
fd5d5c56 1241S: Supported
8d8b636d
PB
1242F: hw/char/virtio-serial-bus.c
1243F: hw/char/virtio-console.c
68a5e38a 1244F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1245F: tests/virtio-console-test.c
1246F: tests/virtio-serial-test.c
fd5d5c56 1247
1f51a5cb 1248virtio-rng
cee887d9 1249M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1250S: Supported
1251F: hw/virtio/virtio-rng.c
1252F: include/hw/virtio/virtio-rng.h
750cf869 1253F: include/sysemu/rng*.h
1f51a5cb 1254F: backends/rng*.c
6bd7776c 1255F: tests/virtio-rng-test.c
1f51a5cb 1256
6034011c
GA
1257virtio-crypto
1258M: Gonglei <arei.gonglei@huawei.com>
1259S: Supported
1260F: hw/virtio/virtio-crypto.c
1261F: hw/virtio/virtio-crypto-pci.c
1262F: include/hw/virtio/virtio-crypto.h
1263
f3c507ad
KB
1264nvme
1265M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1266L: qemu-block@nongnu.org
f3c507ad
KB
1267S: Supported
1268F: hw/block/nvme*
fc967791 1269F: tests/nvme-test.c
f3c507ad 1270
d383c625 1271megasas
3fdfb8b6 1272M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1273L: qemu-block@nongnu.org
d383c625
HR
1274S: Supported
1275F: hw/scsi/megasas.c
1276F: hw/scsi/mfi.h
3fdfb8b6 1277F: tests/megasas-test.c
d383c625 1278
605d52e6 1279Network packet abstractions
bf4835a4 1280M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1281S: Maintained
1282F: include/net/eth.h
1283F: net/eth.c
1284F: hw/net/net_rx_pkt*
1285F: hw/net/net_tx_pkt*
1286
622fb504 1287Vmware
bf4835a4 1288M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1289S: Maintained
1290F: hw/net/vmxnet*
1291F: hw/scsi/vmw_pvscsi*
5a49c1b3 1292F: tests/vmxnet3-test.c
622fb504 1293
de24d3f1 1294Rocker
de24d3f1
SF
1295M: Jiri Pirko <jiri@resnulli.us>
1296S: Maintained
1297F: hw/net/rocker/
de850948
TH
1298F: tests/rocker/
1299F: docs/specs/rocker.txt
de24d3f1 1300
70d1fb9c 1301NVDIMM
7a5bd53d 1302M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1303S: Maintained
1304F: hw/acpi/nvdimm.c
1305F: hw/mem/nvdimm.c
1306F: include/hw/mem/nvdimm.h
1307
093454e2 1308e1000x
bf4835a4 1309M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1310S: Maintained
1311F: hw/net/e1000x*
1312
6f3fbe4e 1313e1000e
bf4835a4 1314M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1315S: Maintained
1316F: hw/net/e1000e*
1317
ebc2327f
SW
1318eepro100
1319M: Stefan Weil <sw@weilnetz.de>
1320S: Maintained
1321F: hw/net/eepro100.c
1322
e481a1f6 1323Generic Loader
c22e580c 1324M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1325S: Maintained
1326F: hw/core/generic-loader.c
1327F: include/hw/core/generic-loader.h
c5e2ac7e 1328F: docs/generic-loader.txt
e481a1f6 1329
645d3cbe
SH
1330Intel Hexadecimal Object File Loader
1331M: Su Hang <suhang16@mails.ucas.ac.cn>
1332S: Maintained
1333F: tests/hexloader-test.c
1334F: tests/hex-loader-check-data/test.hex
1335
87a9023a
TH
1336CHRP NVRAM
1337M: Thomas Huth <thuth@redhat.com>
1338S: Maintained
1339F: hw/nvram/chrp_nvram.c
1340F: include/hw/nvram/chrp_nvram.h
1341F: tests/prom-env-test.c
1342
42697d88
BW
1343VM Generation ID
1344M: Ben Warren <ben@skyportsystems.com>
1345S: Maintained
1346F: hw/acpi/vmgenid.c
1347F: include/hw/acpi/vmgenid.h
1348F: docs/specs/vmgenid.txt
1349F: tests/vmgenid-test.c
1350F: stubs/vmgenid.c
1351
747969db
PMD
1352Unimplemented device
1353M: Peter Maydell <peter.maydell@linaro.org>
1354R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1355S: Maintained
1356F: include/hw/misc/unimp.h
1357F: hw/misc/unimp.c
1358
dbb2e472
GH
1359Standard VGA
1360M: Gerd Hoffmann <kraxel@redhat.com>
1361S: Maintained
1362F: hw/display/vga*
1363F: hw/display/bochs-display.c
1364F: include/hw/display/vga.h
1365F: include/hw/display/bochs-vbe.h
1366
58d632c7
GH
1367ramfb
1368M: Gerd Hoffmann <kraxel@redhat.com>
1369S: Maintained
1370F: hw/display/ramfb*.c
1371F: include/hw/display/ramfb.h
1372
dbb2e472
GH
1373virtio-gpu
1374M: Gerd Hoffmann <kraxel@redhat.com>
1375S: Maintained
1376F: hw/display/virtio-gpu*
1377F: hw/display/virtio-vga.c
1378F: include/hw/virtio/virtio-gpu.h
1379
1380Cirrus VGA
1381M: Gerd Hoffmann <kraxel@redhat.com>
1382S: Odd Fixes
1383W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1384F: hw/display/cirrus*
1385
fd5d5c56
AL
1386Subsystems
1387----------
1388Audio
9f575846 1389M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1390S: Maintained
1391F: audio/
8d8b636d 1392F: hw/audio/
a2b245ae 1393F: include/hw/audio/
d7b50c0c 1394F: tests/ac97-test.c
8fa74c94 1395F: tests/es1370-test.c
fbaf445a 1396F: tests/intel-hda-test.c
fd5d5c56 1397
17f1e8f5 1398Block layer core
fd5d5c56 1399M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1400M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1401L: qemu-block@nongnu.org
fd5d5c56
AL
1402S: Supported
1403F: block*
1404F: block/
8d8b636d 1405F: hw/block/
4c346e0b 1406F: include/block/
46078760
KW
1407F: qemu-img*
1408F: qemu-io*
29242091 1409F: tests/qemu-iotests/
8dd30c86 1410F: util/qemu-progress.c
0bcc8e5b
MA
1411F: qobject/block-qdict.c
1412F: test/check-block-qdict.c
d48addda 1413T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1414
d55053b1
SH
1415Block I/O path
1416M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1417M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1418L: qemu-block@nongnu.org
1419S: Supported
36c697bd
PB
1420F: util/async.c
1421F: util/aio-*.c
d55053b1
SH
1422F: block/io.c
1423F: migration/block*
e1029ae2 1424F: include/block/aio.h
f5a53faa 1425F: include/block/aio-wait.h
0a4f9ad1 1426F: scripts/qemugdb/aio.py
d55053b1
SH
1427T: git git://github.com/stefanha/qemu.git block
1428
e5b5728c
PB
1429Block SCSI subsystem
1430M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1431R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1432L: qemu-block@nongnu.org
1433S: Supported
1434F: include/scsi/*
1435F: scsi/*
1436
280458a3
JC
1437Block Jobs
1438M: Jeff Cody <jcody@redhat.com>
1439L: qemu-block@nongnu.org
1440S: Supported
1441F: blockjob.c
1442F: include/block/blockjob.h
33e9e9bd 1443F: job.c
1a90bc81 1444F: job-qmp.c
33e9e9bd 1445F: include/block/job.h
280458a3
JC
1446F: block/backup.c
1447F: block/commit.c
77346025 1448F: block/stream.c
280458a3 1449F: block/mirror.c
bf42508f 1450F: qapi/job.json
280458a3
JC
1451T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1452
4120201d
MA
1453Block QAPI, monitor, command line
1454M: Markus Armbruster <armbru@redhat.com>
1455S: Supported
1456F: blockdev.c
1457F: block/qapi.c
1458F: qapi/block*.json
fa988e39 1459F: qapi/transaction.json
4120201d
MA
1460T: git git://repo.or.cz/qemu/armbru.git block-next
1461
538193bc
JS
1462Dirty Bitmaps
1463M: Fam Zheng <famz@redhat.com>
1464M: John Snow <jsnow@redhat.com>
1465L: qemu-block@nongnu.org
1466S: Supported
1467F: util/hbitmap.c
1468F: block/dirty-bitmap.c
1469F: include/qemu/hbitmap.h
1470F: include/block/dirty-bitmap.h
1471F: tests/test-hbitmap.c
5746c1cd 1472F: docs/interop/bitmaps.rst
538193bc
JS
1473T: git git://github.com/famz/qemu.git bitmaps
1474T: git git://github.com/jnsnow/qemu.git bitmaps
1475
61af0ee6 1476Character device backends
da26f37a 1477M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1478M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1479S: Maintained
178fe0ae 1480F: chardev/
8228e353 1481F: include/chardev/
dbeee392 1482F: qapi/char.json
fd5d5c56 1483
e26082fd
PB
1484Character Devices (Braille)
1485M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1486S: Maintained
6b10e573 1487F: chardev/baum.c
fd5d5c56 1488
e94630d3
MA
1489Command line option argument parsing
1490M: Markus Armbruster <armbru@redhat.com>
1491S: Supported
1492F: include/qemu/option.h
1493F: tests/test-keyval.c
1494F: tests/test-qemu-opts.c
1495F: util/keyval.c
1496F: util/qemu-option.c
1497
8c413e79
MA
1498Coverity model
1499M: Markus Armbruster <armbru@redhat.com>
1500S: Supported
1501F: scripts/coverity-model.c
1502
f2ca0524 1503CPU
12b0e69c 1504L: qemu-devel@nongnu.org
f2ca0524
AF
1505S: Supported
1506F: qom/cpu.c
6e481d57 1507F: include/qom/cpu.h
f2ca0524 1508
d24b569a 1509Device Tree
4b46ba61 1510M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1511M: Alexander Graf <agraf@suse.de>
1512S: Maintained
82407515
TH
1513F: device_tree.c
1514F: include/sysemu/device_tree.h
d24b569a 1515
3505a22b
MAL
1516Dump
1517S: Supported
1518M: Marc-André Lureau <marcandre.lureau@redhat.com>
1519F: dump.c
1520F: hw/misc/vmcoreinfo.c
1521F: include/hw/misc/vmcoreinfo.h
1522F: include/sysemu/dump-arch.h
1523F: include/sysemu/dump.h
1524F: scripts/dump-guest-memory.py
1525F: stubs/dump.c
1526
4f966768
MA
1527Error reporting
1528M: Markus Armbruster <armbru@redhat.com>
1529S: Supported
1530F: include/qapi/error.h
1531F: include/qemu/error-report.h
1532F: util/error.c
1533F: util/qemu-error.c
1534
fd5d5c56 1535GDB stub
5dd4a88c 1536L: qemu-devel@nongnu.org
fd5d5c56
AL
1537S: Odd Fixes
1538F: gdbstub*
1539F: gdb-xml/
1540
01a9c03c
PB
1541Memory API
1542M: Paolo Bonzini <pbonzini@redhat.com>
1543S: Supported
1544F: include/exec/ioport.h
1545F: ioport.c
1546F: include/exec/memory.h
2b1641d0 1547F: include/exec/ram_addr.h
01a9c03c
PB
1548F: memory.c
1549F: include/exec/memory-internal.h
1550F: exec.c
1551
7ee3bf03
GH
1552SPICE
1553M: Gerd Hoffmann <kraxel@redhat.com>
1554S: Supported
6e481d57 1555F: include/ui/qemu-spice.h
438528a3 1556F: include/ui/spice-display.h
7ee3bf03
GH
1557F: ui/spice-*.c
1558F: audio/spiceaudio.c
8d8b636d 1559F: hw/display/qxl*
608cfed6 1560F: qapi/ui.json
7ee3bf03 1561
fd5d5c56 1562Graphics
25eccc37
GH
1563M: Gerd Hoffmann <kraxel@redhat.com>
1564S: Odd Fixes
fd5d5c56 1565F: ui/
e220656c 1566F: include/ui/
608cfed6 1567F: qapi/ui.json
fd5d5c56 1568
351f1bf6 1569Cocoa graphics
30ef3c74 1570M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1571S: Odd Fixes
1572F: ui/cocoa.m
1573
fd5d5c56 1574Main loop
da26f37a
PB
1575M: Paolo Bonzini <pbonzini@redhat.com>
1576S: Maintained
1577F: cpus.c
3ecb29a3
PB
1578F: util/main-loop.c
1579F: util/qemu-timer.c
fd5d5c56 1580F: vl.c
0e201d34 1581F: qapi/run-state.json
fd5d5c56 1582
8899b4ae 1583Human Monitor (HMP)
c833fb4a 1584M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1585S: Maintained
fd5d5c56 1586F: monitor.c
c13e9912
TH
1587F: hmp.[ch]
1588F: hmp-commands*.hx
1589F: include/monitor/hmp-target.h
bbcee372 1590F: tests/test-hmp.c
fd5d5c56 1591
f536f112 1592Network device backends
442469e6 1593M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1594S: Maintained
1595F: net/
d24b2b1c 1596F: include/net/
5fc51cc3 1597T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1598F: qapi/net.json
fd5d5c56 1599
aee09baf
VM
1600Netmap network backend
1601M: Luigi Rizzo <rizzo@iet.unipi.it>
1602M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1603M: Vincenzo Maffione <v.maffione@gmail.com>
1604W: http://info.iet.unipi.it/~luigi/netmap/
1605S: Maintained
1606F: net/netmap.c
1607
2f54eb98
EH
1608NUMA
1609M: Eduardo Habkost <ehabkost@redhat.com>
1610S: Maintained
1611F: numa.c
1612F: include/sysemu/numa.h
e3d038b8 1613T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1614
4fc264f4
EH
1615Host Memory Backends
1616M: Eduardo Habkost <ehabkost@redhat.com>
1617M: Igor Mammedov <imammedo@redhat.com>
1618S: Maintained
1619F: backends/hostmem*.c
1620F: include/sysemu/hostmem.h
e3d038b8 1621T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1622
6034011c
GA
1623Cryptodev Backends
1624M: Gonglei <arei.gonglei@huawei.com>
1625S: Maintained
1626F: include/sysemu/cryptodev*.h
1627F: backends/cryptodev*.c
1628
ad904f66
EH
1629Python scripts
1630M: Eduardo Habkost <ehabkost@redhat.com>
1631M: Cleber Rosa <crosa@redhat.com>
1632S: Odd fixes
1633F: scripts/qmp/*
1634F: scripts/*.py
1635F: tests/*.py
1636
8899b4ae 1637QAPI
9740618c 1638M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1639M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1640S: Supported
8899b4ae 1641F: qapi/
0311c5bd 1642X: qapi/*.json
ac4abb9a
MA
1643F: include/qapi/
1644X: include/qapi/qmp/
1645F: include/qapi/qmp/dispatch.h
c0bd0b50 1646F: tests/qapi-schema/
ac4abb9a 1647F: tests/test-*-visitor.c
e94630d3 1648F: tests/test-qapi-*.c
ac4abb9a 1649F: tests/test-qmp-*.c
e94630d3 1650F: tests/test-visitor-serialization.c
be25fcc4
MA
1651F: scripts/qapi-gen.py
1652F: scripts/qapi/*
c39cdbf6 1653F: docs/devel/qapi*
9740618c 1654T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1655
7810d291
LC
1656QAPI Schema
1657M: Eric Blake <eblake@redhat.com>
7810d291
LC
1658M: Markus Armbruster <armbru@redhat.com>
1659S: Supported
1660F: qapi-schema.json
0311c5bd 1661F: qapi/*.json
9740618c 1662T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1663
f3582ba4 1664QObject
daf5dc78
MA
1665M: Markus Armbruster <armbru@redhat.com>
1666S: Supported
f3582ba4 1667F: qobject/
7735d2b5
MA
1668F: include/qapi/qmp/
1669X: include/qapi/qmp/dispatch.h
a2f3453e 1670F: scripts/coccinelle/qobject.cocci
7735d2b5 1671F: tests/check-qdict.c
01b2ffce 1672F: tests/check-qnum.c
7735d2b5
MA
1673F: tests/check-qjson.c
1674F: tests/check-qlist.c
1675F: tests/check-qstring.c
daf5dc78 1676T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1677
f05d9999
MR
1678QEMU Guest Agent
1679M: Michael Roth <mdroth@linux.vnet.ibm.com>
1680S: Maintained
1681F: qga/
ab7f9f7d
PMD
1682F: qemu-ga.texi
1683F: scripts/qemu-guest-agent/
1684F: tests/test-qga.c
1685F: docs/interop/qemu-ga-ref.texi
f05d9999
MR
1686T: git git://github.com/mdroth/qemu.git qga
1687
4688c94c 1688QOM
4688c94c
AF
1689M: Andreas Färber <afaerber@suse.de>
1690S: Supported
1691T: git git://github.com/afaerber/qemu-cpu.git qom-next
1692F: include/qom/
1693X: include/qom/cpu.h
1694F: qom/
1695X: qom/cpu.c
9f4aa7ce
AF
1696F: tests/check-qom-interface.c
1697F: tests/check-qom-proplist.c
4688c94c
AF
1698F: tests/qom-test.c
1699
8899b4ae 1700QMP
9740618c
LC
1701M: Markus Armbruster <armbru@redhat.com>
1702S: Supported
8899b4ae
LC
1703F: qmp.c
1704F: monitor.c
c39cdbf6 1705F: docs/devel/*qmp-*
9740618c 1706F: scripts/qmp/
f66e7ac8 1707F: tests/qmp-test.c
9740618c 1708T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1709
cc0100f4 1710Register API
c22e580c 1711M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
1712S: Maintained
1713F: hw/core/register.c
1714F: include/hw/register.h
06a7b243 1715F: include/hw/registerfields.h
cc0100f4 1716
fd5d5c56 1717SLIRP
eda509fa 1718M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1719M: Jan Kiszka <jan.kiszka@siemens.com>
1720S: Maintained
fd5d5c56 1721F: slirp/
663fb1e1 1722F: net/slirp.c
d24b2b1c 1723F: include/net/slirp.h
02cffe24 1724T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 1725T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1726
b1ed728a
PB
1727Stubs
1728M: Paolo Bonzini <pbonzini@redhat.com>
1729S: Maintained
1730F: stubs/
1731
598a3f35 1732Tracing
1cd0f8ce 1733M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1734S: Maintained
1735F: trace/
0e076292
TH
1736F: trace-events
1737F: qemu-option-trace.texi
f70fd8fd
LV
1738F: scripts/tracetool.py
1739F: scripts/tracetool/
c39cdbf6 1740F: docs/devel/tracing.txt
1ab09a40 1741T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1742
3859b6cf 1743TPM
6b4f250b
SB
1744M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1745S: Maintained
3859b6cf 1746F: tpm.c
c39f95dc 1747F: stubs/tpm.c
3859b6cf
MA
1748F: hw/tpm/*
1749F: include/hw/acpi/tpm.h
1750F: include/sysemu/tpm*
1751F: qapi/tpm.json
6b4f250b 1752F: backends/tpm.c
adb0e917 1753F: tests/*tpm*
d3e21650 1754T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1755
14f40fdc 1756Checkpatch
14f40fdc
BS
1757S: Odd Fixes
1758F: scripts/checkpatch.pl
1759
c0787c8d
JQ
1760Migration
1761M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1762M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1763S: Maintained
1764F: include/migration/
44a1f946 1765F: migration/
c5515640
AS
1766F: scripts/vmstate-static-checker.py
1767F: tests/vmstate-static-checker-data/
2656bfd9 1768F: tests/migration-test.c
c39cdbf6 1769F: docs/devel/migration.txt
48685a8e 1770F: qapi/migration.json
c0787c8d 1771
92bfedb0 1772Seccomp
064983cb 1773M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1774S: Supported
1775F: qemu-seccomp.c
1776F: include/sysemu/seccomp.h
1777
ddbb0d09
DB
1778Cryptography
1779M: Daniel P. Berrange <berrange@redhat.com>
1780S: Maintained
1781F: crypto/
1782F: include/crypto/
1783F: tests/test-crypto-*
3947ecfc 1784F: tests/benchmark-crypto-*
899833cd 1785F: qemu.sasl
ddbb0d09 1786
10817bf0
DB
1787Coroutines
1788M: Stefan Hajnoczi <stefanha@redhat.com>
1789M: Kevin Wolf <kwolf@redhat.com>
1790F: util/*coroutine*
1791F: include/qemu/coroutine*
1792F: tests/test-coroutine.c
1793
88c5f205
DB
1794Buffers
1795M: Daniel P. Berrange <berrange@redhat.com>
1796S: Odd fixes
1797F: util/buffer.c
1798F: include/qemu/buffer.h
1799
666a3af9
DB
1800I/O Channels
1801M: Daniel P. Berrange <berrange@redhat.com>
1802S: Maintained
1803F: io/
1804F: include/io/
1805F: tests/test-io-*
1806
5614a283
GH
1807Sockets
1808M: Daniel P. Berrange <berrange@redhat.com>
1809M: Gerd Hoffmann <kraxel@redhat.com>
1810M: Paolo Bonzini <pbonzini@redhat.com>
1811S: Maintained
1812F: include/qemu/sockets.h
1813F: util/qemu-sockets.c
a2ff5a48 1814F: qapi/sockets.json
5614a283 1815
d310d85b
AG
1816Throttling infrastructure
1817M: Alberto Garcia <berto@igalia.com>
1818S: Supported
1819F: block/throttle-groups.c
1820F: include/block/throttle-groups.h
89603938 1821F: include/qemu/throttle*.h
d310d85b 1822F: util/throttle.c
89603938
PMD
1823F: docs/throttle.txt
1824F: tests/test-throttle.c
d310d85b
AG
1825L: qemu-block@nongnu.org
1826
080d7aac
FZ
1827UUID
1828M: Fam Zheng <famz@redhat.com>
1829S: Supported
1830F: util/uuid.c
1831F: include/qemu/uuid.h
1832F: tests/test-uuid.c
1833
a4cc318e
HZ
1834COLO Framework
1835M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1836S: Maintained
1837F: migration/colo*
1838F: include/migration/colo.h
1839F: include/migration/failover.h
1840F: docs/COLO-FT.txt
1841
88f82ed1 1842COLO Proxy
b38576cd 1843M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1844M: Li Zhijian <lizhijian@cn.fujitsu.com>
1845S: Supported
1846F: docs/colo-proxy.txt
1847F: net/colo*
1848F: net/filter-rewriter.c
1849F: net/filter-mirror.c
1850
62258201
PD
1851Record/replay
1852M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1853R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 1854W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1855S: Supported
1856F: replay/*
1857F: block/blkreplay.c
1858F: net/filter-replay.c
1859F: include/sysemu/replay.h
1860F: docs/replay.txt
1861F: stubs/replay.c
1862
eecf5eed
PX
1863IOVA Tree
1864M: Peter Xu <peterx@redhat.com>
1865S: Maintained
1866F: include/qemu/iova-tree.h
1867F: util/iova-tree.c
1868
fd5d5c56
AL
1869Usermode Emulation
1870------------------
486bbe5f
PB
1871Overall
1872M: Riku Voipio <riku.voipio@iki.fi>
1873S: Maintained
1874F: thunk.c
58410666 1875F: accel/tcg/user-exec*.c
486bbe5f 1876
fd5d5c56 1877BSD user
297e8005 1878S: Orphan
fd5d5c56 1879F: bsd-user/
ccf0a57b 1880F: default-configs/*-bsd-user.mak
fd5d5c56 1881
fd5d5c56
AL
1882Linux user
1883M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1884R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1885S: Maintained
1886F: linux-user/
ccf0a57b 1887F: default-configs/*-linux-user.mak
e5dd9875 1888F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
1889
1890Tiny Code Generator (TCG)
1891-------------------------
1892Common code
cc7772bd 1893M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1894S: Maintained
1895F: tcg/
1896
b25a464c
CF
1897AArch64 target
1898M: Claudio Fontana <claudio.fontana@huawei.com>
1899M: Claudio Fontana <claudio.fontana@gmail.com>
1900S: Maintained
b4f2bd1c 1901L: qemu-arm@nongnu.org
b25a464c 1902F: tcg/aarch64/
c17652ee
PB
1903F: disas/arm-a64.cc
1904F: disas/libvixl/
b25a464c 1905
42f5a7e9
AJ
1906ARM target
1907M: Andrzej Zaborowski <balrogg@gmail.com>
1908S: Maintained
b4f2bd1c 1909L: qemu-arm@nongnu.org
42f5a7e9 1910F: tcg/arm/
c17652ee 1911F: disas/arm.c
42f5a7e9 1912
42f5a7e9 1913i386 target
5dd4a88c 1914L: qemu-devel@nongnu.org
42f5a7e9
AJ
1915S: Maintained
1916F: tcg/i386/
c17652ee 1917F: disas/i386.c
42f5a7e9 1918
42f5a7e9 1919MIPS target
d6eec7a2 1920M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1921S: Maintained
1922F: tcg/mips/
c17652ee 1923F: disas/mips.c
42f5a7e9
AJ
1924
1925PPC
15610d42
PK
1926M: Richard Henderson <rth@twiddle.net>
1927S: Odd Fixes
42f5a7e9 1928F: tcg/ppc/
c17652ee 1929F: disas/ppc.c
42f5a7e9
AJ
1930
1931S390 target
1932M: Alexander Graf <agraf@suse.de>
1933M: Richard Henderson <rth@twiddle.net>
1934S: Maintained
1935F: tcg/s390/
c17652ee 1936F: disas/s390.c
146bd283 1937L: qemu-s390x@nongnu.org
42f5a7e9
AJ
1938
1939SPARC target
297e8005 1940S: Odd Fixes
42f5a7e9 1941F: tcg/sparc/
c17652ee 1942F: disas/sparc.c
bc75c9e5
SW
1943
1944TCI target
1945M: Stefan Weil <sw@weilnetz.de>
1946S: Maintained
8ef9cd55 1947F: tcg/tci/
752a2ae2 1948F: tcg/tci.c
c17652ee 1949F: disas/tci.c
aa09c951 1950
f05b328c
SH
1951Block drivers
1952-------------
1953VMDK
1954M: Fam Zheng <famz@redhat.com>
c95e4c0e 1955L: qemu-block@nongnu.org
f05b328c
SH
1956S: Supported
1957F: block/vmdk.c
1958
1959RBD
5a8ac6d9 1960M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1961M: Jeff Cody <jcody@redhat.com>
1962L: qemu-block@nongnu.org
f05b328c
SH
1963S: Supported
1964F: block/rbd.c
280458a3 1965T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1966
1967Sheepdog
53b33231 1968M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1969M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1970M: Jeff Cody <jcody@redhat.com>
1971L: qemu-block@nongnu.org
dce32b6c 1972L: sheepdog@lists.wpkg.org
f05b328c
SH
1973S: Supported
1974F: block/sheepdog.c
280458a3 1975T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1976
1977VHDX
1978M: Jeff Cody <jcody@redhat.com>
280458a3 1979L: qemu-block@nongnu.org
f05b328c
SH
1980S: Supported
1981F: block/vhdx*
280458a3 1982T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1983
1984VDI
1985M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1986L: qemu-block@nongnu.org
f05b328c
SH
1987S: Maintained
1988F: block/vdi.c
1989
1990iSCSI
1991M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1992M: Paolo Bonzini <pbonzini@redhat.com>
1993M: Peter Lieven <pl@kamp.de>
c95e4c0e 1994L: qemu-block@nongnu.org
f05b328c
SH
1995S: Supported
1996F: block/iscsi.c
2deb63c2 1997F: block/iscsi-opts.c
f05b328c 1998
99c62e70
EB
1999Network Block Device (NBD)
2000M: Eric Blake <eblake@redhat.com>
2001M: Paolo Bonzini <pbonzini@redhat.com>
2002L: qemu-block@nongnu.org
2003S: Maintained
2004F: block/nbd*
2005F: nbd/
2006F: include/block/nbd*
2007F: qemu-nbd.*
2008F: blockdev-nbd.c
3229a835 2009F: docs/interop/nbd.txt
99c62e70
EB
2010T: git git://repo.or.cz/qemu/ericb.git nbd
2011
6542aa9c 2012NFS
280458a3 2013M: Jeff Cody <jcody@redhat.com>
6542aa9c 2014M: Peter Lieven <pl@kamp.de>
280458a3 2015L: qemu-block@nongnu.org
6542aa9c
PL
2016S: Maintained
2017F: block/nfs.c
280458a3 2018T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 2019
f05b328c
SH
2020SSH
2021M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
2022M: Jeff Cody <jcody@redhat.com>
2023L: qemu-block@nongnu.org
f05b328c
SH
2024S: Supported
2025F: block/ssh.c
280458a3 2026T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 2027
280458a3
JC
2028CURL
2029M: Jeff Cody <jcody@redhat.com>
2030L: qemu-block@nongnu.org
2031S: Supported
2032F: block/curl.c
2033T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2034
2035GLUSTER
2036M: Jeff Cody <jcody@redhat.com>
2037L: qemu-block@nongnu.org
2038S: Supported
2039F: block/gluster.c
2040T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 2041
199667a8
FZ
2042Null Block Driver
2043M: Fam Zheng <famz@redhat.com>
2044L: qemu-block@nongnu.org
2045S: Supported
2046F: block/null.c
2047
bdd6a90a
FZ
2048NVMe Block Driver
2049M: Fam Zheng <famz@redhat.com>
2050L: qemu-block@nongnu.org
2051S: Supported
2052F: block/nvme*
2053
b5e9476c
GA
2054Bootdevice
2055M: Gonglei <arei.gonglei@huawei.com>
2056S: Maintained
2057F: bootdevice.c
ecdda9e0
AG
2058
2059Quorum
2060M: Alberto Garcia <berto@igalia.com>
2061S: Supported
2062F: block/quorum.c
2063L: qemu-block@nongnu.org
e7c6e631 2064
bfcc224e
AV
2065blklogwrites
2066M: Ari Sundholm <ari@tuxera.com>
2067L: qemu-block@nongnu.org
2068S: Supported
2069F: block/blklogwrites.c
2070
e7c6e631
SH
2071blkverify
2072M: Stefan Hajnoczi <stefanha@redhat.com>
2073L: qemu-block@nongnu.org
2074S: Supported
2075F: block/blkverify.c
2076
2077bochs
2078M: Stefan Hajnoczi <stefanha@redhat.com>
2079L: qemu-block@nongnu.org
2080S: Supported
2081F: block/bochs.c
2082
2083cloop
2084M: Stefan Hajnoczi <stefanha@redhat.com>
2085L: qemu-block@nongnu.org
2086S: Supported
2087F: block/cloop.c
2088
2089dmg
2090M: Stefan Hajnoczi <stefanha@redhat.com>
2091L: qemu-block@nongnu.org
2092S: Supported
2093F: block/dmg.c
2094
2095parallels
2096M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2097M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2098L: qemu-block@nongnu.org
2099S: Supported
2100F: block/parallels.c
5746c1cd 2101F: docs/interop/parallels.txt
e7c6e631
SH
2102
2103qed
2104M: Stefan Hajnoczi <stefanha@redhat.com>
2105L: qemu-block@nongnu.org
2106S: Supported
2107F: block/qed.c
2108
2109raw
2110M: Kevin Wolf <kwolf@redhat.com>
2111L: qemu-block@nongnu.org
2112S: Supported
2113F: block/linux-aio.c
f586d5fc 2114F: include/block/raw-aio.h
2e6fc7eb 2115F: block/raw-format.c
c1bb86cd
EB
2116F: block/file-posix.c
2117F: block/file-win32.c
e7c6e631
SH
2118F: block/win32-aio.c
2119
2120qcow2
2121M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2122M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2123L: qemu-block@nongnu.org
2124S: Supported
2125F: block/qcow2*
b24f9882 2126F: docs/interop/qcow2.txt
e7c6e631
SH
2127
2128qcow
2129M: Kevin Wolf <kwolf@redhat.com>
2130L: qemu-block@nongnu.org
2131S: Supported
2132F: block/qcow.c
2133
2134blkdebug
2135M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2136M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2137L: qemu-block@nongnu.org
2138S: Supported
2139F: block/blkdebug.c
2140
2141vpc
2142M: Kevin Wolf <kwolf@redhat.com>
2143L: qemu-block@nongnu.org
2144S: Supported
2145F: block/vpc.c
2146
2147vvfat
2148M: Kevin Wolf <kwolf@redhat.com>
2149L: qemu-block@nongnu.org
2150S: Supported
2151F: block/vvfat.c
abfe4e94
SH
2152
2153Image format fuzzer
2154M: Stefan Hajnoczi <stefanha@redhat.com>
2155L: qemu-block@nongnu.org
2156S: Supported
2157F: tests/image-fuzzer/
717171bd 2158
049105a3 2159Replication
205f8618 2160M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2161M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2162S: Supported
2163F: replication*
2164F: block/replication.c
2165F: tests/test-replication.c
2166F: docs/block-replication.txt
2167
a3defabb
MA
2168PVRDMA
2169M: Yuval Shaia <yuval.shaia@oracle.com>
fe355cbd 2170M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2171S: Maintained
2172F: hw/rdma/*
2173F: hw/rdma/vmw/*
2174F: docs/pvrdma.txt
2175
b9e02c06
AB
2176Build and test automation
2177-------------------------
0475a03e 2178Build and test automation
b9e02c06 2179M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 2180M: Fam Zheng <famz@redhat.com>
32b9ca98 2181R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 2182L: qemu-devel@nongnu.org
e70dc7f8 2183S: Maintained
b9e02c06 2184F: .travis.yml
0708e647 2185F: scripts/travis/
d92d886a 2186F: .shippable.yml
e70dc7f8 2187F: tests/docker/
18023821 2188F: tests/vm/
e70dc7f8 2189W: https://travis-ci.org/qemu/qemu
2a747008 2190W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2191W: http://patchew.org/QEMU/
717171bd 2192
7e97017e
AB
2193Guest Test Compilation Support
2194M: Alex Bennée <alex.bennee@linaro.org>
2195R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2196F: tests/tcg/Makefile
c722a9e4 2197F: tests/tcg/Makefile.include
7e97017e
AB
2198L: qemu-devel@nongnu.org
2199
717171bd
DB
2200Documentation
2201-------------
2202Build system architecture
2203M: Daniel P. Berrange <berrange@redhat.com>
2204S: Odd Fixes
c39cdbf6 2205F: docs/devel/build-system.txt
8a49e97f 2206
b02c9bc3
MA
2207Incompatible changes
2208R: libvir-list@redhat.com
2209F: qemu-deprecated.texi
2210
aef45d51
DB
2211Build System
2212------------
2213GIT submodules
2214M: Daniel P. Berrange <berrange@redhat.com>
2215S: Odd Fixes
2216F: scripts/git-submodule.sh