]> git.proxmox.com Git - qemu.git/blame - MAINTAINERS
Merge remote-tracking branch 'pmaydell/tags/pull-arm-devs-20130812' 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------------------------------
53M: Anthony Liguori <aliguori@us.ibm.com>
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
512M: Anthony Liguori <aliguori@us.ibm.com>
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
596M: Anthony Liguori <aliguori@us.ibm.com>
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>
641S: Maintained
642F: audio/
8d8b636d 643F: hw/audio/
fd5d5c56
AL
644
645Block
646M: Kevin Wolf <kwolf@redhat.com>
54d01a00 647M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
648S: Supported
649F: block*
650F: block/
8d8b636d 651F: hw/block/
fd5d5c56
AL
652
653Character Devices
654M: Anthony Liguori <aliguori@us.ibm.com>
655S: Maintained
656F: qemu-char.c
657
f2ca0524
AF
658CPU
659M: Andreas Färber <afaerber@suse.de>
660S: Supported
661F: qom/cpu.c
6e481d57 662F: include/qom/cpu.h
62e0c095 663F: target-i386/cpu.c
f2ca0524 664
f0513d2c
IM
665ICC Bus
666M: Igor Mammedov <imammedo@redhat.com>
667S: Supported
668F: include/hw/cpu/icc_bus.h
669F: hw/cpu/icc_bus.c
670
d24b569a
PC
671Device Tree
672M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
673M: Alexander Graf <agraf@suse.de>
674S: Maintained
6e481d57 675F: device_tree.[ch]
d24b569a 676
fd5d5c56
AL
677GDB stub
678M: qemu-devel@nongnu.org
679S: Odd Fixes
680F: gdbstub*
681F: gdb-xml/
682
7ee3bf03
GH
683SPICE
684M: Gerd Hoffmann <kraxel@redhat.com>
685S: Supported
6e481d57 686F: include/ui/qemu-spice.h
7ee3bf03
GH
687F: ui/spice-*.c
688F: audio/spiceaudio.c
8d8b636d 689F: hw/display/qxl*
7ee3bf03 690
fd5d5c56
AL
691Graphics
692M: Anthony Liguori <aliguori@us.ibm.com>
693S: Maintained
694F: ui/
695
351f1bf6
AF
696Cocoa graphics
697M: Andreas Färber <andreas.faerber@web.de>
698S: Odd Fixes
699F: ui/cocoa.m
700
fd5d5c56
AL
701Main loop
702M: Anthony Liguori <aliguori@us.ibm.com>
703S: Supported
704F: vl.c
705
8899b4ae 706Human Monitor (HMP)
fd5d5c56 707M: Luiz Capitulino <lcapitulino@redhat.com>
fd5d5c56
AL
708S: Supported
709F: monitor.c
8899b4ae
LC
710F: hmp.c
711F: hmp-commands.hx
fd5d5c56
AL
712
713Network device layer
714M: Anthony Liguori <aliguori@us.ibm.com>
1cd0f8ce 715M: Stefan Hajnoczi <stefanha@redhat.com>
fd5d5c56
AL
716S: Maintained
717F: net/
837c36e7 718T: git git://github.com/stefanha/qemu.git net
fd5d5c56 719
44f76b28
PB
720Network Block Device (NBD)
721M: Paolo Bonzini <pbonzini@redhat.com>
722S: Odd Fixes
723F: block/nbd.c
724F: nbd.*
725F: qemu-nbd.c
1ab09a40 726T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 727
8899b4ae
LC
728QAPI
729M: Luiz Capitulino <lcapitulino@redhat.com>
730M: Michael Roth <mdroth@linux.vnet.ibm.com>
731S: Supported
732F: qapi/
733
7810d291
LC
734QAPI Schema
735M: Eric Blake <eblake@redhat.com>
736M: Luiz Capitulino <lcapitulino@redhat.com>
737M: Markus Armbruster <armbru@redhat.com>
738S: Supported
739F: qapi-schema.json
740
8899b4ae
LC
741QMP
742M: Luiz Capitulino <lcapitulino@redhat.com>
743S: Supported
744F: qmp.c
745F: monitor.c
746F: qmp-commands.hx
747F: QMP/
748
fd5d5c56 749SLIRP
bafc72ab
JK
750M: Jan Kiszka <jan.kiszka@siemens.com>
751S: Maintained
fd5d5c56 752F: slirp/
1ab09a40 753T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 754
598a3f35 755Tracing
1cd0f8ce 756M: Stefan Hajnoczi <stefanha@redhat.com>
598a3f35
SH
757S: Maintained
758F: trace/
f70fd8fd
LV
759F: scripts/tracetool.py
760F: scripts/tracetool/
f922ea46 761F: docs/tracing.txt
1ab09a40 762T: git git://github.com/stefanha/qemu.git tracing
598a3f35 763
14f40fdc
BS
764Checkpatch
765M: Blue Swirl <blauwirbel@gmail.com>
766S: Odd Fixes
767F: scripts/checkpatch.pl
768
fd5d5c56
AL
769Usermode Emulation
770------------------
771BSD user
772M: Blue Swirl <blauwirbel@gmail.com>
773S: Maintained
774F: bsd-user/
775
fd5d5c56
AL
776Linux user
777M: Riku Voipio <riku.voipio@iki.fi>
778S: Maintained
779F: linux-user/
42f5a7e9
AJ
780
781Tiny Code Generator (TCG)
782-------------------------
783Common code
784M: qemu-devel@nongnu.org
cc7772bd 785M: Richard Henderson <rth@twiddle.net>
42f5a7e9
AJ
786S: Maintained
787F: tcg/
788
b25a464c
CF
789AArch64 target
790M: Claudio Fontana <claudio.fontana@huawei.com>
791M: Claudio Fontana <claudio.fontana@gmail.com>
792S: Maintained
793F: tcg/aarch64/
794
42f5a7e9
AJ
795ARM target
796M: Andrzej Zaborowski <balrogg@gmail.com>
797S: Maintained
798F: tcg/arm/
799
800HPPA target
801M: Richard Henderson <rth@twiddle.net>
802S: Maintained
803F: tcg/hppa/
804
805i386 target
806M: qemu-devel@nongnu.org
807S: Maintained
808F: tcg/i386/
809
810IA64 target
811M: Aurelien Jarno <aurelien@aurel32.net>
812S: Maintained
813F: tcg/ia64/
814
815MIPS target
d6eec7a2 816M: Aurelien Jarno <aurelien@aurel32.net>
42f5a7e9
AJ
817S: Maintained
818F: tcg/mips/
819
820PPC
821M: Vassili Karpov (malc) <av1474@comtv.ru>
822S: Maintained
823F: tcg/ppc/
824
825PPC64 target
826M: Vassili Karpov (malc) <av1474@comtv.ru>
827S: Maintained
828F: tcg/ppc64/
829
830S390 target
831M: Alexander Graf <agraf@suse.de>
832M: Richard Henderson <rth@twiddle.net>
833S: Maintained
834F: tcg/s390/
835
836SPARC target
837M: Blue Swirl <blauwirbel@gmail.com>
838S: Maintained
839F: tcg/sparc/
bc75c9e5
SW
840
841TCI target
842M: Stefan Weil <sw@weilnetz.de>
843S: Maintained
8ef9cd55 844F: tcg/tci/
aa09c951
AF
845
846Stable branches
847---------------
848Stable 1.0
849L: qemu-stable@nongnu.org
850T: git git://git.qemu.org/qemu-stable-1.0.git
851S: Orphan
852
853Stable 0.15
854L: qemu-stable@nongnu.org
855T: git git://git.qemu.org/qemu-stable-0.15.git
856S: Orphan
857
858Stable 0.14
859L: qemu-stable@nongnu.org
860T: git git://git.qemu.org/qemu-stable-0.14.git
861S: Orphan
862
863Stable 0.10
864L: qemu-stable@nongnu.org
865T: git git://git.qemu.org/qemu-stable-0.10.git
866S: Orphan