scripts/hxtool: fix undefined behavour of echo
[qemu/ar7.git] / MAINTAINERS
bloba87965f6f4f1447fa82890bba200c764f382fbc3
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 S: Orphan
148 F: target-m68k/
149 F: hw/m68k/
151 MicroBlaze
152 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
153 S: Maintained
154 F: target-microblaze/
155 F: hw/microblaze/
156 F: disas/microblaze.c
158 MIPS
159 M: Aurelien Jarno <aurelien@aurel32.net>
160 M: Yongbok Kim <yongbok.kim@imgtec.com>
161 S: Maintained
162 F: target-mips/
163 F: hw/mips/
164 F: hw/misc/mips_*
165 F: hw/intc/mips_gic.c
166 F: hw/timer/mips_gictimer.c
167 F: include/hw/mips/
168 F: include/hw/misc/mips_*
169 F: include/hw/intc/mips_gic.h
170 F: include/hw/timer/mips_gictimer.h
171 F: tests/tcg/mips/
172 F: disas/mips.c
174 Moxie
175 M: Anthony Green <green@moxielogic.com>
176 S: Maintained
177 F: target-moxie/
178 F: disas/moxie.c
179 F: hw/moxie/
180 F: default-configs/moxie-softmmu.mak
182 OpenRISC
183 M: Jia Liu <proljc@gmail.com>
184 S: Maintained
185 F: target-openrisc/
186 F: hw/openrisc/
187 F: tests/tcg/openrisc/
189 PowerPC
190 M: David Gibson <david@gibson.dropbear.id.au>
191 M: Alexander Graf <agraf@suse.de>
192 L: qemu-ppc@nongnu.org
193 S: Maintained
194 F: target-ppc/
195 F: hw/ppc/
196 F: include/hw/ppc/
197 F: disas/ppc.c
199 S390
200 M: Richard Henderson <rth@twiddle.net>
201 M: Alexander Graf <agraf@suse.de>
202 S: Maintained
203 F: target-s390x/
204 F: hw/s390x/
205 F: disas/s390.c
208 M: Aurelien Jarno <aurelien@aurel32.net>
209 S: Odd Fixes
210 F: target-sh4/
211 F: hw/sh4/
212 F: disas/sh4.c
213 F: include/hw/sh4/
215 SPARC
216 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
217 M: Artyom Tarasenko <atar4qemu@gmail.com>
218 S: Maintained
219 F: target-sparc/
220 F: hw/sparc/
221 F: hw/sparc64/
222 F: disas/sparc.c
224 UniCore32
225 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
226 S: Maintained
227 F: target-unicore32/
228 F: hw/unicore32/
229 F: include/hw/unicore32/
232 M: Paolo Bonzini <pbonzini@redhat.com>
233 M: Richard Henderson <rth@twiddle.net>
234 M: Eduardo Habkost <ehabkost@redhat.com>
235 S: Maintained
236 F: target-i386/
237 F: hw/i386/
238 F: disas/i386.c
240 Xtensa
241 M: Max Filippov <jcmvbkbc@gmail.com>
242 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
243 S: Maintained
244 F: target-xtensa/
245 F: hw/xtensa/
246 F: tests/tcg/xtensa/
248 TriCore
249 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
250 S: Maintained
251 F: target-tricore/
252 F: hw/tricore/
253 F: include/hw/tricore/
255 Guest CPU Cores (KVM):
256 ----------------------
258 Overall
259 M: Paolo Bonzini <pbonzini@redhat.com>
260 L: kvm@vger.kernel.org
261 S: Supported
262 F: kvm-*
263 F: */kvm.*
264 F: include/sysemu/kvm*.h
267 M: Peter Maydell <peter.maydell@linaro.org>
268 L: qemu-arm@nongnu.org
269 S: Maintained
270 F: target-arm/kvm.c
272 MIPS
273 M: James Hogan <james.hogan@imgtec.com>
274 S: Maintained
275 F: target-mips/kvm.c
278 M: Alexander Graf <agraf@suse.de>
279 S: Maintained
280 F: target-ppc/kvm.c
282 S390
283 M: Christian Borntraeger <borntraeger@de.ibm.com>
284 M: Cornelia Huck <cornelia.huck@de.ibm.com>
285 M: Alexander Graf <agraf@suse.de>
286 S: Maintained
287 F: target-s390x/kvm.c
288 F: target-s390x/ioinst.[ch]
289 F: target-s390x/machine.c
290 F: hw/intc/s390_flic.c
291 F: hw/intc/s390_flic_kvm.c
292 F: include/hw/s390x/s390_flic.h
293 F: gdb-xml/s390*.xml
294 T: git git://github.com/cohuck/qemu.git s390-next
295 T: git git://github.com/borntraeger/qemu.git s390-next
298 M: Paolo Bonzini <pbonzini@redhat.com>
299 M: Marcelo Tosatti <mtosatti@redhat.com>
300 L: kvm@vger.kernel.org
301 S: Supported
302 F: target-i386/kvm.c
304 Guest CPU Cores (Xen):
305 ----------------------
308 M: Stefano Stabellini <sstabellini@kernel.org>
309 M: Anthony Perard <anthony.perard@citrix.com>
310 L: xen-devel@lists.xensource.com
311 S: Supported
312 F: xen-*
313 F: */xen*
314 F: hw/char/xen_console.c
315 F: hw/display/xenfb.c
316 F: hw/net/xen_nic.c
317 F: hw/block/xen_*
318 F: hw/xen/
319 F: hw/xenpv/
320 F: hw/i386/xen/
321 F: include/hw/xen/
322 F: include/sysemu/xen-mapcache.h
324 Hosts:
325 ------
327 LINUX
328 L: qemu-devel@nongnu.org
329 S: Maintained
330 F: linux-*
331 F: linux-headers/
333 POSIX
334 L: qemu-devel@nongnu.org
335 S: Maintained
336 F: *posix*
338 W32, W64
339 L: qemu-devel@nongnu.org
340 M: Stefan Weil <sw@weilnetz.de>
341 S: Maintained
342 F: *win32*
343 F: */*win32*
344 F: include/*/*win32*
345 X: qga/*win32*
346 F: qemu.nsi
348 ARM Machines
349 ------------
350 Allwinner-a10
351 M: Beniamino Galvani <b.galvani@gmail.com>
352 L: qemu-arm@nongnu.org
353 S: Maintained
354 F: hw/*/allwinner*
355 F: include/hw/*/allwinner*
356 F: hw/arm/cubieboard.c
358 ARM PrimeCell
359 M: Peter Maydell <peter.maydell@linaro.org>
360 L: qemu-arm@nongnu.org
361 S: Maintained
362 F: hw/char/pl011.c
363 F: hw/display/pl110*
364 F: hw/dma/pl080.c
365 F: hw/dma/pl330.c
366 F: hw/gpio/pl061.c
367 F: hw/input/pl050.c
368 F: hw/intc/pl190.c
369 F: hw/sd/pl181.c
370 F: hw/timer/pl031.c
371 F: include/hw/arm/primecell.h
373 ARM cores
374 M: Peter Maydell <peter.maydell@linaro.org>
375 L: qemu-arm@nongnu.org
376 S: Maintained
377 F: hw/intc/arm*
378 F: hw/intc/gic_internal.h
379 F: hw/misc/a9scu.c
380 F: hw/misc/arm11scu.c
381 F: hw/timer/a9gtimer*
382 F: hw/timer/arm_*
383 F: include/hw/arm/arm.h
384 F: include/hw/intc/arm*
385 F: include/hw/misc/a9scu.h
386 F: include/hw/misc/arm11scu.h
387 F: include/hw/timer/a9gtimer.h
388 F: include/hw/timer/arm_mptimer.h
390 Exynos
391 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
392 L: qemu-arm@nongnu.org
393 S: Maintained
394 F: hw/*/exynos*
395 F: include/hw/arm/exynos4210.h
397 Calxeda Highbank
398 M: Rob Herring <robh@kernel.org>
399 L: qemu-arm@nongnu.org
400 S: Maintained
401 F: hw/arm/highbank.c
402 F: hw/net/xgmac.c
404 Canon DIGIC
405 M: Antony Pavlov <antonynpavlov@gmail.com>
406 L: qemu-arm@nongnu.org
407 S: Maintained
408 F: include/hw/arm/digic.h
409 F: hw/*/digic*
411 Gumstix
412 L: qemu-devel@nongnu.org
413 L: qemu-arm@nongnu.org
414 S: Orphan
415 F: hw/arm/gumstix.c
417 i.MX31
418 M: Peter Chubb <peter.chubb@nicta.com.au>
419 L: qemu-arm@nongnu.org
420 S: Odd fixes
421 F: hw/*/imx*
422 F: hw/arm/kzm.c
423 F: include/hw/arm/fsl-imx31.h
425 Integrator CP
426 M: Peter Maydell <peter.maydell@linaro.org>
427 L: qemu-arm@nongnu.org
428 S: Maintained
429 F: hw/arm/integratorcp.c
431 Musicpal
432 M: Jan Kiszka <jan.kiszka@web.de>
433 L: qemu-arm@nongnu.org
434 S: Maintained
435 F: hw/arm/musicpal.c
437 nSeries
438 M: Andrzej Zaborowski <balrogg@gmail.com>
439 L: qemu-arm@nongnu.org
440 S: Maintained
441 F: hw/arm/nseries.c
443 Palm
444 M: Andrzej Zaborowski <balrogg@gmail.com>
445 L: qemu-arm@nongnu.org
446 S: Maintained
447 F: hw/arm/palm.c
449 Real View
450 M: Peter Maydell <peter.maydell@linaro.org>
451 L: qemu-arm@nongnu.org
452 S: Maintained
453 F: hw/arm/realview*
454 F: hw/intc/realview_gic.c
455 F: include/hw/intc/realview_gic.h
457 PXA2XX
458 M: Andrzej Zaborowski <balrogg@gmail.com>
459 L: qemu-arm@nongnu.org
460 S: Maintained
461 F: hw/arm/mainstone.c
462 F: hw/arm/spitz.c
463 F: hw/arm/tosa.c
464 F: hw/arm/z2.c
465 F: hw/*/pxa2xx*
466 F: include/hw/arm/pxa.h
468 Stellaris
469 M: Peter Maydell <peter.maydell@linaro.org>
470 L: qemu-arm@nongnu.org
471 S: Maintained
472 F: hw/*/stellaris*
474 Versatile PB
475 M: Peter Maydell <peter.maydell@linaro.org>
476 L: qemu-arm@nongnu.org
477 S: Maintained
478 F: hw/*/versatile*
480 Xilinx Zynq
481 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
482 M: Alistair Francis <alistair.francis@xilinx.com>
483 L: qemu-arm@nongnu.org
484 S: Maintained
485 F: hw/*/xilinx_*
486 F: hw/*/cadence_*
487 F: hw/misc/zynq_slcr.c
488 X: hw/ssi/xilinx_*
490 Xilinx ZynqMP
491 M: Alistair Francis <alistair.francis@xilinx.com>
492 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
493 L: qemu-arm@nongnu.org
494 S: Maintained
495 F: hw/*/xlnx*.c
496 F: include/hw/*/xlnx*.h
498 ARM ACPI Subsystem
499 M: Shannon Zhao <zhaoshenglong@huawei.com>
500 M: Shannon Zhao <shannon.zhao@linaro.org>
501 L: qemu-arm@nongnu.org
502 S: Maintained
503 F: hw/arm/virt-acpi-build.c
504 F: include/hw/arm/virt-acpi-build.h
506 STM32F205
507 M: Alistair Francis <alistair@alistair23.me>
508 S: Maintained
509 F: hw/arm/stm32f205_soc.c
510 F: hw/misc/stm32f2xx_syscfg.c
511 F: hw/char/stm32f2xx_usart.c
512 F: hw/timer/stm32f2xx_timer.c
513 F: hw/adc/*
514 F: hw/ssi/stm32f2xx_spi.c
516 Netduino 2
517 M: Alistair Francis <alistair@alistair23.me>
518 S: Maintained
519 F: hw/arm/netduino2.c
521 CRIS Machines
522 -------------
523 Axis Dev88
524 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
525 S: Maintained
526 F: hw/cris/axis_dev88.c
527 F: hw/*/etraxfs_*.c
529 LM32 Machines
530 -------------
531 EVR32 and uclinux BSP
532 M: Michael Walle <michael@walle.cc>
533 S: Maintained
534 F: hw/lm32/lm32_boards.c
536 milkymist
537 M: Michael Walle <michael@walle.cc>
538 S: Maintained
539 F: hw/lm32/milkymist.c
541 M68K Machines
542 -------------
543 an5206
544 S: Orphan
545 F: hw/m68k/an5206.c
547 dummy_m68k
548 S: Orphan
549 F: hw/m68k/dummy_m68k.c
551 mcf5208
552 S: Orphan
553 F: hw/m68k/mcf5208.c
555 MicroBlaze Machines
556 -------------------
557 petalogix_s3adsp1800
558 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
559 S: Maintained
560 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
562 petalogix_ml605
563 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
564 S: Maintained
565 F: hw/microblaze/petalogix_ml605_mmu.c
567 MIPS Machines
568 -------------
569 Jazz
570 M: HervĂ© Poussineau <hpoussin@reactos.org>
571 S: Maintained
572 F: hw/mips/mips_jazz.c
574 Malta
575 M: Aurelien Jarno <aurelien@aurel32.net>
576 S: Maintained
577 F: hw/mips/mips_malta.c
579 Mipssim
580 L: qemu-devel@nongnu.org
581 S: Orphan
582 F: hw/mips/mips_mipssim.c
584 R4000
585 M: Aurelien Jarno <aurelien@aurel32.net>
586 S: Maintained
587 F: hw/mips/mips_r4k.c
589 OpenRISC Machines
590 -----------------
591 or1k-sim
592 M: Jia Liu <proljc@gmail.com>
593 S: Maintained
594 F: hw/openrisc/openrisc_sim.c
596 PowerPC Machines
597 ----------------
599 M: Alexander Graf <agraf@suse.de>
600 L: qemu-ppc@nongnu.org
601 S: Odd Fixes
602 F: hw/ppc/ppc405_boards.c
604 Bamboo
605 M: Alexander Graf <agraf@suse.de>
606 L: qemu-ppc@nongnu.org
607 S: Odd Fixes
608 F: hw/ppc/ppc440_bamboo.c
610 e500
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/e500.[hc]
616 F: hw/ppc/e500plat.c
617 F: include/hw/ppc/ppc_e500.h
618 F: include/hw/pci-host/ppce500.h
619 F: pc-bios/u-boot.e500
621 mpc8544ds
622 M: Alexander Graf <agraf@suse.de>
623 M: Scott Wood <scottwood@freescale.com>
624 L: qemu-ppc@nongnu.org
625 S: Supported
626 F: hw/ppc/mpc8544ds.c
627 F: hw/ppc/mpc8544_guts.c
629 New World
630 M: Alexander Graf <agraf@suse.de>
631 L: qemu-ppc@nongnu.org
632 S: Maintained
633 F: hw/ppc/mac_newworld.c
634 F: hw/pci-host/uninorth.c
635 F: hw/pci-bridge/dec.[hc]
636 F: hw/misc/macio/
637 F: include/hw/ppc/mac_dbdma.h
638 F: hw/nvram/mac_nvram.c
640 Old World
641 M: Alexander Graf <agraf@suse.de>
642 L: qemu-ppc@nongnu.org
643 S: Maintained
644 F: hw/ppc/mac_oldworld.c
645 F: hw/pci-host/grackle.c
646 F: hw/misc/macio/
647 F: hw/intc/heathrow_pic.c
649 PReP
650 L: qemu-devel@nongnu.org
651 L: qemu-ppc@nongnu.org
652 S: Odd Fixes
653 F: hw/ppc/prep.c
654 F: hw/pci-host/prep.[hc]
655 F: hw/isa/pc87312.[hc]
656 F: pc-bios/ppc_rom.bin
658 sPAPR
659 M: David Gibson <david@gibson.dropbear.id.au>
660 M: Alexander Graf <agraf@suse.de>
661 L: qemu-ppc@nongnu.org
662 S: Supported
663 F: hw/*/spapr*
664 F: include/hw/*/spapr*
665 F: hw/*/xics*
666 F: include/hw/*/xics*
667 F: pc-bios/spapr-rtas/*
668 F: pc-bios/spapr-rtas.bin
669 F: pc-bios/slof.bin
670 F: docs/specs/ppc-spapr-hcalls.txt
671 F: docs/specs/ppc-spapr-hotplug.txt
672 F: tests/spapr*
673 F: tests/libqos/*spapr*
674 F: tests/rtas*
675 F: tests/libqos/rtas*
677 virtex_ml507
678 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
679 L: qemu-ppc@nongnu.org
680 S: Odd Fixes
681 F: hw/ppc/virtex_ml507.c
683 SH4 Machines
684 ------------
686 M: Magnus Damm <magnus.damm@gmail.com>
687 S: Maintained
688 F: hw/sh4/r2d.c
689 F: hw/intc/sh_intc.c
690 F: hw/timer/sh_timer.c
692 Shix
693 M: Magnus Damm <magnus.damm@gmail.com>
694 S: Odd Fixes
695 F: hw/sh4/shix.c
697 SPARC Machines
698 --------------
699 Sun4m
700 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
701 S: Maintained
702 F: hw/sparc/sun4m.c
703 F: hw/dma/sparc32_dma.c
704 F: hw/dma/sun4m_iommu.c
705 F: include/hw/sparc/sparc32_dma.h
706 F: include/hw/sparc/sun4m.h
707 F: pc-bios/openbios-sparc32
709 Sun4u
710 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
711 S: Maintained
712 F: hw/sparc64/sun4u.c
713 F: pc-bios/openbios-sparc64
715 Leon3
716 M: Fabien Chouteau <chouteau@adacore.com>
717 S: Maintained
718 F: hw/sparc/leon3.c
719 F: hw/*/grlib*
720 F: include/hw/sparc/grlib.h
722 S390 Machines
723 -------------
724 S390 Virtio-ccw
725 M: Cornelia Huck <cornelia.huck@de.ibm.com>
726 M: Christian Borntraeger <borntraeger@de.ibm.com>
727 M: Alexander Graf <agraf@suse.de>
728 S: Supported
729 F: hw/char/sclp*.[hc]
730 F: hw/s390x/
731 F: include/hw/s390x/
732 F: pc-bios/s390-ccw/
733 F: hw/watchdog/wdt_diag288.c
734 F: include/hw/watchdog/wdt_diag288.h
735 F: pc-bios/s390-ccw.img
736 F: default-configs/s390x-softmmu.mak
737 T: git git://github.com/cohuck/qemu.git s390-next
738 T: git git://github.com/borntraeger/qemu.git s390-next
740 UniCore32 Machines
741 -------------
742 PKUnity-3 SoC initramfs-with-busybox
743 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
744 S: Maintained
745 F: hw/*/puv3*
746 F: hw/unicore32/
748 X86 Machines
749 ------------
751 M: Michael S. Tsirkin <mst@redhat.com>
752 S: Supported
753 F: include/hw/i386/
754 F: hw/i386/
755 F: hw/pci-host/piix.c
756 F: hw/pci-host/q35.c
757 F: hw/pci-host/pam.c
758 F: include/hw/pci-host/q35.h
759 F: include/hw/pci-host/pam.h
760 F: hw/isa/piix4.c
761 F: hw/isa/lpc_ich9.c
762 F: hw/i2c/smbus_ich9.c
763 F: hw/acpi/piix4.c
764 F: hw/acpi/ich9.c
765 F: include/hw/acpi/ich9.h
766 F: include/hw/acpi/piix4.h
767 F: hw/misc/sga.c
769 PC Chipset
770 M: Michael S. Tsirkin <mst@redhat.com>
771 M: Paolo Bonzini <pbonzini@redhat.com>
772 S: Support
773 F: hw/char/debugcon.c
774 F: hw/char/parallel.c
775 F: hw/char/serial*
776 F: hw/dma/i8257*
777 F: hw/i2c/pm_smbus.c
778 F: hw/intc/apic*
779 F: hw/intc/ioapic*
780 F: hw/intc/i8259*
781 F: hw/misc/debugexit.c
782 F: hw/misc/pc-testdev.c
783 F: hw/timer/hpet*
784 F: hw/timer/i8254*
785 F: hw/timer/mc146818rtc*
786 F: include/hw/i2c/pm_smbus.h
787 F: include/hw/timer/hpet.h
788 F: include/hw/timer/i8254*
789 F: include/hw/timer/mc146818rtc*
791 Machine core
792 M: Eduardo Habkost <ehabkost@redhat.com>
793 M: Marcel Apfelbaum <marcel@redhat.com>
794 S: Supported
795 F: hw/core/machine.c
796 F: include/hw/boards.h
798 Xtensa Machines
799 ---------------
801 M: Max Filippov <jcmvbkbc@gmail.com>
802 S: Maintained
803 F: hw/xtensa/sim.c
805 XTFPGA (LX60, LX200, ML605, KC705)
806 M: Max Filippov <jcmvbkbc@gmail.com>
807 S: Maintained
808 F: hw/xtensa/xtfpga.c
809 F: hw/net/opencores_eth.c
811 Devices
812 -------
814 M: Jiri Slaby <jslaby@suse.cz>
815 S: Maintained
816 F: hw/misc/edu.c
819 M: John Snow <jsnow@redhat.com>
820 L: qemu-block@nongnu.org
821 S: Supported
822 F: include/hw/ide.h
823 F: include/hw/ide/
824 F: hw/ide/
825 F: hw/block/block.c
826 F: hw/block/cdrom.c
827 F: hw/block/hd-geometry.c
828 F: tests/ide-test.c
829 F: tests/ahci-test.c
830 F: tests/libqos/ahci*
831 T: git git://github.com/jnsnow/qemu.git ide
833 Floppy
834 M: John Snow <jsnow@redhat.com>
835 L: qemu-block@nongnu.org
836 S: Supported
837 F: hw/block/fdc.c
838 F: include/hw/block/fdc.h
839 F: tests/fdc-test.c
840 T: git git://github.com/jnsnow/qemu.git ide
842 OMAP
843 M: Peter Maydell <peter.maydell@linaro.org>
844 S: Maintained
845 F: hw/*/omap*
846 F: include/hw/arm/omap.h
848 IPack
849 M: Alberto Garcia <berto@igalia.com>
850 S: Odd Fixes
851 F: hw/char/ipoctal232.c
852 F: hw/ipack/
855 M: Michael S. Tsirkin <mst@redhat.com>
856 M: Marcel Apfelbaum <marcel@redhat.com>
857 S: Supported
858 F: include/hw/pci/*
859 F: hw/misc/pci-testdev.c
860 F: hw/pci/*
861 F: hw/pci-bridge/*
863 ACPI/SMBIOS
864 M: Michael S. Tsirkin <mst@redhat.com>
865 M: Igor Mammedov <imammedo@redhat.com>
866 S: Supported
867 F: include/hw/acpi/*
868 F: include/hw/smbios/*
869 F: hw/mem/*
870 F: hw/acpi/*
871 F: hw/smbios/*
872 F: hw/i386/acpi-build.[hc]
873 F: hw/arm/virt-acpi-build.c
874 F: include/hw/arm/virt-acpi-build.h
876 ppc4xx
877 M: Alexander Graf <agraf@suse.de>
878 L: qemu-ppc@nongnu.org
879 S: Odd Fixes
880 F: hw/ppc/ppc4*.c
881 F: include/hw/ppc/ppc4xx.h
883 ppce500
884 M: Alexander Graf <agraf@suse.de>
885 M: Scott Wood <scottwood@freescale.com>
886 L: qemu-ppc@nongnu.org
887 S: Supported
888 F: hw/ppc/e500*
889 F: hw/pci-host/ppce500.c
890 F: hw/net/fsl_etsec/
892 Character devices
893 M: Paolo Bonzini <pbonzini@redhat.com>
894 S: Odd Fixes
895 F: hw/char/
897 Network devices
898 M: Jason Wang <jasowang@redhat.com>
899 S: Odd Fixes
900 F: hw/net/
901 F: tests/virtio-net-test.c
902 T: git git://github.com/jasowang/qemu.git net
904 SCSI
905 M: Paolo Bonzini <pbonzini@redhat.com>
906 S: Supported
907 F: include/hw/scsi/*
908 F: hw/scsi/*
909 F: tests/virtio-scsi-test.c
910 T: git git://github.com/bonzini/qemu.git scsi-next
912 LSI53C895A
913 S: Orphan
914 F: hw/scsi/lsi53c895a.c
917 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
918 S: Maintained
919 F: hw/ssi/*
920 F: hw/block/m25p80.c
921 X: hw/ssi/xilinx_*
923 Xilinx SPI
924 M: Alistair Francis <alistair.francis@xilinx.com>
925 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
926 S: Maintained
927 F: hw/ssi/xilinx_*
930 M: Gerd Hoffmann <kraxel@redhat.com>
931 S: Maintained
932 F: hw/usb/*
933 F: tests/usb-*-test.c
934 F: docs/usb2.txt
935 F: docs/usb-storage.txt
936 F: include/hw/usb.h
937 F: include/hw/usb/
939 USB (serial adapter)
940 M: Gerd Hoffmann <kraxel@redhat.com>
941 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
942 S: Maintained
943 F: hw/usb/dev-serial.c
945 VFIO
946 M: Alex Williamson <alex.williamson@redhat.com>
947 S: Supported
948 F: hw/vfio/*
949 F: include/hw/vfio/
951 vhost
952 M: Michael S. Tsirkin <mst@redhat.com>
953 S: Supported
954 F: hw/*/*vhost*
956 virtio
957 M: Michael S. Tsirkin <mst@redhat.com>
958 S: Supported
959 F: hw/*/virtio*
960 F: hw/virtio/Makefile.objs
961 F: hw/virtio/trace-events
962 F: net/vhost-user.c
963 F: include/hw/virtio/
964 F: tests/virtio-balloon-test.c
966 virtio-9p
967 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
968 M: Greg Kurz <groug@kaod.org>
969 S: Supported
970 F: hw/9pfs/
971 F: fsdev/
972 F: tests/virtio-9p-test.c
973 T: git git://github.com/kvaneesh/QEMU.git
974 T: git git://github.com/gkurz/qemu.git 9p-next
976 virtio-blk
977 M: Stefan Hajnoczi <stefanha@redhat.com>
978 L: qemu-block@nongnu.org
979 S: Supported
980 F: hw/block/virtio-blk.c
981 F: hw/block/dataplane/*
982 F: tests/virtio-blk-test.c
983 T: git git://github.com/stefanha/qemu.git block
985 virtio-ccw
986 M: Cornelia Huck <cornelia.huck@de.ibm.com>
987 M: Christian Borntraeger <borntraeger@de.ibm.com>
988 S: Supported
989 F: hw/s390x/virtio-ccw.[hc]
990 T: git git://github.com/cohuck/qemu.git s390-next
991 T: git git://github.com/borntraeger/qemu.git s390-next
993 virtio-input
994 M: Gerd Hoffmann <kraxel@redhat.com>
995 S: Maintained
996 F: hw/input/virtio-input*.c
997 F: include/hw/virtio/virtio-input.h
999 virtio-serial
1000 M: Amit Shah <amit.shah@redhat.com>
1001 S: Supported
1002 F: hw/char/virtio-serial-bus.c
1003 F: hw/char/virtio-console.c
1004 F: include/hw/virtio/virtio-serial.h
1005 F: tests/virtio-console-test.c
1006 F: tests/virtio-serial-test.c
1008 virtio-rng
1009 M: Amit Shah <amit.shah@redhat.com>
1010 S: Supported
1011 F: hw/virtio/virtio-rng.c
1012 F: include/hw/virtio/virtio-rng.h
1013 F: include/sysemu/rng*.h
1014 F: backends/rng*.c
1015 F: tests/virtio-rng-test.c
1017 nvme
1018 M: Keith Busch <keith.busch@intel.com>
1019 L: qemu-block@nongnu.org
1020 S: Supported
1021 F: hw/block/nvme*
1022 F: tests/nvme-test.c
1024 megasas
1025 M: Hannes Reinecke <hare@suse.de>
1026 L: qemu-block@nongnu.org
1027 S: Supported
1028 F: hw/scsi/megasas.c
1029 F: hw/scsi/mfi.h
1031 Network packet abstractions
1032 M: Dmitry Fleytman <dmitry@daynix.com>
1033 S: Maintained
1034 F: include/net/eth.h
1035 F: net/eth.c
1036 F: hw/net/net_rx_pkt*
1037 F: hw/net/net_tx_pkt*
1039 Vmware
1040 M: Dmitry Fleytman <dmitry@daynix.com>
1041 S: Maintained
1042 F: hw/net/vmxnet*
1043 F: hw/scsi/vmw_pvscsi*
1045 Rocker
1046 M: Jiri Pirko <jiri@resnulli.us>
1047 S: Maintained
1048 F: hw/net/rocker/
1049 F: tests/rocker/
1050 F: docs/specs/rocker.txt
1052 NVDIMM
1053 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1054 S: Maintained
1055 F: hw/acpi/nvdimm.c
1056 F: hw/mem/nvdimm.c
1057 F: include/hw/mem/nvdimm.h
1059 e1000x
1060 M: Dmitry Fleytman <dmitry@daynix.com>
1061 S: Maintained
1062 F: hw/net/e1000x*
1064 e1000e
1065 M: Dmitry Fleytman <dmitry@daynix.com>
1066 S: Maintained
1067 F: hw/net/e1000e*
1069 Generic Loader
1070 M: Alistair Francis <alistair.francis@xilinx.com>
1071 S: Maintained
1072 F: hw/core/generic-loader.c
1073 F: include/hw/core/generic-loader.h
1075 Subsystems
1076 ----------
1077 Audio
1078 M: Gerd Hoffmann <kraxel@redhat.com>
1079 S: Maintained
1080 F: audio/
1081 F: hw/audio/
1082 F: include/hw/audio/
1083 F: tests/ac97-test.c
1084 F: tests/es1370-test.c
1085 F: tests/intel-hda-test.c
1087 Block layer core
1088 M: Kevin Wolf <kwolf@redhat.com>
1089 M: Max Reitz <mreitz@redhat.com>
1090 L: qemu-block@nongnu.org
1091 S: Supported
1092 F: block*
1093 F: block/
1094 F: hw/block/
1095 F: include/block/
1096 F: qemu-img*
1097 F: qemu-io*
1098 F: tests/qemu-iotests/
1099 T: git git://repo.or.cz/qemu/kevin.git block
1101 Block I/O path
1102 M: Stefan Hajnoczi <stefanha@redhat.com>
1103 M: Fam Zheng <famz@redhat.com>
1104 L: qemu-block@nongnu.org
1105 S: Supported
1106 F: async.c
1107 F: aio-*.c
1108 F: block/io.c
1109 F: migration/block*
1110 F: include/block/aio.h
1111 T: git git://github.com/stefanha/qemu.git block
1113 Block Jobs
1114 M: Jeff Cody <jcody@redhat.com>
1115 L: qemu-block@nongnu.org
1116 S: Supported
1117 F: blockjob.c
1118 F: include/block/blockjob.h
1119 F: block/backup.c
1120 F: block/commit.c
1121 F: block/stream.c
1122 F: block/mirror.c
1123 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1125 Block QAPI, monitor, command line
1126 M: Markus Armbruster <armbru@redhat.com>
1127 S: Supported
1128 F: blockdev.c
1129 F: block/qapi.c
1130 F: qapi/block*.json
1131 T: git git://repo.or.cz/qemu/armbru.git block-next
1133 Character device backends
1134 M: Paolo Bonzini <pbonzini@redhat.com>
1135 S: Maintained
1136 F: qemu-char.c
1137 F: backends/msmouse.c
1138 F: backends/testdev.c
1140 Character Devices (Braille)
1141 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1142 S: Maintained
1143 F: backends/baum.c
1145 Coverity model
1146 M: Markus Armbruster <armbru@redhat.com>
1147 S: Supported
1148 F: scripts/coverity-model.c
1151 L: qemu-devel@nongnu.org
1152 S: Supported
1153 F: qom/cpu.c
1154 F: include/qom/cpu.h
1156 Device Tree
1157 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1158 M: Alexander Graf <agraf@suse.de>
1159 S: Maintained
1160 F: device_tree.c
1161 F: include/sysemu/device_tree.h
1163 Error reporting
1164 M: Markus Armbruster <armbru@redhat.com>
1165 S: Supported
1166 F: include/qapi/error.h
1167 F: include/qemu/error-report.h
1168 F: util/error.c
1169 F: util/qemu-error.c
1171 GDB stub
1172 L: qemu-devel@nongnu.org
1173 S: Odd Fixes
1174 F: gdbstub*
1175 F: gdb-xml/
1177 Memory API
1178 M: Paolo Bonzini <pbonzini@redhat.com>
1179 S: Supported
1180 F: include/exec/ioport.h
1181 F: ioport.c
1182 F: include/exec/memory.h
1183 F: include/exec/ram_addr.h
1184 F: memory.c
1185 F: include/exec/memory-internal.h
1186 F: exec.c
1188 SPICE
1189 M: Gerd Hoffmann <kraxel@redhat.com>
1190 S: Supported
1191 F: include/ui/qemu-spice.h
1192 F: include/ui/spice-display.h
1193 F: ui/spice-*.c
1194 F: audio/spiceaudio.c
1195 F: hw/display/qxl*
1197 Graphics
1198 M: Gerd Hoffmann <kraxel@redhat.com>
1199 S: Odd Fixes
1200 F: ui/
1201 F: include/ui/
1203 Cocoa graphics
1204 M: Peter Maydell <peter.maydell@linaro.org>
1205 S: Odd Fixes
1206 F: ui/cocoa.m
1208 Main loop
1209 M: Paolo Bonzini <pbonzini@redhat.com>
1210 S: Maintained
1211 F: cpus.c
1212 F: main-loop.c
1213 F: qemu-timer.c
1214 F: vl.c
1216 Human Monitor (HMP)
1217 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1218 S: Maintained
1219 F: monitor.c
1220 F: hmp.[ch]
1221 F: hmp-commands*.hx
1222 F: include/monitor/hmp-target.h
1224 Network device backends
1225 M: Jason Wang <jasowang@redhat.com>
1226 S: Maintained
1227 F: net/
1228 F: include/net/
1229 T: git git://github.com/jasowang/qemu.git net
1231 Netmap network backend
1232 M: Luigi Rizzo <rizzo@iet.unipi.it>
1233 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1234 M: Vincenzo Maffione <v.maffione@gmail.com>
1235 W: http://info.iet.unipi.it/~luigi/netmap/
1236 S: Maintained
1237 F: net/netmap.c
1239 Network Block Device (NBD)
1240 M: Paolo Bonzini <pbonzini@redhat.com>
1241 S: Odd Fixes
1242 F: block/nbd*
1243 F: nbd/
1244 F: include/block/nbd*
1245 F: qemu-nbd.c
1246 T: git git://github.com/bonzini/qemu.git nbd-next
1248 NUMA
1249 M: Eduardo Habkost <ehabkost@redhat.com>
1250 S: Maintained
1251 F: numa.c
1252 F: include/sysemu/numa.h
1253 T: git git://github.com/ehabkost/qemu.git numa
1255 Host Memory Backends
1256 M: Eduardo Habkost <ehabkost@redhat.com>
1257 M: Igor Mammedov <imammedo@redhat.com>
1258 S: Maintained
1259 F: backends/hostmem*.c
1260 F: include/sysemu/hostmem.h
1262 QAPI
1263 M: Markus Armbruster <armbru@redhat.com>
1264 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1265 S: Supported
1266 F: qapi/
1267 X: qapi/*.json
1268 F: include/qapi/
1269 X: include/qapi/qmp/
1270 F: include/qapi/qmp/dispatch.h
1271 F: tests/qapi-schema/
1272 F: tests/test-*-visitor.c
1273 F: tests/test-qmp-*.c
1274 F: scripts/qapi*
1275 F: docs/qapi*
1276 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1278 QAPI Schema
1279 M: Eric Blake <eblake@redhat.com>
1280 M: Markus Armbruster <armbru@redhat.com>
1281 S: Supported
1282 F: qapi-schema.json
1283 F: qapi/*.json
1284 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1286 QObject
1287 M: Markus Armbruster <armbru@redhat.com>
1288 S: Supported
1289 F: qobject/
1290 F: include/qapi/qmp/
1291 X: include/qapi/qmp/dispatch.h
1292 F: tests/check-qdict.c
1293 F: tests/check-qfloat.c
1294 F: tests/check-qint.c
1295 F: tests/check-qjson.c
1296 F: tests/check-qlist.c
1297 F: tests/check-qstring.c
1298 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1300 QEMU Guest Agent
1301 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1302 S: Maintained
1303 F: qga/
1304 T: git git://github.com/mdroth/qemu.git qga
1307 M: Andreas Färber <afaerber@suse.de>
1308 S: Supported
1309 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1310 F: include/qom/
1311 X: include/qom/cpu.h
1312 F: qom/
1313 X: qom/cpu.c
1314 F: tests/check-qom-interface.c
1315 F: tests/check-qom-proplist.c
1316 F: tests/qom-test.c
1319 M: Markus Armbruster <armbru@redhat.com>
1320 S: Supported
1321 F: qmp.c
1322 F: monitor.c
1323 F: docs/*qmp-*
1324 F: scripts/qmp/
1325 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1327 Register API
1328 M: Alistair Francis <alistair.francis@xilinx.com>
1329 S: Maintained
1330 F: hw/core/register.c
1331 F: include/hw/register.h
1333 SLIRP
1334 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1335 M: Jan Kiszka <jan.kiszka@siemens.com>
1336 S: Maintained
1337 F: slirp/
1338 F: net/slirp.c
1339 F: include/net/slirp.h
1340 T: git git://git.kiszka.org/qemu.git queues/slirp
1342 Stubs
1343 M: Paolo Bonzini <pbonzini@redhat.com>
1344 S: Maintained
1345 F: stubs/
1347 Tracing
1348 M: Stefan Hajnoczi <stefanha@redhat.com>
1349 S: Maintained
1350 F: trace/
1351 F: scripts/tracetool.py
1352 F: scripts/tracetool/
1353 F: docs/tracing.txt
1354 T: git git://github.com/stefanha/qemu.git tracing
1356 Checkpatch
1357 S: Odd Fixes
1358 F: scripts/checkpatch.pl
1360 Migration
1361 M: Juan Quintela <quintela@redhat.com>
1362 M: Amit Shah <amit.shah@redhat.com>
1363 S: Maintained
1364 F: include/migration/
1365 F: migration/
1366 F: scripts/vmstate-static-checker.py
1367 F: tests/vmstate-static-checker-data/
1368 F: docs/migration.txt
1370 Seccomp
1371 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1372 S: Supported
1373 F: qemu-seccomp.c
1374 F: include/sysemu/seccomp.h
1376 Cryptography
1377 M: Daniel P. Berrange <berrange@redhat.com>
1378 S: Maintained
1379 F: crypto/
1380 F: include/crypto/
1381 F: tests/test-crypto-*
1383 Coroutines
1384 M: Stefan Hajnoczi <stefanha@redhat.com>
1385 M: Kevin Wolf <kwolf@redhat.com>
1386 F: util/*coroutine*
1387 F: include/qemu/coroutine*
1388 F: tests/test-coroutine.c
1390 Buffers
1391 M: Daniel P. Berrange <berrange@redhat.com>
1392 S: Odd fixes
1393 F: util/buffer.c
1394 F: include/qemu/buffer.h
1396 I/O Channels
1397 M: Daniel P. Berrange <berrange@redhat.com>
1398 S: Maintained
1399 F: io/
1400 F: include/io/
1401 F: tests/test-io-*
1403 Sockets
1404 M: Daniel P. Berrange <berrange@redhat.com>
1405 M: Gerd Hoffmann <kraxel@redhat.com>
1406 M: Paolo Bonzini <pbonzini@redhat.com>
1407 S: Maintained
1408 F: include/qemu/sockets.h
1409 F: util/qemu-sockets.c
1411 Throttling infrastructure
1412 M: Alberto Garcia <berto@igalia.com>
1413 S: Supported
1414 F: block/throttle-groups.c
1415 F: include/block/throttle-groups.h
1416 F: include/qemu/throttle.h
1417 F: util/throttle.c
1418 L: qemu-block@nongnu.org
1420 UUID
1421 M: Fam Zheng <famz@redhat.com>
1422 S: Supported
1423 F: util/uuid.c
1424 F: include/qemu/uuid.h
1425 F: tests/test-uuid.c
1427 COLO Proxy
1428 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1429 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1430 S: Supported
1431 F: docs/colo-proxy.txt
1432 F: net/colo*
1433 F: net/filter-rewriter.c
1434 F: net/filter-mirror.c
1436 Usermode Emulation
1437 ------------------
1438 Overall
1439 M: Riku Voipio <riku.voipio@iki.fi>
1440 S: Maintained
1441 F: thunk.c
1442 F: user-exec.c
1444 BSD user
1445 S: Orphan
1446 F: bsd-user/
1447 F: default-configs/*-bsd-user.mak
1449 Linux user
1450 M: Riku Voipio <riku.voipio@iki.fi>
1451 S: Maintained
1452 F: linux-user/
1453 F: default-configs/*-linux-user.mak
1455 Tiny Code Generator (TCG)
1456 -------------------------
1457 Common code
1458 M: Richard Henderson <rth@twiddle.net>
1459 S: Maintained
1460 F: tcg/
1462 AArch64 target
1463 M: Claudio Fontana <claudio.fontana@huawei.com>
1464 M: Claudio Fontana <claudio.fontana@gmail.com>
1465 S: Maintained
1466 L: qemu-arm@nongnu.org
1467 F: tcg/aarch64/
1468 F: disas/arm-a64.cc
1469 F: disas/libvixl/
1471 ARM target
1472 M: Andrzej Zaborowski <balrogg@gmail.com>
1473 S: Maintained
1474 L: qemu-arm@nongnu.org
1475 F: tcg/arm/
1476 F: disas/arm.c
1478 i386 target
1479 L: qemu-devel@nongnu.org
1480 S: Maintained
1481 F: tcg/i386/
1482 F: disas/i386.c
1484 IA64 target
1485 M: Aurelien Jarno <aurelien@aurel32.net>
1486 S: Maintained
1487 F: tcg/ia64/
1488 F: disas/ia64.c
1490 MIPS target
1491 M: Aurelien Jarno <aurelien@aurel32.net>
1492 S: Maintained
1493 F: tcg/mips/
1494 F: disas/mips.c
1497 M: Vassili Karpov (malc) <av1474@comtv.ru>
1498 S: Maintained
1499 F: tcg/ppc/
1500 F: disas/ppc.c
1502 S390 target
1503 M: Alexander Graf <agraf@suse.de>
1504 M: Richard Henderson <rth@twiddle.net>
1505 S: Maintained
1506 F: tcg/s390/
1507 F: disas/s390.c
1509 SPARC target
1510 S: Odd Fixes
1511 F: tcg/sparc/
1512 F: disas/sparc.c
1514 TCI target
1515 M: Stefan Weil <sw@weilnetz.de>
1516 S: Maintained
1517 F: tcg/tci/
1518 F: tci.c
1519 F: disas/tci.c
1521 Stable branches
1522 ---------------
1523 Stable 1.0
1524 L: qemu-stable@nongnu.org
1525 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1526 S: Orphan
1528 Stable 0.15
1529 L: qemu-stable@nongnu.org
1530 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1531 S: Orphan
1533 Stable 0.14
1534 L: qemu-stable@nongnu.org
1535 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1536 S: Orphan
1538 Stable 0.10
1539 L: qemu-stable@nongnu.org
1540 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1541 S: Orphan
1543 Block drivers
1544 -------------
1545 VMDK
1546 M: Fam Zheng <famz@redhat.com>
1547 L: qemu-block@nongnu.org
1548 S: Supported
1549 F: block/vmdk.c
1552 M: Josh Durgin <jdurgin@redhat.com>
1553 M: Jeff Cody <jcody@redhat.com>
1554 L: qemu-block@nongnu.org
1555 S: Supported
1556 F: block/rbd.c
1557 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1559 Sheepdog
1560 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1561 M: Liu Yuan <namei.unix@gmail.com>
1562 M: Jeff Cody <jcody@redhat.com>
1563 L: qemu-block@nongnu.org
1564 L: sheepdog@lists.wpkg.org
1565 S: Supported
1566 F: block/sheepdog.c
1567 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1569 VHDX
1570 M: Jeff Cody <jcody@redhat.com>
1571 L: qemu-block@nongnu.org
1572 S: Supported
1573 F: block/vhdx*
1574 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1577 M: Stefan Weil <sw@weilnetz.de>
1578 L: qemu-block@nongnu.org
1579 S: Maintained
1580 F: block/vdi.c
1582 iSCSI
1583 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1584 M: Paolo Bonzini <pbonzini@redhat.com>
1585 M: Peter Lieven <pl@kamp.de>
1586 L: qemu-block@nongnu.org
1587 S: Supported
1588 F: block/iscsi.c
1591 M: Jeff Cody <jcody@redhat.com>
1592 M: Peter Lieven <pl@kamp.de>
1593 L: qemu-block@nongnu.org
1594 S: Maintained
1595 F: block/nfs.c
1596 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1599 M: Richard W.M. Jones <rjones@redhat.com>
1600 M: Jeff Cody <jcody@redhat.com>
1601 L: qemu-block@nongnu.org
1602 S: Supported
1603 F: block/ssh.c
1604 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1606 ARCHIPELAGO
1607 M: Chrysostomos Nanakos <chris@include.gr>
1608 M: Jeff Cody <jcody@redhat.com>
1609 L: qemu-block@nongnu.org
1610 S: Maintained
1611 F: block/archipelago.c
1612 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1614 CURL
1615 M: Jeff Cody <jcody@redhat.com>
1616 L: qemu-block@nongnu.org
1617 S: Supported
1618 F: block/curl.c
1619 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1621 GLUSTER
1622 M: Jeff Cody <jcody@redhat.com>
1623 L: qemu-block@nongnu.org
1624 S: Supported
1625 F: block/gluster.c
1626 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1628 Null Block Driver
1629 M: Fam Zheng <famz@redhat.com>
1630 L: qemu-block@nongnu.org
1631 S: Supported
1632 F: block/null.c
1634 Bootdevice
1635 M: Gonglei <arei.gonglei@huawei.com>
1636 S: Maintained
1637 F: bootdevice.c
1639 Quorum
1640 M: Alberto Garcia <berto@igalia.com>
1641 S: Supported
1642 F: block/quorum.c
1643 L: qemu-block@nongnu.org
1645 blkverify
1646 M: Stefan Hajnoczi <stefanha@redhat.com>
1647 L: qemu-block@nongnu.org
1648 S: Supported
1649 F: block/blkverify.c
1651 bochs
1652 M: Stefan Hajnoczi <stefanha@redhat.com>
1653 L: qemu-block@nongnu.org
1654 S: Supported
1655 F: block/bochs.c
1657 cloop
1658 M: Stefan Hajnoczi <stefanha@redhat.com>
1659 L: qemu-block@nongnu.org
1660 S: Supported
1661 F: block/cloop.c
1664 M: Stefan Hajnoczi <stefanha@redhat.com>
1665 L: qemu-block@nongnu.org
1666 S: Supported
1667 F: block/dmg.c
1669 parallels
1670 M: Stefan Hajnoczi <stefanha@redhat.com>
1671 M: Denis V. Lunev <den@openvz.org>
1672 L: qemu-block@nongnu.org
1673 S: Supported
1674 F: block/parallels.c
1675 F: docs/specs/parallels.txt
1678 M: Stefan Hajnoczi <stefanha@redhat.com>
1679 L: qemu-block@nongnu.org
1680 S: Supported
1681 F: block/qed.c
1684 M: Kevin Wolf <kwolf@redhat.com>
1685 L: qemu-block@nongnu.org
1686 S: Supported
1687 F: block/linux-aio.c
1688 F: include/block/raw-aio.h
1689 F: block/raw-posix.c
1690 F: block/raw-win32.c
1691 F: block/raw_bsd.c
1692 F: block/win32-aio.c
1694 qcow2
1695 M: Kevin Wolf <kwolf@redhat.com>
1696 M: Max Reitz <mreitz@redhat.com>
1697 L: qemu-block@nongnu.org
1698 S: Supported
1699 F: block/qcow2*
1701 qcow
1702 M: Kevin Wolf <kwolf@redhat.com>
1703 L: qemu-block@nongnu.org
1704 S: Supported
1705 F: block/qcow.c
1707 blkdebug
1708 M: Kevin Wolf <kwolf@redhat.com>
1709 M: Max Reitz <mreitz@redhat.com>
1710 L: qemu-block@nongnu.org
1711 S: Supported
1712 F: block/blkdebug.c
1715 M: Kevin Wolf <kwolf@redhat.com>
1716 L: qemu-block@nongnu.org
1717 S: Supported
1718 F: block/vpc.c
1720 vvfat
1721 M: Kevin Wolf <kwolf@redhat.com>
1722 L: qemu-block@nongnu.org
1723 S: Supported
1724 F: block/vvfat.c
1726 Image format fuzzer
1727 M: Stefan Hajnoczi <stefanha@redhat.com>
1728 L: qemu-block@nongnu.org
1729 S: Supported
1730 F: tests/image-fuzzer/
1732 Replication
1733 M: Wen Congyang <wency@cn.fujitsu.com>
1734 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1735 S: Supported
1736 F: replication*
1737 F: block/replication.c
1738 F: tests/test-replication.c
1739 F: docs/block-replication.txt
1741 Build and test automation
1742 -------------------------
1743 M: Alex BennĂ©e <alex.bennee@linaro.org>
1744 L: qemu-devel@nongnu.org
1745 S: Supported
1746 F: .travis.yml
1748 Documentation
1749 -------------
1750 Build system architecture
1751 M: Daniel P. Berrange <berrange@redhat.com>
1752 S: Odd Fixes
1753 F: docs/build-system.txt
1755 Docker testing
1756 --------------
1757 Docker based testing framework and cases
1758 M: Fam Zheng <famz@redhat.com>
1759 S: Maintained
1760 F: tests/docker/