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