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