]> Git Repo - qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging
[qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
4The intention of this file is not to establish who owns what portions of the
5code base, but to provide a set of names that developers can consult when they
6have a question about a particular subset and also to provide a set of names
7to be CC'd when submitting a patch to obtain appropriate review.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 23 much other than throw the odd patch in. See below.
fd5d5c56
AL
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51General Project Administration
52------------------------------
ff0d4876 53M: Peter Maydell <[email protected]>
fd5d5c56 54
62622c11
MT
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <[email protected]>
62622c11
MT
59L: [email protected]
60
fd5d5c56
AL
61Guest CPU cores (TCG):
62----------------------
486bbe5f 63Overall
5dd4a88c 64L: [email protected]
486bbe5f
PB
65S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
fd5d5c56 74Alpha
8d6df264
RH
75M: Richard Henderson <[email protected]>
76S: Maintained
fd5d5c56 77F: target-alpha/
8d8b636d 78F: hw/alpha/
c0bd0b50 79F: tests/tcg/alpha/
b6f97c14 80
b6f97c14 81ARM
1ce9ce6a 82M: Peter Maydell <[email protected]>
fd5d5c56
AL
83S: Maintained
84F: target-arm/
8d8b636d
PB
85F: hw/arm/
86F: hw/cpu/a*mpcore.c
fd5d5c56
AL
87
88CRIS
89M: Edgar E. Iglesias <[email protected]>
90S: Maintained
91F: target-cris/
8d8b636d 92F: hw/cris/
c0bd0b50 93F: tests/tcg/cris/
fd5d5c56 94
07bf23a7
MW
95LM32
96M: Michael Walle <[email protected]>
97S: Maintained
98F: target-lm32/
4eab7a0a 99F: disas/lm32.c
8d8b636d 100F: hw/lm32/
4eab7a0a
MW
101F: hw/*/lm32_*
102F: hw/*/milkymist-*
103F: include/hw/char/lm32_juart.h
104F: include/hw/lm32/
c0bd0b50 105F: tests/tcg/lm32/
07bf23a7 106
fd5d5c56 107M68K
0e19885e 108S: Orphan
fd5d5c56 109F: target-m68k/
8d8b636d 110F: hw/m68k/
fd5d5c56
AL
111
112MicroBlaze
113M: Edgar E. Iglesias <[email protected]>
114S: Maintained
115F: target-microblaze/
8d8b636d 116F: hw/microblaze/
fd5d5c56 117
b6f97c14 118MIPS
ddb13561 119M: Aurelien Jarno <[email protected]>
6f640917
LA
120M: Leon Alrae <[email protected]>
121S: Maintained
fd5d5c56 122F: target-mips/
8d8b636d 123F: hw/mips/
c0bd0b50 124F: tests/tcg/mips/
fd5d5c56 125
d15a9c23
AG
126Moxie
127M: Anthony Green <[email protected]>
128S: Maintained
129F: target-moxie/
130
945dad6d
JL
131OpenRISC
132M: Jia Liu <[email protected]>
133S: Maintained
134F: target-openrisc/
135F: hw/openrisc/
c0bd0b50 136F: tests/tcg/openrisc/
945dad6d 137
b6f97c14 138PowerPC
fd5d5c56 139M: Alexander Graf <[email protected]>
a6c98685 140L: [email protected]
fd5d5c56
AL
141S: Maintained
142F: target-ppc/
8d8b636d 143F: hw/ppc/
fd5d5c56
AL
144
145S390
2b35e93f 146M: Richard Henderson <[email protected]>
fd5d5c56
AL
147M: Alexander Graf <[email protected]>
148S: Maintained
149F: target-s390x/
8d8b636d 150F: hw/s390x/
fd5d5c56 151
b6f97c14 152SH4
ddb13561 153M: Aurelien Jarno <[email protected]>
2c9b7d1a 154S: Odd Fixes
fd5d5c56 155F: target-sh4/
8d8b636d 156F: hw/sh4/
fd5d5c56
AL
157
158SPARC
159M: Blue Swirl <[email protected]>
f2416d3a 160M: Mark Cave-Ayland <[email protected]>
fd5d5c56
AL
161S: Maintained
162F: target-sparc/
8d8b636d
PB
163F: hw/sparc/
164F: hw/sparc64/
fd5d5c56 165
a6ea7b4c
AF
166UniCore32
167M: Guan Xuetao <[email protected]>
168S: Maintained
169F: target-unicore32/
8d8b636d 170F: hw/unicore32/
a6ea7b4c 171
fd5d5c56 172X86
d46d72fd
PB
173M: Paolo Bonzini <[email protected]>
174M: Richard Henderson <[email protected]>
e1a04339 175M: Eduardo Habkost <[email protected]>
b203a4ba 176S: Maintained
fd5d5c56 177F: target-i386/
8d8b636d 178F: hw/i386/
fd5d5c56 179
16e7caae
MF
180Xtensa
181M: Max Filippov <[email protected]>
375847a6 182W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
183S: Maintained
184F: target-xtensa/
8d8b636d 185F: hw/xtensa/
c0bd0b50 186F: tests/tcg/xtensa/
16e7caae 187
48e06fe0
BK
188TriCore
189M: Bastian Koppelmann <[email protected]>
190S: Maintained
191F: target-tricore/
192F: hw/tricore/
193
fd5d5c56
AL
194Guest CPU Cores (KVM):
195----------------------
196
197Overall
c6d559d9 198M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
199L: [email protected]
200S: Supported
201F: kvm-*
202F: */kvm.*
203
ed4659d1
PM
204ARM
205M: Peter Maydell <[email protected]>
206S: Maintained
207F: target-arm/kvm.c
208
a31896c4
JH
209MIPS
210M: James Hogan <[email protected]>
211S: Maintained
212F: target-mips/kvm.c
213
fd5d5c56
AL
214PPC
215M: Alexander Graf <[email protected]>
216S: Maintained
217F: target-ppc/kvm.c
218
749717a0 219S390
b304bf00
CB
220M: Christian Borntraeger <[email protected]>
221M: Cornelia Huck <[email protected]>
fd5d5c56
AL
222M: Alexander Graf <[email protected]>
223S: Maintained
224F: target-s390x/kvm.c
4277af19
CH
225F: hw/intc/s390_flic.c
226F: hw/intc/s390_flic_kvm.c
227F: include/hw/s390x/s390_flic.h
fd5d5c56
AL
228
229X86
d46d72fd 230M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
231M: Marcelo Tosatti <[email protected]>
232L: [email protected]
233S: Supported
234F: target-i386/kvm.c
235
8a6b0cd7
SS
236Guest CPU Cores (Xen):
237----------------------
238
239X86
240M: Stefano Stabellini <[email protected]>
241L: [email protected]
242S: Supported
243F: xen-*
244F: */xen*
245
1bdd6874
SW
246Hosts:
247------
248
249LINUX
250L: [email protected]
251S: Maintained
252F: linux-*
253F: linux-headers/
254
255POSIX
256L: [email protected]
257S: Maintained
258F: *posix*
259
260W32, W64
261L: [email protected]
262M: Stefan Weil <[email protected]>
263S: Maintained
264F: *win32*
265
fd5d5c56
AL
266ARM Machines
267------------
84291fe7
LG
268Allwinner-a10
269M: Li Guang <[email protected]>
270S: Maintained
271F: hw/*/allwinner-a10*
272F: include/hw/*/allwinner-a10*
273F: hw/arm/cubieboard.c
274
fc63dcff
EV
275Exynos
276M: Evgeny Voevodin <[email protected]>
277M: Maksim Kozlov <[email protected]>
f44c5c67 278M: Igor Mitsyanko <[email protected]>
fc63dcff
EV
279M: Dmitry Solodkiy <[email protected]>
280S: Maintained
8d8b636d 281F: hw/*/exynos*
fc63dcff 282
766fd09f 283Calxeda Highbank
9ef137ca
RH
284M: Rob Herring <[email protected]>
285S: Maintained
8d8b636d
PB
286F: hw/arm/highbank.c
287F: hw/net/xgmac.c
766fd09f 288
9082f121
AP
289Canon DIGIC
290M: Antony Pavlov <[email protected]>
291S: Maintained
292F: include/hw/arm/digic.h
293F: hw/*/digic*
294
fd5d5c56 295Gumstix
5dd4a88c 296L: [email protected]
fd5d5c56 297S: Orphan
8d8b636d 298F: hw/arm/gumstix.c
fd5d5c56 299
0325559d
PC
300i.MX31
301M: Peter Chubb <[email protected]>
302S: Odd fixes
8d8b636d
PB
303F: hw/*/imx*
304F: hw/arm/kzm.c
0325559d 305
fd5d5c56 306Integrator CP
1ce9ce6a 307M: Peter Maydell <[email protected]>
fd5d5c56 308S: Maintained
8d8b636d 309F: hw/arm/integratorcp.c
fd5d5c56
AL
310
311Mainstone
5dd4a88c 312L: [email protected]
fd5d5c56 313S: Orphan
8d8b636d 314F: hw/arm/mainstone.c
fd5d5c56
AL
315
316Musicpal
317M: Jan Kiszka <[email protected]>
318S: Maintained
8d8b636d 319F: hw/arm/musicpal.c
fd5d5c56
AL
320
321nSeries
322M: Andrzej Zaborowski <[email protected]>
323S: Maintained
8d8b636d 324F: hw/arm/nseries.c
fd5d5c56
AL
325
326Palm
327M: Andrzej Zaborowski <[email protected]>
328S: Maintained
8d8b636d 329F: hw/arm/palm.c
fd5d5c56
AL
330
331Real View
1ce9ce6a 332M: Peter Maydell <[email protected]>
fd5d5c56 333S: Maintained
8d8b636d 334F: hw/arm/realview*
fd5d5c56
AL
335
336Spitz
337M: Andrzej Zaborowski <[email protected]>
338S: Maintained
8d8b636d 339F: hw/arm/spitz.c
fd5d5c56
AL
340
341Stellaris
1ce9ce6a 342M: Peter Maydell <[email protected]>
fd5d5c56 343S: Maintained
8d8b636d 344F: hw/*/stellaris*
fd5d5c56
AL
345
346Versatile PB
1ce9ce6a 347M: Peter Maydell <[email protected]>
fd5d5c56 348S: Maintained
8d8b636d 349F: hw/*/versatile*
fd5d5c56 350
e3260506 351Xilinx Zynq
97891afa 352M: Peter Crosthwaite <[email protected]>
e3260506 353S: Maintained
8d8b636d
PB
354F: hw/arm/xilinx_zynq.c
355F: hw/misc/zynq_slcr.c
356F: hw/*/cadence_*
357F: hw/ssi/xilinx_spips.c
e3260506 358
fd5d5c56
AL
359CRIS Machines
360-------------
361Axis Dev88
362M: Edgar E. Iglesias <[email protected]>
363S: Maintained
8d8b636d 364F: hw/cris/axis_dev88.c
6e481d57 365F: hw/*/etraxfs_*.c
fd5d5c56 366
07bf23a7
MW
367LM32 Machines
368-------------
369EVR32 and uclinux BSP
370M: Michael Walle <[email protected]>
371S: Maintained
8d8b636d 372F: hw/lm32/lm32_boards.c
07bf23a7 373
d118aa6b
MW
374milkymist
375M: Michael Walle <[email protected]>
376S: Maintained
8d8b636d 377F: hw/lm32/milkymist.c
d118aa6b 378
afcacd53 379M68K Machines
fd5d5c56
AL
380-------------
381an5206
0e19885e 382S: Orphan
8d8b636d 383F: hw/m68k/an5206.c
fd5d5c56
AL
384
385dummy_m68k
0e19885e 386S: Orphan
8d8b636d 387F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
388
389mcf5208
0e19885e 390S: Orphan
8d8b636d 391F: hw/m68k/mcf5208.c
fd5d5c56
AL
392
393MicroBlaze Machines
394-------------------
395petalogix_s3adsp1800
396M: Edgar E. Iglesias <[email protected]>
397S: Maintained
6e481d57 398F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 399
d36e8ce7 400petalogix_ml605
97891afa 401M: Peter Crosthwaite <[email protected]>
d36e8ce7 402S: Maintained
8d8b636d 403F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 404
fd5d5c56
AL
405MIPS Machines
406-------------
407Jazz
408M: Hervé Poussineau <[email protected]>
409S: Maintained
8d8b636d 410F: hw/mips/mips_jazz.c
fd5d5c56
AL
411
412Malta
413M: Aurelien Jarno <[email protected]>
414S: Maintained
8d8b636d 415F: hw/mips/mips_malta.c
fd5d5c56
AL
416
417Mipssim
5dd4a88c 418L: [email protected]
fd5d5c56 419S: Orphan
8d8b636d 420F: hw/mips/mips_mipssim.c
fd5d5c56
AL
421
422R4000
423M: Aurelien Jarno <[email protected]>
424S: Maintained
8d8b636d 425F: hw/mips/mips_r4k.c
fd5d5c56 426
945dad6d
JL
427OpenRISC Machines
428-----------------
429or1k-sim
430M: Jia Liu <[email protected]>
431S: Maintained
432F: hw/openrisc/openrisc_sim.c
433
fd5d5c56
AL
434PowerPC Machines
435----------------
436405
437M: Alexander Graf <[email protected]>
a6c98685 438L: [email protected]
9b9fe135 439S: Odd Fixes
8d8b636d 440F: hw/ppc/ppc405_boards.c
fd5d5c56 441
aaade8d7
AF
442Bamboo
443M: Alexander Graf <[email protected]>
444L: [email protected]
445S: Odd Fixes
8d8b636d 446F: hw/ppc/ppc440_bamboo.c
aaade8d7 447
98cded3a
AF
448e500
449M: Alexander Graf <[email protected]>
450M: Scott Wood <[email protected]>
451L: [email protected]
452S: Supported
453F: hw/ppc/e500.[hc]
454F: hw/ppc/e500plat.c
455
456mpc8544ds
457M: Alexander Graf <[email protected]>
458M: Scott Wood <[email protected]>
459L: [email protected]
460S: Supported
461F: hw/ppc/mpc8544ds.c
8d8b636d 462F: hw/ppc/mpc8544_guts.c
98cded3a 463
fd5d5c56
AL
464New World
465M: Alexander Graf <[email protected]>
a6c98685 466L: [email protected]
fd5d5c56 467S: Maintained
baec1910 468F: hw/ppc/mac_newworld.c
6e481d57
PM
469F: hw/pci-host/uninorth.c
470F: hw/pci-bridge/dec.[hc]
8d8b636d 471F: hw/misc/macio/
fd5d5c56
AL
472
473Old World
474M: Alexander Graf <[email protected]>
a6c98685 475L: [email protected]
fd5d5c56 476S: Maintained
baec1910 477F: hw/ppc/mac_oldworld.c
6e481d57 478F: hw/pci-host/grackle.c
8d8b636d 479F: hw/misc/macio/
fd5d5c56 480
ec38d398
AF
481PReP
482M: Andreas Färber <[email protected]>
a6c98685 483L: [email protected]
ec38d398 484S: Odd Fixes
75610155 485F: hw/ppc/prep.c
6e481d57 486F: hw/pci-host/prep.[hc]
8d8b636d 487F: hw/isa/pc87312.[hc]
fd5d5c56 488
085eb217
DG
489sPAPR (pseries)
490M: David Gibson <[email protected]>
8a269ca4
AF
491M: Alexander Graf <[email protected]>
492L: [email protected]
493S: Supported
8d8b636d 494F: hw/*/spapr*
f9de2da7
DG
495F: include/hw/*/spapr*
496F: hw/*/xics*
497F: include/hw/*/xics*
498F: pc-bios/spapr-rtas/*
8a269ca4 499
794d00bf
AF
500virtex_ml507
501M: Edgar E. Iglesias <[email protected]>
502L: [email protected]
503S: Odd Fixes
6e481d57 504F: hw/ppc/virtex_ml507.c
794d00bf 505
fd5d5c56
AL
506SH4 Machines
507------------
508R2D
509M: Magnus Damm <[email protected]>
510S: Maintained
6e481d57 511F: hw/sh4/r2d.c
fd5d5c56
AL
512
513Shix
514M: Magnus Damm <[email protected]>
afcacd53 515S: Orphan
6e481d57 516F: hw/sh4/shix.c
fd5d5c56
AL
517
518SPARC Machines
519--------------
520Sun4m
521M: Blue Swirl <[email protected]>
f2416d3a 522M: Mark Cave-Ayland <[email protected]>
fd5d5c56 523S: Maintained
8d8b636d 524F: hw/sparc/sun4m.c
fd5d5c56
AL
525
526Sun4u
527M: Blue Swirl <[email protected]>
f2416d3a 528M: Mark Cave-Ayland <[email protected]>
fd5d5c56 529S: Maintained
8d8b636d 530F: hw/sparc64/sun4u.c
fd5d5c56 531
ce6c760c
FC
532Leon3
533M: Fabien Chouteau <[email protected]>
534S: Maintained
8d8b636d
PB
535F: hw/sparc/leon3.c
536F: hw/*/grlib*
ce6c760c 537
fd5d5c56
AL
538S390 Machines
539-------------
540S390 Virtio
541M: Alexander Graf <[email protected]>
542S: Maintained
6e481d57 543F: hw/s390x/s390-*.c
8cba80c3 544X: hw/s390x/*pci*.[hc]
fd5d5c56 545
dd4ad64a
CH
546S390 Virtio-ccw
547M: Cornelia Huck <[email protected]>
b304bf00 548M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
549M: Alexander Graf <[email protected]>
550S: Supported
551F: hw/s390x/s390-virtio-ccw.c
552F: hw/s390x/css.[hc]
b304bf00
CB
553F: hw/s390x/sclp*.[hc]
554F: hw/s390x/ipl*.[hc]
8cba80c3 555F: hw/s390x/*pci*.[hc]
4277af19
CH
556F: include/hw/s390x/
557F: pc-bios/s390-ccw/
dd4ad64a
CH
558T: git git://github.com/cohuck/qemu virtio-ccw-upstr
559
ab9528ca
GX
560UniCore32 Machines
561-------------
562PKUnity-3 SoC initramfs-with-busybox
563M: Guan Xuetao <[email protected]>
564S: Maintained
8d8b636d 565F: hw/*/puv3*
ab9528ca
GX
566F: hw/unicore32/
567
fd5d5c56
AL
568X86 Machines
569------------
570PC
046a6486 571M: Michael S. Tsirkin <[email protected]>
fd5d5c56 572S: Supported
046a6486
MT
573F: include/hw/i386/
574F: hw/i386/
575F: hw/pci-host/piix.c
576F: hw/pci-host/q35.c
577F: hw/pci-host/pam.c
578F: include/hw/pci-host/q35.h
579F: include/hw/pci-host/pam.h
580F: hw/isa/piix4.c
581F: hw/isa/lpc_ich9.c
582F: hw/i2c/smbus_ich9.c
583F: hw/acpi/piix4.c
584F: hw/acpi/ich9.c
585F: include/hw/acpi/ich9.h
586F: include/hw/acpi/piix.h
587
fd5d5c56 588
16e7caae
MF
589Xtensa Machines
590---------------
375847a6 591sim
16e7caae
MF
592M: Max Filippov <[email protected]>
593S: Maintained
437a8c11 594F: hw/xtensa/sim.c
375847a6 595
437a8c11 596XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
597M: Max Filippov <[email protected]>
598S: Maintained
437a8c11
MF
599F: hw/xtensa/xtfpga.c
600F: hw/net/opencores_eth.c
16e7caae 601
fd5d5c56
AL
602Devices
603-------
b30934cb
JS
604EDU
605M: Jiri Slaby <[email protected]>
606S: Maintained
607F: hw/misc/edu.c
608
fd5d5c56 609IDE
c095348b
JS
610M: John Snow <[email protected]>
611L: [email protected]
612S: Supported
8d8b636d 613F: include/hw/ide.h
fd5d5c56 614F: hw/ide/
c095348b
JS
615F: hw/block/block.c
616F: hw/block/cdrom.c
617F: hw/block/hd-geometry.c
618F: tests/ide-test.c
619F: tests/ahci-test.c
620T: git git://github.com/jnsnow/qemu.git ide
621
622Floppy
623M: John Snow <[email protected]>
624L: [email protected]
625S: Supported
626F: hw/block/fdc.c
627F: include/hw/block/fdc.h
628T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 629
f5f487b2
PM
630OMAP
631M: Peter Maydell <[email protected]>
632S: Maintained
8d8b636d 633F: hw/*/omap*
f5f487b2 634
fd5d5c56
AL
635PCI
636M: Michael S. Tsirkin <[email protected]>
637S: Supported
8d8b636d 638F: include/hw/pci/*
ca818cfb 639F: hw/pci/*
8d8b636d 640F: hw/acpi/*
fd5d5c56 641
aaade8d7
AF
642ppc4xx
643M: Alexander Graf <[email protected]>
644L: [email protected]
645S: Odd Fixes
8d8b636d 646F: hw/ppc/ppc4*.c
aaade8d7 647
98cded3a
AF
648ppce500
649M: Alexander Graf <[email protected]>
650M: Scott Wood <[email protected]>
651L: [email protected]
652S: Supported
6e481d57 653F: hw/ppc/e500*
98cded3a 654
fd5d5c56 655SCSI
de7724f7
PB
656M: Paolo Bonzini <[email protected]>
657S: Supported
8d8b636d
PB
658F: include/hw/scsi*
659F: hw/scsi/*
1ab09a40 660T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
661
662LSI53C895A
0e19885e 663S: Orphan
8d8b636d 664F: hw/scsi/lsi53c895a.c
fd5d5c56 665
fcb5629d 666SSI
97891afa 667M: Peter Crosthwaite <[email protected]>
fcb5629d 668S: Maintained
8d8b636d
PB
669F: hw/ssi/*
670F: hw/block/m25p80.c
fcb5629d 671
fd5d5c56 672USB
5d0d62fe
GH
673M: Gerd Hoffmann <[email protected]>
674S: Maintained
8d8b636d 675F: hw/usb/*
28edfce0 676F: tests/usb-*-test.c
fd5d5c56 677
e26082fd
PB
678USB (serial adapter)
679M: Gerd Hoffmann <[email protected]>
680M: Samuel Thibault <[email protected]>
681S: Maintained
682F: hw/usb/dev-serial.c
683
92e1fb5e
AW
684VFIO
685M: Alex Williamson <[email protected]>
686S: Supported
cf7087db 687F: hw/vfio/*
92e1fb5e 688
fd5d5c56
AL
689vhost
690M: Michael S. Tsirkin <[email protected]>
691S: Supported
8d8b636d 692F: hw/*/*vhost*
fd5d5c56
AL
693
694virtio
a75143ed 695M: Michael S. Tsirkin <[email protected]>
fd5d5c56 696S: Supported
8d8b636d 697F: hw/*/virtio*
fd5d5c56
AL
698
699virtio-9p
23704102 700M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 701S: Supported
aebeca25
AF
702F: hw/9pfs/
703F: fsdev/
2d888c09 704F: tests/virtio-9p-test.c
3f3309cb 705T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
706
707virtio-blk
54d01a00 708M: Stefan Hajnoczi <[email protected]>
b457a5f5 709L: [email protected]
fd5d5c56 710S: Supported
8d8b636d 711F: hw/block/virtio-blk.c
b457a5f5
SH
712F: hw/block/dataplane/*
713F: hw/virtio/dataplane/*
714T: git git://github.com/stefanha/qemu.git block
fd5d5c56 715
dd4ad64a
CH
716virtio-ccw
717M: Cornelia Huck <[email protected]>
b304bf00 718M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
719S: Supported
720F: hw/s390x/virtio-ccw.[hc]
721T: git git://github.com/cohuck/qemu virtio-ccw-upstr
722
fd5d5c56
AL
723virtio-serial
724M: Amit Shah <[email protected]>
725S: Supported
8d8b636d
PB
726F: hw/char/virtio-serial-bus.c
727F: hw/char/virtio-console.c
68a5e38a 728F: include/hw/virtio/virtio-serial.h
fd5d5c56 729
1f51a5cb
AS
730virtio-rng
731M: Amit Shah <[email protected]>
732S: Supported
733F: hw/virtio/virtio-rng.c
734F: include/hw/virtio/virtio-rng.h
735F: backends/rng*.c
736
f3c507ad
KB
737nvme
738M: Keith Busch <[email protected]>
c95e4c0e 739L: [email protected]
f3c507ad
KB
740S: Supported
741F: hw/block/nvme*
fc967791 742F: tests/nvme-test.c
f3c507ad 743
d383c625
HR
744megasas
745M: Hannes Reinecke <[email protected]>
c95e4c0e 746L: [email protected]
d383c625
HR
747S: Supported
748F: hw/scsi/megasas.c
749F: hw/scsi/mfi.h
750
ab61d240 751Xilinx EDK
97891afa 752M: Peter Crosthwaite <[email protected]>
ab61d240
PC
753M: Edgar E. Iglesias <[email protected]>
754S: Maintained
8d8b636d
PB
755F: hw/*/xilinx_*
756F: include/hw/xilinx.h
ab61d240 757
622fb504
DF
758Vmware
759M: Dmitry Fleytman <[email protected]>
760S: Maintained
761F: hw/net/vmxnet*
762F: hw/scsi/vmw_pvscsi*
763
de24d3f1
SF
764Rocker
765M: Scott Feldman <[email protected]>
766M: Jiri Pirko <[email protected]>
767S: Maintained
768F: hw/net/rocker/
769
fd5d5c56
AL
770Subsystems
771----------
772Audio
773M: Vassili Karpov (malc) <[email protected]>
9f575846 774M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
775S: Maintained
776F: audio/
8d8b636d 777F: hw/audio/
d7b50c0c 778F: tests/ac97-test.c
8fa74c94 779F: tests/es1370-test.c
fbaf445a 780F: tests/intel-hda-test.c
fd5d5c56 781
17f1e8f5 782Block layer core
fd5d5c56 783M: Kevin Wolf <[email protected]>
c95e4c0e 784L: [email protected]
fd5d5c56
AL
785S: Supported
786F: block*
787F: block/
8d8b636d 788F: hw/block/
4c346e0b 789F: include/block/
46078760
KW
790F: qemu-img*
791F: qemu-io*
29242091 792F: tests/qemu-iotests/
d48addda 793T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 794
d55053b1
SH
795Block I/O path
796M: Stefan Hajnoczi <[email protected]>
797L: [email protected]
798S: Supported
799F: async.c
800F: aio-*.c
801F: block/io.c
802F: migration/block*
803T: git git://github.com/stefanha/qemu.git block
804
280458a3
JC
805Block Jobs
806M: Jeff Cody <[email protected]>
807L: [email protected]
808S: Supported
809F: blockjob.c
810F: include/block/blockjob.h
811F: block/backup.c
812F: block/commit.c
813F: block/stream.h
814F: block/mirror.c
815T: git git://github.com/codyprime/qemu-kvm-jtc.git block
816
4120201d
MA
817Block QAPI, monitor, command line
818M: Markus Armbruster <[email protected]>
819S: Supported
820F: blockdev.c
821F: block/qapi.c
822F: qapi/block*.json
823T: git git://repo.or.cz/qemu/armbru.git block-next
824
fd5d5c56 825Character Devices
da26f37a 826M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
827S: Maintained
828F: qemu-char.c
da26f37a
PB
829F: backends/msmouse.c
830F: backends/testdev.c
fd5d5c56 831
e26082fd
PB
832Character Devices (Braille)
833M: Samuel Thibault <[email protected]>
834S: Maintained
835F: backends/baum.c
fd5d5c56 836
8c413e79
MA
837Coverity model
838M: Markus Armbruster <[email protected]>
839S: Supported
840F: scripts/coverity-model.c
841
f2ca0524
AF
842CPU
843M: Andreas Färber <[email protected]>
844S: Supported
845F: qom/cpu.c
6e481d57 846F: include/qom/cpu.h
62e0c095 847F: target-i386/cpu.c
f2ca0524 848
f0513d2c
IM
849ICC Bus
850M: Igor Mammedov <[email protected]>
851S: Supported
852F: include/hw/cpu/icc_bus.h
853F: hw/cpu/icc_bus.c
854
d24b569a 855Device Tree
97891afa 856M: Peter Crosthwaite <[email protected]>
d24b569a
PC
857M: Alexander Graf <[email protected]>
858S: Maintained
6e481d57 859F: device_tree.[ch]
d24b569a 860
fd5d5c56 861GDB stub
5dd4a88c 862L: [email protected]
fd5d5c56
AL
863S: Odd Fixes
864F: gdbstub*
865F: gdb-xml/
866
01a9c03c
PB
867Memory API
868M: Paolo Bonzini <[email protected]>
869S: Supported
870F: include/exec/ioport.h
871F: ioport.c
872F: include/exec/memory.h
873F: memory.c
874F: include/exec/memory-internal.h
875F: exec.c
876
7ee3bf03
GH
877SPICE
878M: Gerd Hoffmann <[email protected]>
879S: Supported
6e481d57 880F: include/ui/qemu-spice.h
7ee3bf03
GH
881F: ui/spice-*.c
882F: audio/spiceaudio.c
8d8b636d 883F: hw/display/qxl*
7ee3bf03 884
fd5d5c56 885Graphics
25eccc37
GH
886M: Gerd Hoffmann <[email protected]>
887S: Odd Fixes
fd5d5c56
AL
888F: ui/
889
351f1bf6
AF
890Cocoa graphics
891M: Andreas Färber <[email protected]>
30ef3c74 892M: Peter Maydell <[email protected]>
351f1bf6
AF
893S: Odd Fixes
894F: ui/cocoa.m
895
fd5d5c56 896Main loop
da26f37a
PB
897M: Paolo Bonzini <[email protected]>
898S: Maintained
899F: cpus.c
900F: main-loop.c
901F: qemu-timer.c
fd5d5c56
AL
902F: vl.c
903
8899b4ae 904Human Monitor (HMP)
fd5d5c56 905M: Luiz Capitulino <[email protected]>
fbb0621a 906S: Maintained
fd5d5c56 907F: monitor.c
8899b4ae
LC
908F: hmp.c
909F: hmp-commands.hx
dce07e0b 910T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
911
912Network device layer
1cd0f8ce 913M: Stefan Hajnoczi <[email protected]>
442469e6 914M: Jason Wang <[email protected]>
fd5d5c56
AL
915S: Maintained
916F: net/
837c36e7 917T: git git://github.com/stefanha/qemu.git net
fd5d5c56 918
aee09baf
VM
919Netmap network backend
920M: Luigi Rizzo <[email protected]>
921M: Giuseppe Lettieri <[email protected]>
922M: Vincenzo Maffione <[email protected]>
923W: http://info.iet.unipi.it/~luigi/netmap/
924S: Maintained
925F: net/netmap.c
926
44f76b28
PB
927Network Block Device (NBD)
928M: Paolo Bonzini <[email protected]>
929S: Odd Fixes
930F: block/nbd.c
931F: nbd.*
932F: qemu-nbd.c
1ab09a40 933T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 934
2f54eb98
EH
935NUMA
936M: Eduardo Habkost <[email protected]>
937S: Maintained
938F: numa.c
939F: include/sysemu/numa.h
940K: numa|NUMA
941K: srat|SRAT
942T: git git://github.com/ehabkost/qemu.git numa
943
8899b4ae 944QAPI
9740618c 945M: Markus Armbruster <[email protected]>
8899b4ae 946M: Michael Roth <[email protected]>
9740618c 947S: Supported
8899b4ae 948F: qapi/
c0bd0b50 949F: tests/qapi-schema/
9740618c 950T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 951
7810d291
LC
952QAPI Schema
953M: Eric Blake <[email protected]>
7810d291
LC
954M: Markus Armbruster <[email protected]>
955S: Supported
956F: qapi-schema.json
9740618c 957T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 958
f3582ba4
LC
959QObject
960M: Luiz Capitulino <[email protected]>
961S: Maintained
962F: qobject/
963T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
964
f05d9999
MR
965QEMU Guest Agent
966M: Michael Roth <[email protected]>
967S: Maintained
968F: qga/
969T: git git://github.com/mdroth/qemu.git qga
970
4688c94c 971QOM
4688c94c
AF
972M: Andreas Färber <[email protected]>
973S: Supported
974T: git git://github.com/afaerber/qemu-cpu.git qom-next
975F: include/qom/
976X: include/qom/cpu.h
977F: qom/
978X: qom/cpu.c
979F: tests/qom-test.c
980
8899b4ae 981QMP
9740618c
LC
982M: Markus Armbruster <[email protected]>
983S: Supported
8899b4ae
LC
984F: qmp.c
985F: monitor.c
986F: qmp-commands.hx
9740618c
LC
987F: docs/qmp/
988F: scripts/qmp/
989T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 990
fd5d5c56 991SLIRP
bafc72ab
JK
992M: Jan Kiszka <[email protected]>
993S: Maintained
fd5d5c56 994F: slirp/
1ab09a40 995T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 996
598a3f35 997Tracing
1cd0f8ce 998M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
999S: Maintained
1000F: trace/
f70fd8fd
LV
1001F: scripts/tracetool.py
1002F: scripts/tracetool/
f922ea46 1003F: docs/tracing.txt
1ab09a40 1004T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1005
14f40fdc
BS
1006Checkpatch
1007M: Blue Swirl <[email protected]>
1008S: Odd Fixes
1009F: scripts/checkpatch.pl
1010
c0787c8d
JQ
1011Migration
1012M: Juan Quintela <[email protected]>
7f4675c3 1013M: Amit Shah <[email protected]>
c0787c8d
JQ
1014S: Maintained
1015F: include/migration/
44a1f946 1016F: migration/
c5515640
AS
1017F: scripts/vmstate-static-checker.py
1018F: tests/vmstate-static-checker-data/
c0787c8d 1019
92bfedb0 1020Seccomp
9d9de254 1021M: Eduardo Otubo <[email protected]>
92bfedb0
EO
1022S: Supported
1023F: qemu-seccomp.c
1024F: include/sysemu/seccomp.h
1025
fd5d5c56
AL
1026Usermode Emulation
1027------------------
486bbe5f
PB
1028Overall
1029M: Riku Voipio <[email protected]>
1030S: Maintained
1031F: thunk.c
1032F: user-exec.c
1033
fd5d5c56
AL
1034BSD user
1035M: Blue Swirl <[email protected]>
1036S: Maintained
1037F: bsd-user/
1038
fd5d5c56
AL
1039Linux user
1040M: Riku Voipio <[email protected]>
1041S: Maintained
1042F: linux-user/
42f5a7e9
AJ
1043
1044Tiny Code Generator (TCG)
1045-------------------------
1046Common code
cc7772bd 1047M: Richard Henderson <[email protected]>
42f5a7e9
AJ
1048S: Maintained
1049F: tcg/
1050
b25a464c
CF
1051AArch64 target
1052M: Claudio Fontana <[email protected]>
1053M: Claudio Fontana <[email protected]>
1054S: Maintained
1055F: tcg/aarch64/
1056
42f5a7e9
AJ
1057ARM target
1058M: Andrzej Zaborowski <[email protected]>
1059S: Maintained
1060F: tcg/arm/
1061
42f5a7e9 1062i386 target
5dd4a88c 1063L: [email protected]
42f5a7e9
AJ
1064S: Maintained
1065F: tcg/i386/
1066
1067IA64 target
1068M: Aurelien Jarno <[email protected]>
1069S: Maintained
1070F: tcg/ia64/
1071
1072MIPS target
d6eec7a2 1073M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
1074S: Maintained
1075F: tcg/mips/
1076
1077PPC
1078M: Vassili Karpov (malc) <[email protected]>
1079S: Maintained
1080F: tcg/ppc/
1081
1082PPC64 target
1083M: Vassili Karpov (malc) <[email protected]>
1084S: Maintained
1085F: tcg/ppc64/
1086
1087S390 target
1088M: Alexander Graf <[email protected]>
1089M: Richard Henderson <[email protected]>
1090S: Maintained
1091F: tcg/s390/
1092
1093SPARC target
1094M: Blue Swirl <[email protected]>
1095S: Maintained
1096F: tcg/sparc/
bc75c9e5
SW
1097
1098TCI target
1099M: Stefan Weil <[email protected]>
1100S: Maintained
8ef9cd55 1101F: tcg/tci/
2b7be8c8 1102F: tci.c
aa09c951
AF
1103
1104Stable branches
1105---------------
1106Stable 1.0
1107L: [email protected]
85938981 1108T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1109S: Orphan
1110
1111Stable 0.15
1112L: [email protected]
73c30df6 1113M: Andreas Färber <[email protected]>
85938981 1114T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1115S: Supported
aa09c951
AF
1116
1117Stable 0.14
1118L: [email protected]
85938981 1119T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1120S: Orphan
1121
1122Stable 0.10
1123L: [email protected]
85938981 1124T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1125S: Orphan
f05b328c
SH
1126
1127Block drivers
1128-------------
1129VMDK
1130M: Fam Zheng <[email protected]>
c95e4c0e 1131L: [email protected]
f05b328c
SH
1132S: Supported
1133F: block/vmdk.c
1134
1135RBD
1136M: Josh Durgin <[email protected]>
280458a3
JC
1137M: Jeff Cody <[email protected]>
1138L: [email protected]
f05b328c
SH
1139S: Supported
1140F: block/rbd.c
280458a3 1141T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1142
1143Sheepdog
53b33231 1144M: Hitoshi Mitake <[email protected]>
f05b328c 1145M: Liu Yuan <[email protected]>
280458a3
JC
1146M: Jeff Cody <[email protected]>
1147L: [email protected]
dce32b6c 1148L: [email protected]
f05b328c
SH
1149S: Supported
1150F: block/sheepdog.c
280458a3 1151T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1152
1153VHDX
1154M: Jeff Cody <[email protected]>
280458a3 1155L: [email protected]
f05b328c
SH
1156S: Supported
1157F: block/vhdx*
280458a3 1158T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1159
1160VDI
1161M: Stefan Weil <[email protected]>
c95e4c0e 1162L: [email protected]
f05b328c
SH
1163S: Maintained
1164F: block/vdi.c
1165
1166iSCSI
1167M: Ronnie Sahlberg <[email protected]>
1168M: Paolo Bonzini <[email protected]>
1169M: Peter Lieven <[email protected]>
c95e4c0e 1170L: [email protected]
f05b328c
SH
1171S: Supported
1172F: block/iscsi.c
1173
6542aa9c 1174NFS
280458a3 1175M: Jeff Cody <[email protected]>
6542aa9c 1176M: Peter Lieven <[email protected]>
280458a3 1177L: [email protected]
6542aa9c
PL
1178S: Maintained
1179F: block/nfs.c
280458a3 1180T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1181
f05b328c
SH
1182SSH
1183M: Richard W.M. Jones <[email protected]>
280458a3
JC
1184M: Jeff Cody <[email protected]>
1185L: [email protected]
f05b328c
SH
1186S: Supported
1187F: block/ssh.c
280458a3 1188T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1189
1190ARCHIPELAGO
c9a12e75 1191M: Chrysostomos Nanakos <[email protected]>
280458a3
JC
1192M: Jeff Cody <[email protected]>
1193L: [email protected]
c9a12e75
CN
1194S: Maintained
1195F: block/archipelago.c
280458a3
JC
1196T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1197
1198CURL
1199M: Jeff Cody <[email protected]>
1200L: [email protected]
1201S: Supported
1202F: block/curl.c
1203T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1204
1205GLUSTER
1206M: Jeff Cody <[email protected]>
1207L: [email protected]
1208S: Supported
1209F: block/gluster.c
1210T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1211
199667a8
FZ
1212Null Block Driver
1213M: Fam Zheng <[email protected]>
1214L: [email protected]
1215S: Supported
1216F: block/null.c
1217
b5e9476c
GA
1218Bootdevice
1219M: Gonglei <[email protected]>
1220S: Maintained
1221F: bootdevice.c
ecdda9e0
AG
1222
1223Quorum
1224M: Alberto Garcia <[email protected]>
1225S: Supported
1226F: block/quorum.c
1227L: [email protected]
e7c6e631
SH
1228
1229blkverify
1230M: Stefan Hajnoczi <[email protected]>
1231L: [email protected]
1232S: Supported
1233F: block/blkverify.c
1234
1235bochs
1236M: Stefan Hajnoczi <[email protected]>
1237L: [email protected]
1238S: Supported
1239F: block/bochs.c
1240
1241cloop
1242M: Stefan Hajnoczi <[email protected]>
1243L: [email protected]
1244S: Supported
1245F: block/cloop.c
1246
1247dmg
1248M: Stefan Hajnoczi <[email protected]>
1249L: [email protected]
1250S: Supported
1251F: block/dmg.c
1252
1253parallels
1254M: Stefan Hajnoczi <[email protected]>
1255L: [email protected]
1256S: Supported
1257F: block/parallels.c
1258
1259qed
1260M: Stefan Hajnoczi <[email protected]>
1261L: [email protected]
1262S: Supported
1263F: block/qed.c
1264
1265raw
1266M: Kevin Wolf <[email protected]>
1267L: [email protected]
1268S: Supported
1269F: block/linux-aio.c
1270F: block/raw-aio.h
1271F: block/raw-posix.c
1272F: block/raw-win32.c
1273F: block/raw_bsd.c
1274F: block/win32-aio.c
1275
1276qcow2
1277M: Kevin Wolf <[email protected]>
1278L: [email protected]
1279S: Supported
1280F: block/qcow2*
1281
1282qcow
1283M: Kevin Wolf <[email protected]>
1284L: [email protected]
1285S: Supported
1286F: block/qcow.c
1287
1288blkdebug
1289M: Kevin Wolf <[email protected]>
1290L: [email protected]
1291S: Supported
1292F: block/blkdebug.c
1293
1294vpc
1295M: Kevin Wolf <[email protected]>
1296L: [email protected]
1297S: Supported
1298F: block/vpc.c
1299
1300vvfat
1301M: Kevin Wolf <[email protected]>
1302L: [email protected]
1303S: Supported
1304F: block/vvfat.c
abfe4e94
SH
1305
1306Image format fuzzer
1307M: Stefan Hajnoczi <[email protected]>
1308L: [email protected]
1309S: Supported
1310F: tests/image-fuzzer/
This page took 0.634666 seconds and 4 git commands to generate.