blob: 2d219d2ea08d9a1633d0caba652cd43a6c448392 [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
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_*
271
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500272CRIS Machines
273-------------
274Axis Dev88
275M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
276S: Maintained
277F: hw/axis_dev88.c
278
279etraxfs
280M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
281S: Maintained
282F: hw/etraxfs.c
283
Michael Walle07bf23a2011-02-17 23:45:18 +0100284LM32 Machines
285-------------
286EVR32 and uclinux BSP
287M: Michael Walle <michael@walle.cc>
288S: Maintained
289F: hw/lm32_boards.c
290
Michael Walled118aa62011-03-07 23:32:45 +0100291milkymist
292M: Michael Walle <michael@walle.cc>
293S: Maintained
294F: hw/milkymist.c
295
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100296M68K Machines
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500297-------------
298an5206
299M: Paul Brook <paul@codesourcery.com>
300S: Maintained
301F: hw/an5206.c
302
303dummy_m68k
304M: Paul Brook <paul@codesourcery.com>
305S: Maintained
306F: hw/dummy_m68k.c
307
308mcf5208
309M: Paul Brook <paul@codesourcery.com>
310S: Maintained
311F: hw/mcf5208.c
312
313MicroBlaze Machines
314-------------------
315petalogix_s3adsp1800
316M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
317S: Maintained
318F: hw/petalogix_s3adsp1800.c
319
Peter A. G. Crosthwaited36e8ce2012-06-26 14:29:40 +1000320petalogix_ml605
321M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
322S: Maintained
323F: hw/petalogix_ml605_mmu.c
324
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500325MIPS Machines
326-------------
327Jazz
328M: Hervé Poussineau <hpoussin@reactos.org>
329S: Maintained
330F: hw/mips_jazz.c
331
332Malta
333M: Aurelien Jarno <aurelien@aurel32.net>
334S: Maintained
335F: hw/mips_malta.c
336
337Mipssim
338M: qemu-devel@nongnu.org
339S: Orphan
340F: hw/mips_mipssim.c
341
342R4000
343M: Aurelien Jarno <aurelien@aurel32.net>
344S: Maintained
345F: hw/mips_r4k.c
346
347PowerPC Machines
348----------------
349405
350M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000351L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500352S: Maintained
353F: hw/ppc405_boards.c
354
355New World
356M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000357L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500358S: Maintained
359F: hw/ppc_newworld.c
Andreas Färber0a6eec62012-01-13 13:33:58 +0000360F: hw/unin_pci.c
Andreas Färberd5ee6752012-01-18 06:20:43 +0000361F: hw/dec_pci.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500362
363Old World
364M: Alexander Graf <agraf@suse.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000365L: qemu-ppc@nongnu.org
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500366S: Maintained
367F: hw/ppc_oldworld.c
Andreas Färber0a6eec62012-01-13 13:33:58 +0000368F: hw/grackle_pci.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500369
Andreas Färberec38d392011-11-01 00:03:07 +0100370PReP
371M: Andreas Färber <andreas.faerber@web.de>
Andreas Färbera6c98682012-01-13 13:33:57 +0000372L: qemu-ppc@nongnu.org
Andreas Färberec38d392011-11-01 00:03:07 +0100373S: Odd Fixes
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500374F: hw/ppc_prep.c
Andreas Färber1c754572012-01-07 00:12:15 +0100375F: hw/prep_pci.[hc]
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500376
377SH4 Machines
378------------
379R2D
380M: Magnus Damm <magnus.damm@gmail.com>
381S: Maintained
382F: hw/r2d.c
383
384Shix
385M: Magnus Damm <magnus.damm@gmail.com>
Aurelien Jarnoafcacd52011-01-14 20:39:19 +0100386S: Orphan
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500387F: hw/shix.c
388
389SPARC Machines
390--------------
391Sun4m
392M: Blue Swirl <blauwirbel@gmail.com>
393S: Maintained
394F: hw/sun4m.c
395
396Sun4u
397M: Blue Swirl <blauwirbel@gmail.com>
398S: Maintained
399F: hw/sun4u.c
400
401S390 Machines
402-------------
403S390 Virtio
404M: Alexander Graf <agraf@suse.de>
405S: Maintained
406F: hw/s390-*.c
407
408X86 Machines
409------------
410PC
411M: Anthony Liguori <aliguori@us.ibm.com>
412S: Supported
Andreas Färber2df6dab2012-04-13 17:18:13 +0200413F: hw/pc.[ch]
414F: hw/pc_piix.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500415
Max Filippov16e7caa2011-09-06 03:55:56 +0400416Xtensa Machines
417---------------
Max Filippov375847a2011-10-28 02:11:05 +0400418sim
Max Filippov16e7caa2011-09-06 03:55:56 +0400419M: Max Filippov <jcmvbkbc@gmail.com>
420S: Maintained
Max Filippov375847a2011-10-28 02:11:05 +0400421F: hw/xtensa_sim.c
422
423Avnet LX60
424M: Max Filippov <jcmvbkbc@gmail.com>
425S: Maintained
426F: hw/xtensa_lx60.c
Max Filippov16e7caa2011-09-06 03:55:56 +0400427
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500428Devices
429-------
430IDE
431M: Kevin Wolf <kwolf@redhat.com>
432S: Odd Fixes
433F: hw/ide/
434
Peter Maydellf5f487b2011-09-17 17:26:15 +0100435OMAP
436M: Peter Maydell <peter.maydell@linaro.org>
437S: Maintained
438F: hw/omap*
439
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500440PCI
441M: Michael S. Tsirkin <mst@redhat.com>
442S: Supported
443F: hw/pci*
444F: hw/piix*
445
446SCSI
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100447M: Paolo Bonzini <pbonzini@redhat.com>
448S: Supported
449F: hw/virtio-scsi.*
450F: hw/scsi*
Andreas Färber1ab09a42012-04-13 18:03:42 +0200451T: git git://github.com/bonzini/qemu.git scsi-next
Paolo Bonzinide7724f2012-02-22 15:59:52 +0100452
453LSI53C895A
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500454M: Paul Brook <paul@codesourcery.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500455S: Odd Fixes
456F: hw/lsi53c895a.c
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500457
458USB
Gerd Hoffmann5d0d62f2010-12-17 11:11:25 +0100459M: Gerd Hoffmann <kraxel@redhat.com>
460S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500461F: hw/usb*
462
463vhost
464M: Michael S. Tsirkin <mst@redhat.com>
465S: Supported
466F: hw/vhost*
467
468virtio
469M: Anthony Liguori <aliguori@us.ibm.com>
470S: Supported
471F: hw/virtio*
472
473virtio-9p
Aneesh Kumar K.V23704102012-01-19 22:57:11 +0530474M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500475S: Supported
Andreas Färberaebeca22012-04-13 17:19:12 +0200476F: hw/9pfs/
477F: fsdev/
Andreas Färber3f3309c2012-04-13 18:23:55 +0200478T: git git://github.com/kvaneesh/QEMU.git
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500479
480virtio-blk
481M: Kevin Wolf <kwolf@redhat.com>
482S: Supported
483F: hw/virtio-blk*
484
485virtio-serial
486M: Amit Shah <amit.shah@redhat.com>
487S: Supported
488F: hw/virtio-serial*
489F: hw/virtio-console*
490
Peter A. G. Crosthwaiteab61d242012-06-26 14:29:41 +1000491Xilinx EDK
492M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
493M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
494S: Maintained
495F: hw/xilinx_axi*
496F: hw/xilinx_uartlite.c
497F: hw/xilinx_intc.c
498F: hw/xilinx_ethlite.c
499F: hw/xilinx_timer.c
500F: hw/xilinx.h
501
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500502Subsystems
503----------
504Audio
505M: Vassili Karpov (malc) <av1474@comtv.ru>
506S: Maintained
507F: audio/
508
509Block
510M: Kevin Wolf <kwolf@redhat.com>
511S: Supported
512F: block*
513F: block/
514
515Character Devices
516M: Anthony Liguori <aliguori@us.ibm.com>
517S: Maintained
518F: qemu-char.c
519
Peter A. G. Crosthwaited24b5692012-06-26 14:29:42 +1000520Device Tree
521M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
522M: Alexander Graf <agraf@suse.de>
523S: Maintained
524F: device-tree.[ch]
525
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500526GDB stub
527M: qemu-devel@nongnu.org
528S: Odd Fixes
529F: gdbstub*
530F: gdb-xml/
531
Gerd Hoffmann7ee3bf02010-12-13 21:30:37 +0100532SPICE
533M: Gerd Hoffmann <kraxel@redhat.com>
534S: Supported
535F: ui/qemu-spice.h
536F: ui/spice-*.c
537F: audio/spiceaudio.c
538F: hw/qxl*
539
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500540Graphics
541M: Anthony Liguori <aliguori@us.ibm.com>
542S: Maintained
543F: ui/
544
Andreas Färber351f1bf2011-10-30 18:08:01 +0100545Cocoa graphics
546M: Andreas Färber <andreas.faerber@web.de>
547S: Odd Fixes
548F: ui/cocoa.m
549
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500550Main loop
551M: Anthony Liguori <aliguori@us.ibm.com>
552S: Supported
553F: vl.c
554
555Monitor (QMP/HMP)
556M: Luiz Capitulino <lcapitulino@redhat.com>
557M: Markus Armbruster <armbru@redhat.com>
558S: Supported
559F: monitor.c
560
561Network device layer
562M: Anthony Liguori <aliguori@us.ibm.com>
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100563M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500564S: Maintained
565F: net/
Stefan Hajnoczi837c36e2012-07-20 14:29:24 +0100566T: git git://github.com/stefanha/qemu.git net
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500567
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100568Network Block Device (NBD)
569M: Paolo Bonzini <pbonzini@redhat.com>
570S: Odd Fixes
571F: block/nbd.c
572F: nbd.*
573F: qemu-nbd.c
Andreas Färber1ab09a42012-04-13 18:03:42 +0200574T: git git://github.com/bonzini/qemu.git nbd-next
Paolo Bonzini44f76b22011-12-22 11:39:19 +0100575
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500576SLIRP
Jan Kiszkabafc72a2011-07-27 14:21:32 +0200577M: Jan Kiszka <jan.kiszka@siemens.com>
578S: Maintained
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500579F: slirp/
Andreas Färber1ab09a42012-04-13 18:03:42 +0200580T: git git://git.kiszka.org/qemu.git queues/slirp
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500581
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100582Tracing
583M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
584S: Maintained
585F: trace/
Lluís Vilanovaf70fd8f2012-04-03 20:48:17 +0200586F: scripts/tracetool.py
587F: scripts/tracetool/
Andreas Färberf922ea42012-03-10 13:37:34 +0100588F: docs/tracing.txt
Andreas Färber1ab09a42012-04-13 18:03:42 +0200589T: git git://github.com/stefanha/qemu.git tracing
Stefan Hajnoczi598a3f32011-09-03 16:24:47 +0100590
Blue Swirl14f40fd2011-11-26 09:51:23 +0000591Checkpatch
592M: Blue Swirl <blauwirbel@gmail.com>
593S: Odd Fixes
594F: scripts/checkpatch.pl
595
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500596Usermode Emulation
597------------------
598BSD user
599M: Blue Swirl <blauwirbel@gmail.com>
600S: Maintained
601F: bsd-user/
602
Anthony Liguorifd5d5c52010-09-09 14:51:31 -0500603Linux user
604M: Riku Voipio <riku.voipio@iki.fi>
605S: Maintained
606F: linux-user/
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100607
608Tiny Code Generator (TCG)
609-------------------------
610Common code
611M: qemu-devel@nongnu.org
612S: Maintained
613F: tcg/
614
615ARM target
616M: Andrzej Zaborowski <balrogg@gmail.com>
617S: Maintained
618F: tcg/arm/
619
620HPPA target
621M: Richard Henderson <rth@twiddle.net>
622S: Maintained
623F: tcg/hppa/
624
625i386 target
626M: qemu-devel@nongnu.org
627S: Maintained
628F: tcg/i386/
629
630IA64 target
631M: Aurelien Jarno <aurelien@aurel32.net>
632S: Maintained
633F: tcg/ia64/
634
635MIPS target
Peter Maydelld6eec7a2011-06-22 15:45:01 +0100636M: Aurelien Jarno <aurelien@aurel32.net>
Aurelien Jarno42f5a7e2011-01-14 20:39:19 +0100637S: Maintained
638F: tcg/mips/
639
640PPC
641M: Vassili Karpov (malc) <av1474@comtv.ru>
642S: Maintained
643F: tcg/ppc/
644
645PPC64 target
646M: Vassili Karpov (malc) <av1474@comtv.ru>
647S: Maintained
648F: tcg/ppc64/
649
650S390 target
651M: Alexander Graf <agraf@suse.de>
652M: Richard Henderson <rth@twiddle.net>
653S: Maintained
654F: tcg/s390/
655
656SPARC target
657M: Blue Swirl <blauwirbel@gmail.com>
658S: Maintained
659F: tcg/sparc/
Stefan Weilbc75c9e2011-11-24 23:20:43 +0100660
661TCI target
662M: Stefan Weil <sw@weilnetz.de>
663S: Maintained
Andreas Färber8ef9cd52012-04-13 17:22:03 +0200664F: tcg/tci/
Andreas Färberaa09c952012-04-13 17:52:27 +0200665
666Stable branches
667---------------
668Stable 1.0
669L: qemu-stable@nongnu.org
670T: git git://git.qemu.org/qemu-stable-1.0.git
671S: Orphan
672
673Stable 0.15
674L: qemu-stable@nongnu.org
675T: git git://git.qemu.org/qemu-stable-0.15.git
676S: Orphan
677
678Stable 0.14
679L: qemu-stable@nongnu.org
680T: git git://git.qemu.org/qemu-stable-0.14.git
681S: Orphan
682
683Stable 0.10
684L: qemu-stable@nongnu.org
685T: git git://git.qemu.org/qemu-stable-0.10.git
686S: Orphan