]> git.proxmox.com Git - mirror_qemu.git/blame - MAINTAINERS
blockjob: avoid recursive AioContext locking
[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>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 23 much other than throw the odd patch in. See below.
fd5d5c56
AL
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51General Project Administration
52------------------------------
ff0d4876 53M: Peter Maydell <peter.maydell@linaro.org>
fd5d5c56 54
c9a19d5b
SW
55All patches CC here
56L: qemu-devel@nongnu.org
57F: *
58F: */
59
62622c11
MT
60Responsible Disclosure, Reporting Security Issues
61------------------------------
62W: http://wiki.qemu.org/SecurityProcess
63M: Michael S. Tsirkin <mst@redhat.com>
62622c11
MT
64L: secalert@redhat.com
65
936c2230
LV
66Trivial patches
67---------------
68Trivial patches
69M: Michael Tokarev <mjt@tls.msk.ru>
70M: Laurent Vivier <laurent@vivier.eu>
71S: Maintained
72L: qemu-trivial@nongnu.org
73K: ^Subject:.*(?i)trivial
74T: git git://git.corpit.ru/qemu.git trivial-patches
75T: git git://github.com/vivier/qemu.git trivial-patches
76
fd5d5c56
AL
77Guest CPU cores (TCG):
78----------------------
486bbe5f 79Overall
5dd4a88c 80L: qemu-devel@nongnu.org
2b1641d0
PB
81M: Paolo Bonzini <pbonzini@redhat.com>
82M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83M: Richard Henderson <rth@twiddle.net>
84S: Maintained
486bbe5f 85F: cpu-exec.c
2b1641d0
PB
86F: cpu-exec-common.c
87F: cpus.c
486bbe5f 88F: cputlb.c
2b1641d0 89F: exec.c
486bbe5f 90F: softmmu_template.h
2b1641d0
PB
91F: translate-all.*
92F: translate-common.c
93F: include/exec/cpu*.h
94F: include/exec/exec-all.h
486bbe5f 95F: include/exec/helper*.h
2b1641d0 96F: include/exec/tb-hash.h
460423d3 97F: include/sysemu/cpus.h
486bbe5f 98
1badb586
PM
99FPU emulation
100M: Aurelien Jarno <aurelien@aurel32.net>
101M: Peter Maydell <peter.maydell@linaro.org>
102S: Odd Fixes
103F: fpu/
104F: include/fpu/
105
fd5d5c56 106Alpha
8d6df264
RH
107M: Richard Henderson <rth@twiddle.net>
108S: Maintained
fcf5ef2a 109F: target/alpha/
8d8b636d 110F: hw/alpha/
c0bd0b50 111F: tests/tcg/alpha/
c17652ee 112F: disas/alpha.c
b6f97c14 113
b6f97c14 114ARM
1ce9ce6a 115M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 116L: qemu-arm@nongnu.org
fd5d5c56 117S: Maintained
fcf5ef2a 118F: target/arm/
8d8b636d
PB
119F: hw/arm/
120F: hw/cpu/a*mpcore.c
f7e242d6 121F: include/hw/cpu/a*mpcore.h
c17652ee
PB
122F: disas/arm.c
123F: disas/arm-a64.cc
124F: disas/libvixl/
fd5d5c56
AL
125
126CRIS
127M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128S: Maintained
fcf5ef2a 129F: target/cris/
8d8b636d 130F: hw/cris/
c9b90090 131F: include/hw/cris/
c0bd0b50 132F: tests/tcg/cris/
c17652ee 133F: disas/cris.c
fd5d5c56 134
61766fe9
RH
135HPPA (PA-RISC)
136M: Richard Henderson <rth@twiddle.net>
137S: Maintained
138F: target/hppa/
139F: disas/hppa.c
140
07bf23a7
MW
141LM32
142M: Michael Walle <michael@walle.cc>
143S: Maintained
fcf5ef2a 144F: target/lm32/
4eab7a0a 145F: disas/lm32.c
8d8b636d 146F: hw/lm32/
4eab7a0a
MW
147F: hw/*/lm32_*
148F: hw/*/milkymist-*
149F: include/hw/char/lm32_juart.h
150F: include/hw/lm32/
c0bd0b50 151F: tests/tcg/lm32/
07bf23a7 152
fd5d5c56 153M68K
595a926d
LV
154M: Laurent Vivier <laurent@vivier.eu>
155S: Maintained
fcf5ef2a 156F: target/m68k/
e9a56114 157F: disas/m68k.c
fd5d5c56
AL
158
159MicroBlaze
160M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161S: Maintained
fcf5ef2a 162F: target/microblaze/
8d8b636d 163F: hw/microblaze/
c17652ee 164F: disas/microblaze.c
fd5d5c56 165
b6f97c14 166MIPS
ddb13561 167M: Aurelien Jarno <aurelien@aurel32.net>
78851fa5 168M: Yongbok Kim <yongbok.kim@imgtec.com>
6f640917 169S: Maintained
fcf5ef2a 170F: target/mips/
8d8b636d 171F: hw/mips/
5995db88
TH
172F: hw/misc/mips_*
173F: hw/intc/mips_gic.c
174F: hw/timer/mips_gictimer.c
175F: include/hw/mips/
176F: include/hw/misc/mips_*
177F: include/hw/intc/mips_gic.h
178F: include/hw/timer/mips_gictimer.h
c0bd0b50 179F: tests/tcg/mips/
c17652ee 180F: disas/mips.c
fd5d5c56 181
d15a9c23
AG
182Moxie
183M: Anthony Green <green@moxielogic.com>
184S: Maintained
fcf5ef2a 185F: target/moxie/
c17652ee 186F: disas/moxie.c
a3ccdfb5
TH
187F: hw/moxie/
188F: default-configs/moxie-softmmu.mak
d15a9c23 189
e671711c
MV
190NiosII
191M: Chris Wulff <crwulff@gmail.com>
192M: Marek Vasut <marex@denx.de>
193S: Maintained
194F: target/nios2/
195F: hw/nios2/
196F: disas/nios2.c
197
945dad6d
JL
198OpenRISC
199M: Jia Liu <proljc@gmail.com>
200S: Maintained
fcf5ef2a 201F: target/openrisc/
945dad6d 202F: hw/openrisc/
c0bd0b50 203F: tests/tcg/openrisc/
945dad6d 204
b6f97c14 205PowerPC
b4daafbd 206M: David Gibson <david@gibson.dropbear.id.au>
fd5d5c56 207M: Alexander Graf <agraf@suse.de>
a6c98685 208L: qemu-ppc@nongnu.org
fd5d5c56 209S: Maintained
fcf5ef2a 210F: target/ppc/
8d8b636d 211F: hw/ppc/
b5d55020 212F: include/hw/ppc/
c17652ee 213F: disas/ppc.c
fd5d5c56
AL
214
215S390
2b35e93f 216M: Richard Henderson <rth@twiddle.net>
fd5d5c56
AL
217M: Alexander Graf <agraf@suse.de>
218S: Maintained
fcf5ef2a 219F: target/s390x/
8d8b636d 220F: hw/s390x/
c17652ee 221F: disas/s390.c
fd5d5c56 222
b6f97c14 223SH4
ddb13561 224M: Aurelien Jarno <aurelien@aurel32.net>
2c9b7d1a 225S: Odd Fixes
fcf5ef2a 226F: target/sh4/
8d8b636d 227F: hw/sh4/
c17652ee 228F: disas/sh4.c
8a90f900 229F: include/hw/sh4/
fd5d5c56
AL
230
231SPARC
f2416d3a 232M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
2c742bf7 233M: Artyom Tarasenko <atar4qemu@gmail.com>
fd5d5c56 234S: Maintained
fcf5ef2a 235F: target/sparc/
8d8b636d
PB
236F: hw/sparc/
237F: hw/sparc64/
c17652ee 238F: disas/sparc.c
fd5d5c56 239
a6ea7b4c
AF
240UniCore32
241M: Guan Xuetao <gxt@mprc.pku.edu.cn>
242S: Maintained
fcf5ef2a 243F: target/unicore32/
8d8b636d 244F: hw/unicore32/
47b98d59 245F: include/hw/unicore32/
a6ea7b4c 246
fd5d5c56 247X86
d46d72fd
PB
248M: Paolo Bonzini <pbonzini@redhat.com>
249M: Richard Henderson <rth@twiddle.net>
e1a04339 250M: Eduardo Habkost <ehabkost@redhat.com>
b203a4ba 251S: Maintained
fcf5ef2a 252F: target/i386/
8d8b636d 253F: hw/i386/
c17652ee 254F: disas/i386.c
fd5d5c56 255
16e7caae
MF
256Xtensa
257M: Max Filippov <jcmvbkbc@gmail.com>
375847a6 258W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 259S: Maintained
fcf5ef2a 260F: target/xtensa/
8d8b636d 261F: hw/xtensa/
c0bd0b50 262F: tests/tcg/xtensa/
16e7caae 263
48e06fe0
BK
264TriCore
265M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
266S: Maintained
fcf5ef2a 267F: target/tricore/
48e06fe0 268F: hw/tricore/
d46d14e6 269F: include/hw/tricore/
48e06fe0 270
fd5d5c56
AL
271Guest CPU Cores (KVM):
272----------------------
273
274Overall
c6d559d9 275M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
276L: kvm@vger.kernel.org
277S: Supported
278F: kvm-*
279F: */kvm.*
a95e9a48 280F: include/sysemu/kvm*.h
fd5d5c56 281
ed4659d1
PM
282ARM
283M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 284L: qemu-arm@nongnu.org
ed4659d1 285S: Maintained
fcf5ef2a 286F: target/arm/kvm.c
ed4659d1 287
a31896c4
JH
288MIPS
289M: James Hogan <james.hogan@imgtec.com>
290S: Maintained
fcf5ef2a 291F: target/mips/kvm.c
a31896c4 292
fd5d5c56
AL
293PPC
294M: Alexander Graf <agraf@suse.de>
295S: Maintained
fcf5ef2a 296F: target/ppc/kvm.c
fd5d5c56 297
749717a0 298S390
b304bf00
CB
299M: Christian Borntraeger <borntraeger@de.ibm.com>
300M: Cornelia Huck <cornelia.huck@de.ibm.com>
fd5d5c56
AL
301M: Alexander Graf <agraf@suse.de>
302S: Maintained
fcf5ef2a
TH
303F: target/s390x/kvm.c
304F: target/s390x/ioinst.[ch]
305F: target/s390x/machine.c
4277af19
CH
306F: hw/intc/s390_flic.c
307F: hw/intc/s390_flic_kvm.c
308F: include/hw/s390x/s390_flic.h
c5bfb202 309F: gdb-xml/s390*.xml
3e9ed24b
CH
310T: git git://github.com/cohuck/qemu.git s390-next
311T: git git://github.com/borntraeger/qemu.git s390-next
fd5d5c56
AL
312
313X86
d46d72fd 314M: Paolo Bonzini <pbonzini@redhat.com>
fd5d5c56
AL
315M: Marcelo Tosatti <mtosatti@redhat.com>
316L: kvm@vger.kernel.org
317S: Supported
fcf5ef2a 318F: target/i386/kvm.c
fd5d5c56 319
8a6b0cd7
SS
320Guest CPU Cores (Xen):
321----------------------
322
323X86
3623c57e
SS
324M: Stefano Stabellini <sstabellini@kernel.org>
325M: Anthony Perard <anthony.perard@citrix.com>
6d06220a 326L: xen-devel@lists.xenproject.org
8a6b0cd7
SS
327S: Supported
328F: xen-*
329F: */xen*
c92451c2
PB
330F: hw/char/xen_console.c
331F: hw/display/xenfb.c
332F: hw/net/xen_nic.c
9027ac50 333F: hw/block/xen_*
c92451c2
PB
334F: hw/xen/
335F: hw/xenpv/
9027ac50 336F: hw/i386/xen/
c92451c2 337F: include/hw/xen/
9027ac50 338F: include/sysemu/xen-mapcache.h
8a6b0cd7 339
1bdd6874
SW
340Hosts:
341------
342
343LINUX
344L: qemu-devel@nongnu.org
345S: Maintained
346F: linux-*
347F: linux-headers/
348
349POSIX
350L: qemu-devel@nongnu.org
351S: Maintained
352F: *posix*
353
354W32, W64
355L: qemu-devel@nongnu.org
356M: Stefan Weil <sw@weilnetz.de>
357S: Maintained
358F: *win32*
03972660
TH
359F: */*win32*
360F: include/*/*win32*
361X: qga/*win32*
885bdc95 362F: qemu.nsi
1bdd6874 363
fd5d5c56
AL
364ARM Machines
365------------
84291fe7 366Allwinner-a10
85b4d5da 367M: Beniamino Galvani <b.galvani@gmail.com>
b4f2bd1c 368L: qemu-arm@nongnu.org
84291fe7 369S: Maintained
85b4d5da
BG
370F: hw/*/allwinner*
371F: include/hw/*/allwinner*
84291fe7
LG
372F: hw/arm/cubieboard.c
373
06271000
PB
374ARM PrimeCell
375M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 376L: qemu-arm@nongnu.org
06271000
PB
377S: Maintained
378F: hw/char/pl011.c
379F: hw/display/pl110*
380F: hw/dma/pl080.c
381F: hw/dma/pl330.c
382F: hw/gpio/pl061.c
383F: hw/input/pl050.c
384F: hw/intc/pl190.c
385F: hw/sd/pl181.c
386F: hw/timer/pl031.c
387F: include/hw/arm/primecell.h
388
389ARM cores
390M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 391L: qemu-arm@nongnu.org
06271000
PB
392S: Maintained
393F: hw/intc/arm*
394F: hw/intc/gic_internal.h
395F: hw/misc/a9scu.c
396F: hw/misc/arm11scu.c
397F: hw/timer/a9gtimer*
398F: hw/timer/arm_*
399F: include/hw/arm/arm.h
400F: include/hw/intc/arm*
401F: include/hw/misc/a9scu.h
402F: include/hw/misc/arm11scu.h
403F: include/hw/timer/a9gtimer.h
404F: include/hw/timer/arm_mptimer.h
405
fc63dcff 406Exynos
f44c5c67 407M: Igor Mitsyanko <i.mitsyanko@gmail.com>
b4f2bd1c 408L: qemu-arm@nongnu.org
fc63dcff 409S: Maintained
8d8b636d 410F: hw/*/exynos*
ed0db866 411F: include/hw/arm/exynos4210.h
fc63dcff 412
766fd09f 413Calxeda Highbank
9ef137ca 414M: Rob Herring <robh@kernel.org>
b4f2bd1c 415L: qemu-arm@nongnu.org
9ef137ca 416S: Maintained
8d8b636d
PB
417F: hw/arm/highbank.c
418F: hw/net/xgmac.c
766fd09f 419
9082f121
AP
420Canon DIGIC
421M: Antony Pavlov <antonynpavlov@gmail.com>
b4f2bd1c 422L: qemu-arm@nongnu.org
9082f121
AP
423S: Maintained
424F: include/hw/arm/digic.h
425F: hw/*/digic*
426
fd5d5c56 427Gumstix
5dd4a88c 428L: qemu-devel@nongnu.org
b4f2bd1c 429L: qemu-arm@nongnu.org
fd5d5c56 430S: Orphan
8d8b636d 431F: hw/arm/gumstix.c
fd5d5c56 432
0325559d
PC
433i.MX31
434M: Peter Chubb <peter.chubb@nicta.com.au>
b4f2bd1c 435L: qemu-arm@nongnu.org
0325559d 436S: Odd fixes
8d8b636d 437F: hw/*/imx*
f7e242d6 438F: include/hw/*/imx*
8d8b636d 439F: hw/arm/kzm.c
ed0db866 440F: include/hw/arm/fsl-imx31.h
0325559d 441
fd5d5c56 442Integrator CP
1ce9ce6a 443M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 444L: qemu-arm@nongnu.org
fd5d5c56 445S: Maintained
8d8b636d 446F: hw/arm/integratorcp.c
f7e242d6 447F: hw/misc/arm_integrator_debug.c
fd5d5c56 448
fd5d5c56
AL
449Musicpal
450M: Jan Kiszka <jan.kiszka@web.de>
b4f2bd1c 451L: qemu-arm@nongnu.org
fd5d5c56 452S: Maintained
8d8b636d 453F: hw/arm/musicpal.c
fd5d5c56
AL
454
455nSeries
456M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 457L: qemu-arm@nongnu.org
fd5d5c56 458S: Maintained
8d8b636d 459F: hw/arm/nseries.c
fd5d5c56
AL
460
461Palm
462M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 463L: qemu-arm@nongnu.org
fd5d5c56 464S: Maintained
8d8b636d 465F: hw/arm/palm.c
fd5d5c56
AL
466
467Real View
1ce9ce6a 468M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 469L: qemu-arm@nongnu.org
fd5d5c56 470S: Maintained
8d8b636d 471F: hw/arm/realview*
f7e242d6 472F: hw/cpu/realview_mpcore.c
5ea53049
PB
473F: hw/intc/realview_gic.c
474F: include/hw/intc/realview_gic.h
fd5d5c56 475
9b31bff0 476PXA2XX
fd5d5c56 477M: Andrzej Zaborowski <balrogg@gmail.com>
b4f2bd1c 478L: qemu-arm@nongnu.org
fd5d5c56 479S: Maintained
9b31bff0 480F: hw/arm/mainstone.c
8d8b636d 481F: hw/arm/spitz.c
9b31bff0
PB
482F: hw/arm/tosa.c
483F: hw/arm/z2.c
484F: hw/*/pxa2xx*
f7e242d6 485F: hw/misc/mst_fpga.c
ed0db866 486F: include/hw/arm/pxa.h
fd5d5c56
AL
487
488Stellaris
1ce9ce6a 489M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 490L: qemu-arm@nongnu.org
fd5d5c56 491S: Maintained
8d8b636d 492F: hw/*/stellaris*
fd5d5c56
AL
493
494Versatile PB
1ce9ce6a 495M: Peter Maydell <peter.maydell@linaro.org>
b4f2bd1c 496L: qemu-arm@nongnu.org
fd5d5c56 497S: Maintained
8d8b636d 498F: hw/*/versatile*
fd5d5c56 499
e3260506 500Xilinx Zynq
cc0100f4 501M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
4b46ba61 502M: Alistair Francis <alistair.francis@xilinx.com>
b4f2bd1c 503L: qemu-arm@nongnu.org
e3260506 504S: Maintained
cc0100f4 505F: hw/*/xilinx_*
8d8b636d 506F: hw/*/cadence_*
f7e242d6
TH
507F: hw/misc/zynq*
508F: include/hw/misc/zynq*
cc0100f4 509X: hw/ssi/xilinx_*
e3260506 510
137805f5
AF
511Xilinx ZynqMP
512M: Alistair Francis <alistair.francis@xilinx.com>
cc0100f4 513M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
b4f2bd1c 514L: qemu-arm@nongnu.org
137805f5 515S: Maintained
cc0100f4 516F: hw/*/xlnx*.c
f586d5fc 517F: include/hw/*/xlnx*.h
137805f5 518
8f4d260e
SZ
519ARM ACPI Subsystem
520M: Shannon Zhao <zhaoshenglong@huawei.com>
521M: Shannon Zhao <shannon.zhao@linaro.org>
b4f2bd1c 522L: qemu-arm@nongnu.org
8f4d260e
SZ
523S: Maintained
524F: hw/arm/virt-acpi-build.c
8f4d260e 525
a1f8193b
AF
526STM32F205
527M: Alistair Francis <alistair@alistair23.me>
528S: Maintained
529F: hw/arm/stm32f205_soc.c
530F: hw/misc/stm32f2xx_syscfg.c
531F: hw/char/stm32f2xx_usart.c
532F: hw/timer/stm32f2xx_timer.c
533F: hw/adc/*
534F: hw/ssi/stm32f2xx_spi.c
535
536Netduino 2
537M: Alistair Francis <alistair@alistair23.me>
538S: Maintained
539F: hw/arm/netduino2.c
540
fd5d5c56
AL
541CRIS Machines
542-------------
543Axis Dev88
544M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
545S: Maintained
8d8b636d 546F: hw/cris/axis_dev88.c
6e481d57 547F: hw/*/etraxfs_*.c
fd5d5c56 548
07bf23a7
MW
549LM32 Machines
550-------------
551EVR32 and uclinux BSP
552M: Michael Walle <michael@walle.cc>
553S: Maintained
8d8b636d 554F: hw/lm32/lm32_boards.c
07bf23a7 555
d118aa6b
MW
556milkymist
557M: Michael Walle <michael@walle.cc>
558S: Maintained
8d8b636d 559F: hw/lm32/milkymist.c
d118aa6b 560
afcacd53 561M68K Machines
fd5d5c56
AL
562-------------
563an5206
5baf2741
TH
564M: Thomas Huth <huth@tuxfamily.org>
565S: Odd Fixes
8d8b636d 566F: hw/m68k/an5206.c
e9a56114 567F: hw/m68k/mcf5206.c
fd5d5c56 568
fd5d5c56 569mcf5208
5baf2741
TH
570M: Thomas Huth <huth@tuxfamily.org>
571S: Odd Fixes
8d8b636d 572F: hw/m68k/mcf5208.c
e9a56114
TH
573F: hw/m68k/mcf_intc.c
574F: hw/char/mcf_uart.c
575F: hw/net/mcf_fec.c
5baf2741 576F: include/hw/m68k/mcf*.h
fd5d5c56
AL
577
578MicroBlaze Machines
579-------------------
580petalogix_s3adsp1800
581M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582S: Maintained
6e481d57 583F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 584
d36e8ce7 585petalogix_ml605
4b46ba61 586M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
d36e8ce7 587S: Maintained
8d8b636d 588F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 589
fd5d5c56
AL
590MIPS Machines
591-------------
592Jazz
593M: Hervé Poussineau <hpoussin@reactos.org>
594S: Maintained
8d8b636d 595F: hw/mips/mips_jazz.c
fd5d5c56
AL
596
597Malta
598M: Aurelien Jarno <aurelien@aurel32.net>
599S: Maintained
8d8b636d 600F: hw/mips/mips_malta.c
fd5d5c56
AL
601
602Mipssim
659f42d8
YK
603M: Yongbok Kim <yongbok.kim@imgtec.com>
604S: Odd Fixes
8d8b636d 605F: hw/mips/mips_mipssim.c
659f42d8 606F: hw/net/mipsnet.c
fd5d5c56
AL
607
608R4000
609M: Aurelien Jarno <aurelien@aurel32.net>
610S: Maintained
8d8b636d 611F: hw/mips/mips_r4k.c
fd5d5c56 612
659f42d8
YK
613Fulong 2E
614M: Yongbok Kim <yongbok.kim@imgtec.com>
615S: Odd Fixes
616F: hw/mips/mips_fulong2e.c
617
618Boston
619M: Paul Burton <paul.burton@imgtec.com>
620S: Maintained
621F: hw/core/loader-fit.c
622F: hw/mips/boston.c
623F: hw/pci-host/xilinx-pcie.c
624
945dad6d
JL
625OpenRISC Machines
626-----------------
627or1k-sim
628M: Jia Liu <proljc@gmail.com>
629S: Maintained
630F: hw/openrisc/openrisc_sim.c
631
fd5d5c56
AL
632PowerPC Machines
633----------------
634405
635M: Alexander Graf <agraf@suse.de>
a6c98685 636L: qemu-ppc@nongnu.org
9b9fe135 637S: Odd Fixes
8d8b636d 638F: hw/ppc/ppc405_boards.c
fd5d5c56 639
aaade8d7
AF
640Bamboo
641M: Alexander Graf <agraf@suse.de>
642L: qemu-ppc@nongnu.org
643S: Odd Fixes
8d8b636d 644F: hw/ppc/ppc440_bamboo.c
aaade8d7 645
98cded3a
AF
646e500
647M: Alexander Graf <agraf@suse.de>
648M: Scott Wood <scottwood@freescale.com>
649L: qemu-ppc@nongnu.org
650S: Supported
651F: hw/ppc/e500.[hc]
652F: hw/ppc/e500plat.c
b5d55020
TH
653F: include/hw/ppc/ppc_e500.h
654F: include/hw/pci-host/ppce500.h
655F: pc-bios/u-boot.e500
98cded3a
AF
656
657mpc8544ds
658M: Alexander Graf <agraf@suse.de>
659M: Scott Wood <scottwood@freescale.com>
660L: qemu-ppc@nongnu.org
661S: Supported
662F: hw/ppc/mpc8544ds.c
8d8b636d 663F: hw/ppc/mpc8544_guts.c
98cded3a 664
fd5d5c56
AL
665New World
666M: Alexander Graf <agraf@suse.de>
a6c98685 667L: qemu-ppc@nongnu.org
fd5d5c56 668S: Maintained
baec1910 669F: hw/ppc/mac_newworld.c
6e481d57
PM
670F: hw/pci-host/uninorth.c
671F: hw/pci-bridge/dec.[hc]
8d8b636d 672F: hw/misc/macio/
b5d55020
TH
673F: include/hw/ppc/mac_dbdma.h
674F: hw/nvram/mac_nvram.c
fd5d5c56
AL
675
676Old World
677M: Alexander Graf <agraf@suse.de>
a6c98685 678L: qemu-ppc@nongnu.org
fd5d5c56 679S: Maintained
baec1910 680F: hw/ppc/mac_oldworld.c
6e481d57 681F: hw/pci-host/grackle.c
8d8b636d 682F: hw/misc/macio/
835c42d3 683F: hw/intc/heathrow_pic.c
fd5d5c56 684
ec38d398 685PReP
8178e89c 686M: Hervé Poussineau <hpoussin@reactos.org>
9f38774d 687L: qemu-devel@nongnu.org
a6c98685 688L: qemu-ppc@nongnu.org
8178e89c 689S: Maintained
75610155 690F: hw/ppc/prep.c
8178e89c
HP
691F: hw/ppc/prep_systemio.c
692F: hw/ppc/rs6000_mc.c
6e481d57 693F: hw/pci-host/prep.[hc]
8d8b636d 694F: hw/isa/pc87312.[hc]
835c42d3 695F: pc-bios/ppc_rom.bin
fd5d5c56 696
300b115c 697sPAPR
085eb217 698M: David Gibson <david@gibson.dropbear.id.au>
8a269ca4
AF
699M: Alexander Graf <agraf@suse.de>
700L: qemu-ppc@nongnu.org
701S: Supported
8d8b636d 702F: hw/*/spapr*
f9de2da7
DG
703F: include/hw/*/spapr*
704F: hw/*/xics*
705F: include/hw/*/xics*
706F: pc-bios/spapr-rtas/*
b5d55020
TH
707F: pc-bios/spapr-rtas.bin
708F: pc-bios/slof.bin
bcad45de 709F: pc-bios/skiboot.lid
b5d55020
TH
710F: docs/specs/ppc-spapr-hcalls.txt
711F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
712F: tests/spapr*
713F: tests/libqos/*spapr*
714F: tests/rtas*
715F: tests/libqos/rtas*
8a269ca4 716
794d00bf
AF
717virtex_ml507
718M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
719L: qemu-ppc@nongnu.org
720S: Odd Fixes
6e481d57 721F: hw/ppc/virtex_ml507.c
794d00bf 722
fd5d5c56
AL
723SH4 Machines
724------------
725R2D
726M: Magnus Damm <magnus.damm@gmail.com>
727S: Maintained
6e481d57 728F: hw/sh4/r2d.c
81527b94
TH
729F: hw/intc/sh_intc.c
730F: hw/timer/sh_timer.c
fd5d5c56
AL
731
732Shix
733M: Magnus Damm <magnus.damm@gmail.com>
81527b94 734S: Odd Fixes
6e481d57 735F: hw/sh4/shix.c
fd5d5c56
AL
736
737SPARC Machines
738--------------
739Sun4m
f2416d3a 740M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 741S: Maintained
8d8b636d 742F: hw/sparc/sun4m.c
c10a1c78
TH
743F: hw/dma/sparc32_dma.c
744F: hw/dma/sun4m_iommu.c
7098b79e
TH
745F: hw/misc/eccmemctl.c
746F: hw/misc/slavio_misc.c
c10a1c78
TH
747F: include/hw/sparc/sparc32_dma.h
748F: include/hw/sparc/sun4m.h
749F: pc-bios/openbios-sparc32
fd5d5c56
AL
750
751Sun4u
f2416d3a 752M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
fd5d5c56 753S: Maintained
8d8b636d 754F: hw/sparc64/sun4u.c
c10a1c78 755F: pc-bios/openbios-sparc64
fd5d5c56 756
a2664ca0
AT
757Sun4v
758M: Artyom Tarasenko <atar4qemu@gmail.com>
759S: Maintained
760F: hw/sparc64/sun4v.c
761F: hw/timer/sun4v-rtc.c
762F: include/hw/timer/sun4v-rtc.h
763
ce6c760c
FC
764Leon3
765M: Fabien Chouteau <chouteau@adacore.com>
766S: Maintained
8d8b636d
PB
767F: hw/sparc/leon3.c
768F: hw/*/grlib*
c10a1c78 769F: include/hw/sparc/grlib.h
ce6c760c 770
fd5d5c56
AL
771S390 Machines
772-------------
dd4ad64a
CH
773S390 Virtio-ccw
774M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 775M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
776M: Alexander Graf <agraf@suse.de>
777S: Supported
0c6aa7ee 778F: hw/char/sclp*.[hc]
c5bfb202 779F: hw/s390x/
4277af19
CH
780F: include/hw/s390x/
781F: pc-bios/s390-ccw/
c5bfb202 782F: hw/watchdog/wdt_diag288.c
1e4738b2
SS
783F: include/hw/watchdog/wdt_diag288.h
784F: pc-bios/s390-ccw.img
785F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
786T: git git://github.com/cohuck/qemu.git s390-next
787T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 788
ab9528ca
GX
789UniCore32 Machines
790-------------
791PKUnity-3 SoC initramfs-with-busybox
792M: Guan Xuetao <gxt@mprc.pku.edu.cn>
793S: Maintained
8d8b636d 794F: hw/*/puv3*
ab9528ca
GX
795F: hw/unicore32/
796
fd5d5c56
AL
797X86 Machines
798------------
799PC
046a6486 800M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 801S: Supported
046a6486
MT
802F: include/hw/i386/
803F: hw/i386/
804F: hw/pci-host/piix.c
805F: hw/pci-host/q35.c
806F: hw/pci-host/pam.c
807F: include/hw/pci-host/q35.h
808F: include/hw/pci-host/pam.h
809F: hw/isa/piix4.c
810F: hw/isa/lpc_ich9.c
811F: hw/i2c/smbus_ich9.c
812F: hw/acpi/piix4.c
813F: hw/acpi/ich9.c
814F: include/hw/acpi/ich9.h
f586d5fc 815F: include/hw/acpi/piix4.h
9cc3b73c
PB
816F: hw/misc/sga.c
817
818PC Chipset
819M: Michael S. Tsirkin <mst@redhat.com>
820M: Paolo Bonzini <pbonzini@redhat.com>
821S: Support
822F: hw/char/debugcon.c
823F: hw/char/parallel.c
824F: hw/char/serial*
825F: hw/dma/i8257*
826F: hw/i2c/pm_smbus.c
827F: hw/intc/apic*
828F: hw/intc/ioapic*
829F: hw/intc/i8259*
830F: hw/misc/debugexit.c
831F: hw/misc/pc-testdev.c
832F: hw/timer/hpet*
833F: hw/timer/i8254*
834F: hw/timer/mc146818rtc*
a2feb348
TH
835F: include/hw/i2c/pm_smbus.h
836F: include/hw/timer/hpet.h
837F: include/hw/timer/i8254*
838F: include/hw/timer/mc146818rtc*
046a6486 839
5da4fb00
MT
840Machine core
841M: Eduardo Habkost <ehabkost@redhat.com>
842M: Marcel Apfelbaum <marcel@redhat.com>
843S: Supported
844F: hw/core/machine.c
c1629c5c 845F: hw/core/null-machine.c
5da4fb00 846F: include/hw/boards.h
fd5d5c56 847
16e7caae
MF
848Xtensa Machines
849---------------
375847a6 850sim
16e7caae
MF
851M: Max Filippov <jcmvbkbc@gmail.com>
852S: Maintained
437a8c11 853F: hw/xtensa/sim.c
375847a6 854
437a8c11 855XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
856M: Max Filippov <jcmvbkbc@gmail.com>
857S: Maintained
437a8c11
MF
858F: hw/xtensa/xtfpga.c
859F: hw/net/opencores_eth.c
16e7caae 860
fd5d5c56
AL
861Devices
862-------
b30934cb
JS
863EDU
864M: Jiri Slaby <jslaby@suse.cz>
865S: Maintained
866F: hw/misc/edu.c
867
fd5d5c56 868IDE
c095348b
JS
869M: John Snow <jsnow@redhat.com>
870L: qemu-block@nongnu.org
871S: Supported
8d8b636d 872F: include/hw/ide.h
c9f7acd5 873F: include/hw/ide/
fd5d5c56 874F: hw/ide/
c095348b
JS
875F: hw/block/block.c
876F: hw/block/cdrom.c
877F: hw/block/hd-geometry.c
878F: tests/ide-test.c
879F: tests/ahci-test.c
aee50319 880F: tests/libqos/ahci*
c095348b
JS
881T: git git://github.com/jnsnow/qemu.git ide
882
883Floppy
884M: John Snow <jsnow@redhat.com>
885L: qemu-block@nongnu.org
886S: Supported
887F: hw/block/fdc.c
888F: include/hw/block/fdc.h
aee50319 889F: tests/fdc-test.c
c095348b 890T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 891
f5f487b2
PM
892OMAP
893M: Peter Maydell <peter.maydell@linaro.org>
894S: Maintained
8d8b636d 895F: hw/*/omap*
ed0db866 896F: include/hw/arm/omap.h
f5f487b2 897
28d54e58
PB
898IPack
899M: Alberto Garcia <berto@igalia.com>
900S: Odd Fixes
901F: hw/char/ipoctal232.c
902F: hw/ipack/
903
fd5d5c56
AL
904PCI
905M: Michael S. Tsirkin <mst@redhat.com>
874a2358 906M: Marcel Apfelbaum <marcel@redhat.com>
fd5d5c56 907S: Supported
8d8b636d 908F: include/hw/pci/*
f178bc6b 909F: hw/misc/pci-testdev.c
ca818cfb 910F: hw/pci/*
f178bc6b 911F: hw/pci-bridge/*
0e0b3592 912
d31e5ae7 913ACPI/SMBIOS
0e0b3592
MT
914M: Michael S. Tsirkin <mst@redhat.com>
915M: Igor Mammedov <imammedo@redhat.com>
916S: Supported
917F: include/hw/acpi/*
d31e5ae7 918F: include/hw/smbios/*
0e0b3592 919F: hw/mem/*
8d8b636d 920F: hw/acpi/*
d31e5ae7 921F: hw/smbios/*
0e0b3592 922F: hw/i386/acpi-build.[hc]
0e0b3592 923F: hw/arm/virt-acpi-build.c
3248f1b4
BW
924F: tests/bios-tables-test.c
925F: tests/acpi-utils.[hc]
fd5d5c56 926
aaade8d7
AF
927ppc4xx
928M: Alexander Graf <agraf@suse.de>
929L: qemu-ppc@nongnu.org
930S: Odd Fixes
8d8b636d 931F: hw/ppc/ppc4*.c
b5d55020 932F: include/hw/ppc/ppc4xx.h
aaade8d7 933
98cded3a
AF
934ppce500
935M: Alexander Graf <agraf@suse.de>
936M: Scott Wood <scottwood@freescale.com>
937L: qemu-ppc@nongnu.org
938S: Supported
6e481d57 939F: hw/ppc/e500*
566dd236
PB
940F: hw/pci-host/ppce500.c
941F: hw/net/fsl_etsec/
98cded3a 942
61af0ee6
PB
943Character devices
944M: Paolo Bonzini <pbonzini@redhat.com>
945S: Odd Fixes
946F: hw/char/
947
f536f112
PB
948Network devices
949M: Jason Wang <jasowang@redhat.com>
950S: Odd Fixes
951F: hw/net/
6bd7776c 952F: tests/virtio-net-test.c
f536f112
PB
953T: git git://github.com/jasowang/qemu.git net
954
fd5d5c56 955SCSI
de7724f7
PB
956M: Paolo Bonzini <pbonzini@redhat.com>
957S: Supported
74460f34 958F: include/hw/scsi/*
8d8b636d 959F: hw/scsi/*
6bd7776c 960F: tests/virtio-scsi-test.c
1ab09a40 961T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
962
963LSI53C895A
0e19885e 964S: Orphan
8d8b636d 965F: hw/scsi/lsi53c895a.c
fd5d5c56 966
fcb5629d 967SSI
4b46ba61 968M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
fcb5629d 969S: Maintained
8d8b636d
PB
970F: hw/ssi/*
971F: hw/block/m25p80.c
4b46ba61
AF
972X: hw/ssi/xilinx_*
973
974Xilinx SPI
975M: Alistair Francis <alistair.francis@xilinx.com>
976M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
977S: Maintained
978F: hw/ssi/xilinx_*
fcb5629d 979
fd5d5c56 980USB
5d0d62fe
GH
981M: Gerd Hoffmann <kraxel@redhat.com>
982S: Maintained
8d8b636d 983F: hw/usb/*
28edfce0 984F: tests/usb-*-test.c
beded0ff
TH
985F: docs/usb2.txt
986F: docs/usb-storage.txt
987F: include/hw/usb.h
988F: include/hw/usb/
fd5d5c56 989
e26082fd
PB
990USB (serial adapter)
991M: Gerd Hoffmann <kraxel@redhat.com>
992M: Samuel Thibault <samuel.thibault@ens-lyon.org>
993S: Maintained
994F: hw/usb/dev-serial.c
995
92e1fb5e
AW
996VFIO
997M: Alex Williamson <alex.williamson@redhat.com>
998S: Supported
cf7087db 999F: hw/vfio/*
99b88c6d 1000F: include/hw/vfio/
92e1fb5e 1001
fd5d5c56
AL
1002vhost
1003M: Michael S. Tsirkin <mst@redhat.com>
1004S: Supported
8d8b636d 1005F: hw/*/*vhost*
fd5d5c56
AL
1006
1007virtio
a75143ed 1008M: Michael S. Tsirkin <mst@redhat.com>
fd5d5c56 1009S: Supported
8d8b636d 1010F: hw/*/virtio*
72fa605d
TH
1011F: hw/virtio/Makefile.objs
1012F: hw/virtio/trace-events
6a084ea3 1013F: net/vhost-user.c
494f7b57 1014F: include/hw/virtio/
6bd7776c 1015F: tests/virtio-balloon-test.c
fd5d5c56
AL
1016
1017virtio-9p
23704102 1018M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
8c1cd719 1019M: Greg Kurz <groug@kaod.org>
fd5d5c56 1020S: Supported
aebeca25
AF
1021F: hw/9pfs/
1022F: fsdev/
2d888c09 1023F: tests/virtio-9p-test.c
3f3309cb 1024T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 1025T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1026
1027virtio-blk
54d01a00 1028M: Stefan Hajnoczi <stefanha@redhat.com>
b457a5f5 1029L: qemu-block@nongnu.org
fd5d5c56 1030S: Supported
8d8b636d 1031F: hw/block/virtio-blk.c
b457a5f5 1032F: hw/block/dataplane/*
6bd7776c 1033F: tests/virtio-blk-test.c
b457a5f5 1034T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1035
dd4ad64a
CH
1036virtio-ccw
1037M: Cornelia Huck <cornelia.huck@de.ibm.com>
b304bf00 1038M: Christian Borntraeger <borntraeger@de.ibm.com>
dd4ad64a
CH
1039S: Supported
1040F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1041T: git git://github.com/cohuck/qemu.git s390-next
1042T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 1043
a5d4d7b5
GH
1044virtio-input
1045M: Gerd Hoffmann <kraxel@redhat.com>
1046S: Maintained
1047F: hw/input/virtio-input*.c
1048F: include/hw/virtio/virtio-input.h
1049
fd5d5c56 1050virtio-serial
cee887d9 1051M: Amit Shah <amit@kernel.org>
fd5d5c56 1052S: Supported
8d8b636d
PB
1053F: hw/char/virtio-serial-bus.c
1054F: hw/char/virtio-console.c
68a5e38a 1055F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1056F: tests/virtio-console-test.c
1057F: tests/virtio-serial-test.c
fd5d5c56 1058
1f51a5cb 1059virtio-rng
cee887d9 1060M: Amit Shah <amit@kernel.org>
1f51a5cb
AS
1061S: Supported
1062F: hw/virtio/virtio-rng.c
1063F: include/hw/virtio/virtio-rng.h
750cf869 1064F: include/sysemu/rng*.h
1f51a5cb 1065F: backends/rng*.c
6bd7776c 1066F: tests/virtio-rng-test.c
1f51a5cb 1067
6034011c
GA
1068virtio-crypto
1069M: Gonglei <arei.gonglei@huawei.com>
1070S: Supported
1071F: hw/virtio/virtio-crypto.c
1072F: hw/virtio/virtio-crypto-pci.c
1073F: include/hw/virtio/virtio-crypto.h
1074
f3c507ad
KB
1075nvme
1076M: Keith Busch <keith.busch@intel.com>
c95e4c0e 1077L: qemu-block@nongnu.org
f3c507ad
KB
1078S: Supported
1079F: hw/block/nvme*
fc967791 1080F: tests/nvme-test.c
f3c507ad 1081
d383c625
HR
1082megasas
1083M: Hannes Reinecke <hare@suse.de>
c95e4c0e 1084L: qemu-block@nongnu.org
d383c625
HR
1085S: Supported
1086F: hw/scsi/megasas.c
1087F: hw/scsi/mfi.h
1088
605d52e6
DF
1089Network packet abstractions
1090M: Dmitry Fleytman <dmitry@daynix.com>
1091S: Maintained
1092F: include/net/eth.h
1093F: net/eth.c
1094F: hw/net/net_rx_pkt*
1095F: hw/net/net_tx_pkt*
1096
622fb504
DF
1097Vmware
1098M: Dmitry Fleytman <dmitry@daynix.com>
1099S: Maintained
1100F: hw/net/vmxnet*
1101F: hw/scsi/vmw_pvscsi*
1102
de24d3f1 1103Rocker
de24d3f1
SF
1104M: Jiri Pirko <jiri@resnulli.us>
1105S: Maintained
1106F: hw/net/rocker/
de850948
TH
1107F: tests/rocker/
1108F: docs/specs/rocker.txt
de24d3f1 1109
70d1fb9c
XG
1110NVDIMM
1111M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1112S: Maintained
1113F: hw/acpi/nvdimm.c
1114F: hw/mem/nvdimm.c
1115F: include/hw/mem/nvdimm.h
1116
093454e2
DF
1117e1000x
1118M: Dmitry Fleytman <dmitry@daynix.com>
1119S: Maintained
1120F: hw/net/e1000x*
1121
6f3fbe4e
DF
1122e1000e
1123M: Dmitry Fleytman <dmitry@daynix.com>
1124S: Maintained
1125F: hw/net/e1000e*
1126
e481a1f6
AF
1127Generic Loader
1128M: Alistair Francis <alistair.francis@xilinx.com>
1129S: Maintained
1130F: hw/core/generic-loader.c
1131F: include/hw/core/generic-loader.h
1132
87a9023a
TH
1133CHRP NVRAM
1134M: Thomas Huth <thuth@redhat.com>
1135S: Maintained
1136F: hw/nvram/chrp_nvram.c
1137F: include/hw/nvram/chrp_nvram.h
1138F: tests/prom-env-test.c
1139
42697d88
BW
1140VM Generation ID
1141M: Ben Warren <ben@skyportsystems.com>
1142S: Maintained
1143F: hw/acpi/vmgenid.c
1144F: include/hw/acpi/vmgenid.h
1145F: docs/specs/vmgenid.txt
1146F: tests/vmgenid-test.c
1147F: stubs/vmgenid.c
1148
fd5d5c56
AL
1149Subsystems
1150----------
1151Audio
9f575846 1152M: Gerd Hoffmann <kraxel@redhat.com>
fd5d5c56
AL
1153S: Maintained
1154F: audio/
8d8b636d 1155F: hw/audio/
a2b245ae 1156F: include/hw/audio/
d7b50c0c 1157F: tests/ac97-test.c
8fa74c94 1158F: tests/es1370-test.c
fbaf445a 1159F: tests/intel-hda-test.c
fd5d5c56 1160
17f1e8f5 1161Block layer core
fd5d5c56 1162M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1163M: Max Reitz <mreitz@redhat.com>
c95e4c0e 1164L: qemu-block@nongnu.org
fd5d5c56
AL
1165S: Supported
1166F: block*
1167F: block/
8d8b636d 1168F: hw/block/
4c346e0b 1169F: include/block/
46078760
KW
1170F: qemu-img*
1171F: qemu-io*
29242091 1172F: tests/qemu-iotests/
d48addda 1173T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1174
d55053b1
SH
1175Block I/O path
1176M: Stefan Hajnoczi <stefanha@redhat.com>
9ca3003d 1177M: Fam Zheng <famz@redhat.com>
d55053b1
SH
1178L: qemu-block@nongnu.org
1179S: Supported
1180F: async.c
1181F: aio-*.c
1182F: block/io.c
1183F: migration/block*
e1029ae2 1184F: include/block/aio.h
d55053b1
SH
1185T: git git://github.com/stefanha/qemu.git block
1186
280458a3
JC
1187Block Jobs
1188M: Jeff Cody <jcody@redhat.com>
1189L: qemu-block@nongnu.org
1190S: Supported
1191F: blockjob.c
1192F: include/block/blockjob.h
1193F: block/backup.c
1194F: block/commit.c
77346025 1195F: block/stream.c
280458a3
JC
1196F: block/mirror.c
1197T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1198
4120201d
MA
1199Block QAPI, monitor, command line
1200M: Markus Armbruster <armbru@redhat.com>
1201S: Supported
1202F: blockdev.c
1203F: block/qapi.c
1204F: qapi/block*.json
1205T: git git://repo.or.cz/qemu/armbru.git block-next
1206
538193bc
JS
1207Dirty Bitmaps
1208M: Fam Zheng <famz@redhat.com>
1209M: John Snow <jsnow@redhat.com>
1210L: qemu-block@nongnu.org
1211S: Supported
1212F: util/hbitmap.c
1213F: block/dirty-bitmap.c
1214F: include/qemu/hbitmap.h
1215F: include/block/dirty-bitmap.h
1216F: tests/test-hbitmap.c
1217F: docs/bitmaps.md
1218T: git git://github.com/famz/qemu.git bitmaps
1219T: git git://github.com/jnsnow/qemu.git bitmaps
1220
61af0ee6 1221Character device backends
da26f37a 1222M: Paolo Bonzini <pbonzini@redhat.com>
55fc84a7 1223M: Marc-André Lureau <marcandre.lureau@redhat.com>
fd5d5c56 1224S: Maintained
178fe0ae 1225F: chardev/
da26f37a
PB
1226F: backends/msmouse.c
1227F: backends/testdev.c
fd5d5c56 1228
e26082fd
PB
1229Character Devices (Braille)
1230M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1231S: Maintained
1232F: backends/baum.c
fd5d5c56 1233
8c413e79
MA
1234Coverity model
1235M: Markus Armbruster <armbru@redhat.com>
1236S: Supported
1237F: scripts/coverity-model.c
1238
f2ca0524 1239CPU
12b0e69c 1240L: qemu-devel@nongnu.org
f2ca0524
AF
1241S: Supported
1242F: qom/cpu.c
6e481d57 1243F: include/qom/cpu.h
f2ca0524 1244
d24b569a 1245Device Tree
4b46ba61 1246M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
d24b569a
PC
1247M: Alexander Graf <agraf@suse.de>
1248S: Maintained
82407515
TH
1249F: device_tree.c
1250F: include/sysemu/device_tree.h
d24b569a 1251
4f966768
MA
1252Error reporting
1253M: Markus Armbruster <armbru@redhat.com>
1254S: Supported
1255F: include/qapi/error.h
1256F: include/qemu/error-report.h
1257F: util/error.c
1258F: util/qemu-error.c
1259
fd5d5c56 1260GDB stub
5dd4a88c 1261L: qemu-devel@nongnu.org
fd5d5c56
AL
1262S: Odd Fixes
1263F: gdbstub*
1264F: gdb-xml/
1265
01a9c03c
PB
1266Memory API
1267M: Paolo Bonzini <pbonzini@redhat.com>
1268S: Supported
1269F: include/exec/ioport.h
1270F: ioport.c
1271F: include/exec/memory.h
2b1641d0 1272F: include/exec/ram_addr.h
01a9c03c
PB
1273F: memory.c
1274F: include/exec/memory-internal.h
1275F: exec.c
1276
7ee3bf03
GH
1277SPICE
1278M: Gerd Hoffmann <kraxel@redhat.com>
1279S: Supported
6e481d57 1280F: include/ui/qemu-spice.h
438528a3 1281F: include/ui/spice-display.h
7ee3bf03
GH
1282F: ui/spice-*.c
1283F: audio/spiceaudio.c
8d8b636d 1284F: hw/display/qxl*
7ee3bf03 1285
fd5d5c56 1286Graphics
25eccc37
GH
1287M: Gerd Hoffmann <kraxel@redhat.com>
1288S: Odd Fixes
fd5d5c56 1289F: ui/
e220656c 1290F: include/ui/
fd5d5c56 1291
351f1bf6 1292Cocoa graphics
30ef3c74 1293M: Peter Maydell <peter.maydell@linaro.org>
351f1bf6
AF
1294S: Odd Fixes
1295F: ui/cocoa.m
1296
fd5d5c56 1297Main loop
da26f37a
PB
1298M: Paolo Bonzini <pbonzini@redhat.com>
1299S: Maintained
1300F: cpus.c
1301F: main-loop.c
1302F: qemu-timer.c
fd5d5c56
AL
1303F: vl.c
1304
8899b4ae 1305Human Monitor (HMP)
c833fb4a 1306M: Dr. David Alan Gilbert <dgilbert@redhat.com>
fbb0621a 1307S: Maintained
fd5d5c56 1308F: monitor.c
c13e9912
TH
1309F: hmp.[ch]
1310F: hmp-commands*.hx
1311F: include/monitor/hmp-target.h
fd5d5c56 1312
f536f112 1313Network device backends
442469e6 1314M: Jason Wang <jasowang@redhat.com>
fd5d5c56
AL
1315S: Maintained
1316F: net/
d24b2b1c 1317F: include/net/
5fc51cc3 1318T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1319
aee09baf
VM
1320Netmap network backend
1321M: Luigi Rizzo <rizzo@iet.unipi.it>
1322M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1323M: Vincenzo Maffione <v.maffione@gmail.com>
1324W: http://info.iet.unipi.it/~luigi/netmap/
1325S: Maintained
1326F: net/netmap.c
1327
44f76b28
PB
1328Network Block Device (NBD)
1329M: Paolo Bonzini <pbonzini@redhat.com>
1330S: Odd Fixes
798bfe00
FZ
1331F: block/nbd*
1332F: nbd/
1333F: include/block/nbd*
44f76b28 1334F: qemu-nbd.c
1ab09a40 1335T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1336
2f54eb98
EH
1337NUMA
1338M: Eduardo Habkost <ehabkost@redhat.com>
1339S: Maintained
1340F: numa.c
1341F: include/sysemu/numa.h
2f54eb98
EH
1342T: git git://github.com/ehabkost/qemu.git numa
1343
4fc264f4
EH
1344Host Memory Backends
1345M: Eduardo Habkost <ehabkost@redhat.com>
1346M: Igor Mammedov <imammedo@redhat.com>
1347S: Maintained
1348F: backends/hostmem*.c
1349F: include/sysemu/hostmem.h
1350
6034011c
GA
1351Cryptodev Backends
1352M: Gonglei <arei.gonglei@huawei.com>
1353S: Maintained
1354F: include/sysemu/cryptodev*.h
1355F: backends/cryptodev*.c
1356
8899b4ae 1357QAPI
9740618c 1358M: Markus Armbruster <armbru@redhat.com>
8899b4ae 1359M: Michael Roth <mdroth@linux.vnet.ibm.com>
9740618c 1360S: Supported
8899b4ae 1361F: qapi/
0311c5bd 1362X: qapi/*.json
ac4abb9a
MA
1363F: include/qapi/
1364X: include/qapi/qmp/
1365F: include/qapi/qmp/dispatch.h
c0bd0b50 1366F: tests/qapi-schema/
ac4abb9a
MA
1367F: tests/test-*-visitor.c
1368F: tests/test-qmp-*.c
0311c5bd
MA
1369F: scripts/qapi*
1370F: docs/qapi*
9740618c 1371T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1372
7810d291
LC
1373QAPI Schema
1374M: Eric Blake <eblake@redhat.com>
7810d291
LC
1375M: Markus Armbruster <armbru@redhat.com>
1376S: Supported
1377F: qapi-schema.json
0311c5bd 1378F: qapi/*.json
9740618c 1379T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1380
f3582ba4 1381QObject
daf5dc78
MA
1382M: Markus Armbruster <armbru@redhat.com>
1383S: Supported
f3582ba4 1384F: qobject/
7735d2b5
MA
1385F: include/qapi/qmp/
1386X: include/qapi/qmp/dispatch.h
1387F: tests/check-qdict.c
1388F: tests/check-qfloat.c
1389F: tests/check-qint.c
1390F: tests/check-qjson.c
1391F: tests/check-qlist.c
1392F: tests/check-qstring.c
daf5dc78 1393T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1394
f05d9999
MR
1395QEMU Guest Agent
1396M: Michael Roth <mdroth@linux.vnet.ibm.com>
1397S: Maintained
1398F: qga/
1399T: git git://github.com/mdroth/qemu.git qga
1400
4688c94c 1401QOM
4688c94c
AF
1402M: Andreas Färber <afaerber@suse.de>
1403S: Supported
1404T: git git://github.com/afaerber/qemu-cpu.git qom-next
1405F: include/qom/
1406X: include/qom/cpu.h
1407F: qom/
1408X: qom/cpu.c
9f4aa7ce
AF
1409F: tests/check-qom-interface.c
1410F: tests/check-qom-proplist.c
4688c94c
AF
1411F: tests/qom-test.c
1412
8899b4ae 1413QMP
9740618c
LC
1414M: Markus Armbruster <armbru@redhat.com>
1415S: Supported
8899b4ae
LC
1416F: qmp.c
1417F: monitor.c
9b89b6a2 1418F: docs/*qmp-*
9740618c 1419F: scripts/qmp/
f66e7ac8 1420F: tests/qmp-test.c
9740618c 1421T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1422
cc0100f4
AF
1423Register API
1424M: Alistair Francis <alistair.francis@xilinx.com>
1425S: Maintained
1426F: hw/core/register.c
1427F: include/hw/register.h
1428
fd5d5c56 1429SLIRP
eda509fa 1430M: Samuel Thibault <samuel.thibault@ens-lyon.org>
bafc72ab
JK
1431M: Jan Kiszka <jan.kiszka@siemens.com>
1432S: Maintained
fd5d5c56 1433F: slirp/
663fb1e1 1434F: net/slirp.c
d24b2b1c 1435F: include/net/slirp.h
1ab09a40 1436T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1437
b1ed728a
PB
1438Stubs
1439M: Paolo Bonzini <pbonzini@redhat.com>
1440S: Maintained
1441F: stubs/
1442
598a3f35 1443Tracing
1cd0f8ce 1444M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
1445S: Maintained
1446F: trace/
f70fd8fd
LV
1447F: scripts/tracetool.py
1448F: scripts/tracetool/
f922ea46 1449F: docs/tracing.txt
1ab09a40 1450T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1451
14f40fdc 1452Checkpatch
14f40fdc
BS
1453S: Odd Fixes
1454F: scripts/checkpatch.pl
1455
c0787c8d
JQ
1456Migration
1457M: Juan Quintela <quintela@redhat.com>
d7fc72ce 1458M: Dr. David Alan Gilbert <dgilbert@redhat.com>
c0787c8d
JQ
1459S: Maintained
1460F: include/migration/
44a1f946 1461F: migration/
c5515640
AS
1462F: scripts/vmstate-static-checker.py
1463F: tests/vmstate-static-checker-data/
a609ad8b 1464F: docs/migration.txt
c0787c8d 1465
92bfedb0 1466Seccomp
9d9de254 1467M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
92bfedb0
EO
1468S: Supported
1469F: qemu-seccomp.c
1470F: include/sysemu/seccomp.h
1471
ddbb0d09
DB
1472Cryptography
1473M: Daniel P. Berrange <berrange@redhat.com>
1474S: Maintained
1475F: crypto/
1476F: include/crypto/
1477F: tests/test-crypto-*
1478
10817bf0
DB
1479Coroutines
1480M: Stefan Hajnoczi <stefanha@redhat.com>
1481M: Kevin Wolf <kwolf@redhat.com>
1482F: util/*coroutine*
1483F: include/qemu/coroutine*
1484F: tests/test-coroutine.c
1485
88c5f205
DB
1486Buffers
1487M: Daniel P. Berrange <berrange@redhat.com>
1488S: Odd fixes
1489F: util/buffer.c
1490F: include/qemu/buffer.h
1491
666a3af9
DB
1492I/O Channels
1493M: Daniel P. Berrange <berrange@redhat.com>
1494S: Maintained
1495F: io/
1496F: include/io/
1497F: tests/test-io-*
1498
5614a283
GH
1499Sockets
1500M: Daniel P. Berrange <berrange@redhat.com>
1501M: Gerd Hoffmann <kraxel@redhat.com>
1502M: Paolo Bonzini <pbonzini@redhat.com>
1503S: Maintained
1504F: include/qemu/sockets.h
1505F: util/qemu-sockets.c
1506
d310d85b
AG
1507Throttling infrastructure
1508M: Alberto Garcia <berto@igalia.com>
1509S: Supported
1510F: block/throttle-groups.c
1511F: include/block/throttle-groups.h
1512F: include/qemu/throttle.h
1513F: util/throttle.c
1514L: qemu-block@nongnu.org
1515
080d7aac
FZ
1516UUID
1517M: Fam Zheng <famz@redhat.com>
1518S: Supported
1519F: util/uuid.c
1520F: include/qemu/uuid.h
1521F: tests/test-uuid.c
1522
a4cc318e
HZ
1523COLO Framework
1524M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1525S: Maintained
1526F: migration/colo*
1527F: include/migration/colo.h
1528F: include/migration/failover.h
1529F: docs/COLO-FT.txt
1530
88f82ed1
ZC
1531COLO Proxy
1532M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1533M: Li Zhijian <lizhijian@cn.fujitsu.com>
1534S: Supported
1535F: docs/colo-proxy.txt
1536F: net/colo*
1537F: net/filter-rewriter.c
1538F: net/filter-mirror.c
1539
fd5d5c56
AL
1540Usermode Emulation
1541------------------
486bbe5f
PB
1542Overall
1543M: Riku Voipio <riku.voipio@iki.fi>
1544S: Maintained
1545F: thunk.c
1546F: user-exec.c
5564edb1 1547F: user-exec-stub.c
486bbe5f 1548
fd5d5c56 1549BSD user
297e8005 1550S: Orphan
fd5d5c56 1551F: bsd-user/
ccf0a57b 1552F: default-configs/*-bsd-user.mak
fd5d5c56 1553
fd5d5c56
AL
1554Linux user
1555M: Riku Voipio <riku.voipio@iki.fi>
1556S: Maintained
1557F: linux-user/
ccf0a57b 1558F: default-configs/*-linux-user.mak
42f5a7e9
AJ
1559
1560Tiny Code Generator (TCG)
1561-------------------------
1562Common code
cc7772bd 1563M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
1564S: Maintained
1565F: tcg/
1566
b25a464c
CF
1567AArch64 target
1568M: Claudio Fontana <claudio.fontana@huawei.com>
1569M: Claudio Fontana <claudio.fontana@gmail.com>
1570S: Maintained
b4f2bd1c 1571L: qemu-arm@nongnu.org
b25a464c 1572F: tcg/aarch64/
c17652ee
PB
1573F: disas/arm-a64.cc
1574F: disas/libvixl/
b25a464c 1575
42f5a7e9
AJ
1576ARM target
1577M: Andrzej Zaborowski <balrogg@gmail.com>
1578S: Maintained
b4f2bd1c 1579L: qemu-arm@nongnu.org
42f5a7e9 1580F: tcg/arm/
c17652ee 1581F: disas/arm.c
42f5a7e9 1582
42f5a7e9 1583i386 target
5dd4a88c 1584L: qemu-devel@nongnu.org
42f5a7e9
AJ
1585S: Maintained
1586F: tcg/i386/
c17652ee 1587F: disas/i386.c
42f5a7e9
AJ
1588
1589IA64 target
1590M: Aurelien Jarno <aurelien@aurel32.net>
1591S: Maintained
1592F: tcg/ia64/
c17652ee 1593F: disas/ia64.c
42f5a7e9
AJ
1594
1595MIPS target
d6eec7a2 1596M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
1597S: Maintained
1598F: tcg/mips/
c17652ee 1599F: disas/mips.c
42f5a7e9
AJ
1600
1601PPC
15610d42
PK
1602M: Richard Henderson <rth@twiddle.net>
1603S: Odd Fixes
42f5a7e9 1604F: tcg/ppc/
c17652ee 1605F: disas/ppc.c
42f5a7e9
AJ
1606
1607S390 target
1608M: Alexander Graf <agraf@suse.de>
1609M: Richard Henderson <rth@twiddle.net>
1610S: Maintained
1611F: tcg/s390/
c17652ee 1612F: disas/s390.c
42f5a7e9
AJ
1613
1614SPARC target
297e8005 1615S: Odd Fixes
42f5a7e9 1616F: tcg/sparc/
c17652ee 1617F: disas/sparc.c
bc75c9e5
SW
1618
1619TCI target
1620M: Stefan Weil <sw@weilnetz.de>
1621S: Maintained
8ef9cd55 1622F: tcg/tci/
2b7be8c8 1623F: tci.c
c17652ee 1624F: disas/tci.c
aa09c951 1625
f05b328c
SH
1626Block drivers
1627-------------
1628VMDK
1629M: Fam Zheng <famz@redhat.com>
c95e4c0e 1630L: qemu-block@nongnu.org
f05b328c
SH
1631S: Supported
1632F: block/vmdk.c
1633
1634RBD
5a8ac6d9 1635M: Josh Durgin <jdurgin@redhat.com>
280458a3
JC
1636M: Jeff Cody <jcody@redhat.com>
1637L: qemu-block@nongnu.org
f05b328c
SH
1638S: Supported
1639F: block/rbd.c
280458a3 1640T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1641
1642Sheepdog
53b33231 1643M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
f05b328c 1644M: Liu Yuan <namei.unix@gmail.com>
280458a3
JC
1645M: Jeff Cody <jcody@redhat.com>
1646L: qemu-block@nongnu.org
dce32b6c 1647L: sheepdog@lists.wpkg.org
f05b328c
SH
1648S: Supported
1649F: block/sheepdog.c
280458a3 1650T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1651
1652VHDX
1653M: Jeff Cody <jcody@redhat.com>
280458a3 1654L: qemu-block@nongnu.org
f05b328c
SH
1655S: Supported
1656F: block/vhdx*
280458a3 1657T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1658
1659VDI
1660M: Stefan Weil <sw@weilnetz.de>
c95e4c0e 1661L: qemu-block@nongnu.org
f05b328c
SH
1662S: Maintained
1663F: block/vdi.c
1664
1665iSCSI
1666M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1667M: Paolo Bonzini <pbonzini@redhat.com>
1668M: Peter Lieven <pl@kamp.de>
c95e4c0e 1669L: qemu-block@nongnu.org
f05b328c
SH
1670S: Supported
1671F: block/iscsi.c
2deb63c2 1672F: block/iscsi-opts.c
f05b328c 1673
6542aa9c 1674NFS
280458a3 1675M: Jeff Cody <jcody@redhat.com>
6542aa9c 1676M: Peter Lieven <pl@kamp.de>
280458a3 1677L: qemu-block@nongnu.org
6542aa9c
PL
1678S: Maintained
1679F: block/nfs.c
280458a3 1680T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1681
f05b328c
SH
1682SSH
1683M: Richard W.M. Jones <rjones@redhat.com>
280458a3
JC
1684M: Jeff Cody <jcody@redhat.com>
1685L: qemu-block@nongnu.org
f05b328c
SH
1686S: Supported
1687F: block/ssh.c
280458a3 1688T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1689
280458a3
JC
1690CURL
1691M: Jeff Cody <jcody@redhat.com>
1692L: qemu-block@nongnu.org
1693S: Supported
1694F: block/curl.c
1695T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1696
1697GLUSTER
1698M: Jeff Cody <jcody@redhat.com>
1699L: qemu-block@nongnu.org
1700S: Supported
1701F: block/gluster.c
1702T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1703
199667a8
FZ
1704Null Block Driver
1705M: Fam Zheng <famz@redhat.com>
1706L: qemu-block@nongnu.org
1707S: Supported
1708F: block/null.c
1709
b5e9476c
GA
1710Bootdevice
1711M: Gonglei <arei.gonglei@huawei.com>
1712S: Maintained
1713F: bootdevice.c
ecdda9e0
AG
1714
1715Quorum
1716M: Alberto Garcia <berto@igalia.com>
1717S: Supported
1718F: block/quorum.c
1719L: qemu-block@nongnu.org
e7c6e631
SH
1720
1721blkverify
1722M: Stefan Hajnoczi <stefanha@redhat.com>
1723L: qemu-block@nongnu.org
1724S: Supported
1725F: block/blkverify.c
1726
1727bochs
1728M: Stefan Hajnoczi <stefanha@redhat.com>
1729L: qemu-block@nongnu.org
1730S: Supported
1731F: block/bochs.c
1732
1733cloop
1734M: Stefan Hajnoczi <stefanha@redhat.com>
1735L: qemu-block@nongnu.org
1736S: Supported
1737F: block/cloop.c
1738
1739dmg
1740M: Stefan Hajnoczi <stefanha@redhat.com>
1741L: qemu-block@nongnu.org
1742S: Supported
1743F: block/dmg.c
1744
1745parallels
1746M: Stefan Hajnoczi <stefanha@redhat.com>
f3073712 1747M: Denis V. Lunev <den@openvz.org>
e7c6e631
SH
1748L: qemu-block@nongnu.org
1749S: Supported
1750F: block/parallels.c
b4a9e25b 1751F: docs/specs/parallels.txt
e7c6e631
SH
1752
1753qed
1754M: Stefan Hajnoczi <stefanha@redhat.com>
1755L: qemu-block@nongnu.org
1756S: Supported
1757F: block/qed.c
1758
1759raw
1760M: Kevin Wolf <kwolf@redhat.com>
1761L: qemu-block@nongnu.org
1762S: Supported
1763F: block/linux-aio.c
f586d5fc 1764F: include/block/raw-aio.h
2e6fc7eb 1765F: block/raw-format.c
c1bb86cd
EB
1766F: block/file-posix.c
1767F: block/file-win32.c
e7c6e631
SH
1768F: block/win32-aio.c
1769
1770qcow2
1771M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1772M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1773L: qemu-block@nongnu.org
1774S: Supported
1775F: block/qcow2*
1776
1777qcow
1778M: Kevin Wolf <kwolf@redhat.com>
1779L: qemu-block@nongnu.org
1780S: Supported
1781F: block/qcow.c
1782
1783blkdebug
1784M: Kevin Wolf <kwolf@redhat.com>
c4189d85 1785M: Max Reitz <mreitz@redhat.com>
e7c6e631
SH
1786L: qemu-block@nongnu.org
1787S: Supported
1788F: block/blkdebug.c
1789
1790vpc
1791M: Kevin Wolf <kwolf@redhat.com>
1792L: qemu-block@nongnu.org
1793S: Supported
1794F: block/vpc.c
1795
1796vvfat
1797M: Kevin Wolf <kwolf@redhat.com>
1798L: qemu-block@nongnu.org
1799S: Supported
1800F: block/vvfat.c
abfe4e94
SH
1801
1802Image format fuzzer
1803M: Stefan Hajnoczi <stefanha@redhat.com>
1804L: qemu-block@nongnu.org
1805S: Supported
1806F: tests/image-fuzzer/
717171bd 1807
049105a3
CX
1808Replication
1809M: Wen Congyang <wency@cn.fujitsu.com>
1810M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1811S: Supported
1812F: replication*
1813F: block/replication.c
1814F: tests/test-replication.c
1815F: docs/block-replication.txt
1816
b9e02c06
AB
1817Build and test automation
1818-------------------------
1819M: Alex Bennée <alex.bennee@linaro.org>
e70dc7f8 1820M: Fam Zheng <famz@redhat.com>
b9e02c06 1821L: qemu-devel@nongnu.org
e70dc7f8 1822S: Maintained
b9e02c06 1823F: .travis.yml
d92d886a 1824F: .shippable.yml
e70dc7f8
AB
1825F: tests/docker/
1826W: https://travis-ci.org/qemu/qemu
1827W: http://patchew.org/QEMU/
717171bd
DB
1828
1829Documentation
1830-------------
1831Build system architecture
1832M: Daniel P. Berrange <berrange@redhat.com>
1833S: Odd Fixes
1834F: docs/build-system.txt
8a49e97f 1835