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