sockets: pull code for testing IP availability out of specific test
[qemu/ar7.git] / MAINTAINERS
blob354a18ce49c425a32f7e18070cf3890ad43561e1
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 RISC-V
237 M: Michael Clark <mjc@sifive.com>
238 M: Palmer Dabbelt <palmer@sifive.com>
239 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
240 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
241 S: Maintained
242 F: target/riscv/
243 F: hw/riscv/
244 F: include/hw/riscv/
245 F: disas/riscv.c
247 S390
248 M: Richard Henderson <rth@twiddle.net>
249 M: Alexander Graf <agraf@suse.de>
250 M: David Hildenbrand <david@redhat.com>
251 S: Maintained
252 F: target/s390x/
253 F: hw/s390x/
254 F: disas/s390.c
255 L: qemu-s390x@nongnu.org
258 M: Aurelien Jarno <aurelien@aurel32.net>
259 S: Odd Fixes
260 F: target/sh4/
261 F: hw/sh4/
262 F: disas/sh4.c
263 F: include/hw/sh4/
265 SPARC
266 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
267 M: Artyom Tarasenko <atar4qemu@gmail.com>
268 S: Maintained
269 F: target/sparc/
270 F: hw/sparc/
271 F: hw/sparc64/
272 F: disas/sparc.c
274 UniCore32
275 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
276 S: Maintained
277 F: target/unicore32/
278 F: hw/unicore32/
279 F: include/hw/unicore32/
282 M: Paolo Bonzini <pbonzini@redhat.com>
283 M: Richard Henderson <rth@twiddle.net>
284 M: Eduardo Habkost <ehabkost@redhat.com>
285 S: Maintained
286 F: target/i386/
287 F: hw/i386/
288 F: disas/i386.c
289 T: git git://github.com/ehabkost/qemu.git x86-next
291 Xtensa
292 M: Max Filippov <jcmvbkbc@gmail.com>
293 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
294 S: Maintained
295 F: target/xtensa/
296 F: hw/xtensa/
297 F: tests/tcg/xtensa/
298 F: disas/xtensa.c
300 TriCore
301 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
302 S: Maintained
303 F: target/tricore/
304 F: hw/tricore/
305 F: include/hw/tricore/
307 Guest CPU Cores (KVM):
308 ----------------------
310 Overall
311 M: Paolo Bonzini <pbonzini@redhat.com>
312 L: kvm@vger.kernel.org
313 S: Supported
314 F: */kvm.*
315 F: accel/kvm/
316 F: include/sysemu/kvm*.h
319 M: Peter Maydell <peter.maydell@linaro.org>
320 L: qemu-arm@nongnu.org
321 S: Maintained
322 F: target/arm/kvm.c
324 MIPS
325 M: James Hogan <jhogan@kernel.org>
326 S: Maintained
327 F: target/mips/kvm.c
330 M: Alexander Graf <agraf@suse.de>
331 S: Maintained
332 F: target/ppc/kvm.c
334 S390
335 M: Christian Borntraeger <borntraeger@de.ibm.com>
336 M: Cornelia Huck <cohuck@redhat.com>
337 M: Alexander Graf <agraf@suse.de>
338 S: Maintained
339 F: target/s390x/kvm.c
340 F: target/s390x/kvm_s390x.h
341 F: target/s390x/kvm-stub.c
342 F: target/s390x/ioinst.[ch]
343 F: target/s390x/machine.c
344 F: target/s390x/sigp.c
345 F: hw/intc/s390_flic.c
346 F: hw/intc/s390_flic_kvm.c
347 F: include/hw/s390x/s390_flic.h
348 F: gdb-xml/s390*.xml
349 T: git git://github.com/cohuck/qemu.git s390-next
350 T: git git://github.com/borntraeger/qemu.git s390-next
351 L: qemu-s390x@nongnu.org
354 M: Paolo Bonzini <pbonzini@redhat.com>
355 M: Marcelo Tosatti <mtosatti@redhat.com>
356 L: kvm@vger.kernel.org
357 S: Supported
358 F: target/i386/kvm.c
360 Guest CPU Cores (Xen):
361 ----------------------
364 M: Stefano Stabellini <sstabellini@kernel.org>
365 M: Anthony Perard <anthony.perard@citrix.com>
366 L: xen-devel@lists.xenproject.org
367 S: Supported
368 F: */xen*
369 F: hw/9pfs/xen-9p-backend.c
370 F: hw/char/xen_console.c
371 F: hw/display/xenfb.c
372 F: hw/net/xen_nic.c
373 F: hw/block/xen_*
374 F: hw/xen/
375 F: hw/xenpv/
376 F: hw/i386/xen/
377 F: include/hw/xen/
378 F: include/sysemu/xen-mapcache.h
380 Hosts:
381 ------
383 LINUX
384 L: qemu-devel@nongnu.org
385 S: Maintained
386 F: linux-*
387 F: linux-headers/
389 POSIX
390 L: qemu-devel@nongnu.org
391 S: Maintained
392 F: *posix*
394 NETBSD
395 L: qemu-devel@nongnu.org
396 M: Kamil Rytarowski <kamil@netbsd.org>
397 S: Maintained
398 K: ^Subject:.*(?i)NetBSD
400 OPENBSD
401 L: qemu-devel@nongnu.org
402 M: Brad Smith <brad@comstyle.com>
403 S: Maintained
404 K: ^Subject:.*(?i)OpenBSD
406 W32, W64
407 L: qemu-devel@nongnu.org
408 M: Stefan Weil <sw@weilnetz.de>
409 S: Maintained
410 F: *win32*
411 F: */*win32*
412 F: include/*/*win32*
413 X: qga/*win32*
414 F: qemu.nsi
416 ARM Machines
417 ------------
418 Allwinner-a10
419 M: Beniamino Galvani <b.galvani@gmail.com>
420 L: qemu-arm@nongnu.org
421 S: Maintained
422 F: hw/*/allwinner*
423 F: include/hw/*/allwinner*
424 F: hw/arm/cubieboard.c
426 ARM PrimeCell and CMSDK devices
427 M: Peter Maydell <peter.maydell@linaro.org>
428 L: qemu-arm@nongnu.org
429 S: Maintained
430 F: hw/char/pl011.c
431 F: include/hw/char/pl011.h
432 F: hw/display/pl110*
433 F: hw/dma/pl080.c
434 F: hw/dma/pl330.c
435 F: hw/gpio/pl061.c
436 F: hw/input/pl050.c
437 F: hw/intc/pl190.c
438 F: hw/sd/pl181.c
439 F: hw/timer/pl031.c
440 F: include/hw/arm/primecell.h
441 F: hw/timer/cmsdk-apb-timer.c
442 F: include/hw/timer/cmsdk-apb-timer.h
443 F: hw/char/cmsdk-apb-uart.c
444 F: include/hw/char/cmsdk-apb-uart.h
446 ARM cores
447 M: Peter Maydell <peter.maydell@linaro.org>
448 L: qemu-arm@nongnu.org
449 S: Maintained
450 F: hw/intc/arm*
451 F: hw/intc/gic_internal.h
452 F: hw/misc/a9scu.c
453 F: hw/misc/arm11scu.c
454 F: hw/timer/a9gtimer*
455 F: hw/timer/arm*
456 F: include/hw/arm/arm*.h
457 F: include/hw/intc/arm*
458 F: include/hw/misc/a9scu.h
459 F: include/hw/misc/arm11scu.h
460 F: include/hw/timer/a9gtimer.h
461 F: include/hw/timer/arm_mptimer.h
462 F: include/hw/timer/armv7m_systick.h
463 F: tests/test-arm-mptimer.c
465 Exynos
466 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
467 L: qemu-arm@nongnu.org
468 S: Maintained
469 F: hw/*/exynos*
470 F: include/hw/arm/exynos4210.h
472 Calxeda Highbank
473 M: Rob Herring <robh@kernel.org>
474 L: qemu-arm@nongnu.org
475 S: Maintained
476 F: hw/arm/highbank.c
477 F: hw/net/xgmac.c
479 Canon DIGIC
480 M: Antony Pavlov <antonynpavlov@gmail.com>
481 L: qemu-arm@nongnu.org
482 S: Maintained
483 F: include/hw/arm/digic.h
484 F: hw/*/digic*
486 Gumstix
487 L: qemu-devel@nongnu.org
488 L: qemu-arm@nongnu.org
489 S: Orphan
490 F: hw/arm/gumstix.c
492 i.MX31
493 M: Peter Chubb <peter.chubb@nicta.com.au>
494 L: qemu-arm@nongnu.org
495 S: Odd fixes
496 F: hw/*/imx*
497 F: include/hw/*/imx*
498 F: hw/arm/kzm.c
499 F: include/hw/arm/fsl-imx31.h
501 Integrator CP
502 M: Peter Maydell <peter.maydell@linaro.org>
503 L: qemu-arm@nongnu.org
504 S: Maintained
505 F: hw/arm/integratorcp.c
506 F: hw/misc/arm_integrator_debug.c
508 MPS2
509 M: Peter Maydell <peter.maydell@linaro.org>
510 L: qemu-arm@nongnu.org
511 S: Maintained
512 F: hw/arm/mps2.c
513 F: hw/misc/mps2-scc.c
514 F: include/hw/misc/mps2-scc.h
516 Musicpal
517 M: Jan Kiszka <jan.kiszka@web.de>
518 L: qemu-arm@nongnu.org
519 S: Maintained
520 F: hw/arm/musicpal.c
522 nSeries
523 M: Andrzej Zaborowski <balrogg@gmail.com>
524 L: qemu-arm@nongnu.org
525 S: Maintained
526 F: hw/arm/nseries.c
528 Palm
529 M: Andrzej Zaborowski <balrogg@gmail.com>
530 L: qemu-arm@nongnu.org
531 S: Maintained
532 F: hw/arm/palm.c
534 Real View
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
537 S: Maintained
538 F: hw/arm/realview*
539 F: hw/cpu/realview_mpcore.c
540 F: hw/intc/realview_gic.c
541 F: include/hw/intc/realview_gic.h
543 PXA2XX
544 M: Andrzej Zaborowski <balrogg@gmail.com>
545 L: qemu-arm@nongnu.org
546 S: Maintained
547 F: hw/arm/mainstone.c
548 F: hw/arm/spitz.c
549 F: hw/arm/tosa.c
550 F: hw/arm/z2.c
551 F: hw/*/pxa2xx*
552 F: hw/misc/mst_fpga.c
553 F: include/hw/arm/pxa.h
555 Stellaris
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
558 S: Maintained
559 F: hw/*/stellaris*
561 Versatile PB
562 M: Peter Maydell <peter.maydell@linaro.org>
563 L: qemu-arm@nongnu.org
564 S: Maintained
565 F: hw/*/versatile*
566 F: hw/misc/arm_sysctl.c
568 Xilinx Zynq
569 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570 M: Alistair Francis <alistair@alistair23.me>
571 L: qemu-arm@nongnu.org
572 S: Maintained
573 F: hw/*/xilinx_*
574 F: hw/*/cadence_*
575 F: hw/misc/zynq*
576 F: include/hw/misc/zynq*
577 X: hw/ssi/xilinx_*
579 Xilinx ZynqMP
580 M: Alistair Francis <alistair@alistair23.me>
581 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582 L: qemu-arm@nongnu.org
583 S: Maintained
584 F: hw/*/xlnx*.c
585 F: include/hw/*/xlnx*.h
587 ARM ACPI Subsystem
588 M: Shannon Zhao <zhaoshenglong@huawei.com>
589 M: Shannon Zhao <shannon.zhaosl@gmail.com>
590 L: qemu-arm@nongnu.org
591 S: Maintained
592 F: hw/arm/virt-acpi-build.c
594 STM32F205
595 M: Alistair Francis <alistair@alistair23.me>
596 S: Maintained
597 F: hw/arm/stm32f205_soc.c
598 F: hw/misc/stm32f2xx_syscfg.c
599 F: hw/char/stm32f2xx_usart.c
600 F: hw/timer/stm32f2xx_timer.c
601 F: hw/adc/*
602 F: hw/ssi/stm32f2xx_spi.c
603 F: include/hw/*/stm32*.h
605 Netduino 2
606 M: Alistair Francis <alistair@alistair23.me>
607 S: Maintained
608 F: hw/arm/netduino2.c
610 SmartFusion2
611 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
612 S: Maintained
613 F: hw/arm/msf2-soc.c
614 F: hw/misc/msf2-sysreg.c
615 F: hw/timer/mss-timer.c
616 F: hw/ssi/mss-spi.c
617 F: include/hw/arm/msf2-soc.h
618 F: include/hw/misc/msf2-sysreg.h
619 F: include/hw/timer/mss-timer.h
620 F: include/hw/ssi/mss-spi.h
622 Emcraft M2S-FG484
623 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
624 S: Maintained
625 F: hw/arm/msf2-som.c
627 CRIS Machines
628 -------------
629 Axis Dev88
630 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
631 S: Maintained
632 F: hw/cris/axis_dev88.c
633 F: hw/*/etraxfs_*.c
635 LM32 Machines
636 -------------
637 EVR32 and uclinux BSP
638 M: Michael Walle <michael@walle.cc>
639 S: Maintained
640 F: hw/lm32/lm32_boards.c
642 milkymist
643 M: Michael Walle <michael@walle.cc>
644 S: Maintained
645 F: hw/lm32/milkymist.c
647 M68K Machines
648 -------------
649 an5206
650 M: Thomas Huth <huth@tuxfamily.org>
651 S: Odd Fixes
652 F: hw/m68k/an5206.c
653 F: hw/m68k/mcf5206.c
655 mcf5208
656 M: Thomas Huth <huth@tuxfamily.org>
657 S: Odd Fixes
658 F: hw/m68k/mcf5208.c
659 F: hw/m68k/mcf_intc.c
660 F: hw/char/mcf_uart.c
661 F: hw/net/mcf_fec.c
662 F: include/hw/m68k/mcf*.h
664 MicroBlaze Machines
665 -------------------
666 petalogix_s3adsp1800
667 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668 S: Maintained
669 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
671 petalogix_ml605
672 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
673 S: Maintained
674 F: hw/microblaze/petalogix_ml605_mmu.c
676 MIPS Machines
677 -------------
678 Jazz
679 M: Hervé Poussineau <hpoussin@reactos.org>
680 S: Maintained
681 F: hw/mips/mips_jazz.c
683 Malta
684 M: Aurelien Jarno <aurelien@aurel32.net>
685 S: Maintained
686 F: hw/mips/mips_malta.c
688 Mipssim
689 M: Yongbok Kim <yongbok.kim@mips.com>
690 S: Odd Fixes
691 F: hw/mips/mips_mipssim.c
692 F: hw/net/mipsnet.c
694 R4000
695 M: Aurelien Jarno <aurelien@aurel32.net>
696 S: Maintained
697 F: hw/mips/mips_r4k.c
699 Fulong 2E
700 M: Yongbok Kim <yongbok.kim@mips.com>
701 S: Odd Fixes
702 F: hw/mips/mips_fulong2e.c
704 Boston
705 M: Paul Burton <paul.burton@mips.com>
706 S: Maintained
707 F: hw/core/loader-fit.c
708 F: hw/mips/boston.c
709 F: hw/pci-host/xilinx-pcie.c
711 OpenRISC Machines
712 -----------------
713 or1k-sim
714 M: Jia Liu <proljc@gmail.com>
715 S: Maintained
716 F: hw/openrisc/openrisc_sim.c
718 PowerPC Machines
719 ----------------
721 M: Alexander Graf <agraf@suse.de>
722 L: qemu-ppc@nongnu.org
723 S: Odd Fixes
724 F: hw/ppc/ppc405_boards.c
726 Bamboo
727 M: Alexander Graf <agraf@suse.de>
728 L: qemu-ppc@nongnu.org
729 S: Odd Fixes
730 F: hw/ppc/ppc440_bamboo.c
732 e500
733 M: Alexander Graf <agraf@suse.de>
734 L: qemu-ppc@nongnu.org
735 S: Supported
736 F: hw/ppc/e500.[hc]
737 F: hw/ppc/e500plat.c
738 F: include/hw/ppc/ppc_e500.h
739 F: include/hw/pci-host/ppce500.h
740 F: pc-bios/u-boot.e500
742 mpc8544ds
743 M: Alexander Graf <agraf@suse.de>
744 L: qemu-ppc@nongnu.org
745 S: Supported
746 F: hw/ppc/mpc8544ds.c
747 F: hw/ppc/mpc8544_guts.c
749 New World
750 M: Alexander Graf <agraf@suse.de>
751 L: qemu-ppc@nongnu.org
752 S: Maintained
753 F: hw/ppc/mac_newworld.c
754 F: hw/pci-host/uninorth.c
755 F: hw/pci-bridge/dec.[hc]
756 F: hw/misc/macio/
757 F: include/hw/ppc/mac_dbdma.h
758 F: hw/nvram/mac_nvram.c
760 Old World
761 M: Alexander Graf <agraf@suse.de>
762 L: qemu-ppc@nongnu.org
763 S: Maintained
764 F: hw/ppc/mac_oldworld.c
765 F: hw/pci-host/grackle.c
766 F: hw/misc/macio/
767 F: hw/intc/heathrow_pic.c
769 PReP
770 M: Hervé Poussineau <hpoussin@reactos.org>
771 L: qemu-devel@nongnu.org
772 L: qemu-ppc@nongnu.org
773 S: Maintained
774 F: hw/ppc/prep.c
775 F: hw/ppc/prep_systemio.c
776 F: hw/ppc/rs6000_mc.c
777 F: hw/pci-host/prep.[hc]
778 F: hw/isa/i82378.c
779 F: hw/isa/pc87312.[hc]
780 F: hw/dma/i82374.c
781 F: hw/timer/m48t59-isa.c
782 F: include/hw/timer/m48t59.h
783 F: pc-bios/ppc_rom.bin
785 sPAPR
786 M: David Gibson <david@gibson.dropbear.id.au>
787 M: Alexander Graf <agraf@suse.de>
788 L: qemu-ppc@nongnu.org
789 S: Supported
790 F: hw/*/spapr*
791 F: include/hw/*/spapr*
792 F: hw/*/xics*
793 F: include/hw/*/xics*
794 F: pc-bios/spapr-rtas/*
795 F: pc-bios/spapr-rtas.bin
796 F: pc-bios/slof.bin
797 F: pc-bios/skiboot.lid
798 F: docs/specs/ppc-spapr-hcalls.txt
799 F: docs/specs/ppc-spapr-hotplug.txt
800 F: tests/spapr*
801 F: tests/libqos/*spapr*
802 F: tests/rtas*
803 F: tests/libqos/rtas*
805 virtex_ml507
806 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
807 L: qemu-ppc@nongnu.org
808 S: Odd Fixes
809 F: hw/ppc/virtex_ml507.c
811 sam460ex
812 M: BALATON Zoltan <balaton@eik.bme.hu>
813 L: qemu-ppc@nongnu.org
814 S: Maintained
815 F: hw/ide/sii3112.c
817 SH4 Machines
818 ------------
820 M: Magnus Damm <magnus.damm@gmail.com>
821 S: Maintained
822 F: hw/sh4/r2d.c
823 F: hw/intc/sh_intc.c
824 F: hw/timer/sh_timer.c
826 Shix
827 M: Magnus Damm <magnus.damm@gmail.com>
828 S: Odd Fixes
829 F: hw/sh4/shix.c
831 SPARC Machines
832 --------------
833 Sun4m
834 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
835 S: Maintained
836 F: hw/sparc/sun4m.c
837 F: hw/dma/sparc32_dma.c
838 F: hw/dma/sun4m_iommu.c
839 F: hw/misc/eccmemctl.c
840 F: hw/misc/slavio_misc.c
841 F: include/hw/sparc/sparc32_dma.h
842 F: include/hw/sparc/sun4m.h
843 F: pc-bios/openbios-sparc32
845 Sun4u
846 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
847 S: Maintained
848 F: hw/sparc64/sun4u.c
849 F: pc-bios/openbios-sparc64
851 Sun4v
852 M: Artyom Tarasenko <atar4qemu@gmail.com>
853 S: Maintained
854 F: hw/sparc64/niagara.c
855 F: hw/timer/sun4v-rtc.c
856 F: include/hw/timer/sun4v-rtc.h
858 Leon3
859 M: Fabien Chouteau <chouteau@adacore.com>
860 S: Maintained
861 F: hw/sparc/leon3.c
862 F: hw/*/grlib*
863 F: include/hw/sparc/grlib.h
865 S390 Machines
866 -------------
867 S390 Virtio-ccw
868 M: Cornelia Huck <cohuck@redhat.com>
869 M: Christian Borntraeger <borntraeger@de.ibm.com>
870 M: Alexander Graf <agraf@suse.de>
871 S: Supported
872 F: hw/char/sclp*.[hc]
873 F: hw/char/terminal3270.c
874 F: hw/s390x/
875 F: include/hw/s390x/
876 F: hw/watchdog/wdt_diag288.c
877 F: include/hw/watchdog/wdt_diag288.h
878 F: default-configs/s390x-softmmu.mak
879 T: git git://github.com/cohuck/qemu.git s390-next
880 T: git git://github.com/borntraeger/qemu.git s390-next
881 L: qemu-s390x@nongnu.org
883 S390-ccw Bios
884 M: Christian Borntraeger <borntraeger@de.ibm.com>
885 M: Thomas Huth <thuth@redhat.com>
886 S: Supported
887 F: pc-bios/s390-ccw/
888 F: pc-bios/s390-ccw.img
889 T: git git://github.com/borntraeger/qemu.git s390-next
890 L: qemu-s390x@nongnu.org
892 UniCore32 Machines
893 -------------
894 PKUnity-3 SoC initramfs-with-busybox
895 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
896 S: Maintained
897 F: hw/*/puv3*
898 F: hw/unicore32/
900 X86 Machines
901 ------------
903 M: Michael S. Tsirkin <mst@redhat.com>
904 M: Marcel Apfelbaum <marcel@redhat.com>
905 S: Supported
906 F: include/hw/i386/
907 F: hw/i386/
908 F: hw/pci-host/piix.c
909 F: hw/pci-host/q35.c
910 F: hw/pci-host/pam.c
911 F: include/hw/pci-host/q35.h
912 F: include/hw/pci-host/pam.h
913 F: hw/isa/piix4.c
914 F: hw/isa/lpc_ich9.c
915 F: hw/i2c/smbus_ich9.c
916 F: hw/acpi/piix4.c
917 F: hw/acpi/ich9.c
918 F: include/hw/acpi/ich9.h
919 F: include/hw/acpi/piix4.h
920 F: hw/misc/sga.c
922 PC Chipset
923 M: Michael S. Tsirkin <mst@redhat.com>
924 M: Paolo Bonzini <pbonzini@redhat.com>
925 S: Supported
926 F: hw/char/debugcon.c
927 F: hw/char/parallel.c
928 F: hw/char/serial*
929 F: hw/dma/i8257*
930 F: hw/i2c/pm_smbus.c
931 F: hw/input/pckbd.c
932 F: hw/intc/apic*
933 F: hw/intc/ioapic*
934 F: hw/intc/i8259*
935 F: hw/misc/debugexit.c
936 F: hw/misc/pc-testdev.c
937 F: hw/timer/hpet*
938 F: hw/timer/i8254*
939 F: hw/timer/mc146818rtc*
940 F: hw/watchdog/wdt_ib700.c
941 F: include/hw/display/vga.h
942 F: include/hw/i2c/pm_smbus.h
943 F: include/hw/isa/i8257.h
944 F: include/hw/timer/hpet.h
945 F: include/hw/timer/i8254*
946 F: include/hw/timer/mc146818rtc*
948 Machine core
949 M: Eduardo Habkost <ehabkost@redhat.com>
950 M: Marcel Apfelbaum <marcel@redhat.com>
951 S: Supported
952 F: hw/core/machine.c
953 F: hw/core/null-machine.c
954 F: include/hw/boards.h
955 T: git git://github.com/ehabkost/qemu.git machine-next
957 Xtensa Machines
958 ---------------
960 M: Max Filippov <jcmvbkbc@gmail.com>
961 S: Maintained
962 F: hw/xtensa/sim.c
964 XTFPGA (LX60, LX200, ML605, KC705)
965 M: Max Filippov <jcmvbkbc@gmail.com>
966 S: Maintained
967 F: hw/xtensa/xtfpga.c
968 F: hw/net/opencores_eth.c
970 Devices
971 -------
973 M: Jiri Slaby <jslaby@suse.cz>
974 S: Maintained
975 F: hw/misc/edu.c
978 M: John Snow <jsnow@redhat.com>
979 L: qemu-block@nongnu.org
980 S: Supported
981 F: include/hw/ide.h
982 F: include/hw/ide/
983 F: hw/ide/
984 F: hw/block/block.c
985 F: hw/block/cdrom.c
986 F: hw/block/hd-geometry.c
987 F: tests/ide-test.c
988 F: tests/ahci-test.c
989 F: tests/libqos/ahci*
990 T: git git://github.com/jnsnow/qemu.git ide
992 IPMI
993 M: Corey Minyard <minyard@acm.org>
994 S: Maintained
995 F: include/hw/ipmi/*
996 F: hw/ipmi/*
997 F: hw/smbios/smbios_type_38.c
998 F: tests/ipmi*
999 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1001 Floppy
1002 M: John Snow <jsnow@redhat.com>
1003 L: qemu-block@nongnu.org
1004 S: Supported
1005 F: hw/block/fdc.c
1006 F: include/hw/block/fdc.h
1007 F: tests/fdc-test.c
1008 T: git git://github.com/jnsnow/qemu.git ide
1010 OMAP
1011 M: Peter Maydell <peter.maydell@linaro.org>
1012 S: Maintained
1013 F: hw/*/omap*
1014 F: include/hw/arm/omap.h
1016 IPack
1017 M: Alberto Garcia <berto@igalia.com>
1018 S: Odd Fixes
1019 F: hw/char/ipoctal232.c
1020 F: hw/ipack/
1023 M: Michael S. Tsirkin <mst@redhat.com>
1024 M: Marcel Apfelbaum <marcel@redhat.com>
1025 S: Supported
1026 F: include/hw/pci/*
1027 F: hw/misc/pci-testdev.c
1028 F: hw/pci/*
1029 F: hw/pci-bridge/*
1030 F: docs/pci*
1031 F: docs/specs/*pci*
1032 F: default-configs/pci.mak
1034 ACPI/SMBIOS
1035 M: Michael S. Tsirkin <mst@redhat.com>
1036 M: Igor Mammedov <imammedo@redhat.com>
1037 S: Supported
1038 F: include/hw/acpi/*
1039 F: include/hw/smbios/*
1040 F: hw/mem/*
1041 F: hw/acpi/*
1042 F: hw/smbios/*
1043 F: hw/i386/acpi-build.[hc]
1044 F: hw/arm/virt-acpi-build.c
1045 F: tests/bios-tables-test.c
1046 F: tests/acpi-utils.[hc]
1048 ppc4xx
1049 M: Alexander Graf <agraf@suse.de>
1050 L: qemu-ppc@nongnu.org
1051 S: Odd Fixes
1052 F: hw/ppc/ppc4*.c
1053 F: hw/i2c/ppc4xx_i2c.c
1054 F: include/hw/ppc/ppc4xx.h
1055 F: include/hw/i2c/ppc4xx_i2c.h
1057 ppce500
1058 M: Alexander Graf <agraf@suse.de>
1059 L: qemu-ppc@nongnu.org
1060 S: Supported
1061 F: hw/ppc/e500*
1062 F: hw/pci-host/ppce500.c
1063 F: hw/net/fsl_etsec/
1065 Character devices
1066 M: Paolo Bonzini <pbonzini@redhat.com>
1067 S: Odd Fixes
1068 F: hw/char/
1070 Network devices
1071 M: Jason Wang <jasowang@redhat.com>
1072 S: Odd Fixes
1073 F: hw/net/
1074 F: include/hw/net/
1075 F: tests/virtio-net-test.c
1076 T: git git://github.com/jasowang/qemu.git net
1078 SCSI
1079 M: Paolo Bonzini <pbonzini@redhat.com>
1080 R: Fam Zheng <famz@redhat.com>
1081 S: Supported
1082 F: include/hw/scsi/*
1083 F: hw/scsi/*
1084 F: tests/virtio-scsi-test.c
1085 T: git git://github.com/bonzini/qemu.git scsi-next
1088 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1089 M: Alistair Francis <alistair@alistair23.me>
1090 S: Maintained
1091 F: hw/ssi/*
1092 F: hw/block/m25p80.c
1093 F: include/hw/ssi/ssi.h
1094 X: hw/ssi/xilinx_*
1095 F: tests/m25p80-test.c
1097 Xilinx SPI
1098 M: Alistair Francis <alistair@alistair23.me>
1099 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1100 S: Maintained
1101 F: hw/ssi/xilinx_*
1103 SD (Secure Card)
1104 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1105 S: Odd Fixes
1106 F: include/hw/sd/sd*
1107 F: hw/sd/core.c
1108 F: hw/sd/sd*
1109 F: tests/sd*
1112 M: Gerd Hoffmann <kraxel@redhat.com>
1113 S: Maintained
1114 F: hw/usb/*
1115 F: tests/usb-*-test.c
1116 F: docs/usb2.txt
1117 F: docs/usb-storage.txt
1118 F: include/hw/usb.h
1119 F: include/hw/usb/
1120 F: default-configs/usb.mak
1122 USB (serial adapter)
1123 M: Gerd Hoffmann <kraxel@redhat.com>
1124 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1125 S: Maintained
1126 F: hw/usb/dev-serial.c
1128 VFIO
1129 M: Alex Williamson <alex.williamson@redhat.com>
1130 S: Supported
1131 F: hw/vfio/*
1132 F: include/hw/vfio/
1134 vfio-ccw
1135 M: Cornelia Huck <cohuck@redhat.com>
1136 S: Supported
1137 F: hw/vfio/ccw.c
1138 F: hw/s390x/s390-ccw.c
1139 F: include/hw/s390x/s390-ccw.h
1140 T: git git://github.com/cohuck/qemu.git s390-next
1141 L: qemu-s390x@nongnu.org
1143 vhost
1144 M: Michael S. Tsirkin <mst@redhat.com>
1145 S: Supported
1146 F: hw/*/*vhost*
1147 F: docs/interop/vhost-user.txt
1149 virtio
1150 M: Michael S. Tsirkin <mst@redhat.com>
1151 S: Supported
1152 F: hw/*/virtio*
1153 F: hw/virtio/Makefile.objs
1154 F: hw/virtio/trace-events
1155 F: net/vhost-user.c
1156 F: include/hw/virtio/
1157 F: tests/virtio-balloon-test.c
1159 virtio-9p
1160 M: Greg Kurz <groug@kaod.org>
1161 S: Supported
1162 F: hw/9pfs/
1163 F: fsdev/
1164 F: tests/virtio-9p-test.c
1165 T: git git://github.com/gkurz/qemu.git 9p-next
1167 virtio-blk
1168 M: Stefan Hajnoczi <stefanha@redhat.com>
1169 L: qemu-block@nongnu.org
1170 S: Supported
1171 F: hw/block/virtio-blk.c
1172 F: hw/block/dataplane/*
1173 F: tests/virtio-blk-test.c
1174 T: git git://github.com/stefanha/qemu.git block
1176 virtio-ccw
1177 M: Cornelia Huck <cohuck@redhat.com>
1178 M: Christian Borntraeger <borntraeger@de.ibm.com>
1179 S: Supported
1180 F: hw/s390x/virtio-ccw.[hc]
1181 T: git git://github.com/cohuck/qemu.git s390-next
1182 T: git git://github.com/borntraeger/qemu.git s390-next
1183 L: qemu-s390x@nongnu.org
1185 virtio-input
1186 M: Gerd Hoffmann <kraxel@redhat.com>
1187 S: Maintained
1188 F: hw/input/virtio-input*.c
1189 F: include/hw/virtio/virtio-input.h
1191 virtio-serial
1192 M: Amit Shah <amit@kernel.org>
1193 S: Supported
1194 F: hw/char/virtio-serial-bus.c
1195 F: hw/char/virtio-console.c
1196 F: include/hw/virtio/virtio-serial.h
1197 F: tests/virtio-console-test.c
1198 F: tests/virtio-serial-test.c
1200 virtio-rng
1201 M: Amit Shah <amit@kernel.org>
1202 S: Supported
1203 F: hw/virtio/virtio-rng.c
1204 F: include/hw/virtio/virtio-rng.h
1205 F: include/sysemu/rng*.h
1206 F: backends/rng*.c
1207 F: tests/virtio-rng-test.c
1209 virtio-crypto
1210 M: Gonglei <arei.gonglei@huawei.com>
1211 S: Supported
1212 F: hw/virtio/virtio-crypto.c
1213 F: hw/virtio/virtio-crypto-pci.c
1214 F: include/hw/virtio/virtio-crypto.h
1216 nvme
1217 M: Keith Busch <keith.busch@intel.com>
1218 L: qemu-block@nongnu.org
1219 S: Supported
1220 F: hw/block/nvme*
1221 F: tests/nvme-test.c
1223 megasas
1224 M: Hannes Reinecke <hare@suse.com>
1225 L: qemu-block@nongnu.org
1226 S: Supported
1227 F: hw/scsi/megasas.c
1228 F: hw/scsi/mfi.h
1229 F: tests/megasas-test.c
1231 Network packet abstractions
1232 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1233 S: Maintained
1234 F: include/net/eth.h
1235 F: net/eth.c
1236 F: hw/net/net_rx_pkt*
1237 F: hw/net/net_tx_pkt*
1239 Vmware
1240 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1241 S: Maintained
1242 F: hw/net/vmxnet*
1243 F: hw/scsi/vmw_pvscsi*
1244 F: tests/vmxnet3-test.c
1246 Rocker
1247 M: Jiri Pirko <jiri@resnulli.us>
1248 S: Maintained
1249 F: hw/net/rocker/
1250 F: tests/rocker/
1251 F: docs/specs/rocker.txt
1253 NVDIMM
1254 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1255 S: Maintained
1256 F: hw/acpi/nvdimm.c
1257 F: hw/mem/nvdimm.c
1258 F: include/hw/mem/nvdimm.h
1260 e1000x
1261 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1262 S: Maintained
1263 F: hw/net/e1000x*
1265 e1000e
1266 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1267 S: Maintained
1268 F: hw/net/e1000e*
1270 eepro100
1271 M: Stefan Weil <sw@weilnetz.de>
1272 S: Maintained
1273 F: hw/net/eepro100.c
1275 Generic Loader
1276 M: Alistair Francis <alistair@alistair23.me>
1277 S: Maintained
1278 F: hw/core/generic-loader.c
1279 F: include/hw/core/generic-loader.h
1280 F: docs/generic-loader.txt
1282 CHRP NVRAM
1283 M: Thomas Huth <thuth@redhat.com>
1284 S: Maintained
1285 F: hw/nvram/chrp_nvram.c
1286 F: include/hw/nvram/chrp_nvram.h
1287 F: tests/prom-env-test.c
1289 VM Generation ID
1290 M: Ben Warren <ben@skyportsystems.com>
1291 S: Maintained
1292 F: hw/acpi/vmgenid.c
1293 F: include/hw/acpi/vmgenid.h
1294 F: docs/specs/vmgenid.txt
1295 F: tests/vmgenid-test.c
1296 F: stubs/vmgenid.c
1298 Unimplemented device
1299 M: Peter Maydell <peter.maydell@linaro.org>
1300 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1301 S: Maintained
1302 F: include/hw/misc/unimp.h
1303 F: hw/misc/unimp.c
1305 Subsystems
1306 ----------
1307 Audio
1308 M: Gerd Hoffmann <kraxel@redhat.com>
1309 S: Maintained
1310 F: audio/
1311 F: hw/audio/
1312 F: include/hw/audio/
1313 F: tests/ac97-test.c
1314 F: tests/es1370-test.c
1315 F: tests/intel-hda-test.c
1317 Block layer core
1318 M: Kevin Wolf <kwolf@redhat.com>
1319 M: Max Reitz <mreitz@redhat.com>
1320 L: qemu-block@nongnu.org
1321 S: Supported
1322 F: block*
1323 F: block/
1324 F: hw/block/
1325 F: include/block/
1326 F: qemu-img*
1327 F: qemu-io*
1328 F: tests/qemu-iotests/
1329 F: util/qemu-progress.c
1330 T: git git://repo.or.cz/qemu/kevin.git block
1332 Block I/O path
1333 M: Stefan Hajnoczi <stefanha@redhat.com>
1334 M: Fam Zheng <famz@redhat.com>
1335 L: qemu-block@nongnu.org
1336 S: Supported
1337 F: util/async.c
1338 F: util/aio-*.c
1339 F: block/io.c
1340 F: migration/block*
1341 F: include/block/aio.h
1342 F: scripts/qemugdb/aio.py
1343 T: git git://github.com/stefanha/qemu.git block
1345 Block SCSI subsystem
1346 M: Paolo Bonzini <pbonzini@redhat.com>
1347 R: Fam Zheng <famz@redhat.com>
1348 L: qemu-block@nongnu.org
1349 S: Supported
1350 F: include/scsi/*
1351 F: scsi/*
1353 Block Jobs
1354 M: Jeff Cody <jcody@redhat.com>
1355 L: qemu-block@nongnu.org
1356 S: Supported
1357 F: blockjob.c
1358 F: include/block/blockjob.h
1359 F: block/backup.c
1360 F: block/commit.c
1361 F: block/stream.c
1362 F: block/mirror.c
1363 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1365 Block QAPI, monitor, command line
1366 M: Markus Armbruster <armbru@redhat.com>
1367 S: Supported
1368 F: blockdev.c
1369 F: block/qapi.c
1370 F: qapi/block*.json
1371 F: qapi/transaction.json
1372 T: git git://repo.or.cz/qemu/armbru.git block-next
1374 Dirty Bitmaps
1375 M: Fam Zheng <famz@redhat.com>
1376 M: John Snow <jsnow@redhat.com>
1377 L: qemu-block@nongnu.org
1378 S: Supported
1379 F: util/hbitmap.c
1380 F: block/dirty-bitmap.c
1381 F: include/qemu/hbitmap.h
1382 F: include/block/dirty-bitmap.h
1383 F: tests/test-hbitmap.c
1384 F: docs/interop/bitmaps.rst
1385 T: git git://github.com/famz/qemu.git bitmaps
1386 T: git git://github.com/jnsnow/qemu.git bitmaps
1388 Character device backends
1389 M: Paolo Bonzini <pbonzini@redhat.com>
1390 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1391 S: Maintained
1392 F: chardev/
1393 F: include/chardev/
1394 F: qapi/char.json
1396 Character Devices (Braille)
1397 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1398 S: Maintained
1399 F: chardev/baum.c
1401 Command line option argument parsing
1402 M: Markus Armbruster <armbru@redhat.com>
1403 S: Supported
1404 F: include/qemu/option.h
1405 F: tests/test-keyval.c
1406 F: tests/test-qemu-opts.c
1407 F: util/keyval.c
1408 F: util/qemu-option.c
1410 Coverity model
1411 M: Markus Armbruster <armbru@redhat.com>
1412 S: Supported
1413 F: scripts/coverity-model.c
1416 L: qemu-devel@nongnu.org
1417 S: Supported
1418 F: qom/cpu.c
1419 F: include/qom/cpu.h
1421 Device Tree
1422 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1423 M: Alexander Graf <agraf@suse.de>
1424 S: Maintained
1425 F: device_tree.c
1426 F: include/sysemu/device_tree.h
1428 Dump
1429 S: Supported
1430 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1431 F: dump.c
1432 F: hw/misc/vmcoreinfo.c
1433 F: include/hw/misc/vmcoreinfo.h
1434 F: include/sysemu/dump-arch.h
1435 F: include/sysemu/dump.h
1436 F: scripts/dump-guest-memory.py
1437 F: stubs/dump.c
1439 Error reporting
1440 M: Markus Armbruster <armbru@redhat.com>
1441 S: Supported
1442 F: include/qapi/error.h
1443 F: include/qemu/error-report.h
1444 F: util/error.c
1445 F: util/qemu-error.c
1447 GDB stub
1448 L: qemu-devel@nongnu.org
1449 S: Odd Fixes
1450 F: gdbstub*
1451 F: gdb-xml/
1453 Memory API
1454 M: Paolo Bonzini <pbonzini@redhat.com>
1455 S: Supported
1456 F: include/exec/ioport.h
1457 F: ioport.c
1458 F: include/exec/memory.h
1459 F: include/exec/ram_addr.h
1460 F: memory.c
1461 F: include/exec/memory-internal.h
1462 F: exec.c
1464 SPICE
1465 M: Gerd Hoffmann <kraxel@redhat.com>
1466 S: Supported
1467 F: include/ui/qemu-spice.h
1468 F: include/ui/spice-display.h
1469 F: ui/spice-*.c
1470 F: audio/spiceaudio.c
1471 F: hw/display/qxl*
1472 F: qapi/ui.json
1474 Graphics
1475 M: Gerd Hoffmann <kraxel@redhat.com>
1476 S: Odd Fixes
1477 F: ui/
1478 F: include/ui/
1479 F: qapi/ui.json
1481 Cocoa graphics
1482 M: Peter Maydell <peter.maydell@linaro.org>
1483 S: Odd Fixes
1484 F: ui/cocoa.m
1486 Main loop
1487 M: Paolo Bonzini <pbonzini@redhat.com>
1488 S: Maintained
1489 F: cpus.c
1490 F: util/main-loop.c
1491 F: util/qemu-timer.c
1492 F: vl.c
1493 F: qapi/run-state.json
1495 Human Monitor (HMP)
1496 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1497 S: Maintained
1498 F: monitor.c
1499 F: hmp.[ch]
1500 F: hmp-commands*.hx
1501 F: include/monitor/hmp-target.h
1502 F: tests/test-hmp.c
1504 Network device backends
1505 M: Jason Wang <jasowang@redhat.com>
1506 S: Maintained
1507 F: net/
1508 F: include/net/
1509 T: git git://github.com/jasowang/qemu.git net
1510 F: qapi/net.json
1512 Netmap network backend
1513 M: Luigi Rizzo <rizzo@iet.unipi.it>
1514 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1515 M: Vincenzo Maffione <v.maffione@gmail.com>
1516 W: http://info.iet.unipi.it/~luigi/netmap/
1517 S: Maintained
1518 F: net/netmap.c
1520 NUMA
1521 M: Eduardo Habkost <ehabkost@redhat.com>
1522 S: Maintained
1523 F: numa.c
1524 F: include/sysemu/numa.h
1525 T: git git://github.com/ehabkost/qemu.git machine-next
1527 Host Memory Backends
1528 M: Eduardo Habkost <ehabkost@redhat.com>
1529 M: Igor Mammedov <imammedo@redhat.com>
1530 S: Maintained
1531 F: backends/hostmem*.c
1532 F: include/sysemu/hostmem.h
1533 T: git git://github.com/ehabkost/qemu.git machine-next
1535 Cryptodev Backends
1536 M: Gonglei <arei.gonglei@huawei.com>
1537 S: Maintained
1538 F: include/sysemu/cryptodev*.h
1539 F: backends/cryptodev*.c
1541 Python scripts
1542 M: Eduardo Habkost <ehabkost@redhat.com>
1543 M: Cleber Rosa <crosa@redhat.com>
1544 S: Odd fixes
1545 F: scripts/qmp/*
1546 F: scripts/*.py
1547 F: tests/*.py
1549 QAPI
1550 M: Markus Armbruster <armbru@redhat.com>
1551 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1552 S: Supported
1553 F: qapi/
1554 X: qapi/*.json
1555 F: include/qapi/
1556 X: include/qapi/qmp/
1557 F: include/qapi/qmp/dispatch.h
1558 F: tests/qapi-schema/
1559 F: tests/test-*-visitor.c
1560 F: tests/test-qapi-*.c
1561 F: tests/test-qmp-*.c
1562 F: tests/test-visitor-serialization.c
1563 F: scripts/qapi*
1564 F: docs/devel/qapi*
1565 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1567 QAPI Schema
1568 M: Eric Blake <eblake@redhat.com>
1569 M: Markus Armbruster <armbru@redhat.com>
1570 S: Supported
1571 F: qapi-schema.json
1572 F: qapi/*.json
1573 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1575 QObject
1576 M: Markus Armbruster <armbru@redhat.com>
1577 S: Supported
1578 F: qobject/
1579 F: include/qapi/qmp/
1580 X: include/qapi/qmp/dispatch.h
1581 F: scripts/coccinelle/qobject.cocci
1582 F: tests/check-qdict.c
1583 F: tests/check-qnum.c
1584 F: tests/check-qjson.c
1585 F: tests/check-qlist.c
1586 F: tests/check-qstring.c
1587 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1589 QEMU Guest Agent
1590 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1591 S: Maintained
1592 F: qga/
1593 F: qemu-ga.texi
1594 F: scripts/qemu-guest-agent/
1595 F: tests/test-qga.c
1596 F: docs/interop/qemu-ga-ref.texi
1597 T: git git://github.com/mdroth/qemu.git qga
1600 M: Andreas Färber <afaerber@suse.de>
1601 S: Supported
1602 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1603 F: include/qom/
1604 X: include/qom/cpu.h
1605 F: qom/
1606 X: qom/cpu.c
1607 F: tests/check-qom-interface.c
1608 F: tests/check-qom-proplist.c
1609 F: tests/qom-test.c
1612 M: Markus Armbruster <armbru@redhat.com>
1613 S: Supported
1614 F: qmp.c
1615 F: monitor.c
1616 F: docs/devel/*qmp-*
1617 F: scripts/qmp/
1618 F: tests/qmp-test.c
1619 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1621 Register API
1622 M: Alistair Francis <alistair@alistair23.me>
1623 S: Maintained
1624 F: hw/core/register.c
1625 F: include/hw/register.h
1626 F: include/hw/registerfields.h
1628 SLIRP
1629 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1630 M: Jan Kiszka <jan.kiszka@siemens.com>
1631 S: Maintained
1632 F: slirp/
1633 F: net/slirp.c
1634 F: include/net/slirp.h
1635 T: git git://git.kiszka.org/qemu.git queues/slirp
1637 Stubs
1638 M: Paolo Bonzini <pbonzini@redhat.com>
1639 S: Maintained
1640 F: stubs/
1642 Tracing
1643 M: Stefan Hajnoczi <stefanha@redhat.com>
1644 S: Maintained
1645 F: trace/
1646 F: scripts/tracetool.py
1647 F: scripts/tracetool/
1648 F: docs/devel/tracing.txt
1649 T: git git://github.com/stefanha/qemu.git tracing
1652 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1653 S: Maintained
1654 F: tpm.c
1655 F: stubs/tpm.c
1656 F: hw/tpm/*
1657 F: include/hw/acpi/tpm.h
1658 F: include/sysemu/tpm*
1659 F: qapi/tpm.json
1660 F: backends/tpm.c
1661 F: tests/*tpm*
1662 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1664 Checkpatch
1665 S: Odd Fixes
1666 F: scripts/checkpatch.pl
1668 Migration
1669 M: Juan Quintela <quintela@redhat.com>
1670 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1671 S: Maintained
1672 F: include/migration/
1673 F: migration/
1674 F: scripts/vmstate-static-checker.py
1675 F: tests/vmstate-static-checker-data/
1676 F: tests/migration-test.c
1677 F: docs/devel/migration.txt
1678 F: qapi/migration.json
1680 Seccomp
1681 M: Eduardo Otubo <otubo@redhat.com>
1682 S: Supported
1683 F: qemu-seccomp.c
1684 F: include/sysemu/seccomp.h
1686 Cryptography
1687 M: Daniel P. Berrange <berrange@redhat.com>
1688 S: Maintained
1689 F: crypto/
1690 F: include/crypto/
1691 F: tests/test-crypto-*
1692 F: tests/benchmark-crypto-*
1693 F: qemu.sasl
1695 Coroutines
1696 M: Stefan Hajnoczi <stefanha@redhat.com>
1697 M: Kevin Wolf <kwolf@redhat.com>
1698 F: util/*coroutine*
1699 F: include/qemu/coroutine*
1700 F: tests/test-coroutine.c
1702 Buffers
1703 M: Daniel P. Berrange <berrange@redhat.com>
1704 S: Odd fixes
1705 F: util/buffer.c
1706 F: include/qemu/buffer.h
1708 I/O Channels
1709 M: Daniel P. Berrange <berrange@redhat.com>
1710 S: Maintained
1711 F: io/
1712 F: include/io/
1713 F: tests/test-io-*
1715 Sockets
1716 M: Daniel P. Berrange <berrange@redhat.com>
1717 M: Gerd Hoffmann <kraxel@redhat.com>
1718 M: Paolo Bonzini <pbonzini@redhat.com>
1719 S: Maintained
1720 F: include/qemu/sockets.h
1721 F: util/qemu-sockets.c
1722 F: qapi/sockets.json
1724 Throttling infrastructure
1725 M: Alberto Garcia <berto@igalia.com>
1726 S: Supported
1727 F: block/throttle-groups.c
1728 F: include/block/throttle-groups.h
1729 F: include/qemu/throttle*.h
1730 F: util/throttle.c
1731 F: docs/throttle.txt
1732 F: tests/test-throttle.c
1733 L: qemu-block@nongnu.org
1735 UUID
1736 M: Fam Zheng <famz@redhat.com>
1737 S: Supported
1738 F: util/uuid.c
1739 F: include/qemu/uuid.h
1740 F: tests/test-uuid.c
1742 COLO Framework
1743 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1744 S: Maintained
1745 F: migration/colo*
1746 F: include/migration/colo.h
1747 F: include/migration/failover.h
1748 F: docs/COLO-FT.txt
1750 COLO Proxy
1751 M: Zhang Chen <zhangckid@gmail.com>
1752 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1753 S: Supported
1754 F: docs/colo-proxy.txt
1755 F: net/colo*
1756 F: net/filter-rewriter.c
1757 F: net/filter-mirror.c
1759 Record/replay
1760 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1761 R: Paolo Bonzini <pbonzini@redhat.com>
1762 W: https://wiki.qemu.org/Features/record-replay
1763 S: Supported
1764 F: replay/*
1765 F: block/blkreplay.c
1766 F: net/filter-replay.c
1767 F: include/sysemu/replay.h
1768 F: docs/replay.txt
1769 F: stubs/replay.c
1771 Usermode Emulation
1772 ------------------
1773 Overall
1774 M: Riku Voipio <riku.voipio@iki.fi>
1775 S: Maintained
1776 F: thunk.c
1777 F: accel/tcg/user-exec*.c
1779 BSD user
1780 S: Orphan
1781 F: bsd-user/
1782 F: default-configs/*-bsd-user.mak
1784 Linux user
1785 M: Riku Voipio <riku.voipio@iki.fi>
1786 R: Laurent Vivier <laurent@vivier.eu>
1787 S: Maintained
1788 F: linux-user/
1789 F: default-configs/*-linux-user.mak
1790 F: scripts/qemu-binfmt-conf.sh
1792 Tiny Code Generator (TCG)
1793 -------------------------
1794 Common code
1795 M: Richard Henderson <rth@twiddle.net>
1796 S: Maintained
1797 F: tcg/
1799 AArch64 target
1800 M: Claudio Fontana <claudio.fontana@huawei.com>
1801 M: Claudio Fontana <claudio.fontana@gmail.com>
1802 S: Maintained
1803 L: qemu-arm@nongnu.org
1804 F: tcg/aarch64/
1805 F: disas/arm-a64.cc
1806 F: disas/libvixl/
1808 ARM target
1809 M: Andrzej Zaborowski <balrogg@gmail.com>
1810 S: Maintained
1811 L: qemu-arm@nongnu.org
1812 F: tcg/arm/
1813 F: disas/arm.c
1815 i386 target
1816 L: qemu-devel@nongnu.org
1817 S: Maintained
1818 F: tcg/i386/
1819 F: disas/i386.c
1821 MIPS target
1822 M: Aurelien Jarno <aurelien@aurel32.net>
1823 S: Maintained
1824 F: tcg/mips/
1825 F: disas/mips.c
1828 M: Richard Henderson <rth@twiddle.net>
1829 S: Odd Fixes
1830 F: tcg/ppc/
1831 F: disas/ppc.c
1833 S390 target
1834 M: Alexander Graf <agraf@suse.de>
1835 M: Richard Henderson <rth@twiddle.net>
1836 S: Maintained
1837 F: tcg/s390/
1838 F: disas/s390.c
1839 L: qemu-s390x@nongnu.org
1841 SPARC target
1842 S: Odd Fixes
1843 F: tcg/sparc/
1844 F: disas/sparc.c
1846 TCI target
1847 M: Stefan Weil <sw@weilnetz.de>
1848 S: Maintained
1849 F: tcg/tci/
1850 F: tcg/tci.c
1851 F: disas/tci.c
1853 Block drivers
1854 -------------
1855 VMDK
1856 M: Fam Zheng <famz@redhat.com>
1857 L: qemu-block@nongnu.org
1858 S: Supported
1859 F: block/vmdk.c
1862 M: Josh Durgin <jdurgin@redhat.com>
1863 M: Jeff Cody <jcody@redhat.com>
1864 L: qemu-block@nongnu.org
1865 S: Supported
1866 F: block/rbd.c
1867 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1869 Sheepdog
1870 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1871 M: Liu Yuan <namei.unix@gmail.com>
1872 M: Jeff Cody <jcody@redhat.com>
1873 L: qemu-block@nongnu.org
1874 L: sheepdog@lists.wpkg.org
1875 S: Supported
1876 F: block/sheepdog.c
1877 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1879 VHDX
1880 M: Jeff Cody <jcody@redhat.com>
1881 L: qemu-block@nongnu.org
1882 S: Supported
1883 F: block/vhdx*
1884 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1887 M: Stefan Weil <sw@weilnetz.de>
1888 L: qemu-block@nongnu.org
1889 S: Maintained
1890 F: block/vdi.c
1892 iSCSI
1893 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1894 M: Paolo Bonzini <pbonzini@redhat.com>
1895 M: Peter Lieven <pl@kamp.de>
1896 L: qemu-block@nongnu.org
1897 S: Supported
1898 F: block/iscsi.c
1899 F: block/iscsi-opts.c
1901 Network Block Device (NBD)
1902 M: Eric Blake <eblake@redhat.com>
1903 M: Paolo Bonzini <pbonzini@redhat.com>
1904 L: qemu-block@nongnu.org
1905 S: Maintained
1906 F: block/nbd*
1907 F: nbd/
1908 F: include/block/nbd*
1909 F: qemu-nbd.*
1910 F: blockdev-nbd.c
1911 T: git git://repo.or.cz/qemu/ericb.git nbd
1914 M: Jeff Cody <jcody@redhat.com>
1915 M: Peter Lieven <pl@kamp.de>
1916 L: qemu-block@nongnu.org
1917 S: Maintained
1918 F: block/nfs.c
1919 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1922 M: Richard W.M. Jones <rjones@redhat.com>
1923 M: Jeff Cody <jcody@redhat.com>
1924 L: qemu-block@nongnu.org
1925 S: Supported
1926 F: block/ssh.c
1927 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1929 CURL
1930 M: Jeff Cody <jcody@redhat.com>
1931 L: qemu-block@nongnu.org
1932 S: Supported
1933 F: block/curl.c
1934 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1936 GLUSTER
1937 M: Jeff Cody <jcody@redhat.com>
1938 L: qemu-block@nongnu.org
1939 S: Supported
1940 F: block/gluster.c
1941 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1943 Null Block Driver
1944 M: Fam Zheng <famz@redhat.com>
1945 L: qemu-block@nongnu.org
1946 S: Supported
1947 F: block/null.c
1949 NVMe Block Driver
1950 M: Fam Zheng <famz@redhat.com>
1951 L: qemu-block@nongnu.org
1952 S: Supported
1953 F: block/nvme*
1955 Bootdevice
1956 M: Gonglei <arei.gonglei@huawei.com>
1957 S: Maintained
1958 F: bootdevice.c
1960 Quorum
1961 M: Alberto Garcia <berto@igalia.com>
1962 S: Supported
1963 F: block/quorum.c
1964 L: qemu-block@nongnu.org
1966 blkverify
1967 M: Stefan Hajnoczi <stefanha@redhat.com>
1968 L: qemu-block@nongnu.org
1969 S: Supported
1970 F: block/blkverify.c
1972 bochs
1973 M: Stefan Hajnoczi <stefanha@redhat.com>
1974 L: qemu-block@nongnu.org
1975 S: Supported
1976 F: block/bochs.c
1978 cloop
1979 M: Stefan Hajnoczi <stefanha@redhat.com>
1980 L: qemu-block@nongnu.org
1981 S: Supported
1982 F: block/cloop.c
1985 M: Stefan Hajnoczi <stefanha@redhat.com>
1986 L: qemu-block@nongnu.org
1987 S: Supported
1988 F: block/dmg.c
1990 parallels
1991 M: Stefan Hajnoczi <stefanha@redhat.com>
1992 M: Denis V. Lunev <den@openvz.org>
1993 L: qemu-block@nongnu.org
1994 S: Supported
1995 F: block/parallels.c
1996 F: docs/interop/parallels.txt
1999 M: Stefan Hajnoczi <stefanha@redhat.com>
2000 L: qemu-block@nongnu.org
2001 S: Supported
2002 F: block/qed.c
2005 M: Kevin Wolf <kwolf@redhat.com>
2006 L: qemu-block@nongnu.org
2007 S: Supported
2008 F: block/linux-aio.c
2009 F: include/block/raw-aio.h
2010 F: block/raw-format.c
2011 F: block/file-posix.c
2012 F: block/file-win32.c
2013 F: block/win32-aio.c
2015 qcow2
2016 M: Kevin Wolf <kwolf@redhat.com>
2017 M: Max Reitz <mreitz@redhat.com>
2018 L: qemu-block@nongnu.org
2019 S: Supported
2020 F: block/qcow2*
2021 F: docs/interop/qcow2.txt
2023 qcow
2024 M: Kevin Wolf <kwolf@redhat.com>
2025 L: qemu-block@nongnu.org
2026 S: Supported
2027 F: block/qcow.c
2029 blkdebug
2030 M: Kevin Wolf <kwolf@redhat.com>
2031 M: Max Reitz <mreitz@redhat.com>
2032 L: qemu-block@nongnu.org
2033 S: Supported
2034 F: block/blkdebug.c
2037 M: Kevin Wolf <kwolf@redhat.com>
2038 L: qemu-block@nongnu.org
2039 S: Supported
2040 F: block/vpc.c
2042 vvfat
2043 M: Kevin Wolf <kwolf@redhat.com>
2044 L: qemu-block@nongnu.org
2045 S: Supported
2046 F: block/vvfat.c
2048 Image format fuzzer
2049 M: Stefan Hajnoczi <stefanha@redhat.com>
2050 L: qemu-block@nongnu.org
2051 S: Supported
2052 F: tests/image-fuzzer/
2054 Replication
2055 M: Wen Congyang <wencongyang2@huawei.com>
2056 M: Xie Changlong <xiechanglong.d@gmail.com>
2057 S: Supported
2058 F: replication*
2059 F: block/replication.c
2060 F: tests/test-replication.c
2061 F: docs/block-replication.txt
2063 PVRDMA
2064 M: Yuval Shaia <yuval.shaia@oracle.com>
2065 M: Marcel Apfelbaum <marcel@redhat.com>
2066 S: Maintained
2067 F: hw/rdma/*
2068 F: hw/rdma/vmw/*
2069 F: docs/pvrdma.txt
2071 Build and test automation
2072 -------------------------
2073 Build and test automation
2074 M: Alex Bennée <alex.bennee@linaro.org>
2075 M: Fam Zheng <famz@redhat.com>
2076 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2077 L: qemu-devel@nongnu.org
2078 S: Maintained
2079 F: .travis.yml
2080 F: .shippable.yml
2081 F: tests/docker/
2082 F: tests/vm/
2083 W: https://travis-ci.org/qemu/qemu
2084 W: https://app.shippable.com/github/qemu/qemu
2085 W: http://patchew.org/QEMU/
2087 Documentation
2088 -------------
2089 Build system architecture
2090 M: Daniel P. Berrange <berrange@redhat.com>
2091 S: Odd Fixes
2092 F: docs/devel/build-system.txt
2094 Build System
2095 ------------
2096 GIT submodules
2097 M: Daniel P. Berrange <berrange@redhat.com>
2098 S: Odd Fixes
2099 F: scripts/git-submodule.sh