Merge remote-tracking branch 'kwolf/tags/for-upstream' into staging
[qemu/ar7.git] / MAINTAINERS
blobb05e7513768645e2619d09bb01bbda3427c6a7be
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         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
57 All patches CC here
58 L: qemu-devel@nongnu.org
59 F: *
60 F: */
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: http://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
73 S: Maintained
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
79 Guest CPU cores (TCG):
80 ----------------------
81 Overall
82 L: qemu-devel@nongnu.org
83 M: Paolo Bonzini <pbonzini@redhat.com>
84 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
85 M: Richard Henderson <rth@twiddle.net>
86 S: Maintained
87 F: cpu-exec.c
88 F: cpu-exec-common.c
89 F: cpus.c
90 F: cputlb.c
91 F: exec.c
92 F: softmmu_template.h
93 F: translate-all.*
94 F: translate-common.c
95 F: include/exec/cpu*.h
96 F: include/exec/exec-all.h
97 F: include/exec/helper*.h
98 F: include/exec/tb-hash.h
99 F: include/sysemu/cpus.h
101 FPU emulation
102 M: Aurelien Jarno <aurelien@aurel32.net>
103 M: Peter Maydell <peter.maydell@linaro.org>
104 S: Odd Fixes
105 F: fpu/
106 F: include/fpu/
108 Alpha
109 M: Richard Henderson <rth@twiddle.net>
110 S: Maintained
111 F: target/alpha/
112 F: hw/alpha/
113 F: tests/tcg/alpha/
114 F: disas/alpha.c
117 M: Peter Maydell <peter.maydell@linaro.org>
118 L: qemu-arm@nongnu.org
119 S: Maintained
120 F: target/arm/
121 F: hw/arm/
122 F: hw/cpu/a*mpcore.c
123 F: include/hw/cpu/a*mpcore.h
124 F: disas/arm.c
125 F: disas/arm-a64.cc
126 F: disas/libvixl/
128 CRIS
129 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
130 S: Maintained
131 F: target/cris/
132 F: hw/cris/
133 F: include/hw/cris/
134 F: tests/tcg/cris/
135 F: disas/cris.c
137 HPPA (PA-RISC)
138 M: Richard Henderson <rth@twiddle.net>
139 S: Maintained
140 F: target/hppa/
141 F: disas/hppa.c
143 LM32
144 M: Michael Walle <michael@walle.cc>
145 S: Maintained
146 F: target/lm32/
147 F: disas/lm32.c
148 F: hw/lm32/
149 F: hw/*/lm32_*
150 F: hw/*/milkymist-*
151 F: include/hw/char/lm32_juart.h
152 F: include/hw/lm32/
153 F: tests/tcg/lm32/
155 M68K
156 M: Laurent Vivier <laurent@vivier.eu>
157 S: Maintained
158 F: target/m68k/
159 F: disas/m68k.c
161 MicroBlaze
162 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
163 S: Maintained
164 F: target/microblaze/
165 F: hw/microblaze/
166 F: disas/microblaze.c
168 MIPS
169 M: Aurelien Jarno <aurelien@aurel32.net>
170 M: Yongbok Kim <yongbok.kim@imgtec.com>
171 S: Maintained
172 F: target/mips/
173 F: hw/mips/
174 F: hw/misc/mips_*
175 F: hw/intc/mips_gic.c
176 F: hw/timer/mips_gictimer.c
177 F: include/hw/mips/
178 F: include/hw/misc/mips_*
179 F: include/hw/intc/mips_gic.h
180 F: include/hw/timer/mips_gictimer.h
181 F: tests/tcg/mips/
182 F: disas/mips.c
184 Moxie
185 M: Anthony Green <green@moxielogic.com>
186 S: Maintained
187 F: target/moxie/
188 F: disas/moxie.c
189 F: hw/moxie/
190 F: default-configs/moxie-softmmu.mak
192 NiosII
193 M: Chris Wulff <crwulff@gmail.com>
194 M: Marek Vasut <marex@denx.de>
195 S: Maintained
196 F: target/nios2/
197 F: hw/nios2/
198 F: disas/nios2.c
200 OpenRISC
201 M: Stafford Horne <shorne@gmail.com>
202 S: Odd Fixes
203 F: target/openrisc/
204 F: hw/openrisc/
205 F: tests/tcg/openrisc/
207 PowerPC
208 M: David Gibson <david@gibson.dropbear.id.au>
209 M: Alexander Graf <agraf@suse.de>
210 L: qemu-ppc@nongnu.org
211 S: Maintained
212 F: target/ppc/
213 F: hw/ppc/
214 F: include/hw/ppc/
215 F: disas/ppc.c
217 S390
218 M: Richard Henderson <rth@twiddle.net>
219 M: Alexander Graf <agraf@suse.de>
220 S: Maintained
221 F: target/s390x/
222 F: hw/s390x/
223 F: disas/s390.c
226 M: Aurelien Jarno <aurelien@aurel32.net>
227 S: Odd Fixes
228 F: target/sh4/
229 F: hw/sh4/
230 F: disas/sh4.c
231 F: include/hw/sh4/
233 SPARC
234 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
235 M: Artyom Tarasenko <atar4qemu@gmail.com>
236 S: Maintained
237 F: target/sparc/
238 F: hw/sparc/
239 F: hw/sparc64/
240 F: disas/sparc.c
242 UniCore32
243 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
244 S: Maintained
245 F: target/unicore32/
246 F: hw/unicore32/
247 F: include/hw/unicore32/
250 M: Paolo Bonzini <pbonzini@redhat.com>
251 M: Richard Henderson <rth@twiddle.net>
252 M: Eduardo Habkost <ehabkost@redhat.com>
253 S: Maintained
254 F: target/i386/
255 F: hw/i386/
256 F: disas/i386.c
258 Xtensa
259 M: Max Filippov <jcmvbkbc@gmail.com>
260 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
261 S: Maintained
262 F: target/xtensa/
263 F: hw/xtensa/
264 F: tests/tcg/xtensa/
266 TriCore
267 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
268 S: Maintained
269 F: target/tricore/
270 F: hw/tricore/
271 F: include/hw/tricore/
273 Guest CPU Cores (KVM):
274 ----------------------
276 Overall
277 M: Paolo Bonzini <pbonzini@redhat.com>
278 L: kvm@vger.kernel.org
279 S: Supported
280 F: kvm-*
281 F: */kvm.*
282 F: include/sysemu/kvm*.h
285 M: Peter Maydell <peter.maydell@linaro.org>
286 L: qemu-arm@nongnu.org
287 S: Maintained
288 F: target/arm/kvm.c
290 MIPS
291 M: James Hogan <james.hogan@imgtec.com>
292 S: Maintained
293 F: target/mips/kvm.c
296 M: Alexander Graf <agraf@suse.de>
297 S: Maintained
298 F: target/ppc/kvm.c
300 S390
301 M: Christian Borntraeger <borntraeger@de.ibm.com>
302 M: Cornelia Huck <cornelia.huck@de.ibm.com>
303 M: Alexander Graf <agraf@suse.de>
304 S: Maintained
305 F: target/s390x/kvm.c
306 F: target/s390x/ioinst.[ch]
307 F: target/s390x/machine.c
308 F: hw/intc/s390_flic.c
309 F: hw/intc/s390_flic_kvm.c
310 F: include/hw/s390x/s390_flic.h
311 F: gdb-xml/s390*.xml
312 T: git git://github.com/cohuck/qemu.git s390-next
313 T: git git://github.com/borntraeger/qemu.git s390-next
316 M: Paolo Bonzini <pbonzini@redhat.com>
317 M: Marcelo Tosatti <mtosatti@redhat.com>
318 L: kvm@vger.kernel.org
319 S: Supported
320 F: target/i386/kvm.c
322 Guest CPU Cores (Xen):
323 ----------------------
326 M: Stefano Stabellini <sstabellini@kernel.org>
327 M: Anthony Perard <anthony.perard@citrix.com>
328 L: xen-devel@lists.xenproject.org
329 S: Supported
330 F: xen-*
331 F: */xen*
332 F: hw/9pfs/xen-9p-backend.c
333 F: hw/char/xen_console.c
334 F: hw/display/xenfb.c
335 F: hw/net/xen_nic.c
336 F: hw/block/xen_*
337 F: hw/xen/
338 F: hw/xenpv/
339 F: hw/i386/xen/
340 F: include/hw/xen/
341 F: include/sysemu/xen-mapcache.h
343 Hosts:
344 ------
346 LINUX
347 L: qemu-devel@nongnu.org
348 S: Maintained
349 F: linux-*
350 F: linux-headers/
352 POSIX
353 L: qemu-devel@nongnu.org
354 S: Maintained
355 F: *posix*
357 W32, W64
358 L: qemu-devel@nongnu.org
359 M: Stefan Weil <sw@weilnetz.de>
360 S: Maintained
361 F: *win32*
362 F: */*win32*
363 F: include/*/*win32*
364 X: qga/*win32*
365 F: qemu.nsi
367 ARM Machines
368 ------------
369 Allwinner-a10
370 M: Beniamino Galvani <b.galvani@gmail.com>
371 L: qemu-arm@nongnu.org
372 S: Maintained
373 F: hw/*/allwinner*
374 F: include/hw/*/allwinner*
375 F: hw/arm/cubieboard.c
377 ARM PrimeCell
378 M: Peter Maydell <peter.maydell@linaro.org>
379 L: qemu-arm@nongnu.org
380 S: Maintained
381 F: hw/char/pl011.c
382 F: hw/display/pl110*
383 F: hw/dma/pl080.c
384 F: hw/dma/pl330.c
385 F: hw/gpio/pl061.c
386 F: hw/input/pl050.c
387 F: hw/intc/pl190.c
388 F: hw/sd/pl181.c
389 F: hw/timer/pl031.c
390 F: include/hw/arm/primecell.h
392 ARM cores
393 M: Peter Maydell <peter.maydell@linaro.org>
394 L: qemu-arm@nongnu.org
395 S: Maintained
396 F: hw/intc/arm*
397 F: hw/intc/gic_internal.h
398 F: hw/misc/a9scu.c
399 F: hw/misc/arm11scu.c
400 F: hw/timer/a9gtimer*
401 F: hw/timer/arm_*
402 F: include/hw/arm/arm.h
403 F: include/hw/intc/arm*
404 F: include/hw/misc/a9scu.h
405 F: include/hw/misc/arm11scu.h
406 F: include/hw/timer/a9gtimer.h
407 F: include/hw/timer/arm_mptimer.h
409 Exynos
410 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
411 L: qemu-arm@nongnu.org
412 S: Maintained
413 F: hw/*/exynos*
414 F: include/hw/arm/exynos4210.h
416 Calxeda Highbank
417 M: Rob Herring <robh@kernel.org>
418 L: qemu-arm@nongnu.org
419 S: Maintained
420 F: hw/arm/highbank.c
421 F: hw/net/xgmac.c
423 Canon DIGIC
424 M: Antony Pavlov <antonynpavlov@gmail.com>
425 L: qemu-arm@nongnu.org
426 S: Maintained
427 F: include/hw/arm/digic.h
428 F: hw/*/digic*
430 Gumstix
431 L: qemu-devel@nongnu.org
432 L: qemu-arm@nongnu.org
433 S: Orphan
434 F: hw/arm/gumstix.c
436 i.MX31
437 M: Peter Chubb <peter.chubb@nicta.com.au>
438 L: qemu-arm@nongnu.org
439 S: Odd fixes
440 F: hw/*/imx*
441 F: include/hw/*/imx*
442 F: hw/arm/kzm.c
443 F: include/hw/arm/fsl-imx31.h
445 Integrator CP
446 M: Peter Maydell <peter.maydell@linaro.org>
447 L: qemu-arm@nongnu.org
448 S: Maintained
449 F: hw/arm/integratorcp.c
450 F: hw/misc/arm_integrator_debug.c
452 Musicpal
453 M: Jan Kiszka <jan.kiszka@web.de>
454 L: qemu-arm@nongnu.org
455 S: Maintained
456 F: hw/arm/musicpal.c
458 nSeries
459 M: Andrzej Zaborowski <balrogg@gmail.com>
460 L: qemu-arm@nongnu.org
461 S: Maintained
462 F: hw/arm/nseries.c
464 Palm
465 M: Andrzej Zaborowski <balrogg@gmail.com>
466 L: qemu-arm@nongnu.org
467 S: Maintained
468 F: hw/arm/palm.c
470 Real View
471 M: Peter Maydell <peter.maydell@linaro.org>
472 L: qemu-arm@nongnu.org
473 S: Maintained
474 F: hw/arm/realview*
475 F: hw/cpu/realview_mpcore.c
476 F: hw/intc/realview_gic.c
477 F: include/hw/intc/realview_gic.h
479 PXA2XX
480 M: Andrzej Zaborowski <balrogg@gmail.com>
481 L: qemu-arm@nongnu.org
482 S: Maintained
483 F: hw/arm/mainstone.c
484 F: hw/arm/spitz.c
485 F: hw/arm/tosa.c
486 F: hw/arm/z2.c
487 F: hw/*/pxa2xx*
488 F: hw/misc/mst_fpga.c
489 F: include/hw/arm/pxa.h
491 Stellaris
492 M: Peter Maydell <peter.maydell@linaro.org>
493 L: qemu-arm@nongnu.org
494 S: Maintained
495 F: hw/*/stellaris*
497 Versatile PB
498 M: Peter Maydell <peter.maydell@linaro.org>
499 L: qemu-arm@nongnu.org
500 S: Maintained
501 F: hw/*/versatile*
503 Xilinx Zynq
504 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
505 M: Alistair Francis <alistair.francis@xilinx.com>
506 L: qemu-arm@nongnu.org
507 S: Maintained
508 F: hw/*/xilinx_*
509 F: hw/*/cadence_*
510 F: hw/misc/zynq*
511 F: include/hw/misc/zynq*
512 X: hw/ssi/xilinx_*
514 Xilinx ZynqMP
515 M: Alistair Francis <alistair.francis@xilinx.com>
516 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
517 L: qemu-arm@nongnu.org
518 S: Maintained
519 F: hw/*/xlnx*.c
520 F: include/hw/*/xlnx*.h
522 ARM ACPI Subsystem
523 M: Shannon Zhao <zhaoshenglong@huawei.com>
524 M: Shannon Zhao <shannon.zhao@linaro.org>
525 L: qemu-arm@nongnu.org
526 S: Maintained
527 F: hw/arm/virt-acpi-build.c
529 STM32F205
530 M: Alistair Francis <alistair@alistair23.me>
531 S: Maintained
532 F: hw/arm/stm32f205_soc.c
533 F: hw/misc/stm32f2xx_syscfg.c
534 F: hw/char/stm32f2xx_usart.c
535 F: hw/timer/stm32f2xx_timer.c
536 F: hw/adc/*
537 F: hw/ssi/stm32f2xx_spi.c
539 Netduino 2
540 M: Alistair Francis <alistair@alistair23.me>
541 S: Maintained
542 F: hw/arm/netduino2.c
544 CRIS Machines
545 -------------
546 Axis Dev88
547 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
548 S: Maintained
549 F: hw/cris/axis_dev88.c
550 F: hw/*/etraxfs_*.c
552 LM32 Machines
553 -------------
554 EVR32 and uclinux BSP
555 M: Michael Walle <michael@walle.cc>
556 S: Maintained
557 F: hw/lm32/lm32_boards.c
559 milkymist
560 M: Michael Walle <michael@walle.cc>
561 S: Maintained
562 F: hw/lm32/milkymist.c
564 M68K Machines
565 -------------
566 an5206
567 M: Thomas Huth <huth@tuxfamily.org>
568 S: Odd Fixes
569 F: hw/m68k/an5206.c
570 F: hw/m68k/mcf5206.c
572 mcf5208
573 M: Thomas Huth <huth@tuxfamily.org>
574 S: Odd Fixes
575 F: hw/m68k/mcf5208.c
576 F: hw/m68k/mcf_intc.c
577 F: hw/char/mcf_uart.c
578 F: hw/net/mcf_fec.c
579 F: include/hw/m68k/mcf*.h
581 MicroBlaze Machines
582 -------------------
583 petalogix_s3adsp1800
584 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
585 S: Maintained
586 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
588 petalogix_ml605
589 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590 S: Maintained
591 F: hw/microblaze/petalogix_ml605_mmu.c
593 MIPS Machines
594 -------------
595 Jazz
596 M: HervĂ© Poussineau <hpoussin@reactos.org>
597 S: Maintained
598 F: hw/mips/mips_jazz.c
600 Malta
601 M: Aurelien Jarno <aurelien@aurel32.net>
602 S: Maintained
603 F: hw/mips/mips_malta.c
605 Mipssim
606 M: Yongbok Kim <yongbok.kim@imgtec.com>
607 S: Odd Fixes
608 F: hw/mips/mips_mipssim.c
609 F: hw/net/mipsnet.c
611 R4000
612 M: Aurelien Jarno <aurelien@aurel32.net>
613 S: Maintained
614 F: hw/mips/mips_r4k.c
616 Fulong 2E
617 M: Yongbok Kim <yongbok.kim@imgtec.com>
618 S: Odd Fixes
619 F: hw/mips/mips_fulong2e.c
621 Boston
622 M: Paul Burton <paul.burton@imgtec.com>
623 S: Maintained
624 F: hw/core/loader-fit.c
625 F: hw/mips/boston.c
626 F: hw/pci-host/xilinx-pcie.c
628 OpenRISC Machines
629 -----------------
630 or1k-sim
631 M: Jia Liu <proljc@gmail.com>
632 S: Maintained
633 F: hw/openrisc/openrisc_sim.c
635 PowerPC Machines
636 ----------------
638 M: Alexander Graf <agraf@suse.de>
639 L: qemu-ppc@nongnu.org
640 S: Odd Fixes
641 F: hw/ppc/ppc405_boards.c
643 Bamboo
644 M: Alexander Graf <agraf@suse.de>
645 L: qemu-ppc@nongnu.org
646 S: Odd Fixes
647 F: hw/ppc/ppc440_bamboo.c
649 e500
650 M: Alexander Graf <agraf@suse.de>
651 L: qemu-ppc@nongnu.org
652 S: Supported
653 F: hw/ppc/e500.[hc]
654 F: hw/ppc/e500plat.c
655 F: include/hw/ppc/ppc_e500.h
656 F: include/hw/pci-host/ppce500.h
657 F: pc-bios/u-boot.e500
659 mpc8544ds
660 M: Alexander Graf <agraf@suse.de>
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 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 F: util/qemu-progress.c
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: util/async.c
1182 F: util/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: util/main-loop.c
1312 F: util/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: scripts/coccinelle/qobject.cocci
1400 F: tests/check-qdict.c
1401 F: tests/check-qfloat.c
1402 F: tests/check-qint.c
1403 F: tests/check-qjson.c
1404 F: tests/check-qlist.c
1405 F: tests/check-qstring.c
1406 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1408 QEMU Guest Agent
1409 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1410 S: Maintained
1411 F: qga/
1412 T: git git://github.com/mdroth/qemu.git qga
1415 M: Andreas Färber <afaerber@suse.de>
1416 S: Supported
1417 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1418 F: include/qom/
1419 X: include/qom/cpu.h
1420 F: qom/
1421 X: qom/cpu.c
1422 F: tests/check-qom-interface.c
1423 F: tests/check-qom-proplist.c
1424 F: tests/qom-test.c
1427 M: Markus Armbruster <armbru@redhat.com>
1428 S: Supported
1429 F: qmp.c
1430 F: monitor.c
1431 F: docs/*qmp-*
1432 F: scripts/qmp/
1433 F: tests/qmp-test.c
1434 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1436 Register API
1437 M: Alistair Francis <alistair.francis@xilinx.com>
1438 S: Maintained
1439 F: hw/core/register.c
1440 F: include/hw/register.h
1442 SLIRP
1443 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1444 M: Jan Kiszka <jan.kiszka@siemens.com>
1445 S: Maintained
1446 F: slirp/
1447 F: net/slirp.c
1448 F: include/net/slirp.h
1449 T: git git://git.kiszka.org/qemu.git queues/slirp
1451 Stubs
1452 M: Paolo Bonzini <pbonzini@redhat.com>
1453 S: Maintained
1454 F: stubs/
1456 Tracing
1457 M: Stefan Hajnoczi <stefanha@redhat.com>
1458 S: Maintained
1459 F: trace/
1460 F: scripts/tracetool.py
1461 F: scripts/tracetool/
1462 F: docs/tracing.txt
1463 T: git git://github.com/stefanha/qemu.git tracing
1465 Checkpatch
1466 S: Odd Fixes
1467 F: scripts/checkpatch.pl
1469 Migration
1470 M: Juan Quintela <quintela@redhat.com>
1471 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1472 S: Maintained
1473 F: include/migration/
1474 F: migration/
1475 F: scripts/vmstate-static-checker.py
1476 F: tests/vmstate-static-checker-data/
1477 F: docs/migration.txt
1479 Seccomp
1480 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1481 S: Supported
1482 F: qemu-seccomp.c
1483 F: include/sysemu/seccomp.h
1485 Cryptography
1486 M: Daniel P. Berrange <berrange@redhat.com>
1487 S: Maintained
1488 F: crypto/
1489 F: include/crypto/
1490 F: tests/test-crypto-*
1491 F: qemu.sasl
1493 Coroutines
1494 M: Stefan Hajnoczi <stefanha@redhat.com>
1495 M: Kevin Wolf <kwolf@redhat.com>
1496 F: util/*coroutine*
1497 F: include/qemu/coroutine*
1498 F: tests/test-coroutine.c
1500 Buffers
1501 M: Daniel P. Berrange <berrange@redhat.com>
1502 S: Odd fixes
1503 F: util/buffer.c
1504 F: include/qemu/buffer.h
1506 I/O Channels
1507 M: Daniel P. Berrange <berrange@redhat.com>
1508 S: Maintained
1509 F: io/
1510 F: include/io/
1511 F: tests/test-io-*
1513 Sockets
1514 M: Daniel P. Berrange <berrange@redhat.com>
1515 M: Gerd Hoffmann <kraxel@redhat.com>
1516 M: Paolo Bonzini <pbonzini@redhat.com>
1517 S: Maintained
1518 F: include/qemu/sockets.h
1519 F: util/qemu-sockets.c
1521 Throttling infrastructure
1522 M: Alberto Garcia <berto@igalia.com>
1523 S: Supported
1524 F: block/throttle-groups.c
1525 F: include/block/throttle-groups.h
1526 F: include/qemu/throttle.h
1527 F: util/throttle.c
1528 L: qemu-block@nongnu.org
1530 UUID
1531 M: Fam Zheng <famz@redhat.com>
1532 S: Supported
1533 F: util/uuid.c
1534 F: include/qemu/uuid.h
1535 F: tests/test-uuid.c
1537 COLO Framework
1538 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1539 S: Maintained
1540 F: migration/colo*
1541 F: include/migration/colo.h
1542 F: include/migration/failover.h
1543 F: docs/COLO-FT.txt
1545 COLO Proxy
1546 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1547 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1548 S: Supported
1549 F: docs/colo-proxy.txt
1550 F: net/colo*
1551 F: net/filter-rewriter.c
1552 F: net/filter-mirror.c
1554 Record/replay
1555 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1556 R: Paolo Bonzini <pbonzini@redhat.com>
1557 W: http://wiki.qemu.org/Features/record-replay
1558 S: Supported
1559 F: replay/*
1560 F: block/blkreplay.c
1561 F: net/filter-replay.c
1562 F: include/sysemu/replay.h
1563 F: docs/replay.txt
1564 F: stubs/replay.c
1566 Usermode Emulation
1567 ------------------
1568 Overall
1569 M: Riku Voipio <riku.voipio@iki.fi>
1570 S: Maintained
1571 F: thunk.c
1572 F: user-exec.c
1573 F: user-exec-stub.c
1575 BSD user
1576 S: Orphan
1577 F: bsd-user/
1578 F: default-configs/*-bsd-user.mak
1580 Linux user
1581 M: Riku Voipio <riku.voipio@iki.fi>
1582 R: Laurent Vivier <laurent@vivier.eu>
1583 S: Maintained
1584 F: linux-user/
1585 F: default-configs/*-linux-user.mak
1587 Tiny Code Generator (TCG)
1588 -------------------------
1589 Common code
1590 M: Richard Henderson <rth@twiddle.net>
1591 S: Maintained
1592 F: tcg/
1594 AArch64 target
1595 M: Claudio Fontana <claudio.fontana@huawei.com>
1596 M: Claudio Fontana <claudio.fontana@gmail.com>
1597 S: Maintained
1598 L: qemu-arm@nongnu.org
1599 F: tcg/aarch64/
1600 F: disas/arm-a64.cc
1601 F: disas/libvixl/
1603 ARM target
1604 M: Andrzej Zaborowski <balrogg@gmail.com>
1605 S: Maintained
1606 L: qemu-arm@nongnu.org
1607 F: tcg/arm/
1608 F: disas/arm.c
1610 i386 target
1611 L: qemu-devel@nongnu.org
1612 S: Maintained
1613 F: tcg/i386/
1614 F: disas/i386.c
1616 IA64 target
1617 M: Aurelien Jarno <aurelien@aurel32.net>
1618 S: Maintained
1619 F: tcg/ia64/
1620 F: disas/ia64.c
1622 MIPS target
1623 M: Aurelien Jarno <aurelien@aurel32.net>
1624 S: Maintained
1625 F: tcg/mips/
1626 F: disas/mips.c
1629 M: Richard Henderson <rth@twiddle.net>
1630 S: Odd Fixes
1631 F: tcg/ppc/
1632 F: disas/ppc.c
1634 S390 target
1635 M: Alexander Graf <agraf@suse.de>
1636 M: Richard Henderson <rth@twiddle.net>
1637 S: Maintained
1638 F: tcg/s390/
1639 F: disas/s390.c
1641 SPARC target
1642 S: Odd Fixes
1643 F: tcg/sparc/
1644 F: disas/sparc.c
1646 TCI target
1647 M: Stefan Weil <sw@weilnetz.de>
1648 S: Maintained
1649 F: tcg/tci/
1650 F: tci.c
1651 F: disas/tci.c
1653 Block drivers
1654 -------------
1655 VMDK
1656 M: Fam Zheng <famz@redhat.com>
1657 L: qemu-block@nongnu.org
1658 S: Supported
1659 F: block/vmdk.c
1662 M: Josh Durgin <jdurgin@redhat.com>
1663 M: Jeff Cody <jcody@redhat.com>
1664 L: qemu-block@nongnu.org
1665 S: Supported
1666 F: block/rbd.c
1667 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1669 Sheepdog
1670 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1671 M: Liu Yuan <namei.unix@gmail.com>
1672 M: Jeff Cody <jcody@redhat.com>
1673 L: qemu-block@nongnu.org
1674 L: sheepdog@lists.wpkg.org
1675 S: Supported
1676 F: block/sheepdog.c
1677 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1679 VHDX
1680 M: Jeff Cody <jcody@redhat.com>
1681 L: qemu-block@nongnu.org
1682 S: Supported
1683 F: block/vhdx*
1684 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1687 M: Stefan Weil <sw@weilnetz.de>
1688 L: qemu-block@nongnu.org
1689 S: Maintained
1690 F: block/vdi.c
1692 iSCSI
1693 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1694 M: Paolo Bonzini <pbonzini@redhat.com>
1695 M: Peter Lieven <pl@kamp.de>
1696 L: qemu-block@nongnu.org
1697 S: Supported
1698 F: block/iscsi.c
1699 F: block/iscsi-opts.c
1702 M: Jeff Cody <jcody@redhat.com>
1703 M: Peter Lieven <pl@kamp.de>
1704 L: qemu-block@nongnu.org
1705 S: Maintained
1706 F: block/nfs.c
1707 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1710 M: Richard W.M. Jones <rjones@redhat.com>
1711 M: Jeff Cody <jcody@redhat.com>
1712 L: qemu-block@nongnu.org
1713 S: Supported
1714 F: block/ssh.c
1715 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1717 CURL
1718 M: Jeff Cody <jcody@redhat.com>
1719 L: qemu-block@nongnu.org
1720 S: Supported
1721 F: block/curl.c
1722 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1724 GLUSTER
1725 M: Jeff Cody <jcody@redhat.com>
1726 L: qemu-block@nongnu.org
1727 S: Supported
1728 F: block/gluster.c
1729 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1731 Null Block Driver
1732 M: Fam Zheng <famz@redhat.com>
1733 L: qemu-block@nongnu.org
1734 S: Supported
1735 F: block/null.c
1737 Bootdevice
1738 M: Gonglei <arei.gonglei@huawei.com>
1739 S: Maintained
1740 F: bootdevice.c
1742 Quorum
1743 M: Alberto Garcia <berto@igalia.com>
1744 S: Supported
1745 F: block/quorum.c
1746 L: qemu-block@nongnu.org
1748 blkverify
1749 M: Stefan Hajnoczi <stefanha@redhat.com>
1750 L: qemu-block@nongnu.org
1751 S: Supported
1752 F: block/blkverify.c
1754 bochs
1755 M: Stefan Hajnoczi <stefanha@redhat.com>
1756 L: qemu-block@nongnu.org
1757 S: Supported
1758 F: block/bochs.c
1760 cloop
1761 M: Stefan Hajnoczi <stefanha@redhat.com>
1762 L: qemu-block@nongnu.org
1763 S: Supported
1764 F: block/cloop.c
1767 M: Stefan Hajnoczi <stefanha@redhat.com>
1768 L: qemu-block@nongnu.org
1769 S: Supported
1770 F: block/dmg.c
1772 parallels
1773 M: Stefan Hajnoczi <stefanha@redhat.com>
1774 M: Denis V. Lunev <den@openvz.org>
1775 L: qemu-block@nongnu.org
1776 S: Supported
1777 F: block/parallels.c
1778 F: docs/specs/parallels.txt
1781 M: Stefan Hajnoczi <stefanha@redhat.com>
1782 L: qemu-block@nongnu.org
1783 S: Supported
1784 F: block/qed.c
1787 M: Kevin Wolf <kwolf@redhat.com>
1788 L: qemu-block@nongnu.org
1789 S: Supported
1790 F: block/linux-aio.c
1791 F: include/block/raw-aio.h
1792 F: block/raw-format.c
1793 F: block/file-posix.c
1794 F: block/file-win32.c
1795 F: block/win32-aio.c
1797 qcow2
1798 M: Kevin Wolf <kwolf@redhat.com>
1799 M: Max Reitz <mreitz@redhat.com>
1800 L: qemu-block@nongnu.org
1801 S: Supported
1802 F: block/qcow2*
1804 qcow
1805 M: Kevin Wolf <kwolf@redhat.com>
1806 L: qemu-block@nongnu.org
1807 S: Supported
1808 F: block/qcow.c
1810 blkdebug
1811 M: Kevin Wolf <kwolf@redhat.com>
1812 M: Max Reitz <mreitz@redhat.com>
1813 L: qemu-block@nongnu.org
1814 S: Supported
1815 F: block/blkdebug.c
1818 M: Kevin Wolf <kwolf@redhat.com>
1819 L: qemu-block@nongnu.org
1820 S: Supported
1821 F: block/vpc.c
1823 vvfat
1824 M: Kevin Wolf <kwolf@redhat.com>
1825 L: qemu-block@nongnu.org
1826 S: Supported
1827 F: block/vvfat.c
1829 Image format fuzzer
1830 M: Stefan Hajnoczi <stefanha@redhat.com>
1831 L: qemu-block@nongnu.org
1832 S: Supported
1833 F: tests/image-fuzzer/
1835 Replication
1836 M: Wen Congyang <wencongyang2@huawei.com>
1837 M: Xie Changlong <xiechanglong.d@gmail.com>
1838 S: Supported
1839 F: replication*
1840 F: block/replication.c
1841 F: tests/test-replication.c
1842 F: docs/block-replication.txt
1844 Build and test automation
1845 -------------------------
1846 M: Alex BennĂ©e <alex.bennee@linaro.org>
1847 M: Fam Zheng <famz@redhat.com>
1848 L: qemu-devel@nongnu.org
1849 S: Maintained
1850 F: .travis.yml
1851 F: .shippable.yml
1852 F: tests/docker/
1853 W: https://travis-ci.org/qemu/qemu
1854 W: http://patchew.org/QEMU/
1856 Documentation
1857 -------------
1858 Build system architecture
1859 M: Daniel P. Berrange <berrange@redhat.com>
1860 S: Odd Fixes
1861 F: docs/build-system.txt