]> Git Repo - qemu.git/blame - MAINTAINERS
MAINTAINERS: make virtio-blk Stefan Hajnoczi's responsibility
[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
8a269ca4 489sPAPR
8a269ca4
AF
490M: Alexander Graf <[email protected]>
491L: [email protected]
492S: Supported
8d8b636d 493F: hw/*/spapr*
f9de2da7
DG
494F: include/hw/*/spapr*
495F: hw/*/xics*
496F: include/hw/*/xics*
497F: pc-bios/spapr-rtas/*
8a269ca4 498
794d00bf
AF
499virtex_ml507
500M: Edgar E. Iglesias <[email protected]>
501L: [email protected]
502S: Odd Fixes
6e481d57 503F: hw/ppc/virtex_ml507.c
794d00bf 504
fd5d5c56
AL
505SH4 Machines
506------------
507R2D
508M: Magnus Damm <[email protected]>
509S: Maintained
6e481d57 510F: hw/sh4/r2d.c
fd5d5c56
AL
511
512Shix
513M: Magnus Damm <[email protected]>
afcacd53 514S: Orphan
6e481d57 515F: hw/sh4/shix.c
fd5d5c56
AL
516
517SPARC Machines
518--------------
519Sun4m
520M: Blue Swirl <[email protected]>
f2416d3a 521M: Mark Cave-Ayland <[email protected]>
fd5d5c56 522S: Maintained
8d8b636d 523F: hw/sparc/sun4m.c
fd5d5c56
AL
524
525Sun4u
526M: Blue Swirl <[email protected]>
f2416d3a 527M: Mark Cave-Ayland <[email protected]>
fd5d5c56 528S: Maintained
8d8b636d 529F: hw/sparc64/sun4u.c
fd5d5c56 530
ce6c760c
FC
531Leon3
532M: Fabien Chouteau <[email protected]>
533S: Maintained
8d8b636d
PB
534F: hw/sparc/leon3.c
535F: hw/*/grlib*
ce6c760c 536
fd5d5c56
AL
537S390 Machines
538-------------
539S390 Virtio
540M: Alexander Graf <[email protected]>
541S: Maintained
6e481d57 542F: hw/s390x/s390-*.c
8cba80c3 543X: hw/s390x/*pci*.[hc]
fd5d5c56 544
dd4ad64a
CH
545S390 Virtio-ccw
546M: Cornelia Huck <[email protected]>
b304bf00 547M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
548M: Alexander Graf <[email protected]>
549S: Supported
550F: hw/s390x/s390-virtio-ccw.c
551F: hw/s390x/css.[hc]
b304bf00
CB
552F: hw/s390x/sclp*.[hc]
553F: hw/s390x/ipl*.[hc]
8cba80c3 554F: hw/s390x/*pci*.[hc]
4277af19
CH
555F: include/hw/s390x/
556F: pc-bios/s390-ccw/
dd4ad64a
CH
557T: git git://github.com/cohuck/qemu virtio-ccw-upstr
558
ab9528ca
GX
559UniCore32 Machines
560-------------
561PKUnity-3 SoC initramfs-with-busybox
562M: Guan Xuetao <[email protected]>
563S: Maintained
8d8b636d 564F: hw/*/puv3*
ab9528ca
GX
565F: hw/unicore32/
566
fd5d5c56
AL
567X86 Machines
568------------
569PC
046a6486 570M: Michael S. Tsirkin <[email protected]>
fd5d5c56 571S: Supported
046a6486
MT
572F: include/hw/i386/
573F: hw/i386/
574F: hw/pci-host/piix.c
575F: hw/pci-host/q35.c
576F: hw/pci-host/pam.c
577F: include/hw/pci-host/q35.h
578F: include/hw/pci-host/pam.h
579F: hw/isa/piix4.c
580F: hw/isa/lpc_ich9.c
581F: hw/i2c/smbus_ich9.c
582F: hw/acpi/piix4.c
583F: hw/acpi/ich9.c
584F: include/hw/acpi/ich9.h
585F: include/hw/acpi/piix.h
586
fd5d5c56 587
16e7caae
MF
588Xtensa Machines
589---------------
375847a6 590sim
16e7caae
MF
591M: Max Filippov <[email protected]>
592S: Maintained
437a8c11 593F: hw/xtensa/sim.c
375847a6 594
437a8c11 595XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
596M: Max Filippov <[email protected]>
597S: Maintained
437a8c11
MF
598F: hw/xtensa/xtfpga.c
599F: hw/net/opencores_eth.c
16e7caae 600
fd5d5c56
AL
601Devices
602-------
b30934cb
JS
603EDU
604M: Jiri Slaby <[email protected]>
605S: Maintained
606F: hw/misc/edu.c
607
fd5d5c56 608IDE
c095348b
JS
609M: John Snow <[email protected]>
610L: [email protected]
611S: Supported
8d8b636d 612F: include/hw/ide.h
fd5d5c56 613F: hw/ide/
c095348b
JS
614F: hw/block/block.c
615F: hw/block/cdrom.c
616F: hw/block/hd-geometry.c
617F: tests/ide-test.c
618F: tests/ahci-test.c
619T: git git://github.com/jnsnow/qemu.git ide
620
621Floppy
622M: John Snow <[email protected]>
623L: [email protected]
624S: Supported
625F: hw/block/fdc.c
626F: include/hw/block/fdc.h
627T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 628
f5f487b2
PM
629OMAP
630M: Peter Maydell <[email protected]>
631S: Maintained
8d8b636d 632F: hw/*/omap*
f5f487b2 633
fd5d5c56
AL
634PCI
635M: Michael S. Tsirkin <[email protected]>
636S: Supported
8d8b636d 637F: include/hw/pci/*
ca818cfb 638F: hw/pci/*
8d8b636d 639F: hw/acpi/*
fd5d5c56 640
aaade8d7
AF
641ppc4xx
642M: Alexander Graf <[email protected]>
643L: [email protected]
644S: Odd Fixes
8d8b636d 645F: hw/ppc/ppc4*.c
aaade8d7 646
98cded3a
AF
647ppce500
648M: Alexander Graf <[email protected]>
649M: Scott Wood <[email protected]>
650L: [email protected]
651S: Supported
6e481d57 652F: hw/ppc/e500*
98cded3a 653
fd5d5c56 654SCSI
de7724f7
PB
655M: Paolo Bonzini <[email protected]>
656S: Supported
8d8b636d
PB
657F: include/hw/scsi*
658F: hw/scsi/*
1ab09a40 659T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
660
661LSI53C895A
0e19885e 662S: Orphan
8d8b636d 663F: hw/scsi/lsi53c895a.c
fd5d5c56 664
fcb5629d 665SSI
97891afa 666M: Peter Crosthwaite <[email protected]>
fcb5629d 667S: Maintained
8d8b636d
PB
668F: hw/ssi/*
669F: hw/block/m25p80.c
fcb5629d 670
fd5d5c56 671USB
5d0d62fe
GH
672M: Gerd Hoffmann <[email protected]>
673S: Maintained
8d8b636d 674F: hw/usb/*
28edfce0 675F: tests/usb-*-test.c
fd5d5c56 676
e26082fd
PB
677USB (serial adapter)
678M: Gerd Hoffmann <[email protected]>
679M: Samuel Thibault <[email protected]>
680S: Maintained
681F: hw/usb/dev-serial.c
682
92e1fb5e
AW
683VFIO
684M: Alex Williamson <[email protected]>
685S: Supported
cf7087db 686F: hw/vfio/*
92e1fb5e 687
fd5d5c56
AL
688vhost
689M: Michael S. Tsirkin <[email protected]>
690S: Supported
8d8b636d 691F: hw/*/*vhost*
fd5d5c56
AL
692
693virtio
a75143ed 694M: Michael S. Tsirkin <[email protected]>
fd5d5c56 695S: Supported
8d8b636d 696F: hw/*/virtio*
fd5d5c56
AL
697
698virtio-9p
23704102 699M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 700S: Supported
aebeca25
AF
701F: hw/9pfs/
702F: fsdev/
2d888c09 703F: tests/virtio-9p-test.c
3f3309cb 704T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
705
706virtio-blk
54d01a00 707M: Stefan Hajnoczi <[email protected]>
b457a5f5 708L: [email protected]
fd5d5c56 709S: Supported
8d8b636d 710F: hw/block/virtio-blk.c
b457a5f5
SH
711F: hw/block/dataplane/*
712F: hw/virtio/dataplane/*
713T: git git://github.com/stefanha/qemu.git block
fd5d5c56 714
dd4ad64a
CH
715virtio-ccw
716M: Cornelia Huck <[email protected]>
b304bf00 717M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
718S: Supported
719F: hw/s390x/virtio-ccw.[hc]
720T: git git://github.com/cohuck/qemu virtio-ccw-upstr
721
fd5d5c56
AL
722virtio-serial
723M: Amit Shah <[email protected]>
724S: Supported
8d8b636d
PB
725F: hw/char/virtio-serial-bus.c
726F: hw/char/virtio-console.c
68a5e38a 727F: include/hw/virtio/virtio-serial.h
fd5d5c56 728
1f51a5cb
AS
729virtio-rng
730M: Amit Shah <[email protected]>
731S: Supported
732F: hw/virtio/virtio-rng.c
733F: include/hw/virtio/virtio-rng.h
734F: backends/rng*.c
735
f3c507ad
KB
736nvme
737M: Keith Busch <[email protected]>
738S: Supported
739F: hw/block/nvme*
fc967791 740F: tests/nvme-test.c
f3c507ad 741
d383c625
HR
742megasas
743M: Hannes Reinecke <[email protected]>
744S: Supported
745F: hw/scsi/megasas.c
746F: hw/scsi/mfi.h
747
ab61d240 748Xilinx EDK
97891afa 749M: Peter Crosthwaite <[email protected]>
ab61d240
PC
750M: Edgar E. Iglesias <[email protected]>
751S: Maintained
8d8b636d
PB
752F: hw/*/xilinx_*
753F: include/hw/xilinx.h
ab61d240 754
622fb504
DF
755Vmware
756M: Dmitry Fleytman <[email protected]>
757S: Maintained
758F: hw/net/vmxnet*
759F: hw/scsi/vmw_pvscsi*
760
fd5d5c56
AL
761Subsystems
762----------
763Audio
764M: Vassili Karpov (malc) <[email protected]>
9f575846 765M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
766S: Maintained
767F: audio/
8d8b636d 768F: hw/audio/
d7b50c0c 769F: tests/ac97-test.c
8fa74c94 770F: tests/es1370-test.c
fbaf445a 771F: tests/intel-hda-test.c
fd5d5c56
AL
772
773Block
774M: Kevin Wolf <[email protected]>
54d01a00 775M: Stefan Hajnoczi <[email protected]>
fd5d5c56 776S: Supported
558939c6
PB
777F: async.c
778F: aio-*.c
fd5d5c56
AL
779F: block*
780F: block/
8d8b636d 781F: hw/block/
47b0f45a 782F: migration/block*
46078760
KW
783F: qemu-img*
784F: qemu-io*
8113fb52 785F: tests/image-fuzzer/
29242091 786F: tests/qemu-iotests/
d48addda
SH
787T: git git://repo.or.cz/qemu/kevin.git block
788T: git git://github.com/stefanha/qemu.git block
fd5d5c56 789
280458a3
JC
790Block Jobs
791M: Jeff Cody <[email protected]>
792L: [email protected]
793S: Supported
794F: blockjob.c
795F: include/block/blockjob.h
796F: block/backup.c
797F: block/commit.c
798F: block/stream.h
799F: block/mirror.c
800T: git git://github.com/codyprime/qemu-kvm-jtc.git block
801
fd5d5c56 802Character Devices
da26f37a 803M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
804S: Maintained
805F: qemu-char.c
da26f37a
PB
806F: backends/msmouse.c
807F: backends/testdev.c
fd5d5c56 808
e26082fd
PB
809Character Devices (Braille)
810M: Samuel Thibault <[email protected]>
811S: Maintained
812F: backends/baum.c
fd5d5c56 813
8c413e79
MA
814Coverity model
815M: Markus Armbruster <[email protected]>
816S: Supported
817F: scripts/coverity-model.c
818
f2ca0524
AF
819CPU
820M: Andreas Färber <[email protected]>
821S: Supported
822F: qom/cpu.c
6e481d57 823F: include/qom/cpu.h
62e0c095 824F: target-i386/cpu.c
f2ca0524 825
f0513d2c
IM
826ICC Bus
827M: Igor Mammedov <[email protected]>
828S: Supported
829F: include/hw/cpu/icc_bus.h
830F: hw/cpu/icc_bus.c
831
d24b569a 832Device Tree
97891afa 833M: Peter Crosthwaite <[email protected]>
d24b569a
PC
834M: Alexander Graf <[email protected]>
835S: Maintained
6e481d57 836F: device_tree.[ch]
d24b569a 837
fd5d5c56 838GDB stub
5dd4a88c 839L: [email protected]
fd5d5c56
AL
840S: Odd Fixes
841F: gdbstub*
842F: gdb-xml/
843
01a9c03c
PB
844Memory API
845M: Paolo Bonzini <[email protected]>
846S: Supported
847F: include/exec/ioport.h
848F: ioport.c
849F: include/exec/memory.h
850F: memory.c
851F: include/exec/memory-internal.h
852F: exec.c
853
7ee3bf03
GH
854SPICE
855M: Gerd Hoffmann <[email protected]>
856S: Supported
6e481d57 857F: include/ui/qemu-spice.h
7ee3bf03
GH
858F: ui/spice-*.c
859F: audio/spiceaudio.c
8d8b636d 860F: hw/display/qxl*
7ee3bf03 861
fd5d5c56 862Graphics
25eccc37
GH
863M: Gerd Hoffmann <[email protected]>
864S: Odd Fixes
fd5d5c56
AL
865F: ui/
866
351f1bf6
AF
867Cocoa graphics
868M: Andreas Färber <[email protected]>
30ef3c74 869M: Peter Maydell <[email protected]>
351f1bf6
AF
870S: Odd Fixes
871F: ui/cocoa.m
872
fd5d5c56 873Main loop
da26f37a
PB
874M: Paolo Bonzini <[email protected]>
875S: Maintained
876F: cpus.c
877F: main-loop.c
878F: qemu-timer.c
fd5d5c56
AL
879F: vl.c
880
8899b4ae 881Human Monitor (HMP)
fd5d5c56 882M: Luiz Capitulino <[email protected]>
fbb0621a 883S: Maintained
fd5d5c56 884F: monitor.c
8899b4ae
LC
885F: hmp.c
886F: hmp-commands.hx
dce07e0b 887T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
888
889Network device layer
1cd0f8ce 890M: Stefan Hajnoczi <[email protected]>
442469e6 891M: Jason Wang <[email protected]>
fd5d5c56
AL
892S: Maintained
893F: net/
837c36e7 894T: git git://github.com/stefanha/qemu.git net
fd5d5c56 895
aee09baf
VM
896Netmap network backend
897M: Luigi Rizzo <[email protected]>
898M: Giuseppe Lettieri <[email protected]>
899M: Vincenzo Maffione <[email protected]>
900W: http://info.iet.unipi.it/~luigi/netmap/
901S: Maintained
902F: net/netmap.c
903
44f76b28
PB
904Network Block Device (NBD)
905M: Paolo Bonzini <[email protected]>
906S: Odd Fixes
907F: block/nbd.c
908F: nbd.*
909F: qemu-nbd.c
1ab09a40 910T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 911
2f54eb98
EH
912NUMA
913M: Eduardo Habkost <[email protected]>
914S: Maintained
915F: numa.c
916F: include/sysemu/numa.h
917K: numa|NUMA
918K: srat|SRAT
919T: git git://github.com/ehabkost/qemu.git numa
920
8899b4ae
LC
921QAPI
922M: Luiz Capitulino <[email protected]>
923M: Michael Roth <[email protected]>
fbb0621a 924S: Maintained
8899b4ae 925F: qapi/
c0bd0b50 926F: tests/qapi-schema/
dce07e0b 927T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 928
7810d291
LC
929QAPI Schema
930M: Eric Blake <[email protected]>
931M: Luiz Capitulino <[email protected]>
932M: Markus Armbruster <[email protected]>
933S: Supported
934F: qapi-schema.json
dce07e0b 935T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
7810d291 936
f3582ba4
LC
937QObject
938M: Luiz Capitulino <[email protected]>
939S: Maintained
940F: qobject/
941T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
942
f05d9999
MR
943QEMU Guest Agent
944M: Michael Roth <[email protected]>
945S: Maintained
946F: qga/
947T: git git://github.com/mdroth/qemu.git qga
948
4688c94c 949QOM
4688c94c
AF
950M: Andreas Färber <[email protected]>
951S: Supported
952T: git git://github.com/afaerber/qemu-cpu.git qom-next
953F: include/qom/
954X: include/qom/cpu.h
955F: qom/
956X: qom/cpu.c
957F: tests/qom-test.c
958
8899b4ae
LC
959QMP
960M: Luiz Capitulino <[email protected]>
fbb0621a 961S: Maintained
8899b4ae
LC
962F: qmp.c
963F: monitor.c
964F: qmp-commands.hx
965F: QMP/
dce07e0b 966T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 967
fd5d5c56 968SLIRP
bafc72ab
JK
969M: Jan Kiszka <[email protected]>
970S: Maintained
fd5d5c56 971F: slirp/
1ab09a40 972T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 973
598a3f35 974Tracing
1cd0f8ce 975M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
976S: Maintained
977F: trace/
f70fd8fd
LV
978F: scripts/tracetool.py
979F: scripts/tracetool/
f922ea46 980F: docs/tracing.txt
1ab09a40 981T: git git://github.com/stefanha/qemu.git tracing
598a3f35 982
14f40fdc
BS
983Checkpatch
984M: Blue Swirl <[email protected]>
985S: Odd Fixes
986F: scripts/checkpatch.pl
987
c0787c8d
JQ
988Migration
989M: Juan Quintela <[email protected]>
7f4675c3 990M: Amit Shah <[email protected]>
c0787c8d
JQ
991S: Maintained
992F: include/migration/
44a1f946 993F: migration/
c0787c8d
JQ
994F: savevm.c
995F: arch_init.c
c5515640
AS
996F: scripts/vmstate-static-checker.py
997F: tests/vmstate-static-checker-data/
c0787c8d 998
92bfedb0 999Seccomp
9d9de254 1000M: Eduardo Otubo <[email protected]>
92bfedb0
EO
1001S: Supported
1002F: qemu-seccomp.c
1003F: include/sysemu/seccomp.h
1004
fd5d5c56
AL
1005Usermode Emulation
1006------------------
486bbe5f
PB
1007Overall
1008M: Riku Voipio <[email protected]>
1009S: Maintained
1010F: thunk.c
1011F: user-exec.c
1012
fd5d5c56
AL
1013BSD user
1014M: Blue Swirl <[email protected]>
1015S: Maintained
1016F: bsd-user/
1017
fd5d5c56
AL
1018Linux user
1019M: Riku Voipio <[email protected]>
1020S: Maintained
1021F: linux-user/
42f5a7e9
AJ
1022
1023Tiny Code Generator (TCG)
1024-------------------------
1025Common code
cc7772bd 1026M: Richard Henderson <[email protected]>
42f5a7e9
AJ
1027S: Maintained
1028F: tcg/
1029
b25a464c
CF
1030AArch64 target
1031M: Claudio Fontana <[email protected]>
1032M: Claudio Fontana <[email protected]>
1033S: Maintained
1034F: tcg/aarch64/
1035
42f5a7e9
AJ
1036ARM target
1037M: Andrzej Zaborowski <[email protected]>
1038S: Maintained
1039F: tcg/arm/
1040
42f5a7e9 1041i386 target
5dd4a88c 1042L: [email protected]
42f5a7e9
AJ
1043S: Maintained
1044F: tcg/i386/
1045
1046IA64 target
1047M: Aurelien Jarno <[email protected]>
1048S: Maintained
1049F: tcg/ia64/
1050
1051MIPS target
d6eec7a2 1052M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
1053S: Maintained
1054F: tcg/mips/
1055
1056PPC
1057M: Vassili Karpov (malc) <[email protected]>
1058S: Maintained
1059F: tcg/ppc/
1060
1061PPC64 target
1062M: Vassili Karpov (malc) <[email protected]>
1063S: Maintained
1064F: tcg/ppc64/
1065
1066S390 target
1067M: Alexander Graf <[email protected]>
1068M: Richard Henderson <[email protected]>
1069S: Maintained
1070F: tcg/s390/
1071
1072SPARC target
1073M: Blue Swirl <[email protected]>
1074S: Maintained
1075F: tcg/sparc/
bc75c9e5
SW
1076
1077TCI target
1078M: Stefan Weil <[email protected]>
1079S: Maintained
8ef9cd55 1080F: tcg/tci/
2b7be8c8 1081F: tci.c
aa09c951
AF
1082
1083Stable branches
1084---------------
1085Stable 1.0
1086L: [email protected]
85938981 1087T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1088S: Orphan
1089
1090Stable 0.15
1091L: [email protected]
73c30df6 1092M: Andreas Färber <[email protected]>
85938981 1093T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1094S: Supported
aa09c951
AF
1095
1096Stable 0.14
1097L: [email protected]
85938981 1098T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1099S: Orphan
1100
1101Stable 0.10
1102L: [email protected]
85938981 1103T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1104S: Orphan
f05b328c
SH
1105
1106Block drivers
1107-------------
1108VMDK
1109M: Fam Zheng <[email protected]>
1110S: Supported
1111F: block/vmdk.c
1112
1113RBD
1114M: Josh Durgin <[email protected]>
280458a3
JC
1115M: Jeff Cody <[email protected]>
1116L: [email protected]
f05b328c
SH
1117S: Supported
1118F: block/rbd.c
280458a3 1119T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1120
1121Sheepdog
53b33231 1122M: Hitoshi Mitake <[email protected]>
f05b328c 1123M: Liu Yuan <[email protected]>
280458a3
JC
1124M: Jeff Cody <[email protected]>
1125L: [email protected]
dce32b6c 1126L: [email protected]
f05b328c
SH
1127S: Supported
1128F: block/sheepdog.c
280458a3 1129T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1130
1131VHDX
1132M: Jeff Cody <[email protected]>
280458a3 1133L: [email protected]
f05b328c
SH
1134S: Supported
1135F: block/vhdx*
280458a3 1136T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1137
1138VDI
1139M: Stefan Weil <[email protected]>
1140S: Maintained
1141F: block/vdi.c
1142
1143iSCSI
1144M: Ronnie Sahlberg <[email protected]>
1145M: Paolo Bonzini <[email protected]>
1146M: Peter Lieven <[email protected]>
1147S: Supported
1148F: block/iscsi.c
1149
6542aa9c 1150NFS
280458a3 1151M: Jeff Cody <[email protected]>
6542aa9c 1152M: Peter Lieven <[email protected]>
280458a3 1153L: [email protected]
6542aa9c
PL
1154S: Maintained
1155F: block/nfs.c
280458a3 1156T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1157
f05b328c
SH
1158SSH
1159M: Richard W.M. Jones <[email protected]>
280458a3
JC
1160M: Jeff Cody <[email protected]>
1161L: [email protected]
f05b328c
SH
1162S: Supported
1163F: block/ssh.c
280458a3 1164T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1165
1166ARCHIPELAGO
c9a12e75 1167M: Chrysostomos Nanakos <[email protected]>
280458a3
JC
1168M: Jeff Cody <[email protected]>
1169L: [email protected]
c9a12e75
CN
1170S: Maintained
1171F: block/archipelago.c
280458a3
JC
1172T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1173
1174CURL
1175M: Jeff Cody <[email protected]>
1176L: [email protected]
1177S: Supported
1178F: block/curl.c
1179T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1180
1181GLUSTER
1182M: Jeff Cody <[email protected]>
1183L: [email protected]
1184S: Supported
1185F: block/gluster.c
1186T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1187
199667a8
FZ
1188Null Block Driver
1189M: Fam Zheng <[email protected]>
1190L: [email protected]
1191S: Supported
1192F: block/null.c
1193
b5e9476c
GA
1194Bootdevice
1195M: Gonglei <[email protected]>
1196S: Maintained
1197F: bootdevice.c
ecdda9e0
AG
1198
1199Quorum
1200M: Alberto Garcia <[email protected]>
1201S: Supported
1202F: block/quorum.c
1203L: [email protected]
This page took 0.683256 seconds and 4 git commands to generate.