Merge remote-tracking branch 'remotes/sstabellini/tags/xen-20170421-v2-tag' into...
[qemu/kevin.git] / MAINTAINERS
blob355982b623d62c485f803ba9775facf4bf7cf16e
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/9pfs/xen-9p-backend.c
331 F: hw/char/xen_console.c
332 F: hw/display/xenfb.c
333 F: hw/net/xen_nic.c
334 F: hw/block/xen_*
335 F: hw/xen/
336 F: hw/xenpv/
337 F: hw/i386/xen/
338 F: include/hw/xen/
339 F: include/sysemu/xen-mapcache.h
341 Hosts:
342 ------
344 LINUX
345 L: qemu-devel@nongnu.org
346 S: Maintained
347 F: linux-*
348 F: linux-headers/
350 POSIX
351 L: qemu-devel@nongnu.org
352 S: Maintained
353 F: *posix*
355 W32, W64
356 L: qemu-devel@nongnu.org
357 M: Stefan Weil <sw@weilnetz.de>
358 S: Maintained
359 F: *win32*
360 F: */*win32*
361 F: include/*/*win32*
362 X: qga/*win32*
363 F: qemu.nsi
365 ARM Machines
366 ------------
367 Allwinner-a10
368 M: Beniamino Galvani <b.galvani@gmail.com>
369 L: qemu-arm@nongnu.org
370 S: Maintained
371 F: hw/*/allwinner*
372 F: include/hw/*/allwinner*
373 F: hw/arm/cubieboard.c
375 ARM PrimeCell
376 M: Peter Maydell <peter.maydell@linaro.org>
377 L: qemu-arm@nongnu.org
378 S: Maintained
379 F: hw/char/pl011.c
380 F: hw/display/pl110*
381 F: hw/dma/pl080.c
382 F: hw/dma/pl330.c
383 F: hw/gpio/pl061.c
384 F: hw/input/pl050.c
385 F: hw/intc/pl190.c
386 F: hw/sd/pl181.c
387 F: hw/timer/pl031.c
388 F: include/hw/arm/primecell.h
390 ARM cores
391 M: Peter Maydell <peter.maydell@linaro.org>
392 L: qemu-arm@nongnu.org
393 S: Maintained
394 F: hw/intc/arm*
395 F: hw/intc/gic_internal.h
396 F: hw/misc/a9scu.c
397 F: hw/misc/arm11scu.c
398 F: hw/timer/a9gtimer*
399 F: hw/timer/arm_*
400 F: include/hw/arm/arm.h
401 F: include/hw/intc/arm*
402 F: include/hw/misc/a9scu.h
403 F: include/hw/misc/arm11scu.h
404 F: include/hw/timer/a9gtimer.h
405 F: include/hw/timer/arm_mptimer.h
407 Exynos
408 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
409 L: qemu-arm@nongnu.org
410 S: Maintained
411 F: hw/*/exynos*
412 F: include/hw/arm/exynos4210.h
414 Calxeda Highbank
415 M: Rob Herring <robh@kernel.org>
416 L: qemu-arm@nongnu.org
417 S: Maintained
418 F: hw/arm/highbank.c
419 F: hw/net/xgmac.c
421 Canon DIGIC
422 M: Antony Pavlov <antonynpavlov@gmail.com>
423 L: qemu-arm@nongnu.org
424 S: Maintained
425 F: include/hw/arm/digic.h
426 F: hw/*/digic*
428 Gumstix
429 L: qemu-devel@nongnu.org
430 L: qemu-arm@nongnu.org
431 S: Orphan
432 F: hw/arm/gumstix.c
434 i.MX31
435 M: Peter Chubb <peter.chubb@nicta.com.au>
436 L: qemu-arm@nongnu.org
437 S: Odd fixes
438 F: hw/*/imx*
439 F: include/hw/*/imx*
440 F: hw/arm/kzm.c
441 F: include/hw/arm/fsl-imx31.h
443 Integrator CP
444 M: Peter Maydell <peter.maydell@linaro.org>
445 L: qemu-arm@nongnu.org
446 S: Maintained
447 F: hw/arm/integratorcp.c
448 F: hw/misc/arm_integrator_debug.c
450 Musicpal
451 M: Jan Kiszka <jan.kiszka@web.de>
452 L: qemu-arm@nongnu.org
453 S: Maintained
454 F: hw/arm/musicpal.c
456 nSeries
457 M: Andrzej Zaborowski <balrogg@gmail.com>
458 L: qemu-arm@nongnu.org
459 S: Maintained
460 F: hw/arm/nseries.c
462 Palm
463 M: Andrzej Zaborowski <balrogg@gmail.com>
464 L: qemu-arm@nongnu.org
465 S: Maintained
466 F: hw/arm/palm.c
468 Real View
469 M: Peter Maydell <peter.maydell@linaro.org>
470 L: qemu-arm@nongnu.org
471 S: Maintained
472 F: hw/arm/realview*
473 F: hw/cpu/realview_mpcore.c
474 F: hw/intc/realview_gic.c
475 F: include/hw/intc/realview_gic.h
477 PXA2XX
478 M: Andrzej Zaborowski <balrogg@gmail.com>
479 L: qemu-arm@nongnu.org
480 S: Maintained
481 F: hw/arm/mainstone.c
482 F: hw/arm/spitz.c
483 F: hw/arm/tosa.c
484 F: hw/arm/z2.c
485 F: hw/*/pxa2xx*
486 F: hw/misc/mst_fpga.c
487 F: include/hw/arm/pxa.h
489 Stellaris
490 M: Peter Maydell <peter.maydell@linaro.org>
491 L: qemu-arm@nongnu.org
492 S: Maintained
493 F: hw/*/stellaris*
495 Versatile PB
496 M: Peter Maydell <peter.maydell@linaro.org>
497 L: qemu-arm@nongnu.org
498 S: Maintained
499 F: hw/*/versatile*
501 Xilinx Zynq
502 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
503 M: Alistair Francis <alistair.francis@xilinx.com>
504 L: qemu-arm@nongnu.org
505 S: Maintained
506 F: hw/*/xilinx_*
507 F: hw/*/cadence_*
508 F: hw/misc/zynq*
509 F: include/hw/misc/zynq*
510 X: hw/ssi/xilinx_*
512 Xilinx ZynqMP
513 M: Alistair Francis <alistair.francis@xilinx.com>
514 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
515 L: qemu-arm@nongnu.org
516 S: Maintained
517 F: hw/*/xlnx*.c
518 F: include/hw/*/xlnx*.h
520 ARM ACPI Subsystem
521 M: Shannon Zhao <zhaoshenglong@huawei.com>
522 M: Shannon Zhao <shannon.zhao@linaro.org>
523 L: qemu-arm@nongnu.org
524 S: Maintained
525 F: hw/arm/virt-acpi-build.c
527 STM32F205
528 M: Alistair Francis <alistair@alistair23.me>
529 S: Maintained
530 F: hw/arm/stm32f205_soc.c
531 F: hw/misc/stm32f2xx_syscfg.c
532 F: hw/char/stm32f2xx_usart.c
533 F: hw/timer/stm32f2xx_timer.c
534 F: hw/adc/*
535 F: hw/ssi/stm32f2xx_spi.c
537 Netduino 2
538 M: Alistair Francis <alistair@alistair23.me>
539 S: Maintained
540 F: hw/arm/netduino2.c
542 CRIS Machines
543 -------------
544 Axis Dev88
545 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
546 S: Maintained
547 F: hw/cris/axis_dev88.c
548 F: hw/*/etraxfs_*.c
550 LM32 Machines
551 -------------
552 EVR32 and uclinux BSP
553 M: Michael Walle <michael@walle.cc>
554 S: Maintained
555 F: hw/lm32/lm32_boards.c
557 milkymist
558 M: Michael Walle <michael@walle.cc>
559 S: Maintained
560 F: hw/lm32/milkymist.c
562 M68K Machines
563 -------------
564 an5206
565 M: Thomas Huth <huth@tuxfamily.org>
566 S: Odd Fixes
567 F: hw/m68k/an5206.c
568 F: hw/m68k/mcf5206.c
570 mcf5208
571 M: Thomas Huth <huth@tuxfamily.org>
572 S: Odd Fixes
573 F: hw/m68k/mcf5208.c
574 F: hw/m68k/mcf_intc.c
575 F: hw/char/mcf_uart.c
576 F: hw/net/mcf_fec.c
577 F: include/hw/m68k/mcf*.h
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 M: Yongbok Kim <yongbok.kim@imgtec.com>
605 S: Odd Fixes
606 F: hw/mips/mips_mipssim.c
607 F: hw/net/mipsnet.c
609 R4000
610 M: Aurelien Jarno <aurelien@aurel32.net>
611 S: Maintained
612 F: hw/mips/mips_r4k.c
614 Fulong 2E
615 M: Yongbok Kim <yongbok.kim@imgtec.com>
616 S: Odd Fixes
617 F: hw/mips/mips_fulong2e.c
619 Boston
620 M: Paul Burton <paul.burton@imgtec.com>
621 S: Maintained
622 F: hw/core/loader-fit.c
623 F: hw/mips/boston.c
624 F: hw/pci-host/xilinx-pcie.c
626 OpenRISC Machines
627 -----------------
628 or1k-sim
629 M: Jia Liu <proljc@gmail.com>
630 S: Maintained
631 F: hw/openrisc/openrisc_sim.c
633 PowerPC Machines
634 ----------------
636 M: Alexander Graf <agraf@suse.de>
637 L: qemu-ppc@nongnu.org
638 S: Odd Fixes
639 F: hw/ppc/ppc405_boards.c
641 Bamboo
642 M: Alexander Graf <agraf@suse.de>
643 L: qemu-ppc@nongnu.org
644 S: Odd Fixes
645 F: hw/ppc/ppc440_bamboo.c
647 e500
648 M: Alexander Graf <agraf@suse.de>
649 M: Scott Wood <scottwood@freescale.com>
650 L: qemu-ppc@nongnu.org
651 S: Supported
652 F: hw/ppc/e500.[hc]
653 F: hw/ppc/e500plat.c
654 F: include/hw/ppc/ppc_e500.h
655 F: include/hw/pci-host/ppce500.h
656 F: pc-bios/u-boot.e500
658 mpc8544ds
659 M: Alexander Graf <agraf@suse.de>
660 M: Scott Wood <scottwood@freescale.com>
661 L: qemu-ppc@nongnu.org
662 S: Supported
663 F: hw/ppc/mpc8544ds.c
664 F: hw/ppc/mpc8544_guts.c
666 New World
667 M: Alexander Graf <agraf@suse.de>
668 L: qemu-ppc@nongnu.org
669 S: Maintained
670 F: hw/ppc/mac_newworld.c
671 F: hw/pci-host/uninorth.c
672 F: hw/pci-bridge/dec.[hc]
673 F: hw/misc/macio/
674 F: include/hw/ppc/mac_dbdma.h
675 F: hw/nvram/mac_nvram.c
677 Old World
678 M: Alexander Graf <agraf@suse.de>
679 L: qemu-ppc@nongnu.org
680 S: Maintained
681 F: hw/ppc/mac_oldworld.c
682 F: hw/pci-host/grackle.c
683 F: hw/misc/macio/
684 F: hw/intc/heathrow_pic.c
686 PReP
687 M: HervĂ© Poussineau <hpoussin@reactos.org>
688 L: qemu-devel@nongnu.org
689 L: qemu-ppc@nongnu.org
690 S: Maintained
691 F: hw/ppc/prep.c
692 F: hw/ppc/prep_systemio.c
693 F: hw/ppc/rs6000_mc.c
694 F: hw/pci-host/prep.[hc]
695 F: hw/isa/pc87312.[hc]
696 F: pc-bios/ppc_rom.bin
698 sPAPR
699 M: David Gibson <david@gibson.dropbear.id.au>
700 M: Alexander Graf <agraf@suse.de>
701 L: qemu-ppc@nongnu.org
702 S: Supported
703 F: hw/*/spapr*
704 F: include/hw/*/spapr*
705 F: hw/*/xics*
706 F: include/hw/*/xics*
707 F: pc-bios/spapr-rtas/*
708 F: pc-bios/spapr-rtas.bin
709 F: pc-bios/slof.bin
710 F: pc-bios/skiboot.lid
711 F: docs/specs/ppc-spapr-hcalls.txt
712 F: docs/specs/ppc-spapr-hotplug.txt
713 F: tests/spapr*
714 F: tests/libqos/*spapr*
715 F: tests/rtas*
716 F: tests/libqos/rtas*
718 virtex_ml507
719 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
720 L: qemu-ppc@nongnu.org
721 S: Odd Fixes
722 F: hw/ppc/virtex_ml507.c
724 SH4 Machines
725 ------------
727 M: Magnus Damm <magnus.damm@gmail.com>
728 S: Maintained
729 F: hw/sh4/r2d.c
730 F: hw/intc/sh_intc.c
731 F: hw/timer/sh_timer.c
733 Shix
734 M: Magnus Damm <magnus.damm@gmail.com>
735 S: Odd Fixes
736 F: hw/sh4/shix.c
738 SPARC Machines
739 --------------
740 Sun4m
741 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
742 S: Maintained
743 F: hw/sparc/sun4m.c
744 F: hw/dma/sparc32_dma.c
745 F: hw/dma/sun4m_iommu.c
746 F: hw/misc/eccmemctl.c
747 F: hw/misc/slavio_misc.c
748 F: include/hw/sparc/sparc32_dma.h
749 F: include/hw/sparc/sun4m.h
750 F: pc-bios/openbios-sparc32
752 Sun4u
753 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
754 S: Maintained
755 F: hw/sparc64/sun4u.c
756 F: pc-bios/openbios-sparc64
758 Sun4v
759 M: Artyom Tarasenko <atar4qemu@gmail.com>
760 S: Maintained
761 F: hw/sparc64/sun4v.c
762 F: hw/timer/sun4v-rtc.c
763 F: include/hw/timer/sun4v-rtc.h
765 Leon3
766 M: Fabien Chouteau <chouteau@adacore.com>
767 S: Maintained
768 F: hw/sparc/leon3.c
769 F: hw/*/grlib*
770 F: include/hw/sparc/grlib.h
772 S390 Machines
773 -------------
774 S390 Virtio-ccw
775 M: Cornelia Huck <cornelia.huck@de.ibm.com>
776 M: Christian Borntraeger <borntraeger@de.ibm.com>
777 M: Alexander Graf <agraf@suse.de>
778 S: Supported
779 F: hw/char/sclp*.[hc]
780 F: hw/s390x/
781 F: include/hw/s390x/
782 F: pc-bios/s390-ccw/
783 F: hw/watchdog/wdt_diag288.c
784 F: include/hw/watchdog/wdt_diag288.h
785 F: pc-bios/s390-ccw.img
786 F: default-configs/s390x-softmmu.mak
787 T: git git://github.com/cohuck/qemu.git s390-next
788 T: git git://github.com/borntraeger/qemu.git s390-next
790 UniCore32 Machines
791 -------------
792 PKUnity-3 SoC initramfs-with-busybox
793 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
794 S: Maintained
795 F: hw/*/puv3*
796 F: hw/unicore32/
798 X86 Machines
799 ------------
801 M: Michael S. Tsirkin <mst@redhat.com>
802 S: Supported
803 F: include/hw/i386/
804 F: hw/i386/
805 F: hw/pci-host/piix.c
806 F: hw/pci-host/q35.c
807 F: hw/pci-host/pam.c
808 F: include/hw/pci-host/q35.h
809 F: include/hw/pci-host/pam.h
810 F: hw/isa/piix4.c
811 F: hw/isa/lpc_ich9.c
812 F: hw/i2c/smbus_ich9.c
813 F: hw/acpi/piix4.c
814 F: hw/acpi/ich9.c
815 F: include/hw/acpi/ich9.h
816 F: include/hw/acpi/piix4.h
817 F: hw/misc/sga.c
819 PC Chipset
820 M: Michael S. Tsirkin <mst@redhat.com>
821 M: Paolo Bonzini <pbonzini@redhat.com>
822 S: Support
823 F: hw/char/debugcon.c
824 F: hw/char/parallel.c
825 F: hw/char/serial*
826 F: hw/dma/i8257*
827 F: hw/i2c/pm_smbus.c
828 F: hw/intc/apic*
829 F: hw/intc/ioapic*
830 F: hw/intc/i8259*
831 F: hw/misc/debugexit.c
832 F: hw/misc/pc-testdev.c
833 F: hw/timer/hpet*
834 F: hw/timer/i8254*
835 F: hw/timer/mc146818rtc*
836 F: include/hw/i2c/pm_smbus.h
837 F: include/hw/timer/hpet.h
838 F: include/hw/timer/i8254*
839 F: include/hw/timer/mc146818rtc*
841 Machine core
842 M: Eduardo Habkost <ehabkost@redhat.com>
843 M: Marcel Apfelbaum <marcel@redhat.com>
844 S: Supported
845 F: hw/core/machine.c
846 F: hw/core/null-machine.c
847 F: include/hw/boards.h
849 Xtensa Machines
850 ---------------
852 M: Max Filippov <jcmvbkbc@gmail.com>
853 S: Maintained
854 F: hw/xtensa/sim.c
856 XTFPGA (LX60, LX200, ML605, KC705)
857 M: Max Filippov <jcmvbkbc@gmail.com>
858 S: Maintained
859 F: hw/xtensa/xtfpga.c
860 F: hw/net/opencores_eth.c
862 Devices
863 -------
865 M: Jiri Slaby <jslaby@suse.cz>
866 S: Maintained
867 F: hw/misc/edu.c
870 M: John Snow <jsnow@redhat.com>
871 L: qemu-block@nongnu.org
872 S: Supported
873 F: include/hw/ide.h
874 F: include/hw/ide/
875 F: hw/ide/
876 F: hw/block/block.c
877 F: hw/block/cdrom.c
878 F: hw/block/hd-geometry.c
879 F: tests/ide-test.c
880 F: tests/ahci-test.c
881 F: tests/libqos/ahci*
882 T: git git://github.com/jnsnow/qemu.git ide
884 Floppy
885 M: John Snow <jsnow@redhat.com>
886 L: qemu-block@nongnu.org
887 S: Supported
888 F: hw/block/fdc.c
889 F: include/hw/block/fdc.h
890 F: tests/fdc-test.c
891 T: git git://github.com/jnsnow/qemu.git ide
893 OMAP
894 M: Peter Maydell <peter.maydell@linaro.org>
895 S: Maintained
896 F: hw/*/omap*
897 F: include/hw/arm/omap.h
899 IPack
900 M: Alberto Garcia <berto@igalia.com>
901 S: Odd Fixes
902 F: hw/char/ipoctal232.c
903 F: hw/ipack/
906 M: Michael S. Tsirkin <mst@redhat.com>
907 M: Marcel Apfelbaum <marcel@redhat.com>
908 S: Supported
909 F: include/hw/pci/*
910 F: hw/misc/pci-testdev.c
911 F: hw/pci/*
912 F: hw/pci-bridge/*
914 ACPI/SMBIOS
915 M: Michael S. Tsirkin <mst@redhat.com>
916 M: Igor Mammedov <imammedo@redhat.com>
917 S: Supported
918 F: include/hw/acpi/*
919 F: include/hw/smbios/*
920 F: hw/mem/*
921 F: hw/acpi/*
922 F: hw/smbios/*
923 F: hw/i386/acpi-build.[hc]
924 F: hw/arm/virt-acpi-build.c
925 F: tests/bios-tables-test.c
926 F: tests/acpi-utils.[hc]
928 ppc4xx
929 M: Alexander Graf <agraf@suse.de>
930 L: qemu-ppc@nongnu.org
931 S: Odd Fixes
932 F: hw/ppc/ppc4*.c
933 F: include/hw/ppc/ppc4xx.h
935 ppce500
936 M: Alexander Graf <agraf@suse.de>
937 M: Scott Wood <scottwood@freescale.com>
938 L: qemu-ppc@nongnu.org
939 S: Supported
940 F: hw/ppc/e500*
941 F: hw/pci-host/ppce500.c
942 F: hw/net/fsl_etsec/
944 Character devices
945 M: Paolo Bonzini <pbonzini@redhat.com>
946 S: Odd Fixes
947 F: hw/char/
949 Network devices
950 M: Jason Wang <jasowang@redhat.com>
951 S: Odd Fixes
952 F: hw/net/
953 F: tests/virtio-net-test.c
954 T: git git://github.com/jasowang/qemu.git net
956 SCSI
957 M: Paolo Bonzini <pbonzini@redhat.com>
958 S: Supported
959 F: include/hw/scsi/*
960 F: hw/scsi/*
961 F: tests/virtio-scsi-test.c
962 T: git git://github.com/bonzini/qemu.git scsi-next
964 LSI53C895A
965 S: Orphan
966 F: hw/scsi/lsi53c895a.c
969 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
970 S: Maintained
971 F: hw/ssi/*
972 F: hw/block/m25p80.c
973 X: hw/ssi/xilinx_*
975 Xilinx SPI
976 M: Alistair Francis <alistair.francis@xilinx.com>
977 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
978 S: Maintained
979 F: hw/ssi/xilinx_*
982 M: Gerd Hoffmann <kraxel@redhat.com>
983 S: Maintained
984 F: hw/usb/*
985 F: tests/usb-*-test.c
986 F: docs/usb2.txt
987 F: docs/usb-storage.txt
988 F: include/hw/usb.h
989 F: include/hw/usb/
991 USB (serial adapter)
992 M: Gerd Hoffmann <kraxel@redhat.com>
993 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
994 S: Maintained
995 F: hw/usb/dev-serial.c
997 VFIO
998 M: Alex Williamson <alex.williamson@redhat.com>
999 S: Supported
1000 F: hw/vfio/*
1001 F: include/hw/vfio/
1003 vhost
1004 M: Michael S. Tsirkin <mst@redhat.com>
1005 S: Supported
1006 F: hw/*/*vhost*
1008 virtio
1009 M: Michael S. Tsirkin <mst@redhat.com>
1010 S: Supported
1011 F: hw/*/virtio*
1012 F: hw/virtio/Makefile.objs
1013 F: hw/virtio/trace-events
1014 F: net/vhost-user.c
1015 F: include/hw/virtio/
1016 F: tests/virtio-balloon-test.c
1018 virtio-9p
1019 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1020 M: Greg Kurz <groug@kaod.org>
1021 S: Supported
1022 F: hw/9pfs/
1023 F: fsdev/
1024 F: tests/virtio-9p-test.c
1025 T: git git://github.com/kvaneesh/QEMU.git
1026 T: git git://github.com/gkurz/qemu.git 9p-next
1028 virtio-blk
1029 M: Stefan Hajnoczi <stefanha@redhat.com>
1030 L: qemu-block@nongnu.org
1031 S: Supported
1032 F: hw/block/virtio-blk.c
1033 F: hw/block/dataplane/*
1034 F: tests/virtio-blk-test.c
1035 T: git git://github.com/stefanha/qemu.git block
1037 virtio-ccw
1038 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1039 M: Christian Borntraeger <borntraeger@de.ibm.com>
1040 S: Supported
1041 F: hw/s390x/virtio-ccw.[hc]
1042 T: git git://github.com/cohuck/qemu.git s390-next
1043 T: git git://github.com/borntraeger/qemu.git s390-next
1045 virtio-input
1046 M: Gerd Hoffmann <kraxel@redhat.com>
1047 S: Maintained
1048 F: hw/input/virtio-input*.c
1049 F: include/hw/virtio/virtio-input.h
1051 virtio-serial
1052 M: Amit Shah <amit@kernel.org>
1053 S: Supported
1054 F: hw/char/virtio-serial-bus.c
1055 F: hw/char/virtio-console.c
1056 F: include/hw/virtio/virtio-serial.h
1057 F: tests/virtio-console-test.c
1058 F: tests/virtio-serial-test.c
1060 virtio-rng
1061 M: Amit Shah <amit@kernel.org>
1062 S: Supported
1063 F: hw/virtio/virtio-rng.c
1064 F: include/hw/virtio/virtio-rng.h
1065 F: include/sysemu/rng*.h
1066 F: backends/rng*.c
1067 F: tests/virtio-rng-test.c
1069 virtio-crypto
1070 M: Gonglei <arei.gonglei@huawei.com>
1071 S: Supported
1072 F: hw/virtio/virtio-crypto.c
1073 F: hw/virtio/virtio-crypto-pci.c
1074 F: include/hw/virtio/virtio-crypto.h
1076 nvme
1077 M: Keith Busch <keith.busch@intel.com>
1078 L: qemu-block@nongnu.org
1079 S: Supported
1080 F: hw/block/nvme*
1081 F: tests/nvme-test.c
1083 megasas
1084 M: Hannes Reinecke <hare@suse.de>
1085 L: qemu-block@nongnu.org
1086 S: Supported
1087 F: hw/scsi/megasas.c
1088 F: hw/scsi/mfi.h
1090 Network packet abstractions
1091 M: Dmitry Fleytman <dmitry@daynix.com>
1092 S: Maintained
1093 F: include/net/eth.h
1094 F: net/eth.c
1095 F: hw/net/net_rx_pkt*
1096 F: hw/net/net_tx_pkt*
1098 Vmware
1099 M: Dmitry Fleytman <dmitry@daynix.com>
1100 S: Maintained
1101 F: hw/net/vmxnet*
1102 F: hw/scsi/vmw_pvscsi*
1104 Rocker
1105 M: Jiri Pirko <jiri@resnulli.us>
1106 S: Maintained
1107 F: hw/net/rocker/
1108 F: tests/rocker/
1109 F: docs/specs/rocker.txt
1111 NVDIMM
1112 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1113 S: Maintained
1114 F: hw/acpi/nvdimm.c
1115 F: hw/mem/nvdimm.c
1116 F: include/hw/mem/nvdimm.h
1118 e1000x
1119 M: Dmitry Fleytman <dmitry@daynix.com>
1120 S: Maintained
1121 F: hw/net/e1000x*
1123 e1000e
1124 M: Dmitry Fleytman <dmitry@daynix.com>
1125 S: Maintained
1126 F: hw/net/e1000e*
1128 Generic Loader
1129 M: Alistair Francis <alistair.francis@xilinx.com>
1130 S: Maintained
1131 F: hw/core/generic-loader.c
1132 F: include/hw/core/generic-loader.h
1134 CHRP NVRAM
1135 M: Thomas Huth <thuth@redhat.com>
1136 S: Maintained
1137 F: hw/nvram/chrp_nvram.c
1138 F: include/hw/nvram/chrp_nvram.h
1139 F: tests/prom-env-test.c
1141 VM Generation ID
1142 M: Ben Warren <ben@skyportsystems.com>
1143 S: Maintained
1144 F: hw/acpi/vmgenid.c
1145 F: include/hw/acpi/vmgenid.h
1146 F: docs/specs/vmgenid.txt
1147 F: tests/vmgenid-test.c
1148 F: stubs/vmgenid.c
1150 Subsystems
1151 ----------
1152 Audio
1153 M: Gerd Hoffmann <kraxel@redhat.com>
1154 S: Maintained
1155 F: audio/
1156 F: hw/audio/
1157 F: include/hw/audio/
1158 F: tests/ac97-test.c
1159 F: tests/es1370-test.c
1160 F: tests/intel-hda-test.c
1162 Block layer core
1163 M: Kevin Wolf <kwolf@redhat.com>
1164 M: Max Reitz <mreitz@redhat.com>
1165 L: qemu-block@nongnu.org
1166 S: Supported
1167 F: block*
1168 F: block/
1169 F: hw/block/
1170 F: include/block/
1171 F: qemu-img*
1172 F: qemu-io*
1173 F: tests/qemu-iotests/
1174 T: git git://repo.or.cz/qemu/kevin.git block
1176 Block I/O path
1177 M: Stefan Hajnoczi <stefanha@redhat.com>
1178 M: Fam Zheng <famz@redhat.com>
1179 L: qemu-block@nongnu.org
1180 S: Supported
1181 F: async.c
1182 F: aio-*.c
1183 F: block/io.c
1184 F: migration/block*
1185 F: include/block/aio.h
1186 T: git git://github.com/stefanha/qemu.git block
1188 Block Jobs
1189 M: Jeff Cody <jcody@redhat.com>
1190 L: qemu-block@nongnu.org
1191 S: Supported
1192 F: blockjob.c
1193 F: include/block/blockjob.h
1194 F: block/backup.c
1195 F: block/commit.c
1196 F: block/stream.c
1197 F: block/mirror.c
1198 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1200 Block QAPI, monitor, command line
1201 M: Markus Armbruster <armbru@redhat.com>
1202 S: Supported
1203 F: blockdev.c
1204 F: block/qapi.c
1205 F: qapi/block*.json
1206 T: git git://repo.or.cz/qemu/armbru.git block-next
1208 Dirty Bitmaps
1209 M: Fam Zheng <famz@redhat.com>
1210 M: John Snow <jsnow@redhat.com>
1211 L: qemu-block@nongnu.org
1212 S: Supported
1213 F: util/hbitmap.c
1214 F: block/dirty-bitmap.c
1215 F: include/qemu/hbitmap.h
1216 F: include/block/dirty-bitmap.h
1217 F: tests/test-hbitmap.c
1218 F: docs/bitmaps.md
1219 T: git git://github.com/famz/qemu.git bitmaps
1220 T: git git://github.com/jnsnow/qemu.git bitmaps
1222 Character device backends
1223 M: Paolo Bonzini <pbonzini@redhat.com>
1224 M: Marc-AndrĂ© Lureau <marcandre.lureau@redhat.com>
1225 S: Maintained
1226 F: chardev/
1227 F: backends/msmouse.c
1228 F: backends/testdev.c
1230 Character Devices (Braille)
1231 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1232 S: Maintained
1233 F: backends/baum.c
1235 Command line option argument parsing
1236 M: Markus Armbruster <armbru@redhat.com>
1237 S: Supported
1238 F: include/qemu/option.h
1239 F: tests/test-keyval.c
1240 F: tests/test-qemu-opts.c
1241 F: util/keyval.c
1242 F: util/qemu-option.c
1244 Coverity model
1245 M: Markus Armbruster <armbru@redhat.com>
1246 S: Supported
1247 F: scripts/coverity-model.c
1250 L: qemu-devel@nongnu.org
1251 S: Supported
1252 F: qom/cpu.c
1253 F: include/qom/cpu.h
1255 Device Tree
1256 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1257 M: Alexander Graf <agraf@suse.de>
1258 S: Maintained
1259 F: device_tree.c
1260 F: include/sysemu/device_tree.h
1262 Error reporting
1263 M: Markus Armbruster <armbru@redhat.com>
1264 S: Supported
1265 F: include/qapi/error.h
1266 F: include/qemu/error-report.h
1267 F: util/error.c
1268 F: util/qemu-error.c
1270 GDB stub
1271 L: qemu-devel@nongnu.org
1272 S: Odd Fixes
1273 F: gdbstub*
1274 F: gdb-xml/
1276 Memory API
1277 M: Paolo Bonzini <pbonzini@redhat.com>
1278 S: Supported
1279 F: include/exec/ioport.h
1280 F: ioport.c
1281 F: include/exec/memory.h
1282 F: include/exec/ram_addr.h
1283 F: memory.c
1284 F: include/exec/memory-internal.h
1285 F: exec.c
1287 SPICE
1288 M: Gerd Hoffmann <kraxel@redhat.com>
1289 S: Supported
1290 F: include/ui/qemu-spice.h
1291 F: include/ui/spice-display.h
1292 F: ui/spice-*.c
1293 F: audio/spiceaudio.c
1294 F: hw/display/qxl*
1296 Graphics
1297 M: Gerd Hoffmann <kraxel@redhat.com>
1298 S: Odd Fixes
1299 F: ui/
1300 F: include/ui/
1302 Cocoa graphics
1303 M: Peter Maydell <peter.maydell@linaro.org>
1304 S: Odd Fixes
1305 F: ui/cocoa.m
1307 Main loop
1308 M: Paolo Bonzini <pbonzini@redhat.com>
1309 S: Maintained
1310 F: cpus.c
1311 F: main-loop.c
1312 F: qemu-timer.c
1313 F: vl.c
1315 Human Monitor (HMP)
1316 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1317 S: Maintained
1318 F: monitor.c
1319 F: hmp.[ch]
1320 F: hmp-commands*.hx
1321 F: include/monitor/hmp-target.h
1323 Network device backends
1324 M: Jason Wang <jasowang@redhat.com>
1325 S: Maintained
1326 F: net/
1327 F: include/net/
1328 T: git git://github.com/jasowang/qemu.git net
1330 Netmap network backend
1331 M: Luigi Rizzo <rizzo@iet.unipi.it>
1332 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1333 M: Vincenzo Maffione <v.maffione@gmail.com>
1334 W: http://info.iet.unipi.it/~luigi/netmap/
1335 S: Maintained
1336 F: net/netmap.c
1338 Network Block Device (NBD)
1339 M: Paolo Bonzini <pbonzini@redhat.com>
1340 S: Odd Fixes
1341 F: block/nbd*
1342 F: nbd/
1343 F: include/block/nbd*
1344 F: qemu-nbd.c
1345 T: git git://github.com/bonzini/qemu.git nbd-next
1347 NUMA
1348 M: Eduardo Habkost <ehabkost@redhat.com>
1349 S: Maintained
1350 F: numa.c
1351 F: include/sysemu/numa.h
1352 T: git git://github.com/ehabkost/qemu.git numa
1354 Host Memory Backends
1355 M: Eduardo Habkost <ehabkost@redhat.com>
1356 M: Igor Mammedov <imammedo@redhat.com>
1357 S: Maintained
1358 F: backends/hostmem*.c
1359 F: include/sysemu/hostmem.h
1361 Cryptodev Backends
1362 M: Gonglei <arei.gonglei@huawei.com>
1363 S: Maintained
1364 F: include/sysemu/cryptodev*.h
1365 F: backends/cryptodev*.c
1367 QAPI
1368 M: Markus Armbruster <armbru@redhat.com>
1369 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1370 S: Supported
1371 F: qapi/
1372 X: qapi/*.json
1373 F: include/qapi/
1374 X: include/qapi/qmp/
1375 F: include/qapi/qmp/dispatch.h
1376 F: tests/qapi-schema/
1377 F: tests/test-*-visitor.c
1378 F: tests/test-qapi-*.c
1379 F: tests/test-qmp-*.c
1380 F: tests/test-visitor-serialization.c
1381 F: scripts/qapi*
1382 F: docs/qapi*
1383 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1385 QAPI Schema
1386 M: Eric Blake <eblake@redhat.com>
1387 M: Markus Armbruster <armbru@redhat.com>
1388 S: Supported
1389 F: qapi-schema.json
1390 F: qapi/*.json
1391 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1393 QObject
1394 M: Markus Armbruster <armbru@redhat.com>
1395 S: Supported
1396 F: qobject/
1397 F: include/qapi/qmp/
1398 X: include/qapi/qmp/dispatch.h
1399 F: tests/check-qdict.c
1400 F: tests/check-qfloat.c
1401 F: tests/check-qint.c
1402 F: tests/check-qjson.c
1403 F: tests/check-qlist.c
1404 F: tests/check-qstring.c
1405 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1407 QEMU Guest Agent
1408 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1409 S: Maintained
1410 F: qga/
1411 T: git git://github.com/mdroth/qemu.git qga
1414 M: Andreas Färber <afaerber@suse.de>
1415 S: Supported
1416 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1417 F: include/qom/
1418 X: include/qom/cpu.h
1419 F: qom/
1420 X: qom/cpu.c
1421 F: tests/check-qom-interface.c
1422 F: tests/check-qom-proplist.c
1423 F: tests/qom-test.c
1426 M: Markus Armbruster <armbru@redhat.com>
1427 S: Supported
1428 F: qmp.c
1429 F: monitor.c
1430 F: docs/*qmp-*
1431 F: scripts/qmp/
1432 F: tests/qmp-test.c
1433 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1435 Register API
1436 M: Alistair Francis <alistair.francis@xilinx.com>
1437 S: Maintained
1438 F: hw/core/register.c
1439 F: include/hw/register.h
1441 SLIRP
1442 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1443 M: Jan Kiszka <jan.kiszka@siemens.com>
1444 S: Maintained
1445 F: slirp/
1446 F: net/slirp.c
1447 F: include/net/slirp.h
1448 T: git git://git.kiszka.org/qemu.git queues/slirp
1450 Stubs
1451 M: Paolo Bonzini <pbonzini@redhat.com>
1452 S: Maintained
1453 F: stubs/
1455 Tracing
1456 M: Stefan Hajnoczi <stefanha@redhat.com>
1457 S: Maintained
1458 F: trace/
1459 F: scripts/tracetool.py
1460 F: scripts/tracetool/
1461 F: docs/tracing.txt
1462 T: git git://github.com/stefanha/qemu.git tracing
1464 Checkpatch
1465 S: Odd Fixes
1466 F: scripts/checkpatch.pl
1468 Migration
1469 M: Juan Quintela <quintela@redhat.com>
1470 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1471 S: Maintained
1472 F: include/migration/
1473 F: migration/
1474 F: scripts/vmstate-static-checker.py
1475 F: tests/vmstate-static-checker-data/
1476 F: docs/migration.txt
1478 Seccomp
1479 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1480 S: Supported
1481 F: qemu-seccomp.c
1482 F: include/sysemu/seccomp.h
1484 Cryptography
1485 M: Daniel P. Berrange <berrange@redhat.com>
1486 S: Maintained
1487 F: crypto/
1488 F: include/crypto/
1489 F: tests/test-crypto-*
1491 Coroutines
1492 M: Stefan Hajnoczi <stefanha@redhat.com>
1493 M: Kevin Wolf <kwolf@redhat.com>
1494 F: util/*coroutine*
1495 F: include/qemu/coroutine*
1496 F: tests/test-coroutine.c
1498 Buffers
1499 M: Daniel P. Berrange <berrange@redhat.com>
1500 S: Odd fixes
1501 F: util/buffer.c
1502 F: include/qemu/buffer.h
1504 I/O Channels
1505 M: Daniel P. Berrange <berrange@redhat.com>
1506 S: Maintained
1507 F: io/
1508 F: include/io/
1509 F: tests/test-io-*
1511 Sockets
1512 M: Daniel P. Berrange <berrange@redhat.com>
1513 M: Gerd Hoffmann <kraxel@redhat.com>
1514 M: Paolo Bonzini <pbonzini@redhat.com>
1515 S: Maintained
1516 F: include/qemu/sockets.h
1517 F: util/qemu-sockets.c
1519 Throttling infrastructure
1520 M: Alberto Garcia <berto@igalia.com>
1521 S: Supported
1522 F: block/throttle-groups.c
1523 F: include/block/throttle-groups.h
1524 F: include/qemu/throttle.h
1525 F: util/throttle.c
1526 L: qemu-block@nongnu.org
1528 UUID
1529 M: Fam Zheng <famz@redhat.com>
1530 S: Supported
1531 F: util/uuid.c
1532 F: include/qemu/uuid.h
1533 F: tests/test-uuid.c
1535 COLO Framework
1536 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1537 S: Maintained
1538 F: migration/colo*
1539 F: include/migration/colo.h
1540 F: include/migration/failover.h
1541 F: docs/COLO-FT.txt
1543 COLO Proxy
1544 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1545 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1546 S: Supported
1547 F: docs/colo-proxy.txt
1548 F: net/colo*
1549 F: net/filter-rewriter.c
1550 F: net/filter-mirror.c
1552 Usermode Emulation
1553 ------------------
1554 Overall
1555 M: Riku Voipio <riku.voipio@iki.fi>
1556 S: Maintained
1557 F: thunk.c
1558 F: user-exec.c
1559 F: user-exec-stub.c
1561 BSD user
1562 S: Orphan
1563 F: bsd-user/
1564 F: default-configs/*-bsd-user.mak
1566 Linux user
1567 M: Riku Voipio <riku.voipio@iki.fi>
1568 S: Maintained
1569 F: linux-user/
1570 F: default-configs/*-linux-user.mak
1572 Tiny Code Generator (TCG)
1573 -------------------------
1574 Common code
1575 M: Richard Henderson <rth@twiddle.net>
1576 S: Maintained
1577 F: tcg/
1579 AArch64 target
1580 M: Claudio Fontana <claudio.fontana@huawei.com>
1581 M: Claudio Fontana <claudio.fontana@gmail.com>
1582 S: Maintained
1583 L: qemu-arm@nongnu.org
1584 F: tcg/aarch64/
1585 F: disas/arm-a64.cc
1586 F: disas/libvixl/
1588 ARM target
1589 M: Andrzej Zaborowski <balrogg@gmail.com>
1590 S: Maintained
1591 L: qemu-arm@nongnu.org
1592 F: tcg/arm/
1593 F: disas/arm.c
1595 i386 target
1596 L: qemu-devel@nongnu.org
1597 S: Maintained
1598 F: tcg/i386/
1599 F: disas/i386.c
1601 IA64 target
1602 M: Aurelien Jarno <aurelien@aurel32.net>
1603 S: Maintained
1604 F: tcg/ia64/
1605 F: disas/ia64.c
1607 MIPS target
1608 M: Aurelien Jarno <aurelien@aurel32.net>
1609 S: Maintained
1610 F: tcg/mips/
1611 F: disas/mips.c
1614 M: Richard Henderson <rth@twiddle.net>
1615 S: Odd Fixes
1616 F: tcg/ppc/
1617 F: disas/ppc.c
1619 S390 target
1620 M: Alexander Graf <agraf@suse.de>
1621 M: Richard Henderson <rth@twiddle.net>
1622 S: Maintained
1623 F: tcg/s390/
1624 F: disas/s390.c
1626 SPARC target
1627 S: Odd Fixes
1628 F: tcg/sparc/
1629 F: disas/sparc.c
1631 TCI target
1632 M: Stefan Weil <sw@weilnetz.de>
1633 S: Maintained
1634 F: tcg/tci/
1635 F: tci.c
1636 F: disas/tci.c
1638 Block drivers
1639 -------------
1640 VMDK
1641 M: Fam Zheng <famz@redhat.com>
1642 L: qemu-block@nongnu.org
1643 S: Supported
1644 F: block/vmdk.c
1647 M: Josh Durgin <jdurgin@redhat.com>
1648 M: Jeff Cody <jcody@redhat.com>
1649 L: qemu-block@nongnu.org
1650 S: Supported
1651 F: block/rbd.c
1652 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1654 Sheepdog
1655 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1656 M: Liu Yuan <namei.unix@gmail.com>
1657 M: Jeff Cody <jcody@redhat.com>
1658 L: qemu-block@nongnu.org
1659 L: sheepdog@lists.wpkg.org
1660 S: Supported
1661 F: block/sheepdog.c
1662 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1664 VHDX
1665 M: Jeff Cody <jcody@redhat.com>
1666 L: qemu-block@nongnu.org
1667 S: Supported
1668 F: block/vhdx*
1669 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1672 M: Stefan Weil <sw@weilnetz.de>
1673 L: qemu-block@nongnu.org
1674 S: Maintained
1675 F: block/vdi.c
1677 iSCSI
1678 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1679 M: Paolo Bonzini <pbonzini@redhat.com>
1680 M: Peter Lieven <pl@kamp.de>
1681 L: qemu-block@nongnu.org
1682 S: Supported
1683 F: block/iscsi.c
1684 F: block/iscsi-opts.c
1687 M: Jeff Cody <jcody@redhat.com>
1688 M: Peter Lieven <pl@kamp.de>
1689 L: qemu-block@nongnu.org
1690 S: Maintained
1691 F: block/nfs.c
1692 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1695 M: Richard W.M. Jones <rjones@redhat.com>
1696 M: Jeff Cody <jcody@redhat.com>
1697 L: qemu-block@nongnu.org
1698 S: Supported
1699 F: block/ssh.c
1700 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1702 CURL
1703 M: Jeff Cody <jcody@redhat.com>
1704 L: qemu-block@nongnu.org
1705 S: Supported
1706 F: block/curl.c
1707 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1709 GLUSTER
1710 M: Jeff Cody <jcody@redhat.com>
1711 L: qemu-block@nongnu.org
1712 S: Supported
1713 F: block/gluster.c
1714 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1716 Null Block Driver
1717 M: Fam Zheng <famz@redhat.com>
1718 L: qemu-block@nongnu.org
1719 S: Supported
1720 F: block/null.c
1722 Bootdevice
1723 M: Gonglei <arei.gonglei@huawei.com>
1724 S: Maintained
1725 F: bootdevice.c
1727 Quorum
1728 M: Alberto Garcia <berto@igalia.com>
1729 S: Supported
1730 F: block/quorum.c
1731 L: qemu-block@nongnu.org
1733 blkverify
1734 M: Stefan Hajnoczi <stefanha@redhat.com>
1735 L: qemu-block@nongnu.org
1736 S: Supported
1737 F: block/blkverify.c
1739 bochs
1740 M: Stefan Hajnoczi <stefanha@redhat.com>
1741 L: qemu-block@nongnu.org
1742 S: Supported
1743 F: block/bochs.c
1745 cloop
1746 M: Stefan Hajnoczi <stefanha@redhat.com>
1747 L: qemu-block@nongnu.org
1748 S: Supported
1749 F: block/cloop.c
1752 M: Stefan Hajnoczi <stefanha@redhat.com>
1753 L: qemu-block@nongnu.org
1754 S: Supported
1755 F: block/dmg.c
1757 parallels
1758 M: Stefan Hajnoczi <stefanha@redhat.com>
1759 M: Denis V. Lunev <den@openvz.org>
1760 L: qemu-block@nongnu.org
1761 S: Supported
1762 F: block/parallels.c
1763 F: docs/specs/parallels.txt
1766 M: Stefan Hajnoczi <stefanha@redhat.com>
1767 L: qemu-block@nongnu.org
1768 S: Supported
1769 F: block/qed.c
1772 M: Kevin Wolf <kwolf@redhat.com>
1773 L: qemu-block@nongnu.org
1774 S: Supported
1775 F: block/linux-aio.c
1776 F: include/block/raw-aio.h
1777 F: block/raw-format.c
1778 F: block/file-posix.c
1779 F: block/file-win32.c
1780 F: block/win32-aio.c
1782 qcow2
1783 M: Kevin Wolf <kwolf@redhat.com>
1784 M: Max Reitz <mreitz@redhat.com>
1785 L: qemu-block@nongnu.org
1786 S: Supported
1787 F: block/qcow2*
1789 qcow
1790 M: Kevin Wolf <kwolf@redhat.com>
1791 L: qemu-block@nongnu.org
1792 S: Supported
1793 F: block/qcow.c
1795 blkdebug
1796 M: Kevin Wolf <kwolf@redhat.com>
1797 M: Max Reitz <mreitz@redhat.com>
1798 L: qemu-block@nongnu.org
1799 S: Supported
1800 F: block/blkdebug.c
1803 M: Kevin Wolf <kwolf@redhat.com>
1804 L: qemu-block@nongnu.org
1805 S: Supported
1806 F: block/vpc.c
1808 vvfat
1809 M: Kevin Wolf <kwolf@redhat.com>
1810 L: qemu-block@nongnu.org
1811 S: Supported
1812 F: block/vvfat.c
1814 Image format fuzzer
1815 M: Stefan Hajnoczi <stefanha@redhat.com>
1816 L: qemu-block@nongnu.org
1817 S: Supported
1818 F: tests/image-fuzzer/
1820 Replication
1821 M: Wen Congyang <wencongyang2@huawei.com>
1822 M: Xie Changlong <xiechanglong.d@gmail.com>
1823 S: Supported
1824 F: replication*
1825 F: block/replication.c
1826 F: tests/test-replication.c
1827 F: docs/block-replication.txt
1829 Build and test automation
1830 -------------------------
1831 M: Alex BennĂ©e <alex.bennee@linaro.org>
1832 M: Fam Zheng <famz@redhat.com>
1833 L: qemu-devel@nongnu.org
1834 S: Maintained
1835 F: .travis.yml
1836 F: .shippable.yml
1837 F: tests/docker/
1838 W: https://travis-ci.org/qemu/qemu
1839 W: http://patchew.org/QEMU/
1841 Documentation
1842 -------------
1843 Build system architecture
1844 M: Daniel P. Berrange <berrange@redhat.com>
1845 S: Odd Fixes
1846 F: docs/build-system.txt