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