]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
hw/s390x: Move virtio-ccw-crypto code to a separate file
[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]
3e9ed24b
CH
1241T: git git://github.com/cohuck/qemu.git s390-next
1242T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 1243L: qemu-s390x@nongnu.org
dd4ad64a 1244
a5d4d7b5
GH
1245virtio-input
1246M: Gerd Hoffmann <kraxel@redhat.com>
1247S: Maintained
1248F: hw/input/virtio-input*.c
1249F: include/hw/virtio/virtio-input.h
1250
fd5d5c56 1251virtio-serial
cee887d9 1252M: Amit Shah <amit@kernel.org>
fd5d5c56 1253S: Supported
8d8b636d
PB
1254F: hw/char/virtio-serial-bus.c
1255F: hw/char/virtio-console.c
68a5e38a 1256F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1257F: tests/virtio-console-test.c
1258F: tests/virtio-serial-test.c
fd5d5c56 1259
1f51a5cb 1260virtio-rng
cee887d9 1261M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1262S: Supported
1263F: hw/virtio/virtio-rng.c
1264F: include/hw/virtio/virtio-rng.h
750cf869 1265F: include/sysemu/rng*.h
1f51a5cb 1266F: backends/rng*.c
6bd7776c 1267F: tests/virtio-rng-test.c
1f51a5cb 1268
6034011c
GA
1269virtio-crypto
1270M: Gonglei <arei.gonglei@huawei.com>
1271S: Supported
1272F: hw/virtio/virtio-crypto.c
1273F: hw/virtio/virtio-crypto-pci.c
1274F: include/hw/virtio/virtio-crypto.h
1275
f3c507ad
KB
1276nvme
1277M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1278L: qemu-block@nongnu.org
f3c507ad
KB
1279S: Supported
1280F: hw/block/nvme*
fc967791 1281F: tests/nvme-test.c
f3c507ad 1282
d383c625 1283megasas
3fdfb8b6 1284M: Hannes Reinecke <hare@suse.com>
c95e4c0e 1285L: qemu-block@nongnu.org
d383c625
HR
1286S: Supported
1287F: hw/scsi/megasas.c
1288F: hw/scsi/mfi.h
3fdfb8b6 1289F: tests/megasas-test.c
d383c625 1290
605d52e6 1291Network packet abstractions
bf4835a4 1292M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
605d52e6
DF
1293S: Maintained
1294F: include/net/eth.h
1295F: net/eth.c
1296F: hw/net/net_rx_pkt*
1297F: hw/net/net_tx_pkt*
1298
622fb504 1299Vmware
bf4835a4 1300M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
622fb504
DF
1301S: Maintained
1302F: hw/net/vmxnet*
1303F: hw/scsi/vmw_pvscsi*
5a49c1b3 1304F: tests/vmxnet3-test.c
622fb504 1305
de24d3f1 1306Rocker
de24d3f1
SF
1307M: Jiri Pirko <jiri@resnulli.us>
1308S: Maintained
1309F: hw/net/rocker/
de850948
TH
1310F: tests/rocker/
1311F: docs/specs/rocker.txt
de24d3f1 1312
70d1fb9c 1313NVDIMM
7a5bd53d 1314M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
70d1fb9c
XG
1315S: Maintained
1316F: hw/acpi/nvdimm.c
1317F: hw/mem/nvdimm.c
1318F: include/hw/mem/nvdimm.h
1319
093454e2 1320e1000x
bf4835a4 1321M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
093454e2
DF
1322S: Maintained
1323F: hw/net/e1000x*
1324
6f3fbe4e 1325e1000e
bf4835a4 1326M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
6f3fbe4e
DF
1327S: Maintained
1328F: hw/net/e1000e*
1329
ebc2327f
SW
1330eepro100
1331M: Stefan Weil <sw@weilnetz.de>
1332S: Maintained
1333F: hw/net/eepro100.c
1334
e481a1f6 1335Generic Loader
c22e580c 1336M: Alistair Francis <alistair@alistair23.me>
e481a1f6
AF
1337S: Maintained
1338F: hw/core/generic-loader.c
1339F: include/hw/core/generic-loader.h
c5e2ac7e 1340F: docs/generic-loader.txt
e481a1f6 1341
645d3cbe
SH
1342Intel Hexadecimal Object File Loader
1343M: Su Hang <suhang16@mails.ucas.ac.cn>
1344S: Maintained
1345F: tests/hexloader-test.c
1346F: tests/hex-loader-check-data/test.hex
1347
87a9023a
TH
1348CHRP NVRAM
1349M: Thomas Huth <thuth@redhat.com>
1350S: Maintained
1351F: hw/nvram/chrp_nvram.c
1352F: include/hw/nvram/chrp_nvram.h
1353F: tests/prom-env-test.c
1354
42697d88
BW
1355VM Generation ID
1356M: Ben Warren <ben@skyportsystems.com>
1357S: Maintained
1358F: hw/acpi/vmgenid.c
1359F: include/hw/acpi/vmgenid.h
1360F: docs/specs/vmgenid.txt
1361F: tests/vmgenid-test.c
1362F: stubs/vmgenid.c
1363
747969db
PMD
1364Unimplemented device
1365M: Peter Maydell <peter.maydell@linaro.org>
1366R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1367S: Maintained
1368F: include/hw/misc/unimp.h
1369F: hw/misc/unimp.c
1370
dbb2e472
GH
1371Standard VGA
1372M: Gerd Hoffmann <kraxel@redhat.com>
1373S: Maintained
1374F: hw/display/vga*
1375F: hw/display/bochs-display.c
1376F: include/hw/display/vga.h
1377F: include/hw/display/bochs-vbe.h
1378
58d632c7
GH
1379ramfb
1380M: Gerd Hoffmann <kraxel@redhat.com>
1381S: Maintained
1382F: hw/display/ramfb*.c
1383F: include/hw/display/ramfb.h
1384
dbb2e472
GH
1385virtio-gpu
1386M: Gerd Hoffmann <kraxel@redhat.com>
1387S: Maintained
1388F: hw/display/virtio-gpu*
1389F: hw/display/virtio-vga.c
1390F: include/hw/virtio/virtio-gpu.h
1391
1392Cirrus VGA
1393M: Gerd Hoffmann <kraxel@redhat.com>
1394S: Odd Fixes
1395W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1396F: hw/display/cirrus*
1397
fd5d5c56
AL
1398Subsystems
1399----------
1400Audio
9f575846 1401M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1402S: Maintained
1403F: audio/
8d8b636d 1404F: hw/audio/
a2b245ae 1405F: include/hw/audio/
d7b50c0c 1406F: tests/ac97-test.c
8fa74c94 1407F: tests/es1370-test.c
fbaf445a 1408F: tests/intel-hda-test.c
fd5d5c56 1409
17f1e8f5 1410Block layer core
fd5d5c56 1411M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1412M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1413L: qemu-block@nongnu.org
fd5d5c56
AL
1414S: Supported
1415F: block*
1416F: block/
8d8b636d 1417F: hw/block/
4c346e0b 1418F: include/block/
46078760
KW
1419F: qemu-img*
1420F: qemu-io*
29242091 1421F: tests/qemu-iotests/
8dd30c86 1422F: util/qemu-progress.c
0bcc8e5b
MA
1423F: qobject/block-qdict.c
1424F: test/check-block-qdict.c
d48addda 1425T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1426
d55053b1
SH
1427Block I/O path
1428M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1429M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1430L: qemu-block@nongnu.org
1431S: Supported
36c697bd
PB
1432F: util/async.c
1433F: util/aio-*.c
d55053b1
SH
1434F: block/io.c
1435F: migration/block*
e1029ae2 1436F: include/block/aio.h
f5a53faa 1437F: include/block/aio-wait.h
0a4f9ad1 1438F: scripts/qemugdb/aio.py
d55053b1
SH
1439T: git git://github.com/stefanha/qemu.git block
1440
e5b5728c
PB
1441Block SCSI subsystem
1442M: Paolo Bonzini <pbonzini@redhat.com>
c2380365 1443R: Fam Zheng <famz@redhat.com>
e5b5728c
PB
1444L: qemu-block@nongnu.org
1445S: Supported
1446F: include/scsi/*
1447F: scsi/*
1448
280458a3
JC
1449Block Jobs
1450M: Jeff Cody <jcody@redhat.com>
1451L: qemu-block@nongnu.org
1452S: Supported
1453F: blockjob.c
1454F: include/block/blockjob.h
33e9e9bd 1455F: job.c
1a90bc81 1456F: job-qmp.c
33e9e9bd 1457F: include/block/job.h
280458a3
JC
1458F: block/backup.c
1459F: block/commit.c
77346025 1460F: block/stream.c
280458a3 1461F: block/mirror.c
bf42508f 1462F: qapi/job.json
280458a3
JC
1463T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1464
4120201d
MA
1465Block QAPI, monitor, command line
1466M: Markus Armbruster <armbru@redhat.com>
1467S: Supported
1468F: blockdev.c
1469F: block/qapi.c
1470F: qapi/block*.json
fa988e39 1471F: qapi/transaction.json
4120201d
MA
1472T: git git://repo.or.cz/qemu/armbru.git block-next
1473
538193bc
JS
1474Dirty Bitmaps
1475M: Fam Zheng <famz@redhat.com>
1476M: John Snow <jsnow@redhat.com>
1477L: qemu-block@nongnu.org
1478S: Supported
1479F: util/hbitmap.c
1480F: block/dirty-bitmap.c
1481F: include/qemu/hbitmap.h
1482F: include/block/dirty-bitmap.h
1483F: tests/test-hbitmap.c
5746c1cd 1484F: docs/interop/bitmaps.rst
538193bc
JS
1485T: git git://github.com/famz/qemu.git bitmaps
1486T: git git://github.com/jnsnow/qemu.git bitmaps
1487
61af0ee6 1488Character device backends
da26f37a 1489M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1490M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1491S: Maintained
178fe0ae 1492F: chardev/
8228e353 1493F: include/chardev/
dbeee392 1494F: qapi/char.json
fd5d5c56 1495
e26082fd
PB
1496Character Devices (Braille)
1497M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1498S: Maintained
6b10e573 1499F: chardev/baum.c
fd5d5c56 1500
e94630d3
MA
1501Command line option argument parsing
1502M: Markus Armbruster <armbru@redhat.com>
1503S: Supported
1504F: include/qemu/option.h
1505F: tests/test-keyval.c
1506F: tests/test-qemu-opts.c
1507F: util/keyval.c
1508F: util/qemu-option.c
1509
8c413e79
MA
1510Coverity model
1511M: Markus Armbruster <armbru@redhat.com>
1512S: Supported
1513F: scripts/coverity-model.c
1514
f2ca0524 1515CPU
12b0e69c 1516L: qemu-devel@nongnu.org
f2ca0524
AF
1517S: Supported
1518F: qom/cpu.c
6e481d57 1519F: include/qom/cpu.h
f2ca0524 1520
d24b569a 1521Device Tree
4b46ba61 1522M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1523M: Alexander Graf <agraf@suse.de>
1524S: Maintained
82407515
TH
1525F: device_tree.c
1526F: include/sysemu/device_tree.h
d24b569a 1527
3505a22b
MAL
1528Dump
1529S: Supported
1530M: Marc-André Lureau <marcandre.lureau@redhat.com>
1531F: dump.c
1532F: hw/misc/vmcoreinfo.c
1533F: include/hw/misc/vmcoreinfo.h
1534F: include/sysemu/dump-arch.h
1535F: include/sysemu/dump.h
1536F: scripts/dump-guest-memory.py
1537F: stubs/dump.c
1538
4f966768
MA
1539Error reporting
1540M: Markus Armbruster <armbru@redhat.com>
1541S: Supported
1542F: include/qapi/error.h
1543F: include/qemu/error-report.h
1544F: util/error.c
1545F: util/qemu-error.c
1546
fd5d5c56 1547GDB stub
5dd4a88c 1548L: qemu-devel@nongnu.org
fd5d5c56
AL
1549S: Odd Fixes
1550F: gdbstub*
1551F: gdb-xml/
1552
01a9c03c
PB
1553Memory API
1554M: Paolo Bonzini <pbonzini@redhat.com>
1555S: Supported
1556F: include/exec/ioport.h
1557F: ioport.c
1558F: include/exec/memory.h
2b1641d0 1559F: include/exec/ram_addr.h
01a9c03c
PB
1560F: memory.c
1561F: include/exec/memory-internal.h
1562F: exec.c
1563
7ee3bf03
GH
1564SPICE
1565M: Gerd Hoffmann <kraxel@redhat.com>
1566S: Supported
6e481d57 1567F: include/ui/qemu-spice.h
438528a3 1568F: include/ui/spice-display.h
7ee3bf03
GH
1569F: ui/spice-*.c
1570F: audio/spiceaudio.c
8d8b636d 1571F: hw/display/qxl*
608cfed6 1572F: qapi/ui.json
7ee3bf03 1573
fd5d5c56 1574Graphics
25eccc37
GH
1575M: Gerd Hoffmann <kraxel@redhat.com>
1576S: Odd Fixes
fd5d5c56 1577F: ui/
e220656c 1578F: include/ui/
608cfed6 1579F: qapi/ui.json
b1d38037 1580F: util/drm.c
fd5d5c56 1581
351f1bf6 1582Cocoa graphics
30ef3c74 1583M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1584S: Odd Fixes
1585F: ui/cocoa.m
1586
fd5d5c56 1587Main loop
da26f37a
PB
1588M: Paolo Bonzini <pbonzini@redhat.com>
1589S: Maintained
1590F: cpus.c
3ecb29a3
PB
1591F: util/main-loop.c
1592F: util/qemu-timer.c
fd5d5c56 1593F: vl.c
0e201d34 1594F: qapi/run-state.json
fd5d5c56 1595
8899b4ae 1596Human Monitor (HMP)
c833fb4a 1597M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1598S: Maintained
fd5d5c56 1599F: monitor.c
c13e9912
TH
1600F: hmp.[ch]
1601F: hmp-commands*.hx
1602F: include/monitor/hmp-target.h
bbcee372 1603F: tests/test-hmp.c
fd5d5c56 1604
f536f112 1605Network device backends
442469e6 1606M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1607S: Maintained
1608F: net/
d24b2b1c 1609F: include/net/
5fc51cc3 1610T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1611F: qapi/net.json
fd5d5c56 1612
aee09baf
VM
1613Netmap network backend
1614M: Luigi Rizzo <rizzo@iet.unipi.it>
1615M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1616M: Vincenzo Maffione <v.maffione@gmail.com>
1617W: http://info.iet.unipi.it/~luigi/netmap/
1618S: Maintained
1619F: net/netmap.c
1620
2f54eb98
EH
1621NUMA
1622M: Eduardo Habkost <ehabkost@redhat.com>
1623S: Maintained
1624F: numa.c
1625F: include/sysemu/numa.h
e3d038b8 1626T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1627
4fc264f4
EH
1628Host Memory Backends
1629M: Eduardo Habkost <ehabkost@redhat.com>
1630M: Igor Mammedov <imammedo@redhat.com>
1631S: Maintained
1632F: backends/hostmem*.c
1633F: include/sysemu/hostmem.h
e3d038b8 1634T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1635
6034011c
GA
1636Cryptodev Backends
1637M: Gonglei <arei.gonglei@huawei.com>
1638S: Maintained
1639F: include/sysemu/cryptodev*.h
1640F: backends/cryptodev*.c
1641
ad904f66
EH
1642Python scripts
1643M: Eduardo Habkost <ehabkost@redhat.com>
1644M: Cleber Rosa <crosa@redhat.com>
1645S: Odd fixes
1646F: scripts/qmp/*
1647F: scripts/*.py
1648F: tests/*.py
1649
8899b4ae 1650QAPI
9740618c 1651M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1652M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1653S: Supported
8899b4ae 1654F: qapi/
0311c5bd 1655X: qapi/*.json
ac4abb9a
MA
1656F: include/qapi/
1657X: include/qapi/qmp/
1658F: include/qapi/qmp/dispatch.h
c0bd0b50 1659F: tests/qapi-schema/
ac4abb9a 1660F: tests/test-*-visitor.c
e94630d3 1661F: tests/test-qapi-*.c
ac4abb9a 1662F: tests/test-qmp-*.c
e94630d3 1663F: tests/test-visitor-serialization.c
be25fcc4
MA
1664F: scripts/qapi-gen.py
1665F: scripts/qapi/*
c39cdbf6 1666F: docs/devel/qapi*
9740618c 1667T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1668
7810d291
LC
1669QAPI Schema
1670M: Eric Blake <eblake@redhat.com>
7810d291
LC
1671M: Markus Armbruster <armbru@redhat.com>
1672S: Supported
1673F: qapi-schema.json
0311c5bd 1674F: qapi/*.json
9740618c 1675T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1676
f3582ba4 1677QObject
daf5dc78
MA
1678M: Markus Armbruster <armbru@redhat.com>
1679S: Supported
f3582ba4 1680F: qobject/
7735d2b5
MA
1681F: include/qapi/qmp/
1682X: include/qapi/qmp/dispatch.h
a2f3453e 1683F: scripts/coccinelle/qobject.cocci
7735d2b5 1684F: tests/check-qdict.c
01b2ffce 1685F: tests/check-qnum.c
7735d2b5
MA
1686F: tests/check-qjson.c
1687F: tests/check-qlist.c
1688F: tests/check-qstring.c
daf5dc78 1689T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1690
f05d9999
MR
1691QEMU Guest Agent
1692M: Michael Roth <mdroth@linux.vnet.ibm.com>
1693S: Maintained
1694F: qga/
ab7f9f7d
PMD
1695F: qemu-ga.texi
1696F: scripts/qemu-guest-agent/
1697F: tests/test-qga.c
1698F: docs/interop/qemu-ga-ref.texi
f05d9999
MR
1699T: git git://github.com/mdroth/qemu.git qga
1700
4688c94c 1701QOM
4688c94c
AF
1702M: Andreas Färber <afaerber@suse.de>
1703S: Supported
1704T: git git://github.com/afaerber/qemu-cpu.git qom-next
1705F: include/qom/
1706X: include/qom/cpu.h
1707F: qom/
1708X: qom/cpu.c
9f4aa7ce
AF
1709F: tests/check-qom-interface.c
1710F: tests/check-qom-proplist.c
4688c94c 1711
8899b4ae 1712QMP
9740618c
LC
1713M: Markus Armbruster <armbru@redhat.com>
1714S: Supported
8899b4ae
LC
1715F: qmp.c
1716F: monitor.c
c39cdbf6 1717F: docs/devel/*qmp-*
9740618c 1718F: scripts/qmp/
f66e7ac8 1719F: tests/qmp-test.c
d93bb9d5 1720F: tests/qmp-cmd-test.c
9740618c 1721T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1722
98a43bf0
PB
1723qtest
1724M: Paolo Bonzini <pbonzini@redhat.com>
1725M: Thomas Huth <thuth@redhat.com>
1726M: Laurent Vivier <lvivier@redhat.com>
1727S: Maintained
1728F: qtest.c
1729F: tests/libqtest.*
1730F: tests/libqos/
1731F: tests/*-test.c
1732
cc0100f4 1733Register API
c22e580c 1734M: Alistair Francis <alistair@alistair23.me>
cc0100f4
AF
1735S: Maintained
1736F: hw/core/register.c
1737F: include/hw/register.h
06a7b243 1738F: include/hw/registerfields.h
cc0100f4 1739
fd5d5c56 1740SLIRP
eda509fa 1741M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1742M: Jan Kiszka <jan.kiszka@siemens.com>
1743S: Maintained
fd5d5c56 1744F: slirp/
663fb1e1 1745F: net/slirp.c
d24b2b1c 1746F: include/net/slirp.h
02cffe24 1747T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 1748T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1749
b1ed728a
PB
1750Stubs
1751M: Paolo Bonzini <pbonzini@redhat.com>
1752S: Maintained
1753F: stubs/
1754
598a3f35 1755Tracing
1cd0f8ce 1756M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1757S: Maintained
1758F: trace/
0e076292
TH
1759F: trace-events
1760F: qemu-option-trace.texi
f70fd8fd
LV
1761F: scripts/tracetool.py
1762F: scripts/tracetool/
c39cdbf6 1763F: docs/devel/tracing.txt
1ab09a40 1764T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1765
3859b6cf 1766TPM
6b4f250b
SB
1767M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1768S: Maintained
3859b6cf 1769F: tpm.c
c39f95dc 1770F: stubs/tpm.c
3859b6cf
MA
1771F: hw/tpm/*
1772F: include/hw/acpi/tpm.h
1773F: include/sysemu/tpm*
1774F: qapi/tpm.json
6b4f250b 1775F: backends/tpm.c
adb0e917 1776F: tests/*tpm*
d3e21650 1777T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1778
14f40fdc 1779Checkpatch
14f40fdc
BS
1780S: Odd Fixes
1781F: scripts/checkpatch.pl
1782
c0787c8d
JQ
1783Migration
1784M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1785M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1786S: Maintained
1787F: include/migration/
44a1f946 1788F: migration/
c5515640
AS
1789F: scripts/vmstate-static-checker.py
1790F: tests/vmstate-static-checker-data/
2656bfd9 1791F: tests/migration-test.c
c39cdbf6 1792F: docs/devel/migration.txt
48685a8e 1793F: qapi/migration.json
c0787c8d 1794
92bfedb0 1795Seccomp
064983cb 1796M: Eduardo Otubo <otubo@redhat.com>
92bfedb0
EO
1797S: Supported
1798F: qemu-seccomp.c
1799F: include/sysemu/seccomp.h
1800
ddbb0d09
DB
1801Cryptography
1802M: Daniel P. Berrange <berrange@redhat.com>
1803S: Maintained
1804F: crypto/
1805F: include/crypto/
1806F: tests/test-crypto-*
3947ecfc 1807F: tests/benchmark-crypto-*
899833cd 1808F: qemu.sasl
ddbb0d09 1809
10817bf0
DB
1810Coroutines
1811M: Stefan Hajnoczi <stefanha@redhat.com>
1812M: Kevin Wolf <kwolf@redhat.com>
1813F: util/*coroutine*
1814F: include/qemu/coroutine*
1815F: tests/test-coroutine.c
1816
88c5f205
DB
1817Buffers
1818M: Daniel P. Berrange <berrange@redhat.com>
1819S: Odd fixes
1820F: util/buffer.c
1821F: include/qemu/buffer.h
1822
666a3af9
DB
1823I/O Channels
1824M: Daniel P. Berrange <berrange@redhat.com>
1825S: Maintained
1826F: io/
1827F: include/io/
1828F: tests/test-io-*
1829
5614a283
GH
1830Sockets
1831M: Daniel P. Berrange <berrange@redhat.com>
1832M: Gerd Hoffmann <kraxel@redhat.com>
1833M: Paolo Bonzini <pbonzini@redhat.com>
1834S: Maintained
1835F: include/qemu/sockets.h
1836F: util/qemu-sockets.c
a2ff5a48 1837F: qapi/sockets.json
5614a283 1838
d310d85b
AG
1839Throttling infrastructure
1840M: Alberto Garcia <berto@igalia.com>
1841S: Supported
1842F: block/throttle-groups.c
1843F: include/block/throttle-groups.h
89603938 1844F: include/qemu/throttle*.h
d310d85b 1845F: util/throttle.c
89603938
PMD
1846F: docs/throttle.txt
1847F: tests/test-throttle.c
d310d85b
AG
1848L: qemu-block@nongnu.org
1849
080d7aac
FZ
1850UUID
1851M: Fam Zheng <famz@redhat.com>
1852S: Supported
1853F: util/uuid.c
1854F: include/qemu/uuid.h
1855F: tests/test-uuid.c
1856
a4cc318e
HZ
1857COLO Framework
1858M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1859S: Maintained
1860F: migration/colo*
1861F: include/migration/colo.h
1862F: include/migration/failover.h
1863F: docs/COLO-FT.txt
1864
88f82ed1 1865COLO Proxy
b38576cd 1866M: Zhang Chen <zhangckid@gmail.com>
88f82ed1
ZC
1867M: Li Zhijian <lizhijian@cn.fujitsu.com>
1868S: Supported
1869F: docs/colo-proxy.txt
1870F: net/colo*
1871F: net/filter-rewriter.c
1872F: net/filter-mirror.c
1873
62258201
PD
1874Record/replay
1875M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1876R: Paolo Bonzini <pbonzini@redhat.com>
70b7fba9 1877W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1878S: Supported
1879F: replay/*
1880F: block/blkreplay.c
1881F: net/filter-replay.c
1882F: include/sysemu/replay.h
1883F: docs/replay.txt
1884F: stubs/replay.c
1885
eecf5eed
PX
1886IOVA Tree
1887M: Peter Xu <peterx@redhat.com>
1888S: Maintained
1889F: include/qemu/iova-tree.h
1890F: util/iova-tree.c
1891
fd5d5c56
AL
1892Usermode Emulation
1893------------------
486bbe5f
PB
1894Overall
1895M: Riku Voipio <riku.voipio@iki.fi>
1896S: Maintained
1897F: thunk.c
58410666 1898F: accel/tcg/user-exec*.c
486bbe5f 1899
fd5d5c56 1900BSD user
297e8005 1901S: Orphan
fd5d5c56 1902F: bsd-user/
ccf0a57b 1903F: default-configs/*-bsd-user.mak
fd5d5c56 1904
fd5d5c56
AL
1905Linux user
1906M: Riku Voipio <riku.voipio@iki.fi>
ecc1f5ad 1907R: Laurent Vivier <laurent@vivier.eu>
fd5d5c56
AL
1908S: Maintained
1909F: linux-user/
ccf0a57b 1910F: default-configs/*-linux-user.mak
e5dd9875 1911F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
1912
1913Tiny Code Generator (TCG)
1914-------------------------
1915Common code
cc7772bd 1916M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1917S: Maintained
1918F: tcg/
1919
b25a464c
CF
1920AArch64 target
1921M: Claudio Fontana <claudio.fontana@huawei.com>
1922M: Claudio Fontana <claudio.fontana@gmail.com>
1923S: Maintained
b4f2bd1c 1924L: qemu-arm@nongnu.org
b25a464c 1925F: tcg/aarch64/
c17652ee
PB
1926F: disas/arm-a64.cc
1927F: disas/libvixl/
b25a464c 1928
42f5a7e9
AJ
1929ARM target
1930M: Andrzej Zaborowski <balrogg@gmail.com>
1931S: Maintained
b4f2bd1c 1932L: qemu-arm@nongnu.org
42f5a7e9 1933F: tcg/arm/
c17652ee 1934F: disas/arm.c
42f5a7e9 1935
42f5a7e9 1936i386 target
5dd4a88c 1937L: qemu-devel@nongnu.org
42f5a7e9
AJ
1938S: Maintained
1939F: tcg/i386/
c17652ee 1940F: disas/i386.c
42f5a7e9 1941
42f5a7e9 1942MIPS target
d6eec7a2 1943M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1944S: Maintained
1945F: tcg/mips/
c17652ee 1946F: disas/mips.c
42f5a7e9
AJ
1947
1948PPC
15610d42
PK
1949M: Richard Henderson <rth@twiddle.net>
1950S: Odd Fixes
42f5a7e9 1951F: tcg/ppc/
c17652ee 1952F: disas/ppc.c
42f5a7e9
AJ
1953
1954S390 target
1955M: Alexander Graf <agraf@suse.de>
1956M: Richard Henderson <rth@twiddle.net>
1957S: Maintained
1958F: tcg/s390/
c17652ee 1959F: disas/s390.c
146bd283 1960L: qemu-s390x@nongnu.org
42f5a7e9
AJ
1961
1962SPARC target
297e8005 1963S: Odd Fixes
42f5a7e9 1964F: tcg/sparc/
c17652ee 1965F: disas/sparc.c
bc75c9e5
SW
1966
1967TCI target
1968M: Stefan Weil <sw@weilnetz.de>
1969S: Maintained
8ef9cd55 1970F: tcg/tci/
752a2ae2 1971F: tcg/tci.c
c17652ee 1972F: disas/tci.c
aa09c951 1973
f05b328c
SH
1974Block drivers
1975-------------
1976VMDK
1977M: Fam Zheng <famz@redhat.com>
c95e4c0e 1978L: qemu-block@nongnu.org
f05b328c
SH
1979S: Supported
1980F: block/vmdk.c
1981
1982RBD
5a8ac6d9 1983M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1984M: Jeff Cody <jcody@redhat.com>
1985L: qemu-block@nongnu.org
f05b328c
SH
1986S: Supported
1987F: block/rbd.c
280458a3 1988T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1989
1990Sheepdog
53b33231 1991M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1992M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1993M: Jeff Cody <jcody@redhat.com>
1994L: qemu-block@nongnu.org
dce32b6c 1995L: sheepdog@lists.wpkg.org
f05b328c
SH
1996S: Supported
1997F: block/sheepdog.c
280458a3 1998T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1999
2000VHDX
2001M: Jeff Cody <jcody@redhat.com>
280458a3 2002L: qemu-block@nongnu.org
f05b328c
SH
2003S: Supported
2004F: block/vhdx*
280458a3 2005T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
2006
2007VDI
2008M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 2009L: qemu-block@nongnu.org
f05b328c
SH
2010S: Maintained
2011F: block/vdi.c
2012
2013iSCSI
2014M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2015M: Paolo Bonzini <pbonzini@redhat.com>
2016M: Peter Lieven <pl@kamp.de>
c95e4c0e 2017L: qemu-block@nongnu.org
f05b328c
SH
2018S: Supported
2019F: block/iscsi.c
2deb63c2 2020F: block/iscsi-opts.c
f05b328c 2021
99c62e70
EB
2022Network Block Device (NBD)
2023M: Eric Blake <eblake@redhat.com>
2024M: Paolo Bonzini <pbonzini@redhat.com>
2025L: qemu-block@nongnu.org
2026S: Maintained
2027F: block/nbd*
2028F: nbd/
2029F: include/block/nbd*
2030F: qemu-nbd.*
2031F: blockdev-nbd.c
3229a835 2032F: docs/interop/nbd.txt
99c62e70
EB
2033T: git git://repo.or.cz/qemu/ericb.git nbd
2034
6542aa9c 2035NFS
280458a3 2036M: Jeff Cody <jcody@redhat.com>
6542aa9c 2037M: Peter Lieven <pl@kamp.de>
280458a3 2038L: qemu-block@nongnu.org
6542aa9c
PL
2039S: Maintained
2040F: block/nfs.c
280458a3 2041T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 2042
f05b328c
SH
2043SSH
2044M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
2045M: Jeff Cody <jcody@redhat.com>
2046L: qemu-block@nongnu.org
f05b328c
SH
2047S: Supported
2048F: block/ssh.c
280458a3 2049T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 2050
280458a3
JC
2051CURL
2052M: Jeff Cody <jcody@redhat.com>
2053L: qemu-block@nongnu.org
2054S: Supported
2055F: block/curl.c
2056T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2057
2058GLUSTER
2059M: Jeff Cody <jcody@redhat.com>
2060L: qemu-block@nongnu.org
2061S: Supported
2062F: block/gluster.c
2063T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 2064
199667a8
FZ
2065Null Block Driver
2066M: Fam Zheng <famz@redhat.com>
2067L: qemu-block@nongnu.org
2068S: Supported
2069F: block/null.c
2070
bdd6a90a
FZ
2071NVMe Block Driver
2072M: Fam Zheng <famz@redhat.com>
2073L: qemu-block@nongnu.org
2074S: Supported
2075F: block/nvme*
2076
b5e9476c
GA
2077Bootdevice
2078M: Gonglei <arei.gonglei@huawei.com>
2079S: Maintained
2080F: bootdevice.c
ecdda9e0
AG
2081
2082Quorum
2083M: Alberto Garcia <berto@igalia.com>
2084S: Supported
2085F: block/quorum.c
2086L: qemu-block@nongnu.org
e7c6e631 2087
bfcc224e
AV
2088blklogwrites
2089M: Ari Sundholm <ari@tuxera.com>
2090L: qemu-block@nongnu.org
2091S: Supported
2092F: block/blklogwrites.c
2093
e7c6e631
SH
2094blkverify
2095M: Stefan Hajnoczi <stefanha@redhat.com>
2096L: qemu-block@nongnu.org
2097S: Supported
2098F: block/blkverify.c
2099
2100bochs
2101M: Stefan Hajnoczi <stefanha@redhat.com>
2102L: qemu-block@nongnu.org
2103S: Supported
2104F: block/bochs.c
2105
2106cloop
2107M: Stefan Hajnoczi <stefanha@redhat.com>
2108L: qemu-block@nongnu.org
2109S: Supported
2110F: block/cloop.c
2111
2112dmg
2113M: Stefan Hajnoczi <stefanha@redhat.com>
2114L: qemu-block@nongnu.org
2115S: Supported
2116F: block/dmg.c
2117
2118parallels
2119M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 2120M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
2121L: qemu-block@nongnu.org
2122S: Supported
2123F: block/parallels.c
5746c1cd 2124F: docs/interop/parallels.txt
e7c6e631
SH
2125
2126qed
2127M: Stefan Hajnoczi <stefanha@redhat.com>
2128L: qemu-block@nongnu.org
2129S: Supported
2130F: block/qed.c
2131
2132raw
2133M: Kevin Wolf <kwolf@redhat.com>
2134L: qemu-block@nongnu.org
2135S: Supported
2136F: block/linux-aio.c
f586d5fc 2137F: include/block/raw-aio.h
2e6fc7eb 2138F: block/raw-format.c
c1bb86cd
EB
2139F: block/file-posix.c
2140F: block/file-win32.c
e7c6e631
SH
2141F: block/win32-aio.c
2142
2143qcow2
2144M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2145M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2146L: qemu-block@nongnu.org
2147S: Supported
2148F: block/qcow2*
b24f9882 2149F: docs/interop/qcow2.txt
e7c6e631
SH
2150
2151qcow
2152M: Kevin Wolf <kwolf@redhat.com>
2153L: qemu-block@nongnu.org
2154S: Supported
2155F: block/qcow.c
2156
2157blkdebug
2158M: Kevin Wolf <kwolf@redhat.com>
c4189d85 2159M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
2160L: qemu-block@nongnu.org
2161S: Supported
2162F: block/blkdebug.c
2163
2164vpc
2165M: Kevin Wolf <kwolf@redhat.com>
2166L: qemu-block@nongnu.org
2167S: Supported
2168F: block/vpc.c
2169
2170vvfat
2171M: Kevin Wolf <kwolf@redhat.com>
2172L: qemu-block@nongnu.org
2173S: Supported
2174F: block/vvfat.c
abfe4e94
SH
2175
2176Image format fuzzer
2177M: Stefan Hajnoczi <stefanha@redhat.com>
2178L: qemu-block@nongnu.org
2179S: Supported
2180F: tests/image-fuzzer/
717171bd 2181
049105a3 2182Replication
205f8618 2183M: Wen Congyang <wencongyang2@huawei.com>
3ccc0a01 2184M: Xie Changlong <xiechanglong.d@gmail.com>
049105a3
CX
2185S: Supported
2186F: replication*
2187F: block/replication.c
2188F: tests/test-replication.c
2189F: docs/block-replication.txt
2190
a3defabb
MA
2191PVRDMA
2192M: Yuval Shaia <yuval.shaia@oracle.com>
fe355cbd 2193M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
a3defabb
MA
2194S: Maintained
2195F: hw/rdma/*
2196F: hw/rdma/vmw/*
2197F: docs/pvrdma.txt
2198
b9e02c06
AB
2199Build and test automation
2200-------------------------
0475a03e 2201Build and test automation
b9e02c06 2202M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 2203M: Fam Zheng <famz@redhat.com>
32b9ca98 2204R: Philippe Mathieu-Daudé <f4bug@amsat.org>
b9e02c06 2205L: qemu-devel@nongnu.org
e70dc7f8 2206S: Maintained
b9e02c06 2207F: .travis.yml
0708e647 2208F: scripts/travis/
d92d886a 2209F: .shippable.yml
e70dc7f8 2210F: tests/docker/
18023821 2211F: tests/vm/
e70dc7f8 2212W: https://travis-ci.org/qemu/qemu
2a747008 2213W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2214W: http://patchew.org/QEMU/
717171bd 2215
7e97017e
AB
2216Guest Test Compilation Support
2217M: Alex Bennée <alex.bennee@linaro.org>
2218R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2219F: tests/tcg/Makefile
c722a9e4 2220F: tests/tcg/Makefile.include
7e97017e
AB
2221L: qemu-devel@nongnu.org
2222
717171bd
DB
2223Documentation
2224-------------
2225Build system architecture
2226M: Daniel P. Berrange <berrange@redhat.com>
2227S: Odd Fixes
c39cdbf6 2228F: docs/devel/build-system.txt
8a49e97f 2229
b02c9bc3
MA
2230Incompatible changes
2231R: libvir-list@redhat.com
2232F: qemu-deprecated.texi
2233
aef45d51
DB
2234Build System
2235------------
2236GIT submodules
2237M: Daniel P. Berrange <berrange@redhat.com>
2238S: Odd Fixes
2239F: scripts/git-submodule.sh