target-arm: Add support for AArch64 PMU register PMXEVTYPER_EL0
[qemu/ar7.git] / MAINTAINERS
blob7afbadaa15c5dddc31859e3fa616bce7d09a4709
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 S: Orphan
565 F: hw/m68k/an5206.c
566 F: hw/m68k/mcf5206.c
568 dummy_m68k
569 S: Orphan
570 F: hw/m68k/dummy_m68k.c
572 mcf5208
573 S: Orphan
574 F: hw/m68k/mcf5208.c
575 F: hw/m68k/mcf_intc.c
576 F: hw/char/mcf_uart.c
577 F: hw/net/mcf_fec.c
579 MicroBlaze Machines
580 -------------------
581 petalogix_s3adsp1800
582 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
583 S: Maintained
584 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
586 petalogix_ml605
587 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588 S: Maintained
589 F: hw/microblaze/petalogix_ml605_mmu.c
591 MIPS Machines
592 -------------
593 Jazz
594 M: HervĂ© Poussineau <hpoussin@reactos.org>
595 S: Maintained
596 F: hw/mips/mips_jazz.c
598 Malta
599 M: Aurelien Jarno <aurelien@aurel32.net>
600 S: Maintained
601 F: hw/mips/mips_malta.c
603 Mipssim
604 L: qemu-devel@nongnu.org
605 S: Orphan
606 F: hw/mips/mips_mipssim.c
608 R4000
609 M: Aurelien Jarno <aurelien@aurel32.net>
610 S: Maintained
611 F: hw/mips/mips_r4k.c
613 OpenRISC Machines
614 -----------------
615 or1k-sim
616 M: Jia Liu <proljc@gmail.com>
617 S: Maintained
618 F: hw/openrisc/openrisc_sim.c
620 PowerPC Machines
621 ----------------
623 M: Alexander Graf <agraf@suse.de>
624 L: qemu-ppc@nongnu.org
625 S: Odd Fixes
626 F: hw/ppc/ppc405_boards.c
628 Bamboo
629 M: Alexander Graf <agraf@suse.de>
630 L: qemu-ppc@nongnu.org
631 S: Odd Fixes
632 F: hw/ppc/ppc440_bamboo.c
634 e500
635 M: Alexander Graf <agraf@suse.de>
636 M: Scott Wood <scottwood@freescale.com>
637 L: qemu-ppc@nongnu.org
638 S: Supported
639 F: hw/ppc/e500.[hc]
640 F: hw/ppc/e500plat.c
641 F: include/hw/ppc/ppc_e500.h
642 F: include/hw/pci-host/ppce500.h
643 F: pc-bios/u-boot.e500
645 mpc8544ds
646 M: Alexander Graf <agraf@suse.de>
647 M: Scott Wood <scottwood@freescale.com>
648 L: qemu-ppc@nongnu.org
649 S: Supported
650 F: hw/ppc/mpc8544ds.c
651 F: hw/ppc/mpc8544_guts.c
653 New World
654 M: Alexander Graf <agraf@suse.de>
655 L: qemu-ppc@nongnu.org
656 S: Maintained
657 F: hw/ppc/mac_newworld.c
658 F: hw/pci-host/uninorth.c
659 F: hw/pci-bridge/dec.[hc]
660 F: hw/misc/macio/
661 F: include/hw/ppc/mac_dbdma.h
662 F: hw/nvram/mac_nvram.c
664 Old World
665 M: Alexander Graf <agraf@suse.de>
666 L: qemu-ppc@nongnu.org
667 S: Maintained
668 F: hw/ppc/mac_oldworld.c
669 F: hw/pci-host/grackle.c
670 F: hw/misc/macio/
671 F: hw/intc/heathrow_pic.c
673 PReP
674 M: HervĂ© Poussineau <hpoussin@reactos.org>
675 L: qemu-devel@nongnu.org
676 L: qemu-ppc@nongnu.org
677 S: Maintained
678 F: hw/ppc/prep.c
679 F: hw/ppc/prep_systemio.c
680 F: hw/ppc/rs6000_mc.c
681 F: hw/pci-host/prep.[hc]
682 F: hw/isa/pc87312.[hc]
683 F: pc-bios/ppc_rom.bin
685 sPAPR
686 M: David Gibson <david@gibson.dropbear.id.au>
687 M: Alexander Graf <agraf@suse.de>
688 L: qemu-ppc@nongnu.org
689 S: Supported
690 F: hw/*/spapr*
691 F: include/hw/*/spapr*
692 F: hw/*/xics*
693 F: include/hw/*/xics*
694 F: pc-bios/spapr-rtas/*
695 F: pc-bios/spapr-rtas.bin
696 F: pc-bios/slof.bin
697 F: pc-bios/skiboot.lid
698 F: docs/specs/ppc-spapr-hcalls.txt
699 F: docs/specs/ppc-spapr-hotplug.txt
700 F: tests/spapr*
701 F: tests/libqos/*spapr*
702 F: tests/rtas*
703 F: tests/libqos/rtas*
705 virtex_ml507
706 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
707 L: qemu-ppc@nongnu.org
708 S: Odd Fixes
709 F: hw/ppc/virtex_ml507.c
711 SH4 Machines
712 ------------
714 M: Magnus Damm <magnus.damm@gmail.com>
715 S: Maintained
716 F: hw/sh4/r2d.c
717 F: hw/intc/sh_intc.c
718 F: hw/timer/sh_timer.c
720 Shix
721 M: Magnus Damm <magnus.damm@gmail.com>
722 S: Odd Fixes
723 F: hw/sh4/shix.c
725 SPARC Machines
726 --------------
727 Sun4m
728 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
729 S: Maintained
730 F: hw/sparc/sun4m.c
731 F: hw/dma/sparc32_dma.c
732 F: hw/dma/sun4m_iommu.c
733 F: hw/misc/eccmemctl.c
734 F: hw/misc/slavio_misc.c
735 F: include/hw/sparc/sparc32_dma.h
736 F: include/hw/sparc/sun4m.h
737 F: pc-bios/openbios-sparc32
739 Sun4u
740 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
741 S: Maintained
742 F: hw/sparc64/sun4u.c
743 F: pc-bios/openbios-sparc64
745 Sun4v
746 M: Artyom Tarasenko <atar4qemu@gmail.com>
747 S: Maintained
748 F: hw/sparc64/sun4v.c
749 F: hw/timer/sun4v-rtc.c
750 F: include/hw/timer/sun4v-rtc.h
752 Leon3
753 M: Fabien Chouteau <chouteau@adacore.com>
754 S: Maintained
755 F: hw/sparc/leon3.c
756 F: hw/*/grlib*
757 F: include/hw/sparc/grlib.h
759 S390 Machines
760 -------------
761 S390 Virtio-ccw
762 M: Cornelia Huck <cornelia.huck@de.ibm.com>
763 M: Christian Borntraeger <borntraeger@de.ibm.com>
764 M: Alexander Graf <agraf@suse.de>
765 S: Supported
766 F: hw/char/sclp*.[hc]
767 F: hw/s390x/
768 F: include/hw/s390x/
769 F: pc-bios/s390-ccw/
770 F: hw/watchdog/wdt_diag288.c
771 F: include/hw/watchdog/wdt_diag288.h
772 F: pc-bios/s390-ccw.img
773 F: default-configs/s390x-softmmu.mak
774 T: git git://github.com/cohuck/qemu.git s390-next
775 T: git git://github.com/borntraeger/qemu.git s390-next
777 UniCore32 Machines
778 -------------
779 PKUnity-3 SoC initramfs-with-busybox
780 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
781 S: Maintained
782 F: hw/*/puv3*
783 F: hw/unicore32/
785 X86 Machines
786 ------------
788 M: Michael S. Tsirkin <mst@redhat.com>
789 S: Supported
790 F: include/hw/i386/
791 F: hw/i386/
792 F: hw/pci-host/piix.c
793 F: hw/pci-host/q35.c
794 F: hw/pci-host/pam.c
795 F: include/hw/pci-host/q35.h
796 F: include/hw/pci-host/pam.h
797 F: hw/isa/piix4.c
798 F: hw/isa/lpc_ich9.c
799 F: hw/i2c/smbus_ich9.c
800 F: hw/acpi/piix4.c
801 F: hw/acpi/ich9.c
802 F: include/hw/acpi/ich9.h
803 F: include/hw/acpi/piix4.h
804 F: hw/misc/sga.c
806 PC Chipset
807 M: Michael S. Tsirkin <mst@redhat.com>
808 M: Paolo Bonzini <pbonzini@redhat.com>
809 S: Support
810 F: hw/char/debugcon.c
811 F: hw/char/parallel.c
812 F: hw/char/serial*
813 F: hw/dma/i8257*
814 F: hw/i2c/pm_smbus.c
815 F: hw/intc/apic*
816 F: hw/intc/ioapic*
817 F: hw/intc/i8259*
818 F: hw/misc/debugexit.c
819 F: hw/misc/pc-testdev.c
820 F: hw/timer/hpet*
821 F: hw/timer/i8254*
822 F: hw/timer/mc146818rtc*
823 F: include/hw/i2c/pm_smbus.h
824 F: include/hw/timer/hpet.h
825 F: include/hw/timer/i8254*
826 F: include/hw/timer/mc146818rtc*
828 Machine core
829 M: Eduardo Habkost <ehabkost@redhat.com>
830 M: Marcel Apfelbaum <marcel@redhat.com>
831 S: Supported
832 F: hw/core/machine.c
833 F: hw/core/null-machine.c
834 F: include/hw/boards.h
836 Xtensa Machines
837 ---------------
839 M: Max Filippov <jcmvbkbc@gmail.com>
840 S: Maintained
841 F: hw/xtensa/sim.c
843 XTFPGA (LX60, LX200, ML605, KC705)
844 M: Max Filippov <jcmvbkbc@gmail.com>
845 S: Maintained
846 F: hw/xtensa/xtfpga.c
847 F: hw/net/opencores_eth.c
849 Devices
850 -------
852 M: Jiri Slaby <jslaby@suse.cz>
853 S: Maintained
854 F: hw/misc/edu.c
857 M: John Snow <jsnow@redhat.com>
858 L: qemu-block@nongnu.org
859 S: Supported
860 F: include/hw/ide.h
861 F: include/hw/ide/
862 F: hw/ide/
863 F: hw/block/block.c
864 F: hw/block/cdrom.c
865 F: hw/block/hd-geometry.c
866 F: tests/ide-test.c
867 F: tests/ahci-test.c
868 F: tests/libqos/ahci*
869 T: git git://github.com/jnsnow/qemu.git ide
871 Floppy
872 M: John Snow <jsnow@redhat.com>
873 L: qemu-block@nongnu.org
874 S: Supported
875 F: hw/block/fdc.c
876 F: include/hw/block/fdc.h
877 F: tests/fdc-test.c
878 T: git git://github.com/jnsnow/qemu.git ide
880 OMAP
881 M: Peter Maydell <peter.maydell@linaro.org>
882 S: Maintained
883 F: hw/*/omap*
884 F: include/hw/arm/omap.h
886 IPack
887 M: Alberto Garcia <berto@igalia.com>
888 S: Odd Fixes
889 F: hw/char/ipoctal232.c
890 F: hw/ipack/
893 M: Michael S. Tsirkin <mst@redhat.com>
894 M: Marcel Apfelbaum <marcel@redhat.com>
895 S: Supported
896 F: include/hw/pci/*
897 F: hw/misc/pci-testdev.c
898 F: hw/pci/*
899 F: hw/pci-bridge/*
901 ACPI/SMBIOS
902 M: Michael S. Tsirkin <mst@redhat.com>
903 M: Igor Mammedov <imammedo@redhat.com>
904 S: Supported
905 F: include/hw/acpi/*
906 F: include/hw/smbios/*
907 F: hw/mem/*
908 F: hw/acpi/*
909 F: hw/smbios/*
910 F: hw/i386/acpi-build.[hc]
911 F: hw/arm/virt-acpi-build.c
913 ppc4xx
914 M: Alexander Graf <agraf@suse.de>
915 L: qemu-ppc@nongnu.org
916 S: Odd Fixes
917 F: hw/ppc/ppc4*.c
918 F: include/hw/ppc/ppc4xx.h
920 ppce500
921 M: Alexander Graf <agraf@suse.de>
922 M: Scott Wood <scottwood@freescale.com>
923 L: qemu-ppc@nongnu.org
924 S: Supported
925 F: hw/ppc/e500*
926 F: hw/pci-host/ppce500.c
927 F: hw/net/fsl_etsec/
929 Character devices
930 M: Paolo Bonzini <pbonzini@redhat.com>
931 S: Odd Fixes
932 F: hw/char/
934 Network devices
935 M: Jason Wang <jasowang@redhat.com>
936 S: Odd Fixes
937 F: hw/net/
938 F: tests/virtio-net-test.c
939 T: git git://github.com/jasowang/qemu.git net
941 SCSI
942 M: Paolo Bonzini <pbonzini@redhat.com>
943 S: Supported
944 F: include/hw/scsi/*
945 F: hw/scsi/*
946 F: tests/virtio-scsi-test.c
947 T: git git://github.com/bonzini/qemu.git scsi-next
949 LSI53C895A
950 S: Orphan
951 F: hw/scsi/lsi53c895a.c
954 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
955 S: Maintained
956 F: hw/ssi/*
957 F: hw/block/m25p80.c
958 X: hw/ssi/xilinx_*
960 Xilinx SPI
961 M: Alistair Francis <alistair.francis@xilinx.com>
962 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
963 S: Maintained
964 F: hw/ssi/xilinx_*
967 M: Gerd Hoffmann <kraxel@redhat.com>
968 S: Maintained
969 F: hw/usb/*
970 F: tests/usb-*-test.c
971 F: docs/usb2.txt
972 F: docs/usb-storage.txt
973 F: include/hw/usb.h
974 F: include/hw/usb/
976 USB (serial adapter)
977 M: Gerd Hoffmann <kraxel@redhat.com>
978 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
979 S: Maintained
980 F: hw/usb/dev-serial.c
982 VFIO
983 M: Alex Williamson <alex.williamson@redhat.com>
984 S: Supported
985 F: hw/vfio/*
986 F: include/hw/vfio/
988 vhost
989 M: Michael S. Tsirkin <mst@redhat.com>
990 S: Supported
991 F: hw/*/*vhost*
993 virtio
994 M: Michael S. Tsirkin <mst@redhat.com>
995 S: Supported
996 F: hw/*/virtio*
997 F: hw/virtio/Makefile.objs
998 F: hw/virtio/trace-events
999 F: net/vhost-user.c
1000 F: include/hw/virtio/
1001 F: tests/virtio-balloon-test.c
1003 virtio-9p
1004 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1005 M: Greg Kurz <groug@kaod.org>
1006 S: Supported
1007 F: hw/9pfs/
1008 F: fsdev/
1009 F: tests/virtio-9p-test.c
1010 T: git git://github.com/kvaneesh/QEMU.git
1011 T: git git://github.com/gkurz/qemu.git 9p-next
1013 virtio-blk
1014 M: Stefan Hajnoczi <stefanha@redhat.com>
1015 L: qemu-block@nongnu.org
1016 S: Supported
1017 F: hw/block/virtio-blk.c
1018 F: hw/block/dataplane/*
1019 F: tests/virtio-blk-test.c
1020 T: git git://github.com/stefanha/qemu.git block
1022 virtio-ccw
1023 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1024 M: Christian Borntraeger <borntraeger@de.ibm.com>
1025 S: Supported
1026 F: hw/s390x/virtio-ccw.[hc]
1027 T: git git://github.com/cohuck/qemu.git s390-next
1028 T: git git://github.com/borntraeger/qemu.git s390-next
1030 virtio-input
1031 M: Gerd Hoffmann <kraxel@redhat.com>
1032 S: Maintained
1033 F: hw/input/virtio-input*.c
1034 F: include/hw/virtio/virtio-input.h
1036 virtio-serial
1037 M: Amit Shah <amit.shah@redhat.com>
1038 S: Supported
1039 F: hw/char/virtio-serial-bus.c
1040 F: hw/char/virtio-console.c
1041 F: include/hw/virtio/virtio-serial.h
1042 F: tests/virtio-console-test.c
1043 F: tests/virtio-serial-test.c
1045 virtio-rng
1046 M: Amit Shah <amit.shah@redhat.com>
1047 S: Supported
1048 F: hw/virtio/virtio-rng.c
1049 F: include/hw/virtio/virtio-rng.h
1050 F: include/sysemu/rng*.h
1051 F: backends/rng*.c
1052 F: tests/virtio-rng-test.c
1054 virtio-crypto
1055 M: Gonglei <arei.gonglei@huawei.com>
1056 S: Supported
1057 F: hw/virtio/virtio-crypto.c
1058 F: hw/virtio/virtio-crypto-pci.c
1059 F: include/hw/virtio/virtio-crypto.h
1061 nvme
1062 M: Keith Busch <keith.busch@intel.com>
1063 L: qemu-block@nongnu.org
1064 S: Supported
1065 F: hw/block/nvme*
1066 F: tests/nvme-test.c
1068 megasas
1069 M: Hannes Reinecke <hare@suse.de>
1070 L: qemu-block@nongnu.org
1071 S: Supported
1072 F: hw/scsi/megasas.c
1073 F: hw/scsi/mfi.h
1075 Network packet abstractions
1076 M: Dmitry Fleytman <dmitry@daynix.com>
1077 S: Maintained
1078 F: include/net/eth.h
1079 F: net/eth.c
1080 F: hw/net/net_rx_pkt*
1081 F: hw/net/net_tx_pkt*
1083 Vmware
1084 M: Dmitry Fleytman <dmitry@daynix.com>
1085 S: Maintained
1086 F: hw/net/vmxnet*
1087 F: hw/scsi/vmw_pvscsi*
1089 Rocker
1090 M: Jiri Pirko <jiri@resnulli.us>
1091 S: Maintained
1092 F: hw/net/rocker/
1093 F: tests/rocker/
1094 F: docs/specs/rocker.txt
1096 NVDIMM
1097 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1098 S: Maintained
1099 F: hw/acpi/nvdimm.c
1100 F: hw/mem/nvdimm.c
1101 F: include/hw/mem/nvdimm.h
1103 e1000x
1104 M: Dmitry Fleytman <dmitry@daynix.com>
1105 S: Maintained
1106 F: hw/net/e1000x*
1108 e1000e
1109 M: Dmitry Fleytman <dmitry@daynix.com>
1110 S: Maintained
1111 F: hw/net/e1000e*
1113 Generic Loader
1114 M: Alistair Francis <alistair.francis@xilinx.com>
1115 S: Maintained
1116 F: hw/core/generic-loader.c
1117 F: include/hw/core/generic-loader.h
1119 CHRP NVRAM
1120 M: Thomas Huth <thuth@redhat.com>
1121 S: Maintained
1122 F: hw/nvram/chrp_nvram.c
1123 F: include/hw/nvram/chrp_nvram.h
1124 F: tests/prom-env-test.c
1126 Subsystems
1127 ----------
1128 Audio
1129 M: Gerd Hoffmann <kraxel@redhat.com>
1130 S: Maintained
1131 F: audio/
1132 F: hw/audio/
1133 F: include/hw/audio/
1134 F: tests/ac97-test.c
1135 F: tests/es1370-test.c
1136 F: tests/intel-hda-test.c
1138 Block layer core
1139 M: Kevin Wolf <kwolf@redhat.com>
1140 M: Max Reitz <mreitz@redhat.com>
1141 L: qemu-block@nongnu.org
1142 S: Supported
1143 F: block*
1144 F: block/
1145 F: hw/block/
1146 F: include/block/
1147 F: qemu-img*
1148 F: qemu-io*
1149 F: tests/qemu-iotests/
1150 T: git git://repo.or.cz/qemu/kevin.git block
1152 Block I/O path
1153 M: Stefan Hajnoczi <stefanha@redhat.com>
1154 M: Fam Zheng <famz@redhat.com>
1155 L: qemu-block@nongnu.org
1156 S: Supported
1157 F: async.c
1158 F: aio-*.c
1159 F: block/io.c
1160 F: migration/block*
1161 F: include/block/aio.h
1162 T: git git://github.com/stefanha/qemu.git block
1164 Block Jobs
1165 M: Jeff Cody <jcody@redhat.com>
1166 L: qemu-block@nongnu.org
1167 S: Supported
1168 F: blockjob.c
1169 F: include/block/blockjob.h
1170 F: block/backup.c
1171 F: block/commit.c
1172 F: block/stream.c
1173 F: block/mirror.c
1174 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1176 Block QAPI, monitor, command line
1177 M: Markus Armbruster <armbru@redhat.com>
1178 S: Supported
1179 F: blockdev.c
1180 F: block/qapi.c
1181 F: qapi/block*.json
1182 T: git git://repo.or.cz/qemu/armbru.git block-next
1184 Dirty Bitmaps
1185 M: Fam Zheng <famz@redhat.com>
1186 M: John Snow <jsnow@redhat.com>
1187 L: qemu-block@nongnu.org
1188 S: Supported
1189 F: util/hbitmap.c
1190 F: block/dirty-bitmap.c
1191 F: include/qemu/hbitmap.h
1192 F: include/block/dirty-bitmap.h
1193 F: tests/test-hbitmap.c
1194 F: docs/bitmaps.md
1195 T: git git://github.com/famz/qemu.git bitmaps
1196 T: git git://github.com/jnsnow/qemu.git bitmaps
1198 Character device backends
1199 M: Paolo Bonzini <pbonzini@redhat.com>
1200 M: Marc-AndrĂ© Lureau <marcandre.lureau@redhat.com>
1201 S: Maintained
1202 F: chardev/
1203 F: backends/msmouse.c
1204 F: backends/testdev.c
1206 Character Devices (Braille)
1207 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1208 S: Maintained
1209 F: backends/baum.c
1211 Coverity model
1212 M: Markus Armbruster <armbru@redhat.com>
1213 S: Supported
1214 F: scripts/coverity-model.c
1217 L: qemu-devel@nongnu.org
1218 S: Supported
1219 F: qom/cpu.c
1220 F: include/qom/cpu.h
1222 Device Tree
1223 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1224 M: Alexander Graf <agraf@suse.de>
1225 S: Maintained
1226 F: device_tree.c
1227 F: include/sysemu/device_tree.h
1229 Error reporting
1230 M: Markus Armbruster <armbru@redhat.com>
1231 S: Supported
1232 F: include/qapi/error.h
1233 F: include/qemu/error-report.h
1234 F: util/error.c
1235 F: util/qemu-error.c
1237 GDB stub
1238 L: qemu-devel@nongnu.org
1239 S: Odd Fixes
1240 F: gdbstub*
1241 F: gdb-xml/
1243 Memory API
1244 M: Paolo Bonzini <pbonzini@redhat.com>
1245 S: Supported
1246 F: include/exec/ioport.h
1247 F: ioport.c
1248 F: include/exec/memory.h
1249 F: include/exec/ram_addr.h
1250 F: memory.c
1251 F: include/exec/memory-internal.h
1252 F: exec.c
1254 SPICE
1255 M: Gerd Hoffmann <kraxel@redhat.com>
1256 S: Supported
1257 F: include/ui/qemu-spice.h
1258 F: include/ui/spice-display.h
1259 F: ui/spice-*.c
1260 F: audio/spiceaudio.c
1261 F: hw/display/qxl*
1263 Graphics
1264 M: Gerd Hoffmann <kraxel@redhat.com>
1265 S: Odd Fixes
1266 F: ui/
1267 F: include/ui/
1269 Cocoa graphics
1270 M: Peter Maydell <peter.maydell@linaro.org>
1271 S: Odd Fixes
1272 F: ui/cocoa.m
1274 Main loop
1275 M: Paolo Bonzini <pbonzini@redhat.com>
1276 S: Maintained
1277 F: cpus.c
1278 F: main-loop.c
1279 F: qemu-timer.c
1280 F: vl.c
1282 Human Monitor (HMP)
1283 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1284 S: Maintained
1285 F: monitor.c
1286 F: hmp.[ch]
1287 F: hmp-commands*.hx
1288 F: include/monitor/hmp-target.h
1290 Network device backends
1291 M: Jason Wang <jasowang@redhat.com>
1292 S: Maintained
1293 F: net/
1294 F: include/net/
1295 T: git git://github.com/jasowang/qemu.git net
1297 Netmap network backend
1298 M: Luigi Rizzo <rizzo@iet.unipi.it>
1299 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1300 M: Vincenzo Maffione <v.maffione@gmail.com>
1301 W: http://info.iet.unipi.it/~luigi/netmap/
1302 S: Maintained
1303 F: net/netmap.c
1305 Network Block Device (NBD)
1306 M: Paolo Bonzini <pbonzini@redhat.com>
1307 S: Odd Fixes
1308 F: block/nbd*
1309 F: nbd/
1310 F: include/block/nbd*
1311 F: qemu-nbd.c
1312 T: git git://github.com/bonzini/qemu.git nbd-next
1314 NUMA
1315 M: Eduardo Habkost <ehabkost@redhat.com>
1316 S: Maintained
1317 F: numa.c
1318 F: include/sysemu/numa.h
1319 T: git git://github.com/ehabkost/qemu.git numa
1321 Host Memory Backends
1322 M: Eduardo Habkost <ehabkost@redhat.com>
1323 M: Igor Mammedov <imammedo@redhat.com>
1324 S: Maintained
1325 F: backends/hostmem*.c
1326 F: include/sysemu/hostmem.h
1328 Cryptodev Backends
1329 M: Gonglei <arei.gonglei@huawei.com>
1330 S: Maintained
1331 F: include/sysemu/cryptodev*.h
1332 F: backends/cryptodev*.c
1334 QAPI
1335 M: Markus Armbruster <armbru@redhat.com>
1336 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1337 S: Supported
1338 F: qapi/
1339 X: qapi/*.json
1340 F: include/qapi/
1341 X: include/qapi/qmp/
1342 F: include/qapi/qmp/dispatch.h
1343 F: tests/qapi-schema/
1344 F: tests/test-*-visitor.c
1345 F: tests/test-qmp-*.c
1346 F: scripts/qapi*
1347 F: docs/qapi*
1348 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1350 QAPI Schema
1351 M: Eric Blake <eblake@redhat.com>
1352 M: Markus Armbruster <armbru@redhat.com>
1353 S: Supported
1354 F: qapi-schema.json
1355 F: qapi/*.json
1356 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1358 QObject
1359 M: Markus Armbruster <armbru@redhat.com>
1360 S: Supported
1361 F: qobject/
1362 F: include/qapi/qmp/
1363 X: include/qapi/qmp/dispatch.h
1364 F: tests/check-qdict.c
1365 F: tests/check-qfloat.c
1366 F: tests/check-qint.c
1367 F: tests/check-qjson.c
1368 F: tests/check-qlist.c
1369 F: tests/check-qstring.c
1370 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1372 QEMU Guest Agent
1373 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1374 S: Maintained
1375 F: qga/
1376 T: git git://github.com/mdroth/qemu.git qga
1379 M: Andreas Färber <afaerber@suse.de>
1380 S: Supported
1381 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1382 F: include/qom/
1383 X: include/qom/cpu.h
1384 F: qom/
1385 X: qom/cpu.c
1386 F: tests/check-qom-interface.c
1387 F: tests/check-qom-proplist.c
1388 F: tests/qom-test.c
1391 M: Markus Armbruster <armbru@redhat.com>
1392 S: Supported
1393 F: qmp.c
1394 F: monitor.c
1395 F: docs/*qmp-*
1396 F: scripts/qmp/
1397 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1399 Register API
1400 M: Alistair Francis <alistair.francis@xilinx.com>
1401 S: Maintained
1402 F: hw/core/register.c
1403 F: include/hw/register.h
1405 SLIRP
1406 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1407 M: Jan Kiszka <jan.kiszka@siemens.com>
1408 S: Maintained
1409 F: slirp/
1410 F: net/slirp.c
1411 F: include/net/slirp.h
1412 T: git git://git.kiszka.org/qemu.git queues/slirp
1414 Stubs
1415 M: Paolo Bonzini <pbonzini@redhat.com>
1416 S: Maintained
1417 F: stubs/
1419 Tracing
1420 M: Stefan Hajnoczi <stefanha@redhat.com>
1421 S: Maintained
1422 F: trace/
1423 F: scripts/tracetool.py
1424 F: scripts/tracetool/
1425 F: docs/tracing.txt
1426 T: git git://github.com/stefanha/qemu.git tracing
1428 Checkpatch
1429 S: Odd Fixes
1430 F: scripts/checkpatch.pl
1432 Migration
1433 M: Juan Quintela <quintela@redhat.com>
1434 M: Amit Shah <amit.shah@redhat.com>
1435 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1436 S: Maintained
1437 F: include/migration/
1438 F: migration/
1439 F: scripts/vmstate-static-checker.py
1440 F: tests/vmstate-static-checker-data/
1441 F: docs/migration.txt
1443 Seccomp
1444 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1445 S: Supported
1446 F: qemu-seccomp.c
1447 F: include/sysemu/seccomp.h
1449 Cryptography
1450 M: Daniel P. Berrange <berrange@redhat.com>
1451 S: Maintained
1452 F: crypto/
1453 F: include/crypto/
1454 F: tests/test-crypto-*
1456 Coroutines
1457 M: Stefan Hajnoczi <stefanha@redhat.com>
1458 M: Kevin Wolf <kwolf@redhat.com>
1459 F: util/*coroutine*
1460 F: include/qemu/coroutine*
1461 F: tests/test-coroutine.c
1463 Buffers
1464 M: Daniel P. Berrange <berrange@redhat.com>
1465 S: Odd fixes
1466 F: util/buffer.c
1467 F: include/qemu/buffer.h
1469 I/O Channels
1470 M: Daniel P. Berrange <berrange@redhat.com>
1471 S: Maintained
1472 F: io/
1473 F: include/io/
1474 F: tests/test-io-*
1476 Sockets
1477 M: Daniel P. Berrange <berrange@redhat.com>
1478 M: Gerd Hoffmann <kraxel@redhat.com>
1479 M: Paolo Bonzini <pbonzini@redhat.com>
1480 S: Maintained
1481 F: include/qemu/sockets.h
1482 F: util/qemu-sockets.c
1484 Throttling infrastructure
1485 M: Alberto Garcia <berto@igalia.com>
1486 S: Supported
1487 F: block/throttle-groups.c
1488 F: include/block/throttle-groups.h
1489 F: include/qemu/throttle.h
1490 F: util/throttle.c
1491 L: qemu-block@nongnu.org
1493 UUID
1494 M: Fam Zheng <famz@redhat.com>
1495 S: Supported
1496 F: util/uuid.c
1497 F: include/qemu/uuid.h
1498 F: tests/test-uuid.c
1500 COLO Framework
1501 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1502 S: Maintained
1503 F: migration/colo*
1504 F: include/migration/colo.h
1505 F: include/migration/failover.h
1506 F: docs/COLO-FT.txt
1508 COLO Proxy
1509 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1510 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1511 S: Supported
1512 F: docs/colo-proxy.txt
1513 F: net/colo*
1514 F: net/filter-rewriter.c
1515 F: net/filter-mirror.c
1517 Usermode Emulation
1518 ------------------
1519 Overall
1520 M: Riku Voipio <riku.voipio@iki.fi>
1521 S: Maintained
1522 F: thunk.c
1523 F: user-exec.c
1524 F: user-exec-stub.c
1526 BSD user
1527 S: Orphan
1528 F: bsd-user/
1529 F: default-configs/*-bsd-user.mak
1531 Linux user
1532 M: Riku Voipio <riku.voipio@iki.fi>
1533 S: Maintained
1534 F: linux-user/
1535 F: default-configs/*-linux-user.mak
1537 Tiny Code Generator (TCG)
1538 -------------------------
1539 Common code
1540 M: Richard Henderson <rth@twiddle.net>
1541 S: Maintained
1542 F: tcg/
1544 AArch64 target
1545 M: Claudio Fontana <claudio.fontana@huawei.com>
1546 M: Claudio Fontana <claudio.fontana@gmail.com>
1547 S: Maintained
1548 L: qemu-arm@nongnu.org
1549 F: tcg/aarch64/
1550 F: disas/arm-a64.cc
1551 F: disas/libvixl/
1553 ARM target
1554 M: Andrzej Zaborowski <balrogg@gmail.com>
1555 S: Maintained
1556 L: qemu-arm@nongnu.org
1557 F: tcg/arm/
1558 F: disas/arm.c
1560 i386 target
1561 L: qemu-devel@nongnu.org
1562 S: Maintained
1563 F: tcg/i386/
1564 F: disas/i386.c
1566 IA64 target
1567 M: Aurelien Jarno <aurelien@aurel32.net>
1568 S: Maintained
1569 F: tcg/ia64/
1570 F: disas/ia64.c
1572 MIPS target
1573 M: Aurelien Jarno <aurelien@aurel32.net>
1574 S: Maintained
1575 F: tcg/mips/
1576 F: disas/mips.c
1579 M: Richard Henderson <rth@twiddle.net>
1580 S: Odd Fixes
1581 F: tcg/ppc/
1582 F: disas/ppc.c
1584 S390 target
1585 M: Alexander Graf <agraf@suse.de>
1586 M: Richard Henderson <rth@twiddle.net>
1587 S: Maintained
1588 F: tcg/s390/
1589 F: disas/s390.c
1591 SPARC target
1592 S: Odd Fixes
1593 F: tcg/sparc/
1594 F: disas/sparc.c
1596 TCI target
1597 M: Stefan Weil <sw@weilnetz.de>
1598 S: Maintained
1599 F: tcg/tci/
1600 F: tci.c
1601 F: disas/tci.c
1603 Block drivers
1604 -------------
1605 VMDK
1606 M: Fam Zheng <famz@redhat.com>
1607 L: qemu-block@nongnu.org
1608 S: Supported
1609 F: block/vmdk.c
1612 M: Josh Durgin <jdurgin@redhat.com>
1613 M: Jeff Cody <jcody@redhat.com>
1614 L: qemu-block@nongnu.org
1615 S: Supported
1616 F: block/rbd.c
1617 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1619 Sheepdog
1620 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1621 M: Liu Yuan <namei.unix@gmail.com>
1622 M: Jeff Cody <jcody@redhat.com>
1623 L: qemu-block@nongnu.org
1624 L: sheepdog@lists.wpkg.org
1625 S: Supported
1626 F: block/sheepdog.c
1627 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1629 VHDX
1630 M: Jeff Cody <jcody@redhat.com>
1631 L: qemu-block@nongnu.org
1632 S: Supported
1633 F: block/vhdx*
1634 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1637 M: Stefan Weil <sw@weilnetz.de>
1638 L: qemu-block@nongnu.org
1639 S: Maintained
1640 F: block/vdi.c
1642 iSCSI
1643 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1644 M: Paolo Bonzini <pbonzini@redhat.com>
1645 M: Peter Lieven <pl@kamp.de>
1646 L: qemu-block@nongnu.org
1647 S: Supported
1648 F: block/iscsi.c
1649 F: block/iscsi-opts.c
1652 M: Jeff Cody <jcody@redhat.com>
1653 M: Peter Lieven <pl@kamp.de>
1654 L: qemu-block@nongnu.org
1655 S: Maintained
1656 F: block/nfs.c
1657 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1660 M: Richard W.M. Jones <rjones@redhat.com>
1661 M: Jeff Cody <jcody@redhat.com>
1662 L: qemu-block@nongnu.org
1663 S: Supported
1664 F: block/ssh.c
1665 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1667 ARCHIPELAGO
1668 M: Chrysostomos Nanakos <chris@include.gr>
1669 M: Jeff Cody <jcody@redhat.com>
1670 L: qemu-block@nongnu.org
1671 S: Maintained
1672 F: block/archipelago.c
1673 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1675 CURL
1676 M: Jeff Cody <jcody@redhat.com>
1677 L: qemu-block@nongnu.org
1678 S: Supported
1679 F: block/curl.c
1680 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1682 GLUSTER
1683 M: Jeff Cody <jcody@redhat.com>
1684 L: qemu-block@nongnu.org
1685 S: Supported
1686 F: block/gluster.c
1687 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1689 Null Block Driver
1690 M: Fam Zheng <famz@redhat.com>
1691 L: qemu-block@nongnu.org
1692 S: Supported
1693 F: block/null.c
1695 Bootdevice
1696 M: Gonglei <arei.gonglei@huawei.com>
1697 S: Maintained
1698 F: bootdevice.c
1700 Quorum
1701 M: Alberto Garcia <berto@igalia.com>
1702 S: Supported
1703 F: block/quorum.c
1704 L: qemu-block@nongnu.org
1706 blkverify
1707 M: Stefan Hajnoczi <stefanha@redhat.com>
1708 L: qemu-block@nongnu.org
1709 S: Supported
1710 F: block/blkverify.c
1712 bochs
1713 M: Stefan Hajnoczi <stefanha@redhat.com>
1714 L: qemu-block@nongnu.org
1715 S: Supported
1716 F: block/bochs.c
1718 cloop
1719 M: Stefan Hajnoczi <stefanha@redhat.com>
1720 L: qemu-block@nongnu.org
1721 S: Supported
1722 F: block/cloop.c
1725 M: Stefan Hajnoczi <stefanha@redhat.com>
1726 L: qemu-block@nongnu.org
1727 S: Supported
1728 F: block/dmg.c
1730 parallels
1731 M: Stefan Hajnoczi <stefanha@redhat.com>
1732 M: Denis V. Lunev <den@openvz.org>
1733 L: qemu-block@nongnu.org
1734 S: Supported
1735 F: block/parallels.c
1736 F: docs/specs/parallels.txt
1739 M: Stefan Hajnoczi <stefanha@redhat.com>
1740 L: qemu-block@nongnu.org
1741 S: Supported
1742 F: block/qed.c
1745 M: Kevin Wolf <kwolf@redhat.com>
1746 L: qemu-block@nongnu.org
1747 S: Supported
1748 F: block/linux-aio.c
1749 F: include/block/raw-aio.h
1750 F: block/raw-format.c
1751 F: block/file-posix.c
1752 F: block/file-win32.c
1753 F: block/win32-aio.c
1755 qcow2
1756 M: Kevin Wolf <kwolf@redhat.com>
1757 M: Max Reitz <mreitz@redhat.com>
1758 L: qemu-block@nongnu.org
1759 S: Supported
1760 F: block/qcow2*
1762 qcow
1763 M: Kevin Wolf <kwolf@redhat.com>
1764 L: qemu-block@nongnu.org
1765 S: Supported
1766 F: block/qcow.c
1768 blkdebug
1769 M: Kevin Wolf <kwolf@redhat.com>
1770 M: Max Reitz <mreitz@redhat.com>
1771 L: qemu-block@nongnu.org
1772 S: Supported
1773 F: block/blkdebug.c
1776 M: Kevin Wolf <kwolf@redhat.com>
1777 L: qemu-block@nongnu.org
1778 S: Supported
1779 F: block/vpc.c
1781 vvfat
1782 M: Kevin Wolf <kwolf@redhat.com>
1783 L: qemu-block@nongnu.org
1784 S: Supported
1785 F: block/vvfat.c
1787 Image format fuzzer
1788 M: Stefan Hajnoczi <stefanha@redhat.com>
1789 L: qemu-block@nongnu.org
1790 S: Supported
1791 F: tests/image-fuzzer/
1793 Replication
1794 M: Wen Congyang <wency@cn.fujitsu.com>
1795 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1796 S: Supported
1797 F: replication*
1798 F: block/replication.c
1799 F: tests/test-replication.c
1800 F: docs/block-replication.txt
1802 Build and test automation
1803 -------------------------
1804 M: Alex BennĂ©e <alex.bennee@linaro.org>
1805 L: qemu-devel@nongnu.org
1806 S: Supported
1807 F: .travis.yml
1809 Documentation
1810 -------------
1811 Build system architecture
1812 M: Daniel P. Berrange <berrange@redhat.com>
1813 S: Odd Fixes
1814 F: docs/build-system.txt
1816 Docker testing
1817 --------------
1818 Docker based testing framework and cases
1819 M: Fam Zheng <famz@redhat.com>
1820 S: Maintained
1821 F: tests/docker/