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