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