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