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