]>
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 | |
101 | M: Alexander Graf <[email protected]> | |
102 | S: Maintained | |
103 | F: target-s390x/ | |
104 | ||
b6f97c14 | 105 | SH4 |
ddb13561 | 106 | M: Aurelien Jarno <[email protected]> |
2c9b7d1a | 107 | S: Odd Fixes |
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 | ||
0325559d PC |
210 | i.MX31 |
211 | M: Peter Chubb <[email protected]> | |
212 | S: Odd fixes | |
213 | F: hw/imx* | |
214 | F: hw/kzm.c | |
215 | ||
fd5d5c56 AL |
216 | Integrator CP |
217 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 218 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
219 | S: Maintained |
220 | F: hw/integratorcp.c | |
221 | ||
222 | Mainstone | |
223 | M: [email protected] | |
224 | S: Orphan | |
225 | F: hw/mainstone.c | |
226 | ||
227 | Musicpal | |
228 | M: Jan Kiszka <[email protected]> | |
229 | S: Maintained | |
230 | F: hw/musicpal.c | |
231 | ||
232 | nSeries | |
233 | M: Andrzej Zaborowski <[email protected]> | |
234 | S: Maintained | |
235 | F: hw/nseries.c | |
236 | ||
237 | Palm | |
238 | M: Andrzej Zaborowski <[email protected]> | |
239 | S: Maintained | |
240 | F: hw/palm.c | |
241 | ||
242 | Real View | |
243 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 244 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
245 | S: Maintained |
246 | F: hw/realview* | |
247 | ||
248 | Spitz | |
249 | M: Andrzej Zaborowski <[email protected]> | |
250 | S: Maintained | |
251 | F: hw/spitz.c | |
252 | ||
253 | Stellaris | |
254 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 255 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
256 | S: Maintained |
257 | F: hw/stellaris.c | |
258 | ||
259 | Versatile PB | |
260 | M: Paul Brook <[email protected]> | |
1ce9ce6a | 261 | M: Peter Maydell <[email protected]> |
fd5d5c56 AL |
262 | S: Maintained |
263 | F: hw/versatilepb.c | |
264 | ||
e3260506 PC |
265 | Xilinx Zynq |
266 | M: Peter Crosthwaite <[email protected]> | |
267 | S: Maintained | |
268 | F: hw/xilinx_zynq.c | |
269 | F: hw/zynq_slcr.c | |
270 | F: hw/cadence_* | |
271 | ||
fd5d5c56 AL |
272 | CRIS Machines |
273 | ------------- | |
274 | Axis Dev88 | |
275 | M: Edgar E. Iglesias <[email protected]> | |
276 | S: Maintained | |
277 | F: hw/axis_dev88.c | |
278 | ||
279 | etraxfs | |
280 | M: Edgar E. Iglesias <[email protected]> | |
281 | S: Maintained | |
282 | F: hw/etraxfs.c | |
283 | ||
07bf23a7 MW |
284 | LM32 Machines |
285 | ------------- | |
286 | EVR32 and uclinux BSP | |
287 | M: Michael Walle <[email protected]> | |
288 | S: Maintained | |
289 | F: hw/lm32_boards.c | |
290 | ||
d118aa6b MW |
291 | milkymist |
292 | M: Michael Walle <[email protected]> | |
293 | S: Maintained | |
294 | F: hw/milkymist.c | |
295 | ||
afcacd53 | 296 | M68K Machines |
fd5d5c56 AL |
297 | ------------- |
298 | an5206 | |
299 | M: Paul Brook <[email protected]> | |
300 | S: Maintained | |
301 | F: hw/an5206.c | |
302 | ||
303 | dummy_m68k | |
304 | M: Paul Brook <[email protected]> | |
305 | S: Maintained | |
306 | F: hw/dummy_m68k.c | |
307 | ||
308 | mcf5208 | |
309 | M: Paul Brook <[email protected]> | |
310 | S: Maintained | |
311 | F: hw/mcf5208.c | |
312 | ||
313 | MicroBlaze Machines | |
314 | ------------------- | |
315 | petalogix_s3adsp1800 | |
316 | M: Edgar E. Iglesias <[email protected]> | |
317 | S: Maintained | |
318 | F: hw/petalogix_s3adsp1800.c | |
319 | ||
d36e8ce7 PC |
320 | petalogix_ml605 |
321 | M: Peter Crosthwaite <[email protected]> | |
322 | S: Maintained | |
323 | F: hw/petalogix_ml605_mmu.c | |
324 | ||
fd5d5c56 AL |
325 | MIPS Machines |
326 | ------------- | |
327 | Jazz | |
328 | M: Hervé Poussineau <[email protected]> | |
329 | S: Maintained | |
330 | F: hw/mips_jazz.c | |
331 | ||
332 | Malta | |
333 | M: Aurelien Jarno <[email protected]> | |
334 | S: Maintained | |
335 | F: hw/mips_malta.c | |
336 | ||
337 | Mipssim | |
338 | M: [email protected] | |
339 | S: Orphan | |
340 | F: hw/mips_mipssim.c | |
341 | ||
342 | R4000 | |
343 | M: Aurelien Jarno <[email protected]> | |
344 | S: Maintained | |
345 | F: hw/mips_r4k.c | |
346 | ||
347 | PowerPC Machines | |
348 | ---------------- | |
349 | 405 | |
350 | M: Alexander Graf <[email protected]> | |
a6c98685 | 351 | L: [email protected] |
fd5d5c56 AL |
352 | S: Maintained |
353 | F: hw/ppc405_boards.c | |
354 | ||
355 | New World | |
356 | M: Alexander Graf <[email protected]> | |
a6c98685 | 357 | L: [email protected] |
fd5d5c56 AL |
358 | S: Maintained |
359 | F: hw/ppc_newworld.c | |
0a6eec6b | 360 | F: hw/unin_pci.c |
d5ee6754 | 361 | F: hw/dec_pci.[hc] |
fd5d5c56 AL |
362 | |
363 | Old World | |
364 | M: Alexander Graf <[email protected]> | |
a6c98685 | 365 | L: [email protected] |
fd5d5c56 AL |
366 | S: Maintained |
367 | F: hw/ppc_oldworld.c | |
0a6eec6b | 368 | F: hw/grackle_pci.c |
fd5d5c56 | 369 | |
ec38d398 AF |
370 | PReP |
371 | M: Andreas Färber <[email protected]> | |
a6c98685 | 372 | L: [email protected] |
ec38d398 | 373 | S: Odd Fixes |
fd5d5c56 | 374 | F: hw/ppc_prep.c |
1c75457f | 375 | F: hw/prep_pci.[hc] |
fd5d5c56 AL |
376 | |
377 | SH4 Machines | |
378 | ------------ | |
379 | R2D | |
380 | M: Magnus Damm <[email protected]> | |
381 | S: Maintained | |
382 | F: hw/r2d.c | |
383 | ||
384 | Shix | |
385 | M: Magnus Damm <[email protected]> | |
afcacd53 | 386 | S: Orphan |
fd5d5c56 AL |
387 | F: hw/shix.c |
388 | ||
389 | SPARC Machines | |
390 | -------------- | |
391 | Sun4m | |
392 | M: Blue Swirl <[email protected]> | |
393 | S: Maintained | |
394 | F: hw/sun4m.c | |
395 | ||
396 | Sun4u | |
397 | M: Blue Swirl <[email protected]> | |
398 | S: Maintained | |
399 | F: hw/sun4u.c | |
400 | ||
401 | S390 Machines | |
402 | ------------- | |
403 | S390 Virtio | |
404 | M: Alexander Graf <[email protected]> | |
405 | S: Maintained | |
406 | F: hw/s390-*.c | |
407 | ||
408 | X86 Machines | |
409 | ------------ | |
410 | PC | |
411 | M: Anthony Liguori <[email protected]> | |
412 | S: Supported | |
2df6dabb AF |
413 | F: hw/pc.[ch] |
414 | F: hw/pc_piix.c | |
fd5d5c56 | 415 | |
16e7caae MF |
416 | Xtensa Machines |
417 | --------------- | |
375847a6 | 418 | sim |
16e7caae MF |
419 | M: Max Filippov <[email protected]> |
420 | S: Maintained | |
375847a6 MF |
421 | F: hw/xtensa_sim.c |
422 | ||
423 | Avnet LX60 | |
424 | M: Max Filippov <[email protected]> | |
425 | S: Maintained | |
426 | F: hw/xtensa_lx60.c | |
16e7caae | 427 | |
fd5d5c56 AL |
428 | Devices |
429 | ------- | |
430 | IDE | |
431 | M: Kevin Wolf <[email protected]> | |
432 | S: Odd Fixes | |
433 | F: hw/ide/ | |
434 | ||
f5f487b2 PM |
435 | OMAP |
436 | M: Peter Maydell <[email protected]> | |
437 | S: Maintained | |
438 | F: hw/omap* | |
439 | ||
fd5d5c56 AL |
440 | PCI |
441 | M: Michael S. Tsirkin <[email protected]> | |
442 | S: Supported | |
443 | F: hw/pci* | |
444 | F: hw/piix* | |
445 | ||
446 | SCSI | |
de7724f7 PB |
447 | M: Paolo Bonzini <[email protected]> |
448 | S: Supported | |
449 | F: hw/virtio-scsi.* | |
450 | F: hw/scsi* | |
1ab09a40 | 451 | T: git git://github.com/bonzini/qemu.git scsi-next |
de7724f7 PB |
452 | |
453 | LSI53C895A | |
fd5d5c56 | 454 | M: Paul Brook <[email protected]> |
fd5d5c56 AL |
455 | S: Odd Fixes |
456 | F: hw/lsi53c895a.c | |
fd5d5c56 AL |
457 | |
458 | USB | |
5d0d62fe GH |
459 | M: Gerd Hoffmann <[email protected]> |
460 | S: Maintained | |
fd5d5c56 AL |
461 | F: hw/usb* |
462 | ||
463 | vhost | |
464 | M: Michael S. Tsirkin <[email protected]> | |
465 | S: Supported | |
466 | F: hw/vhost* | |
467 | ||
468 | virtio | |
469 | M: Anthony Liguori <[email protected]> | |
470 | S: Supported | |
471 | F: hw/virtio* | |
472 | ||
473 | virtio-9p | |
23704102 | 474 | M: Aneesh Kumar K.V <[email protected]> |
fd5d5c56 | 475 | S: Supported |
aebeca25 AF |
476 | F: hw/9pfs/ |
477 | F: fsdev/ | |
3f3309cb | 478 | T: git git://github.com/kvaneesh/QEMU.git |
fd5d5c56 AL |
479 | |
480 | virtio-blk | |
481 | M: Kevin Wolf <[email protected]> | |
482 | S: Supported | |
483 | F: hw/virtio-blk* | |
484 | ||
485 | virtio-serial | |
486 | M: Amit Shah <[email protected]> | |
487 | S: Supported | |
488 | F: hw/virtio-serial* | |
489 | F: hw/virtio-console* | |
490 | ||
ab61d240 PC |
491 | Xilinx EDK |
492 | M: Peter Crosthwaite <[email protected]> | |
493 | M: Edgar E. Iglesias <[email protected]> | |
494 | S: Maintained | |
495 | F: hw/xilinx_axi* | |
496 | F: hw/xilinx_uartlite.c | |
497 | F: hw/xilinx_intc.c | |
498 | F: hw/xilinx_ethlite.c | |
499 | F: hw/xilinx_timer.c | |
500 | F: hw/xilinx.h | |
501 | ||
fd5d5c56 AL |
502 | Subsystems |
503 | ---------- | |
504 | Audio | |
505 | M: Vassili Karpov (malc) <[email protected]> | |
506 | S: Maintained | |
507 | F: audio/ | |
508 | ||
509 | Block | |
510 | M: Kevin Wolf <[email protected]> | |
511 | S: Supported | |
512 | F: block* | |
513 | F: block/ | |
514 | ||
515 | Character Devices | |
516 | M: Anthony Liguori <[email protected]> | |
517 | S: Maintained | |
518 | F: qemu-char.c | |
519 | ||
d24b569a PC |
520 | Device Tree |
521 | M: Peter Crosthwaite <[email protected]> | |
522 | M: Alexander Graf <[email protected]> | |
523 | S: Maintained | |
524 | F: device-tree.[ch] | |
525 | ||
fd5d5c56 AL |
526 | GDB stub |
527 | M: [email protected] | |
528 | S: Odd Fixes | |
529 | F: gdbstub* | |
530 | F: gdb-xml/ | |
531 | ||
7ee3bf03 GH |
532 | SPICE |
533 | M: Gerd Hoffmann <[email protected]> | |
534 | S: Supported | |
535 | F: ui/qemu-spice.h | |
536 | F: ui/spice-*.c | |
537 | F: audio/spiceaudio.c | |
538 | F: hw/qxl* | |
539 | ||
fd5d5c56 AL |
540 | Graphics |
541 | M: Anthony Liguori <[email protected]> | |
542 | S: Maintained | |
543 | F: ui/ | |
544 | ||
351f1bf6 AF |
545 | Cocoa graphics |
546 | M: Andreas Färber <[email protected]> | |
547 | S: Odd Fixes | |
548 | F: ui/cocoa.m | |
549 | ||
fd5d5c56 AL |
550 | Main loop |
551 | M: Anthony Liguori <[email protected]> | |
552 | S: Supported | |
553 | F: vl.c | |
554 | ||
555 | Monitor (QMP/HMP) | |
556 | M: Luiz Capitulino <[email protected]> | |
557 | M: Markus Armbruster <[email protected]> | |
558 | S: Supported | |
559 | F: monitor.c | |
560 | ||
561 | Network device layer | |
562 | M: Anthony Liguori <[email protected]> | |
837c36e7 | 563 | M: Stefan Hajnoczi <[email protected]> |
fd5d5c56 AL |
564 | S: Maintained |
565 | F: net/ | |
837c36e7 | 566 | T: git git://github.com/stefanha/qemu.git net |
fd5d5c56 | 567 | |
44f76b28 PB |
568 | Network Block Device (NBD) |
569 | M: Paolo Bonzini <[email protected]> | |
570 | S: Odd Fixes | |
571 | F: block/nbd.c | |
572 | F: nbd.* | |
573 | F: qemu-nbd.c | |
1ab09a40 | 574 | T: git git://github.com/bonzini/qemu.git nbd-next |
44f76b28 | 575 | |
fd5d5c56 | 576 | SLIRP |
bafc72ab JK |
577 | M: Jan Kiszka <[email protected]> |
578 | S: Maintained | |
fd5d5c56 | 579 | F: slirp/ |
1ab09a40 | 580 | T: git git://git.kiszka.org/qemu.git queues/slirp |
fd5d5c56 | 581 | |
598a3f35 SH |
582 | Tracing |
583 | M: Stefan Hajnoczi <[email protected]> | |
584 | S: Maintained | |
585 | F: trace/ | |
f70fd8fd LV |
586 | F: scripts/tracetool.py |
587 | F: scripts/tracetool/ | |
f922ea46 | 588 | F: docs/tracing.txt |
1ab09a40 | 589 | T: git git://github.com/stefanha/qemu.git tracing |
598a3f35 | 590 | |
14f40fdc BS |
591 | Checkpatch |
592 | M: Blue Swirl <[email protected]> | |
593 | S: Odd Fixes | |
594 | F: scripts/checkpatch.pl | |
595 | ||
fd5d5c56 AL |
596 | Usermode Emulation |
597 | ------------------ | |
598 | BSD user | |
599 | M: Blue Swirl <[email protected]> | |
600 | S: Maintained | |
601 | F: bsd-user/ | |
602 | ||
fd5d5c56 AL |
603 | Linux user |
604 | M: Riku Voipio <[email protected]> | |
605 | S: Maintained | |
606 | F: linux-user/ | |
42f5a7e9 AJ |
607 | |
608 | Tiny Code Generator (TCG) | |
609 | ------------------------- | |
610 | Common code | |
611 | M: [email protected] | |
612 | S: Maintained | |
613 | F: tcg/ | |
614 | ||
615 | ARM target | |
616 | M: Andrzej Zaborowski <[email protected]> | |
617 | S: Maintained | |
618 | F: tcg/arm/ | |
619 | ||
620 | HPPA target | |
621 | M: Richard Henderson <[email protected]> | |
622 | S: Maintained | |
623 | F: tcg/hppa/ | |
624 | ||
625 | i386 target | |
626 | M: [email protected] | |
627 | S: Maintained | |
628 | F: tcg/i386/ | |
629 | ||
630 | IA64 target | |
631 | M: Aurelien Jarno <[email protected]> | |
632 | S: Maintained | |
633 | F: tcg/ia64/ | |
634 | ||
635 | MIPS target | |
d6eec7a2 | 636 | M: Aurelien Jarno <[email protected]> |
42f5a7e9 AJ |
637 | S: Maintained |
638 | F: tcg/mips/ | |
639 | ||
640 | PPC | |
641 | M: Vassili Karpov (malc) <[email protected]> | |
642 | S: Maintained | |
643 | F: tcg/ppc/ | |
644 | ||
645 | PPC64 target | |
646 | M: Vassili Karpov (malc) <[email protected]> | |
647 | S: Maintained | |
648 | F: tcg/ppc64/ | |
649 | ||
650 | S390 target | |
651 | M: Alexander Graf <[email protected]> | |
652 | M: Richard Henderson <[email protected]> | |
653 | S: Maintained | |
654 | F: tcg/s390/ | |
655 | ||
656 | SPARC target | |
657 | M: Blue Swirl <[email protected]> | |
658 | S: Maintained | |
659 | F: tcg/sparc/ | |
bc75c9e5 SW |
660 | |
661 | TCI target | |
662 | M: Stefan Weil <[email protected]> | |
663 | S: Maintained | |
8ef9cd55 | 664 | F: tcg/tci/ |
aa09c951 AF |
665 | |
666 | Stable branches | |
667 | --------------- | |
668 | Stable 1.0 | |
669 | L: [email protected] | |
670 | T: git git://git.qemu.org/qemu-stable-1.0.git | |
671 | S: Orphan | |
672 | ||
673 | Stable 0.15 | |
674 | L: [email protected] | |
675 | T: git git://git.qemu.org/qemu-stable-0.15.git | |
676 | S: Orphan | |
677 | ||
678 | Stable 0.14 | |
679 | L: [email protected] | |
680 | T: git git://git.qemu.org/qemu-stable-0.14.git | |
681 | S: Orphan | |
682 | ||
683 | Stable 0.10 | |
684 | L: [email protected] | |
685 | T: git git://git.qemu.org/qemu-stable-0.10.git | |
686 | S: Orphan |