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