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