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