]> Git Repo - qemu.git/blame - MAINTAINERS
vga: fix -nodefaults -device VGA
[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------------------------------
53M: Anthony Liguori <[email protected]>
54M: Paul Brook <[email protected]>
55
56Guest CPU cores (TCG):
57----------------------
58Alpha
8d6df264
RH
59M: Richard Henderson <[email protected]>
60S: Maintained
fd5d5c56 61F: target-alpha/
b6f97c14 62
b6f97c14 63ARM
fd5d5c56 64M: Paul Brook <[email protected]>
1ce9ce6a 65M: Peter Maydell <[email protected]>
fd5d5c56
AL
66S: Maintained
67F: target-arm/
68
69CRIS
70M: Edgar E. Iglesias <[email protected]>
71S: Maintained
72F: target-cris/
73
07bf23a7
MW
74LM32
75M: Michael Walle <[email protected]>
76S: Maintained
77F: target-lm32/
78
fd5d5c56
AL
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
b6f97c14 89MIPS
ddb13561
AJ
90M: Aurelien Jarno <[email protected]>
91S: Maintained
fd5d5c56
AL
92F: target-mips/
93
b6f97c14 94PowerPC
fd5d5c56 95M: Alexander Graf <[email protected]>
a6c98685 96L: [email protected]
fd5d5c56
AL
97S: Maintained
98F: target-ppc/
99
100S390
101M: Alexander Graf <[email protected]>
102S: Maintained
103F: target-s390x/
104
b6f97c14 105SH4
ddb13561
AJ
106M: Aurelien Jarno <[email protected]>
107S: Maintained
fd5d5c56
AL
108F: target-sh4/
109
110SPARC
111M: Blue Swirl <[email protected]>
112S: Maintained
113F: target-sparc/
114
115X86
116M: [email protected]
117S: Odd Fixes
118F: target-i386/
119
16e7caae
MF
120Xtensa
121M: Max Filippov <[email protected]>
375847a6 122W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
123S: Maintained
124F: target-xtensa/
125
fd5d5c56
AL
126Guest CPU Cores (KVM):
127----------------------
128
129Overall
130M: Avi Kivity <[email protected]>
131M: Marcelo Tosatti <[email protected]>
132L: [email protected]
133S: Supported
134F: kvm-*
135F: */kvm.*
136
137PPC
138M: Alexander Graf <[email protected]>
139S: Maintained
140F: target-ppc/kvm.c
141
749717a0 142S390
fd5d5c56
AL
143M: Alexander Graf <[email protected]>
144S: Maintained
145F: target-s390x/kvm.c
146
147X86
148M: Avi Kivity <[email protected]>
149M: Marcelo Tosatti <[email protected]>
150L: [email protected]
151S: Supported
152F: target-i386/kvm.c
153
8a6b0cd7
SS
154Guest CPU Cores (Xen):
155----------------------
156
157X86
158M: Stefano Stabellini <[email protected]>
159L: [email protected]
160S: Supported
161F: xen-*
162F: */xen*
163
fd5d5c56
AL
164ARM Machines
165------------
166Gumstix
167M: [email protected]
168S: Orphan
169F: hw/gumstix.c
170
171Integrator CP
172M: Paul Brook <[email protected]>
1ce9ce6a 173M: Peter Maydell <[email protected]>
fd5d5c56
AL
174S: Maintained
175F: hw/integratorcp.c
176
177Mainstone
178M: [email protected]
179S: Orphan
180F: hw/mainstone.c
181
182Musicpal
183M: Jan Kiszka <[email protected]>
184S: Maintained
185F: hw/musicpal.c
186
187nSeries
188M: Andrzej Zaborowski <[email protected]>
189S: Maintained
190F: hw/nseries.c
191
192Palm
193M: Andrzej Zaborowski <[email protected]>
194S: Maintained
195F: hw/palm.c
196
197Real View
198M: Paul Brook <[email protected]>
1ce9ce6a 199M: Peter Maydell <[email protected]>
fd5d5c56
AL
200S: Maintained
201F: hw/realview*
202
203Spitz
204M: Andrzej Zaborowski <[email protected]>
205S: Maintained
206F: hw/spitz.c
207
208Stellaris
209M: Paul Brook <[email protected]>
1ce9ce6a 210M: Peter Maydell <[email protected]>
fd5d5c56
AL
211S: Maintained
212F: hw/stellaris.c
213
214Versatile PB
215M: Paul Brook <[email protected]>
1ce9ce6a 216M: Peter Maydell <[email protected]>
fd5d5c56
AL
217S: Maintained
218F: hw/versatilepb.c
219
220CRIS Machines
221-------------
222Axis Dev88
223M: Edgar E. Iglesias <[email protected]>
224S: Maintained
225F: hw/axis_dev88.c
226
227etraxfs
228M: Edgar E. Iglesias <[email protected]>
229S: Maintained
230F: hw/etraxfs.c
231
07bf23a7
MW
232LM32 Machines
233-------------
234EVR32 and uclinux BSP
235M: Michael Walle <[email protected]>
236S: Maintained
237F: hw/lm32_boards.c
238
d118aa6b
MW
239milkymist
240M: Michael Walle <[email protected]>
241S: Maintained
242F: hw/milkymist.c
243
afcacd53 244M68K Machines
fd5d5c56
AL
245-------------
246an5206
247M: Paul Brook <[email protected]>
248S: Maintained
249F: hw/an5206.c
250
251dummy_m68k
252M: Paul Brook <[email protected]>
253S: Maintained
254F: hw/dummy_m68k.c
255
256mcf5208
257M: Paul Brook <[email protected]>
258S: Maintained
259F: hw/mcf5208.c
260
261MicroBlaze Machines
262-------------------
263petalogix_s3adsp1800
264M: Edgar E. Iglesias <[email protected]>
265S: Maintained
266F: hw/petalogix_s3adsp1800.c
267
268MIPS Machines
269-------------
270Jazz
271M: Hervé Poussineau <[email protected]>
272S: Maintained
273F: hw/mips_jazz.c
274
275Malta
276M: Aurelien Jarno <[email protected]>
277S: Maintained
278F: hw/mips_malta.c
279
280Mipssim
281M: [email protected]
282S: Orphan
283F: hw/mips_mipssim.c
284
285R4000
286M: Aurelien Jarno <[email protected]>
287S: Maintained
288F: hw/mips_r4k.c
289
290PowerPC Machines
291----------------
292405
293M: Alexander Graf <[email protected]>
a6c98685 294L: [email protected]
fd5d5c56
AL
295S: Maintained
296F: hw/ppc405_boards.c
297
298New World
299M: Alexander Graf <[email protected]>
a6c98685 300L: [email protected]
fd5d5c56
AL
301S: Maintained
302F: hw/ppc_newworld.c
0a6eec6b 303F: hw/unin_pci.c
d5ee6754 304F: hw/dec_pci.[hc]
fd5d5c56
AL
305
306Old World
307M: Alexander Graf <[email protected]>
a6c98685 308L: [email protected]
fd5d5c56
AL
309S: Maintained
310F: hw/ppc_oldworld.c
0a6eec6b 311F: hw/grackle_pci.c
fd5d5c56 312
ec38d398
AF
313PReP
314M: Andreas Färber <[email protected]>
a6c98685 315L: [email protected]
ec38d398 316S: Odd Fixes
fd5d5c56 317F: hw/ppc_prep.c
1c75457f 318F: hw/prep_pci.[hc]
fd5d5c56
AL
319
320SH4 Machines
321------------
322R2D
323M: Magnus Damm <[email protected]>
324S: Maintained
325F: hw/r2d.c
326
327Shix
328M: Magnus Damm <[email protected]>
afcacd53 329S: Orphan
fd5d5c56
AL
330F: hw/shix.c
331
332SPARC Machines
333--------------
334Sun4m
335M: Blue Swirl <[email protected]>
336S: Maintained
337F: hw/sun4m.c
338
339Sun4u
340M: Blue Swirl <[email protected]>
341S: Maintained
342F: hw/sun4u.c
343
344S390 Machines
345-------------
346S390 Virtio
347M: Alexander Graf <[email protected]>
348S: Maintained
349F: hw/s390-*.c
350
351X86 Machines
352------------
353PC
354M: Anthony Liguori <[email protected]>
355S: Supported
356F: hw/pc.[ch] hw/pc_piix.c
357
16e7caae
MF
358Xtensa Machines
359---------------
375847a6 360sim
16e7caae
MF
361M: Max Filippov <[email protected]>
362S: Maintained
375847a6
MF
363F: hw/xtensa_sim.c
364
365Avnet LX60
366M: Max Filippov <[email protected]>
367S: Maintained
368F: hw/xtensa_lx60.c
16e7caae 369
fd5d5c56
AL
370Devices
371-------
372IDE
373M: Kevin Wolf <[email protected]>
374S: Odd Fixes
375F: hw/ide/
376
f5f487b2
PM
377OMAP
378M: Peter Maydell <[email protected]>
379S: Maintained
380F: hw/omap*
381
fd5d5c56
AL
382PCI
383M: Michael S. Tsirkin <[email protected]>
384S: Supported
385F: hw/pci*
386F: hw/piix*
387
388SCSI
389M: Paul Brook <[email protected]>
390M: Kevin Wolf <[email protected]>
391S: Odd Fixes
392F: hw/lsi53c895a.c
393F: hw/scsi*
394
395USB
5d0d62fe
GH
396M: Gerd Hoffmann <[email protected]>
397S: Maintained
fd5d5c56
AL
398F: hw/usb*
399
400vhost
401M: Michael S. Tsirkin <[email protected]>
402S: Supported
403F: hw/vhost*
404
405virtio
406M: Anthony Liguori <[email protected]>
407S: Supported
408F: hw/virtio*
409
410virtio-9p
411M: Venkateswararao Jujjuri (JV) <[email protected]>
412S: Supported
413F: hw/virtio-9p*
414
415virtio-blk
416M: Kevin Wolf <[email protected]>
417S: Supported
418F: hw/virtio-blk*
419
420virtio-serial
421M: Amit Shah <[email protected]>
422S: Supported
423F: hw/virtio-serial*
424F: hw/virtio-console*
425
426Subsystems
427----------
428Audio
429M: Vassili Karpov (malc) <[email protected]>
430S: Maintained
431F: audio/
432
433Block
434M: Kevin Wolf <[email protected]>
435S: Supported
436F: block*
437F: block/
438
439Character Devices
440M: Anthony Liguori <[email protected]>
441S: Maintained
442F: qemu-char.c
443
444GDB stub
445M: [email protected]
446S: Odd Fixes
447F: gdbstub*
448F: gdb-xml/
449
7ee3bf03
GH
450SPICE
451M: Gerd Hoffmann <[email protected]>
452S: Supported
453F: ui/qemu-spice.h
454F: ui/spice-*.c
455F: audio/spiceaudio.c
456F: hw/qxl*
457
fd5d5c56
AL
458Graphics
459M: Anthony Liguori <[email protected]>
460S: Maintained
461F: ui/
462
351f1bf6
AF
463Cocoa graphics
464M: Andreas Färber <[email protected]>
465S: Odd Fixes
466F: ui/cocoa.m
467
fd5d5c56
AL
468Main loop
469M: Anthony Liguori <[email protected]>
470S: Supported
471F: vl.c
472
473Monitor (QMP/HMP)
474M: Luiz Capitulino <[email protected]>
475M: Markus Armbruster <[email protected]>
476S: Supported
477F: monitor.c
478
479Network device layer
480M: Anthony Liguori <[email protected]>
481M: Mark McLoughlin <[email protected]>
482S: Maintained
483F: net/
484
44f76b28
PB
485Network Block Device (NBD)
486M: Paolo Bonzini <[email protected]>
487S: Odd Fixes
488F: block/nbd.c
489F: nbd.*
490F: qemu-nbd.c
491
fd5d5c56 492SLIRP
bafc72ab
JK
493M: Jan Kiszka <[email protected]>
494S: Maintained
fd5d5c56 495F: slirp/
bafc72ab 496T: git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 497
598a3f35
SH
498Tracing
499M: Stefan Hajnoczi <[email protected]>
500S: Maintained
501F: trace/
92af0bfd 502T: git://github.com/stefanha/qemu.git tracing
598a3f35 503
14f40fdc
BS
504Checkpatch
505M: Blue Swirl <[email protected]>
506S: Odd Fixes
507F: scripts/checkpatch.pl
508
fd5d5c56
AL
509Usermode Emulation
510------------------
511BSD user
512M: Blue Swirl <[email protected]>
513S: Maintained
514F: bsd-user/
515
516Darwin user
517M: [email protected]
518S: Orphan
519F: darwin-user/
520
521Linux user
522M: Riku Voipio <[email protected]>
523S: Maintained
524F: linux-user/
42f5a7e9
AJ
525
526Tiny Code Generator (TCG)
527-------------------------
528Common code
529M: [email protected]
530S: Maintained
531F: tcg/
532
533ARM target
534M: Andrzej Zaborowski <[email protected]>
535S: Maintained
536F: tcg/arm/
537
538HPPA target
539M: Richard Henderson <[email protected]>
540S: Maintained
541F: tcg/hppa/
542
543i386 target
544M: [email protected]
545S: Maintained
546F: tcg/i386/
547
548IA64 target
549M: Aurelien Jarno <[email protected]>
550S: Maintained
551F: tcg/ia64/
552
553MIPS target
d6eec7a2 554M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
555S: Maintained
556F: tcg/mips/
557
558PPC
559M: Vassili Karpov (malc) <[email protected]>
560S: Maintained
561F: tcg/ppc/
562
563PPC64 target
564M: Vassili Karpov (malc) <[email protected]>
565S: Maintained
566F: tcg/ppc64/
567
568S390 target
569M: Alexander Graf <[email protected]>
570M: Richard Henderson <[email protected]>
571S: Maintained
572F: tcg/s390/
573
574SPARC target
575M: Blue Swirl <[email protected]>
576S: Maintained
577F: tcg/sparc/
bc75c9e5
SW
578
579TCI target
580M: Stefan Weil <[email protected]>
581S: Maintained
582F: tcg/tci
This page took 0.349614 seconds and 4 git commands to generate.