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