ui: update keycodemapdb to get py3 fixes
[qemu/ar7.git] / MAINTAINERS
blob0f952d46ce0ae3641c16c59f8a7494ffe559a974
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: https://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: cpus.c
88 F: exec.c
89 F: accel/tcg/
90 F: include/exec/cpu*.h
91 F: include/exec/exec-all.h
92 F: include/exec/helper*.h
93 F: include/exec/tb-hash.h
94 F: include/sysemu/cpus.h
96 FPU emulation
97 M: Aurelien Jarno <aurelien@aurel32.net>
98 M: Peter Maydell <peter.maydell@linaro.org>
99 S: Odd Fixes
100 F: fpu/
101 F: include/fpu/
103 Alpha
104 M: Richard Henderson <rth@twiddle.net>
105 S: Maintained
106 F: target/alpha/
107 F: hw/alpha/
108 F: tests/tcg/alpha/
109 F: disas/alpha.c
112 M: Peter Maydell <peter.maydell@linaro.org>
113 L: qemu-arm@nongnu.org
114 S: Maintained
115 F: target/arm/
116 F: hw/arm/
117 F: hw/cpu/a*mpcore.c
118 F: include/hw/cpu/a*mpcore.h
119 F: disas/arm.c
120 F: disas/arm-a64.cc
121 F: disas/libvixl/
123 CRIS
124 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125 S: Maintained
126 F: target/cris/
127 F: hw/cris/
128 F: include/hw/cris/
129 F: tests/tcg/cris/
130 F: disas/cris.c
132 HPPA (PA-RISC)
133 M: Richard Henderson <rth@twiddle.net>
134 S: Maintained
135 F: target/hppa/
136 F: hw/hppa/
137 F: disas/hppa.c
139 LM32
140 M: Michael Walle <michael@walle.cc>
141 S: Maintained
142 F: target/lm32/
143 F: disas/lm32.c
144 F: hw/lm32/
145 F: hw/*/lm32_*
146 F: hw/*/milkymist-*
147 F: include/hw/char/lm32_juart.h
148 F: include/hw/lm32/
149 F: tests/tcg/lm32/
151 M68K
152 M: Laurent Vivier <laurent@vivier.eu>
153 S: Maintained
154 F: target/m68k/
155 F: disas/m68k.c
157 MicroBlaze
158 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159 S: Maintained
160 F: target/microblaze/
161 F: hw/microblaze/
162 F: disas/microblaze.c
164 MIPS
165 M: Aurelien Jarno <aurelien@aurel32.net>
166 M: Yongbok Kim <yongbok.kim@mips.com>
167 S: Maintained
168 F: target/mips/
169 F: hw/mips/
170 F: hw/misc/mips_*
171 F: hw/intc/mips_gic.c
172 F: hw/timer/mips_gictimer.c
173 F: include/hw/mips/
174 F: include/hw/misc/mips_*
175 F: include/hw/intc/mips_gic.h
176 F: include/hw/timer/mips_gictimer.h
177 F: tests/tcg/mips/
178 F: disas/mips.c
180 Moxie
181 M: Anthony Green <green@moxielogic.com>
182 S: Maintained
183 F: target/moxie/
184 F: disas/moxie.c
185 F: hw/moxie/
186 F: default-configs/moxie-softmmu.mak
188 NiosII
189 M: Chris Wulff <crwulff@gmail.com>
190 M: Marek Vasut <marex@denx.de>
191 S: Maintained
192 F: target/nios2/
193 F: hw/nios2/
194 F: disas/nios2.c
196 OpenRISC
197 M: Stafford Horne <shorne@gmail.com>
198 S: Odd Fixes
199 F: target/openrisc/
200 F: hw/openrisc/
201 F: tests/tcg/openrisc/
203 PowerPC
204 M: David Gibson <david@gibson.dropbear.id.au>
205 M: Alexander Graf <agraf@suse.de>
206 L: qemu-ppc@nongnu.org
207 S: Maintained
208 F: target/ppc/
209 F: hw/ppc/
210 F: include/hw/ppc/
211 F: disas/ppc.c
213 S390
214 M: Richard Henderson <rth@twiddle.net>
215 M: Alexander Graf <agraf@suse.de>
216 S: Maintained
217 F: target/s390x/
218 F: hw/s390x/
219 F: disas/s390.c
220 L: qemu-s390x@nongnu.org
223 M: Aurelien Jarno <aurelien@aurel32.net>
224 S: Odd Fixes
225 F: target/sh4/
226 F: hw/sh4/
227 F: disas/sh4.c
228 F: include/hw/sh4/
230 SPARC
231 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
232 M: Artyom Tarasenko <atar4qemu@gmail.com>
233 S: Maintained
234 F: target/sparc/
235 F: hw/sparc/
236 F: hw/sparc64/
237 F: disas/sparc.c
239 UniCore32
240 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
241 S: Maintained
242 F: target/unicore32/
243 F: hw/unicore32/
244 F: include/hw/unicore32/
247 M: Paolo Bonzini <pbonzini@redhat.com>
248 M: Richard Henderson <rth@twiddle.net>
249 M: Eduardo Habkost <ehabkost@redhat.com>
250 S: Maintained
251 F: target/i386/
252 F: hw/i386/
253 F: disas/i386.c
254 T: git git://github.com/ehabkost/qemu.git x86-next
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/
263 F: disas/xtensa.c
265 TriCore
266 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
267 S: Maintained
268 F: target/tricore/
269 F: hw/tricore/
270 F: include/hw/tricore/
272 Guest CPU Cores (KVM):
273 ----------------------
275 Overall
276 M: Paolo Bonzini <pbonzini@redhat.com>
277 L: kvm@vger.kernel.org
278 S: Supported
279 F: */kvm.*
280 F: accel/kvm/
281 F: include/sysemu/kvm*.h
284 M: Peter Maydell <peter.maydell@linaro.org>
285 L: qemu-arm@nongnu.org
286 S: Maintained
287 F: target/arm/kvm.c
289 MIPS
290 M: James Hogan <jhogan@kernel.org>
291 S: Maintained
292 F: target/mips/kvm.c
295 M: Alexander Graf <agraf@suse.de>
296 S: Maintained
297 F: target/ppc/kvm.c
299 S390
300 M: Christian Borntraeger <borntraeger@de.ibm.com>
301 M: Cornelia Huck <cohuck@redhat.com>
302 M: Alexander Graf <agraf@suse.de>
303 S: Maintained
304 F: target/s390x/kvm.c
305 F: target/s390x/kvm_s390x.h
306 F: target/s390x/kvm-stub.c
307 F: target/s390x/ioinst.[ch]
308 F: target/s390x/machine.c
309 F: target/s390x/sigp.c
310 F: hw/intc/s390_flic.c
311 F: hw/intc/s390_flic_kvm.c
312 F: include/hw/s390x/s390_flic.h
313 F: gdb-xml/s390*.xml
314 T: git git://github.com/cohuck/qemu.git s390-next
315 T: git git://github.com/borntraeger/qemu.git s390-next
316 L: qemu-s390x@nongnu.org
319 M: Paolo Bonzini <pbonzini@redhat.com>
320 M: Marcelo Tosatti <mtosatti@redhat.com>
321 L: kvm@vger.kernel.org
322 S: Supported
323 F: target/i386/kvm.c
325 Guest CPU Cores (Xen):
326 ----------------------
329 M: Stefano Stabellini <sstabellini@kernel.org>
330 M: Anthony Perard <anthony.perard@citrix.com>
331 L: xen-devel@lists.xenproject.org
332 S: Supported
333 F: */xen*
334 F: hw/9pfs/xen-9p-backend.c
335 F: hw/char/xen_console.c
336 F: hw/display/xenfb.c
337 F: hw/net/xen_nic.c
338 F: hw/block/xen_*
339 F: hw/xen/
340 F: hw/xenpv/
341 F: hw/i386/xen/
342 F: include/hw/xen/
343 F: include/sysemu/xen-mapcache.h
345 Hosts:
346 ------
348 LINUX
349 L: qemu-devel@nongnu.org
350 S: Maintained
351 F: linux-*
352 F: linux-headers/
354 POSIX
355 L: qemu-devel@nongnu.org
356 S: Maintained
357 F: *posix*
359 NETBSD
360 L: qemu-devel@nongnu.org
361 M: Kamil Rytarowski <kamil@netbsd.org>
362 S: Maintained
363 K: ^Subject:.*(?i)NetBSD
365 W32, W64
366 L: qemu-devel@nongnu.org
367 M: Stefan Weil <sw@weilnetz.de>
368 S: Maintained
369 F: *win32*
370 F: */*win32*
371 F: include/*/*win32*
372 X: qga/*win32*
373 F: qemu.nsi
375 ARM Machines
376 ------------
377 Allwinner-a10
378 M: Beniamino Galvani <b.galvani@gmail.com>
379 L: qemu-arm@nongnu.org
380 S: Maintained
381 F: hw/*/allwinner*
382 F: include/hw/*/allwinner*
383 F: hw/arm/cubieboard.c
385 ARM PrimeCell and CMSDK devices
386 M: Peter Maydell <peter.maydell@linaro.org>
387 L: qemu-arm@nongnu.org
388 S: Maintained
389 F: hw/char/pl011.c
390 F: include/hw/char/pl011.h
391 F: hw/display/pl110*
392 F: hw/dma/pl080.c
393 F: hw/dma/pl330.c
394 F: hw/gpio/pl061.c
395 F: hw/input/pl050.c
396 F: hw/intc/pl190.c
397 F: hw/sd/pl181.c
398 F: hw/timer/pl031.c
399 F: include/hw/arm/primecell.h
400 F: hw/timer/cmsdk-apb-timer.c
401 F: include/hw/timer/cmsdk-apb-timer.h
402 F: hw/char/cmsdk-apb-uart.c
403 F: include/hw/char/cmsdk-apb-uart.h
405 ARM cores
406 M: Peter Maydell <peter.maydell@linaro.org>
407 L: qemu-arm@nongnu.org
408 S: Maintained
409 F: hw/intc/arm*
410 F: hw/intc/gic_internal.h
411 F: hw/misc/a9scu.c
412 F: hw/misc/arm11scu.c
413 F: hw/timer/a9gtimer*
414 F: hw/timer/arm*
415 F: include/hw/arm/arm*.h
416 F: include/hw/intc/arm*
417 F: include/hw/misc/a9scu.h
418 F: include/hw/misc/arm11scu.h
419 F: include/hw/timer/a9gtimer.h
420 F: include/hw/timer/arm_mptimer.h
421 F: include/hw/timer/armv7m_systick.h
422 F: tests/test-arm-mptimer.c
424 Exynos
425 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
426 L: qemu-arm@nongnu.org
427 S: Maintained
428 F: hw/*/exynos*
429 F: include/hw/arm/exynos4210.h
431 Calxeda Highbank
432 M: Rob Herring <robh@kernel.org>
433 L: qemu-arm@nongnu.org
434 S: Maintained
435 F: hw/arm/highbank.c
436 F: hw/net/xgmac.c
438 Canon DIGIC
439 M: Antony Pavlov <antonynpavlov@gmail.com>
440 L: qemu-arm@nongnu.org
441 S: Maintained
442 F: include/hw/arm/digic.h
443 F: hw/*/digic*
445 Gumstix
446 L: qemu-devel@nongnu.org
447 L: qemu-arm@nongnu.org
448 S: Orphan
449 F: hw/arm/gumstix.c
451 i.MX31
452 M: Peter Chubb <peter.chubb@nicta.com.au>
453 L: qemu-arm@nongnu.org
454 S: Odd fixes
455 F: hw/*/imx*
456 F: include/hw/*/imx*
457 F: hw/arm/kzm.c
458 F: include/hw/arm/fsl-imx31.h
460 Integrator CP
461 M: Peter Maydell <peter.maydell@linaro.org>
462 L: qemu-arm@nongnu.org
463 S: Maintained
464 F: hw/arm/integratorcp.c
465 F: hw/misc/arm_integrator_debug.c
467 MPS2
468 M: Peter Maydell <peter.maydell@linaro.org>
469 L: qemu-arm@nongnu.org
470 S: Maintained
471 F: hw/arm/mps2.c
472 F: hw/misc/mps2-scc.c
473 F: include/hw/misc/mps2-scc.h
475 Musicpal
476 M: Jan Kiszka <jan.kiszka@web.de>
477 L: qemu-arm@nongnu.org
478 S: Maintained
479 F: hw/arm/musicpal.c
481 nSeries
482 M: Andrzej Zaborowski <balrogg@gmail.com>
483 L: qemu-arm@nongnu.org
484 S: Maintained
485 F: hw/arm/nseries.c
487 Palm
488 M: Andrzej Zaborowski <balrogg@gmail.com>
489 L: qemu-arm@nongnu.org
490 S: Maintained
491 F: hw/arm/palm.c
493 Real View
494 M: Peter Maydell <peter.maydell@linaro.org>
495 L: qemu-arm@nongnu.org
496 S: Maintained
497 F: hw/arm/realview*
498 F: hw/cpu/realview_mpcore.c
499 F: hw/intc/realview_gic.c
500 F: include/hw/intc/realview_gic.h
502 PXA2XX
503 M: Andrzej Zaborowski <balrogg@gmail.com>
504 L: qemu-arm@nongnu.org
505 S: Maintained
506 F: hw/arm/mainstone.c
507 F: hw/arm/spitz.c
508 F: hw/arm/tosa.c
509 F: hw/arm/z2.c
510 F: hw/*/pxa2xx*
511 F: hw/misc/mst_fpga.c
512 F: include/hw/arm/pxa.h
514 Stellaris
515 M: Peter Maydell <peter.maydell@linaro.org>
516 L: qemu-arm@nongnu.org
517 S: Maintained
518 F: hw/*/stellaris*
520 Versatile PB
521 M: Peter Maydell <peter.maydell@linaro.org>
522 L: qemu-arm@nongnu.org
523 S: Maintained
524 F: hw/*/versatile*
525 F: hw/misc/arm_sysctl.c
527 Xilinx Zynq
528 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
529 M: Alistair Francis <alistair.francis@xilinx.com>
530 L: qemu-arm@nongnu.org
531 S: Maintained
532 F: hw/*/xilinx_*
533 F: hw/*/cadence_*
534 F: hw/misc/zynq*
535 F: include/hw/misc/zynq*
536 X: hw/ssi/xilinx_*
538 Xilinx ZynqMP
539 M: Alistair Francis <alistair.francis@xilinx.com>
540 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
541 L: qemu-arm@nongnu.org
542 S: Maintained
543 F: hw/*/xlnx*.c
544 F: include/hw/*/xlnx*.h
546 ARM ACPI Subsystem
547 M: Shannon Zhao <zhaoshenglong@huawei.com>
548 M: Shannon Zhao <shannon.zhaosl@gmail.com>
549 L: qemu-arm@nongnu.org
550 S: Maintained
551 F: hw/arm/virt-acpi-build.c
553 STM32F205
554 M: Alistair Francis <alistair@alistair23.me>
555 S: Maintained
556 F: hw/arm/stm32f205_soc.c
557 F: hw/misc/stm32f2xx_syscfg.c
558 F: hw/char/stm32f2xx_usart.c
559 F: hw/timer/stm32f2xx_timer.c
560 F: hw/adc/*
561 F: hw/ssi/stm32f2xx_spi.c
562 F: include/hw/*/stm32*.h
564 Netduino 2
565 M: Alistair Francis <alistair@alistair23.me>
566 S: Maintained
567 F: hw/arm/netduino2.c
569 SmartFusion2
570 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
571 S: Maintained
572 F: hw/arm/msf2-soc.c
573 F: hw/misc/msf2-sysreg.c
574 F: hw/timer/mss-timer.c
575 F: hw/ssi/mss-spi.c
576 F: include/hw/arm/msf2-soc.h
577 F: include/hw/misc/msf2-sysreg.h
578 F: include/hw/timer/mss-timer.h
579 F: include/hw/ssi/mss-spi.h
581 Emcraft M2S-FG484
582 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
583 S: Maintained
584 F: hw/arm/msf2-som.c
586 CRIS Machines
587 -------------
588 Axis Dev88
589 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590 S: Maintained
591 F: hw/cris/axis_dev88.c
592 F: hw/*/etraxfs_*.c
594 LM32 Machines
595 -------------
596 EVR32 and uclinux BSP
597 M: Michael Walle <michael@walle.cc>
598 S: Maintained
599 F: hw/lm32/lm32_boards.c
601 milkymist
602 M: Michael Walle <michael@walle.cc>
603 S: Maintained
604 F: hw/lm32/milkymist.c
606 M68K Machines
607 -------------
608 an5206
609 M: Thomas Huth <huth@tuxfamily.org>
610 S: Odd Fixes
611 F: hw/m68k/an5206.c
612 F: hw/m68k/mcf5206.c
614 mcf5208
615 M: Thomas Huth <huth@tuxfamily.org>
616 S: Odd Fixes
617 F: hw/m68k/mcf5208.c
618 F: hw/m68k/mcf_intc.c
619 F: hw/char/mcf_uart.c
620 F: hw/net/mcf_fec.c
621 F: include/hw/m68k/mcf*.h
623 MicroBlaze Machines
624 -------------------
625 petalogix_s3adsp1800
626 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
627 S: Maintained
628 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
630 petalogix_ml605
631 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
632 S: Maintained
633 F: hw/microblaze/petalogix_ml605_mmu.c
635 MIPS Machines
636 -------------
637 Jazz
638 M: Hervé Poussineau <hpoussin@reactos.org>
639 S: Maintained
640 F: hw/mips/mips_jazz.c
642 Malta
643 M: Aurelien Jarno <aurelien@aurel32.net>
644 S: Maintained
645 F: hw/mips/mips_malta.c
647 Mipssim
648 M: Yongbok Kim <yongbok.kim@mips.com>
649 S: Odd Fixes
650 F: hw/mips/mips_mipssim.c
651 F: hw/net/mipsnet.c
653 R4000
654 M: Aurelien Jarno <aurelien@aurel32.net>
655 S: Maintained
656 F: hw/mips/mips_r4k.c
658 Fulong 2E
659 M: Yongbok Kim <yongbok.kim@mips.com>
660 S: Odd Fixes
661 F: hw/mips/mips_fulong2e.c
663 Boston
664 M: Paul Burton <paul.burton@mips.com>
665 S: Maintained
666 F: hw/core/loader-fit.c
667 F: hw/mips/boston.c
668 F: hw/pci-host/xilinx-pcie.c
670 OpenRISC Machines
671 -----------------
672 or1k-sim
673 M: Jia Liu <proljc@gmail.com>
674 S: Maintained
675 F: hw/openrisc/openrisc_sim.c
677 PowerPC Machines
678 ----------------
680 M: Alexander Graf <agraf@suse.de>
681 L: qemu-ppc@nongnu.org
682 S: Odd Fixes
683 F: hw/ppc/ppc405_boards.c
685 Bamboo
686 M: Alexander Graf <agraf@suse.de>
687 L: qemu-ppc@nongnu.org
688 S: Odd Fixes
689 F: hw/ppc/ppc440_bamboo.c
691 e500
692 M: Alexander Graf <agraf@suse.de>
693 L: qemu-ppc@nongnu.org
694 S: Supported
695 F: hw/ppc/e500.[hc]
696 F: hw/ppc/e500plat.c
697 F: include/hw/ppc/ppc_e500.h
698 F: include/hw/pci-host/ppce500.h
699 F: pc-bios/u-boot.e500
701 mpc8544ds
702 M: Alexander Graf <agraf@suse.de>
703 L: qemu-ppc@nongnu.org
704 S: Supported
705 F: hw/ppc/mpc8544ds.c
706 F: hw/ppc/mpc8544_guts.c
708 New World
709 M: Alexander Graf <agraf@suse.de>
710 L: qemu-ppc@nongnu.org
711 S: Maintained
712 F: hw/ppc/mac_newworld.c
713 F: hw/pci-host/uninorth.c
714 F: hw/pci-bridge/dec.[hc]
715 F: hw/misc/macio/
716 F: include/hw/ppc/mac_dbdma.h
717 F: hw/nvram/mac_nvram.c
719 Old World
720 M: Alexander Graf <agraf@suse.de>
721 L: qemu-ppc@nongnu.org
722 S: Maintained
723 F: hw/ppc/mac_oldworld.c
724 F: hw/pci-host/grackle.c
725 F: hw/misc/macio/
726 F: hw/intc/heathrow_pic.c
728 PReP
729 M: Hervé Poussineau <hpoussin@reactos.org>
730 L: qemu-devel@nongnu.org
731 L: qemu-ppc@nongnu.org
732 S: Maintained
733 F: hw/ppc/prep.c
734 F: hw/ppc/prep_systemio.c
735 F: hw/ppc/rs6000_mc.c
736 F: hw/pci-host/prep.[hc]
737 F: hw/isa/i82378.c
738 F: hw/isa/pc87312.[hc]
739 F: hw/dma/i82374.c
740 F: hw/timer/m48t59-isa.c
741 F: include/hw/timer/m48t59.h
742 F: pc-bios/ppc_rom.bin
744 sPAPR
745 M: David Gibson <david@gibson.dropbear.id.au>
746 M: Alexander Graf <agraf@suse.de>
747 L: qemu-ppc@nongnu.org
748 S: Supported
749 F: hw/*/spapr*
750 F: include/hw/*/spapr*
751 F: hw/*/xics*
752 F: include/hw/*/xics*
753 F: pc-bios/spapr-rtas/*
754 F: pc-bios/spapr-rtas.bin
755 F: pc-bios/slof.bin
756 F: pc-bios/skiboot.lid
757 F: docs/specs/ppc-spapr-hcalls.txt
758 F: docs/specs/ppc-spapr-hotplug.txt
759 F: tests/spapr*
760 F: tests/libqos/*spapr*
761 F: tests/rtas*
762 F: tests/libqos/rtas*
764 virtex_ml507
765 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
766 L: qemu-ppc@nongnu.org
767 S: Odd Fixes
768 F: hw/ppc/virtex_ml507.c
770 sam460ex
771 M: BALATON Zoltan <balaton@eik.bme.hu>
772 L: qemu-ppc@nongnu.org
773 S: Maintained
774 F: hw/ide/sii3112.c
776 SH4 Machines
777 ------------
779 M: Magnus Damm <magnus.damm@gmail.com>
780 S: Maintained
781 F: hw/sh4/r2d.c
782 F: hw/intc/sh_intc.c
783 F: hw/timer/sh_timer.c
785 Shix
786 M: Magnus Damm <magnus.damm@gmail.com>
787 S: Odd Fixes
788 F: hw/sh4/shix.c
790 SPARC Machines
791 --------------
792 Sun4m
793 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
794 S: Maintained
795 F: hw/sparc/sun4m.c
796 F: hw/dma/sparc32_dma.c
797 F: hw/dma/sun4m_iommu.c
798 F: hw/misc/eccmemctl.c
799 F: hw/misc/slavio_misc.c
800 F: include/hw/sparc/sparc32_dma.h
801 F: include/hw/sparc/sun4m.h
802 F: pc-bios/openbios-sparc32
804 Sun4u
805 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
806 S: Maintained
807 F: hw/sparc64/sun4u.c
808 F: pc-bios/openbios-sparc64
810 Sun4v
811 M: Artyom Tarasenko <atar4qemu@gmail.com>
812 S: Maintained
813 F: hw/sparc64/niagara.c
814 F: hw/timer/sun4v-rtc.c
815 F: include/hw/timer/sun4v-rtc.h
817 Leon3
818 M: Fabien Chouteau <chouteau@adacore.com>
819 S: Maintained
820 F: hw/sparc/leon3.c
821 F: hw/*/grlib*
822 F: include/hw/sparc/grlib.h
824 S390 Machines
825 -------------
826 S390 Virtio-ccw
827 M: Cornelia Huck <cohuck@redhat.com>
828 M: Christian Borntraeger <borntraeger@de.ibm.com>
829 M: Alexander Graf <agraf@suse.de>
830 S: Supported
831 F: hw/char/sclp*.[hc]
832 F: hw/char/terminal3270.c
833 F: hw/s390x/
834 F: include/hw/s390x/
835 F: pc-bios/s390-ccw/
836 F: hw/watchdog/wdt_diag288.c
837 F: include/hw/watchdog/wdt_diag288.h
838 F: pc-bios/s390-ccw.img
839 F: default-configs/s390x-softmmu.mak
840 T: git git://github.com/cohuck/qemu.git s390-next
841 T: git git://github.com/borntraeger/qemu.git s390-next
842 L: qemu-s390x@nongnu.org
844 UniCore32 Machines
845 -------------
846 PKUnity-3 SoC initramfs-with-busybox
847 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
848 S: Maintained
849 F: hw/*/puv3*
850 F: hw/unicore32/
852 X86 Machines
853 ------------
855 M: Michael S. Tsirkin <mst@redhat.com>
856 M: Marcel Apfelbaum <marcel@redhat.com>
857 S: Supported
858 F: include/hw/i386/
859 F: hw/i386/
860 F: hw/pci-host/piix.c
861 F: hw/pci-host/q35.c
862 F: hw/pci-host/pam.c
863 F: include/hw/pci-host/q35.h
864 F: include/hw/pci-host/pam.h
865 F: hw/isa/piix4.c
866 F: hw/isa/lpc_ich9.c
867 F: hw/i2c/smbus_ich9.c
868 F: hw/acpi/piix4.c
869 F: hw/acpi/ich9.c
870 F: include/hw/acpi/ich9.h
871 F: include/hw/acpi/piix4.h
872 F: hw/misc/sga.c
874 PC Chipset
875 M: Michael S. Tsirkin <mst@redhat.com>
876 M: Paolo Bonzini <pbonzini@redhat.com>
877 S: Supported
878 F: hw/char/debugcon.c
879 F: hw/char/parallel.c
880 F: hw/char/serial*
881 F: hw/dma/i8257*
882 F: hw/i2c/pm_smbus.c
883 F: hw/input/pckbd.c
884 F: hw/intc/apic*
885 F: hw/intc/ioapic*
886 F: hw/intc/i8259*
887 F: hw/misc/debugexit.c
888 F: hw/misc/pc-testdev.c
889 F: hw/timer/hpet*
890 F: hw/timer/i8254*
891 F: hw/timer/mc146818rtc*
892 F: hw/watchdog/wdt_ib700.c
893 F: include/hw/display/vga.h
894 F: include/hw/i2c/pm_smbus.h
895 F: include/hw/isa/i8257.h
896 F: include/hw/timer/hpet.h
897 F: include/hw/timer/i8254*
898 F: include/hw/timer/mc146818rtc*
900 Machine core
901 M: Eduardo Habkost <ehabkost@redhat.com>
902 M: Marcel Apfelbaum <marcel@redhat.com>
903 S: Supported
904 F: hw/core/machine.c
905 F: hw/core/null-machine.c
906 F: include/hw/boards.h
907 T: git git://github.com/ehabkost/qemu.git machine-next
909 Xtensa Machines
910 ---------------
912 M: Max Filippov <jcmvbkbc@gmail.com>
913 S: Maintained
914 F: hw/xtensa/sim.c
916 XTFPGA (LX60, LX200, ML605, KC705)
917 M: Max Filippov <jcmvbkbc@gmail.com>
918 S: Maintained
919 F: hw/xtensa/xtfpga.c
920 F: hw/net/opencores_eth.c
922 Devices
923 -------
925 M: Jiri Slaby <jslaby@suse.cz>
926 S: Maintained
927 F: hw/misc/edu.c
930 M: John Snow <jsnow@redhat.com>
931 L: qemu-block@nongnu.org
932 S: Supported
933 F: include/hw/ide.h
934 F: include/hw/ide/
935 F: hw/ide/
936 F: hw/block/block.c
937 F: hw/block/cdrom.c
938 F: hw/block/hd-geometry.c
939 F: tests/ide-test.c
940 F: tests/ahci-test.c
941 F: tests/libqos/ahci*
942 T: git git://github.com/jnsnow/qemu.git ide
944 IPMI
945 M: Corey Minyard <minyard@acm.org>
946 S: Maintained
947 F: include/hw/ipmi/*
948 F: hw/ipmi/*
949 F: hw/smbios/smbios_type_38.c
950 F: tests/ipmi*
951 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
953 Floppy
954 M: John Snow <jsnow@redhat.com>
955 L: qemu-block@nongnu.org
956 S: Supported
957 F: hw/block/fdc.c
958 F: include/hw/block/fdc.h
959 F: tests/fdc-test.c
960 T: git git://github.com/jnsnow/qemu.git ide
962 OMAP
963 M: Peter Maydell <peter.maydell@linaro.org>
964 S: Maintained
965 F: hw/*/omap*
966 F: include/hw/arm/omap.h
968 IPack
969 M: Alberto Garcia <berto@igalia.com>
970 S: Odd Fixes
971 F: hw/char/ipoctal232.c
972 F: hw/ipack/
975 M: Michael S. Tsirkin <mst@redhat.com>
976 M: Marcel Apfelbaum <marcel@redhat.com>
977 S: Supported
978 F: include/hw/pci/*
979 F: hw/misc/pci-testdev.c
980 F: hw/pci/*
981 F: hw/pci-bridge/*
982 F: docs/pci*
983 F: docs/specs/*pci*
984 F: default-configs/pci.mak
986 ACPI/SMBIOS
987 M: Michael S. Tsirkin <mst@redhat.com>
988 M: Igor Mammedov <imammedo@redhat.com>
989 S: Supported
990 F: include/hw/acpi/*
991 F: include/hw/smbios/*
992 F: hw/mem/*
993 F: hw/acpi/*
994 F: hw/smbios/*
995 F: hw/i386/acpi-build.[hc]
996 F: hw/arm/virt-acpi-build.c
997 F: tests/bios-tables-test.c
998 F: tests/acpi-utils.[hc]
1000 ppc4xx
1001 M: Alexander Graf <agraf@suse.de>
1002 L: qemu-ppc@nongnu.org
1003 S: Odd Fixes
1004 F: hw/ppc/ppc4*.c
1005 F: hw/i2c/ppc4xx_i2c.c
1006 F: include/hw/ppc/ppc4xx.h
1007 F: include/hw/i2c/ppc4xx_i2c.h
1009 ppce500
1010 M: Alexander Graf <agraf@suse.de>
1011 L: qemu-ppc@nongnu.org
1012 S: Supported
1013 F: hw/ppc/e500*
1014 F: hw/pci-host/ppce500.c
1015 F: hw/net/fsl_etsec/
1017 Character devices
1018 M: Paolo Bonzini <pbonzini@redhat.com>
1019 S: Odd Fixes
1020 F: hw/char/
1022 Network devices
1023 M: Jason Wang <jasowang@redhat.com>
1024 S: Odd Fixes
1025 F: hw/net/
1026 F: include/hw/net/
1027 F: tests/virtio-net-test.c
1028 T: git git://github.com/jasowang/qemu.git net
1030 SCSI
1031 M: Paolo Bonzini <pbonzini@redhat.com>
1032 R: Fam Zheng <famz@redhat.com>
1033 S: Supported
1034 F: include/hw/scsi/*
1035 F: hw/scsi/*
1036 F: tests/virtio-scsi-test.c
1037 T: git git://github.com/bonzini/qemu.git scsi-next
1040 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1041 M: Alistair Francis <alistair.francis@xilinx.com>
1042 S: Maintained
1043 F: hw/ssi/*
1044 F: hw/block/m25p80.c
1045 F: include/hw/ssi/ssi.h
1046 X: hw/ssi/xilinx_*
1047 F: tests/m25p80-test.c
1049 Xilinx SPI
1050 M: Alistair Francis <alistair.francis@xilinx.com>
1051 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1052 S: Maintained
1053 F: hw/ssi/xilinx_*
1056 M: Gerd Hoffmann <kraxel@redhat.com>
1057 S: Maintained
1058 F: hw/usb/*
1059 F: tests/usb-*-test.c
1060 F: docs/usb2.txt
1061 F: docs/usb-storage.txt
1062 F: include/hw/usb.h
1063 F: include/hw/usb/
1064 F: default-configs/usb.mak
1066 USB (serial adapter)
1067 M: Gerd Hoffmann <kraxel@redhat.com>
1068 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1069 S: Maintained
1070 F: hw/usb/dev-serial.c
1072 VFIO
1073 M: Alex Williamson <alex.williamson@redhat.com>
1074 S: Supported
1075 F: hw/vfio/*
1076 F: include/hw/vfio/
1078 vfio-ccw
1079 M: Cornelia Huck <cohuck@redhat.com>
1080 S: Supported
1081 F: hw/vfio/ccw.c
1082 F: hw/s390x/s390-ccw.c
1083 F: include/hw/s390x/s390-ccw.h
1084 T: git git://github.com/cohuck/qemu.git s390-next
1085 L: qemu-s390x@nongnu.org
1087 vhost
1088 M: Michael S. Tsirkin <mst@redhat.com>
1089 S: Supported
1090 F: hw/*/*vhost*
1091 F: docs/interop/vhost-user.txt
1093 virtio
1094 M: Michael S. Tsirkin <mst@redhat.com>
1095 S: Supported
1096 F: hw/*/virtio*
1097 F: hw/virtio/Makefile.objs
1098 F: hw/virtio/trace-events
1099 F: net/vhost-user.c
1100 F: include/hw/virtio/
1101 F: tests/virtio-balloon-test.c
1103 virtio-9p
1104 M: Greg Kurz <groug@kaod.org>
1105 S: Supported
1106 F: hw/9pfs/
1107 F: fsdev/
1108 F: tests/virtio-9p-test.c
1109 T: git git://github.com/gkurz/qemu.git 9p-next
1111 virtio-blk
1112 M: Stefan Hajnoczi <stefanha@redhat.com>
1113 L: qemu-block@nongnu.org
1114 S: Supported
1115 F: hw/block/virtio-blk.c
1116 F: hw/block/dataplane/*
1117 F: tests/virtio-blk-test.c
1118 T: git git://github.com/stefanha/qemu.git block
1120 virtio-ccw
1121 M: Cornelia Huck <cohuck@redhat.com>
1122 M: Christian Borntraeger <borntraeger@de.ibm.com>
1123 S: Supported
1124 F: hw/s390x/virtio-ccw.[hc]
1125 T: git git://github.com/cohuck/qemu.git s390-next
1126 T: git git://github.com/borntraeger/qemu.git s390-next
1127 L: qemu-s390x@nongnu.org
1129 virtio-input
1130 M: Gerd Hoffmann <kraxel@redhat.com>
1131 S: Maintained
1132 F: hw/input/virtio-input*.c
1133 F: include/hw/virtio/virtio-input.h
1135 virtio-serial
1136 M: Amit Shah <amit@kernel.org>
1137 S: Supported
1138 F: hw/char/virtio-serial-bus.c
1139 F: hw/char/virtio-console.c
1140 F: include/hw/virtio/virtio-serial.h
1141 F: tests/virtio-console-test.c
1142 F: tests/virtio-serial-test.c
1144 virtio-rng
1145 M: Amit Shah <amit@kernel.org>
1146 S: Supported
1147 F: hw/virtio/virtio-rng.c
1148 F: include/hw/virtio/virtio-rng.h
1149 F: include/sysemu/rng*.h
1150 F: backends/rng*.c
1151 F: tests/virtio-rng-test.c
1153 virtio-crypto
1154 M: Gonglei <arei.gonglei@huawei.com>
1155 S: Supported
1156 F: hw/virtio/virtio-crypto.c
1157 F: hw/virtio/virtio-crypto-pci.c
1158 F: include/hw/virtio/virtio-crypto.h
1160 nvme
1161 M: Keith Busch <keith.busch@intel.com>
1162 L: qemu-block@nongnu.org
1163 S: Supported
1164 F: hw/block/nvme*
1165 F: tests/nvme-test.c
1167 megasas
1168 M: Hannes Reinecke <hare@suse.com>
1169 L: qemu-block@nongnu.org
1170 S: Supported
1171 F: hw/scsi/megasas.c
1172 F: hw/scsi/mfi.h
1173 F: tests/megasas-test.c
1175 Network packet abstractions
1176 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1177 S: Maintained
1178 F: include/net/eth.h
1179 F: net/eth.c
1180 F: hw/net/net_rx_pkt*
1181 F: hw/net/net_tx_pkt*
1183 Vmware
1184 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1185 S: Maintained
1186 F: hw/net/vmxnet*
1187 F: hw/scsi/vmw_pvscsi*
1188 F: tests/vmxnet3-test.c
1190 Rocker
1191 M: Jiri Pirko <jiri@resnulli.us>
1192 S: Maintained
1193 F: hw/net/rocker/
1194 F: tests/rocker/
1195 F: docs/specs/rocker.txt
1197 NVDIMM
1198 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1199 S: Maintained
1200 F: hw/acpi/nvdimm.c
1201 F: hw/mem/nvdimm.c
1202 F: include/hw/mem/nvdimm.h
1204 e1000x
1205 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1206 S: Maintained
1207 F: hw/net/e1000x*
1209 e1000e
1210 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1211 S: Maintained
1212 F: hw/net/e1000e*
1214 eepro100
1215 M: Stefan Weil <sw@weilnetz.de>
1216 S: Maintained
1217 F: hw/net/eepro100.c
1219 Generic Loader
1220 M: Alistair Francis <alistair.francis@xilinx.com>
1221 S: Maintained
1222 F: hw/core/generic-loader.c
1223 F: include/hw/core/generic-loader.h
1224 F: docs/generic-loader.txt
1226 CHRP NVRAM
1227 M: Thomas Huth <thuth@redhat.com>
1228 S: Maintained
1229 F: hw/nvram/chrp_nvram.c
1230 F: include/hw/nvram/chrp_nvram.h
1231 F: tests/prom-env-test.c
1233 VM Generation ID
1234 M: Ben Warren <ben@skyportsystems.com>
1235 S: Maintained
1236 F: hw/acpi/vmgenid.c
1237 F: include/hw/acpi/vmgenid.h
1238 F: docs/specs/vmgenid.txt
1239 F: tests/vmgenid-test.c
1240 F: stubs/vmgenid.c
1242 Unimplemented device
1243 M: Peter Maydell <peter.maydell@linaro.org>
1244 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1245 S: Maintained
1246 F: include/hw/misc/unimp.h
1247 F: hw/misc/unimp.c
1249 Subsystems
1250 ----------
1251 Audio
1252 M: Gerd Hoffmann <kraxel@redhat.com>
1253 S: Maintained
1254 F: audio/
1255 F: hw/audio/
1256 F: include/hw/audio/
1257 F: tests/ac97-test.c
1258 F: tests/es1370-test.c
1259 F: tests/intel-hda-test.c
1261 Block layer core
1262 M: Kevin Wolf <kwolf@redhat.com>
1263 M: Max Reitz <mreitz@redhat.com>
1264 L: qemu-block@nongnu.org
1265 S: Supported
1266 F: block*
1267 F: block/
1268 F: hw/block/
1269 F: include/block/
1270 F: qemu-img*
1271 F: qemu-io*
1272 F: tests/qemu-iotests/
1273 F: util/qemu-progress.c
1274 T: git git://repo.or.cz/qemu/kevin.git block
1276 Block I/O path
1277 M: Stefan Hajnoczi <stefanha@redhat.com>
1278 M: Fam Zheng <famz@redhat.com>
1279 L: qemu-block@nongnu.org
1280 S: Supported
1281 F: util/async.c
1282 F: util/aio-*.c
1283 F: block/io.c
1284 F: migration/block*
1285 F: include/block/aio.h
1286 F: scripts/qemugdb/aio.py
1287 T: git git://github.com/stefanha/qemu.git block
1289 Block SCSI subsystem
1290 M: Paolo Bonzini <pbonzini@redhat.com>
1291 R: Fam Zheng <famz@redhat.com>
1292 L: qemu-block@nongnu.org
1293 S: Supported
1294 F: include/scsi/*
1295 F: scsi/*
1297 Block Jobs
1298 M: Jeff Cody <jcody@redhat.com>
1299 L: qemu-block@nongnu.org
1300 S: Supported
1301 F: blockjob.c
1302 F: include/block/blockjob.h
1303 F: block/backup.c
1304 F: block/commit.c
1305 F: block/stream.c
1306 F: block/mirror.c
1307 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1309 Block QAPI, monitor, command line
1310 M: Markus Armbruster <armbru@redhat.com>
1311 S: Supported
1312 F: blockdev.c
1313 F: block/qapi.c
1314 F: qapi/block*.json
1315 F: qapi/transaction.json
1316 T: git git://repo.or.cz/qemu/armbru.git block-next
1318 Dirty Bitmaps
1319 M: Fam Zheng <famz@redhat.com>
1320 M: John Snow <jsnow@redhat.com>
1321 L: qemu-block@nongnu.org
1322 S: Supported
1323 F: util/hbitmap.c
1324 F: block/dirty-bitmap.c
1325 F: include/qemu/hbitmap.h
1326 F: include/block/dirty-bitmap.h
1327 F: tests/test-hbitmap.c
1328 F: docs/interop/bitmaps.rst
1329 T: git git://github.com/famz/qemu.git bitmaps
1330 T: git git://github.com/jnsnow/qemu.git bitmaps
1332 Character device backends
1333 M: Paolo Bonzini <pbonzini@redhat.com>
1334 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1335 S: Maintained
1336 F: chardev/
1337 F: include/chardev/
1338 F: qapi/char.json
1340 Character Devices (Braille)
1341 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1342 S: Maintained
1343 F: chardev/baum.c
1345 Command line option argument parsing
1346 M: Markus Armbruster <armbru@redhat.com>
1347 S: Supported
1348 F: include/qemu/option.h
1349 F: tests/test-keyval.c
1350 F: tests/test-qemu-opts.c
1351 F: util/keyval.c
1352 F: util/qemu-option.c
1354 Coverity model
1355 M: Markus Armbruster <armbru@redhat.com>
1356 S: Supported
1357 F: scripts/coverity-model.c
1360 L: qemu-devel@nongnu.org
1361 S: Supported
1362 F: qom/cpu.c
1363 F: include/qom/cpu.h
1365 Device Tree
1366 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1367 M: Alexander Graf <agraf@suse.de>
1368 S: Maintained
1369 F: device_tree.c
1370 F: include/sysemu/device_tree.h
1372 Dump
1373 S: Supported
1374 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1375 F: dump.c
1376 F: hw/misc/vmcoreinfo.c
1377 F: include/hw/misc/vmcoreinfo.h
1378 F: include/sysemu/dump-arch.h
1379 F: include/sysemu/dump.h
1380 F: scripts/dump-guest-memory.py
1381 F: stubs/dump.c
1383 Error reporting
1384 M: Markus Armbruster <armbru@redhat.com>
1385 S: Supported
1386 F: include/qapi/error.h
1387 F: include/qemu/error-report.h
1388 F: util/error.c
1389 F: util/qemu-error.c
1391 GDB stub
1392 L: qemu-devel@nongnu.org
1393 S: Odd Fixes
1394 F: gdbstub*
1395 F: gdb-xml/
1397 Memory API
1398 M: Paolo Bonzini <pbonzini@redhat.com>
1399 S: Supported
1400 F: include/exec/ioport.h
1401 F: ioport.c
1402 F: include/exec/memory.h
1403 F: include/exec/ram_addr.h
1404 F: memory.c
1405 F: include/exec/memory-internal.h
1406 F: exec.c
1408 SPICE
1409 M: Gerd Hoffmann <kraxel@redhat.com>
1410 S: Supported
1411 F: include/ui/qemu-spice.h
1412 F: include/ui/spice-display.h
1413 F: ui/spice-*.c
1414 F: audio/spiceaudio.c
1415 F: hw/display/qxl*
1416 F: qapi/ui.json
1418 Graphics
1419 M: Gerd Hoffmann <kraxel@redhat.com>
1420 S: Odd Fixes
1421 F: ui/
1422 F: include/ui/
1423 F: qapi/ui.json
1425 Cocoa graphics
1426 M: Peter Maydell <peter.maydell@linaro.org>
1427 S: Odd Fixes
1428 F: ui/cocoa.m
1430 Main loop
1431 M: Paolo Bonzini <pbonzini@redhat.com>
1432 S: Maintained
1433 F: cpus.c
1434 F: util/main-loop.c
1435 F: util/qemu-timer.c
1436 F: vl.c
1437 F: qapi/run-state.json
1439 Human Monitor (HMP)
1440 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1441 S: Maintained
1442 F: monitor.c
1443 F: hmp.[ch]
1444 F: hmp-commands*.hx
1445 F: include/monitor/hmp-target.h
1446 F: tests/test-hmp.c
1448 Network device backends
1449 M: Jason Wang <jasowang@redhat.com>
1450 S: Maintained
1451 F: net/
1452 F: include/net/
1453 T: git git://github.com/jasowang/qemu.git net
1454 F: qapi/net.json
1456 Netmap network backend
1457 M: Luigi Rizzo <rizzo@iet.unipi.it>
1458 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1459 M: Vincenzo Maffione <v.maffione@gmail.com>
1460 W: http://info.iet.unipi.it/~luigi/netmap/
1461 S: Maintained
1462 F: net/netmap.c
1464 NUMA
1465 M: Eduardo Habkost <ehabkost@redhat.com>
1466 S: Maintained
1467 F: numa.c
1468 F: include/sysemu/numa.h
1469 T: git git://github.com/ehabkost/qemu.git machine-next
1471 Host Memory Backends
1472 M: Eduardo Habkost <ehabkost@redhat.com>
1473 M: Igor Mammedov <imammedo@redhat.com>
1474 S: Maintained
1475 F: backends/hostmem*.c
1476 F: include/sysemu/hostmem.h
1477 T: git git://github.com/ehabkost/qemu.git machine-next
1479 Cryptodev Backends
1480 M: Gonglei <arei.gonglei@huawei.com>
1481 S: Maintained
1482 F: include/sysemu/cryptodev*.h
1483 F: backends/cryptodev*.c
1485 Python scripts
1486 M: Eduardo Habkost <ehabkost@redhat.com>
1487 M: Cleber Rosa <crosa@redhat.com>
1488 S: Odd fixes
1489 F: scripts/qmp/*
1490 F: scripts/*.py
1491 F: tests/*.py
1493 QAPI
1494 M: Markus Armbruster <armbru@redhat.com>
1495 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1496 S: Supported
1497 F: qapi/
1498 X: qapi/*.json
1499 F: include/qapi/
1500 X: include/qapi/qmp/
1501 F: include/qapi/qmp/dispatch.h
1502 F: tests/qapi-schema/
1503 F: tests/test-*-visitor.c
1504 F: tests/test-qapi-*.c
1505 F: tests/test-qmp-*.c
1506 F: tests/test-visitor-serialization.c
1507 F: scripts/qapi*
1508 F: docs/devel/qapi*
1509 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1511 QAPI Schema
1512 M: Eric Blake <eblake@redhat.com>
1513 M: Markus Armbruster <armbru@redhat.com>
1514 S: Supported
1515 F: qapi-schema.json
1516 F: qapi/*.json
1517 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1519 QObject
1520 M: Markus Armbruster <armbru@redhat.com>
1521 S: Supported
1522 F: qobject/
1523 F: include/qapi/qmp/
1524 X: include/qapi/qmp/dispatch.h
1525 F: scripts/coccinelle/qobject.cocci
1526 F: tests/check-qdict.c
1527 F: tests/check-qnum.c
1528 F: tests/check-qjson.c
1529 F: tests/check-qlist.c
1530 F: tests/check-qstring.c
1531 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1533 QEMU Guest Agent
1534 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1535 S: Maintained
1536 F: qga/
1537 F: qemu-ga.texi
1538 F: scripts/qemu-guest-agent/
1539 F: tests/test-qga.c
1540 F: docs/interop/qemu-ga-ref.texi
1541 T: git git://github.com/mdroth/qemu.git qga
1544 M: Andreas Färber <afaerber@suse.de>
1545 S: Supported
1546 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1547 F: include/qom/
1548 X: include/qom/cpu.h
1549 F: qom/
1550 X: qom/cpu.c
1551 F: tests/check-qom-interface.c
1552 F: tests/check-qom-proplist.c
1553 F: tests/qom-test.c
1556 M: Markus Armbruster <armbru@redhat.com>
1557 S: Supported
1558 F: qmp.c
1559 F: monitor.c
1560 F: docs/devel/*qmp-*
1561 F: scripts/qmp/
1562 F: tests/qmp-test.c
1563 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1565 Register API
1566 M: Alistair Francis <alistair.francis@xilinx.com>
1567 S: Maintained
1568 F: hw/core/register.c
1569 F: include/hw/register.h
1570 F: include/hw/registerfields.h
1572 SLIRP
1573 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1574 M: Jan Kiszka <jan.kiszka@siemens.com>
1575 S: Maintained
1576 F: slirp/
1577 F: net/slirp.c
1578 F: include/net/slirp.h
1579 T: git git://git.kiszka.org/qemu.git queues/slirp
1581 Stubs
1582 M: Paolo Bonzini <pbonzini@redhat.com>
1583 S: Maintained
1584 F: stubs/
1586 Tracing
1587 M: Stefan Hajnoczi <stefanha@redhat.com>
1588 S: Maintained
1589 F: trace/
1590 F: scripts/tracetool.py
1591 F: scripts/tracetool/
1592 F: docs/devel/tracing.txt
1593 T: git git://github.com/stefanha/qemu.git tracing
1596 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1597 S: Maintained
1598 F: tpm.c
1599 F: stubs/tpm.c
1600 F: hw/tpm/*
1601 F: include/hw/acpi/tpm.h
1602 F: include/sysemu/tpm*
1603 F: qapi/tpm.json
1604 F: backends/tpm.c
1606 Checkpatch
1607 S: Odd Fixes
1608 F: scripts/checkpatch.pl
1610 Migration
1611 M: Juan Quintela <quintela@redhat.com>
1612 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1613 S: Maintained
1614 F: include/migration/
1615 F: migration/
1616 F: scripts/vmstate-static-checker.py
1617 F: tests/vmstate-static-checker-data/
1618 F: tests/migration-test.c
1619 F: docs/devel/migration.txt
1620 F: qapi/migration.json
1622 Seccomp
1623 M: Eduardo Otubo <otubo@redhat.com>
1624 S: Supported
1625 F: qemu-seccomp.c
1626 F: include/sysemu/seccomp.h
1628 Cryptography
1629 M: Daniel P. Berrange <berrange@redhat.com>
1630 S: Maintained
1631 F: crypto/
1632 F: include/crypto/
1633 F: tests/test-crypto-*
1634 F: tests/benchmark-crypto-*
1635 F: qemu.sasl
1637 Coroutines
1638 M: Stefan Hajnoczi <stefanha@redhat.com>
1639 M: Kevin Wolf <kwolf@redhat.com>
1640 F: util/*coroutine*
1641 F: include/qemu/coroutine*
1642 F: tests/test-coroutine.c
1644 Buffers
1645 M: Daniel P. Berrange <berrange@redhat.com>
1646 S: Odd fixes
1647 F: util/buffer.c
1648 F: include/qemu/buffer.h
1650 I/O Channels
1651 M: Daniel P. Berrange <berrange@redhat.com>
1652 S: Maintained
1653 F: io/
1654 F: include/io/
1655 F: tests/test-io-*
1657 Sockets
1658 M: Daniel P. Berrange <berrange@redhat.com>
1659 M: Gerd Hoffmann <kraxel@redhat.com>
1660 M: Paolo Bonzini <pbonzini@redhat.com>
1661 S: Maintained
1662 F: include/qemu/sockets.h
1663 F: util/qemu-sockets.c
1664 F: qapi/sockets.json
1666 Throttling infrastructure
1667 M: Alberto Garcia <berto@igalia.com>
1668 S: Supported
1669 F: block/throttle-groups.c
1670 F: include/block/throttle-groups.h
1671 F: include/qemu/throttle*.h
1672 F: util/throttle.c
1673 F: docs/throttle.txt
1674 F: tests/test-throttle.c
1675 L: qemu-block@nongnu.org
1677 UUID
1678 M: Fam Zheng <famz@redhat.com>
1679 S: Supported
1680 F: util/uuid.c
1681 F: include/qemu/uuid.h
1682 F: tests/test-uuid.c
1684 COLO Framework
1685 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1686 S: Maintained
1687 F: migration/colo*
1688 F: include/migration/colo.h
1689 F: include/migration/failover.h
1690 F: docs/COLO-FT.txt
1692 COLO Proxy
1693 M: Zhang Chen <zhangckid@gmail.com>
1694 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1695 S: Supported
1696 F: docs/colo-proxy.txt
1697 F: net/colo*
1698 F: net/filter-rewriter.c
1699 F: net/filter-mirror.c
1701 Record/replay
1702 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1703 R: Paolo Bonzini <pbonzini@redhat.com>
1704 W: https://wiki.qemu.org/Features/record-replay
1705 S: Supported
1706 F: replay/*
1707 F: block/blkreplay.c
1708 F: net/filter-replay.c
1709 F: include/sysemu/replay.h
1710 F: docs/replay.txt
1711 F: stubs/replay.c
1713 Usermode Emulation
1714 ------------------
1715 Overall
1716 M: Riku Voipio <riku.voipio@iki.fi>
1717 S: Maintained
1718 F: thunk.c
1719 F: accel/tcg/user-exec*.c
1721 BSD user
1722 S: Orphan
1723 F: bsd-user/
1724 F: default-configs/*-bsd-user.mak
1726 Linux user
1727 M: Riku Voipio <riku.voipio@iki.fi>
1728 R: Laurent Vivier <laurent@vivier.eu>
1729 S: Maintained
1730 F: linux-user/
1731 F: default-configs/*-linux-user.mak
1733 Tiny Code Generator (TCG)
1734 -------------------------
1735 Common code
1736 M: Richard Henderson <rth@twiddle.net>
1737 S: Maintained
1738 F: tcg/
1740 AArch64 target
1741 M: Claudio Fontana <claudio.fontana@huawei.com>
1742 M: Claudio Fontana <claudio.fontana@gmail.com>
1743 S: Maintained
1744 L: qemu-arm@nongnu.org
1745 F: tcg/aarch64/
1746 F: disas/arm-a64.cc
1747 F: disas/libvixl/
1749 ARM target
1750 M: Andrzej Zaborowski <balrogg@gmail.com>
1751 S: Maintained
1752 L: qemu-arm@nongnu.org
1753 F: tcg/arm/
1754 F: disas/arm.c
1756 i386 target
1757 L: qemu-devel@nongnu.org
1758 S: Maintained
1759 F: tcg/i386/
1760 F: disas/i386.c
1762 MIPS target
1763 M: Aurelien Jarno <aurelien@aurel32.net>
1764 S: Maintained
1765 F: tcg/mips/
1766 F: disas/mips.c
1769 M: Richard Henderson <rth@twiddle.net>
1770 S: Odd Fixes
1771 F: tcg/ppc/
1772 F: disas/ppc.c
1774 S390 target
1775 M: Alexander Graf <agraf@suse.de>
1776 M: Richard Henderson <rth@twiddle.net>
1777 S: Maintained
1778 F: tcg/s390/
1779 F: disas/s390.c
1780 L: qemu-s390x@nongnu.org
1782 SPARC target
1783 S: Odd Fixes
1784 F: tcg/sparc/
1785 F: disas/sparc.c
1787 TCI target
1788 M: Stefan Weil <sw@weilnetz.de>
1789 S: Maintained
1790 F: tcg/tci/
1791 F: tcg/tci.c
1792 F: disas/tci.c
1794 Block drivers
1795 -------------
1796 VMDK
1797 M: Fam Zheng <famz@redhat.com>
1798 L: qemu-block@nongnu.org
1799 S: Supported
1800 F: block/vmdk.c
1803 M: Josh Durgin <jdurgin@redhat.com>
1804 M: Jeff Cody <jcody@redhat.com>
1805 L: qemu-block@nongnu.org
1806 S: Supported
1807 F: block/rbd.c
1808 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1810 Sheepdog
1811 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1812 M: Liu Yuan <namei.unix@gmail.com>
1813 M: Jeff Cody <jcody@redhat.com>
1814 L: qemu-block@nongnu.org
1815 L: sheepdog@lists.wpkg.org
1816 S: Supported
1817 F: block/sheepdog.c
1818 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1820 VHDX
1821 M: Jeff Cody <jcody@redhat.com>
1822 L: qemu-block@nongnu.org
1823 S: Supported
1824 F: block/vhdx*
1825 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1828 M: Stefan Weil <sw@weilnetz.de>
1829 L: qemu-block@nongnu.org
1830 S: Maintained
1831 F: block/vdi.c
1833 iSCSI
1834 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1835 M: Paolo Bonzini <pbonzini@redhat.com>
1836 M: Peter Lieven <pl@kamp.de>
1837 L: qemu-block@nongnu.org
1838 S: Supported
1839 F: block/iscsi.c
1840 F: block/iscsi-opts.c
1842 Network Block Device (NBD)
1843 M: Eric Blake <eblake@redhat.com>
1844 M: Paolo Bonzini <pbonzini@redhat.com>
1845 L: qemu-block@nongnu.org
1846 S: Maintained
1847 F: block/nbd*
1848 F: nbd/
1849 F: include/block/nbd*
1850 F: qemu-nbd.*
1851 F: blockdev-nbd.c
1852 T: git git://repo.or.cz/qemu/ericb.git nbd
1855 M: Jeff Cody <jcody@redhat.com>
1856 M: Peter Lieven <pl@kamp.de>
1857 L: qemu-block@nongnu.org
1858 S: Maintained
1859 F: block/nfs.c
1860 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1863 M: Richard W.M. Jones <rjones@redhat.com>
1864 M: Jeff Cody <jcody@redhat.com>
1865 L: qemu-block@nongnu.org
1866 S: Supported
1867 F: block/ssh.c
1868 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1870 CURL
1871 M: Jeff Cody <jcody@redhat.com>
1872 L: qemu-block@nongnu.org
1873 S: Supported
1874 F: block/curl.c
1875 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1877 GLUSTER
1878 M: Jeff Cody <jcody@redhat.com>
1879 L: qemu-block@nongnu.org
1880 S: Supported
1881 F: block/gluster.c
1882 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1884 Null Block Driver
1885 M: Fam Zheng <famz@redhat.com>
1886 L: qemu-block@nongnu.org
1887 S: Supported
1888 F: block/null.c
1890 Bootdevice
1891 M: Gonglei <arei.gonglei@huawei.com>
1892 S: Maintained
1893 F: bootdevice.c
1895 Quorum
1896 M: Alberto Garcia <berto@igalia.com>
1897 S: Supported
1898 F: block/quorum.c
1899 L: qemu-block@nongnu.org
1901 blkverify
1902 M: Stefan Hajnoczi <stefanha@redhat.com>
1903 L: qemu-block@nongnu.org
1904 S: Supported
1905 F: block/blkverify.c
1907 bochs
1908 M: Stefan Hajnoczi <stefanha@redhat.com>
1909 L: qemu-block@nongnu.org
1910 S: Supported
1911 F: block/bochs.c
1913 cloop
1914 M: Stefan Hajnoczi <stefanha@redhat.com>
1915 L: qemu-block@nongnu.org
1916 S: Supported
1917 F: block/cloop.c
1920 M: Stefan Hajnoczi <stefanha@redhat.com>
1921 L: qemu-block@nongnu.org
1922 S: Supported
1923 F: block/dmg.c
1925 parallels
1926 M: Stefan Hajnoczi <stefanha@redhat.com>
1927 M: Denis V. Lunev <den@openvz.org>
1928 L: qemu-block@nongnu.org
1929 S: Supported
1930 F: block/parallels.c
1931 F: docs/interop/parallels.txt
1934 M: Stefan Hajnoczi <stefanha@redhat.com>
1935 L: qemu-block@nongnu.org
1936 S: Supported
1937 F: block/qed.c
1940 M: Kevin Wolf <kwolf@redhat.com>
1941 L: qemu-block@nongnu.org
1942 S: Supported
1943 F: block/linux-aio.c
1944 F: include/block/raw-aio.h
1945 F: block/raw-format.c
1946 F: block/file-posix.c
1947 F: block/file-win32.c
1948 F: block/win32-aio.c
1950 qcow2
1951 M: Kevin Wolf <kwolf@redhat.com>
1952 M: Max Reitz <mreitz@redhat.com>
1953 L: qemu-block@nongnu.org
1954 S: Supported
1955 F: block/qcow2*
1956 F: docs/interop/qcow2.txt
1958 qcow
1959 M: Kevin Wolf <kwolf@redhat.com>
1960 L: qemu-block@nongnu.org
1961 S: Supported
1962 F: block/qcow.c
1964 blkdebug
1965 M: Kevin Wolf <kwolf@redhat.com>
1966 M: Max Reitz <mreitz@redhat.com>
1967 L: qemu-block@nongnu.org
1968 S: Supported
1969 F: block/blkdebug.c
1972 M: Kevin Wolf <kwolf@redhat.com>
1973 L: qemu-block@nongnu.org
1974 S: Supported
1975 F: block/vpc.c
1977 vvfat
1978 M: Kevin Wolf <kwolf@redhat.com>
1979 L: qemu-block@nongnu.org
1980 S: Supported
1981 F: block/vvfat.c
1983 Image format fuzzer
1984 M: Stefan Hajnoczi <stefanha@redhat.com>
1985 L: qemu-block@nongnu.org
1986 S: Supported
1987 F: tests/image-fuzzer/
1989 Replication
1990 M: Wen Congyang <wencongyang2@huawei.com>
1991 M: Xie Changlong <xiechanglong.d@gmail.com>
1992 S: Supported
1993 F: replication*
1994 F: block/replication.c
1995 F: tests/test-replication.c
1996 F: docs/block-replication.txt
1998 Build and test automation
1999 -------------------------
2000 Build and test automation
2001 M: Alex Bennée <alex.bennee@linaro.org>
2002 M: Fam Zheng <famz@redhat.com>
2003 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2004 L: qemu-devel@nongnu.org
2005 S: Maintained
2006 F: .travis.yml
2007 F: .shippable.yml
2008 F: tests/docker/
2009 F: tests/vm/
2010 W: https://travis-ci.org/qemu/qemu
2011 W: https://app.shippable.com/github/qemu/qemu
2012 W: http://patchew.org/QEMU/
2014 Documentation
2015 -------------
2016 Build system architecture
2017 M: Daniel P. Berrange <berrange@redhat.com>
2018 S: Odd Fixes
2019 F: docs/devel/build-system.txt
2021 Build System
2022 ------------
2023 GIT submodules
2024 M: Daniel P. Berrange <berrange@redhat.com>
2025 S: Odd Fixes
2026 F: scripts/git-submodule.sh