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