]>
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 | ||
254 | CRIS Machines | |
255 | ------------- | |
256 | Axis Dev88 | |
257 | M: Edgar E. Iglesias <[email protected]> | |
258 | S: Maintained | |
259 | F: hw/axis_dev88.c | |
260 | ||
261 | etraxfs | |
262 | M: Edgar E. Iglesias <[email protected]> | |
263 | S: Maintained | |
264 | F: hw/etraxfs.c | |
265 | ||
07bf23a7 MW |
266 | LM32 Machines |
267 | ------------- | |
268 | EVR32 and uclinux BSP | |
269 | M: Michael Walle <[email protected]> | |
270 | S: Maintained | |
271 | F: hw/lm32_boards.c | |
272 | ||
d118aa6b MW |
273 | milkymist |
274 | M: Michael Walle <[email protected]> | |
275 | S: Maintained | |
276 | F: hw/milkymist.c | |
277 | ||
afcacd53 | 278 | M68K Machines |
fd5d5c56 AL |
279 | ------------- |
280 | an5206 | |
281 | M: Paul Brook <[email protected]> | |
282 | S: Maintained | |
283 | F: hw/an5206.c | |
284 | ||
285 | dummy_m68k | |
286 | M: Paul Brook <[email protected]> | |
287 | S: Maintained | |
288 | F: hw/dummy_m68k.c | |
289 | ||
290 | mcf5208 | |
291 | M: Paul Brook <[email protected]> | |
292 | S: Maintained | |
293 | F: hw/mcf5208.c | |
294 | ||
295 | MicroBlaze Machines | |
296 | ------------------- | |
297 | petalogix_s3adsp1800 | |
298 | M: Edgar E. Iglesias <[email protected]> | |
299 | S: Maintained | |
300 | F: hw/petalogix_s3adsp1800.c | |
301 | ||
302 | MIPS Machines | |
303 | ------------- | |
304 | Jazz | |
305 | M: Hervé Poussineau <[email protected]> | |
306 | S: Maintained | |
307 | F: hw/mips_jazz.c | |
308 | ||
309 | Malta | |
310 | M: Aurelien Jarno <[email protected]> | |
311 | S: Maintained | |
312 | F: hw/mips_malta.c | |
313 | ||
314 | Mipssim | |
315 | M: [email protected] | |
316 | S: Orphan | |
317 | F: hw/mips_mipssim.c | |
318 | ||
319 | R4000 | |
320 | M: Aurelien Jarno <[email protected]> | |
321 | S: Maintained | |
322 | F: hw/mips_r4k.c | |
323 | ||
324 | PowerPC Machines | |
325 | ---------------- | |
326 | 405 | |
327 | M: Alexander Graf <[email protected]> | |
a6c98685 | 328 | L: [email protected] |
fd5d5c56 AL |
329 | S: Maintained |
330 | F: hw/ppc405_boards.c | |
331 | ||
332 | New World | |
333 | M: Alexander Graf <[email protected]> | |
a6c98685 | 334 | L: [email protected] |
fd5d5c56 AL |
335 | S: Maintained |
336 | F: hw/ppc_newworld.c | |
0a6eec6b | 337 | F: hw/unin_pci.c |
d5ee6754 | 338 | F: hw/dec_pci.[hc] |
fd5d5c56 AL |
339 | |
340 | Old World | |
341 | M: Alexander Graf <[email protected]> | |
a6c98685 | 342 | L: [email protected] |
fd5d5c56 AL |
343 | S: Maintained |
344 | F: hw/ppc_oldworld.c | |
0a6eec6b | 345 | F: hw/grackle_pci.c |
fd5d5c56 | 346 | |
ec38d398 AF |
347 | PReP |
348 | M: Andreas Färber <[email protected]> | |
a6c98685 | 349 | L: [email protected] |
ec38d398 | 350 | S: Odd Fixes |
fd5d5c56 | 351 | F: hw/ppc_prep.c |
1c75457f | 352 | F: hw/prep_pci.[hc] |
fd5d5c56 AL |
353 | |
354 | SH4 Machines | |
355 | ------------ | |
356 | R2D | |
357 | M: Magnus Damm <[email protected]> | |
358 | S: Maintained | |
359 | F: hw/r2d.c | |
360 | ||
361 | Shix | |
362 | M: Magnus Damm <[email protected]> | |
afcacd53 | 363 | S: Orphan |
fd5d5c56 AL |
364 | F: hw/shix.c |
365 | ||
366 | SPARC Machines | |
367 | -------------- | |
368 | Sun4m | |
369 | M: Blue Swirl <[email protected]> | |
370 | S: Maintained | |
371 | F: hw/sun4m.c | |
372 | ||
373 | Sun4u | |
374 | M: Blue Swirl <[email protected]> | |
375 | S: Maintained | |
376 | F: hw/sun4u.c | |
377 | ||
378 | S390 Machines | |
379 | ------------- | |
380 | S390 Virtio | |
381 | M: Alexander Graf <[email protected]> | |
382 | S: Maintained | |
383 | F: hw/s390-*.c | |
384 | ||
385 | X86 Machines | |
386 | ------------ | |
387 | PC | |
388 | M: Anthony Liguori <[email protected]> | |
389 | S: Supported | |
390 | F: hw/pc.[ch] hw/pc_piix.c | |
391 | ||
16e7caae MF |
392 | Xtensa Machines |
393 | --------------- | |
375847a6 | 394 | sim |
16e7caae MF |
395 | M: Max Filippov <[email protected]> |
396 | S: Maintained | |
375847a6 MF |
397 | F: hw/xtensa_sim.c |
398 | ||
399 | Avnet LX60 | |
400 | M: Max Filippov <[email protected]> | |
401 | S: Maintained | |
402 | F: hw/xtensa_lx60.c | |
16e7caae | 403 | |
fd5d5c56 AL |
404 | Devices |
405 | ------- | |
406 | IDE | |
407 | M: Kevin Wolf <[email protected]> | |
408 | S: Odd Fixes | |
409 | F: hw/ide/ | |
410 | ||
f5f487b2 PM |
411 | OMAP |
412 | M: Peter Maydell <[email protected]> | |
413 | S: Maintained | |
414 | F: hw/omap* | |
415 | ||
fd5d5c56 AL |
416 | PCI |
417 | M: Michael S. Tsirkin <[email protected]> | |
418 | S: Supported | |
419 | F: hw/pci* | |
420 | F: hw/piix* | |
421 | ||
422 | SCSI | |
de7724f7 PB |
423 | M: Paolo Bonzini <[email protected]> |
424 | S: Supported | |
425 | F: hw/virtio-scsi.* | |
426 | F: hw/scsi* | |
427 | T: git://github.com/bonzini/qemu.git scsi-next | |
428 | ||
429 | LSI53C895A | |
fd5d5c56 | 430 | M: Paul Brook <[email protected]> |
fd5d5c56 AL |
431 | S: Odd Fixes |
432 | F: hw/lsi53c895a.c | |
fd5d5c56 AL |
433 | |
434 | USB | |
5d0d62fe GH |
435 | M: Gerd Hoffmann <[email protected]> |
436 | S: Maintained | |
fd5d5c56 AL |
437 | F: hw/usb* |
438 | ||
439 | vhost | |
440 | M: Michael S. Tsirkin <[email protected]> | |
441 | S: Supported | |
442 | F: hw/vhost* | |
443 | ||
444 | virtio | |
445 | M: Anthony Liguori <[email protected]> | |
446 | S: Supported | |
447 | F: hw/virtio* | |
448 | ||
449 | virtio-9p | |
23704102 | 450 | M: Aneesh Kumar K.V <[email protected]> |
fd5d5c56 | 451 | S: Supported |
23704102 AK |
452 | F: hw/9pfs/ fsdev/ |
453 | T: https://github.com/kvaneesh/QEMU | |
454 | ||
fd5d5c56 AL |
455 | |
456 | virtio-blk | |
457 | M: Kevin Wolf <[email protected]> | |
458 | S: Supported | |
459 | F: hw/virtio-blk* | |
460 | ||
461 | virtio-serial | |
462 | M: Amit Shah <[email protected]> | |
463 | S: Supported | |
464 | F: hw/virtio-serial* | |
465 | F: hw/virtio-console* | |
466 | ||
467 | Subsystems | |
468 | ---------- | |
469 | Audio | |
470 | M: Vassili Karpov (malc) <[email protected]> | |
471 | S: Maintained | |
472 | F: audio/ | |
473 | ||
474 | Block | |
475 | M: Kevin Wolf <[email protected]> | |
476 | S: Supported | |
477 | F: block* | |
478 | F: block/ | |
479 | ||
480 | Character Devices | |
481 | M: Anthony Liguori <[email protected]> | |
482 | S: Maintained | |
483 | F: qemu-char.c | |
484 | ||
485 | GDB stub | |
486 | M: [email protected] | |
487 | S: Odd Fixes | |
488 | F: gdbstub* | |
489 | F: gdb-xml/ | |
490 | ||
7ee3bf03 GH |
491 | SPICE |
492 | M: Gerd Hoffmann <[email protected]> | |
493 | S: Supported | |
494 | F: ui/qemu-spice.h | |
495 | F: ui/spice-*.c | |
496 | F: audio/spiceaudio.c | |
497 | F: hw/qxl* | |
498 | ||
fd5d5c56 AL |
499 | Graphics |
500 | M: Anthony Liguori <[email protected]> | |
501 | S: Maintained | |
502 | F: ui/ | |
503 | ||
351f1bf6 AF |
504 | Cocoa graphics |
505 | M: Andreas Färber <[email protected]> | |
506 | S: Odd Fixes | |
507 | F: ui/cocoa.m | |
508 | ||
fd5d5c56 AL |
509 | Main loop |
510 | M: Anthony Liguori <[email protected]> | |
511 | S: Supported | |
512 | F: vl.c | |
513 | ||
514 | Monitor (QMP/HMP) | |
515 | M: Luiz Capitulino <[email protected]> | |
516 | M: Markus Armbruster <[email protected]> | |
517 | S: Supported | |
518 | F: monitor.c | |
519 | ||
520 | Network device layer | |
521 | M: Anthony Liguori <[email protected]> | |
522 | M: Mark McLoughlin <[email protected]> | |
523 | S: Maintained | |
524 | F: net/ | |
525 | ||
44f76b28 PB |
526 | Network Block Device (NBD) |
527 | M: Paolo Bonzini <[email protected]> | |
528 | S: Odd Fixes | |
529 | F: block/nbd.c | |
530 | F: nbd.* | |
531 | F: qemu-nbd.c | |
e5950790 | 532 | T: git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 533 | |
fd5d5c56 | 534 | SLIRP |
bafc72ab JK |
535 | M: Jan Kiszka <[email protected]> |
536 | S: Maintained | |
fd5d5c56 | 537 | F: slirp/ |
bafc72ab | 538 | T: git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 539 | |
598a3f35 SH |
540 | Tracing |
541 | M: Stefan Hajnoczi <[email protected]> | |
542 | S: Maintained | |
543 | F: trace/ | |
92af0bfd | 544 | T: git://github.com/stefanha/qemu.git tracing |
598a3f35 | 545 | |
14f40fdc BS |
546 | Checkpatch |
547 | M: Blue Swirl <[email protected]> | |
548 | S: Odd Fixes | |
549 | F: scripts/checkpatch.pl | |
550 | ||
fd5d5c56 AL |
551 | Usermode Emulation |
552 | ------------------ | |
553 | BSD user | |
554 | M: Blue Swirl <[email protected]> | |
555 | S: Maintained | |
556 | F: bsd-user/ | |
557 | ||
558 | Darwin user | |
559 | M: [email protected] | |
560 | S: Orphan | |
561 | F: darwin-user/ | |
562 | ||
563 | Linux user | |
564 | M: Riku Voipio <[email protected]> | |
565 | S: Maintained | |
566 | F: linux-user/ | |
42f5a7e9 AJ |
567 | |
568 | Tiny Code Generator (TCG) | |
569 | ------------------------- | |
570 | Common code | |
571 | M: [email protected] | |
572 | S: Maintained | |
573 | F: tcg/ | |
574 | ||
575 | ARM target | |
576 | M: Andrzej Zaborowski <[email protected]> | |
577 | S: Maintained | |
578 | F: tcg/arm/ | |
579 | ||
580 | HPPA target | |
581 | M: Richard Henderson <[email protected]> | |
582 | S: Maintained | |
583 | F: tcg/hppa/ | |
584 | ||
585 | i386 target | |
586 | M: [email protected] | |
587 | S: Maintained | |
588 | F: tcg/i386/ | |
589 | ||
590 | IA64 target | |
591 | M: Aurelien Jarno <[email protected]> | |
592 | S: Maintained | |
593 | F: tcg/ia64/ | |
594 | ||
595 | MIPS target | |
d6eec7a2 | 596 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
597 | S: Maintained |
598 | F: tcg/mips/ | |
599 | ||
600 | PPC | |
601 | M: Vassili Karpov (malc) <[email protected]> | |
602 | S: Maintained | |
603 | F: tcg/ppc/ | |
604 | ||
605 | PPC64 target | |
606 | M: Vassili Karpov (malc) <[email protected]> | |
607 | S: Maintained | |
608 | F: tcg/ppc64/ | |
609 | ||
610 | S390 target | |
611 | M: Alexander Graf <[email protected]> | |
612 | M: Richard Henderson <[email protected]> | |
613 | S: Maintained | |
614 | F: tcg/s390/ | |
615 | ||
616 | SPARC target | |
617 | M: Blue Swirl <[email protected]> | |
618 | S: Maintained | |
619 | F: tcg/sparc/ | |
bc75c9e5 SW |
620 | |
621 | TCI target | |
622 | M: Stefan Weil <[email protected]> | |
623 | S: Maintained | |
624 | F: tcg/tci |