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