blob: b45f0750b288f384c518fddd88c4ecc415c98045 [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
135M: Avi Kivity <avi@redhat.com>
136M: 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
153M: Avi Kivity <avi@redhat.com>
154M: 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
210Integrator CP
211M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100212M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500213S: Maintained
214F: hw/integratorcp.c
215
216Mainstone
217M: qemu-devel@nongnu.org
218S: Orphan
219F: hw/mainstone.c
220
221Musicpal
222M: Jan Kiszka <jan.kiszka@web.de>
223S: Maintained
224F: hw/musicpal.c
225
226nSeries
227M: Andrzej Zaborowski <balrogg@gmail.com>
228S: Maintained
229F: hw/nseries.c
230
231Palm
232M: Andrzej Zaborowski <balrogg@gmail.com>
233S: Maintained
234F: hw/palm.c
235
236Real View
237M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100238M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500239S: Maintained
240F: hw/realview*
241
242Spitz
243M: Andrzej Zaborowski <balrogg@gmail.com>
244S: Maintained
245F: hw/spitz.c
246
247Stellaris
248M: Paul Brook <paul@codesourcery.com>
Peter Maydell1ce9ce62011-09-20 16:18:46 +0100249M: Peter Maydell <peter.maydell@linaro.org>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500250S: Maintained
251F: hw/stellaris.c
252
253Versatile PB
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/versatilepb.c
258
Peter A. G. Crosthwaitee3260502012-03-05 14:39:13 +1000259Xilinx Zynq
260M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
261S: Maintained
262F: hw/xilinx_zynq.c
263F: hw/zynq_slcr.c
264F: hw/cadence_*
265
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500266CRIS Machines
267-------------
268Axis Dev88
269M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
270S: Maintained
271F: hw/axis_dev88.c
272
273etraxfs
274M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
275S: Maintained
276F: hw/etraxfs.c
277
Michael Walle07bf23a2011-02-17 23:45:18 +0100278LM32 Machines
279-------------
280EVR32 and uclinux BSP
281M: Michael Walle <michael@walle.cc>
282S: Maintained
283F: hw/lm32_boards.c
284
Michael Walled118aa62011-03-07 23:32:45 +0100285milkymist
286M: Michael Walle <michael@walle.cc>
287S: Maintained
288F: hw/milkymist.c
289
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100290M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500291-------------
292an5206
293M: Paul Brook <paul@codesourcery.com>
294S: Maintained
295F: hw/an5206.c
296
297dummy_m68k
298M: Paul Brook <paul@codesourcery.com>
299S: Maintained
300F: hw/dummy_m68k.c
301
302mcf5208
303M: Paul Brook <paul@codesourcery.com>
304S: Maintained
305F: hw/mcf5208.c
306
307MicroBlaze Machines
308-------------------
309petalogix_s3adsp1800
310M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
311S: Maintained
312F: hw/petalogix_s3adsp1800.c
313
314MIPS Machines
315-------------
316Jazz
317M: Hervé Poussineau <hpoussin@reactos.org>
318S: Maintained
319F: hw/mips_jazz.c
320
321Malta
322M: Aurelien Jarno <aurelien@aurel32.net>
323S: Maintained
324F: hw/mips_malta.c
325
326Mipssim
327M: qemu-devel@nongnu.org
328S: Orphan
329F: hw/mips_mipssim.c
330
331R4000
332M: Aurelien Jarno <aurelien@aurel32.net>
333S: Maintained
334F: hw/mips_r4k.c
335
336PowerPC Machines
337----------------
338405
339M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000340L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500341S: Maintained
342F: hw/ppc405_boards.c
343
344New World
345M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000346L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500347S: Maintained
348F: hw/ppc_newworld.c
Andreas Färber0a6eec62012-01-13 13:33:58 +0000349F: hw/unin_pci.c
Andreas Färberd5ee6752012-01-18 06:20:43 +0000350F: hw/dec_pci.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500351
352Old World
353M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000354L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500355S: Maintained
356F: hw/ppc_oldworld.c
Andreas Färber0a6eec62012-01-13 13:33:58 +0000357F: hw/grackle_pci.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500358
Andreas Färberec38d392011-11-01 00:03:07 +0100359PReP
360M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000361L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100362S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500363F: hw/ppc_prep.c
Andreas Färber1c754572012-01-07 00:12:15 +0100364F: hw/prep_pci.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500365
366SH4 Machines
367------------
368R2D
369M: Magnus Damm <magnus.damm@gmail.com>
370S: Maintained
371F: hw/r2d.c
372
373Shix
374M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100375S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500376F: hw/shix.c
377
378SPARC Machines
379--------------
380Sun4m
381M: Blue Swirl <blauwirbel@gmail.com>
382S: Maintained
383F: hw/sun4m.c
384
385Sun4u
386M: Blue Swirl <blauwirbel@gmail.com>
387S: Maintained
388F: hw/sun4u.c
389
390S390 Machines
391-------------
392S390 Virtio
393M: Alexander Graf <agraf@suse.de>
394S: Maintained
395F: hw/s390-*.c
396
397X86 Machines
398------------
399PC
400M: Anthony Liguori <aliguori@us.ibm.com>
401S: Supported
Andreas Färber2df6dab2012-04-13 17:18:13 +0200402F: hw/pc.[ch]
403F: hw/pc_piix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500404
Max Filippov16e7caa2011-09-06 03:55:56 +0400405Xtensa Machines
406---------------
Max Filippov375847a2011-10-28 02:11:05 +0400407sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400408M: Max Filippov <jcmvbkbc@gmail.com>
409S: Maintained
Max Filippov375847a2011-10-28 02:11:05 +0400410F: hw/xtensa_sim.c
411
412Avnet LX60
413M: Max Filippov <jcmvbkbc@gmail.com>
414S: Maintained
415F: hw/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400416
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500417Devices
418-------
419IDE
420M: Kevin Wolf <kwolf@redhat.com>
421S: Odd Fixes
422F: hw/ide/
423
Peter Maydellf5f487b2011-09-17 17:26:15 +0100424OMAP
425M: Peter Maydell <peter.maydell@linaro.org>
426S: Maintained
427F: hw/omap*
428
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500429PCI
430M: Michael S. Tsirkin <mst@redhat.com>
431S: Supported
432F: hw/pci*
433F: hw/piix*
434
435SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100436M: Paolo Bonzini <pbonzini@redhat.com>
437S: Supported
438F: hw/virtio-scsi.*
439F: hw/scsi*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200440T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100441
442LSI53C895A
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500443M: Paul Brook <paul@codesourcery.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500444S: Odd Fixes
445F: hw/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500446
447USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100448M: Gerd Hoffmann <kraxel@redhat.com>
449S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500450F: hw/usb*
451
452vhost
453M: Michael S. Tsirkin <mst@redhat.com>
454S: Supported
455F: hw/vhost*
456
457virtio
458M: Anthony Liguori <aliguori@us.ibm.com>
459S: Supported
460F: hw/virtio*
461
462virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530463M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500464S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200465F: hw/9pfs/
466F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200467T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500468
469virtio-blk
470M: Kevin Wolf <kwolf@redhat.com>
471S: Supported
472F: hw/virtio-blk*
473
474virtio-serial
475M: Amit Shah <amit.shah@redhat.com>
476S: Supported
477F: hw/virtio-serial*
478F: hw/virtio-console*
479
480Subsystems
481----------
482Audio
483M: Vassili Karpov (malc) <av1474@comtv.ru>
484S: Maintained
485F: audio/
486
487Block
488M: Kevin Wolf <kwolf@redhat.com>
489S: Supported
490F: block*
491F: block/
492
493Character Devices
494M: Anthony Liguori <aliguori@us.ibm.com>
495S: Maintained
496F: qemu-char.c
497
498GDB stub
499M: qemu-devel@nongnu.org
500S: Odd Fixes
501F: gdbstub*
502F: gdb-xml/
503
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100504SPICE
505M: Gerd Hoffmann <kraxel@redhat.com>
506S: Supported
507F: ui/qemu-spice.h
508F: ui/spice-*.c
509F: audio/spiceaudio.c
510F: hw/qxl*
511
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500512Graphics
513M: Anthony Liguori <aliguori@us.ibm.com>
514S: Maintained
515F: ui/
516
Andreas Färber351f1bf2011-10-30 18:08:01 +0100517Cocoa graphics
518M: Andreas Färber <andreas.faerber@web.de>
519S: Odd Fixes
520F: ui/cocoa.m
521
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500522Main loop
523M: Anthony Liguori <aliguori@us.ibm.com>
524S: Supported
525F: vl.c
526
527Monitor (QMP/HMP)
528M: Luiz Capitulino <lcapitulino@redhat.com>
529M: Markus Armbruster <armbru@redhat.com>
530S: Supported
531F: monitor.c
532
533Network device layer
534M: Anthony Liguori <aliguori@us.ibm.com>
535M: Mark McLoughlin <markmc@redhat.com>
536S: Maintained
537F: net/
538
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100539Network Block Device (NBD)
540M: Paolo Bonzini <pbonzini@redhat.com>
541S: Odd Fixes
542F: block/nbd.c
543F: nbd.*
544F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200545T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100546
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500547SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200548M: Jan Kiszka <jan.kiszka@siemens.com>
549S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500550F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200551T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500552
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100553Tracing
554M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
555S: Maintained
556F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200557F: scripts/tracetool.py
558F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100559F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200560T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100561
Blue Swirl14f40fd2011-11-26 09:51:23 +0000562Checkpatch
563M: Blue Swirl <blauwirbel@gmail.com>
564S: Odd Fixes
565F: scripts/checkpatch.pl
566
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500567Usermode Emulation
568------------------
569BSD user
570M: Blue Swirl <blauwirbel@gmail.com>
571S: Maintained
572F: bsd-user/
573
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500574Linux user
575M: Riku Voipio <riku.voipio@iki.fi>
576S: Maintained
577F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100578
579Tiny Code Generator (TCG)
580-------------------------
581Common code
582M: qemu-devel@nongnu.org
583S: Maintained
584F: tcg/
585
586ARM target
587M: Andrzej Zaborowski <balrogg@gmail.com>
588S: Maintained
589F: tcg/arm/
590
591HPPA target
592M: Richard Henderson <rth@twiddle.net>
593S: Maintained
594F: tcg/hppa/
595
596i386 target
597M: qemu-devel@nongnu.org
598S: Maintained
599F: tcg/i386/
600
601IA64 target
602M: Aurelien Jarno <aurelien@aurel32.net>
603S: Maintained
604F: tcg/ia64/
605
606MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100607M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100608S: Maintained
609F: tcg/mips/
610
611PPC
612M: Vassili Karpov (malc) <av1474@comtv.ru>
613S: Maintained
614F: tcg/ppc/
615
616PPC64 target
617M: Vassili Karpov (malc) <av1474@comtv.ru>
618S: Maintained
619F: tcg/ppc64/
620
621S390 target
622M: Alexander Graf <agraf@suse.de>
623M: Richard Henderson <rth@twiddle.net>
624S: Maintained
625F: tcg/s390/
626
627SPARC target
628M: Blue Swirl <blauwirbel@gmail.com>
629S: Maintained
630F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100631
632TCI target
633M: Stefan Weil <sw@weilnetz.de>
634S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200635F: tcg/tci/
Andreas Färberaa09c952012-04-13 17:52:27 +0200636
637Stable branches
638---------------
639Stable 1.0
640L: qemu-stable@nongnu.org
641T: git git://git.qemu.org/qemu-stable-1.0.git
642S: Orphan
643
644Stable 0.15
645L: qemu-stable@nongnu.org
646T: git git://git.qemu.org/qemu-stable-0.15.git
647S: Orphan
648
649Stable 0.14
650L: qemu-stable@nongnu.org
651T: git git://git.qemu.org/qemu-stable-0.14.git
652S: Orphan
653
654Stable 0.10
655L: qemu-stable@nongnu.org
656T: git git://git.qemu.org/qemu-stable-0.10.git
657S: Orphan