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