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