cadence_ttc: initial version of device model
[qemu-kvm.git] / MAINTAINERS
blob0b3b3d8dc65730fc6fed966b9fcb7835a40c4c58
1 QEMU Maintainers
2 ================
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.
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.
12 Descriptions of section entries:
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.
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 M: Peter Maydell <peter.maydell@linaro.org>
66 S: Maintained
67 F: target-arm/
69 CRIS
70 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71 S: Maintained
72 F: target-cris/
74 LM32
75 M: Michael Walle <michael@walle.cc>
76 S: Maintained
77 F: target-lm32/
79 M68K
80 M: Paul Brook <paul@codesourcery.com>
81 S: Maintained
82 F: target-m68k/
84 MicroBlaze
85 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86 S: Maintained
87 F: target-microblaze/
89 MIPS
90 M: Aurelien Jarno <aurelien@aurel32.net>
91 S: Maintained
92 F: target-mips/
94 PowerPC
95 M: Alexander Graf <agraf@suse.de>
96 L: qemu-ppc@nongnu.org
97 S: Maintained
98 F: target-ppc/
100 S390
101 M: Alexander Graf <agraf@suse.de>
102 S: Maintained
103 F: target-s390x/
106 M: Aurelien Jarno <aurelien@aurel32.net>
107 S: Maintained
108 F: target-sh4/
110 SPARC
111 M: Blue Swirl <blauwirbel@gmail.com>
112 S: Maintained
113 F: target-sparc/
116 M: qemu-devel@nongnu.org
117 S: Odd Fixes
118 F: target-i386/
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/
126 Guest CPU Cores (KVM):
127 ----------------------
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.*
138 M: Alexander Graf <agraf@suse.de>
139 S: Maintained
140 F: target-ppc/kvm.c
142 S390
143 M: Alexander Graf <agraf@suse.de>
144 S: Maintained
145 F: target-s390x/kvm.c
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
154 Guest CPU Cores (Xen):
155 ----------------------
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*
164 Hosts:
165 ------
167 LINUX
168 L: qemu-devel@nongnu.org
169 S: Maintained
170 F: linux-*
171 F: linux-headers/
173 POSIX
174 L: qemu-devel@nongnu.org
175 S: Maintained
176 F: *posix*
178 W32, W64
179 L: qemu-devel@nongnu.org
180 M: Stefan Weil <sw@weilnetz.de>
181 S: Maintained
182 F: *win32*
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*
194 Calxeda Highbank
195 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
196 S: Supported
197 F: hw/highbank.c
198 F: hw/xgmac.c
200 Gumstix
201 M: qemu-devel@nongnu.org
202 S: Orphan
203 F: hw/gumstix.c
205 Integrator CP
206 M: Paul Brook <paul@codesourcery.com>
207 M: Peter Maydell <peter.maydell@linaro.org>
208 S: Maintained
209 F: hw/integratorcp.c
211 Mainstone
212 M: qemu-devel@nongnu.org
213 S: Orphan
214 F: hw/mainstone.c
216 Musicpal
217 M: Jan Kiszka <jan.kiszka@web.de>
218 S: Maintained
219 F: hw/musicpal.c
221 nSeries
222 M: Andrzej Zaborowski <balrogg@gmail.com>
223 S: Maintained
224 F: hw/nseries.c
226 Palm
227 M: Andrzej Zaborowski <balrogg@gmail.com>
228 S: Maintained
229 F: hw/palm.c
231 Real View
232 M: Paul Brook <paul@codesourcery.com>
233 M: Peter Maydell <peter.maydell@linaro.org>
234 S: Maintained
235 F: hw/realview*
237 Spitz
238 M: Andrzej Zaborowski <balrogg@gmail.com>
239 S: Maintained
240 F: hw/spitz.c
242 Stellaris
243 M: Paul Brook <paul@codesourcery.com>
244 M: Peter Maydell <peter.maydell@linaro.org>
245 S: Maintained
246 F: hw/stellaris.c
248 Versatile PB
249 M: Paul Brook <paul@codesourcery.com>
250 M: Peter Maydell <peter.maydell@linaro.org>
251 S: Maintained
252 F: hw/versatilepb.c
254 CRIS Machines
255 -------------
256 Axis Dev88
257 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
258 S: Maintained
259 F: hw/axis_dev88.c
261 etraxfs
262 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
263 S: Maintained
264 F: hw/etraxfs.c
266 LM32 Machines
267 -------------
268 EVR32 and uclinux BSP
269 M: Michael Walle <michael@walle.cc>
270 S: Maintained
271 F: hw/lm32_boards.c
273 milkymist
274 M: Michael Walle <michael@walle.cc>
275 S: Maintained
276 F: hw/milkymist.c
278 M68K Machines
279 -------------
280 an5206
281 M: Paul Brook <paul@codesourcery.com>
282 S: Maintained
283 F: hw/an5206.c
285 dummy_m68k
286 M: Paul Brook <paul@codesourcery.com>
287 S: Maintained
288 F: hw/dummy_m68k.c
290 mcf5208
291 M: Paul Brook <paul@codesourcery.com>
292 S: Maintained
293 F: hw/mcf5208.c
295 MicroBlaze Machines
296 -------------------
297 petalogix_s3adsp1800
298 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
299 S: Maintained
300 F: hw/petalogix_s3adsp1800.c
302 MIPS Machines
303 -------------
304 Jazz
305 M: Hervé Poussineau <hpoussin@reactos.org>
306 S: Maintained
307 F: hw/mips_jazz.c
309 Malta
310 M: Aurelien Jarno <aurelien@aurel32.net>
311 S: Maintained
312 F: hw/mips_malta.c
314 Mipssim
315 M: qemu-devel@nongnu.org
316 S: Orphan
317 F: hw/mips_mipssim.c
319 R4000
320 M: Aurelien Jarno <aurelien@aurel32.net>
321 S: Maintained
322 F: hw/mips_r4k.c
324 PowerPC Machines
325 ----------------
327 M: Alexander Graf <agraf@suse.de>
328 L: qemu-ppc@nongnu.org
329 S: Maintained
330 F: hw/ppc405_boards.c
332 New World
333 M: Alexander Graf <agraf@suse.de>
334 L: qemu-ppc@nongnu.org
335 S: Maintained
336 F: hw/ppc_newworld.c
337 F: hw/unin_pci.c
338 F: hw/dec_pci.[hc]
340 Old World
341 M: Alexander Graf <agraf@suse.de>
342 L: qemu-ppc@nongnu.org
343 S: Maintained
344 F: hw/ppc_oldworld.c
345 F: hw/grackle_pci.c
347 PReP
348 M: Andreas Färber <andreas.faerber@web.de>
349 L: qemu-ppc@nongnu.org
350 S: Odd Fixes
351 F: hw/ppc_prep.c
352 F: hw/prep_pci.[hc]
354 SH4 Machines
355 ------------
357 M: Magnus Damm <magnus.damm@gmail.com>
358 S: Maintained
359 F: hw/r2d.c
361 Shix
362 M: Magnus Damm <magnus.damm@gmail.com>
363 S: Orphan
364 F: hw/shix.c
366 SPARC Machines
367 --------------
368 Sun4m
369 M: Blue Swirl <blauwirbel@gmail.com>
370 S: Maintained
371 F: hw/sun4m.c
373 Sun4u
374 M: Blue Swirl <blauwirbel@gmail.com>
375 S: Maintained
376 F: hw/sun4u.c
378 S390 Machines
379 -------------
380 S390 Virtio
381 M: Alexander Graf <agraf@suse.de>
382 S: Maintained
383 F: hw/s390-*.c
385 X86 Machines
386 ------------
388 M: Anthony Liguori <aliguori@us.ibm.com>
389 S: Supported
390 F: hw/pc.[ch] hw/pc_piix.c
392 Xtensa Machines
393 ---------------
395 M: Max Filippov <jcmvbkbc@gmail.com>
396 S: Maintained
397 F: hw/xtensa_sim.c
399 Avnet LX60
400 M: Max Filippov <jcmvbkbc@gmail.com>
401 S: Maintained
402 F: hw/xtensa_lx60.c
404 Devices
405 -------
407 M: Kevin Wolf <kwolf@redhat.com>
408 S: Odd Fixes
409 F: hw/ide/
411 OMAP
412 M: Peter Maydell <peter.maydell@linaro.org>
413 S: Maintained
414 F: hw/omap*
417 M: Michael S. Tsirkin <mst@redhat.com>
418 S: Supported
419 F: hw/pci*
420 F: hw/piix*
422 SCSI
423 M: Paolo Bonzini <pbonzini@redhat.com>
424 S: Supported
425 F: hw/virtio-scsi.*
426 F: hw/scsi*
427 T: git://github.com/bonzini/qemu.git scsi-next
429 LSI53C895A
430 M: Paul Brook <paul@codesourcery.com>
431 S: Odd Fixes
432 F: hw/lsi53c895a.c
435 M: Gerd Hoffmann <kraxel@redhat.com>
436 S: Maintained
437 F: hw/usb*
439 vhost
440 M: Michael S. Tsirkin <mst@redhat.com>
441 S: Supported
442 F: hw/vhost*
444 virtio
445 M: Anthony Liguori <aliguori@us.ibm.com>
446 S: Supported
447 F: hw/virtio*
449 virtio-9p
450 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
451 S: Supported
452 F: hw/9pfs/ fsdev/
453 T: https://github.com/kvaneesh/QEMU
456 virtio-blk
457 M: Kevin Wolf <kwolf@redhat.com>
458 S: Supported
459 F: hw/virtio-blk*
461 virtio-serial
462 M: Amit Shah <amit.shah@redhat.com>
463 S: Supported
464 F: hw/virtio-serial*
465 F: hw/virtio-console*
467 Subsystems
468 ----------
469 Audio
470 M: Vassili Karpov (malc) <av1474@comtv.ru>
471 S: Maintained
472 F: audio/
474 Block
475 M: Kevin Wolf <kwolf@redhat.com>
476 S: Supported
477 F: block*
478 F: block/
480 Character Devices
481 M: Anthony Liguori <aliguori@us.ibm.com>
482 S: Maintained
483 F: qemu-char.c
485 GDB stub
486 M: qemu-devel@nongnu.org
487 S: Odd Fixes
488 F: gdbstub*
489 F: gdb-xml/
491 SPICE
492 M: Gerd Hoffmann <kraxel@redhat.com>
493 S: Supported
494 F: ui/qemu-spice.h
495 F: ui/spice-*.c
496 F: audio/spiceaudio.c
497 F: hw/qxl*
499 Graphics
500 M: Anthony Liguori <aliguori@us.ibm.com>
501 S: Maintained
502 F: ui/
504 Cocoa graphics
505 M: Andreas Färber <andreas.faerber@web.de>
506 S: Odd Fixes
507 F: ui/cocoa.m
509 Main loop
510 M: Anthony Liguori <aliguori@us.ibm.com>
511 S: Supported
512 F: vl.c
514 Monitor (QMP/HMP)
515 M: Luiz Capitulino <lcapitulino@redhat.com>
516 M: Markus Armbruster <armbru@redhat.com>
517 S: Supported
518 F: monitor.c
520 Network device layer
521 M: Anthony Liguori <aliguori@us.ibm.com>
522 M: Mark McLoughlin <markmc@redhat.com>
523 S: Maintained
524 F: net/
526 Network Block Device (NBD)
527 M: Paolo Bonzini <pbonzini@redhat.com>
528 S: Odd Fixes
529 F: block/nbd.c
530 F: nbd.*
531 F: qemu-nbd.c
532 T: git://github.com/bonzini/qemu.git nbd-next
534 SLIRP
535 M: Jan Kiszka <jan.kiszka@siemens.com>
536 S: Maintained
537 F: slirp/
538 T: git://git.kiszka.org/qemu.git queues/slirp
540 Tracing
541 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
542 S: Maintained
543 F: trace/
544 T: git://github.com/stefanha/qemu.git tracing
546 Checkpatch
547 M: Blue Swirl <blauwirbel@gmail.com>
548 S: Odd Fixes
549 F: scripts/checkpatch.pl
551 Usermode Emulation
552 ------------------
553 BSD user
554 M: Blue Swirl <blauwirbel@gmail.com>
555 S: Maintained
556 F: bsd-user/
558 Darwin user
559 M: qemu-devel@nongnu.org
560 S: Orphan
561 F: darwin-user/
563 Linux user
564 M: Riku Voipio <riku.voipio@iki.fi>
565 S: Maintained
566 F: linux-user/
568 Tiny Code Generator (TCG)
569 -------------------------
570 Common code
571 M: qemu-devel@nongnu.org
572 S: Maintained
573 F: tcg/
575 ARM target
576 M: Andrzej Zaborowski <balrogg@gmail.com>
577 S: Maintained
578 F: tcg/arm/
580 HPPA target
581 M: Richard Henderson <rth@twiddle.net>
582 S: Maintained
583 F: tcg/hppa/
585 i386 target
586 M: qemu-devel@nongnu.org
587 S: Maintained
588 F: tcg/i386/
590 IA64 target
591 M: Aurelien Jarno <aurelien@aurel32.net>
592 S: Maintained
593 F: tcg/ia64/
595 MIPS target
596 M: Aurelien Jarno <aurelien@aurel32.net>
597 S: Maintained
598 F: tcg/mips/
601 M: Vassili Karpov (malc) <av1474@comtv.ru>
602 S: Maintained
603 F: tcg/ppc/
605 PPC64 target
606 M: Vassili Karpov (malc) <av1474@comtv.ru>
607 S: Maintained
608 F: tcg/ppc64/
610 S390 target
611 M: Alexander Graf <agraf@suse.de>
612 M: Richard Henderson <rth@twiddle.net>
613 S: Maintained
614 F: tcg/s390/
616 SPARC target
617 M: Blue Swirl <blauwirbel@gmail.com>
618 S: Maintained
619 F: tcg/sparc/
621 TCI target
622 M: Stefan Weil <sw@weilnetz.de>
623 S: Maintained
624 F: tcg/tci