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