Merge remote-tracking branch 'qemu-kvm-tmp/memory/core' into staging
[qemu.git] / MAINTAINERS
blob7c5ea873a86dea4a13684e5d7d9ca1d9902df23a
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 S: Maintained
66 F: target-arm/
68 CRIS
69 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
70 S: Maintained
71 F: target-cris/
73 LM32
74 M: Michael Walle <michael@walle.cc>
75 S: Maintained
76 F: target-lm32/
78 M68K
79 M: Paul Brook <paul@codesourcery.com>
80 S: Maintained
81 F: target-m68k/
83 MicroBlaze
84 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
85 S: Maintained
86 F: target-microblaze/
88 MIPS
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 S: Maintained
91 F: target-mips/
93 PowerPC
94 M: Alexander Graf <agraf@suse.de>
95 S: Maintained
96 F: target-ppc/
98 S390
99 M: Alexander Graf <agraf@suse.de>
100 S: Maintained
101 F: target-s390x/
104 M: Aurelien Jarno <aurelien@aurel32.net>
105 S: Maintained
106 F: target-sh4/
108 SPARC
109 M: Blue Swirl <blauwirbel@gmail.com>
110 S: Maintained
111 F: target-sparc/
114 M: qemu-devel@nongnu.org
115 S: Odd Fixes
116 F: target-i386/
118 Xtensa
119 M: Max Filippov <jcmvbkbc@gmail.com>
120 W: http://kkv.spb.su/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
121 S: Maintained
122 F: target-xtensa/
124 Guest CPU Cores (KVM):
125 ----------------------
127 Overall
128 M: Avi Kivity <avi@redhat.com>
129 M: Marcelo Tosatti <mtosatti@redhat.com>
130 L: kvm@vger.kernel.org
131 S: Supported
132 F: kvm-*
133 F: */kvm.*
136 M: Alexander Graf <agraf@suse.de>
137 S: Maintained
138 F: target-ppc/kvm.c
140 S390
141 M: Alexander Graf <agraf@suse.de>
142 S: Maintained
143 F: target-s390x/kvm.c
146 M: Avi Kivity <avi@redhat.com>
147 M: Marcelo Tosatti <mtosatti@redhat.com>
148 L: kvm@vger.kernel.org
149 S: Supported
150 F: target-i386/kvm.c
152 Guest CPU Cores (Xen):
153 ----------------------
156 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
157 L: xen-devel@lists.xensource.com
158 S: Supported
159 F: xen-*
160 F: */xen*
162 ARM Machines
163 ------------
164 Gumstix
165 M: qemu-devel@nongnu.org
166 S: Orphan
167 F: hw/gumstix.c
169 Integrator CP
170 M: Paul Brook <paul@codesourcery.com>
171 S: Maintained
172 F: hw/integratorcp.c
174 Mainstone
175 M: qemu-devel@nongnu.org
176 S: Orphan
177 F: hw/mainstone.c
179 Musicpal
180 M: Jan Kiszka <jan.kiszka@web.de>
181 S: Maintained
182 F: hw/musicpal.c
184 nSeries
185 M: Andrzej Zaborowski <balrogg@gmail.com>
186 S: Maintained
187 F: hw/nseries.c
189 Palm
190 M: Andrzej Zaborowski <balrogg@gmail.com>
191 S: Maintained
192 F: hw/palm.c
194 Real View
195 M: Paul Brook <paul@codesourcery.com>
196 S: Maintained
197 F: hw/realview*
199 Spitz
200 M: Andrzej Zaborowski <balrogg@gmail.com>
201 S: Maintained
202 F: hw/spitz.c
204 Stellaris
205 M: Paul Brook <paul@codesourcery.com>
206 S: Maintained
207 F: hw/stellaris.c
209 Versatile PB
210 M: Paul Brook <paul@codesourcery.com>
211 S: Maintained
212 F: hw/versatilepb.c
214 CRIS Machines
215 -------------
216 Axis Dev88
217 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
218 S: Maintained
219 F: hw/axis_dev88.c
221 etraxfs
222 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
223 S: Maintained
224 F: hw/etraxfs.c
226 LM32 Machines
227 -------------
228 EVR32 and uclinux BSP
229 M: Michael Walle <michael@walle.cc>
230 S: Maintained
231 F: hw/lm32_boards.c
233 milkymist
234 M: Michael Walle <michael@walle.cc>
235 S: Maintained
236 F: hw/milkymist.c
238 M68K Machines
239 -------------
240 an5206
241 M: Paul Brook <paul@codesourcery.com>
242 S: Maintained
243 F: hw/an5206.c
245 dummy_m68k
246 M: Paul Brook <paul@codesourcery.com>
247 S: Maintained
248 F: hw/dummy_m68k.c
250 mcf5208
251 M: Paul Brook <paul@codesourcery.com>
252 S: Maintained
253 F: hw/mcf5208.c
255 MicroBlaze Machines
256 -------------------
257 petalogix_s3adsp1800
258 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
259 S: Maintained
260 F: hw/petalogix_s3adsp1800.c
262 MIPS Machines
263 -------------
264 Jazz
265 M: HervĂ© Poussineau <hpoussin@reactos.org>
266 S: Maintained
267 F: hw/mips_jazz.c
269 Malta
270 M: Aurelien Jarno <aurelien@aurel32.net>
271 S: Maintained
272 F: hw/mips_malta.c
274 Mipssim
275 M: qemu-devel@nongnu.org
276 S: Orphan
277 F: hw/mips_mipssim.c
279 R4000
280 M: Aurelien Jarno <aurelien@aurel32.net>
281 S: Maintained
282 F: hw/mips_r4k.c
284 PowerPC Machines
285 ----------------
287 M: Alexander Graf <agraf@suse.de>
288 S: Maintained
289 F: hw/ppc405_boards.c
291 New World
292 M: Alexander Graf <agraf@suse.de>
293 S: Maintained
294 F: hw/ppc_newworld.c
296 Old World
297 M: Alexander Graf <agraf@suse.de>
298 S: Maintained
299 F: hw/ppc_oldworld.c
301 Prep
302 M: qemu-devel@nongnu.org
303 S: Orphan
304 F: hw/ppc_prep.c
306 SH4 Machines
307 ------------
309 M: Magnus Damm <magnus.damm@gmail.com>
310 S: Maintained
311 F: hw/r2d.c
313 Shix
314 M: Magnus Damm <magnus.damm@gmail.com>
315 S: Orphan
316 F: hw/shix.c
318 SPARC Machines
319 --------------
320 Sun4m
321 M: Blue Swirl <blauwirbel@gmail.com>
322 S: Maintained
323 F: hw/sun4m.c
325 Sun4u
326 M: Blue Swirl <blauwirbel@gmail.com>
327 S: Maintained
328 F: hw/sun4u.c
330 S390 Machines
331 -------------
332 S390 Virtio
333 M: Alexander Graf <agraf@suse.de>
334 S: Maintained
335 F: hw/s390-*.c
337 X86 Machines
338 ------------
340 M: Anthony Liguori <aliguori@us.ibm.com>
341 S: Supported
342 F: hw/pc.[ch] hw/pc_piix.c
344 Xtensa Machines
345 ---------------
346 DC232B
347 M: Max Filippov <jcmvbkbc@gmail.com>
348 S: Maintained
349 F: hw/xtensa_dc232b.c
351 Devices
352 -------
354 M: Kevin Wolf <kwolf@redhat.com>
355 S: Odd Fixes
356 F: hw/ide/
359 M: Michael S. Tsirkin <mst@redhat.com>
360 S: Supported
361 F: hw/pci*
362 F: hw/piix*
364 SCSI
365 M: Paul Brook <paul@codesourcery.com>
366 M: Kevin Wolf <kwolf@redhat.com>
367 S: Odd Fixes
368 F: hw/lsi53c895a.c
369 F: hw/scsi*
372 M: Gerd Hoffmann <kraxel@redhat.com>
373 S: Maintained
374 F: hw/usb*
376 vhost
377 M: Michael S. Tsirkin <mst@redhat.com>
378 S: Supported
379 F: hw/vhost*
381 virtio
382 M: Anthony Liguori <aliguori@us.ibm.com>
383 S: Supported
384 F: hw/virtio*
386 virtio-9p
387 M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
388 S: Supported
389 F: hw/virtio-9p*
391 virtio-blk
392 M: Kevin Wolf <kwolf@redhat.com>
393 S: Supported
394 F: hw/virtio-blk*
396 virtio-serial
397 M: Amit Shah <amit.shah@redhat.com>
398 S: Supported
399 F: hw/virtio-serial*
400 F: hw/virtio-console*
402 Subsystems
403 ----------
404 Audio
405 M: Vassili Karpov (malc) <av1474@comtv.ru>
406 S: Maintained
407 F: audio/
409 Block
410 M: Kevin Wolf <kwolf@redhat.com>
411 S: Supported
412 F: block*
413 F: block/
415 Character Devices
416 M: Anthony Liguori <aliguori@us.ibm.com>
417 S: Maintained
418 F: qemu-char.c
420 GDB stub
421 M: qemu-devel@nongnu.org
422 S: Odd Fixes
423 F: gdbstub*
424 F: gdb-xml/
426 SPICE
427 M: Gerd Hoffmann <kraxel@redhat.com>
428 S: Supported
429 F: ui/qemu-spice.h
430 F: ui/spice-*.c
431 F: audio/spiceaudio.c
432 F: hw/qxl*
434 Graphics
435 M: Anthony Liguori <aliguori@us.ibm.com>
436 S: Maintained
437 F: ui/
439 Main loop
440 M: Anthony Liguori <aliguori@us.ibm.com>
441 S: Supported
442 F: vl.c
444 Monitor (QMP/HMP)
445 M: Luiz Capitulino <lcapitulino@redhat.com>
446 M: Markus Armbruster <armbru@redhat.com>
447 S: Supported
448 F: monitor.c
450 Network device layer
451 M: Anthony Liguori <aliguori@us.ibm.com>
452 M: Mark McLoughlin <markmc@redhat.com>
453 S: Maintained
454 F: net/
456 SLIRP
457 M: Jan Kiszka <jan.kiszka@siemens.com>
458 S: Maintained
459 F: slirp/
460 T: git://git.kiszka.org/qemu.git queues/slirp
462 Tracing
463 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
464 S: Maintained
465 F: trace/
466 T: git://repo.or.cz/qemu/stefanha.git tracing
468 Usermode Emulation
469 ------------------
470 BSD user
471 M: Blue Swirl <blauwirbel@gmail.com>
472 S: Maintained
473 F: bsd-user/
475 Darwin user
476 M: qemu-devel@nongnu.org
477 S: Orphan
478 F: darwin-user/
480 Linux user
481 M: Riku Voipio <riku.voipio@iki.fi>
482 S: Maintained
483 F: linux-user/
485 Tiny Code Generator (TCG)
486 -------------------------
487 Common code
488 M: qemu-devel@nongnu.org
489 S: Maintained
490 F: tcg/
492 ARM target
493 M: Andrzej Zaborowski <balrogg@gmail.com>
494 S: Maintained
495 F: tcg/arm/
497 HPPA target
498 M: Richard Henderson <rth@twiddle.net>
499 S: Maintained
500 F: tcg/hppa/
502 i386 target
503 M: qemu-devel@nongnu.org
504 S: Maintained
505 F: tcg/i386/
507 IA64 target
508 M: Aurelien Jarno <aurelien@aurel32.net>
509 S: Maintained
510 F: tcg/ia64/
512 MIPS target
513 M: Aurelien Jarno <aurelien@aurel32.net>
514 S: Maintained
515 F: tcg/mips/
518 M: Vassili Karpov (malc) <av1474@comtv.ru>
519 S: Maintained
520 F: tcg/ppc/
522 PPC64 target
523 M: Vassili Karpov (malc) <av1474@comtv.ru>
524 S: Maintained
525 F: tcg/ppc64/
527 S390 target
528 M: Alexander Graf <agraf@suse.de>
529 M: Richard Henderson <rth@twiddle.net>
530 S: Maintained
531 F: tcg/s390/
533 SPARC target
534 M: Blue Swirl <blauwirbel@gmail.com>
535 S: Maintained
536 F: tcg/sparc/