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