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