blob: cf39e5a00a422944905a6e099c3dade8aaad38a4 [file] [log] [blame]
bellardb6f97c12008-05-09 09:39:00 +00001QEMU Maintainers
2================
3
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05004The 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.
bellard3cd9acb2008-06-04 14:57:43 +00008
Anthony Liguorifd5d5c52010-09-09 14:51:31 -05009In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
bellardb6f97c12008-05-09 09:39:00 +000011
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050012Descriptions of section entries:
bellardb6f97c12008-05-09 09:39:00 +000013
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050014 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
Peter Maydellc91bbff2011-11-09 19:45:38 +000023 much other than throw the odd patch in. See below.
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050024 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.
bellardb6f97c12008-05-09 09:39:00 +000049
bellardb6f97c12008-05-09 09:39:00 +000050
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050051General Project Administration
52------------------------------
53M: Anthony Liguori <aliguori@us.ibm.com>
54M: Paul Brook <paul@codesourcery.com>
55
56Guest CPU cores (TCG):
57----------------------
bellardb6f97c12008-05-09 09:39:00 +000058Alpha
Richard Henderson8d6df262011-05-20 12:23:18 -070059M: Richard Henderson <rth@twiddle.net>
60S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050061F: target-alpha/
62
63ARM
64M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +010065M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050066S: Maintained
67F: target-arm/
68
69CRIS
70M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71S: Maintained
72F: target-cris/
73
Michael Walle07bf23a2011-02-17 23:45:18 +010074LM32
75M: Michael Walle <michael@walle.cc>
76S: Maintained
77F: target-lm32/
78
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050079M68K
80M: Paul Brook <paul@codesourcery.com>
Andreas Färber84c9d9d2012-04-13 18:30:29 +020081S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050082F: target-m68k/
83
Edgar E. Iglesiasabc07542009-05-28 14:00:49 +020084MicroBlaze
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050085M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86S: Maintained
87F: target-microblaze/
88
89MIPS
Aurelien Jarnoddb13562011-01-14 20:39:19 +010090M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +020091S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050092F: target-mips/
93
94PowerPC
95M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +000096L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -050097S: Maintained
98F: target-ppc/
99
Alexander Graf749717a2009-12-05 12:44:31 +0100100S390
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500101M: Alexander Graf <agraf@suse.de>
102S: Maintained
103F: target-s390x/
bellardb6f97c12008-05-09 09:39:00 +0000104
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500105SH4
Aurelien Jarnoddb13562011-01-14 20:39:19 +0100106M: Aurelien Jarno <aurelien@aurel32.net>
Andreas Färber2c9b7d12012-04-13 18:33:43 +0200107S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500108F: target-sh4/
bellardb6f97c12008-05-09 09:39:00 +0000109
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500110SPARC
111M: Blue Swirl <blauwirbel@gmail.com>
112S: Maintained
113F: target-sparc/
114
Andreas Färbera6ea7b42012-03-14 00:45:43 +0100115UniCore32
116M: Guan Xuetao <gxt@mprc.pku.edu.cn>
117S: Maintained
118F: target-unicore32/
119
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500120X86
121M: qemu-devel@nongnu.org
122S: Odd Fixes
123F: target-i386/
124
Max Filippov16e7caa2011-09-06 03:55:56 +0400125Xtensa
126M: Max Filippov <jcmvbkbc@gmail.com>
Max Filippov375847a2011-10-28 02:11:05 +0400127W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
Max Filippov16e7caa2011-09-06 03:55:56 +0400128S: Maintained
129F: target-xtensa/
130
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500131Guest CPU Cores (KVM):
132----------------------
133
134Overall
Gleb Natapova2685bc2012-12-19 17:46:15 +0200135M: Gleb Natapov <gleb@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500136M: Marcelo Tosatti <mtosatti@redhat.com>
137L: kvm@vger.kernel.org
138S: Supported
139F: kvm-*
140F: */kvm.*
141
142PPC
143M: Alexander Graf <agraf@suse.de>
144S: Maintained
145F: target-ppc/kvm.c
146
147S390
148M: Alexander Graf <agraf@suse.de>
149S: Maintained
150F: target-s390x/kvm.c
151
152X86
Gleb Natapova2685bc2012-12-19 17:46:15 +0200153M: Gleb Natapov <gleb@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500154M: Marcelo Tosatti <mtosatti@redhat.com>
155L: kvm@vger.kernel.org
156S: Supported
157F: target-i386/kvm.c
158
Stefano Stabellini8a6b0cd2011-07-29 16:05:13 +0100159Guest CPU Cores (Xen):
160----------------------
161
162X86
163M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
164L: xen-devel@lists.xensource.com
165S: Supported
166F: xen-*
167F: */xen*
168
Stefan Weil1bdd6872012-01-27 18:53:49 +0100169Hosts:
170------
171
172LINUX
173L: qemu-devel@nongnu.org
174S: Maintained
175F: linux-*
176F: linux-headers/
177
178POSIX
179L: qemu-devel@nongnu.org
180S: Maintained
181F: *posix*
182
183W32, W64
184L: qemu-devel@nongnu.org
185M: Stefan Weil <sw@weilnetz.de>
186S: Maintained
187F: *win32*
188
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500189ARM Machines
190------------
Evgeny Voevodinfc63dcf2012-02-16 09:56:06 +0000191Exynos
192M: Evgeny Voevodin <e.voevodin@samsung.com>
193M: Maksim Kozlov <m.kozlov@samsung.com>
194M: Igor Mitsyanko <i.mitsyanko@samsung.com>
195M: Dmitry Solodkiy <d.solodkiy@samsung.com>
196S: Maintained
197F: hw/exynos*
198
Mark Langsdorf766fd092012-02-16 09:56:10 +0000199Calxeda Highbank
200M: Mark Langsdorf <mark.langsdorf@calxeda.com>
201S: Supported
202F: hw/highbank.c
203F: hw/xgmac.c
204
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500205Gumstix
206M: qemu-devel@nongnu.org
207S: Orphan
208F: hw/gumstix.c
209
Peter Chubb03255592012-07-04 10:43:34 +0000210i.MX31
211M: Peter Chubb <peter.chubb@nicta.com.au>
212S: Odd fixes
213F: hw/imx*
214F: hw/kzm.c
215
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500216Integrator CP
217M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100218M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500219S: Maintained
220F: hw/integratorcp.c
221
222Mainstone
223M: qemu-devel@nongnu.org
224S: Orphan
225F: hw/mainstone.c
226
227Musicpal
228M: Jan Kiszka <jan.kiszka@web.de>
229S: Maintained
230F: hw/musicpal.c
231
232nSeries
233M: Andrzej Zaborowski <balrogg@gmail.com>
234S: Maintained
235F: hw/nseries.c
236
237Palm
238M: Andrzej Zaborowski <balrogg@gmail.com>
239S: Maintained
240F: hw/palm.c
241
242Real View
243M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100244M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500245S: Maintained
246F: hw/realview*
247
248Spitz
249M: Andrzej Zaborowski <balrogg@gmail.com>
250S: Maintained
251F: hw/spitz.c
252
253Stellaris
254M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100255M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500256S: Maintained
257F: hw/stellaris.c
258
259Versatile PB
260M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100261M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500262S: Maintained
263F: hw/versatilepb.c
264
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000265Xilinx Zynq
266M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
267S: Maintained
268F: hw/xilinx_zynq.c
269F: hw/zynq_slcr.c
270F: hw/cadence_*
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000271F: hw/xilinx_spips.c
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000272
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500273CRIS Machines
274-------------
275Axis Dev88
276M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
277S: Maintained
278F: hw/axis_dev88.c
279
280etraxfs
281M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
282S: Maintained
283F: hw/etraxfs.c
284
Michael Walle07bf23a2011-02-17 23:45:18 +0100285LM32 Machines
286-------------
287EVR32 and uclinux BSP
288M: Michael Walle <michael@walle.cc>
289S: Maintained
290F: hw/lm32_boards.c
291
Michael Walled118aa62011-03-07 23:32:45 +0100292milkymist
293M: Michael Walle <michael@walle.cc>
294S: Maintained
295F: hw/milkymist.c
296
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100297M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500298-------------
299an5206
300M: Paul Brook <paul@codesourcery.com>
301S: Maintained
302F: hw/an5206.c
303
304dummy_m68k
305M: Paul Brook <paul@codesourcery.com>
306S: Maintained
307F: hw/dummy_m68k.c
308
309mcf5208
310M: Paul Brook <paul@codesourcery.com>
311S: Maintained
312F: hw/mcf5208.c
313
314MicroBlaze Machines
315-------------------
316petalogix_s3adsp1800
317M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
318S: Maintained
319F: hw/petalogix_s3adsp1800.c
320
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000321petalogix_ml605
322M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
323S: Maintained
324F: hw/petalogix_ml605_mmu.c
325
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500326MIPS Machines
327-------------
328Jazz
329M: Hervé Poussineau <hpoussin@reactos.org>
330S: Maintained
331F: hw/mips_jazz.c
332
333Malta
334M: Aurelien Jarno <aurelien@aurel32.net>
335S: Maintained
336F: hw/mips_malta.c
337
338Mipssim
339M: qemu-devel@nongnu.org
340S: Orphan
341F: hw/mips_mipssim.c
342
343R4000
344M: Aurelien Jarno <aurelien@aurel32.net>
345S: Maintained
346F: hw/mips_r4k.c
347
348PowerPC Machines
349----------------
350405
351M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000352L: qemu-ppc@nongnu.org
Andreas Färber9b9fe132012-08-22 05:48:46 +0000353S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500354F: hw/ppc405_boards.c
355
Andreas Färberaaade8d2012-08-22 05:48:47 +0000356Bamboo
357M: Alexander Graf <agraf@suse.de>
358L: qemu-ppc@nongnu.org
359S: Odd Fixes
360F: hw/ppc440_bamboo.c
361
Andreas Färber98cded32012-08-22 05:48:45 +0000362e500
363M: Alexander Graf <agraf@suse.de>
364M: Scott Wood <scottwood@freescale.com>
365L: qemu-ppc@nongnu.org
366S: Supported
367F: hw/ppc/e500.[hc]
368F: hw/ppc/e500plat.c
369
370mpc8544ds
371M: Alexander Graf <agraf@suse.de>
372M: Scott Wood <scottwood@freescale.com>
373L: qemu-ppc@nongnu.org
374S: Supported
375F: hw/ppc/mpc8544ds.c
376F: hw/mpc8544_guts.c
377
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500378New World
379M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000380L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500381S: Maintained
382F: hw/ppc_newworld.c
Andreas Färber0a6eec62012-01-13 13:33:58 +0000383F: hw/unin_pci.c
Andreas Färberd5ee6752012-01-18 06:20:43 +0000384F: hw/dec_pci.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500385
386Old World
387M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000388L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500389S: Maintained
390F: hw/ppc_oldworld.c
Andreas Färber0a6eec62012-01-13 13:33:58 +0000391F: hw/grackle_pci.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500392
Andreas Färberec38d392011-11-01 00:03:07 +0100393PReP
394M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000395L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100396S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500397F: hw/ppc_prep.c
Andreas Färber1c754572012-01-07 00:12:15 +0100398F: hw/prep_pci.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500399
Andreas Färber8a269ca2012-08-22 05:48:44 +0000400sPAPR
401M: David Gibson <david@gibson.dropbear.id.au>
402M: Alexander Graf <agraf@suse.de>
403L: qemu-ppc@nongnu.org
404S: Supported
405F: hw/spapr*
406
Andreas Färber794d00b2012-08-22 05:48:48 +0000407virtex_ml507
408M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
409L: qemu-ppc@nongnu.org
410S: Odd Fixes
411F: hw/virtex_ml507.c
412
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500413SH4 Machines
414------------
415R2D
416M: Magnus Damm <magnus.damm@gmail.com>
417S: Maintained
418F: hw/r2d.c
419
420Shix
421M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100422S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500423F: hw/shix.c
424
425SPARC Machines
426--------------
427Sun4m
428M: Blue Swirl <blauwirbel@gmail.com>
429S: Maintained
430F: hw/sun4m.c
431
432Sun4u
433M: Blue Swirl <blauwirbel@gmail.com>
434S: Maintained
435F: hw/sun4u.c
436
Fabien Chouteauce6c7602012-05-22 10:14:28 +0200437Leon3
438M: Fabien Chouteau <chouteau@adacore.com>
439S: Maintained
440F: hw/leon3.c
441F: hw/grlib*
442
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500443S390 Machines
444-------------
445S390 Virtio
446M: Alexander Graf <agraf@suse.de>
447S: Maintained
448F: hw/s390-*.c
449
Guan Xuetaoab9528c2012-08-10 14:42:34 +0800450UniCore32 Machines
451-------------
452PKUnity-3 SoC initramfs-with-busybox
453M: Guan Xuetao <gxt@mprc.pku.edu.cn>
454S: Maintained
455F: hw/puv3*
456F: hw/unicore32/
457
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500458X86 Machines
459------------
460PC
461M: Anthony Liguori <aliguori@us.ibm.com>
462S: Supported
Andreas Färber2df6dab2012-04-13 17:18:13 +0200463F: hw/pc.[ch]
464F: hw/pc_piix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500465
Max Filippov16e7caa2011-09-06 03:55:56 +0400466Xtensa Machines
467---------------
Max Filippov375847a2011-10-28 02:11:05 +0400468sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400469M: Max Filippov <jcmvbkbc@gmail.com>
470S: Maintained
Max Filippov375847a2011-10-28 02:11:05 +0400471F: hw/xtensa_sim.c
472
473Avnet LX60
474M: Max Filippov <jcmvbkbc@gmail.com>
475S: Maintained
476F: hw/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400477
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500478Devices
479-------
480IDE
481M: Kevin Wolf <kwolf@redhat.com>
482S: Odd Fixes
483F: hw/ide/
484
Peter Maydellf5f487b2011-09-17 17:26:15 +0100485OMAP
486M: Peter Maydell <peter.maydell@linaro.org>
487S: Maintained
488F: hw/omap*
489
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500490PCI
491M: Michael S. Tsirkin <mst@redhat.com>
492S: Supported
Michael S. Tsirkinca818cf2012-12-12 15:11:55 +0200493F: hw/pci/*
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500494F: hw/pci*
495F: hw/piix*
496
Andreas Färberaaade8d2012-08-22 05:48:47 +0000497ppc4xx
498M: Alexander Graf <agraf@suse.de>
499L: qemu-ppc@nongnu.org
500S: Odd Fixes
501F: hw/ppc4xx*.[hc]
502
Andreas Färber98cded32012-08-22 05:48:45 +0000503ppce500
504M: Alexander Graf <agraf@suse.de>
505M: Scott Wood <scottwood@freescale.com>
506L: qemu-ppc@nongnu.org
507S: Supported
508F: hw/ppce500_*
509
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500510SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100511M: Paolo Bonzini <pbonzini@redhat.com>
512S: Supported
513F: hw/virtio-scsi.*
514F: hw/scsi*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200515T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100516
517LSI53C895A
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500518M: Paul Brook <paul@codesourcery.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500519S: Odd Fixes
520F: hw/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500521
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000522SSI
523M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
524S: Maintained
525F: hw/ssi.*
526F: hw/m25p80.c
527
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500528USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100529M: Gerd Hoffmann <kraxel@redhat.com>
530S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500531F: hw/usb*
532
Alex Williamson92e1fb52012-09-26 11:19:39 -0600533VFIO
534M: Alex Williamson <alex.williamson@redhat.com>
535S: Supported
536F: hw/vfio*
537
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500538vhost
539M: Michael S. Tsirkin <mst@redhat.com>
540S: Supported
541F: hw/vhost*
542
543virtio
544M: Anthony Liguori <aliguori@us.ibm.com>
545S: Supported
546F: hw/virtio*
547
548virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530549M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500550S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200551F: hw/9pfs/
552F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200553T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500554
555virtio-blk
556M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100557M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500558S: Supported
559F: hw/virtio-blk*
560
561virtio-serial
562M: Amit Shah <amit.shah@redhat.com>
563S: Supported
564F: hw/virtio-serial*
565F: hw/virtio-console*
566
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000567Xilinx EDK
568M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
569M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570S: Maintained
571F: hw/xilinx_axi*
572F: hw/xilinx_uartlite.c
573F: hw/xilinx_intc.c
574F: hw/xilinx_ethlite.c
575F: hw/xilinx_timer.c
576F: hw/xilinx.h
Peter A. G. Crosthwaitefcb56292012-08-06 11:38:19 +1000577F: hw/xilinx_spi.c
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000578
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579Subsystems
580----------
581Audio
582M: Vassili Karpov (malc) <av1474@comtv.ru>
583S: Maintained
584F: audio/
585
586Block
587M: Kevin Wolf <kwolf@redhat.com>
Stefan Hajnoczi54d01a02012-11-09 14:29:03 +0100588M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500589S: Supported
590F: block*
591F: block/
592
593Character Devices
594M: Anthony Liguori <aliguori@us.ibm.com>
595S: Maintained
596F: qemu-char.c
597
Andreas Färberf2ca0522012-09-17 19:10:32 +0200598CPU
599M: Andreas Färber <afaerber@suse.de>
600S: Supported
601F: qom/cpu.c
602F: include/qemu/cpu.h
Andreas Färber62e0c092012-12-09 20:15:31 +0100603F: target-i386/cpu.c
Andreas Färberf2ca0522012-09-17 19:10:32 +0200604
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000605Device Tree
606M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
607M: Alexander Graf <agraf@suse.de>
608S: Maintained
609F: device-tree.[ch]
610
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500611GDB stub
612M: qemu-devel@nongnu.org
613S: Odd Fixes
614F: gdbstub*
615F: gdb-xml/
616
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100617SPICE
618M: Gerd Hoffmann <kraxel@redhat.com>
619S: Supported
620F: ui/qemu-spice.h
621F: ui/spice-*.c
622F: audio/spiceaudio.c
623F: hw/qxl*
624
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500625Graphics
626M: Anthony Liguori <aliguori@us.ibm.com>
627S: Maintained
628F: ui/
629
Andreas Färber351f1bf2011-10-30 18:08:01 +0100630Cocoa graphics
631M: Andreas Färber <andreas.faerber@web.de>
632S: Odd Fixes
633F: ui/cocoa.m
634
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500635Main loop
636M: Anthony Liguori <aliguori@us.ibm.com>
637S: Supported
638F: vl.c
639
640Monitor (QMP/HMP)
641M: Luiz Capitulino <lcapitulino@redhat.com>
642M: Markus Armbruster <armbru@redhat.com>
643S: Supported
644F: monitor.c
645
646Network device layer
647M: Anthony Liguori <aliguori@us.ibm.com>
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200648M: Stefan Hajnoczi <stefanha@redhat.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500649S: Maintained
650F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100651T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500652
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100653Network Block Device (NBD)
654M: Paolo Bonzini <pbonzini@redhat.com>
655S: Odd Fixes
656F: block/nbd.c
657F: nbd.*
658F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200659T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100660
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500661SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200662M: Jan Kiszka <jan.kiszka@siemens.com>
663S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500664F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200665T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500666
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100667Tracing
Stefan Hajnoczi1cd0f8c2012-10-07 18:08:49 +0200668M: Stefan Hajnoczi <stefanha@redhat.com>
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100669S: Maintained
670F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200671F: scripts/tracetool.py
672F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100673F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200674T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100675
Blue Swirl14f40fd2011-11-26 09:51:23 +0000676Checkpatch
677M: Blue Swirl <blauwirbel@gmail.com>
678S: Odd Fixes
679F: scripts/checkpatch.pl
680
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500681Usermode Emulation
682------------------
683BSD user
684M: Blue Swirl <blauwirbel@gmail.com>
685S: Maintained
686F: bsd-user/
687
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500688Linux user
689M: Riku Voipio <riku.voipio@iki.fi>
690S: Maintained
691F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100692
693Tiny Code Generator (TCG)
694-------------------------
695Common code
696M: qemu-devel@nongnu.org
697S: Maintained
698F: tcg/
699
700ARM target
701M: Andrzej Zaborowski <balrogg@gmail.com>
702S: Maintained
703F: tcg/arm/
704
705HPPA target
706M: Richard Henderson <rth@twiddle.net>
707S: Maintained
708F: tcg/hppa/
709
710i386 target
711M: qemu-devel@nongnu.org
712S: Maintained
713F: tcg/i386/
714
715IA64 target
716M: Aurelien Jarno <aurelien@aurel32.net>
717S: Maintained
718F: tcg/ia64/
719
720MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100721M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100722S: Maintained
723F: tcg/mips/
724
725PPC
726M: Vassili Karpov (malc) <av1474@comtv.ru>
727S: Maintained
728F: tcg/ppc/
729
730PPC64 target
731M: Vassili Karpov (malc) <av1474@comtv.ru>
732S: Maintained
733F: tcg/ppc64/
734
735S390 target
736M: Alexander Graf <agraf@suse.de>
737M: Richard Henderson <rth@twiddle.net>
738S: Maintained
739F: tcg/s390/
740
741SPARC target
742M: Blue Swirl <blauwirbel@gmail.com>
743S: Maintained
744F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100745
746TCI target
747M: Stefan Weil <sw@weilnetz.de>
748S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200749F: tcg/tci/
Andreas Färberaa09c952012-04-13 17:52:27 +0200750
751Stable branches
752---------------
753Stable 1.0
754L: qemu-stable@nongnu.org
755T: git git://git.qemu.org/qemu-stable-1.0.git
756S: Orphan
757
758Stable 0.15
759L: qemu-stable@nongnu.org
760T: git git://git.qemu.org/qemu-stable-0.15.git
761S: Orphan
762
763Stable 0.14
764L: qemu-stable@nongnu.org
765T: git git://git.qemu.org/qemu-stable-0.14.git
766S: Orphan
767
768Stable 0.10
769L: qemu-stable@nongnu.org
770T: git git://git.qemu.org/qemu-stable-0.10.git
771S: Orphan