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