]>
Commit | Line | Data |
---|---|---|
b6f97c14 FB |
1 | QEMU Maintainers |
2 | ================ | |
3 | ||
fd5d5c56 AL |
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. | |
3cd9acb4 | 8 | |
fd5d5c56 AL |
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. | |
b6f97c14 | 11 | |
fd5d5c56 AL |
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 | |
c91bbffb | 23 | much other than throw the odd patch in. See below. |
fd5d5c56 AL |
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 <[email protected]> | |
54 | M: Paul Brook <[email protected]> | |
55 | ||
56 | Guest CPU cores (TCG): | |
57 | ---------------------- | |
58 | Alpha | |
8d6df264 RH |
59 | M: Richard Henderson <[email protected]> |
60 | S: Maintained | |
fd5d5c56 | 61 | F: target-alpha/ |
b6f97c14 | 62 | |
b6f97c14 | 63 | ARM |
fd5d5c56 | 64 | M: Paul Brook <[email protected]> |
1ce9ce6a | 65 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
66 | S: Maintained |
67 | F: target-arm/ | |
68 | ||
69 | CRIS | |
70 | M: Edgar E. Iglesias <[email protected]> | |
71 | S: Maintained | |
72 | F: target-cris/ | |
73 | ||
07bf23a7 MW |
74 | LM32 |
75 | M: Michael Walle <[email protected]> | |
76 | S: Maintained | |
77 | F: target-lm32/ | |
78 | ||
fd5d5c56 AL |
79 | M68K |
80 | M: Paul Brook <[email protected]> | |
81 | S: Maintained | |
82 | F: target-m68k/ | |
83 | ||
84 | MicroBlaze | |
85 | M: Edgar E. Iglesias <[email protected]> | |
86 | S: Maintained | |
87 | F: target-microblaze/ | |
88 | ||
b6f97c14 | 89 | MIPS |
ddb13561 AJ |
90 | M: Aurelien Jarno <[email protected]> |
91 | S: Maintained | |
fd5d5c56 AL |
92 | F: target-mips/ |
93 | ||
b6f97c14 | 94 | PowerPC |
fd5d5c56 | 95 | M: Alexander Graf <[email protected]> |
a6c98685 | 96 | L: [email protected] |
fd5d5c56 AL |
97 | S: Maintained |
98 | F: target-ppc/ | |
99 | ||
100 | S390 | |
101 | M: Alexander Graf <[email protected]> | |
102 | S: Maintained | |
103 | F: target-s390x/ | |
104 | ||
b6f97c14 | 105 | SH4 |
ddb13561 AJ |
106 | M: Aurelien Jarno <[email protected]> |
107 | S: Maintained | |
fd5d5c56 AL |
108 | F: target-sh4/ |
109 | ||
110 | SPARC | |
111 | M: Blue Swirl <[email protected]> | |
112 | S: Maintained | |
113 | F: target-sparc/ | |
114 | ||
115 | X86 | |
116 | M: [email protected] | |
117 | S: Odd Fixes | |
118 | F: target-i386/ | |
119 | ||
16e7caae MF |
120 | Xtensa |
121 | M: Max Filippov <[email protected]> | |
375847a6 | 122 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae MF |
123 | S: Maintained |
124 | F: target-xtensa/ | |
125 | ||
fd5d5c56 AL |
126 | Guest CPU Cores (KVM): |
127 | ---------------------- | |
128 | ||
129 | Overall | |
130 | M: Avi Kivity <[email protected]> | |
131 | M: Marcelo Tosatti <[email protected]> | |
132 | L: [email protected] | |
133 | S: Supported | |
134 | F: kvm-* | |
135 | F: */kvm.* | |
136 | ||
137 | PPC | |
138 | M: Alexander Graf <[email protected]> | |
139 | S: Maintained | |
140 | F: target-ppc/kvm.c | |
141 | ||
749717a0 | 142 | S390 |
fd5d5c56 AL |
143 | M: Alexander Graf <[email protected]> |
144 | S: Maintained | |
145 | F: target-s390x/kvm.c | |
146 | ||
147 | X86 | |
148 | M: Avi Kivity <[email protected]> | |
149 | M: Marcelo Tosatti <[email protected]> | |
150 | L: [email protected] | |
151 | S: Supported | |
152 | F: target-i386/kvm.c | |
153 | ||
8a6b0cd7 SS |
154 | Guest CPU Cores (Xen): |
155 | ---------------------- | |
156 | ||
157 | X86 | |
158 | M: Stefano Stabellini <[email protected]> | |
159 | L: [email protected] | |
160 | S: Supported | |
161 | F: xen-* | |
162 | F: */xen* | |
163 | ||
1bdd6874 SW |
164 | Hosts: |
165 | ------ | |
166 | ||
167 | LINUX | |
168 | L: [email protected] | |
169 | S: Maintained | |
170 | F: linux-* | |
171 | F: linux-headers/ | |
172 | ||
173 | POSIX | |
174 | L: [email protected] | |
175 | S: Maintained | |
176 | F: *posix* | |
177 | ||
178 | W32, W64 | |
179 | L: [email protected] | |
180 | M: Stefan Weil <[email protected]> | |
181 | S: Maintained | |
182 | F: *win32* | |
183 | ||
fd5d5c56 AL |
184 | ARM Machines |
185 | ------------ | |
fc63dcff EV |
186 | Exynos |
187 | M: Evgeny Voevodin <[email protected]> | |
188 | M: Maksim Kozlov <[email protected]> | |
189 | M: Igor Mitsyanko <[email protected]> | |
190 | M: Dmitry Solodkiy <[email protected]> | |
191 | S: Maintained | |
192 | F: hw/exynos* | |
193 | ||
766fd09f ML |
194 | Calxeda Highbank |
195 | M: Mark Langsdorf <[email protected]> | |
196 | S: Supported | |
197 | F: hw/highbank.c | |
198 | F: hw/xgmac.c | |
199 | ||
fd5d5c56 AL |
200 | Gumstix |
201 | M: [email protected] | |
202 | S: Orphan | |
203 | F: hw/gumstix.c | |
204 | ||
205 | Integrator CP | |
206 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 207 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
208 | S: Maintained |
209 | F: hw/integratorcp.c | |
210 | ||
211 | Mainstone | |
212 | M: [email protected] | |
213 | S: Orphan | |
214 | F: hw/mainstone.c | |
215 | ||
216 | Musicpal | |
217 | M: Jan Kiszka <[email protected]> | |
218 | S: Maintained | |
219 | F: hw/musicpal.c | |
220 | ||
221 | nSeries | |
222 | M: Andrzej Zaborowski <[email protected]> | |
223 | S: Maintained | |
224 | F: hw/nseries.c | |
225 | ||
226 | Palm | |
227 | M: Andrzej Zaborowski <[email protected]> | |
228 | S: Maintained | |
229 | F: hw/palm.c | |
230 | ||
231 | Real View | |
232 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 233 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
234 | S: Maintained |
235 | F: hw/realview* | |
236 | ||
237 | Spitz | |
238 | M: Andrzej Zaborowski <[email protected]> | |
239 | S: Maintained | |
240 | F: hw/spitz.c | |
241 | ||
242 | Stellaris | |
243 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 244 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
245 | S: Maintained |
246 | F: hw/stellaris.c | |
247 | ||
248 | Versatile PB | |
249 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 250 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
251 | S: Maintained |
252 | F: hw/versatilepb.c | |
253 | ||
e3260506 PC |
254 | Xilinx Zynq |
255 | M: Peter Crosthwaite <[email protected]> | |
256 | S: Maintained | |
257 | F: hw/xilinx_zynq.c | |
258 | F: hw/zynq_slcr.c | |
259 | F: hw/cadence_* | |
260 | ||
fd5d5c56 AL |
261 | CRIS Machines |
262 | ------------- | |
263 | Axis Dev88 | |
264 | M: Edgar E. Iglesias <[email protected]> | |
265 | S: Maintained | |
266 | F: hw/axis_dev88.c | |
267 | ||
268 | etraxfs | |
269 | M: Edgar E. Iglesias <[email protected]> | |
270 | S: Maintained | |
271 | F: hw/etraxfs.c | |
272 | ||
07bf23a7 MW |
273 | LM32 Machines |
274 | ------------- | |
275 | EVR32 and uclinux BSP | |
276 | M: Michael Walle <[email protected]> | |
277 | S: Maintained | |
278 | F: hw/lm32_boards.c | |
279 | ||
d118aa6b MW |
280 | milkymist |
281 | M: Michael Walle <[email protected]> | |
282 | S: Maintained | |
283 | F: hw/milkymist.c | |
284 | ||
afcacd53 | 285 | M68K Machines |
fd5d5c56 AL |
286 | ------------- |
287 | an5206 | |
288 | M: Paul Brook <[email protected]> | |
289 | S: Maintained | |
290 | F: hw/an5206.c | |
291 | ||
292 | dummy_m68k | |
293 | M: Paul Brook <[email protected]> | |
294 | S: Maintained | |
295 | F: hw/dummy_m68k.c | |
296 | ||
297 | mcf5208 | |
298 | M: Paul Brook <[email protected]> | |
299 | S: Maintained | |
300 | F: hw/mcf5208.c | |
301 | ||
302 | MicroBlaze Machines | |
303 | ------------------- | |
304 | petalogix_s3adsp1800 | |
305 | M: Edgar E. Iglesias <[email protected]> | |
306 | S: Maintained | |
307 | F: hw/petalogix_s3adsp1800.c | |
308 | ||
309 | MIPS Machines | |
310 | ------------- | |
311 | Jazz | |
312 | M: Hervé Poussineau <[email protected]> | |
313 | S: Maintained | |
314 | F: hw/mips_jazz.c | |
315 | ||
316 | Malta | |
317 | M: Aurelien Jarno <[email protected]> | |
318 | S: Maintained | |
319 | F: hw/mips_malta.c | |
320 | ||
321 | Mipssim | |
322 | M: [email protected] | |
323 | S: Orphan | |
324 | F: hw/mips_mipssim.c | |
325 | ||
326 | R4000 | |
327 | M: Aurelien Jarno <[email protected]> | |
328 | S: Maintained | |
329 | F: hw/mips_r4k.c | |
330 | ||
331 | PowerPC Machines | |
332 | ---------------- | |
333 | 405 | |
334 | M: Alexander Graf <[email protected]> | |
a6c98685 | 335 | L: [email protected] |
fd5d5c56 AL |
336 | S: Maintained |
337 | F: hw/ppc405_boards.c | |
338 | ||
339 | New World | |
340 | M: Alexander Graf <[email protected]> | |
a6c98685 | 341 | L: [email protected] |
fd5d5c56 AL |
342 | S: Maintained |
343 | F: hw/ppc_newworld.c | |
0a6eec6b | 344 | F: hw/unin_pci.c |
d5ee6754 | 345 | F: hw/dec_pci.[hc] |
fd5d5c56 AL |
346 | |
347 | Old World | |
348 | M: Alexander Graf <[email protected]> | |
a6c98685 | 349 | L: [email protected] |
fd5d5c56 AL |
350 | S: Maintained |
351 | F: hw/ppc_oldworld.c | |
0a6eec6b | 352 | F: hw/grackle_pci.c |
fd5d5c56 | 353 | |
ec38d398 AF |
354 | PReP |
355 | M: Andreas Färber <[email protected]> | |
a6c98685 | 356 | L: [email protected] |
ec38d398 | 357 | S: Odd Fixes |
fd5d5c56 | 358 | F: hw/ppc_prep.c |
1c75457f | 359 | F: hw/prep_pci.[hc] |
fd5d5c56 AL |
360 | |
361 | SH4 Machines | |
362 | ------------ | |
363 | R2D | |
364 | M: Magnus Damm <[email protected]> | |
365 | S: Maintained | |
366 | F: hw/r2d.c | |
367 | ||
368 | Shix | |
369 | M: Magnus Damm <[email protected]> | |
afcacd53 | 370 | S: Orphan |
fd5d5c56 AL |
371 | F: hw/shix.c |
372 | ||
373 | SPARC Machines | |
374 | -------------- | |
375 | Sun4m | |
376 | M: Blue Swirl <[email protected]> | |
377 | S: Maintained | |
378 | F: hw/sun4m.c | |
379 | ||
380 | Sun4u | |
381 | M: Blue Swirl <[email protected]> | |
382 | S: Maintained | |
383 | F: hw/sun4u.c | |
384 | ||
385 | S390 Machines | |
386 | ------------- | |
387 | S390 Virtio | |
388 | M: Alexander Graf <[email protected]> | |
389 | S: Maintained | |
390 | F: hw/s390-*.c | |
391 | ||
392 | X86 Machines | |
393 | ------------ | |
394 | PC | |
395 | M: Anthony Liguori <[email protected]> | |
396 | S: Supported | |
397 | F: hw/pc.[ch] hw/pc_piix.c | |
398 | ||
16e7caae MF |
399 | Xtensa Machines |
400 | --------------- | |
375847a6 | 401 | sim |
16e7caae MF |
402 | M: Max Filippov <[email protected]> |
403 | S: Maintained | |
375847a6 MF |
404 | F: hw/xtensa_sim.c |
405 | ||
406 | Avnet LX60 | |
407 | M: Max Filippov <[email protected]> | |
408 | S: Maintained | |
409 | F: hw/xtensa_lx60.c | |
16e7caae | 410 | |
fd5d5c56 AL |
411 | Devices |
412 | ------- | |
413 | IDE | |
414 | M: Kevin Wolf <[email protected]> | |
415 | S: Odd Fixes | |
416 | F: hw/ide/ | |
417 | ||
f5f487b2 PM |
418 | OMAP |
419 | M: Peter Maydell <[email protected]> | |
420 | S: Maintained | |
421 | F: hw/omap* | |
422 | ||
fd5d5c56 AL |
423 | PCI |
424 | M: Michael S. Tsirkin <[email protected]> | |
425 | S: Supported | |
426 | F: hw/pci* | |
427 | F: hw/piix* | |
428 | ||
429 | SCSI | |
de7724f7 PB |
430 | M: Paolo Bonzini <[email protected]> |
431 | S: Supported | |
432 | F: hw/virtio-scsi.* | |
433 | F: hw/scsi* | |
434 | T: git://github.com/bonzini/qemu.git scsi-next | |
435 | ||
436 | LSI53C895A | |
fd5d5c56 | 437 | M: Paul Brook <[email protected]> |
fd5d5c56 AL |
438 | S: Odd Fixes |
439 | F: hw/lsi53c895a.c | |
fd5d5c56 AL |
440 | |
441 | USB | |
5d0d62fe GH |
442 | M: Gerd Hoffmann <[email protected]> |
443 | S: Maintained | |
fd5d5c56 AL |
444 | F: hw/usb* |
445 | ||
446 | vhost | |
447 | M: Michael S. Tsirkin <[email protected]> | |
448 | S: Supported | |
449 | F: hw/vhost* | |
450 | ||
451 | virtio | |
452 | M: Anthony Liguori <[email protected]> | |
453 | S: Supported | |
454 | F: hw/virtio* | |
455 | ||
456 | virtio-9p | |
23704102 | 457 | M: Aneesh Kumar K.V <[email protected]> |
fd5d5c56 | 458 | S: Supported |
23704102 AK |
459 | F: hw/9pfs/ fsdev/ |
460 | T: https://github.com/kvaneesh/QEMU | |
461 | ||
fd5d5c56 AL |
462 | |
463 | virtio-blk | |
464 | M: Kevin Wolf <[email protected]> | |
465 | S: Supported | |
466 | F: hw/virtio-blk* | |
467 | ||
468 | virtio-serial | |
469 | M: Amit Shah <[email protected]> | |
470 | S: Supported | |
471 | F: hw/virtio-serial* | |
472 | F: hw/virtio-console* | |
473 | ||
474 | Subsystems | |
475 | ---------- | |
476 | Audio | |
477 | M: Vassili Karpov (malc) <[email protected]> | |
478 | S: Maintained | |
479 | F: audio/ | |
480 | ||
481 | Block | |
482 | M: Kevin Wolf <[email protected]> | |
483 | S: Supported | |
484 | F: block* | |
485 | F: block/ | |
486 | ||
487 | Character Devices | |
488 | M: Anthony Liguori <[email protected]> | |
489 | S: Maintained | |
490 | F: qemu-char.c | |
491 | ||
492 | GDB stub | |
493 | M: [email protected] | |
494 | S: Odd Fixes | |
495 | F: gdbstub* | |
496 | F: gdb-xml/ | |
497 | ||
7ee3bf03 GH |
498 | SPICE |
499 | M: Gerd Hoffmann <[email protected]> | |
500 | S: Supported | |
501 | F: ui/qemu-spice.h | |
502 | F: ui/spice-*.c | |
503 | F: audio/spiceaudio.c | |
504 | F: hw/qxl* | |
505 | ||
fd5d5c56 AL |
506 | Graphics |
507 | M: Anthony Liguori <[email protected]> | |
508 | S: Maintained | |
509 | F: ui/ | |
510 | ||
351f1bf6 AF |
511 | Cocoa graphics |
512 | M: Andreas Färber <[email protected]> | |
513 | S: Odd Fixes | |
514 | F: ui/cocoa.m | |
515 | ||
fd5d5c56 AL |
516 | Main loop |
517 | M: Anthony Liguori <[email protected]> | |
518 | S: Supported | |
519 | F: vl.c | |
520 | ||
521 | Monitor (QMP/HMP) | |
522 | M: Luiz Capitulino <[email protected]> | |
523 | M: Markus Armbruster <[email protected]> | |
524 | S: Supported | |
525 | F: monitor.c | |
526 | ||
527 | Network device layer | |
528 | M: Anthony Liguori <[email protected]> | |
529 | M: Mark McLoughlin <[email protected]> | |
530 | S: Maintained | |
531 | F: net/ | |
532 | ||
44f76b28 PB |
533 | Network Block Device (NBD) |
534 | M: Paolo Bonzini <[email protected]> | |
535 | S: Odd Fixes | |
536 | F: block/nbd.c | |
537 | F: nbd.* | |
538 | F: qemu-nbd.c | |
e5950790 | 539 | T: git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 540 | |
fd5d5c56 | 541 | SLIRP |
bafc72ab JK |
542 | M: Jan Kiszka <[email protected]> |
543 | S: Maintained | |
fd5d5c56 | 544 | F: slirp/ |
bafc72ab | 545 | T: git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 546 | |
598a3f35 SH |
547 | Tracing |
548 | M: Stefan Hajnoczi <[email protected]> | |
549 | S: Maintained | |
550 | F: trace/ | |
92af0bfd | 551 | T: git://github.com/stefanha/qemu.git tracing |
598a3f35 | 552 | |
14f40fdc BS |
553 | Checkpatch |
554 | M: Blue Swirl <[email protected]> | |
555 | S: Odd Fixes | |
556 | F: scripts/checkpatch.pl | |
557 | ||
fd5d5c56 AL |
558 | Usermode Emulation |
559 | ------------------ | |
560 | BSD user | |
561 | M: Blue Swirl <[email protected]> | |
562 | S: Maintained | |
563 | F: bsd-user/ | |
564 | ||
565 | Darwin user | |
566 | M: [email protected] | |
567 | S: Orphan | |
568 | F: darwin-user/ | |
569 | ||
570 | Linux user | |
571 | M: Riku Voipio <[email protected]> | |
572 | S: Maintained | |
573 | F: linux-user/ | |
42f5a7e9 AJ |
574 | |
575 | Tiny Code Generator (TCG) | |
576 | ------------------------- | |
577 | Common code | |
578 | M: [email protected] | |
579 | S: Maintained | |
580 | F: tcg/ | |
581 | ||
582 | ARM target | |
583 | M: Andrzej Zaborowski <[email protected]> | |
584 | S: Maintained | |
585 | F: tcg/arm/ | |
586 | ||
587 | HPPA target | |
588 | M: Richard Henderson <[email protected]> | |
589 | S: Maintained | |
590 | F: tcg/hppa/ | |
591 | ||
592 | i386 target | |
593 | M: [email protected] | |
594 | S: Maintained | |
595 | F: tcg/i386/ | |
596 | ||
597 | IA64 target | |
598 | M: Aurelien Jarno <[email protected]> | |
599 | S: Maintained | |
600 | F: tcg/ia64/ | |
601 | ||
602 | MIPS target | |
d6eec7a2 | 603 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
604 | S: Maintained |
605 | F: tcg/mips/ | |
606 | ||
607 | PPC | |
608 | M: Vassili Karpov (malc) <[email protected]> | |
609 | S: Maintained | |
610 | F: tcg/ppc/ | |
611 | ||
612 | PPC64 target | |
613 | M: Vassili Karpov (malc) <[email protected]> | |
614 | S: Maintained | |
615 | F: tcg/ppc64/ | |
616 | ||
617 | S390 target | |
618 | M: Alexander Graf <[email protected]> | |
619 | M: Richard Henderson <[email protected]> | |
620 | S: Maintained | |
621 | F: tcg/s390/ | |
622 | ||
623 | SPARC target | |
624 | M: Blue Swirl <[email protected]> | |
625 | S: Maintained | |
626 | F: tcg/sparc/ | |
bc75c9e5 SW |
627 | |
628 | TCI target | |
629 | M: Stefan Weil <[email protected]> | |
630 | S: Maintained | |
631 | F: tcg/tci |