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