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