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