]> Git Repo - qemu.git/blame_incremental - MAINTAINERS
sdl: Add QEMU mascot icon for use with SDL
[qemu.git] / MAINTAINERS
... / ...
CommitLineData
1QEMU Maintainers
2================
3
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.
8
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
11
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
23 much other than throw the odd patch in. See below.
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51General Project Administration
52------------------------------
53M: Anthony Liguori <[email protected]>
54M: Paul Brook <[email protected]>
55
56Guest CPU cores (TCG):
57----------------------
58Alpha
59M: Richard Henderson <[email protected]>
60S: Maintained
61F: target-alpha/
62
63ARM
64M: Paul Brook <[email protected]>
65M: Peter Maydell <[email protected]>
66S: Maintained
67F: target-arm/
68
69CRIS
70M: Edgar E. Iglesias <[email protected]>
71S: Maintained
72F: target-cris/
73
74LM32
75M: Michael Walle <[email protected]>
76S: Maintained
77F: target-lm32/
78
79M68K
80M: Paul Brook <[email protected]>
81S: Maintained
82F: target-m68k/
83
84MicroBlaze
85M: Edgar E. Iglesias <[email protected]>
86S: Maintained
87F: target-microblaze/
88
89MIPS
90M: Aurelien Jarno <[email protected]>
91S: Maintained
92F: target-mips/
93
94PowerPC
95M: Alexander Graf <[email protected]>
96L: [email protected]
97S: Maintained
98F: target-ppc/
99
100S390
101M: Alexander Graf <[email protected]>
102S: Maintained
103F: target-s390x/
104
105SH4
106M: Aurelien Jarno <[email protected]>
107S: Maintained
108F: target-sh4/
109
110SPARC
111M: Blue Swirl <[email protected]>
112S: Maintained
113F: target-sparc/
114
115UniCore32
116M: Guan Xuetao <[email protected]>
117S: Maintained
118F: target-unicore32/
119
120X86
121M: [email protected]
122S: Odd Fixes
123F: target-i386/
124
125Xtensa
126M: Max Filippov <[email protected]>
127W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
128S: Maintained
129F: target-xtensa/
130
131Guest CPU Cores (KVM):
132----------------------
133
134Overall
135M: Avi Kivity <[email protected]>
136M: Marcelo Tosatti <[email protected]>
137L: [email protected]
138S: Supported
139F: kvm-*
140F: */kvm.*
141
142PPC
143M: Alexander Graf <[email protected]>
144S: Maintained
145F: target-ppc/kvm.c
146
147S390
148M: Alexander Graf <[email protected]>
149S: Maintained
150F: target-s390x/kvm.c
151
152X86
153M: Avi Kivity <[email protected]>
154M: Marcelo Tosatti <[email protected]>
155L: [email protected]
156S: Supported
157F: target-i386/kvm.c
158
159Guest CPU Cores (Xen):
160----------------------
161
162X86
163M: Stefano Stabellini <[email protected]>
164L: [email protected]
165S: Supported
166F: xen-*
167F: */xen*
168
169Hosts:
170------
171
172LINUX
173L: [email protected]
174S: Maintained
175F: linux-*
176F: linux-headers/
177
178POSIX
179L: [email protected]
180S: Maintained
181F: *posix*
182
183W32, W64
184L: [email protected]
185M: Stefan Weil <[email protected]>
186S: Maintained
187F: *win32*
188
189ARM Machines
190------------
191Exynos
192M: Evgeny Voevodin <[email protected]>
193M: Maksim Kozlov <[email protected]>
194M: Igor Mitsyanko <[email protected]>
195M: Dmitry Solodkiy <[email protected]>
196S: Maintained
197F: hw/exynos*
198
199Calxeda Highbank
200M: Mark Langsdorf <[email protected]>
201S: Supported
202F: hw/highbank.c
203F: hw/xgmac.c
204
205Gumstix
206M: [email protected]
207S: Orphan
208F: hw/gumstix.c
209
210Integrator CP
211M: Paul Brook <[email protected]>
212M: Peter Maydell <[email protected]>
213S: Maintained
214F: hw/integratorcp.c
215
216Mainstone
217M: [email protected]
218S: Orphan
219F: hw/mainstone.c
220
221Musicpal
222M: Jan Kiszka <[email protected]>
223S: Maintained
224F: hw/musicpal.c
225
226nSeries
227M: Andrzej Zaborowski <[email protected]>
228S: Maintained
229F: hw/nseries.c
230
231Palm
232M: Andrzej Zaborowski <[email protected]>
233S: Maintained
234F: hw/palm.c
235
236Real View
237M: Paul Brook <[email protected]>
238M: Peter Maydell <[email protected]>
239S: Maintained
240F: hw/realview*
241
242Spitz
243M: Andrzej Zaborowski <[email protected]>
244S: Maintained
245F: hw/spitz.c
246
247Stellaris
248M: Paul Brook <[email protected]>
249M: Peter Maydell <[email protected]>
250S: Maintained
251F: hw/stellaris.c
252
253Versatile PB
254M: Paul Brook <[email protected]>
255M: Peter Maydell <[email protected]>
256S: Maintained
257F: hw/versatilepb.c
258
259Xilinx Zynq
260M: Peter Crosthwaite <[email protected]>
261S: Maintained
262F: hw/xilinx_zynq.c
263F: hw/zynq_slcr.c
264F: hw/cadence_*
265
266CRIS Machines
267-------------
268Axis Dev88
269M: Edgar E. Iglesias <[email protected]>
270S: Maintained
271F: hw/axis_dev88.c
272
273etraxfs
274M: Edgar E. Iglesias <[email protected]>
275S: Maintained
276F: hw/etraxfs.c
277
278LM32 Machines
279-------------
280EVR32 and uclinux BSP
281M: Michael Walle <[email protected]>
282S: Maintained
283F: hw/lm32_boards.c
284
285milkymist
286M: Michael Walle <[email protected]>
287S: Maintained
288F: hw/milkymist.c
289
290M68K Machines
291-------------
292an5206
293M: Paul Brook <[email protected]>
294S: Maintained
295F: hw/an5206.c
296
297dummy_m68k
298M: Paul Brook <[email protected]>
299S: Maintained
300F: hw/dummy_m68k.c
301
302mcf5208
303M: Paul Brook <[email protected]>
304S: Maintained
305F: hw/mcf5208.c
306
307MicroBlaze Machines
308-------------------
309petalogix_s3adsp1800
310M: Edgar E. Iglesias <[email protected]>
311S: Maintained
312F: hw/petalogix_s3adsp1800.c
313
314MIPS Machines
315-------------
316Jazz
317M: Hervé Poussineau <[email protected]>
318S: Maintained
319F: hw/mips_jazz.c
320
321Malta
322M: Aurelien Jarno <[email protected]>
323S: Maintained
324F: hw/mips_malta.c
325
326Mipssim
327M: [email protected]
328S: Orphan
329F: hw/mips_mipssim.c
330
331R4000
332M: Aurelien Jarno <[email protected]>
333S: Maintained
334F: hw/mips_r4k.c
335
336PowerPC Machines
337----------------
338405
339M: Alexander Graf <[email protected]>
340L: [email protected]
341S: Maintained
342F: hw/ppc405_boards.c
343
344New World
345M: Alexander Graf <[email protected]>
346L: [email protected]
347S: Maintained
348F: hw/ppc_newworld.c
349F: hw/unin_pci.c
350F: hw/dec_pci.[hc]
351
352Old World
353M: Alexander Graf <[email protected]>
354L: [email protected]
355S: Maintained
356F: hw/ppc_oldworld.c
357F: hw/grackle_pci.c
358
359PReP
360M: Andreas Färber <[email protected]>
361L: [email protected]
362S: Odd Fixes
363F: hw/ppc_prep.c
364F: hw/prep_pci.[hc]
365
366SH4 Machines
367------------
368R2D
369M: Magnus Damm <[email protected]>
370S: Maintained
371F: hw/r2d.c
372
373Shix
374M: Magnus Damm <[email protected]>
375S: Orphan
376F: hw/shix.c
377
378SPARC Machines
379--------------
380Sun4m
381M: Blue Swirl <[email protected]>
382S: Maintained
383F: hw/sun4m.c
384
385Sun4u
386M: Blue Swirl <[email protected]>
387S: Maintained
388F: hw/sun4u.c
389
390S390 Machines
391-------------
392S390 Virtio
393M: Alexander Graf <[email protected]>
394S: Maintained
395F: hw/s390-*.c
396
397X86 Machines
398------------
399PC
400M: Anthony Liguori <[email protected]>
401S: Supported
402F: hw/pc.[ch] hw/pc_piix.c
403
404Xtensa Machines
405---------------
406sim
407M: Max Filippov <[email protected]>
408S: Maintained
409F: hw/xtensa_sim.c
410
411Avnet LX60
412M: Max Filippov <[email protected]>
413S: Maintained
414F: hw/xtensa_lx60.c
415
416Devices
417-------
418IDE
419M: Kevin Wolf <[email protected]>
420S: Odd Fixes
421F: hw/ide/
422
423OMAP
424M: Peter Maydell <[email protected]>
425S: Maintained
426F: hw/omap*
427
428PCI
429M: Michael S. Tsirkin <[email protected]>
430S: Supported
431F: hw/pci*
432F: hw/piix*
433
434SCSI
435M: Paolo Bonzini <[email protected]>
436S: Supported
437F: hw/virtio-scsi.*
438F: hw/scsi*
439T: git://github.com/bonzini/qemu.git scsi-next
440
441LSI53C895A
442M: Paul Brook <[email protected]>
443S: Odd Fixes
444F: hw/lsi53c895a.c
445
446USB
447M: Gerd Hoffmann <[email protected]>
448S: Maintained
449F: hw/usb*
450
451vhost
452M: Michael S. Tsirkin <[email protected]>
453S: Supported
454F: hw/vhost*
455
456virtio
457M: Anthony Liguori <[email protected]>
458S: Supported
459F: hw/virtio*
460
461virtio-9p
462M: Aneesh Kumar K.V <[email protected]>
463S: Supported
464F: hw/9pfs/ fsdev/
465T: https://github.com/kvaneesh/QEMU
466
467
468virtio-blk
469M: Kevin Wolf <[email protected]>
470S: Supported
471F: hw/virtio-blk*
472
473virtio-serial
474M: Amit Shah <[email protected]>
475S: Supported
476F: hw/virtio-serial*
477F: hw/virtio-console*
478
479Subsystems
480----------
481Audio
482M: Vassili Karpov (malc) <[email protected]>
483S: Maintained
484F: audio/
485
486Block
487M: Kevin Wolf <[email protected]>
488S: Supported
489F: block*
490F: block/
491
492Character Devices
493M: Anthony Liguori <[email protected]>
494S: Maintained
495F: qemu-char.c
496
497GDB stub
498M: [email protected]
499S: Odd Fixes
500F: gdbstub*
501F: gdb-xml/
502
503SPICE
504M: Gerd Hoffmann <[email protected]>
505S: Supported
506F: ui/qemu-spice.h
507F: ui/spice-*.c
508F: audio/spiceaudio.c
509F: hw/qxl*
510
511Graphics
512M: Anthony Liguori <[email protected]>
513S: Maintained
514F: ui/
515
516Cocoa graphics
517M: Andreas Färber <[email protected]>
518S: Odd Fixes
519F: ui/cocoa.m
520
521Main loop
522M: Anthony Liguori <[email protected]>
523S: Supported
524F: vl.c
525
526Monitor (QMP/HMP)
527M: Luiz Capitulino <[email protected]>
528M: Markus Armbruster <[email protected]>
529S: Supported
530F: monitor.c
531
532Network device layer
533M: Anthony Liguori <[email protected]>
534M: Mark McLoughlin <[email protected]>
535S: Maintained
536F: net/
537
538Network Block Device (NBD)
539M: Paolo Bonzini <[email protected]>
540S: Odd Fixes
541F: block/nbd.c
542F: nbd.*
543F: qemu-nbd.c
544T: git://github.com/bonzini/qemu.git nbd-next
545
546SLIRP
547M: Jan Kiszka <[email protected]>
548S: Maintained
549F: slirp/
550T: git://git.kiszka.org/qemu.git queues/slirp
551
552Tracing
553M: Stefan Hajnoczi <[email protected]>
554S: Maintained
555F: trace/
556F: scripts/tracetool.py
557F: scripts/tracetool/
558F: docs/tracing.txt
559T: git://github.com/stefanha/qemu.git tracing
560
561Checkpatch
562M: Blue Swirl <[email protected]>
563S: Odd Fixes
564F: scripts/checkpatch.pl
565
566Usermode Emulation
567------------------
568BSD user
569M: Blue Swirl <[email protected]>
570S: Maintained
571F: bsd-user/
572
573Darwin user
574M: [email protected]
575S: Orphan
576F: darwin-user/
577
578Linux user
579M: Riku Voipio <[email protected]>
580S: Maintained
581F: linux-user/
582
583Tiny Code Generator (TCG)
584-------------------------
585Common code
586M: [email protected]
587S: Maintained
588F: tcg/
589
590ARM target
591M: Andrzej Zaborowski <[email protected]>
592S: Maintained
593F: tcg/arm/
594
595HPPA target
596M: Richard Henderson <[email protected]>
597S: Maintained
598F: tcg/hppa/
599
600i386 target
601M: [email protected]
602S: Maintained
603F: tcg/i386/
604
605IA64 target
606M: Aurelien Jarno <[email protected]>
607S: Maintained
608F: tcg/ia64/
609
610MIPS target
611M: Aurelien Jarno <[email protected]>
612S: Maintained
613F: tcg/mips/
614
615PPC
616M: Vassili Karpov (malc) <[email protected]>
617S: Maintained
618F: tcg/ppc/
619
620PPC64 target
621M: Vassili Karpov (malc) <[email protected]>
622S: Maintained
623F: tcg/ppc64/
624
625S390 target
626M: Alexander Graf <[email protected]>
627M: Richard Henderson <[email protected]>
628S: Maintained
629F: tcg/s390/
630
631SPARC target
632M: Blue Swirl <[email protected]>
633S: Maintained
634F: tcg/sparc/
635
636TCI target
637M: Stefan Weil <[email protected]>
638S: Maintained
639F: tcg/tci
This page took 0.029436 seconds and 4 git commands to generate.