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