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