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