]>
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 | |
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 <[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 AL |
95 | M: Alexander Graf <[email protected]> |
96 | S: Maintained | |
97 | F: target-ppc/ | |
98 | ||
99 | S390 | |
100 | M: Alexander Graf <[email protected]> | |
101 | S: Maintained | |
102 | F: target-s390x/ | |
103 | ||
b6f97c14 | 104 | SH4 |
ddb13561 AJ |
105 | M: Aurelien Jarno <[email protected]> |
106 | S: Maintained | |
fd5d5c56 AL |
107 | F: target-sh4/ |
108 | ||
109 | SPARC | |
110 | M: Blue Swirl <[email protected]> | |
111 | S: Maintained | |
112 | F: target-sparc/ | |
113 | ||
114 | X86 | |
115 | M: [email protected] | |
116 | S: Odd Fixes | |
117 | F: target-i386/ | |
118 | ||
16e7caae MF |
119 | Xtensa |
120 | M: Max Filippov <[email protected]> | |
121 | W: http://kkv.spb.su/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa | |
122 | S: Maintained | |
123 | F: target-xtensa/ | |
124 | ||
fd5d5c56 AL |
125 | Guest CPU Cores (KVM): |
126 | ---------------------- | |
127 | ||
128 | Overall | |
129 | M: Avi Kivity <[email protected]> | |
130 | M: Marcelo Tosatti <[email protected]> | |
131 | L: [email protected] | |
132 | S: Supported | |
133 | F: kvm-* | |
134 | F: */kvm.* | |
135 | ||
136 | PPC | |
137 | M: Alexander Graf <[email protected]> | |
138 | S: Maintained | |
139 | F: target-ppc/kvm.c | |
140 | ||
749717a0 | 141 | S390 |
fd5d5c56 AL |
142 | M: Alexander Graf <[email protected]> |
143 | S: Maintained | |
144 | F: target-s390x/kvm.c | |
145 | ||
146 | X86 | |
147 | M: Avi Kivity <[email protected]> | |
148 | M: Marcelo Tosatti <[email protected]> | |
149 | L: [email protected] | |
150 | S: Supported | |
151 | F: target-i386/kvm.c | |
152 | ||
8a6b0cd7 SS |
153 | Guest CPU Cores (Xen): |
154 | ---------------------- | |
155 | ||
156 | X86 | |
157 | M: Stefano Stabellini <[email protected]> | |
158 | L: [email protected] | |
159 | S: Supported | |
160 | F: xen-* | |
161 | F: */xen* | |
162 | ||
fd5d5c56 AL |
163 | ARM Machines |
164 | ------------ | |
165 | Gumstix | |
166 | M: [email protected] | |
167 | S: Orphan | |
168 | F: hw/gumstix.c | |
169 | ||
170 | Integrator CP | |
171 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 172 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
173 | S: Maintained |
174 | F: hw/integratorcp.c | |
175 | ||
176 | Mainstone | |
177 | M: [email protected] | |
178 | S: Orphan | |
179 | F: hw/mainstone.c | |
180 | ||
181 | Musicpal | |
182 | M: Jan Kiszka <[email protected]> | |
183 | S: Maintained | |
184 | F: hw/musicpal.c | |
185 | ||
186 | nSeries | |
187 | M: Andrzej Zaborowski <[email protected]> | |
188 | S: Maintained | |
189 | F: hw/nseries.c | |
190 | ||
191 | Palm | |
192 | M: Andrzej Zaborowski <[email protected]> | |
193 | S: Maintained | |
194 | F: hw/palm.c | |
195 | ||
196 | Real View | |
197 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 198 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
199 | S: Maintained |
200 | F: hw/realview* | |
201 | ||
202 | Spitz | |
203 | M: Andrzej Zaborowski <[email protected]> | |
204 | S: Maintained | |
205 | F: hw/spitz.c | |
206 | ||
207 | Stellaris | |
208 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 209 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
210 | S: Maintained |
211 | F: hw/stellaris.c | |
212 | ||
213 | Versatile PB | |
214 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 215 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
216 | S: Maintained |
217 | F: hw/versatilepb.c | |
218 | ||
219 | CRIS Machines | |
220 | ------------- | |
221 | Axis Dev88 | |
222 | M: Edgar E. Iglesias <[email protected]> | |
223 | S: Maintained | |
224 | F: hw/axis_dev88.c | |
225 | ||
226 | etraxfs | |
227 | M: Edgar E. Iglesias <[email protected]> | |
228 | S: Maintained | |
229 | F: hw/etraxfs.c | |
230 | ||
07bf23a7 MW |
231 | LM32 Machines |
232 | ------------- | |
233 | EVR32 and uclinux BSP | |
234 | M: Michael Walle <[email protected]> | |
235 | S: Maintained | |
236 | F: hw/lm32_boards.c | |
237 | ||
d118aa6b MW |
238 | milkymist |
239 | M: Michael Walle <[email protected]> | |
240 | S: Maintained | |
241 | F: hw/milkymist.c | |
242 | ||
afcacd53 | 243 | M68K Machines |
fd5d5c56 AL |
244 | ------------- |
245 | an5206 | |
246 | M: Paul Brook <[email protected]> | |
247 | S: Maintained | |
248 | F: hw/an5206.c | |
249 | ||
250 | dummy_m68k | |
251 | M: Paul Brook <[email protected]> | |
252 | S: Maintained | |
253 | F: hw/dummy_m68k.c | |
254 | ||
255 | mcf5208 | |
256 | M: Paul Brook <[email protected]> | |
257 | S: Maintained | |
258 | F: hw/mcf5208.c | |
259 | ||
260 | MicroBlaze Machines | |
261 | ------------------- | |
262 | petalogix_s3adsp1800 | |
263 | M: Edgar E. Iglesias <[email protected]> | |
264 | S: Maintained | |
265 | F: hw/petalogix_s3adsp1800.c | |
266 | ||
267 | MIPS Machines | |
268 | ------------- | |
269 | Jazz | |
270 | M: Hervé Poussineau <[email protected]> | |
271 | S: Maintained | |
272 | F: hw/mips_jazz.c | |
273 | ||
274 | Malta | |
275 | M: Aurelien Jarno <[email protected]> | |
276 | S: Maintained | |
277 | F: hw/mips_malta.c | |
278 | ||
279 | Mipssim | |
280 | M: [email protected] | |
281 | S: Orphan | |
282 | F: hw/mips_mipssim.c | |
283 | ||
284 | R4000 | |
285 | M: Aurelien Jarno <[email protected]> | |
286 | S: Maintained | |
287 | F: hw/mips_r4k.c | |
288 | ||
289 | PowerPC Machines | |
290 | ---------------- | |
291 | 405 | |
292 | M: Alexander Graf <[email protected]> | |
293 | S: Maintained | |
294 | F: hw/ppc405_boards.c | |
295 | ||
296 | New World | |
297 | M: Alexander Graf <[email protected]> | |
298 | S: Maintained | |
299 | F: hw/ppc_newworld.c | |
300 | ||
301 | Old World | |
302 | M: Alexander Graf <[email protected]> | |
303 | S: Maintained | |
304 | F: hw/ppc_oldworld.c | |
305 | ||
306 | Prep | |
307 | M: [email protected] | |
308 | S: Orphan | |
309 | F: hw/ppc_prep.c | |
310 | ||
311 | SH4 Machines | |
312 | ------------ | |
313 | R2D | |
314 | M: Magnus Damm <[email protected]> | |
315 | S: Maintained | |
316 | F: hw/r2d.c | |
317 | ||
318 | Shix | |
319 | M: Magnus Damm <[email protected]> | |
afcacd53 | 320 | S: Orphan |
fd5d5c56 AL |
321 | F: hw/shix.c |
322 | ||
323 | SPARC Machines | |
324 | -------------- | |
325 | Sun4m | |
326 | M: Blue Swirl <[email protected]> | |
327 | S: Maintained | |
328 | F: hw/sun4m.c | |
329 | ||
330 | Sun4u | |
331 | M: Blue Swirl <[email protected]> | |
332 | S: Maintained | |
333 | F: hw/sun4u.c | |
334 | ||
335 | S390 Machines | |
336 | ------------- | |
337 | S390 Virtio | |
338 | M: Alexander Graf <[email protected]> | |
339 | S: Maintained | |
340 | F: hw/s390-*.c | |
341 | ||
342 | X86 Machines | |
343 | ------------ | |
344 | PC | |
345 | M: Anthony Liguori <[email protected]> | |
346 | S: Supported | |
347 | F: hw/pc.[ch] hw/pc_piix.c | |
348 | ||
16e7caae MF |
349 | Xtensa Machines |
350 | --------------- | |
351 | DC232B | |
352 | M: Max Filippov <[email protected]> | |
353 | S: Maintained | |
354 | F: hw/xtensa_dc232b.c | |
355 | ||
fd5d5c56 AL |
356 | Devices |
357 | ------- | |
358 | IDE | |
359 | M: Kevin Wolf <[email protected]> | |
360 | S: Odd Fixes | |
361 | F: hw/ide/ | |
362 | ||
f5f487b2 PM |
363 | OMAP |
364 | M: Peter Maydell <[email protected]> | |
365 | S: Maintained | |
366 | F: hw/omap* | |
367 | ||
fd5d5c56 AL |
368 | PCI |
369 | M: Michael S. Tsirkin <[email protected]> | |
370 | S: Supported | |
371 | F: hw/pci* | |
372 | F: hw/piix* | |
373 | ||
374 | SCSI | |
375 | M: Paul Brook <[email protected]> | |
376 | M: Kevin Wolf <[email protected]> | |
377 | S: Odd Fixes | |
378 | F: hw/lsi53c895a.c | |
379 | F: hw/scsi* | |
380 | ||
381 | USB | |
5d0d62fe GH |
382 | M: Gerd Hoffmann <[email protected]> |
383 | S: Maintained | |
fd5d5c56 AL |
384 | F: hw/usb* |
385 | ||
386 | vhost | |
387 | M: Michael S. Tsirkin <[email protected]> | |
388 | S: Supported | |
389 | F: hw/vhost* | |
390 | ||
391 | virtio | |
392 | M: Anthony Liguori <[email protected]> | |
393 | S: Supported | |
394 | F: hw/virtio* | |
395 | ||
396 | virtio-9p | |
397 | M: Venkateswararao Jujjuri (JV) <[email protected]> | |
398 | S: Supported | |
399 | F: hw/virtio-9p* | |
400 | ||
401 | virtio-blk | |
402 | M: Kevin Wolf <[email protected]> | |
403 | S: Supported | |
404 | F: hw/virtio-blk* | |
405 | ||
406 | virtio-serial | |
407 | M: Amit Shah <[email protected]> | |
408 | S: Supported | |
409 | F: hw/virtio-serial* | |
410 | F: hw/virtio-console* | |
411 | ||
412 | Subsystems | |
413 | ---------- | |
414 | Audio | |
415 | M: Vassili Karpov (malc) <[email protected]> | |
416 | S: Maintained | |
417 | F: audio/ | |
418 | ||
419 | Block | |
420 | M: Kevin Wolf <[email protected]> | |
421 | S: Supported | |
422 | F: block* | |
423 | F: block/ | |
424 | ||
425 | Character Devices | |
426 | M: Anthony Liguori <[email protected]> | |
427 | S: Maintained | |
428 | F: qemu-char.c | |
429 | ||
430 | GDB stub | |
431 | M: [email protected] | |
432 | S: Odd Fixes | |
433 | F: gdbstub* | |
434 | F: gdb-xml/ | |
435 | ||
7ee3bf03 GH |
436 | SPICE |
437 | M: Gerd Hoffmann <[email protected]> | |
438 | S: Supported | |
439 | F: ui/qemu-spice.h | |
440 | F: ui/spice-*.c | |
441 | F: audio/spiceaudio.c | |
442 | F: hw/qxl* | |
443 | ||
fd5d5c56 AL |
444 | Graphics |
445 | M: Anthony Liguori <[email protected]> | |
446 | S: Maintained | |
447 | F: ui/ | |
448 | ||
449 | Main loop | |
450 | M: Anthony Liguori <[email protected]> | |
451 | S: Supported | |
452 | F: vl.c | |
453 | ||
454 | Monitor (QMP/HMP) | |
455 | M: Luiz Capitulino <[email protected]> | |
456 | M: Markus Armbruster <[email protected]> | |
457 | S: Supported | |
458 | F: monitor.c | |
459 | ||
460 | Network device layer | |
461 | M: Anthony Liguori <[email protected]> | |
462 | M: Mark McLoughlin <[email protected]> | |
463 | S: Maintained | |
464 | F: net/ | |
465 | ||
466 | SLIRP | |
bafc72ab JK |
467 | M: Jan Kiszka <[email protected]> |
468 | S: Maintained | |
fd5d5c56 | 469 | F: slirp/ |
bafc72ab | 470 | T: git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 471 | |
598a3f35 SH |
472 | Tracing |
473 | M: Stefan Hajnoczi <[email protected]> | |
474 | S: Maintained | |
475 | F: trace/ | |
476 | T: git://repo.or.cz/qemu/stefanha.git tracing | |
477 | ||
fd5d5c56 AL |
478 | Usermode Emulation |
479 | ------------------ | |
480 | BSD user | |
481 | M: Blue Swirl <[email protected]> | |
482 | S: Maintained | |
483 | F: bsd-user/ | |
484 | ||
485 | Darwin user | |
486 | M: [email protected] | |
487 | S: Orphan | |
488 | F: darwin-user/ | |
489 | ||
490 | Linux user | |
491 | M: Riku Voipio <[email protected]> | |
492 | S: Maintained | |
493 | F: linux-user/ | |
42f5a7e9 AJ |
494 | |
495 | Tiny Code Generator (TCG) | |
496 | ------------------------- | |
497 | Common code | |
498 | M: [email protected] | |
499 | S: Maintained | |
500 | F: tcg/ | |
501 | ||
502 | ARM target | |
503 | M: Andrzej Zaborowski <[email protected]> | |
504 | S: Maintained | |
505 | F: tcg/arm/ | |
506 | ||
507 | HPPA target | |
508 | M: Richard Henderson <[email protected]> | |
509 | S: Maintained | |
510 | F: tcg/hppa/ | |
511 | ||
512 | i386 target | |
513 | M: [email protected] | |
514 | S: Maintained | |
515 | F: tcg/i386/ | |
516 | ||
517 | IA64 target | |
518 | M: Aurelien Jarno <[email protected]> | |
519 | S: Maintained | |
520 | F: tcg/ia64/ | |
521 | ||
522 | MIPS target | |
d6eec7a2 | 523 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
524 | S: Maintained |
525 | F: tcg/mips/ | |
526 | ||
527 | PPC | |
528 | M: Vassili Karpov (malc) <[email protected]> | |
529 | S: Maintained | |
530 | F: tcg/ppc/ | |
531 | ||
532 | PPC64 target | |
533 | M: Vassili Karpov (malc) <[email protected]> | |
534 | S: Maintained | |
535 | F: tcg/ppc64/ | |
536 | ||
537 | S390 target | |
538 | M: Alexander Graf <[email protected]> | |
539 | M: Richard Henderson <[email protected]> | |
540 | S: Maintained | |
541 | F: tcg/s390/ | |
542 | ||
543 | SPARC target | |
544 | M: Blue Swirl <[email protected]> | |
545 | S: Maintained | |
546 | F: tcg/sparc/ |