]> Git Repo - qemu.git/blame - MAINTAINERS
s390x/css: fix cc handling for XSCH
[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/*
28751358 971F: include/scsi/*
8d8b636d 972F: hw/scsi/*
28751358 973F: util/scsi*
6bd7776c 974F: tests/virtio-scsi-test.c
1ab09a40 975T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
976
977LSI53C895A
0e19885e 978S: Orphan
8d8b636d 979F: hw/scsi/lsi53c895a.c
fd5d5c56 980
fcb5629d 981SSI
4b46ba61 982M: Peter Crosthwaite <[email protected]>
fcb5629d 983S: Maintained
8d8b636d
PB
984F: hw/ssi/*
985F: hw/block/m25p80.c
4b46ba61
AF
986X: hw/ssi/xilinx_*
987
988Xilinx SPI
989M: Alistair Francis <[email protected]>
990M: Peter Crosthwaite <[email protected]>
991S: Maintained
992F: hw/ssi/xilinx_*
fcb5629d 993
fd5d5c56 994USB
5d0d62fe
GH
995M: Gerd Hoffmann <[email protected]>
996S: Maintained
8d8b636d 997F: hw/usb/*
28edfce0 998F: tests/usb-*-test.c
beded0ff
TH
999F: docs/usb2.txt
1000F: docs/usb-storage.txt
1001F: include/hw/usb.h
1002F: include/hw/usb/
104ebc5f 1003F: default-configs/usb.mak
fd5d5c56 1004
e26082fd
PB
1005USB (serial adapter)
1006M: Gerd Hoffmann <[email protected]>
1007M: Samuel Thibault <[email protected]>
1008S: Maintained
1009F: hw/usb/dev-serial.c
1010
92e1fb5e
AW
1011VFIO
1012M: Alex Williamson <[email protected]>
1013S: Supported
cf7087db 1014F: hw/vfio/*
99b88c6d 1015F: include/hw/vfio/
92e1fb5e 1016
5eb74557 1017vfio-ccw
c1976ae7 1018M: Cornelia Huck <[email protected]>
5eb74557
DJS
1019S: Supported
1020F: hw/vfio/ccw.c
1021F: hw/s390x/s390-ccw.c
1022F: include/hw/s390x/s390-ccw.h
1023T: git git://github.com/cohuck/qemu.git s390-next
1024
fd5d5c56
AL
1025vhost
1026M: Michael S. Tsirkin <[email protected]>
1027S: Supported
8d8b636d 1028F: hw/*/*vhost*
fd5d5c56
AL
1029
1030virtio
a75143ed 1031M: Michael S. Tsirkin <[email protected]>
fd5d5c56 1032S: Supported
8d8b636d 1033F: hw/*/virtio*
72fa605d
TH
1034F: hw/virtio/Makefile.objs
1035F: hw/virtio/trace-events
6a084ea3 1036F: net/vhost-user.c
494f7b57 1037F: include/hw/virtio/
6bd7776c 1038F: tests/virtio-balloon-test.c
fd5d5c56
AL
1039
1040virtio-9p
23704102 1041M: Aneesh Kumar K.V <[email protected]>
8c1cd719 1042M: Greg Kurz <[email protected]>
fd5d5c56 1043S: Supported
aebeca25
AF
1044F: hw/9pfs/
1045F: fsdev/
2d888c09 1046F: tests/virtio-9p-test.c
3f3309cb 1047T: git git://github.com/kvaneesh/QEMU.git
8c1cd719 1048T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1049
1050virtio-blk
54d01a00 1051M: Stefan Hajnoczi <[email protected]>
b457a5f5 1052L: [email protected]
fd5d5c56 1053S: Supported
8d8b636d 1054F: hw/block/virtio-blk.c
b457a5f5 1055F: hw/block/dataplane/*
6bd7776c 1056F: tests/virtio-blk-test.c
b457a5f5 1057T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1058
dd4ad64a 1059virtio-ccw
c1976ae7 1060M: Cornelia Huck <[email protected]>
b304bf00 1061M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
1062S: Supported
1063F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1064T: git git://github.com/cohuck/qemu.git s390-next
1065T: git git://github.com/borntraeger/qemu.git s390-next
dd4ad64a 1066
a5d4d7b5
GH
1067virtio-input
1068M: Gerd Hoffmann <[email protected]>
1069S: Maintained
1070F: hw/input/virtio-input*.c
1071F: include/hw/virtio/virtio-input.h
1072
fd5d5c56 1073virtio-serial
cee887d9 1074M: Amit Shah <[email protected]>
fd5d5c56 1075S: Supported
8d8b636d
PB
1076F: hw/char/virtio-serial-bus.c
1077F: hw/char/virtio-console.c
68a5e38a 1078F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1079F: tests/virtio-console-test.c
1080F: tests/virtio-serial-test.c
fd5d5c56 1081
1f51a5cb 1082virtio-rng
cee887d9 1083M: Amit Shah <[email protected]>
1f51a5cb
AS
1084S: Supported
1085F: hw/virtio/virtio-rng.c
1086F: include/hw/virtio/virtio-rng.h
750cf869 1087F: include/sysemu/rng*.h
1f51a5cb 1088F: backends/rng*.c
6bd7776c 1089F: tests/virtio-rng-test.c
1f51a5cb 1090
6034011c
GA
1091virtio-crypto
1092M: Gonglei <[email protected]>
1093S: Supported
1094F: hw/virtio/virtio-crypto.c
1095F: hw/virtio/virtio-crypto-pci.c
1096F: include/hw/virtio/virtio-crypto.h
1097
f3c507ad
KB
1098nvme
1099M: Keith Busch <[email protected]>
c95e4c0e 1100L: [email protected]
f3c507ad
KB
1101S: Supported
1102F: hw/block/nvme*
fc967791 1103F: tests/nvme-test.c
f3c507ad 1104
d383c625 1105megasas
3fdfb8b6 1106M: Hannes Reinecke <[email protected]>
c95e4c0e 1107L: [email protected]
d383c625
HR
1108S: Supported
1109F: hw/scsi/megasas.c
1110F: hw/scsi/mfi.h
3fdfb8b6 1111F: tests/megasas-test.c
d383c625 1112
605d52e6
DF
1113Network packet abstractions
1114M: Dmitry Fleytman <[email protected]>
1115S: Maintained
1116F: include/net/eth.h
1117F: net/eth.c
1118F: hw/net/net_rx_pkt*
1119F: hw/net/net_tx_pkt*
1120
622fb504
DF
1121Vmware
1122M: Dmitry Fleytman <[email protected]>
1123S: Maintained
1124F: hw/net/vmxnet*
1125F: hw/scsi/vmw_pvscsi*
1126
de24d3f1 1127Rocker
de24d3f1
SF
1128M: Jiri Pirko <[email protected]>
1129S: Maintained
1130F: hw/net/rocker/
de850948
TH
1131F: tests/rocker/
1132F: docs/specs/rocker.txt
de24d3f1 1133
70d1fb9c 1134NVDIMM
7a5bd53d 1135M: Xiao Guangrong <[email protected]>
70d1fb9c
XG
1136S: Maintained
1137F: hw/acpi/nvdimm.c
1138F: hw/mem/nvdimm.c
1139F: include/hw/mem/nvdimm.h
1140
093454e2
DF
1141e1000x
1142M: Dmitry Fleytman <[email protected]>
1143S: Maintained
1144F: hw/net/e1000x*
1145
6f3fbe4e
DF
1146e1000e
1147M: Dmitry Fleytman <[email protected]>
1148S: Maintained
1149F: hw/net/e1000e*
1150
e481a1f6
AF
1151Generic Loader
1152M: Alistair Francis <[email protected]>
1153S: Maintained
1154F: hw/core/generic-loader.c
1155F: include/hw/core/generic-loader.h
1156
87a9023a
TH
1157CHRP NVRAM
1158M: Thomas Huth <[email protected]>
1159S: Maintained
1160F: hw/nvram/chrp_nvram.c
1161F: include/hw/nvram/chrp_nvram.h
1162F: tests/prom-env-test.c
1163
42697d88
BW
1164VM Generation ID
1165M: Ben Warren <[email protected]>
1166S: Maintained
1167F: hw/acpi/vmgenid.c
1168F: include/hw/acpi/vmgenid.h
1169F: docs/specs/vmgenid.txt
1170F: tests/vmgenid-test.c
1171F: stubs/vmgenid.c
1172
747969db
PMD
1173Unimplemented device
1174M: Peter Maydell <[email protected]>
1175R: Philippe Mathieu-Daudé <[email protected]>
1176S: Maintained
1177F: include/hw/misc/unimp.h
1178F: hw/misc/unimp.c
1179
fd5d5c56
AL
1180Subsystems
1181----------
1182Audio
9f575846 1183M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
1184S: Maintained
1185F: audio/
8d8b636d 1186F: hw/audio/
a2b245ae 1187F: include/hw/audio/
d7b50c0c 1188F: tests/ac97-test.c
8fa74c94 1189F: tests/es1370-test.c
fbaf445a 1190F: tests/intel-hda-test.c
fd5d5c56 1191
17f1e8f5 1192Block layer core
fd5d5c56 1193M: Kevin Wolf <[email protected]>
c4189d85 1194M: Max Reitz <[email protected]>
c95e4c0e 1195L: [email protected]
fd5d5c56
AL
1196S: Supported
1197F: block*
1198F: block/
8d8b636d 1199F: hw/block/
4c346e0b 1200F: include/block/
46078760
KW
1201F: qemu-img*
1202F: qemu-io*
29242091 1203F: tests/qemu-iotests/
8dd30c86 1204F: util/qemu-progress.c
d48addda 1205T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1206
d55053b1
SH
1207Block I/O path
1208M: Stefan Hajnoczi <[email protected]>
9ca3003d 1209M: Fam Zheng <[email protected]>
d55053b1
SH
1210L: [email protected]
1211S: Supported
36c697bd
PB
1212F: util/async.c
1213F: util/aio-*.c
d55053b1
SH
1214F: block/io.c
1215F: migration/block*
e1029ae2 1216F: include/block/aio.h
d55053b1
SH
1217T: git git://github.com/stefanha/qemu.git block
1218
e5b5728c
PB
1219Block SCSI subsystem
1220M: Paolo Bonzini <[email protected]>
1221L: [email protected]
1222S: Supported
1223F: include/scsi/*
1224F: scsi/*
1225
280458a3
JC
1226Block Jobs
1227M: Jeff Cody <[email protected]>
1228L: [email protected]
1229S: Supported
1230F: blockjob.c
1231F: include/block/blockjob.h
1232F: block/backup.c
1233F: block/commit.c
77346025 1234F: block/stream.c
280458a3
JC
1235F: block/mirror.c
1236T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1237
4120201d
MA
1238Block QAPI, monitor, command line
1239M: Markus Armbruster <[email protected]>
1240S: Supported
1241F: blockdev.c
1242F: block/qapi.c
1243F: qapi/block*.json
fa988e39 1244F: qapi/transaction.json
4120201d
MA
1245T: git git://repo.or.cz/qemu/armbru.git block-next
1246
538193bc
JS
1247Dirty Bitmaps
1248M: Fam Zheng <[email protected]>
1249M: John Snow <[email protected]>
1250L: [email protected]
1251S: Supported
1252F: util/hbitmap.c
1253F: block/dirty-bitmap.c
1254F: include/qemu/hbitmap.h
1255F: include/block/dirty-bitmap.h
1256F: tests/test-hbitmap.c
1257F: docs/bitmaps.md
1258T: git git://github.com/famz/qemu.git bitmaps
1259T: git git://github.com/jnsnow/qemu.git bitmaps
1260
61af0ee6 1261Character device backends
da26f37a 1262M: Paolo Bonzini <[email protected]>
55fc84a7 1263M: Marc-André Lureau <[email protected]>
fd5d5c56 1264S: Maintained
178fe0ae 1265F: chardev/
8228e353 1266F: include/chardev/
dbeee392 1267F: qapi/char.json
fd5d5c56 1268
e26082fd
PB
1269Character Devices (Braille)
1270M: Samuel Thibault <[email protected]>
1271S: Maintained
6b10e573 1272F: chardev/baum.c
fd5d5c56 1273
e94630d3
MA
1274Command line option argument parsing
1275M: Markus Armbruster <[email protected]>
1276S: Supported
1277F: include/qemu/option.h
1278F: tests/test-keyval.c
1279F: tests/test-qemu-opts.c
1280F: util/keyval.c
1281F: util/qemu-option.c
1282
8c413e79
MA
1283Coverity model
1284M: Markus Armbruster <[email protected]>
1285S: Supported
1286F: scripts/coverity-model.c
1287
f2ca0524 1288CPU
12b0e69c 1289L: [email protected]
f2ca0524
AF
1290S: Supported
1291F: qom/cpu.c
6e481d57 1292F: include/qom/cpu.h
f2ca0524 1293
d24b569a 1294Device Tree
4b46ba61 1295M: Peter Crosthwaite <[email protected]>
d24b569a
PC
1296M: Alexander Graf <[email protected]>
1297S: Maintained
82407515
TH
1298F: device_tree.c
1299F: include/sysemu/device_tree.h
d24b569a 1300
4f966768
MA
1301Error reporting
1302M: Markus Armbruster <[email protected]>
1303S: Supported
1304F: include/qapi/error.h
1305F: include/qemu/error-report.h
1306F: util/error.c
1307F: util/qemu-error.c
1308
fd5d5c56 1309GDB stub
5dd4a88c 1310L: [email protected]
fd5d5c56
AL
1311S: Odd Fixes
1312F: gdbstub*
1313F: gdb-xml/
1314
01a9c03c
PB
1315Memory API
1316M: Paolo Bonzini <[email protected]>
1317S: Supported
1318F: include/exec/ioport.h
1319F: ioport.c
1320F: include/exec/memory.h
2b1641d0 1321F: include/exec/ram_addr.h
01a9c03c
PB
1322F: memory.c
1323F: include/exec/memory-internal.h
1324F: exec.c
1325
7ee3bf03
GH
1326SPICE
1327M: Gerd Hoffmann <[email protected]>
1328S: Supported
6e481d57 1329F: include/ui/qemu-spice.h
438528a3 1330F: include/ui/spice-display.h
7ee3bf03
GH
1331F: ui/spice-*.c
1332F: audio/spiceaudio.c
8d8b636d 1333F: hw/display/qxl*
608cfed6 1334F: qapi/ui.json
7ee3bf03 1335
fd5d5c56 1336Graphics
25eccc37
GH
1337M: Gerd Hoffmann <[email protected]>
1338S: Odd Fixes
fd5d5c56 1339F: ui/
e220656c 1340F: include/ui/
608cfed6 1341F: qapi/ui.json
fd5d5c56 1342
351f1bf6 1343Cocoa graphics
30ef3c74 1344M: Peter Maydell <[email protected]>
351f1bf6
AF
1345S: Odd Fixes
1346F: ui/cocoa.m
1347
fd5d5c56 1348Main loop
da26f37a
PB
1349M: Paolo Bonzini <[email protected]>
1350S: Maintained
1351F: cpus.c
3ecb29a3
PB
1352F: util/main-loop.c
1353F: util/qemu-timer.c
fd5d5c56 1354F: vl.c
0e201d34 1355F: qapi/run-state.json
fd5d5c56 1356
8899b4ae 1357Human Monitor (HMP)
c833fb4a 1358M: Dr. David Alan Gilbert <[email protected]>
fbb0621a 1359S: Maintained
fd5d5c56 1360F: monitor.c
c13e9912
TH
1361F: hmp.[ch]
1362F: hmp-commands*.hx
1363F: include/monitor/hmp-target.h
bbcee372 1364F: tests/test-hmp.c
fd5d5c56 1365
f536f112 1366Network device backends
442469e6 1367M: Jason Wang <[email protected]>
fd5d5c56
AL
1368S: Maintained
1369F: net/
d24b2b1c 1370F: include/net/
5fc51cc3 1371T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1372F: qapi/net.json
fd5d5c56 1373
aee09baf
VM
1374Netmap network backend
1375M: Luigi Rizzo <[email protected]>
1376M: Giuseppe Lettieri <[email protected]>
1377M: Vincenzo Maffione <[email protected]>
1378W: http://info.iet.unipi.it/~luigi/netmap/
1379S: Maintained
1380F: net/netmap.c
1381
2f54eb98
EH
1382NUMA
1383M: Eduardo Habkost <[email protected]>
1384S: Maintained
1385F: numa.c
1386F: include/sysemu/numa.h
2f54eb98
EH
1387T: git git://github.com/ehabkost/qemu.git numa
1388
4fc264f4
EH
1389Host Memory Backends
1390M: Eduardo Habkost <[email protected]>
1391M: Igor Mammedov <[email protected]>
1392S: Maintained
1393F: backends/hostmem*.c
1394F: include/sysemu/hostmem.h
1395
6034011c
GA
1396Cryptodev Backends
1397M: Gonglei <[email protected]>
1398S: Maintained
1399F: include/sysemu/cryptodev*.h
1400F: backends/cryptodev*.c
1401
8899b4ae 1402QAPI
9740618c 1403M: Markus Armbruster <[email protected]>
8899b4ae 1404M: Michael Roth <[email protected]>
9740618c 1405S: Supported
8899b4ae 1406F: qapi/
0311c5bd 1407X: qapi/*.json
ac4abb9a
MA
1408F: include/qapi/
1409X: include/qapi/qmp/
1410F: include/qapi/qmp/dispatch.h
c0bd0b50 1411F: tests/qapi-schema/
ac4abb9a 1412F: tests/test-*-visitor.c
e94630d3 1413F: tests/test-qapi-*.c
ac4abb9a 1414F: tests/test-qmp-*.c
e94630d3 1415F: tests/test-visitor-serialization.c
0311c5bd
MA
1416F: scripts/qapi*
1417F: docs/qapi*
9740618c 1418T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1419
7810d291
LC
1420QAPI Schema
1421M: Eric Blake <[email protected]>
7810d291
LC
1422M: Markus Armbruster <[email protected]>
1423S: Supported
1424F: qapi-schema.json
0311c5bd 1425F: qapi/*.json
9740618c 1426T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1427
f3582ba4 1428QObject
daf5dc78
MA
1429M: Markus Armbruster <[email protected]>
1430S: Supported
f3582ba4 1431F: qobject/
7735d2b5
MA
1432F: include/qapi/qmp/
1433X: include/qapi/qmp/dispatch.h
a2f3453e 1434F: scripts/coccinelle/qobject.cocci
7735d2b5 1435F: tests/check-qdict.c
01b2ffce 1436F: tests/check-qnum.c
7735d2b5
MA
1437F: tests/check-qjson.c
1438F: tests/check-qlist.c
1439F: tests/check-qstring.c
daf5dc78 1440T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1441
f05d9999
MR
1442QEMU Guest Agent
1443M: Michael Roth <[email protected]>
1444S: Maintained
1445F: qga/
1446T: git git://github.com/mdroth/qemu.git qga
1447
4688c94c 1448QOM
4688c94c
AF
1449M: Andreas Färber <[email protected]>
1450S: Supported
1451T: git git://github.com/afaerber/qemu-cpu.git qom-next
1452F: include/qom/
1453X: include/qom/cpu.h
1454F: qom/
1455X: qom/cpu.c
9f4aa7ce
AF
1456F: tests/check-qom-interface.c
1457F: tests/check-qom-proplist.c
4688c94c
AF
1458F: tests/qom-test.c
1459
8899b4ae 1460QMP
9740618c
LC
1461M: Markus Armbruster <[email protected]>
1462S: Supported
8899b4ae
LC
1463F: qmp.c
1464F: monitor.c
9b89b6a2 1465F: docs/*qmp-*
9740618c 1466F: scripts/qmp/
f66e7ac8 1467F: tests/qmp-test.c
9740618c 1468T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1469
cc0100f4
AF
1470Register API
1471M: Alistair Francis <[email protected]>
1472S: Maintained
1473F: hw/core/register.c
1474F: include/hw/register.h
1475
fd5d5c56 1476SLIRP
eda509fa 1477M: Samuel Thibault <[email protected]>
bafc72ab
JK
1478M: Jan Kiszka <[email protected]>
1479S: Maintained
fd5d5c56 1480F: slirp/
663fb1e1 1481F: net/slirp.c
d24b2b1c 1482F: include/net/slirp.h
1ab09a40 1483T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1484
b1ed728a
PB
1485Stubs
1486M: Paolo Bonzini <[email protected]>
1487S: Maintained
1488F: stubs/
1489
598a3f35 1490Tracing
1cd0f8ce 1491M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
1492S: Maintained
1493F: trace/
f70fd8fd
LV
1494F: scripts/tracetool.py
1495F: scripts/tracetool/
f922ea46 1496F: docs/tracing.txt
1ab09a40 1497T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1498
3859b6cf
MA
1499TPM
1500S: Orphan
1501F: tpm.c
1502F: hw/tpm/*
1503F: include/hw/acpi/tpm.h
1504F: include/sysemu/tpm*
1505F: qapi/tpm.json
1506
14f40fdc 1507Checkpatch
14f40fdc
BS
1508S: Odd Fixes
1509F: scripts/checkpatch.pl
1510
c0787c8d
JQ
1511Migration
1512M: Juan Quintela <[email protected]>
d7fc72ce 1513M: Dr. David Alan Gilbert <[email protected]>
c0787c8d
JQ
1514S: Maintained
1515F: include/migration/
44a1f946 1516F: migration/
c5515640
AS
1517F: scripts/vmstate-static-checker.py
1518F: tests/vmstate-static-checker-data/
a609ad8b 1519F: docs/migration.txt
48685a8e 1520F: qapi/migration.json
c0787c8d 1521
92bfedb0 1522Seccomp
064983cb 1523M: Eduardo Otubo <[email protected]>
92bfedb0
EO
1524S: Supported
1525F: qemu-seccomp.c
1526F: include/sysemu/seccomp.h
1527
ddbb0d09
DB
1528Cryptography
1529M: Daniel P. Berrange <[email protected]>
1530S: Maintained
1531F: crypto/
1532F: include/crypto/
1533F: tests/test-crypto-*
899833cd 1534F: qemu.sasl
ddbb0d09 1535
10817bf0
DB
1536Coroutines
1537M: Stefan Hajnoczi <[email protected]>
1538M: Kevin Wolf <[email protected]>
1539F: util/*coroutine*
1540F: include/qemu/coroutine*
1541F: tests/test-coroutine.c
1542
88c5f205
DB
1543Buffers
1544M: Daniel P. Berrange <[email protected]>
1545S: Odd fixes
1546F: util/buffer.c
1547F: include/qemu/buffer.h
1548
666a3af9
DB
1549I/O Channels
1550M: Daniel P. Berrange <[email protected]>
1551S: Maintained
1552F: io/
1553F: include/io/
1554F: tests/test-io-*
1555
5614a283
GH
1556Sockets
1557M: Daniel P. Berrange <[email protected]>
1558M: Gerd Hoffmann <[email protected]>
1559M: Paolo Bonzini <[email protected]>
1560S: Maintained
1561F: include/qemu/sockets.h
1562F: util/qemu-sockets.c
a2ff5a48 1563F: qapi/sockets.json
5614a283 1564
d310d85b
AG
1565Throttling infrastructure
1566M: Alberto Garcia <[email protected]>
1567S: Supported
1568F: block/throttle-groups.c
1569F: include/block/throttle-groups.h
1570F: include/qemu/throttle.h
1571F: util/throttle.c
1572L: [email protected]
1573
080d7aac
FZ
1574UUID
1575M: Fam Zheng <[email protected]>
1576S: Supported
1577F: util/uuid.c
1578F: include/qemu/uuid.h
1579F: tests/test-uuid.c
1580
a4cc318e
HZ
1581COLO Framework
1582M: zhanghailiang <[email protected]>
1583S: Maintained
1584F: migration/colo*
1585F: include/migration/colo.h
1586F: include/migration/failover.h
1587F: docs/COLO-FT.txt
1588
88f82ed1 1589COLO Proxy
b38576cd 1590M: Zhang Chen <[email protected]>
88f82ed1
ZC
1591M: Li Zhijian <[email protected]>
1592S: Supported
1593F: docs/colo-proxy.txt
1594F: net/colo*
1595F: net/filter-rewriter.c
1596F: net/filter-mirror.c
1597
62258201
PD
1598Record/replay
1599M: Pavel Dovgalyuk <[email protected]>
1600R: Paolo Bonzini <[email protected]>
1601W: http://wiki.qemu.org/Features/record-replay
1602S: Supported
1603F: replay/*
1604F: block/blkreplay.c
1605F: net/filter-replay.c
1606F: include/sysemu/replay.h
1607F: docs/replay.txt
1608F: stubs/replay.c
1609
fd5d5c56
AL
1610Usermode Emulation
1611------------------
486bbe5f
PB
1612Overall
1613M: Riku Voipio <[email protected]>
1614S: Maintained
1615F: thunk.c
58410666 1616F: accel/tcg/user-exec*.c
486bbe5f 1617
fd5d5c56 1618BSD user
297e8005 1619S: Orphan
fd5d5c56 1620F: bsd-user/
ccf0a57b 1621F: default-configs/*-bsd-user.mak
fd5d5c56 1622
fd5d5c56
AL
1623Linux user
1624M: Riku Voipio <[email protected]>
ecc1f5ad 1625R: Laurent Vivier <[email protected]>
fd5d5c56
AL
1626S: Maintained
1627F: linux-user/
ccf0a57b 1628F: default-configs/*-linux-user.mak
42f5a7e9
AJ
1629
1630Tiny Code Generator (TCG)
1631-------------------------
1632Common code
cc7772bd 1633M: Richard Henderson <[email protected]>
42f5a7e9
AJ
1634S: Maintained
1635F: tcg/
1636
b25a464c
CF
1637AArch64 target
1638M: Claudio Fontana <[email protected]>
1639M: Claudio Fontana <[email protected]>
1640S: Maintained
b4f2bd1c 1641L: [email protected]
b25a464c 1642F: tcg/aarch64/
c17652ee
PB
1643F: disas/arm-a64.cc
1644F: disas/libvixl/
b25a464c 1645
42f5a7e9
AJ
1646ARM target
1647M: Andrzej Zaborowski <[email protected]>
1648S: Maintained
b4f2bd1c 1649L: [email protected]
42f5a7e9 1650F: tcg/arm/
c17652ee 1651F: disas/arm.c
42f5a7e9 1652
42f5a7e9 1653i386 target
5dd4a88c 1654L: [email protected]
42f5a7e9
AJ
1655S: Maintained
1656F: tcg/i386/
c17652ee 1657F: disas/i386.c
42f5a7e9 1658
42f5a7e9 1659MIPS target
d6eec7a2 1660M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
1661S: Maintained
1662F: tcg/mips/
c17652ee 1663F: disas/mips.c
42f5a7e9
AJ
1664
1665PPC
15610d42
PK
1666M: Richard Henderson <[email protected]>
1667S: Odd Fixes
42f5a7e9 1668F: tcg/ppc/
c17652ee 1669F: disas/ppc.c
42f5a7e9
AJ
1670
1671S390 target
1672M: Alexander Graf <[email protected]>
1673M: Richard Henderson <[email protected]>
1674S: Maintained
1675F: tcg/s390/
c17652ee 1676F: disas/s390.c
42f5a7e9
AJ
1677
1678SPARC target
297e8005 1679S: Odd Fixes
42f5a7e9 1680F: tcg/sparc/
c17652ee 1681F: disas/sparc.c
bc75c9e5
SW
1682
1683TCI target
1684M: Stefan Weil <[email protected]>
1685S: Maintained
8ef9cd55 1686F: tcg/tci/
752a2ae2 1687F: tcg/tci.c
c17652ee 1688F: disas/tci.c
aa09c951 1689
f05b328c
SH
1690Block drivers
1691-------------
1692VMDK
1693M: Fam Zheng <[email protected]>
c95e4c0e 1694L: [email protected]
f05b328c
SH
1695S: Supported
1696F: block/vmdk.c
1697
1698RBD
5a8ac6d9 1699M: Josh Durgin <[email protected]>
280458a3
JC
1700M: Jeff Cody <[email protected]>
1701L: [email protected]
f05b328c
SH
1702S: Supported
1703F: block/rbd.c
280458a3 1704T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1705
1706Sheepdog
53b33231 1707M: Hitoshi Mitake <[email protected]>
f05b328c 1708M: Liu Yuan <[email protected]>
280458a3
JC
1709M: Jeff Cody <[email protected]>
1710L: [email protected]
dce32b6c 1711L: [email protected]
f05b328c
SH
1712S: Supported
1713F: block/sheepdog.c
280458a3 1714T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1715
1716VHDX
1717M: Jeff Cody <[email protected]>
280458a3 1718L: [email protected]
f05b328c
SH
1719S: Supported
1720F: block/vhdx*
280458a3 1721T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1722
1723VDI
1724M: Stefan Weil <[email protected]>
c95e4c0e 1725L: [email protected]
f05b328c
SH
1726S: Maintained
1727F: block/vdi.c
1728
1729iSCSI
1730M: Ronnie Sahlberg <[email protected]>
1731M: Paolo Bonzini <[email protected]>
1732M: Peter Lieven <[email protected]>
c95e4c0e 1733L: [email protected]
f05b328c
SH
1734S: Supported
1735F: block/iscsi.c
2deb63c2 1736F: block/iscsi-opts.c
f05b328c 1737
99c62e70
EB
1738Network Block Device (NBD)
1739M: Eric Blake <[email protected]>
1740M: Paolo Bonzini <[email protected]>
1741L: [email protected]
1742S: Maintained
1743F: block/nbd*
1744F: nbd/
1745F: include/block/nbd*
1746F: qemu-nbd.*
1747F: blockdev-nbd.c
1748T: git git://repo.or.cz/qemu/ericb.git nbd
1749
6542aa9c 1750NFS
280458a3 1751M: Jeff Cody <[email protected]>
6542aa9c 1752M: Peter Lieven <[email protected]>
280458a3 1753L: [email protected]
6542aa9c
PL
1754S: Maintained
1755F: block/nfs.c
280458a3 1756T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1757
f05b328c
SH
1758SSH
1759M: Richard W.M. Jones <[email protected]>
280458a3
JC
1760M: Jeff Cody <[email protected]>
1761L: [email protected]
f05b328c
SH
1762S: Supported
1763F: block/ssh.c
280458a3 1764T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1765
280458a3
JC
1766CURL
1767M: Jeff Cody <[email protected]>
1768L: [email protected]
1769S: Supported
1770F: block/curl.c
1771T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1772
1773GLUSTER
1774M: Jeff Cody <[email protected]>
1775L: [email protected]
1776S: Supported
1777F: block/gluster.c
1778T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1779
199667a8
FZ
1780Null Block Driver
1781M: Fam Zheng <[email protected]>
1782L: [email protected]
1783S: Supported
1784F: block/null.c
1785
b5e9476c
GA
1786Bootdevice
1787M: Gonglei <[email protected]>
1788S: Maintained
1789F: bootdevice.c
ecdda9e0
AG
1790
1791Quorum
1792M: Alberto Garcia <[email protected]>
1793S: Supported
1794F: block/quorum.c
1795L: [email protected]
e7c6e631
SH
1796
1797blkverify
1798M: Stefan Hajnoczi <[email protected]>
1799L: [email protected]
1800S: Supported
1801F: block/blkverify.c
1802
1803bochs
1804M: Stefan Hajnoczi <[email protected]>
1805L: [email protected]
1806S: Supported
1807F: block/bochs.c
1808
1809cloop
1810M: Stefan Hajnoczi <[email protected]>
1811L: [email protected]
1812S: Supported
1813F: block/cloop.c
1814
1815dmg
1816M: Stefan Hajnoczi <[email protected]>
1817L: [email protected]
1818S: Supported
1819F: block/dmg.c
1820
1821parallels
1822M: Stefan Hajnoczi <[email protected]>
f3073712 1823M: Denis V. Lunev <[email protected]>
e7c6e631
SH
1824L: [email protected]
1825S: Supported
1826F: block/parallels.c
b4a9e25b 1827F: docs/specs/parallels.txt
e7c6e631
SH
1828
1829qed
1830M: Stefan Hajnoczi <[email protected]>
1831L: [email protected]
1832S: Supported
1833F: block/qed.c
1834
1835raw
1836M: Kevin Wolf <[email protected]>
1837L: [email protected]
1838S: Supported
1839F: block/linux-aio.c
f586d5fc 1840F: include/block/raw-aio.h
2e6fc7eb 1841F: block/raw-format.c
c1bb86cd
EB
1842F: block/file-posix.c
1843F: block/file-win32.c
e7c6e631
SH
1844F: block/win32-aio.c
1845
1846qcow2
1847M: Kevin Wolf <[email protected]>
c4189d85 1848M: Max Reitz <[email protected]>
e7c6e631
SH
1849L: [email protected]
1850S: Supported
1851F: block/qcow2*
1852
1853qcow
1854M: Kevin Wolf <[email protected]>
1855L: [email protected]
1856S: Supported
1857F: block/qcow.c
1858
1859blkdebug
1860M: Kevin Wolf <[email protected]>
c4189d85 1861M: Max Reitz <[email protected]>
e7c6e631
SH
1862L: [email protected]
1863S: Supported
1864F: block/blkdebug.c
1865
1866vpc
1867M: Kevin Wolf <[email protected]>
1868L: [email protected]
1869S: Supported
1870F: block/vpc.c
1871
1872vvfat
1873M: Kevin Wolf <[email protected]>
1874L: [email protected]
1875S: Supported
1876F: block/vvfat.c
abfe4e94
SH
1877
1878Image format fuzzer
1879M: Stefan Hajnoczi <[email protected]>
1880L: [email protected]
1881S: Supported
1882F: tests/image-fuzzer/
717171bd 1883
049105a3 1884Replication
205f8618 1885M: Wen Congyang <[email protected]>
3ccc0a01 1886M: Xie Changlong <[email protected]>
049105a3
CX
1887S: Supported
1888F: replication*
1889F: block/replication.c
1890F: tests/test-replication.c
1891F: docs/block-replication.txt
1892
b9e02c06
AB
1893Build and test automation
1894-------------------------
1895M: Alex Bennée <[email protected]>
e70dc7f8 1896M: Fam Zheng <[email protected]>
32b9ca98 1897R: Philippe Mathieu-Daudé <[email protected]>
b9e02c06 1898L: [email protected]
e70dc7f8 1899S: Maintained
b9e02c06 1900F: .travis.yml
d92d886a 1901F: .shippable.yml
e70dc7f8
AB
1902F: tests/docker/
1903W: https://travis-ci.org/qemu/qemu
2a747008 1904W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 1905W: http://patchew.org/QEMU/
717171bd
DB
1906
1907Documentation
1908-------------
1909Build system architecture
1910M: Daniel P. Berrange <[email protected]>
1911S: Odd Fixes
1912F: docs/build-system.txt
8a49e97f 1913
This page took 0.893559 seconds and 4 git commands to generate.