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