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