]> Git Repo - qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20141024' into...
[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------------------------------
c4ca6901 53M: Anthony Liguori <[email protected]>
fd5d5c56 54
62622c11
MT
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <[email protected]>
59M: Anthony Liguori <[email protected]>
60L: [email protected]
61
fd5d5c56
AL
62Guest CPU cores (TCG):
63----------------------
64Alpha
8d6df264
RH
65M: Richard Henderson <[email protected]>
66S: Maintained
fd5d5c56 67F: target-alpha/
8d8b636d 68F: hw/alpha/
b6f97c14 69
b6f97c14 70ARM
1ce9ce6a 71M: Peter Maydell <[email protected]>
fd5d5c56
AL
72S: Maintained
73F: target-arm/
8d8b636d
PB
74F: hw/arm/
75F: hw/cpu/a*mpcore.c
fd5d5c56
AL
76
77CRIS
78M: Edgar E. Iglesias <[email protected]>
79S: Maintained
80F: target-cris/
8d8b636d 81F: hw/cris/
fd5d5c56 82
07bf23a7
MW
83LM32
84M: Michael Walle <[email protected]>
85S: Maintained
86F: target-lm32/
8d8b636d 87F: hw/lm32/
0ee10242 88F: hw/char/lm32_*
07bf23a7 89
fd5d5c56 90M68K
0e19885e 91S: Orphan
fd5d5c56 92F: target-m68k/
8d8b636d 93F: hw/m68k/
fd5d5c56
AL
94
95MicroBlaze
96M: Edgar E. Iglesias <[email protected]>
97S: Maintained
98F: target-microblaze/
8d8b636d 99F: hw/microblaze/
fd5d5c56 100
b6f97c14 101MIPS
ddb13561 102M: Aurelien Jarno <[email protected]>
2c9b7d1a 103S: Odd Fixes
fd5d5c56 104F: target-mips/
8d8b636d 105F: hw/mips/
fd5d5c56 106
d15a9c23
AG
107Moxie
108M: Anthony Green <[email protected]>
109S: Maintained
110F: target-moxie/
111
945dad6d
JL
112OpenRISC
113M: Jia Liu <[email protected]>
114S: Maintained
115F: target-openrisc/
116F: hw/openrisc/
117
b6f97c14 118PowerPC
fd5d5c56 119M: Alexander Graf <[email protected]>
a6c98685 120L: [email protected]
fd5d5c56
AL
121S: Maintained
122F: target-ppc/
8d8b636d 123F: hw/ppc/
fd5d5c56
AL
124
125S390
2b35e93f 126M: Richard Henderson <[email protected]>
fd5d5c56
AL
127M: Alexander Graf <[email protected]>
128S: Maintained
129F: target-s390x/
8d8b636d 130F: hw/s390x/
fd5d5c56 131
b6f97c14 132SH4
ddb13561 133M: Aurelien Jarno <[email protected]>
2c9b7d1a 134S: Odd Fixes
fd5d5c56 135F: target-sh4/
8d8b636d 136F: hw/sh4/
fd5d5c56
AL
137
138SPARC
139M: Blue Swirl <[email protected]>
140S: Maintained
141F: target-sparc/
8d8b636d
PB
142F: hw/sparc/
143F: hw/sparc64/
fd5d5c56 144
a6ea7b4c
AF
145UniCore32
146M: Guan Xuetao <[email protected]>
147S: Maintained
148F: target-unicore32/
8d8b636d 149F: hw/unicore32/
a6ea7b4c 150
fd5d5c56
AL
151X86
152M: [email protected]
153S: Odd Fixes
154F: target-i386/
8d8b636d 155F: hw/i386/
fd5d5c56 156
16e7caae
MF
157Xtensa
158M: Max Filippov <[email protected]>
375847a6 159W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
160S: Maintained
161F: target-xtensa/
8d8b636d 162F: hw/xtensa/
16e7caae 163
48e06fe0
BK
164TriCore
165M: Bastian Koppelmann <[email protected]>
166S: Maintained
167F: target-tricore/
168F: hw/tricore/
169
fd5d5c56
AL
170Guest CPU Cores (KVM):
171----------------------
172
173Overall
c6d559d9 174M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
175L: [email protected]
176S: Supported
177F: kvm-*
178F: */kvm.*
179
ed4659d1
PM
180ARM
181M: Peter Maydell <[email protected]>
182S: Maintained
183F: target-arm/kvm.c
184
a31896c4
JH
185MIPS
186M: James Hogan <[email protected]>
187S: Maintained
188F: target-mips/kvm.c
189
fd5d5c56
AL
190PPC
191M: Alexander Graf <[email protected]>
192S: Maintained
193F: target-ppc/kvm.c
194
749717a0 195S390
b304bf00
CB
196M: Christian Borntraeger <[email protected]>
197M: Cornelia Huck <[email protected]>
fd5d5c56
AL
198M: Alexander Graf <[email protected]>
199S: Maintained
200F: target-s390x/kvm.c
4277af19
CH
201F: hw/intc/s390_flic.c
202F: hw/intc/s390_flic_kvm.c
203F: include/hw/s390x/s390_flic.h
fd5d5c56
AL
204
205X86
fd5d5c56
AL
206M: Marcelo Tosatti <[email protected]>
207L: [email protected]
208S: Supported
209F: target-i386/kvm.c
210
8a6b0cd7
SS
211Guest CPU Cores (Xen):
212----------------------
213
214X86
215M: Stefano Stabellini <[email protected]>
216L: [email protected]
217S: Supported
218F: xen-*
219F: */xen*
220
1bdd6874
SW
221Hosts:
222------
223
224LINUX
225L: [email protected]
226S: Maintained
227F: linux-*
228F: linux-headers/
229
230POSIX
231L: [email protected]
232S: Maintained
233F: *posix*
234
235W32, W64
236L: [email protected]
237M: Stefan Weil <[email protected]>
238S: Maintained
239F: *win32*
240
fd5d5c56
AL
241ARM Machines
242------------
84291fe7
LG
243Allwinner-a10
244M: Li Guang <[email protected]>
245S: Maintained
246F: hw/*/allwinner-a10*
247F: include/hw/*/allwinner-a10*
248F: hw/arm/cubieboard.c
249
fc63dcff
EV
250Exynos
251M: Evgeny Voevodin <[email protected]>
252M: Maksim Kozlov <[email protected]>
f44c5c67 253M: Igor Mitsyanko <[email protected]>
fc63dcff
EV
254M: Dmitry Solodkiy <[email protected]>
255S: Maintained
8d8b636d 256F: hw/*/exynos*
fc63dcff 257
766fd09f 258Calxeda Highbank
9ef137ca
RH
259M: Rob Herring <[email protected]>
260S: Maintained
8d8b636d
PB
261F: hw/arm/highbank.c
262F: hw/net/xgmac.c
766fd09f 263
9082f121
AP
264Canon DIGIC
265M: Antony Pavlov <[email protected]>
266S: Maintained
267F: include/hw/arm/digic.h
268F: hw/*/digic*
269
fd5d5c56
AL
270Gumstix
271M: [email protected]
272S: Orphan
8d8b636d 273F: hw/arm/gumstix.c
fd5d5c56 274
0325559d
PC
275i.MX31
276M: Peter Chubb <[email protected]>
277S: Odd fixes
8d8b636d
PB
278F: hw/*/imx*
279F: hw/arm/kzm.c
0325559d 280
fd5d5c56 281Integrator CP
1ce9ce6a 282M: Peter Maydell <[email protected]>
fd5d5c56 283S: Maintained
8d8b636d 284F: hw/arm/integratorcp.c
fd5d5c56
AL
285
286Mainstone
287M: [email protected]
288S: Orphan
8d8b636d 289F: hw/arm/mainstone.c
fd5d5c56
AL
290
291Musicpal
292M: Jan Kiszka <[email protected]>
293S: Maintained
8d8b636d 294F: hw/arm/musicpal.c
fd5d5c56
AL
295
296nSeries
297M: Andrzej Zaborowski <[email protected]>
298S: Maintained
8d8b636d 299F: hw/arm/nseries.c
fd5d5c56
AL
300
301Palm
302M: Andrzej Zaborowski <[email protected]>
303S: Maintained
8d8b636d 304F: hw/arm/palm.c
fd5d5c56
AL
305
306Real View
1ce9ce6a 307M: Peter Maydell <[email protected]>
fd5d5c56 308S: Maintained
8d8b636d 309F: hw/arm/realview*
fd5d5c56
AL
310
311Spitz
312M: Andrzej Zaborowski <[email protected]>
313S: Maintained
8d8b636d 314F: hw/arm/spitz.c
fd5d5c56
AL
315
316Stellaris
1ce9ce6a 317M: Peter Maydell <[email protected]>
fd5d5c56 318S: Maintained
8d8b636d 319F: hw/*/stellaris*
fd5d5c56
AL
320
321Versatile PB
1ce9ce6a 322M: Peter Maydell <[email protected]>
fd5d5c56 323S: Maintained
8d8b636d 324F: hw/*/versatile*
fd5d5c56 325
e3260506 326Xilinx Zynq
97891afa 327M: Peter Crosthwaite <[email protected]>
e3260506 328S: Maintained
8d8b636d
PB
329F: hw/arm/xilinx_zynq.c
330F: hw/misc/zynq_slcr.c
331F: hw/*/cadence_*
332F: hw/ssi/xilinx_spips.c
e3260506 333
fd5d5c56
AL
334CRIS Machines
335-------------
336Axis Dev88
337M: Edgar E. Iglesias <[email protected]>
338S: Maintained
8d8b636d 339F: hw/cris/axis_dev88.c
6e481d57 340F: hw/*/etraxfs_*.c
fd5d5c56 341
07bf23a7
MW
342LM32 Machines
343-------------
344EVR32 and uclinux BSP
345M: Michael Walle <[email protected]>
346S: Maintained
8d8b636d 347F: hw/lm32/lm32_boards.c
07bf23a7 348
d118aa6b
MW
349milkymist
350M: Michael Walle <[email protected]>
351S: Maintained
8d8b636d 352F: hw/lm32/milkymist.c
d118aa6b 353
afcacd53 354M68K Machines
fd5d5c56
AL
355-------------
356an5206
0e19885e 357S: Orphan
8d8b636d 358F: hw/m68k/an5206.c
fd5d5c56
AL
359
360dummy_m68k
0e19885e 361S: Orphan
8d8b636d 362F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
363
364mcf5208
0e19885e 365S: Orphan
8d8b636d 366F: hw/m68k/mcf5208.c
fd5d5c56
AL
367
368MicroBlaze Machines
369-------------------
370petalogix_s3adsp1800
371M: Edgar E. Iglesias <[email protected]>
372S: Maintained
6e481d57 373F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 374
d36e8ce7 375petalogix_ml605
97891afa 376M: Peter Crosthwaite <[email protected]>
d36e8ce7 377S: Maintained
8d8b636d 378F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 379
fd5d5c56
AL
380MIPS Machines
381-------------
382Jazz
383M: Hervé Poussineau <[email protected]>
384S: Maintained
8d8b636d 385F: hw/mips/mips_jazz.c
fd5d5c56
AL
386
387Malta
388M: Aurelien Jarno <[email protected]>
389S: Maintained
8d8b636d 390F: hw/mips/mips_malta.c
fd5d5c56
AL
391
392Mipssim
393M: [email protected]
394S: Orphan
8d8b636d 395F: hw/mips/mips_mipssim.c
fd5d5c56
AL
396
397R4000
398M: Aurelien Jarno <[email protected]>
399S: Maintained
8d8b636d 400F: hw/mips/mips_r4k.c
fd5d5c56 401
945dad6d
JL
402OpenRISC Machines
403-----------------
404or1k-sim
405M: Jia Liu <[email protected]>
406S: Maintained
407F: hw/openrisc/openrisc_sim.c
408
fd5d5c56
AL
409PowerPC Machines
410----------------
411405
412M: Alexander Graf <[email protected]>
a6c98685 413L: [email protected]
9b9fe135 414S: Odd Fixes
8d8b636d 415F: hw/ppc/ppc405_boards.c
fd5d5c56 416
aaade8d7
AF
417Bamboo
418M: Alexander Graf <[email protected]>
419L: [email protected]
420S: Odd Fixes
8d8b636d 421F: hw/ppc/ppc440_bamboo.c
aaade8d7 422
98cded3a
AF
423e500
424M: Alexander Graf <[email protected]>
425M: Scott Wood <[email protected]>
426L: [email protected]
427S: Supported
428F: hw/ppc/e500.[hc]
429F: hw/ppc/e500plat.c
430
431mpc8544ds
432M: Alexander Graf <[email protected]>
433M: Scott Wood <[email protected]>
434L: [email protected]
435S: Supported
436F: hw/ppc/mpc8544ds.c
8d8b636d 437F: hw/ppc/mpc8544_guts.c
98cded3a 438
fd5d5c56
AL
439New World
440M: Alexander Graf <[email protected]>
a6c98685 441L: [email protected]
fd5d5c56 442S: Maintained
baec1910 443F: hw/ppc/mac_newworld.c
6e481d57
PM
444F: hw/pci-host/uninorth.c
445F: hw/pci-bridge/dec.[hc]
8d8b636d 446F: hw/misc/macio/
fd5d5c56
AL
447
448Old World
449M: Alexander Graf <[email protected]>
a6c98685 450L: [email protected]
fd5d5c56 451S: Maintained
baec1910 452F: hw/ppc/mac_oldworld.c
6e481d57 453F: hw/pci-host/grackle.c
8d8b636d 454F: hw/misc/macio/
fd5d5c56 455
ec38d398
AF
456PReP
457M: Andreas Färber <[email protected]>
a6c98685 458L: [email protected]
ec38d398 459S: Odd Fixes
75610155 460F: hw/ppc/prep.c
6e481d57 461F: hw/pci-host/prep.[hc]
8d8b636d 462F: hw/isa/pc87312.[hc]
fd5d5c56 463
8a269ca4 464sPAPR
8a269ca4
AF
465M: Alexander Graf <[email protected]>
466L: [email protected]
467S: Supported
8d8b636d 468F: hw/*/spapr*
f9de2da7
DG
469F: include/hw/*/spapr*
470F: hw/*/xics*
471F: include/hw/*/xics*
472F: pc-bios/spapr-rtas/*
8a269ca4 473
794d00bf
AF
474virtex_ml507
475M: Edgar E. Iglesias <[email protected]>
476L: [email protected]
477S: Odd Fixes
6e481d57 478F: hw/ppc/virtex_ml507.c
794d00bf 479
fd5d5c56
AL
480SH4 Machines
481------------
482R2D
483M: Magnus Damm <[email protected]>
484S: Maintained
6e481d57 485F: hw/sh4/r2d.c
fd5d5c56
AL
486
487Shix
488M: Magnus Damm <[email protected]>
afcacd53 489S: Orphan
6e481d57 490F: hw/sh4/shix.c
fd5d5c56
AL
491
492SPARC Machines
493--------------
494Sun4m
495M: Blue Swirl <[email protected]>
496S: Maintained
8d8b636d 497F: hw/sparc/sun4m.c
fd5d5c56
AL
498
499Sun4u
500M: Blue Swirl <[email protected]>
501S: Maintained
8d8b636d 502F: hw/sparc64/sun4u.c
fd5d5c56 503
ce6c760c
FC
504Leon3
505M: Fabien Chouteau <[email protected]>
506S: Maintained
8d8b636d
PB
507F: hw/sparc/leon3.c
508F: hw/*/grlib*
ce6c760c 509
fd5d5c56
AL
510S390 Machines
511-------------
512S390 Virtio
513M: Alexander Graf <[email protected]>
514S: Maintained
6e481d57 515F: hw/s390x/s390-*.c
fd5d5c56 516
dd4ad64a
CH
517S390 Virtio-ccw
518M: Cornelia Huck <[email protected]>
b304bf00 519M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
520M: Alexander Graf <[email protected]>
521S: Supported
522F: hw/s390x/s390-virtio-ccw.c
523F: hw/s390x/css.[hc]
b304bf00
CB
524F: hw/s390x/sclp*.[hc]
525F: hw/s390x/ipl*.[hc]
4277af19
CH
526F: include/hw/s390x/
527F: pc-bios/s390-ccw/
dd4ad64a
CH
528T: git git://github.com/cohuck/qemu virtio-ccw-upstr
529
ab9528ca
GX
530UniCore32 Machines
531-------------
532PKUnity-3 SoC initramfs-with-busybox
533M: Guan Xuetao <[email protected]>
534S: Maintained
8d8b636d 535F: hw/*/puv3*
ab9528ca
GX
536F: hw/unicore32/
537
fd5d5c56
AL
538X86 Machines
539------------
540PC
c4ca6901 541M: Anthony Liguori <[email protected]>
046a6486 542M: Michael S. Tsirkin <[email protected]>
fd5d5c56 543S: Supported
046a6486
MT
544F: include/hw/i386/
545F: hw/i386/
546F: hw/pci-host/piix.c
547F: hw/pci-host/q35.c
548F: hw/pci-host/pam.c
549F: include/hw/pci-host/q35.h
550F: include/hw/pci-host/pam.h
551F: hw/isa/piix4.c
552F: hw/isa/lpc_ich9.c
553F: hw/i2c/smbus_ich9.c
554F: hw/acpi/piix4.c
555F: hw/acpi/ich9.c
556F: include/hw/acpi/ich9.h
557F: include/hw/acpi/piix.h
558
fd5d5c56 559
16e7caae
MF
560Xtensa Machines
561---------------
375847a6 562sim
16e7caae
MF
563M: Max Filippov <[email protected]>
564S: Maintained
8d8b636d 565F: hw/xtensa/xtensa_sim.c
375847a6
MF
566
567Avnet LX60
568M: Max Filippov <[email protected]>
569S: Maintained
8d8b636d 570F: hw/xtensa/xtensa_lx60.c
16e7caae 571
fd5d5c56
AL
572Devices
573-------
574IDE
575M: Kevin Wolf <[email protected]>
37253e1e 576M: Stefan Hajnoczi <[email protected]>
fd5d5c56 577S: Odd Fixes
8d8b636d 578F: include/hw/ide.h
fd5d5c56
AL
579F: hw/ide/
580
f5f487b2
PM
581OMAP
582M: Peter Maydell <[email protected]>
583S: Maintained
8d8b636d 584F: hw/*/omap*
f5f487b2 585
fd5d5c56
AL
586PCI
587M: Michael S. Tsirkin <[email protected]>
588S: Supported
8d8b636d 589F: include/hw/pci/*
ca818cfb 590F: hw/pci/*
8d8b636d 591F: hw/acpi/*
fd5d5c56 592
aaade8d7
AF
593ppc4xx
594M: Alexander Graf <[email protected]>
595L: [email protected]
596S: Odd Fixes
8d8b636d 597F: hw/ppc/ppc4*.c
aaade8d7 598
98cded3a
AF
599ppce500
600M: Alexander Graf <[email protected]>
601M: Scott Wood <[email protected]>
602L: [email protected]
603S: Supported
6e481d57 604F: hw/ppc/e500*
98cded3a 605
fd5d5c56 606SCSI
de7724f7
PB
607M: Paolo Bonzini <[email protected]>
608S: Supported
8d8b636d
PB
609F: include/hw/scsi*
610F: hw/scsi/*
1ab09a40 611T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
612
613LSI53C895A
0e19885e 614S: Orphan
8d8b636d 615F: hw/scsi/lsi53c895a.c
fd5d5c56 616
fcb5629d 617SSI
97891afa 618M: Peter Crosthwaite <[email protected]>
fcb5629d 619S: Maintained
8d8b636d
PB
620F: hw/ssi/*
621F: hw/block/m25p80.c
fcb5629d 622
fd5d5c56 623USB
5d0d62fe
GH
624M: Gerd Hoffmann <[email protected]>
625S: Maintained
8d8b636d 626F: hw/usb/*
28edfce0 627F: tests/usb-*-test.c
fd5d5c56 628
92e1fb5e
AW
629VFIO
630M: Alex Williamson <[email protected]>
631S: Supported
6e481d57 632F: hw/misc/vfio.c
92e1fb5e 633
fd5d5c56
AL
634vhost
635M: Michael S. Tsirkin <[email protected]>
636S: Supported
8d8b636d 637F: hw/*/*vhost*
fd5d5c56
AL
638
639virtio
c4ca6901 640M: Anthony Liguori <[email protected]>
a75143ed 641M: Michael S. Tsirkin <[email protected]>
fd5d5c56 642S: Supported
8d8b636d 643F: hw/*/virtio*
fd5d5c56
AL
644
645virtio-9p
23704102 646M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 647S: Supported
aebeca25
AF
648F: hw/9pfs/
649F: fsdev/
2d888c09 650F: tests/virtio-9p-test.c
3f3309cb 651T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
652
653virtio-blk
654M: Kevin Wolf <[email protected]>
54d01a00 655M: Stefan Hajnoczi <[email protected]>
fd5d5c56 656S: Supported
8d8b636d 657F: hw/block/virtio-blk.c
fd5d5c56 658
dd4ad64a
CH
659virtio-ccw
660M: Cornelia Huck <[email protected]>
b304bf00 661M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
662S: Supported
663F: hw/s390x/virtio-ccw.[hc]
664T: git git://github.com/cohuck/qemu virtio-ccw-upstr
665
fd5d5c56
AL
666virtio-serial
667M: Amit Shah <[email protected]>
668S: Supported
8d8b636d
PB
669F: hw/char/virtio-serial-bus.c
670F: hw/char/virtio-console.c
fd5d5c56 671
f3c507ad
KB
672nvme
673M: Keith Busch <[email protected]>
674S: Supported
675F: hw/block/nvme*
fc967791 676F: tests/nvme-test.c
f3c507ad 677
d383c625
HR
678megasas
679M: Hannes Reinecke <[email protected]>
680S: Supported
681F: hw/scsi/megasas.c
682F: hw/scsi/mfi.h
683
ab61d240 684Xilinx EDK
97891afa 685M: Peter Crosthwaite <[email protected]>
ab61d240
PC
686M: Edgar E. Iglesias <[email protected]>
687S: Maintained
8d8b636d
PB
688F: hw/*/xilinx_*
689F: include/hw/xilinx.h
ab61d240 690
622fb504
DF
691Vmware
692M: Dmitry Fleytman <[email protected]>
693S: Maintained
694F: hw/net/vmxnet*
695F: hw/scsi/vmw_pvscsi*
696
fd5d5c56
AL
697Subsystems
698----------
699Audio
700M: Vassili Karpov (malc) <[email protected]>
9f575846 701M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
702S: Maintained
703F: audio/
8d8b636d 704F: hw/audio/
d7b50c0c 705F: tests/ac97-test.c
8fa74c94 706F: tests/es1370-test.c
fbaf445a 707F: tests/intel-hda-test.c
fd5d5c56
AL
708
709Block
710M: Kevin Wolf <[email protected]>
54d01a00 711M: Stefan Hajnoczi <[email protected]>
fd5d5c56 712S: Supported
558939c6
PB
713F: async.c
714F: aio-*.c
fd5d5c56
AL
715F: block*
716F: block/
8d8b636d 717F: hw/block/
46078760
KW
718F: qemu-img*
719F: qemu-io*
8113fb52 720F: tests/image-fuzzer/
29242091 721F: tests/qemu-iotests/
d48addda
SH
722T: git git://repo.or.cz/qemu/kevin.git block
723T: git git://github.com/stefanha/qemu.git block
fd5d5c56
AL
724
725Character Devices
c4ca6901 726M: Anthony Liguori <[email protected]>
fd5d5c56
AL
727S: Maintained
728F: qemu-char.c
729
f2ca0524
AF
730CPU
731M: Andreas Färber <[email protected]>
732S: Supported
733F: qom/cpu.c
6e481d57 734F: include/qom/cpu.h
62e0c095 735F: target-i386/cpu.c
f2ca0524 736
f0513d2c
IM
737ICC Bus
738M: Igor Mammedov <[email protected]>
739S: Supported
740F: include/hw/cpu/icc_bus.h
741F: hw/cpu/icc_bus.c
742
d24b569a 743Device Tree
97891afa 744M: Peter Crosthwaite <[email protected]>
d24b569a
PC
745M: Alexander Graf <[email protected]>
746S: Maintained
6e481d57 747F: device_tree.[ch]
d24b569a 748
fd5d5c56
AL
749GDB stub
750M: [email protected]
751S: Odd Fixes
752F: gdbstub*
753F: gdb-xml/
754
01a9c03c
PB
755Memory API
756M: Paolo Bonzini <[email protected]>
757S: Supported
758F: include/exec/ioport.h
759F: ioport.c
760F: include/exec/memory.h
761F: memory.c
762F: include/exec/memory-internal.h
763F: exec.c
764
7ee3bf03
GH
765SPICE
766M: Gerd Hoffmann <[email protected]>
767S: Supported
6e481d57 768F: include/ui/qemu-spice.h
7ee3bf03
GH
769F: ui/spice-*.c
770F: audio/spiceaudio.c
8d8b636d 771F: hw/display/qxl*
7ee3bf03 772
fd5d5c56 773Graphics
c4ca6901 774M: Anthony Liguori <[email protected]>
25eccc37
GH
775M: Gerd Hoffmann <[email protected]>
776S: Odd Fixes
fd5d5c56
AL
777F: ui/
778
351f1bf6
AF
779Cocoa graphics
780M: Andreas Färber <[email protected]>
30ef3c74 781M: Peter Maydell <[email protected]>
351f1bf6
AF
782S: Odd Fixes
783F: ui/cocoa.m
784
fd5d5c56 785Main loop
c4ca6901 786M: Anthony Liguori <[email protected]>
fd5d5c56
AL
787S: Supported
788F: vl.c
789
8899b4ae 790Human Monitor (HMP)
fd5d5c56 791M: Luiz Capitulino <[email protected]>
fbb0621a 792S: Maintained
fd5d5c56 793F: monitor.c
8899b4ae
LC
794F: hmp.c
795F: hmp-commands.hx
dce07e0b 796T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
797
798Network device layer
c4ca6901 799M: Anthony Liguori <[email protected]>
1cd0f8ce 800M: Stefan Hajnoczi <[email protected]>
fd5d5c56
AL
801S: Maintained
802F: net/
837c36e7 803T: git git://github.com/stefanha/qemu.git net
fd5d5c56 804
aee09baf
VM
805Netmap network backend
806M: Luigi Rizzo <[email protected]>
807M: Giuseppe Lettieri <[email protected]>
808M: Vincenzo Maffione <[email protected]>
809W: http://info.iet.unipi.it/~luigi/netmap/
810S: Maintained
811F: net/netmap.c
812
44f76b28
PB
813Network Block Device (NBD)
814M: Paolo Bonzini <[email protected]>
815S: Odd Fixes
816F: block/nbd.c
817F: nbd.*
818F: qemu-nbd.c
1ab09a40 819T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 820
8899b4ae
LC
821QAPI
822M: Luiz Capitulino <[email protected]>
823M: Michael Roth <[email protected]>
fbb0621a 824S: Maintained
8899b4ae 825F: qapi/
dce07e0b 826T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 827
7810d291
LC
828QAPI Schema
829M: Eric Blake <[email protected]>
830M: Luiz Capitulino <[email protected]>
831M: Markus Armbruster <[email protected]>
832S: Supported
833F: qapi-schema.json
dce07e0b 834T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
7810d291 835
f3582ba4
LC
836QObject
837M: Luiz Capitulino <[email protected]>
838S: Maintained
839F: qobject/
840T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
841
4688c94c
AF
842QOM
843M: Anthony Liguori <[email protected]>
844M: Andreas Färber <[email protected]>
845S: Supported
846T: git git://github.com/afaerber/qemu-cpu.git qom-next
847F: include/qom/
848X: include/qom/cpu.h
849F: qom/
850X: qom/cpu.c
851F: tests/qom-test.c
852
8899b4ae
LC
853QMP
854M: Luiz Capitulino <[email protected]>
fbb0621a 855S: Maintained
8899b4ae
LC
856F: qmp.c
857F: monitor.c
858F: qmp-commands.hx
859F: QMP/
dce07e0b 860T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 861
fd5d5c56 862SLIRP
bafc72ab
JK
863M: Jan Kiszka <[email protected]>
864S: Maintained
fd5d5c56 865F: slirp/
1ab09a40 866T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 867
598a3f35 868Tracing
1cd0f8ce 869M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
870S: Maintained
871F: trace/
f70fd8fd
LV
872F: scripts/tracetool.py
873F: scripts/tracetool/
f922ea46 874F: docs/tracing.txt
1ab09a40 875T: git git://github.com/stefanha/qemu.git tracing
598a3f35 876
14f40fdc
BS
877Checkpatch
878M: Blue Swirl <[email protected]>
879S: Odd Fixes
880F: scripts/checkpatch.pl
881
92bfedb0 882Seccomp
9d9de254 883M: Eduardo Otubo <[email protected]>
92bfedb0
EO
884S: Supported
885F: qemu-seccomp.c
886F: include/sysemu/seccomp.h
887
fd5d5c56
AL
888Usermode Emulation
889------------------
890BSD user
891M: Blue Swirl <[email protected]>
892S: Maintained
893F: bsd-user/
894
fd5d5c56
AL
895Linux user
896M: Riku Voipio <[email protected]>
897S: Maintained
898F: linux-user/
42f5a7e9
AJ
899
900Tiny Code Generator (TCG)
901-------------------------
902Common code
903M: [email protected]
cc7772bd 904M: Richard Henderson <[email protected]>
42f5a7e9
AJ
905S: Maintained
906F: tcg/
907
b25a464c
CF
908AArch64 target
909M: Claudio Fontana <[email protected]>
910M: Claudio Fontana <[email protected]>
911S: Maintained
912F: tcg/aarch64/
913
42f5a7e9
AJ
914ARM target
915M: Andrzej Zaborowski <[email protected]>
916S: Maintained
917F: tcg/arm/
918
42f5a7e9
AJ
919i386 target
920M: [email protected]
921S: Maintained
922F: tcg/i386/
923
924IA64 target
925M: Aurelien Jarno <[email protected]>
926S: Maintained
927F: tcg/ia64/
928
929MIPS target
d6eec7a2 930M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
931S: Maintained
932F: tcg/mips/
933
934PPC
935M: Vassili Karpov (malc) <[email protected]>
936S: Maintained
937F: tcg/ppc/
938
939PPC64 target
940M: Vassili Karpov (malc) <[email protected]>
941S: Maintained
942F: tcg/ppc64/
943
944S390 target
945M: Alexander Graf <[email protected]>
946M: Richard Henderson <[email protected]>
947S: Maintained
948F: tcg/s390/
949
950SPARC target
951M: Blue Swirl <[email protected]>
952S: Maintained
953F: tcg/sparc/
bc75c9e5
SW
954
955TCI target
956M: Stefan Weil <[email protected]>
957S: Maintained
8ef9cd55 958F: tcg/tci/
2b7be8c8 959F: tci.c
aa09c951
AF
960
961Stable branches
962---------------
963Stable 1.0
964L: [email protected]
85938981 965T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
966S: Orphan
967
968Stable 0.15
969L: [email protected]
73c30df6 970M: Andreas Färber <[email protected]>
85938981 971T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 972S: Supported
aa09c951
AF
973
974Stable 0.14
975L: [email protected]
85938981 976T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
977S: Orphan
978
979Stable 0.10
980L: [email protected]
85938981 981T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 982S: Orphan
f05b328c
SH
983
984Block drivers
985-------------
986VMDK
987M: Fam Zheng <[email protected]>
988S: Supported
989F: block/vmdk.c
990
991RBD
992M: Josh Durgin <[email protected]>
993S: Supported
994F: block/rbd.c
995
996Sheepdog
53b33231 997M: Hitoshi Mitake <[email protected]>
f05b328c 998M: Liu Yuan <[email protected]>
dce32b6c 999L: [email protected]
f05b328c
SH
1000S: Supported
1001F: block/sheepdog.c
1002
1003VHDX
1004M: Jeff Cody <[email protected]>
1005S: Supported
1006F: block/vhdx*
1007
1008VDI
1009M: Stefan Weil <[email protected]>
1010S: Maintained
1011F: block/vdi.c
1012
1013iSCSI
1014M: Ronnie Sahlberg <[email protected]>
1015M: Paolo Bonzini <[email protected]>
1016M: Peter Lieven <[email protected]>
1017S: Supported
1018F: block/iscsi.c
1019
6542aa9c
PL
1020NFS
1021M: Peter Lieven <[email protected]>
1022S: Maintained
1023F: block/nfs.c
1024
f05b328c
SH
1025SSH
1026M: Richard W.M. Jones <[email protected]>
1027S: Supported
1028F: block/ssh.c
c9a12e75
CN
1029
1030ARCHIPELAGO
1031M: Chrysostomos Nanakos <[email protected]>
1032M: Chrysostomos Nanakos <[email protected]>
1033S: Maintained
1034F: block/archipelago.c
This page took 0.569194 seconds and 4 git commands to generate.