]> git.proxmox.com Git - qemu.git/blob - MAINTAINERS
pseries: Implement IOMMU and DMA for PAPR PCI devices
[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: Odd Fixes
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: Odd Fixes
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: Odd Fixes
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 petalogix_ml605
315 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
316 S: Maintained
317 F: hw/petalogix_ml605_mmu.c
318
319 MIPS Machines
320 -------------
321 Jazz
322 M: Hervé Poussineau <hpoussin@reactos.org>
323 S: Maintained
324 F: hw/mips_jazz.c
325
326 Malta
327 M: Aurelien Jarno <aurelien@aurel32.net>
328 S: Maintained
329 F: hw/mips_malta.c
330
331 Mipssim
332 M: qemu-devel@nongnu.org
333 S: Orphan
334 F: hw/mips_mipssim.c
335
336 R4000
337 M: Aurelien Jarno <aurelien@aurel32.net>
338 S: Maintained
339 F: hw/mips_r4k.c
340
341 PowerPC Machines
342 ----------------
343 405
344 M: Alexander Graf <agraf@suse.de>
345 L: qemu-ppc@nongnu.org
346 S: Maintained
347 F: hw/ppc405_boards.c
348
349 New World
350 M: Alexander Graf <agraf@suse.de>
351 L: qemu-ppc@nongnu.org
352 S: Maintained
353 F: hw/ppc_newworld.c
354 F: hw/unin_pci.c
355 F: hw/dec_pci.[hc]
356
357 Old World
358 M: Alexander Graf <agraf@suse.de>
359 L: qemu-ppc@nongnu.org
360 S: Maintained
361 F: hw/ppc_oldworld.c
362 F: hw/grackle_pci.c
363
364 PReP
365 M: Andreas Färber <andreas.faerber@web.de>
366 L: qemu-ppc@nongnu.org
367 S: Odd Fixes
368 F: hw/ppc_prep.c
369 F: hw/prep_pci.[hc]
370
371 SH4 Machines
372 ------------
373 R2D
374 M: Magnus Damm <magnus.damm@gmail.com>
375 S: Maintained
376 F: hw/r2d.c
377
378 Shix
379 M: Magnus Damm <magnus.damm@gmail.com>
380 S: Orphan
381 F: hw/shix.c
382
383 SPARC Machines
384 --------------
385 Sun4m
386 M: Blue Swirl <blauwirbel@gmail.com>
387 S: Maintained
388 F: hw/sun4m.c
389
390 Sun4u
391 M: Blue Swirl <blauwirbel@gmail.com>
392 S: Maintained
393 F: hw/sun4u.c
394
395 S390 Machines
396 -------------
397 S390 Virtio
398 M: Alexander Graf <agraf@suse.de>
399 S: Maintained
400 F: hw/s390-*.c
401
402 X86 Machines
403 ------------
404 PC
405 M: Anthony Liguori <aliguori@us.ibm.com>
406 S: Supported
407 F: hw/pc.[ch]
408 F: hw/pc_piix.c
409
410 Xtensa Machines
411 ---------------
412 sim
413 M: Max Filippov <jcmvbkbc@gmail.com>
414 S: Maintained
415 F: hw/xtensa_sim.c
416
417 Avnet LX60
418 M: Max Filippov <jcmvbkbc@gmail.com>
419 S: Maintained
420 F: hw/xtensa_lx60.c
421
422 Devices
423 -------
424 IDE
425 M: Kevin Wolf <kwolf@redhat.com>
426 S: Odd Fixes
427 F: hw/ide/
428
429 OMAP
430 M: Peter Maydell <peter.maydell@linaro.org>
431 S: Maintained
432 F: hw/omap*
433
434 PCI
435 M: Michael S. Tsirkin <mst@redhat.com>
436 S: Supported
437 F: hw/pci*
438 F: hw/piix*
439
440 SCSI
441 M: Paolo Bonzini <pbonzini@redhat.com>
442 S: Supported
443 F: hw/virtio-scsi.*
444 F: hw/scsi*
445 T: git git://github.com/bonzini/qemu.git scsi-next
446
447 LSI53C895A
448 M: Paul Brook <paul@codesourcery.com>
449 S: Odd Fixes
450 F: hw/lsi53c895a.c
451
452 USB
453 M: Gerd Hoffmann <kraxel@redhat.com>
454 S: Maintained
455 F: hw/usb*
456
457 vhost
458 M: Michael S. Tsirkin <mst@redhat.com>
459 S: Supported
460 F: hw/vhost*
461
462 virtio
463 M: Anthony Liguori <aliguori@us.ibm.com>
464 S: Supported
465 F: hw/virtio*
466
467 virtio-9p
468 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
469 S: Supported
470 F: hw/9pfs/
471 F: fsdev/
472 T: git git://github.com/kvaneesh/QEMU.git
473
474 virtio-blk
475 M: Kevin Wolf <kwolf@redhat.com>
476 S: Supported
477 F: hw/virtio-blk*
478
479 virtio-serial
480 M: Amit Shah <amit.shah@redhat.com>
481 S: Supported
482 F: hw/virtio-serial*
483 F: hw/virtio-console*
484
485 Xilinx EDK
486 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
487 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
488 S: Maintained
489 F: hw/xilinx_axi*
490 F: hw/xilinx_uartlite.c
491 F: hw/xilinx_intc.c
492 F: hw/xilinx_ethlite.c
493 F: hw/xilinx_timer.c
494 F: hw/xilinx.h
495
496 Subsystems
497 ----------
498 Audio
499 M: Vassili Karpov (malc) <av1474@comtv.ru>
500 S: Maintained
501 F: audio/
502
503 Block
504 M: Kevin Wolf <kwolf@redhat.com>
505 S: Supported
506 F: block*
507 F: block/
508
509 Character Devices
510 M: Anthony Liguori <aliguori@us.ibm.com>
511 S: Maintained
512 F: qemu-char.c
513
514 Device Tree
515 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
516 M: Alexander Graf <agraf@suse.de>
517 S: Maintained
518 F: device-tree.[ch]
519
520 GDB stub
521 M: qemu-devel@nongnu.org
522 S: Odd Fixes
523 F: gdbstub*
524 F: gdb-xml/
525
526 SPICE
527 M: Gerd Hoffmann <kraxel@redhat.com>
528 S: Supported
529 F: ui/qemu-spice.h
530 F: ui/spice-*.c
531 F: audio/spiceaudio.c
532 F: hw/qxl*
533
534 Graphics
535 M: Anthony Liguori <aliguori@us.ibm.com>
536 S: Maintained
537 F: ui/
538
539 Cocoa graphics
540 M: Andreas Färber <andreas.faerber@web.de>
541 S: Odd Fixes
542 F: ui/cocoa.m
543
544 Main loop
545 M: Anthony Liguori <aliguori@us.ibm.com>
546 S: Supported
547 F: vl.c
548
549 Monitor (QMP/HMP)
550 M: Luiz Capitulino <lcapitulino@redhat.com>
551 M: Markus Armbruster <armbru@redhat.com>
552 S: Supported
553 F: monitor.c
554
555 Network device layer
556 M: Anthony Liguori <aliguori@us.ibm.com>
557 M: Mark McLoughlin <markmc@redhat.com>
558 S: Maintained
559 F: net/
560
561 Network Block Device (NBD)
562 M: Paolo Bonzini <pbonzini@redhat.com>
563 S: Odd Fixes
564 F: block/nbd.c
565 F: nbd.*
566 F: qemu-nbd.c
567 T: git git://github.com/bonzini/qemu.git nbd-next
568
569 SLIRP
570 M: Jan Kiszka <jan.kiszka@siemens.com>
571 S: Maintained
572 F: slirp/
573 T: git git://git.kiszka.org/qemu.git queues/slirp
574
575 Tracing
576 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
577 S: Maintained
578 F: trace/
579 F: scripts/tracetool.py
580 F: scripts/tracetool/
581 F: docs/tracing.txt
582 T: git git://github.com/stefanha/qemu.git tracing
583
584 Checkpatch
585 M: Blue Swirl <blauwirbel@gmail.com>
586 S: Odd Fixes
587 F: scripts/checkpatch.pl
588
589 Usermode Emulation
590 ------------------
591 BSD user
592 M: Blue Swirl <blauwirbel@gmail.com>
593 S: Maintained
594 F: bsd-user/
595
596 Linux user
597 M: Riku Voipio <riku.voipio@iki.fi>
598 S: Maintained
599 F: linux-user/
600
601 Tiny Code Generator (TCG)
602 -------------------------
603 Common code
604 M: qemu-devel@nongnu.org
605 S: Maintained
606 F: tcg/
607
608 ARM target
609 M: Andrzej Zaborowski <balrogg@gmail.com>
610 S: Maintained
611 F: tcg/arm/
612
613 HPPA target
614 M: Richard Henderson <rth@twiddle.net>
615 S: Maintained
616 F: tcg/hppa/
617
618 i386 target
619 M: qemu-devel@nongnu.org
620 S: Maintained
621 F: tcg/i386/
622
623 IA64 target
624 M: Aurelien Jarno <aurelien@aurel32.net>
625 S: Maintained
626 F: tcg/ia64/
627
628 MIPS target
629 M: Aurelien Jarno <aurelien@aurel32.net>
630 S: Maintained
631 F: tcg/mips/
632
633 PPC
634 M: Vassili Karpov (malc) <av1474@comtv.ru>
635 S: Maintained
636 F: tcg/ppc/
637
638 PPC64 target
639 M: Vassili Karpov (malc) <av1474@comtv.ru>
640 S: Maintained
641 F: tcg/ppc64/
642
643 S390 target
644 M: Alexander Graf <agraf@suse.de>
645 M: Richard Henderson <rth@twiddle.net>
646 S: Maintained
647 F: tcg/s390/
648
649 SPARC target
650 M: Blue Swirl <blauwirbel@gmail.com>
651 S: Maintained
652 F: tcg/sparc/
653
654 TCI target
655 M: Stefan Weil <sw@weilnetz.de>
656 S: Maintained
657 F: tcg/tci/
658
659 Stable branches
660 ---------------
661 Stable 1.0
662 L: qemu-stable@nongnu.org
663 T: git git://git.qemu.org/qemu-stable-1.0.git
664 S: Orphan
665
666 Stable 0.15
667 L: qemu-stable@nongnu.org
668 T: git git://git.qemu.org/qemu-stable-0.15.git
669 S: Orphan
670
671 Stable 0.14
672 L: qemu-stable@nongnu.org
673 T: git git://git.qemu.org/qemu-stable-0.14.git
674 S: Orphan
675
676 Stable 0.10
677 L: qemu-stable@nongnu.org
678 T: git git://git.qemu.org/qemu-stable-0.10.git
679 S: Orphan