]>
Commit | Line | Data |
---|---|---|
1 | QEMU Maintainers | |
2 | ================ | |
3 | ||
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. | |
8 | ||
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. | |
11 | ||
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: Peter Maydell <[email protected]> | |
54 | ||
55 | All patches CC here | |
56 | L: [email protected] | |
57 | F: * | |
58 | F: */ | |
59 | ||
60 | Responsible Disclosure, Reporting Security Issues | |
61 | ------------------------------ | |
62 | W: http://wiki.qemu.org/SecurityProcess | |
63 | M: Michael S. Tsirkin <[email protected]> | |
64 | L: [email protected] | |
65 | ||
66 | Guest CPU cores (TCG): | |
67 | ---------------------- | |
68 | Overall | |
69 | L: [email protected] | |
70 | M: Paolo Bonzini <[email protected]> | |
71 | M: Peter Crosthwaite <[email protected]> | |
72 | M: Richard Henderson <[email protected]> | |
73 | S: Maintained | |
74 | F: cpu-exec.c | |
75 | F: cpu-exec-common.c | |
76 | F: cpus.c | |
77 | F: cputlb.c | |
78 | F: exec.c | |
79 | F: softmmu_template.h | |
80 | F: translate-all.* | |
81 | F: translate-common.c | |
82 | F: include/exec/cpu*.h | |
83 | F: include/exec/exec-all.h | |
84 | F: include/exec/helper*.h | |
85 | F: include/exec/tb-hash.h | |
86 | F: include/sysemu/cpus.h | |
87 | ||
88 | FPU emulation | |
89 | M: Aurelien Jarno <[email protected]> | |
90 | M: Peter Maydell <[email protected]> | |
91 | S: Odd Fixes | |
92 | F: fpu/ | |
93 | F: include/fpu/ | |
94 | ||
95 | Alpha | |
96 | M: Richard Henderson <[email protected]> | |
97 | S: Maintained | |
98 | F: target-alpha/ | |
99 | F: hw/alpha/ | |
100 | F: tests/tcg/alpha/ | |
101 | F: disas/alpha.c | |
102 | ||
103 | ARM | |
104 | M: Peter Maydell <[email protected]> | |
105 | L: [email protected] | |
106 | S: Maintained | |
107 | F: target-arm/ | |
108 | F: hw/arm/ | |
109 | F: hw/cpu/a*mpcore.c | |
110 | F: disas/arm.c | |
111 | F: disas/arm-a64.cc | |
112 | F: disas/libvixl/ | |
113 | ||
114 | CRIS | |
115 | M: Edgar E. Iglesias <[email protected]> | |
116 | S: Maintained | |
117 | F: target-cris/ | |
118 | F: hw/cris/ | |
119 | F: tests/tcg/cris/ | |
120 | F: disas/cris.c | |
121 | ||
122 | LM32 | |
123 | M: Michael Walle <[email protected]> | |
124 | S: Maintained | |
125 | F: target-lm32/ | |
126 | F: disas/lm32.c | |
127 | F: hw/lm32/ | |
128 | F: hw/*/lm32_* | |
129 | F: hw/*/milkymist-* | |
130 | F: include/hw/char/lm32_juart.h | |
131 | F: include/hw/lm32/ | |
132 | F: tests/tcg/lm32/ | |
133 | ||
134 | M68K | |
135 | S: Orphan | |
136 | F: target-m68k/ | |
137 | F: hw/m68k/ | |
138 | ||
139 | MicroBlaze | |
140 | M: Edgar E. Iglesias <[email protected]> | |
141 | S: Maintained | |
142 | F: target-microblaze/ | |
143 | F: hw/microblaze/ | |
144 | F: disas/microblaze.c | |
145 | ||
146 | MIPS | |
147 | M: Aurelien Jarno <[email protected]> | |
148 | M: Yongbok Kim <[email protected]> | |
149 | S: Maintained | |
150 | F: target-mips/ | |
151 | F: hw/mips/ | |
152 | F: tests/tcg/mips/ | |
153 | F: disas/mips.c | |
154 | ||
155 | Moxie | |
156 | M: Anthony Green <[email protected]> | |
157 | S: Maintained | |
158 | F: target-moxie/ | |
159 | F: disas/moxie.c | |
160 | ||
161 | OpenRISC | |
162 | M: Jia Liu <[email protected]> | |
163 | S: Maintained | |
164 | F: target-openrisc/ | |
165 | F: hw/openrisc/ | |
166 | F: tests/tcg/openrisc/ | |
167 | ||
168 | PowerPC | |
169 | M: David Gibson <[email protected]> | |
170 | M: Alexander Graf <[email protected]> | |
171 | L: [email protected] | |
172 | S: Maintained | |
173 | F: target-ppc/ | |
174 | F: hw/ppc/ | |
175 | F: include/hw/ppc/ | |
176 | F: disas/ppc.c | |
177 | ||
178 | S390 | |
179 | M: Richard Henderson <[email protected]> | |
180 | M: Alexander Graf <[email protected]> | |
181 | S: Maintained | |
182 | F: target-s390x/ | |
183 | F: hw/s390x/ | |
184 | F: disas/s390.c | |
185 | ||
186 | SH4 | |
187 | M: Aurelien Jarno <[email protected]> | |
188 | S: Odd Fixes | |
189 | F: target-sh4/ | |
190 | F: hw/sh4/ | |
191 | F: disas/sh4.c | |
192 | F: include/hw/sh4/ | |
193 | ||
194 | SPARC | |
195 | M: Mark Cave-Ayland <[email protected]> | |
196 | M: Artyom Tarasenko <[email protected]> | |
197 | S: Maintained | |
198 | F: target-sparc/ | |
199 | F: hw/sparc/ | |
200 | F: hw/sparc64/ | |
201 | F: disas/sparc.c | |
202 | ||
203 | UniCore32 | |
204 | M: Guan Xuetao <[email protected]> | |
205 | S: Maintained | |
206 | F: target-unicore32/ | |
207 | F: hw/unicore32/ | |
208 | F: include/hw/unicore32/ | |
209 | ||
210 | X86 | |
211 | M: Paolo Bonzini <[email protected]> | |
212 | M: Richard Henderson <[email protected]> | |
213 | M: Eduardo Habkost <[email protected]> | |
214 | S: Maintained | |
215 | F: target-i386/ | |
216 | F: hw/i386/ | |
217 | F: disas/i386.c | |
218 | ||
219 | Xtensa | |
220 | M: Max Filippov <[email protected]> | |
221 | W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa | |
222 | S: Maintained | |
223 | F: target-xtensa/ | |
224 | F: hw/xtensa/ | |
225 | F: tests/tcg/xtensa/ | |
226 | ||
227 | TriCore | |
228 | M: Bastian Koppelmann <[email protected]> | |
229 | S: Maintained | |
230 | F: target-tricore/ | |
231 | F: hw/tricore/ | |
232 | F: include/hw/tricore/ | |
233 | ||
234 | Guest CPU Cores (KVM): | |
235 | ---------------------- | |
236 | ||
237 | Overall | |
238 | M: Paolo Bonzini <[email protected]> | |
239 | L: [email protected] | |
240 | S: Supported | |
241 | F: kvm-* | |
242 | F: */kvm.* | |
243 | F: include/sysemu/kvm*.h | |
244 | ||
245 | ARM | |
246 | M: Peter Maydell <[email protected]> | |
247 | L: [email protected] | |
248 | S: Maintained | |
249 | F: target-arm/kvm.c | |
250 | ||
251 | MIPS | |
252 | M: James Hogan <[email protected]> | |
253 | S: Maintained | |
254 | F: target-mips/kvm.c | |
255 | ||
256 | PPC | |
257 | M: Alexander Graf <[email protected]> | |
258 | S: Maintained | |
259 | F: target-ppc/kvm.c | |
260 | ||
261 | S390 | |
262 | M: Christian Borntraeger <[email protected]> | |
263 | M: Cornelia Huck <[email protected]> | |
264 | M: Alexander Graf <[email protected]> | |
265 | S: Maintained | |
266 | F: target-s390x/kvm.c | |
267 | F: target-s390x/ioinst.[ch] | |
268 | F: target-s390x/machine.c | |
269 | F: hw/intc/s390_flic.c | |
270 | F: hw/intc/s390_flic_kvm.c | |
271 | F: include/hw/s390x/s390_flic.h | |
272 | F: gdb-xml/s390*.xml | |
273 | T: git git://github.com/cohuck/qemu.git s390-next | |
274 | T: git git://github.com/borntraeger/qemu.git s390-next | |
275 | ||
276 | X86 | |
277 | M: Paolo Bonzini <[email protected]> | |
278 | M: Marcelo Tosatti <[email protected]> | |
279 | L: [email protected] | |
280 | S: Supported | |
281 | F: target-i386/kvm.c | |
282 | ||
283 | Guest CPU Cores (Xen): | |
284 | ---------------------- | |
285 | ||
286 | X86 | |
287 | M: Stefano Stabellini <[email protected]> | |
288 | M: Anthony Perard <[email protected]> | |
289 | L: [email protected] | |
290 | S: Supported | |
291 | F: xen-* | |
292 | F: */xen* | |
293 | F: hw/char/xen_console.c | |
294 | F: hw/display/xenfb.c | |
295 | F: hw/net/xen_nic.c | |
296 | F: hw/block/xen_* | |
297 | F: hw/xen/ | |
298 | F: hw/xenpv/ | |
299 | F: hw/i386/xen/ | |
300 | F: include/hw/xen/ | |
301 | F: include/sysemu/xen-mapcache.h | |
302 | ||
303 | Hosts: | |
304 | ------ | |
305 | ||
306 | LINUX | |
307 | L: [email protected] | |
308 | S: Maintained | |
309 | F: linux-* | |
310 | F: linux-headers/ | |
311 | ||
312 | POSIX | |
313 | L: [email protected] | |
314 | S: Maintained | |
315 | F: *posix* | |
316 | ||
317 | W32, W64 | |
318 | L: [email protected] | |
319 | M: Stefan Weil <[email protected]> | |
320 | S: Maintained | |
321 | F: *win32* | |
322 | F: qemu.nsi | |
323 | ||
324 | ARM Machines | |
325 | ------------ | |
326 | Allwinner-a10 | |
327 | M: Beniamino Galvani <[email protected]> | |
328 | L: [email protected] | |
329 | S: Maintained | |
330 | F: hw/*/allwinner* | |
331 | F: include/hw/*/allwinner* | |
332 | F: hw/arm/cubieboard.c | |
333 | ||
334 | ARM PrimeCell | |
335 | M: Peter Maydell <[email protected]> | |
336 | L: [email protected] | |
337 | S: Maintained | |
338 | F: hw/char/pl011.c | |
339 | F: hw/display/pl110* | |
340 | F: hw/dma/pl080.c | |
341 | F: hw/dma/pl330.c | |
342 | F: hw/gpio/pl061.c | |
343 | F: hw/input/pl050.c | |
344 | F: hw/intc/pl190.c | |
345 | F: hw/sd/pl181.c | |
346 | F: hw/timer/pl031.c | |
347 | F: include/hw/arm/primecell.h | |
348 | ||
349 | ARM cores | |
350 | M: Peter Maydell <[email protected]> | |
351 | L: [email protected] | |
352 | S: Maintained | |
353 | F: hw/intc/arm* | |
354 | F: hw/intc/gic_internal.h | |
355 | F: hw/misc/a9scu.c | |
356 | F: hw/misc/arm11scu.c | |
357 | F: hw/timer/a9gtimer* | |
358 | F: hw/timer/arm_* | |
359 | F: include/hw/arm/arm.h | |
360 | F: include/hw/intc/arm* | |
361 | F: include/hw/misc/a9scu.h | |
362 | F: include/hw/misc/arm11scu.h | |
363 | F: include/hw/timer/a9gtimer.h | |
364 | F: include/hw/timer/arm_mptimer.h | |
365 | ||
366 | Exynos | |
367 | M: Igor Mitsyanko <[email protected]> | |
368 | L: [email protected] | |
369 | S: Maintained | |
370 | F: hw/*/exynos* | |
371 | F: include/hw/arm/exynos4210.h | |
372 | ||
373 | Calxeda Highbank | |
374 | M: Rob Herring <[email protected]> | |
375 | L: [email protected] | |
376 | S: Maintained | |
377 | F: hw/arm/highbank.c | |
378 | F: hw/net/xgmac.c | |
379 | ||
380 | Canon DIGIC | |
381 | M: Antony Pavlov <[email protected]> | |
382 | L: [email protected] | |
383 | S: Maintained | |
384 | F: include/hw/arm/digic.h | |
385 | F: hw/*/digic* | |
386 | ||
387 | Gumstix | |
388 | L: [email protected] | |
389 | L: [email protected] | |
390 | S: Orphan | |
391 | F: hw/arm/gumstix.c | |
392 | ||
393 | i.MX31 | |
394 | M: Peter Chubb <[email protected]> | |
395 | L: [email protected] | |
396 | S: Odd fixes | |
397 | F: hw/*/imx* | |
398 | F: hw/arm/kzm.c | |
399 | F: include/hw/arm/fsl-imx31.h | |
400 | ||
401 | Integrator CP | |
402 | M: Peter Maydell <[email protected]> | |
403 | L: [email protected] | |
404 | S: Maintained | |
405 | F: hw/arm/integratorcp.c | |
406 | ||
407 | Musicpal | |
408 | M: Jan Kiszka <[email protected]> | |
409 | L: [email protected] | |
410 | S: Maintained | |
411 | F: hw/arm/musicpal.c | |
412 | ||
413 | nSeries | |
414 | M: Andrzej Zaborowski <[email protected]> | |
415 | L: [email protected] | |
416 | S: Maintained | |
417 | F: hw/arm/nseries.c | |
418 | ||
419 | Palm | |
420 | M: Andrzej Zaborowski <[email protected]> | |
421 | L: [email protected] | |
422 | S: Maintained | |
423 | F: hw/arm/palm.c | |
424 | ||
425 | Real View | |
426 | M: Peter Maydell <[email protected]> | |
427 | L: [email protected] | |
428 | S: Maintained | |
429 | F: hw/arm/realview* | |
430 | F: hw/intc/realview_gic.c | |
431 | F: include/hw/intc/realview_gic.h | |
432 | ||
433 | PXA2XX | |
434 | M: Andrzej Zaborowski <[email protected]> | |
435 | L: [email protected] | |
436 | S: Maintained | |
437 | F: hw/arm/mainstone.c | |
438 | F: hw/arm/spitz.c | |
439 | F: hw/arm/tosa.c | |
440 | F: hw/arm/z2.c | |
441 | F: hw/*/pxa2xx* | |
442 | F: include/hw/arm/pxa.h | |
443 | ||
444 | Stellaris | |
445 | M: Peter Maydell <[email protected]> | |
446 | L: [email protected] | |
447 | S: Maintained | |
448 | F: hw/*/stellaris* | |
449 | ||
450 | Versatile PB | |
451 | M: Peter Maydell <[email protected]> | |
452 | L: [email protected] | |
453 | S: Maintained | |
454 | F: hw/*/versatile* | |
455 | ||
456 | Xilinx Zynq | |
457 | M: Edgar E. Iglesias <[email protected]> | |
458 | M: Alistair Francis <[email protected]> | |
459 | L: [email protected] | |
460 | S: Maintained | |
461 | F: hw/*/xilinx_* | |
462 | F: hw/*/cadence_* | |
463 | F: hw/misc/zynq_slcr.c | |
464 | X: hw/ssi/xilinx_* | |
465 | ||
466 | Xilinx ZynqMP | |
467 | M: Alistair Francis <[email protected]> | |
468 | M: Edgar E. Iglesias <[email protected]> | |
469 | L: [email protected] | |
470 | S: Maintained | |
471 | F: hw/*/xlnx*.c | |
472 | F: include/hw/*/xlnx*.h | |
473 | ||
474 | ARM ACPI Subsystem | |
475 | M: Shannon Zhao <[email protected]> | |
476 | M: Shannon Zhao <[email protected]> | |
477 | L: [email protected] | |
478 | S: Maintained | |
479 | F: hw/arm/virt-acpi-build.c | |
480 | F: include/hw/arm/virt-acpi-build.h | |
481 | ||
482 | STM32F205 | |
483 | M: Alistair Francis <[email protected]> | |
484 | S: Maintained | |
485 | F: hw/arm/stm32f205_soc.c | |
486 | F: hw/misc/stm32f2xx_syscfg.c | |
487 | F: hw/char/stm32f2xx_usart.c | |
488 | F: hw/timer/stm32f2xx_timer.c | |
489 | F: hw/adc/* | |
490 | F: hw/ssi/stm32f2xx_spi.c | |
491 | ||
492 | Netduino 2 | |
493 | M: Alistair Francis <[email protected]> | |
494 | S: Maintained | |
495 | F: hw/arm/netduino2.c | |
496 | ||
497 | CRIS Machines | |
498 | ------------- | |
499 | Axis Dev88 | |
500 | M: Edgar E. Iglesias <[email protected]> | |
501 | S: Maintained | |
502 | F: hw/cris/axis_dev88.c | |
503 | F: hw/*/etraxfs_*.c | |
504 | ||
505 | LM32 Machines | |
506 | ------------- | |
507 | EVR32 and uclinux BSP | |
508 | M: Michael Walle <[email protected]> | |
509 | S: Maintained | |
510 | F: hw/lm32/lm32_boards.c | |
511 | ||
512 | milkymist | |
513 | M: Michael Walle <[email protected]> | |
514 | S: Maintained | |
515 | F: hw/lm32/milkymist.c | |
516 | ||
517 | M68K Machines | |
518 | ------------- | |
519 | an5206 | |
520 | S: Orphan | |
521 | F: hw/m68k/an5206.c | |
522 | ||
523 | dummy_m68k | |
524 | S: Orphan | |
525 | F: hw/m68k/dummy_m68k.c | |
526 | ||
527 | mcf5208 | |
528 | S: Orphan | |
529 | F: hw/m68k/mcf5208.c | |
530 | ||
531 | MicroBlaze Machines | |
532 | ------------------- | |
533 | petalogix_s3adsp1800 | |
534 | M: Edgar E. Iglesias <[email protected]> | |
535 | S: Maintained | |
536 | F: hw/microblaze/petalogix_s3adsp1800_mmu.c | |
537 | ||
538 | petalogix_ml605 | |
539 | M: Edgar E. Iglesias <[email protected]> | |
540 | S: Maintained | |
541 | F: hw/microblaze/petalogix_ml605_mmu.c | |
542 | ||
543 | MIPS Machines | |
544 | ------------- | |
545 | Jazz | |
546 | M: Hervé Poussineau <[email protected]> | |
547 | S: Maintained | |
548 | F: hw/mips/mips_jazz.c | |
549 | ||
550 | Malta | |
551 | M: Aurelien Jarno <[email protected]> | |
552 | S: Maintained | |
553 | F: hw/mips/mips_malta.c | |
554 | ||
555 | Mipssim | |
556 | L: [email protected] | |
557 | S: Orphan | |
558 | F: hw/mips/mips_mipssim.c | |
559 | ||
560 | R4000 | |
561 | M: Aurelien Jarno <[email protected]> | |
562 | S: Maintained | |
563 | F: hw/mips/mips_r4k.c | |
564 | ||
565 | OpenRISC Machines | |
566 | ----------------- | |
567 | or1k-sim | |
568 | M: Jia Liu <[email protected]> | |
569 | S: Maintained | |
570 | F: hw/openrisc/openrisc_sim.c | |
571 | ||
572 | PowerPC Machines | |
573 | ---------------- | |
574 | 405 | |
575 | M: Alexander Graf <[email protected]> | |
576 | L: [email protected] | |
577 | S: Odd Fixes | |
578 | F: hw/ppc/ppc405_boards.c | |
579 | ||
580 | Bamboo | |
581 | M: Alexander Graf <[email protected]> | |
582 | L: [email protected] | |
583 | S: Odd Fixes | |
584 | F: hw/ppc/ppc440_bamboo.c | |
585 | ||
586 | e500 | |
587 | M: Alexander Graf <[email protected]> | |
588 | M: Scott Wood <[email protected]> | |
589 | L: [email protected] | |
590 | S: Supported | |
591 | F: hw/ppc/e500.[hc] | |
592 | F: hw/ppc/e500plat.c | |
593 | F: include/hw/ppc/ppc_e500.h | |
594 | F: include/hw/pci-host/ppce500.h | |
595 | F: pc-bios/u-boot.e500 | |
596 | ||
597 | mpc8544ds | |
598 | M: Alexander Graf <[email protected]> | |
599 | M: Scott Wood <[email protected]> | |
600 | L: [email protected] | |
601 | S: Supported | |
602 | F: hw/ppc/mpc8544ds.c | |
603 | F: hw/ppc/mpc8544_guts.c | |
604 | ||
605 | New World | |
606 | M: Alexander Graf <[email protected]> | |
607 | L: [email protected] | |
608 | S: Maintained | |
609 | F: hw/ppc/mac_newworld.c | |
610 | F: hw/pci-host/uninorth.c | |
611 | F: hw/pci-bridge/dec.[hc] | |
612 | F: hw/misc/macio/ | |
613 | F: include/hw/ppc/mac_dbdma.h | |
614 | F: hw/nvram/mac_nvram.c | |
615 | ||
616 | Old World | |
617 | M: Alexander Graf <[email protected]> | |
618 | L: [email protected] | |
619 | S: Maintained | |
620 | F: hw/ppc/mac_oldworld.c | |
621 | F: hw/pci-host/grackle.c | |
622 | F: hw/misc/macio/ | |
623 | F: hw/intc/heathrow_pic.c | |
624 | ||
625 | PReP | |
626 | L: [email protected] | |
627 | L: [email protected] | |
628 | S: Odd Fixes | |
629 | F: hw/ppc/prep.c | |
630 | F: hw/pci-host/prep.[hc] | |
631 | F: hw/isa/pc87312.[hc] | |
632 | F: pc-bios/ppc_rom.bin | |
633 | ||
634 | sPAPR | |
635 | M: David Gibson <[email protected]> | |
636 | M: Alexander Graf <[email protected]> | |
637 | L: [email protected] | |
638 | S: Supported | |
639 | F: hw/*/spapr* | |
640 | F: include/hw/*/spapr* | |
641 | F: hw/*/xics* | |
642 | F: include/hw/*/xics* | |
643 | F: pc-bios/spapr-rtas/* | |
644 | F: pc-bios/spapr-rtas.bin | |
645 | F: pc-bios/slof.bin | |
646 | F: docs/specs/ppc-spapr-hcalls.txt | |
647 | F: docs/specs/ppc-spapr-hotplug.txt | |
648 | F: tests/spapr* | |
649 | F: tests/libqos/*spapr* | |
650 | F: tests/rtas* | |
651 | F: tests/libqos/rtas* | |
652 | ||
653 | virtex_ml507 | |
654 | M: Edgar E. Iglesias <[email protected]> | |
655 | L: [email protected] | |
656 | S: Odd Fixes | |
657 | F: hw/ppc/virtex_ml507.c | |
658 | ||
659 | SH4 Machines | |
660 | ------------ | |
661 | R2D | |
662 | M: Magnus Damm <[email protected]> | |
663 | S: Maintained | |
664 | F: hw/sh4/r2d.c | |
665 | ||
666 | Shix | |
667 | M: Magnus Damm <[email protected]> | |
668 | S: Orphan | |
669 | F: hw/sh4/shix.c | |
670 | ||
671 | SPARC Machines | |
672 | -------------- | |
673 | Sun4m | |
674 | M: Blue Swirl <[email protected]> | |
675 | M: Mark Cave-Ayland <[email protected]> | |
676 | S: Maintained | |
677 | F: hw/sparc/sun4m.c | |
678 | ||
679 | Sun4u | |
680 | M: Blue Swirl <[email protected]> | |
681 | M: Mark Cave-Ayland <[email protected]> | |
682 | S: Maintained | |
683 | F: hw/sparc64/sun4u.c | |
684 | ||
685 | Leon3 | |
686 | M: Fabien Chouteau <[email protected]> | |
687 | S: Maintained | |
688 | F: hw/sparc/leon3.c | |
689 | F: hw/*/grlib* | |
690 | ||
691 | S390 Machines | |
692 | ------------- | |
693 | S390 Virtio-ccw | |
694 | M: Cornelia Huck <[email protected]> | |
695 | M: Christian Borntraeger <[email protected]> | |
696 | M: Alexander Graf <[email protected]> | |
697 | S: Supported | |
698 | F: hw/char/sclp*.[hc] | |
699 | F: hw/s390x/ | |
700 | F: include/hw/s390x/ | |
701 | F: pc-bios/s390-ccw/ | |
702 | F: hw/watchdog/wdt_diag288.c | |
703 | F: include/hw/watchdog/wdt_diag288.h | |
704 | F: pc-bios/s390-ccw.img | |
705 | F: default-configs/s390x-softmmu.mak | |
706 | T: git git://github.com/cohuck/qemu.git s390-next | |
707 | T: git git://github.com/borntraeger/qemu.git s390-next | |
708 | ||
709 | UniCore32 Machines | |
710 | ------------- | |
711 | PKUnity-3 SoC initramfs-with-busybox | |
712 | M: Guan Xuetao <[email protected]> | |
713 | S: Maintained | |
714 | F: hw/*/puv3* | |
715 | F: hw/unicore32/ | |
716 | ||
717 | X86 Machines | |
718 | ------------ | |
719 | PC | |
720 | M: Michael S. Tsirkin <[email protected]> | |
721 | S: Supported | |
722 | F: include/hw/i386/ | |
723 | F: hw/i386/ | |
724 | F: hw/pci-host/piix.c | |
725 | F: hw/pci-host/q35.c | |
726 | F: hw/pci-host/pam.c | |
727 | F: include/hw/pci-host/q35.h | |
728 | F: include/hw/pci-host/pam.h | |
729 | F: hw/isa/piix4.c | |
730 | F: hw/isa/lpc_ich9.c | |
731 | F: hw/i2c/smbus_ich9.c | |
732 | F: hw/acpi/piix4.c | |
733 | F: hw/acpi/ich9.c | |
734 | F: include/hw/acpi/ich9.h | |
735 | F: include/hw/acpi/piix4.h | |
736 | F: hw/misc/sga.c | |
737 | ||
738 | PC Chipset | |
739 | M: Michael S. Tsirkin <[email protected]> | |
740 | M: Paolo Bonzini <[email protected]> | |
741 | S: Support | |
742 | F: hw/char/debugcon.c | |
743 | F: hw/char/parallel.c | |
744 | F: hw/char/serial* | |
745 | F: hw/dma/i8257* | |
746 | F: hw/i2c/pm_smbus.c | |
747 | F: hw/intc/apic* | |
748 | F: hw/intc/ioapic* | |
749 | F: hw/intc/i8259* | |
750 | F: hw/misc/debugexit.c | |
751 | F: hw/misc/pc-testdev.c | |
752 | F: hw/timer/hpet* | |
753 | F: hw/timer/i8254* | |
754 | F: hw/timer/mc146818rtc* | |
755 | F: include/hw/i2c/pm_smbus.h | |
756 | F: include/hw/timer/hpet.h | |
757 | F: include/hw/timer/i8254* | |
758 | F: include/hw/timer/mc146818rtc* | |
759 | ||
760 | Machine core | |
761 | M: Eduardo Habkost <[email protected]> | |
762 | M: Marcel Apfelbaum <[email protected]> | |
763 | S: Supported | |
764 | F: hw/core/machine.c | |
765 | F: include/hw/boards.h | |
766 | ||
767 | Xtensa Machines | |
768 | --------------- | |
769 | sim | |
770 | M: Max Filippov <[email protected]> | |
771 | S: Maintained | |
772 | F: hw/xtensa/sim.c | |
773 | ||
774 | XTFPGA (LX60, LX200, ML605, KC705) | |
775 | M: Max Filippov <[email protected]> | |
776 | S: Maintained | |
777 | F: hw/xtensa/xtfpga.c | |
778 | F: hw/net/opencores_eth.c | |
779 | ||
780 | Devices | |
781 | ------- | |
782 | EDU | |
783 | M: Jiri Slaby <[email protected]> | |
784 | S: Maintained | |
785 | F: hw/misc/edu.c | |
786 | ||
787 | IDE | |
788 | M: John Snow <[email protected]> | |
789 | L: [email protected] | |
790 | S: Supported | |
791 | F: include/hw/ide.h | |
792 | F: include/hw/ide/ | |
793 | F: hw/ide/ | |
794 | F: hw/block/block.c | |
795 | F: hw/block/cdrom.c | |
796 | F: hw/block/hd-geometry.c | |
797 | F: tests/ide-test.c | |
798 | F: tests/ahci-test.c | |
799 | F: tests/libqos/ahci* | |
800 | T: git git://github.com/jnsnow/qemu.git ide | |
801 | ||
802 | Floppy | |
803 | M: John Snow <[email protected]> | |
804 | L: [email protected] | |
805 | S: Supported | |
806 | F: hw/block/fdc.c | |
807 | F: include/hw/block/fdc.h | |
808 | F: tests/fdc-test.c | |
809 | T: git git://github.com/jnsnow/qemu.git ide | |
810 | ||
811 | OMAP | |
812 | M: Peter Maydell <[email protected]> | |
813 | S: Maintained | |
814 | F: hw/*/omap* | |
815 | F: include/hw/arm/omap.h | |
816 | ||
817 | IPack | |
818 | M: Alberto Garcia <[email protected]> | |
819 | S: Odd Fixes | |
820 | F: hw/char/ipoctal232.c | |
821 | F: hw/ipack/ | |
822 | ||
823 | PCI | |
824 | M: Michael S. Tsirkin <[email protected]> | |
825 | M: Marcel Apfelbaum <[email protected]> | |
826 | S: Supported | |
827 | F: include/hw/pci/* | |
828 | F: hw/misc/pci-testdev.c | |
829 | F: hw/pci/* | |
830 | F: hw/pci-bridge/* | |
831 | ||
832 | ACPI/SMBIOS | |
833 | M: Michael S. Tsirkin <[email protected]> | |
834 | M: Igor Mammedov <[email protected]> | |
835 | S: Supported | |
836 | F: include/hw/acpi/* | |
837 | F: include/hw/smbios/* | |
838 | F: hw/mem/* | |
839 | F: hw/acpi/* | |
840 | F: hw/smbios/* | |
841 | F: hw/i386/acpi-build.[hc] | |
842 | F: hw/arm/virt-acpi-build.c | |
843 | F: include/hw/arm/virt-acpi-build.h | |
844 | ||
845 | ppc4xx | |
846 | M: Alexander Graf <[email protected]> | |
847 | L: [email protected] | |
848 | S: Odd Fixes | |
849 | F: hw/ppc/ppc4*.c | |
850 | F: include/hw/ppc/ppc4xx.h | |
851 | ||
852 | ppce500 | |
853 | M: Alexander Graf <[email protected]> | |
854 | M: Scott Wood <[email protected]> | |
855 | L: [email protected] | |
856 | S: Supported | |
857 | F: hw/ppc/e500* | |
858 | F: hw/pci-host/ppce500.c | |
859 | F: hw/net/fsl_etsec/ | |
860 | ||
861 | Character devices | |
862 | M: Paolo Bonzini <[email protected]> | |
863 | S: Odd Fixes | |
864 | F: hw/char/ | |
865 | ||
866 | Network devices | |
867 | M: Jason Wang <[email protected]> | |
868 | S: Odd Fixes | |
869 | F: hw/net/ | |
870 | F: tests/virtio-net-test.c | |
871 | T: git git://github.com/jasowang/qemu.git net | |
872 | ||
873 | SCSI | |
874 | M: Paolo Bonzini <[email protected]> | |
875 | S: Supported | |
876 | F: include/hw/scsi/* | |
877 | F: hw/scsi/* | |
878 | F: tests/virtio-scsi-test.c | |
879 | T: git git://github.com/bonzini/qemu.git scsi-next | |
880 | ||
881 | LSI53C895A | |
882 | S: Orphan | |
883 | F: hw/scsi/lsi53c895a.c | |
884 | ||
885 | SSI | |
886 | M: Peter Crosthwaite <[email protected]> | |
887 | S: Maintained | |
888 | F: hw/ssi/* | |
889 | F: hw/block/m25p80.c | |
890 | X: hw/ssi/xilinx_* | |
891 | ||
892 | Xilinx SPI | |
893 | M: Alistair Francis <[email protected]> | |
894 | M: Peter Crosthwaite <[email protected]> | |
895 | S: Maintained | |
896 | F: hw/ssi/xilinx_* | |
897 | ||
898 | USB | |
899 | M: Gerd Hoffmann <[email protected]> | |
900 | S: Maintained | |
901 | F: hw/usb/* | |
902 | F: tests/usb-*-test.c | |
903 | F: docs/usb2.txt | |
904 | F: docs/usb-storage.txt | |
905 | F: include/hw/usb.h | |
906 | F: include/hw/usb/ | |
907 | ||
908 | USB (serial adapter) | |
909 | M: Gerd Hoffmann <[email protected]> | |
910 | M: Samuel Thibault <[email protected]> | |
911 | S: Maintained | |
912 | F: hw/usb/dev-serial.c | |
913 | ||
914 | VFIO | |
915 | M: Alex Williamson <[email protected]> | |
916 | S: Supported | |
917 | F: hw/vfio/* | |
918 | F: include/hw/vfio/ | |
919 | ||
920 | vhost | |
921 | M: Michael S. Tsirkin <[email protected]> | |
922 | S: Supported | |
923 | F: hw/*/*vhost* | |
924 | ||
925 | virtio | |
926 | M: Michael S. Tsirkin <[email protected]> | |
927 | S: Supported | |
928 | F: hw/*/virtio* | |
929 | F: net/vhost-user.c | |
930 | F: include/hw/virtio/ | |
931 | F: tests/virtio-balloon-test.c | |
932 | ||
933 | virtio-9p | |
934 | M: Aneesh Kumar K.V <[email protected]> | |
935 | M: Greg Kurz <[email protected]> | |
936 | S: Supported | |
937 | F: hw/9pfs/ | |
938 | F: fsdev/ | |
939 | F: tests/virtio-9p-test.c | |
940 | T: git git://github.com/kvaneesh/QEMU.git | |
941 | T: git git://github.com/gkurz/qemu.git 9p-next | |
942 | ||
943 | virtio-blk | |
944 | M: Stefan Hajnoczi <[email protected]> | |
945 | L: [email protected] | |
946 | S: Supported | |
947 | F: hw/block/virtio-blk.c | |
948 | F: hw/block/dataplane/* | |
949 | F: tests/virtio-blk-test.c | |
950 | T: git git://github.com/stefanha/qemu.git block | |
951 | ||
952 | virtio-ccw | |
953 | M: Cornelia Huck <[email protected]> | |
954 | M: Christian Borntraeger <[email protected]> | |
955 | S: Supported | |
956 | F: hw/s390x/virtio-ccw.[hc] | |
957 | T: git git://github.com/cohuck/qemu.git s390-next | |
958 | T: git git://github.com/borntraeger/qemu.git s390-next | |
959 | ||
960 | virtio-input | |
961 | M: Gerd Hoffmann <[email protected]> | |
962 | S: Maintained | |
963 | F: hw/input/virtio-input*.c | |
964 | F: include/hw/virtio/virtio-input.h | |
965 | ||
966 | virtio-serial | |
967 | M: Amit Shah <[email protected]> | |
968 | S: Supported | |
969 | F: hw/char/virtio-serial-bus.c | |
970 | F: hw/char/virtio-console.c | |
971 | F: include/hw/virtio/virtio-serial.h | |
972 | F: tests/virtio-console-test.c | |
973 | F: tests/virtio-serial-test.c | |
974 | ||
975 | virtio-rng | |
976 | M: Amit Shah <[email protected]> | |
977 | S: Supported | |
978 | F: hw/virtio/virtio-rng.c | |
979 | F: include/hw/virtio/virtio-rng.h | |
980 | F: include/sysemu/rng*.h | |
981 | F: backends/rng*.c | |
982 | F: tests/virtio-rng-test.c | |
983 | ||
984 | nvme | |
985 | M: Keith Busch <[email protected]> | |
986 | L: [email protected] | |
987 | S: Supported | |
988 | F: hw/block/nvme* | |
989 | F: tests/nvme-test.c | |
990 | ||
991 | megasas | |
992 | M: Hannes Reinecke <[email protected]> | |
993 | L: [email protected] | |
994 | S: Supported | |
995 | F: hw/scsi/megasas.c | |
996 | F: hw/scsi/mfi.h | |
997 | ||
998 | Network packet abstractions | |
999 | M: Dmitry Fleytman <[email protected]> | |
1000 | S: Maintained | |
1001 | F: include/net/eth.h | |
1002 | F: net/eth.c | |
1003 | F: hw/net/net_rx_pkt* | |
1004 | F: hw/net/net_tx_pkt* | |
1005 | ||
1006 | Vmware | |
1007 | M: Dmitry Fleytman <[email protected]> | |
1008 | S: Maintained | |
1009 | F: hw/net/vmxnet* | |
1010 | F: hw/scsi/vmw_pvscsi* | |
1011 | ||
1012 | Rocker | |
1013 | M: Jiri Pirko <[email protected]> | |
1014 | S: Maintained | |
1015 | F: hw/net/rocker/ | |
1016 | ||
1017 | NVDIMM | |
1018 | M: Xiao Guangrong <[email protected]> | |
1019 | S: Maintained | |
1020 | F: hw/acpi/nvdimm.c | |
1021 | F: hw/mem/nvdimm.c | |
1022 | F: include/hw/mem/nvdimm.h | |
1023 | ||
1024 | e1000x | |
1025 | M: Dmitry Fleytman <[email protected]> | |
1026 | S: Maintained | |
1027 | F: hw/net/e1000x* | |
1028 | ||
1029 | e1000e | |
1030 | M: Dmitry Fleytman <[email protected]> | |
1031 | S: Maintained | |
1032 | F: hw/net/e1000e* | |
1033 | ||
1034 | Generic Loader | |
1035 | M: Alistair Francis <[email protected]> | |
1036 | S: Maintained | |
1037 | F: hw/core/generic-loader.c | |
1038 | F: include/hw/core/generic-loader.h | |
1039 | ||
1040 | Subsystems | |
1041 | ---------- | |
1042 | Audio | |
1043 | M: Gerd Hoffmann <[email protected]> | |
1044 | S: Maintained | |
1045 | F: audio/ | |
1046 | F: hw/audio/ | |
1047 | F: tests/ac97-test.c | |
1048 | F: tests/es1370-test.c | |
1049 | F: tests/intel-hda-test.c | |
1050 | ||
1051 | Block layer core | |
1052 | M: Kevin Wolf <[email protected]> | |
1053 | M: Max Reitz <[email protected]> | |
1054 | L: [email protected] | |
1055 | S: Supported | |
1056 | F: block* | |
1057 | F: block/ | |
1058 | F: hw/block/ | |
1059 | F: include/block/ | |
1060 | F: qemu-img* | |
1061 | F: qemu-io* | |
1062 | F: tests/qemu-iotests/ | |
1063 | T: git git://repo.or.cz/qemu/kevin.git block | |
1064 | ||
1065 | Block I/O path | |
1066 | M: Stefan Hajnoczi <[email protected]> | |
1067 | M: Fam Zheng <[email protected]> | |
1068 | L: [email protected] | |
1069 | S: Supported | |
1070 | F: async.c | |
1071 | F: aio-*.c | |
1072 | F: block/io.c | |
1073 | F: migration/block* | |
1074 | F: include/block/aio.h | |
1075 | T: git git://github.com/stefanha/qemu.git block | |
1076 | ||
1077 | Block Jobs | |
1078 | M: Jeff Cody <[email protected]> | |
1079 | L: [email protected] | |
1080 | S: Supported | |
1081 | F: blockjob.c | |
1082 | F: include/block/blockjob.h | |
1083 | F: block/backup.c | |
1084 | F: block/commit.c | |
1085 | F: block/stream.c | |
1086 | F: block/mirror.c | |
1087 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1088 | ||
1089 | Block QAPI, monitor, command line | |
1090 | M: Markus Armbruster <[email protected]> | |
1091 | S: Supported | |
1092 | F: blockdev.c | |
1093 | F: block/qapi.c | |
1094 | F: qapi/block*.json | |
1095 | T: git git://repo.or.cz/qemu/armbru.git block-next | |
1096 | ||
1097 | Character device backends | |
1098 | M: Paolo Bonzini <[email protected]> | |
1099 | S: Maintained | |
1100 | F: qemu-char.c | |
1101 | F: backends/msmouse.c | |
1102 | F: backends/testdev.c | |
1103 | ||
1104 | Character Devices (Braille) | |
1105 | M: Samuel Thibault <[email protected]> | |
1106 | S: Maintained | |
1107 | F: backends/baum.c | |
1108 | ||
1109 | Coverity model | |
1110 | M: Markus Armbruster <[email protected]> | |
1111 | S: Supported | |
1112 | F: scripts/coverity-model.c | |
1113 | ||
1114 | CPU | |
1115 | L: [email protected] | |
1116 | S: Supported | |
1117 | F: qom/cpu.c | |
1118 | F: include/qom/cpu.h | |
1119 | ||
1120 | Device Tree | |
1121 | M: Peter Crosthwaite <[email protected]> | |
1122 | M: Alexander Graf <[email protected]> | |
1123 | S: Maintained | |
1124 | F: device_tree.c | |
1125 | F: include/sysemu/device_tree.h | |
1126 | ||
1127 | Error reporting | |
1128 | M: Markus Armbruster <[email protected]> | |
1129 | S: Supported | |
1130 | F: include/qapi/error.h | |
1131 | F: include/qemu/error-report.h | |
1132 | F: util/error.c | |
1133 | F: util/qemu-error.c | |
1134 | ||
1135 | GDB stub | |
1136 | L: [email protected] | |
1137 | S: Odd Fixes | |
1138 | F: gdbstub* | |
1139 | F: gdb-xml/ | |
1140 | ||
1141 | Memory API | |
1142 | M: Paolo Bonzini <[email protected]> | |
1143 | S: Supported | |
1144 | F: include/exec/ioport.h | |
1145 | F: ioport.c | |
1146 | F: include/exec/memory.h | |
1147 | F: include/exec/ram_addr.h | |
1148 | F: memory.c | |
1149 | F: include/exec/memory-internal.h | |
1150 | F: exec.c | |
1151 | ||
1152 | SPICE | |
1153 | M: Gerd Hoffmann <[email protected]> | |
1154 | S: Supported | |
1155 | F: include/ui/qemu-spice.h | |
1156 | F: include/ui/spice-display.h | |
1157 | F: ui/spice-*.c | |
1158 | F: audio/spiceaudio.c | |
1159 | F: hw/display/qxl* | |
1160 | ||
1161 | Graphics | |
1162 | M: Gerd Hoffmann <[email protected]> | |
1163 | S: Odd Fixes | |
1164 | F: ui/ | |
1165 | F: include/ui/ | |
1166 | ||
1167 | Cocoa graphics | |
1168 | M: Peter Maydell <[email protected]> | |
1169 | S: Odd Fixes | |
1170 | F: ui/cocoa.m | |
1171 | ||
1172 | Main loop | |
1173 | M: Paolo Bonzini <[email protected]> | |
1174 | S: Maintained | |
1175 | F: cpus.c | |
1176 | F: main-loop.c | |
1177 | F: qemu-timer.c | |
1178 | F: vl.c | |
1179 | ||
1180 | Human Monitor (HMP) | |
1181 | M: Luiz Capitulino <[email protected]> | |
1182 | S: Maintained | |
1183 | F: monitor.c | |
1184 | F: hmp.c | |
1185 | F: hmp-commands.hx | |
1186 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
1187 | ||
1188 | Network device backends | |
1189 | M: Jason Wang <[email protected]> | |
1190 | S: Maintained | |
1191 | F: net/ | |
1192 | F: include/net/ | |
1193 | T: git git://github.com/jasowang/qemu.git net | |
1194 | ||
1195 | Netmap network backend | |
1196 | M: Luigi Rizzo <[email protected]> | |
1197 | M: Giuseppe Lettieri <[email protected]> | |
1198 | M: Vincenzo Maffione <[email protected]> | |
1199 | W: http://info.iet.unipi.it/~luigi/netmap/ | |
1200 | S: Maintained | |
1201 | F: net/netmap.c | |
1202 | ||
1203 | Network Block Device (NBD) | |
1204 | M: Paolo Bonzini <[email protected]> | |
1205 | S: Odd Fixes | |
1206 | F: block/nbd* | |
1207 | F: nbd/ | |
1208 | F: include/block/nbd* | |
1209 | F: qemu-nbd.c | |
1210 | T: git git://github.com/bonzini/qemu.git nbd-next | |
1211 | ||
1212 | NUMA | |
1213 | M: Eduardo Habkost <[email protected]> | |
1214 | S: Maintained | |
1215 | F: numa.c | |
1216 | F: include/sysemu/numa.h | |
1217 | T: git git://github.com/ehabkost/qemu.git numa | |
1218 | ||
1219 | Host Memory Backends | |
1220 | M: Eduardo Habkost <[email protected]> | |
1221 | M: Igor Mammedov <[email protected]> | |
1222 | S: Maintained | |
1223 | F: backends/hostmem*.c | |
1224 | F: include/sysemu/hostmem.h | |
1225 | ||
1226 | QAPI | |
1227 | M: Markus Armbruster <[email protected]> | |
1228 | M: Michael Roth <[email protected]> | |
1229 | S: Supported | |
1230 | F: qapi/ | |
1231 | X: qapi/*.json | |
1232 | F: include/qapi/ | |
1233 | X: include/qapi/qmp/ | |
1234 | F: include/qapi/qmp/dispatch.h | |
1235 | F: tests/qapi-schema/ | |
1236 | F: tests/test-*-visitor.c | |
1237 | F: tests/test-qmp-*.c | |
1238 | F: scripts/qapi* | |
1239 | F: docs/qapi* | |
1240 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
1241 | ||
1242 | QAPI Schema | |
1243 | M: Eric Blake <[email protected]> | |
1244 | M: Markus Armbruster <[email protected]> | |
1245 | S: Supported | |
1246 | F: qapi-schema.json | |
1247 | F: qapi/*.json | |
1248 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
1249 | ||
1250 | QObject | |
1251 | M: Luiz Capitulino <[email protected]> | |
1252 | S: Maintained | |
1253 | F: qobject/ | |
1254 | F: include/qapi/qmp/ | |
1255 | X: include/qapi/qmp/dispatch.h | |
1256 | F: tests/check-qdict.c | |
1257 | F: tests/check-qfloat.c | |
1258 | F: tests/check-qint.c | |
1259 | F: tests/check-qjson.c | |
1260 | F: tests/check-qlist.c | |
1261 | F: tests/check-qstring.c | |
1262 | T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp | |
1263 | ||
1264 | QEMU Guest Agent | |
1265 | M: Michael Roth <[email protected]> | |
1266 | S: Maintained | |
1267 | F: qga/ | |
1268 | T: git git://github.com/mdroth/qemu.git qga | |
1269 | ||
1270 | QOM | |
1271 | M: Andreas Färber <[email protected]> | |
1272 | S: Supported | |
1273 | T: git git://github.com/afaerber/qemu-cpu.git qom-next | |
1274 | F: include/qom/ | |
1275 | X: include/qom/cpu.h | |
1276 | F: qom/ | |
1277 | X: qom/cpu.c | |
1278 | F: tests/check-qom-interface.c | |
1279 | F: tests/check-qom-proplist.c | |
1280 | F: tests/qom-test.c | |
1281 | ||
1282 | QMP | |
1283 | M: Markus Armbruster <[email protected]> | |
1284 | S: Supported | |
1285 | F: qmp.c | |
1286 | F: monitor.c | |
1287 | F: docs/*qmp-* | |
1288 | F: scripts/qmp/ | |
1289 | T: git git://repo.or.cz/qemu/armbru.git qapi-next | |
1290 | ||
1291 | Register API | |
1292 | M: Alistair Francis <[email protected]> | |
1293 | S: Maintained | |
1294 | F: hw/core/register.c | |
1295 | F: include/hw/register.h | |
1296 | ||
1297 | SLIRP | |
1298 | M: Samuel Thibault <[email protected]> | |
1299 | M: Jan Kiszka <[email protected]> | |
1300 | S: Maintained | |
1301 | F: slirp/ | |
1302 | F: net/slirp.c | |
1303 | F: include/net/slirp.h | |
1304 | T: git git://git.kiszka.org/qemu.git queues/slirp | |
1305 | ||
1306 | Stubs | |
1307 | M: Paolo Bonzini <[email protected]> | |
1308 | S: Maintained | |
1309 | F: stubs/ | |
1310 | ||
1311 | Tracing | |
1312 | M: Stefan Hajnoczi <[email protected]> | |
1313 | S: Maintained | |
1314 | F: trace/ | |
1315 | F: scripts/tracetool.py | |
1316 | F: scripts/tracetool/ | |
1317 | F: docs/tracing.txt | |
1318 | T: git git://github.com/stefanha/qemu.git tracing | |
1319 | ||
1320 | Checkpatch | |
1321 | S: Odd Fixes | |
1322 | F: scripts/checkpatch.pl | |
1323 | ||
1324 | Migration | |
1325 | M: Juan Quintela <[email protected]> | |
1326 | M: Amit Shah <[email protected]> | |
1327 | S: Maintained | |
1328 | F: include/migration/ | |
1329 | F: migration/ | |
1330 | F: scripts/vmstate-static-checker.py | |
1331 | F: tests/vmstate-static-checker-data/ | |
1332 | F: docs/migration.txt | |
1333 | ||
1334 | Seccomp | |
1335 | M: Eduardo Otubo <[email protected]> | |
1336 | S: Supported | |
1337 | F: qemu-seccomp.c | |
1338 | F: include/sysemu/seccomp.h | |
1339 | ||
1340 | Cryptography | |
1341 | M: Daniel P. Berrange <[email protected]> | |
1342 | S: Maintained | |
1343 | F: crypto/ | |
1344 | F: include/crypto/ | |
1345 | F: tests/test-crypto-* | |
1346 | ||
1347 | Coroutines | |
1348 | M: Stefan Hajnoczi <[email protected]> | |
1349 | M: Kevin Wolf <[email protected]> | |
1350 | F: util/*coroutine* | |
1351 | F: include/qemu/coroutine* | |
1352 | F: tests/test-coroutine.c | |
1353 | ||
1354 | Buffers | |
1355 | M: Daniel P. Berrange <[email protected]> | |
1356 | S: Odd fixes | |
1357 | F: util/buffer.c | |
1358 | F: include/qemu/buffer.h | |
1359 | ||
1360 | I/O Channels | |
1361 | M: Daniel P. Berrange <[email protected]> | |
1362 | S: Maintained | |
1363 | F: io/ | |
1364 | F: include/io/ | |
1365 | F: tests/test-io-* | |
1366 | ||
1367 | Sockets | |
1368 | M: Daniel P. Berrange <[email protected]> | |
1369 | M: Gerd Hoffmann <[email protected]> | |
1370 | M: Paolo Bonzini <[email protected]> | |
1371 | S: Maintained | |
1372 | F: include/qemu/sockets.h | |
1373 | F: util/qemu-sockets.c | |
1374 | ||
1375 | Throttling infrastructure | |
1376 | M: Alberto Garcia <[email protected]> | |
1377 | S: Supported | |
1378 | F: block/throttle-groups.c | |
1379 | F: include/block/throttle-groups.h | |
1380 | F: include/qemu/throttle.h | |
1381 | F: util/throttle.c | |
1382 | L: [email protected] | |
1383 | ||
1384 | UUID | |
1385 | M: Fam Zheng <[email protected]> | |
1386 | S: Supported | |
1387 | F: util/uuid.c | |
1388 | F: include/qemu/uuid.h | |
1389 | F: tests/test-uuid.c | |
1390 | ||
1391 | COLO Proxy | |
1392 | M: Zhang Chen <[email protected]> | |
1393 | M: Li Zhijian <[email protected]> | |
1394 | S: Supported | |
1395 | F: docs/colo-proxy.txt | |
1396 | F: net/colo* | |
1397 | F: net/filter-rewriter.c | |
1398 | F: net/filter-mirror.c | |
1399 | ||
1400 | Usermode Emulation | |
1401 | ------------------ | |
1402 | Overall | |
1403 | M: Riku Voipio <[email protected]> | |
1404 | S: Maintained | |
1405 | F: thunk.c | |
1406 | F: user-exec.c | |
1407 | ||
1408 | BSD user | |
1409 | S: Orphan | |
1410 | F: bsd-user/ | |
1411 | ||
1412 | Linux user | |
1413 | M: Riku Voipio <[email protected]> | |
1414 | S: Maintained | |
1415 | F: linux-user/ | |
1416 | ||
1417 | Tiny Code Generator (TCG) | |
1418 | ------------------------- | |
1419 | Common code | |
1420 | M: Richard Henderson <[email protected]> | |
1421 | S: Maintained | |
1422 | F: tcg/ | |
1423 | ||
1424 | AArch64 target | |
1425 | M: Claudio Fontana <[email protected]> | |
1426 | M: Claudio Fontana <[email protected]> | |
1427 | S: Maintained | |
1428 | L: [email protected] | |
1429 | F: tcg/aarch64/ | |
1430 | F: disas/arm-a64.cc | |
1431 | F: disas/libvixl/ | |
1432 | ||
1433 | ARM target | |
1434 | M: Andrzej Zaborowski <[email protected]> | |
1435 | S: Maintained | |
1436 | L: [email protected] | |
1437 | F: tcg/arm/ | |
1438 | F: disas/arm.c | |
1439 | ||
1440 | i386 target | |
1441 | L: [email protected] | |
1442 | S: Maintained | |
1443 | F: tcg/i386/ | |
1444 | F: disas/i386.c | |
1445 | ||
1446 | IA64 target | |
1447 | M: Aurelien Jarno <[email protected]> | |
1448 | S: Maintained | |
1449 | F: tcg/ia64/ | |
1450 | F: disas/ia64.c | |
1451 | ||
1452 | MIPS target | |
1453 | M: Aurelien Jarno <[email protected]> | |
1454 | S: Maintained | |
1455 | F: tcg/mips/ | |
1456 | F: disas/mips.c | |
1457 | ||
1458 | PPC | |
1459 | M: Vassili Karpov (malc) <[email protected]> | |
1460 | S: Maintained | |
1461 | F: tcg/ppc/ | |
1462 | F: disas/ppc.c | |
1463 | ||
1464 | S390 target | |
1465 | M: Alexander Graf <[email protected]> | |
1466 | M: Richard Henderson <[email protected]> | |
1467 | S: Maintained | |
1468 | F: tcg/s390/ | |
1469 | F: disas/s390.c | |
1470 | ||
1471 | SPARC target | |
1472 | S: Odd Fixes | |
1473 | F: tcg/sparc/ | |
1474 | F: disas/sparc.c | |
1475 | ||
1476 | TCI target | |
1477 | M: Stefan Weil <[email protected]> | |
1478 | S: Maintained | |
1479 | F: tcg/tci/ | |
1480 | F: tci.c | |
1481 | F: disas/tci.c | |
1482 | ||
1483 | Stable branches | |
1484 | --------------- | |
1485 | Stable 1.0 | |
1486 | L: [email protected] | |
1487 | T: git git://git.qemu-project.org/qemu-stable-1.0.git | |
1488 | S: Orphan | |
1489 | ||
1490 | Stable 0.15 | |
1491 | L: [email protected] | |
1492 | T: git git://git.qemu-project.org/qemu-stable-0.15.git | |
1493 | S: Orphan | |
1494 | ||
1495 | Stable 0.14 | |
1496 | L: [email protected] | |
1497 | T: git git://git.qemu-project.org/qemu-stable-0.14.git | |
1498 | S: Orphan | |
1499 | ||
1500 | Stable 0.10 | |
1501 | L: [email protected] | |
1502 | T: git git://git.qemu-project.org/qemu-stable-0.10.git | |
1503 | S: Orphan | |
1504 | ||
1505 | Block drivers | |
1506 | ------------- | |
1507 | VMDK | |
1508 | M: Fam Zheng <[email protected]> | |
1509 | L: [email protected] | |
1510 | S: Supported | |
1511 | F: block/vmdk.c | |
1512 | ||
1513 | RBD | |
1514 | M: Josh Durgin <[email protected]> | |
1515 | M: Jeff Cody <[email protected]> | |
1516 | L: [email protected] | |
1517 | S: Supported | |
1518 | F: block/rbd.c | |
1519 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1520 | ||
1521 | Sheepdog | |
1522 | M: Hitoshi Mitake <[email protected]> | |
1523 | M: Liu Yuan <[email protected]> | |
1524 | M: Jeff Cody <[email protected]> | |
1525 | L: [email protected] | |
1526 | L: [email protected] | |
1527 | S: Supported | |
1528 | F: block/sheepdog.c | |
1529 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1530 | ||
1531 | VHDX | |
1532 | M: Jeff Cody <[email protected]> | |
1533 | L: [email protected] | |
1534 | S: Supported | |
1535 | F: block/vhdx* | |
1536 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1537 | ||
1538 | VDI | |
1539 | M: Stefan Weil <[email protected]> | |
1540 | L: [email protected] | |
1541 | S: Maintained | |
1542 | F: block/vdi.c | |
1543 | ||
1544 | iSCSI | |
1545 | M: Ronnie Sahlberg <[email protected]> | |
1546 | M: Paolo Bonzini <[email protected]> | |
1547 | M: Peter Lieven <[email protected]> | |
1548 | L: [email protected] | |
1549 | S: Supported | |
1550 | F: block/iscsi.c | |
1551 | ||
1552 | NFS | |
1553 | M: Jeff Cody <[email protected]> | |
1554 | M: Peter Lieven <[email protected]> | |
1555 | L: [email protected] | |
1556 | S: Maintained | |
1557 | F: block/nfs.c | |
1558 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1559 | ||
1560 | SSH | |
1561 | M: Richard W.M. Jones <[email protected]> | |
1562 | M: Jeff Cody <[email protected]> | |
1563 | L: [email protected] | |
1564 | S: Supported | |
1565 | F: block/ssh.c | |
1566 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1567 | ||
1568 | ARCHIPELAGO | |
1569 | M: Chrysostomos Nanakos <[email protected]> | |
1570 | M: Jeff Cody <[email protected]> | |
1571 | L: [email protected] | |
1572 | S: Maintained | |
1573 | F: block/archipelago.c | |
1574 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1575 | ||
1576 | CURL | |
1577 | M: Jeff Cody <[email protected]> | |
1578 | L: [email protected] | |
1579 | S: Supported | |
1580 | F: block/curl.c | |
1581 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1582 | ||
1583 | GLUSTER | |
1584 | M: Jeff Cody <[email protected]> | |
1585 | L: [email protected] | |
1586 | S: Supported | |
1587 | F: block/gluster.c | |
1588 | T: git git://github.com/codyprime/qemu-kvm-jtc.git block | |
1589 | ||
1590 | Null Block Driver | |
1591 | M: Fam Zheng <[email protected]> | |
1592 | L: [email protected] | |
1593 | S: Supported | |
1594 | F: block/null.c | |
1595 | ||
1596 | Bootdevice | |
1597 | M: Gonglei <[email protected]> | |
1598 | S: Maintained | |
1599 | F: bootdevice.c | |
1600 | ||
1601 | Quorum | |
1602 | M: Alberto Garcia <[email protected]> | |
1603 | S: Supported | |
1604 | F: block/quorum.c | |
1605 | L: [email protected] | |
1606 | ||
1607 | blkverify | |
1608 | M: Stefan Hajnoczi <[email protected]> | |
1609 | L: [email protected] | |
1610 | S: Supported | |
1611 | F: block/blkverify.c | |
1612 | ||
1613 | bochs | |
1614 | M: Stefan Hajnoczi <[email protected]> | |
1615 | L: [email protected] | |
1616 | S: Supported | |
1617 | F: block/bochs.c | |
1618 | ||
1619 | cloop | |
1620 | M: Stefan Hajnoczi <[email protected]> | |
1621 | L: [email protected] | |
1622 | S: Supported | |
1623 | F: block/cloop.c | |
1624 | ||
1625 | dmg | |
1626 | M: Stefan Hajnoczi <[email protected]> | |
1627 | L: [email protected] | |
1628 | S: Supported | |
1629 | F: block/dmg.c | |
1630 | ||
1631 | parallels | |
1632 | M: Stefan Hajnoczi <[email protected]> | |
1633 | M: Denis V. Lunev <[email protected]> | |
1634 | L: [email protected] | |
1635 | S: Supported | |
1636 | F: block/parallels.c | |
1637 | F: docs/specs/parallels.txt | |
1638 | ||
1639 | qed | |
1640 | M: Stefan Hajnoczi <[email protected]> | |
1641 | L: [email protected] | |
1642 | S: Supported | |
1643 | F: block/qed.c | |
1644 | ||
1645 | raw | |
1646 | M: Kevin Wolf <[email protected]> | |
1647 | L: [email protected] | |
1648 | S: Supported | |
1649 | F: block/linux-aio.c | |
1650 | F: include/block/raw-aio.h | |
1651 | F: block/raw-posix.c | |
1652 | F: block/raw-win32.c | |
1653 | F: block/raw_bsd.c | |
1654 | F: block/win32-aio.c | |
1655 | ||
1656 | qcow2 | |
1657 | M: Kevin Wolf <[email protected]> | |
1658 | M: Max Reitz <[email protected]> | |
1659 | L: [email protected] | |
1660 | S: Supported | |
1661 | F: block/qcow2* | |
1662 | ||
1663 | qcow | |
1664 | M: Kevin Wolf <[email protected]> | |
1665 | L: [email protected] | |
1666 | S: Supported | |
1667 | F: block/qcow.c | |
1668 | ||
1669 | blkdebug | |
1670 | M: Kevin Wolf <[email protected]> | |
1671 | M: Max Reitz <[email protected]> | |
1672 | L: [email protected] | |
1673 | S: Supported | |
1674 | F: block/blkdebug.c | |
1675 | ||
1676 | vpc | |
1677 | M: Kevin Wolf <[email protected]> | |
1678 | L: [email protected] | |
1679 | S: Supported | |
1680 | F: block/vpc.c | |
1681 | ||
1682 | vvfat | |
1683 | M: Kevin Wolf <[email protected]> | |
1684 | L: [email protected] | |
1685 | S: Supported | |
1686 | F: block/vvfat.c | |
1687 | ||
1688 | Image format fuzzer | |
1689 | M: Stefan Hajnoczi <[email protected]> | |
1690 | L: [email protected] | |
1691 | S: Supported | |
1692 | F: tests/image-fuzzer/ | |
1693 | ||
1694 | Replication | |
1695 | M: Wen Congyang <[email protected]> | |
1696 | M: Changlong Xie <[email protected]> | |
1697 | S: Supported | |
1698 | F: replication* | |
1699 | F: block/replication.c | |
1700 | F: tests/test-replication.c | |
1701 | F: docs/block-replication.txt | |
1702 | ||
1703 | Build and test automation | |
1704 | ------------------------- | |
1705 | M: Alex Bennée <[email protected]> | |
1706 | L: [email protected] | |
1707 | S: Supported | |
1708 | F: .travis.yml | |
1709 | ||
1710 | Documentation | |
1711 | ------------- | |
1712 | Build system architecture | |
1713 | M: Daniel P. Berrange <[email protected]> | |
1714 | S: Odd Fixes | |
1715 | F: docs/build-system.txt | |
1716 | ||
1717 | Docker testing | |
1718 | -------------- | |
1719 | Docker based testing framework and cases | |
1720 | M: Fam Zheng <[email protected]> | |
1721 | S: Maintained | |
1722 | F: tests/docker/ |