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