]>
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]> | |
84c9d9d1 | 81 | S: Odd Fixes |
fd5d5c56 AL |
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 | 90 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 91 | S: Odd Fixes |
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 | |
2b35e93f | 101 | M: Richard Henderson <[email protected]> |
fd5d5c56 AL |
102 | M: Alexander Graf <[email protected]> |
103 | S: Maintained | |
104 | F: target-s390x/ | |
105 | ||
b6f97c14 | 106 | SH4 |
ddb13561 | 107 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 108 | S: Odd Fixes |
fd5d5c56 AL |
109 | F: target-sh4/ |
110 | ||
111 | SPARC | |
112 | M: Blue Swirl <[email protected]> | |
113 | S: Maintained | |
114 | F: target-sparc/ | |
115 | ||
a6ea7b4c AF |
116 | UniCore32 |
117 | M: Guan Xuetao <[email protected]> | |
118 | S: Maintained | |
119 | F: target-unicore32/ | |
120 | ||
fd5d5c56 AL |
121 | X86 |
122 | M: [email protected] | |
123 | S: Odd Fixes | |
124 | F: target-i386/ | |
125 | ||
16e7caae MF |
126 | Xtensa |
127 | M: Max Filippov <[email protected]> | |
375847a6 | 128 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa |
16e7caae MF |
129 | S: Maintained |
130 | F: target-xtensa/ | |
131 | ||
fd5d5c56 AL |
132 | Guest CPU Cores (KVM): |
133 | ---------------------- | |
134 | ||
135 | Overall | |
a2685bcc | 136 | M: Gleb Natapov <[email protected]> |
fd5d5c56 AL |
137 | M: Marcelo Tosatti <[email protected]> |
138 | L: [email protected] | |
139 | S: Supported | |
140 | F: kvm-* | |
141 | F: */kvm.* | |
142 | ||
ed4659d1 PM |
143 | ARM |
144 | M: Peter Maydell <[email protected]> | |
145 | S: Maintained | |
146 | F: target-arm/kvm.c | |
147 | ||
fd5d5c56 AL |
148 | PPC |
149 | M: Alexander Graf <[email protected]> | |
150 | S: Maintained | |
151 | F: target-ppc/kvm.c | |
152 | ||
749717a0 | 153 | S390 |
fd5d5c56 AL |
154 | M: Alexander Graf <[email protected]> |
155 | S: Maintained | |
156 | F: target-s390x/kvm.c | |
157 | ||
158 | X86 | |
a2685bcc | 159 | M: Gleb Natapov <[email protected]> |
fd5d5c56 AL |
160 | M: Marcelo Tosatti <[email protected]> |
161 | L: [email protected] | |
162 | S: Supported | |
163 | F: target-i386/kvm.c | |
164 | ||
8a6b0cd7 SS |
165 | Guest CPU Cores (Xen): |
166 | ---------------------- | |
167 | ||
168 | X86 | |
169 | M: Stefano Stabellini <[email protected]> | |
170 | L: [email protected] | |
171 | S: Supported | |
172 | F: xen-* | |
173 | F: */xen* | |
174 | ||
1bdd6874 SW |
175 | Hosts: |
176 | ------ | |
177 | ||
178 | LINUX | |
179 | L: [email protected] | |
180 | S: Maintained | |
181 | F: linux-* | |
182 | F: linux-headers/ | |
183 | ||
184 | POSIX | |
185 | L: [email protected] | |
186 | S: Maintained | |
187 | F: *posix* | |
188 | ||
189 | W32, W64 | |
190 | L: [email protected] | |
191 | M: Stefan Weil <[email protected]> | |
192 | S: Maintained | |
193 | F: *win32* | |
194 | ||
fd5d5c56 AL |
195 | ARM Machines |
196 | ------------ | |
fc63dcff EV |
197 | Exynos |
198 | M: Evgeny Voevodin <[email protected]> | |
199 | M: Maksim Kozlov <[email protected]> | |
200 | M: Igor Mitsyanko <[email protected]> | |
201 | M: Dmitry Solodkiy <[email protected]> | |
202 | S: Maintained | |
203 | F: hw/exynos* | |
204 | ||
766fd09f ML |
205 | Calxeda Highbank |
206 | M: Mark Langsdorf <[email protected]> | |
207 | S: Supported | |
208 | F: hw/highbank.c | |
209 | F: hw/xgmac.c | |
210 | ||
fd5d5c56 AL |
211 | Gumstix |
212 | M: [email protected] | |
213 | S: Orphan | |
214 | F: hw/gumstix.c | |
215 | ||
0325559d PC |
216 | i.MX31 |
217 | M: Peter Chubb <[email protected]> | |
218 | S: Odd fixes | |
219 | F: hw/imx* | |
220 | F: hw/kzm.c | |
221 | ||
fd5d5c56 AL |
222 | Integrator CP |
223 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 224 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
225 | S: Maintained |
226 | F: hw/integratorcp.c | |
227 | ||
228 | Mainstone | |
229 | M: [email protected] | |
230 | S: Orphan | |
231 | F: hw/mainstone.c | |
232 | ||
233 | Musicpal | |
234 | M: Jan Kiszka <[email protected]> | |
235 | S: Maintained | |
236 | F: hw/musicpal.c | |
237 | ||
238 | nSeries | |
239 | M: Andrzej Zaborowski <[email protected]> | |
240 | S: Maintained | |
241 | F: hw/nseries.c | |
242 | ||
243 | Palm | |
244 | M: Andrzej Zaborowski <[email protected]> | |
245 | S: Maintained | |
246 | F: hw/palm.c | |
247 | ||
248 | Real View | |
249 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 250 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
251 | S: Maintained |
252 | F: hw/realview* | |
253 | ||
254 | Spitz | |
255 | M: Andrzej Zaborowski <[email protected]> | |
256 | S: Maintained | |
257 | F: hw/spitz.c | |
258 | ||
259 | Stellaris | |
260 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 261 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
262 | S: Maintained |
263 | F: hw/stellaris.c | |
264 | ||
265 | Versatile PB | |
266 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 267 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
268 | S: Maintained |
269 | F: hw/versatilepb.c | |
270 | ||
e3260506 PC |
271 | Xilinx Zynq |
272 | M: Peter Crosthwaite <[email protected]> | |
273 | S: Maintained | |
274 | F: hw/xilinx_zynq.c | |
275 | F: hw/zynq_slcr.c | |
276 | F: hw/cadence_* | |
fcb5629d | 277 | F: hw/xilinx_spips.c |
e3260506 | 278 | |
fd5d5c56 AL |
279 | CRIS Machines |
280 | ------------- | |
281 | Axis Dev88 | |
282 | M: Edgar E. Iglesias <[email protected]> | |
283 | S: Maintained | |
284 | F: hw/axis_dev88.c | |
285 | ||
286 | etraxfs | |
287 | M: Edgar E. Iglesias <[email protected]> | |
288 | S: Maintained | |
289 | F: hw/etraxfs.c | |
290 | ||
07bf23a7 MW |
291 | LM32 Machines |
292 | ------------- | |
293 | EVR32 and uclinux BSP | |
294 | M: Michael Walle <[email protected]> | |
295 | S: Maintained | |
296 | F: hw/lm32_boards.c | |
297 | ||
d118aa6b MW |
298 | milkymist |
299 | M: Michael Walle <[email protected]> | |
300 | S: Maintained | |
301 | F: hw/milkymist.c | |
302 | ||
afcacd53 | 303 | M68K Machines |
fd5d5c56 AL |
304 | ------------- |
305 | an5206 | |
306 | M: Paul Brook <[email protected]> | |
307 | S: Maintained | |
308 | F: hw/an5206.c | |
309 | ||
310 | dummy_m68k | |
311 | M: Paul Brook <[email protected]> | |
312 | S: Maintained | |
313 | F: hw/dummy_m68k.c | |
314 | ||
315 | mcf5208 | |
316 | M: Paul Brook <[email protected]> | |
317 | S: Maintained | |
318 | F: hw/mcf5208.c | |
319 | ||
320 | MicroBlaze Machines | |
321 | ------------------- | |
322 | petalogix_s3adsp1800 | |
323 | M: Edgar E. Iglesias <[email protected]> | |
324 | S: Maintained | |
325 | F: hw/petalogix_s3adsp1800.c | |
326 | ||
d36e8ce7 PC |
327 | petalogix_ml605 |
328 | M: Peter Crosthwaite <[email protected]> | |
329 | S: Maintained | |
330 | F: hw/petalogix_ml605_mmu.c | |
331 | ||
fd5d5c56 AL |
332 | MIPS Machines |
333 | ------------- | |
334 | Jazz | |
335 | M: Hervé Poussineau <[email protected]> | |
336 | S: Maintained | |
337 | F: hw/mips_jazz.c | |
338 | ||
339 | Malta | |
340 | M: Aurelien Jarno <[email protected]> | |
341 | S: Maintained | |
342 | F: hw/mips_malta.c | |
343 | ||
344 | Mipssim | |
345 | M: [email protected] | |
346 | S: Orphan | |
347 | F: hw/mips_mipssim.c | |
348 | ||
349 | R4000 | |
350 | M: Aurelien Jarno <[email protected]> | |
351 | S: Maintained | |
352 | F: hw/mips_r4k.c | |
353 | ||
354 | PowerPC Machines | |
355 | ---------------- | |
356 | 405 | |
357 | M: Alexander Graf <[email protected]> | |
a6c98685 | 358 | L: [email protected] |
9b9fe135 | 359 | S: Odd Fixes |
fd5d5c56 AL |
360 | F: hw/ppc405_boards.c |
361 | ||
aaade8d7 AF |
362 | Bamboo |
363 | M: Alexander Graf <[email protected]> | |
364 | L: [email protected] | |
365 | S: Odd Fixes | |
366 | F: hw/ppc440_bamboo.c | |
367 | ||
98cded3a AF |
368 | e500 |
369 | M: Alexander Graf <[email protected]> | |
370 | M: Scott Wood <[email protected]> | |
371 | L: [email protected] | |
372 | S: Supported | |
373 | F: hw/ppc/e500.[hc] | |
374 | F: hw/ppc/e500plat.c | |
375 | ||
376 | mpc8544ds | |
377 | M: Alexander Graf <[email protected]> | |
378 | M: Scott Wood <[email protected]> | |
379 | L: [email protected] | |
380 | S: Supported | |
381 | F: hw/ppc/mpc8544ds.c | |
382 | F: hw/mpc8544_guts.c | |
383 | ||
fd5d5c56 AL |
384 | New World |
385 | M: Alexander Graf <[email protected]> | |
a6c98685 | 386 | L: [email protected] |
fd5d5c56 | 387 | S: Maintained |
baec1910 | 388 | F: hw/ppc/mac_newworld.c |
0a6eec6b | 389 | F: hw/unin_pci.c |
d5ee6754 | 390 | F: hw/dec_pci.[hc] |
fd5d5c56 AL |
391 | |
392 | Old World | |
393 | M: Alexander Graf <[email protected]> | |
a6c98685 | 394 | L: [email protected] |
fd5d5c56 | 395 | S: Maintained |
baec1910 | 396 | F: hw/ppc/mac_oldworld.c |
0a6eec6b | 397 | F: hw/grackle_pci.c |
fd5d5c56 | 398 | |
ec38d398 AF |
399 | PReP |
400 | M: Andreas Färber <[email protected]> | |
a6c98685 | 401 | L: [email protected] |
ec38d398 | 402 | S: Odd Fixes |
75610155 | 403 | F: hw/ppc/prep.c |
1c75457f | 404 | F: hw/prep_pci.[hc] |
52a71bff | 405 | F: hw/pc87312.[hc] |
fd5d5c56 | 406 | |
8a269ca4 AF |
407 | sPAPR |
408 | M: David Gibson <[email protected]> | |
409 | M: Alexander Graf <[email protected]> | |
410 | L: [email protected] | |
411 | S: Supported | |
412 | F: hw/spapr* | |
413 | ||
794d00bf AF |
414 | virtex_ml507 |
415 | M: Edgar E. Iglesias <[email protected]> | |
416 | L: [email protected] | |
417 | S: Odd Fixes | |
418 | F: hw/virtex_ml507.c | |
419 | ||
fd5d5c56 AL |
420 | SH4 Machines |
421 | ------------ | |
422 | R2D | |
423 | M: Magnus Damm <[email protected]> | |
424 | S: Maintained | |
425 | F: hw/r2d.c | |
426 | ||
427 | Shix | |
428 | M: Magnus Damm <[email protected]> | |
afcacd53 | 429 | S: Orphan |
fd5d5c56 AL |
430 | F: hw/shix.c |
431 | ||
432 | SPARC Machines | |
433 | -------------- | |
434 | Sun4m | |
435 | M: Blue Swirl <[email protected]> | |
436 | S: Maintained | |
437 | F: hw/sun4m.c | |
438 | ||
439 | Sun4u | |
440 | M: Blue Swirl <[email protected]> | |
441 | S: Maintained | |
442 | F: hw/sun4u.c | |
443 | ||
ce6c760c FC |
444 | Leon3 |
445 | M: Fabien Chouteau <[email protected]> | |
446 | S: Maintained | |
447 | F: hw/leon3.c | |
448 | F: hw/grlib* | |
449 | ||
fd5d5c56 AL |
450 | S390 Machines |
451 | ------------- | |
452 | S390 Virtio | |
453 | M: Alexander Graf <[email protected]> | |
454 | S: Maintained | |
455 | F: hw/s390-*.c | |
456 | ||
ab9528ca GX |
457 | UniCore32 Machines |
458 | ------------- | |
459 | PKUnity-3 SoC initramfs-with-busybox | |
460 | M: Guan Xuetao <[email protected]> | |
461 | S: Maintained | |
462 | F: hw/puv3* | |
463 | F: hw/unicore32/ | |
464 | ||
fd5d5c56 AL |
465 | X86 Machines |
466 | ------------ | |
467 | PC | |
468 | M: Anthony Liguori <[email protected]> | |
469 | S: Supported | |
2df6dabb AF |
470 | F: hw/pc.[ch] |
471 | F: hw/pc_piix.c | |
fd5d5c56 | 472 | |
16e7caae MF |
473 | Xtensa Machines |
474 | --------------- | |
375847a6 | 475 | sim |
16e7caae MF |
476 | M: Max Filippov <[email protected]> |
477 | S: Maintained | |
375847a6 MF |
478 | F: hw/xtensa_sim.c |
479 | ||
480 | Avnet LX60 | |
481 | M: Max Filippov <[email protected]> | |
482 | S: Maintained | |
483 | F: hw/xtensa_lx60.c | |
16e7caae | 484 | |
fd5d5c56 AL |
485 | Devices |
486 | ------- | |
487 | IDE | |
488 | M: Kevin Wolf <[email protected]> | |
489 | S: Odd Fixes | |
490 | F: hw/ide/ | |
491 | ||
f5f487b2 PM |
492 | OMAP |
493 | M: Peter Maydell <[email protected]> | |
494 | S: Maintained | |
495 | F: hw/omap* | |
496 | ||
fd5d5c56 AL |
497 | PCI |
498 | M: Michael S. Tsirkin <[email protected]> | |
499 | S: Supported | |
ca818cfb | 500 | F: hw/pci/* |
fd5d5c56 AL |
501 | F: hw/pci* |
502 | F: hw/piix* | |
503 | ||
aaade8d7 AF |
504 | ppc4xx |
505 | M: Alexander Graf <[email protected]> | |
506 | L: [email protected] | |
507 | S: Odd Fixes | |
508 | F: hw/ppc4xx*.[hc] | |
509 | ||
98cded3a AF |
510 | ppce500 |
511 | M: Alexander Graf <[email protected]> | |
512 | M: Scott Wood <[email protected]> | |
513 | L: [email protected] | |
514 | S: Supported | |
515 | F: hw/ppce500_* | |
516 | ||
fd5d5c56 | 517 | SCSI |
de7724f7 PB |
518 | M: Paolo Bonzini <[email protected]> |
519 | S: Supported | |
520 | F: hw/virtio-scsi.* | |
521 | F: hw/scsi* | |
1ab09a40 | 522 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 PB |
523 | |
524 | LSI53C895A | |
fd5d5c56 | 525 | M: Paul Brook <[email protected]> |
fd5d5c56 AL |
526 | S: Odd Fixes |
527 | F: hw/lsi53c895a.c | |
fd5d5c56 | 528 | |
fcb5629d PC |
529 | SSI |
530 | M: Peter Crosthwaite <[email protected]> | |
531 | S: Maintained | |
532 | F: hw/ssi.* | |
533 | F: hw/m25p80.c | |
534 | ||
fd5d5c56 | 535 | USB |
5d0d62fe GH |
536 | M: Gerd Hoffmann <[email protected]> |
537 | S: Maintained | |
fd5d5c56 AL |
538 | F: hw/usb* |
539 | ||
92e1fb5e AW |
540 | VFIO |
541 | M: Alex Williamson <[email protected]> | |
542 | S: Supported | |
543 | F: hw/vfio* | |
544 | ||
fd5d5c56 AL |
545 | vhost |
546 | M: Michael S. Tsirkin <[email protected]> | |
547 | S: Supported | |
548 | F: hw/vhost* | |
549 | ||
550 | virtio | |
551 | M: Anthony Liguori <[email protected]> | |
552 | S: Supported | |
553 | F: hw/virtio* | |
554 | ||
555 | virtio-9p | |
23704102 | 556 | M: Aneesh Kumar K.V <[email protected]> |
fd5d5c56 | 557 | S: Supported |
aebeca25 AF |
558 | F: hw/9pfs/ |
559 | F: fsdev/ | |
3f3309cb | 560 | T: git git://github.com/kvaneesh/QEMU.git |
fd5d5c56 AL |
561 | |
562 | virtio-blk | |
563 | M: Kevin Wolf <[email protected]> | |
54d01a00 | 564 | M: Stefan Hajnoczi <[email protected]> |
fd5d5c56 AL |
565 | S: Supported |
566 | F: hw/virtio-blk* | |
567 | ||
568 | virtio-serial | |
569 | M: Amit Shah <[email protected]> | |
570 | S: Supported | |
571 | F: hw/virtio-serial* | |
572 | F: hw/virtio-console* | |
573 | ||
ab61d240 PC |
574 | Xilinx EDK |
575 | M: Peter Crosthwaite <[email protected]> | |
576 | M: Edgar E. Iglesias <[email protected]> | |
577 | S: Maintained | |
578 | F: hw/xilinx_axi* | |
579 | F: hw/xilinx_uartlite.c | |
580 | F: hw/xilinx_intc.c | |
581 | F: hw/xilinx_ethlite.c | |
582 | F: hw/xilinx_timer.c | |
583 | F: hw/xilinx.h | |
fcb5629d | 584 | F: hw/xilinx_spi.c |
ab61d240 | 585 | |
fd5d5c56 AL |
586 | Subsystems |
587 | ---------- | |
588 | Audio | |
589 | M: Vassili Karpov (malc) <[email protected]> | |
590 | S: Maintained | |
591 | F: audio/ | |
592 | ||
593 | Block | |
594 | M: Kevin Wolf <[email protected]> | |
54d01a00 | 595 | M: Stefan Hajnoczi <[email protected]> |
fd5d5c56 AL |
596 | S: Supported |
597 | F: block* | |
598 | F: block/ | |
599 | ||
600 | Character Devices | |
601 | M: Anthony Liguori <[email protected]> | |
602 | S: Maintained | |
603 | F: qemu-char.c | |
604 | ||
f2ca0524 AF |
605 | CPU |
606 | M: Andreas Färber <[email protected]> | |
607 | S: Supported | |
608 | F: qom/cpu.c | |
609 | F: include/qemu/cpu.h | |
62e0c095 | 610 | F: target-i386/cpu.c |
f2ca0524 | 611 | |
d24b569a PC |
612 | Device Tree |
613 | M: Peter Crosthwaite <[email protected]> | |
614 | M: Alexander Graf <[email protected]> | |
615 | S: Maintained | |
616 | F: device-tree.[ch] | |
617 | ||
fd5d5c56 AL |
618 | GDB stub |
619 | M: [email protected] | |
620 | S: Odd Fixes | |
621 | F: gdbstub* | |
622 | F: gdb-xml/ | |
623 | ||
7ee3bf03 GH |
624 | SPICE |
625 | M: Gerd Hoffmann <[email protected]> | |
626 | S: Supported | |
627 | F: ui/qemu-spice.h | |
628 | F: ui/spice-*.c | |
629 | F: audio/spiceaudio.c | |
630 | F: hw/qxl* | |
631 | ||
fd5d5c56 AL |
632 | Graphics |
633 | M: Anthony Liguori <[email protected]> | |
634 | S: Maintained | |
635 | F: ui/ | |
636 | ||
351f1bf6 AF |
637 | Cocoa graphics |
638 | M: Andreas Färber <[email protected]> | |
639 | S: Odd Fixes | |
640 | F: ui/cocoa.m | |
641 | ||
fd5d5c56 AL |
642 | Main loop |
643 | M: Anthony Liguori <[email protected]> | |
644 | S: Supported | |
645 | F: vl.c | |
646 | ||
647 | Monitor (QMP/HMP) | |
648 | M: Luiz Capitulino <[email protected]> | |
649 | M: Markus Armbruster <[email protected]> | |
650 | S: Supported | |
651 | F: monitor.c | |
652 | ||
653 | Network device layer | |
654 | M: Anthony Liguori <[email protected]> | |
1cd0f8ce | 655 | M: Stefan Hajnoczi <[email protected]> |
fd5d5c56 AL |
656 | S: Maintained |
657 | F: net/ | |
837c36e7 | 658 | T: git git://github.com/stefanha/qemu.git net |
fd5d5c56 | 659 | |
44f76b28 PB |
660 | Network Block Device (NBD) |
661 | M: Paolo Bonzini <[email protected]> | |
662 | S: Odd Fixes | |
663 | F: block/nbd.c | |
664 | F: nbd.* | |
665 | F: qemu-nbd.c | |
1ab09a40 | 666 | T: git git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 667 | |
fd5d5c56 | 668 | SLIRP |
bafc72ab JK |
669 | M: Jan Kiszka <[email protected]> |
670 | S: Maintained | |
fd5d5c56 | 671 | F: slirp/ |
1ab09a40 | 672 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 673 | |
598a3f35 | 674 | Tracing |
1cd0f8ce | 675 | M: Stefan Hajnoczi <[email protected]> |
598a3f35 SH |
676 | S: Maintained |
677 | F: trace/ | |
f70fd8fd LV |
678 | F: scripts/tracetool.py |
679 | F: scripts/tracetool/ | |
f922ea46 | 680 | F: docs/tracing.txt |
1ab09a40 | 681 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 682 | |
14f40fdc BS |
683 | Checkpatch |
684 | M: Blue Swirl <[email protected]> | |
685 | S: Odd Fixes | |
686 | F: scripts/checkpatch.pl | |
687 | ||
fd5d5c56 AL |
688 | Usermode Emulation |
689 | ------------------ | |
690 | BSD user | |
691 | M: Blue Swirl <[email protected]> | |
692 | S: Maintained | |
693 | F: bsd-user/ | |
694 | ||
fd5d5c56 AL |
695 | Linux user |
696 | M: Riku Voipio <[email protected]> | |
697 | S: Maintained | |
698 | F: linux-user/ | |
42f5a7e9 AJ |
699 | |
700 | Tiny Code Generator (TCG) | |
701 | ------------------------- | |
702 | Common code | |
703 | M: [email protected] | |
704 | S: Maintained | |
705 | F: tcg/ | |
706 | ||
707 | ARM target | |
708 | M: Andrzej Zaborowski <[email protected]> | |
709 | S: Maintained | |
710 | F: tcg/arm/ | |
711 | ||
712 | HPPA target | |
713 | M: Richard Henderson <[email protected]> | |
714 | S: Maintained | |
715 | F: tcg/hppa/ | |
716 | ||
717 | i386 target | |
718 | M: [email protected] | |
719 | S: Maintained | |
720 | F: tcg/i386/ | |
721 | ||
722 | IA64 target | |
723 | M: Aurelien Jarno <[email protected]> | |
724 | S: Maintained | |
725 | F: tcg/ia64/ | |
726 | ||
727 | MIPS target | |
d6eec7a2 | 728 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
729 | S: Maintained |
730 | F: tcg/mips/ | |
731 | ||
732 | PPC | |
733 | M: Vassili Karpov (malc) <[email protected]> | |
734 | S: Maintained | |
735 | F: tcg/ppc/ | |
736 | ||
737 | PPC64 target | |
738 | M: Vassili Karpov (malc) <[email protected]> | |
739 | S: Maintained | |
740 | F: tcg/ppc64/ | |
741 | ||
742 | S390 target | |
743 | M: Alexander Graf <[email protected]> | |
744 | M: Richard Henderson <[email protected]> | |
745 | S: Maintained | |
746 | F: tcg/s390/ | |
747 | ||
748 | SPARC target | |
749 | M: Blue Swirl <[email protected]> | |
750 | S: Maintained | |
751 | F: tcg/sparc/ | |
bc75c9e5 SW |
752 | |
753 | TCI target | |
754 | M: Stefan Weil <[email protected]> | |
755 | S: Maintained | |
8ef9cd55 | 756 | F: tcg/tci/ |
aa09c951 AF |
757 | |
758 | Stable branches | |
759 | --------------- | |
760 | Stable 1.0 | |
761 | L: [email protected] | |
762 | T: git git://git.qemu.org/qemu-stable-1.0.git | |
763 | S: Orphan | |
764 | ||
765 | Stable 0.15 | |
766 | L: [email protected] | |
767 | T: git git://git.qemu.org/qemu-stable-0.15.git | |
768 | S: Orphan | |
769 | ||
770 | Stable 0.14 | |
771 | L: [email protected] | |
772 | T: git git://git.qemu.org/qemu-stable-0.14.git | |
773 | S: Orphan | |
774 | ||
775 | Stable 0.10 | |
776 | L: [email protected] | |
777 | T: git git://git.qemu.org/qemu-stable-0.10.git | |
778 | S: Orphan |