]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: add xtensa maintainer
[mirror_qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
8
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
11
12 Descriptions 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
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
55
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
62
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 S: Maintained
66 F: target-arm/
67
68 CRIS
69 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
70 S: Maintained
71 F: target-cris/
72
73 LM32
74 M: Michael Walle <michael@walle.cc>
75 S: Maintained
76 F: target-lm32/
77
78 M68K
79 M: Paul Brook <paul@codesourcery.com>
80 S: Maintained
81 F: target-m68k/
82
83 MicroBlaze
84 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
85 S: Maintained
86 F: target-microblaze/
87
88 MIPS
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 S: Maintained
91 F: target-mips/
92
93 PowerPC
94 M: Alexander Graf <agraf@suse.de>
95 S: Maintained
96 F: target-ppc/
97
98 S390
99 M: Alexander Graf <agraf@suse.de>
100 S: Maintained
101 F: target-s390x/
102
103 SH4
104 M: Aurelien Jarno <aurelien@aurel32.net>
105 S: Maintained
106 F: target-sh4/
107
108 SPARC
109 M: Blue Swirl <blauwirbel@gmail.com>
110 S: Maintained
111 F: target-sparc/
112
113 X86
114 M: qemu-devel@nongnu.org
115 S: Odd Fixes
116 F: target-i386/
117
118 Xtensa
119 M: Max Filippov <jcmvbkbc@gmail.com>
120 W: http://kkv.spb.su/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
121 S: Maintained
122 F: target-xtensa/
123
124 Guest CPU Cores (KVM):
125 ----------------------
126
127 Overall
128 M: Avi Kivity <avi@redhat.com>
129 M: Marcelo Tosatti <mtosatti@redhat.com>
130 L: kvm@vger.kernel.org
131 S: Supported
132 F: kvm-*
133 F: */kvm.*
134
135 PPC
136 M: Alexander Graf <agraf@suse.de>
137 S: Maintained
138 F: target-ppc/kvm.c
139
140 S390
141 M: Alexander Graf <agraf@suse.de>
142 S: Maintained
143 F: target-s390x/kvm.c
144
145 X86
146 M: Avi Kivity <avi@redhat.com>
147 M: Marcelo Tosatti <mtosatti@redhat.com>
148 L: kvm@vger.kernel.org
149 S: Supported
150 F: target-i386/kvm.c
151
152 Guest CPU Cores (Xen):
153 ----------------------
154
155 X86
156 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
157 L: xen-devel@lists.xensource.com
158 S: Supported
159 F: xen-*
160 F: */xen*
161
162 ARM Machines
163 ------------
164 Gumstix
165 M: qemu-devel@nongnu.org
166 S: Orphan
167 F: hw/gumstix.c
168
169 Integrator CP
170 M: Paul Brook <paul@codesourcery.com>
171 S: Maintained
172 F: hw/integratorcp.c
173
174 Mainstone
175 M: qemu-devel@nongnu.org
176 S: Orphan
177 F: hw/mainstone.c
178
179 Musicpal
180 M: Jan Kiszka <jan.kiszka@web.de>
181 S: Maintained
182 F: hw/musicpal.c
183
184 nSeries
185 M: Andrzej Zaborowski <balrogg@gmail.com>
186 S: Maintained
187 F: hw/nseries.c
188
189 Palm
190 M: Andrzej Zaborowski <balrogg@gmail.com>
191 S: Maintained
192 F: hw/palm.c
193
194 Real View
195 M: Paul Brook <paul@codesourcery.com>
196 S: Maintained
197 F: hw/realview*
198
199 Spitz
200 M: Andrzej Zaborowski <balrogg@gmail.com>
201 S: Maintained
202 F: hw/spitz.c
203
204 Stellaris
205 M: Paul Brook <paul@codesourcery.com>
206 S: Maintained
207 F: hw/stellaris.c
208
209 Versatile PB
210 M: Paul Brook <paul@codesourcery.com>
211 S: Maintained
212 F: hw/versatilepb.c
213
214 CRIS Machines
215 -------------
216 Axis Dev88
217 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
218 S: Maintained
219 F: hw/axis_dev88.c
220
221 etraxfs
222 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
223 S: Maintained
224 F: hw/etraxfs.c
225
226 LM32 Machines
227 -------------
228 EVR32 and uclinux BSP
229 M: Michael Walle <michael@walle.cc>
230 S: Maintained
231 F: hw/lm32_boards.c
232
233 milkymist
234 M: Michael Walle <michael@walle.cc>
235 S: Maintained
236 F: hw/milkymist.c
237
238 M68K Machines
239 -------------
240 an5206
241 M: Paul Brook <paul@codesourcery.com>
242 S: Maintained
243 F: hw/an5206.c
244
245 dummy_m68k
246 M: Paul Brook <paul@codesourcery.com>
247 S: Maintained
248 F: hw/dummy_m68k.c
249
250 mcf5208
251 M: Paul Brook <paul@codesourcery.com>
252 S: Maintained
253 F: hw/mcf5208.c
254
255 MicroBlaze Machines
256 -------------------
257 petalogix_s3adsp1800
258 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
259 S: Maintained
260 F: hw/petalogix_s3adsp1800.c
261
262 MIPS Machines
263 -------------
264 Jazz
265 M: Hervé Poussineau <hpoussin@reactos.org>
266 S: Maintained
267 F: hw/mips_jazz.c
268
269 Malta
270 M: Aurelien Jarno <aurelien@aurel32.net>
271 S: Maintained
272 F: hw/mips_malta.c
273
274 Mipssim
275 M: qemu-devel@nongnu.org
276 S: Orphan
277 F: hw/mips_mipssim.c
278
279 R4000
280 M: Aurelien Jarno <aurelien@aurel32.net>
281 S: Maintained
282 F: hw/mips_r4k.c
283
284 PowerPC Machines
285 ----------------
286 405
287 M: Alexander Graf <agraf@suse.de>
288 S: Maintained
289 F: hw/ppc405_boards.c
290
291 New World
292 M: Alexander Graf <agraf@suse.de>
293 S: Maintained
294 F: hw/ppc_newworld.c
295
296 Old World
297 M: Alexander Graf <agraf@suse.de>
298 S: Maintained
299 F: hw/ppc_oldworld.c
300
301 Prep
302 M: qemu-devel@nongnu.org
303 S: Orphan
304 F: hw/ppc_prep.c
305
306 SH4 Machines
307 ------------
308 R2D
309 M: Magnus Damm <magnus.damm@gmail.com>
310 S: Maintained
311 F: hw/r2d.c
312
313 Shix
314 M: Magnus Damm <magnus.damm@gmail.com>
315 S: Orphan
316 F: hw/shix.c
317
318 SPARC Machines
319 --------------
320 Sun4m
321 M: Blue Swirl <blauwirbel@gmail.com>
322 S: Maintained
323 F: hw/sun4m.c
324
325 Sun4u
326 M: Blue Swirl <blauwirbel@gmail.com>
327 S: Maintained
328 F: hw/sun4u.c
329
330 S390 Machines
331 -------------
332 S390 Virtio
333 M: Alexander Graf <agraf@suse.de>
334 S: Maintained
335 F: hw/s390-*.c
336
337 X86 Machines
338 ------------
339 PC
340 M: Anthony Liguori <aliguori@us.ibm.com>
341 S: Supported
342 F: hw/pc.[ch] hw/pc_piix.c
343
344 Xtensa Machines
345 ---------------
346 DC232B
347 M: Max Filippov <jcmvbkbc@gmail.com>
348 S: Maintained
349 F: hw/xtensa_dc232b.c
350
351 Devices
352 -------
353 IDE
354 M: Kevin Wolf <kwolf@redhat.com>
355 S: Odd Fixes
356 F: hw/ide/
357
358 PCI
359 M: Michael S. Tsirkin <mst@redhat.com>
360 S: Supported
361 F: hw/pci*
362 F: hw/piix*
363
364 SCSI
365 M: Paul Brook <paul@codesourcery.com>
366 M: Kevin Wolf <kwolf@redhat.com>
367 S: Odd Fixes
368 F: hw/lsi53c895a.c
369 F: hw/scsi*
370
371 USB
372 M: Gerd Hoffmann <kraxel@redhat.com>
373 S: Maintained
374 F: hw/usb*
375
376 vhost
377 M: Michael S. Tsirkin <mst@redhat.com>
378 S: Supported
379 F: hw/vhost*
380
381 virtio
382 M: Anthony Liguori <aliguori@us.ibm.com>
383 S: Supported
384 F: hw/virtio*
385
386 virtio-9p
387 M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
388 S: Supported
389 F: hw/virtio-9p*
390
391 virtio-blk
392 M: Kevin Wolf <kwolf@redhat.com>
393 S: Supported
394 F: hw/virtio-blk*
395
396 virtio-serial
397 M: Amit Shah <amit.shah@redhat.com>
398 S: Supported
399 F: hw/virtio-serial*
400 F: hw/virtio-console*
401
402 Subsystems
403 ----------
404 Audio
405 M: Vassili Karpov (malc) <av1474@comtv.ru>
406 S: Maintained
407 F: audio/
408
409 Block
410 M: Kevin Wolf <kwolf@redhat.com>
411 S: Supported
412 F: block*
413 F: block/
414
415 Character Devices
416 M: Anthony Liguori <aliguori@us.ibm.com>
417 S: Maintained
418 F: qemu-char.c
419
420 GDB stub
421 M: qemu-devel@nongnu.org
422 S: Odd Fixes
423 F: gdbstub*
424 F: gdb-xml/
425
426 SPICE
427 M: Gerd Hoffmann <kraxel@redhat.com>
428 S: Supported
429 F: ui/qemu-spice.h
430 F: ui/spice-*.c
431 F: audio/spiceaudio.c
432 F: hw/qxl*
433
434 Graphics
435 M: Anthony Liguori <aliguori@us.ibm.com>
436 S: Maintained
437 F: ui/
438
439 Main loop
440 M: Anthony Liguori <aliguori@us.ibm.com>
441 S: Supported
442 F: vl.c
443
444 Monitor (QMP/HMP)
445 M: Luiz Capitulino <lcapitulino@redhat.com>
446 M: Markus Armbruster <armbru@redhat.com>
447 S: Supported
448 F: monitor.c
449
450 Network device layer
451 M: Anthony Liguori <aliguori@us.ibm.com>
452 M: Mark McLoughlin <markmc@redhat.com>
453 S: Maintained
454 F: net/
455
456 SLIRP
457 M: Jan Kiszka <jan.kiszka@siemens.com>
458 S: Maintained
459 F: slirp/
460 T: git://git.kiszka.org/qemu.git queues/slirp
461
462 Usermode Emulation
463 ------------------
464 BSD user
465 M: Blue Swirl <blauwirbel@gmail.com>
466 S: Maintained
467 F: bsd-user/
468
469 Darwin user
470 M: qemu-devel@nongnu.org
471 S: Orphan
472 F: darwin-user/
473
474 Linux user
475 M: Riku Voipio <riku.voipio@iki.fi>
476 S: Maintained
477 F: linux-user/
478
479 Tiny Code Generator (TCG)
480 -------------------------
481 Common code
482 M: qemu-devel@nongnu.org
483 S: Maintained
484 F: tcg/
485
486 ARM target
487 M: Andrzej Zaborowski <balrogg@gmail.com>
488 S: Maintained
489 F: tcg/arm/
490
491 HPPA target
492 M: Richard Henderson <rth@twiddle.net>
493 S: Maintained
494 F: tcg/hppa/
495
496 i386 target
497 M: qemu-devel@nongnu.org
498 S: Maintained
499 F: tcg/i386/
500
501 IA64 target
502 M: Aurelien Jarno <aurelien@aurel32.net>
503 S: Maintained
504 F: tcg/ia64/
505
506 MIPS target
507 M: Aurelien Jarno <aurelien@aurel32.net>
508 S: Maintained
509 F: tcg/mips/
510
511 PPC
512 M: Vassili Karpov (malc) <av1474@comtv.ru>
513 S: Maintained
514 F: tcg/ppc/
515
516 PPC64 target
517 M: Vassili Karpov (malc) <av1474@comtv.ru>
518 S: Maintained
519 F: tcg/ppc64/
520
521 S390 target
522 M: Alexander Graf <agraf@suse.de>
523 M: Richard Henderson <rth@twiddle.net>
524 S: Maintained
525 F: tcg/s390/
526
527 SPARC target
528 M: Blue Swirl <blauwirbel@gmail.com>
529 S: Maintained
530 F: tcg/sparc/