]> git.proxmox.com Git - qemu.git/blob - MAINTAINERS
i82378/i82374: Do not create DMA controller twice
[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] hw/pc_piix.c
403
404 Xtensa Machines
405 ---------------
406 sim
407 M: Max Filippov <jcmvbkbc@gmail.com>
408 S: Maintained
409 F: hw/xtensa_sim.c
410
411 Avnet LX60
412 M: Max Filippov <jcmvbkbc@gmail.com>
413 S: Maintained
414 F: hw/xtensa_lx60.c
415
416 Devices
417 -------
418 IDE
419 M: Kevin Wolf <kwolf@redhat.com>
420 S: Odd Fixes
421 F: hw/ide/
422
423 OMAP
424 M: Peter Maydell <peter.maydell@linaro.org>
425 S: Maintained
426 F: hw/omap*
427
428 PCI
429 M: Michael S. Tsirkin <mst@redhat.com>
430 S: Supported
431 F: hw/pci*
432 F: hw/piix*
433
434 SCSI
435 M: Paolo Bonzini <pbonzini@redhat.com>
436 S: Supported
437 F: hw/virtio-scsi.*
438 F: hw/scsi*
439 T: git://github.com/bonzini/qemu.git scsi-next
440
441 LSI53C895A
442 M: Paul Brook <paul@codesourcery.com>
443 S: Odd Fixes
444 F: hw/lsi53c895a.c
445
446 USB
447 M: Gerd Hoffmann <kraxel@redhat.com>
448 S: Maintained
449 F: hw/usb*
450
451 vhost
452 M: Michael S. Tsirkin <mst@redhat.com>
453 S: Supported
454 F: hw/vhost*
455
456 virtio
457 M: Anthony Liguori <aliguori@us.ibm.com>
458 S: Supported
459 F: hw/virtio*
460
461 virtio-9p
462 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
463 S: Supported
464 F: hw/9pfs/ fsdev/
465 T: https://github.com/kvaneesh/QEMU
466
467
468 virtio-blk
469 M: Kevin Wolf <kwolf@redhat.com>
470 S: Supported
471 F: hw/virtio-blk*
472
473 virtio-serial
474 M: Amit Shah <amit.shah@redhat.com>
475 S: Supported
476 F: hw/virtio-serial*
477 F: hw/virtio-console*
478
479 Subsystems
480 ----------
481 Audio
482 M: Vassili Karpov (malc) <av1474@comtv.ru>
483 S: Maintained
484 F: audio/
485
486 Block
487 M: Kevin Wolf <kwolf@redhat.com>
488 S: Supported
489 F: block*
490 F: block/
491
492 Character Devices
493 M: Anthony Liguori <aliguori@us.ibm.com>
494 S: Maintained
495 F: qemu-char.c
496
497 GDB stub
498 M: qemu-devel@nongnu.org
499 S: Odd Fixes
500 F: gdbstub*
501 F: gdb-xml/
502
503 SPICE
504 M: Gerd Hoffmann <kraxel@redhat.com>
505 S: Supported
506 F: ui/qemu-spice.h
507 F: ui/spice-*.c
508 F: audio/spiceaudio.c
509 F: hw/qxl*
510
511 Graphics
512 M: Anthony Liguori <aliguori@us.ibm.com>
513 S: Maintained
514 F: ui/
515
516 Cocoa graphics
517 M: Andreas Färber <andreas.faerber@web.de>
518 S: Odd Fixes
519 F: ui/cocoa.m
520
521 Main loop
522 M: Anthony Liguori <aliguori@us.ibm.com>
523 S: Supported
524 F: vl.c
525
526 Monitor (QMP/HMP)
527 M: Luiz Capitulino <lcapitulino@redhat.com>
528 M: Markus Armbruster <armbru@redhat.com>
529 S: Supported
530 F: monitor.c
531
532 Network device layer
533 M: Anthony Liguori <aliguori@us.ibm.com>
534 M: Mark McLoughlin <markmc@redhat.com>
535 S: Maintained
536 F: net/
537
538 Network Block Device (NBD)
539 M: Paolo Bonzini <pbonzini@redhat.com>
540 S: Odd Fixes
541 F: block/nbd.c
542 F: nbd.*
543 F: qemu-nbd.c
544 T: git://github.com/bonzini/qemu.git nbd-next
545
546 SLIRP
547 M: Jan Kiszka <jan.kiszka@siemens.com>
548 S: Maintained
549 F: slirp/
550 T: git://git.kiszka.org/qemu.git queues/slirp
551
552 Tracing
553 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
554 S: Maintained
555 F: trace/
556 F: scripts/tracetool.py
557 F: scripts/tracetool/
558 F: docs/tracing.txt
559 T: git://github.com/stefanha/qemu.git tracing
560
561 Checkpatch
562 M: Blue Swirl <blauwirbel@gmail.com>
563 S: Odd Fixes
564 F: scripts/checkpatch.pl
565
566 Usermode Emulation
567 ------------------
568 BSD user
569 M: Blue Swirl <blauwirbel@gmail.com>
570 S: Maintained
571 F: bsd-user/
572
573 Darwin user
574 M: qemu-devel@nongnu.org
575 S: Orphan
576 F: darwin-user/
577
578 Linux user
579 M: Riku Voipio <riku.voipio@iki.fi>
580 S: Maintained
581 F: linux-user/
582
583 Tiny Code Generator (TCG)
584 -------------------------
585 Common code
586 M: qemu-devel@nongnu.org
587 S: Maintained
588 F: tcg/
589
590 ARM target
591 M: Andrzej Zaborowski <balrogg@gmail.com>
592 S: Maintained
593 F: tcg/arm/
594
595 HPPA target
596 M: Richard Henderson <rth@twiddle.net>
597 S: Maintained
598 F: tcg/hppa/
599
600 i386 target
601 M: qemu-devel@nongnu.org
602 S: Maintained
603 F: tcg/i386/
604
605 IA64 target
606 M: Aurelien Jarno <aurelien@aurel32.net>
607 S: Maintained
608 F: tcg/ia64/
609
610 MIPS target
611 M: Aurelien Jarno <aurelien@aurel32.net>
612 S: Maintained
613 F: tcg/mips/
614
615 PPC
616 M: Vassili Karpov (malc) <av1474@comtv.ru>
617 S: Maintained
618 F: tcg/ppc/
619
620 PPC64 target
621 M: Vassili Karpov (malc) <av1474@comtv.ru>
622 S: Maintained
623 F: tcg/ppc64/
624
625 S390 target
626 M: Alexander Graf <agraf@suse.de>
627 M: Richard Henderson <rth@twiddle.net>
628 S: Maintained
629 F: tcg/s390/
630
631 SPARC target
632 M: Blue Swirl <blauwirbel@gmail.com>
633 S: Maintained
634 F: tcg/sparc/
635
636 TCI target
637 M: Stefan Weil <sw@weilnetz.de>
638 S: Maintained
639 F: tcg/tci