include/standard-headers: add pvrdma related headers
[qemu.git] / MAINTAINERS
blob57358a08e2aa1b64de7dede0f6dee5ea8d1e3066
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 W32, W64
390 L: qemu-devel@nongnu.org
391 M: Stefan Weil <sw@weilnetz.de>
392 S: Maintained
393 F: *win32*
394 F: */*win32*
395 F: include/*/*win32*
396 X: qga/*win32*
397 F: qemu.nsi
399 ARM Machines
400 ------------
401 Allwinner-a10
402 M: Beniamino Galvani <b.galvani@gmail.com>
403 L: qemu-arm@nongnu.org
404 S: Maintained
405 F: hw/*/allwinner*
406 F: include/hw/*/allwinner*
407 F: hw/arm/cubieboard.c
409 ARM PrimeCell and CMSDK devices
410 M: Peter Maydell <peter.maydell@linaro.org>
411 L: qemu-arm@nongnu.org
412 S: Maintained
413 F: hw/char/pl011.c
414 F: include/hw/char/pl011.h
415 F: hw/display/pl110*
416 F: hw/dma/pl080.c
417 F: hw/dma/pl330.c
418 F: hw/gpio/pl061.c
419 F: hw/input/pl050.c
420 F: hw/intc/pl190.c
421 F: hw/sd/pl181.c
422 F: hw/timer/pl031.c
423 F: include/hw/arm/primecell.h
424 F: hw/timer/cmsdk-apb-timer.c
425 F: include/hw/timer/cmsdk-apb-timer.h
426 F: hw/char/cmsdk-apb-uart.c
427 F: include/hw/char/cmsdk-apb-uart.h
429 ARM cores
430 M: Peter Maydell <peter.maydell@linaro.org>
431 L: qemu-arm@nongnu.org
432 S: Maintained
433 F: hw/intc/arm*
434 F: hw/intc/gic_internal.h
435 F: hw/misc/a9scu.c
436 F: hw/misc/arm11scu.c
437 F: hw/timer/a9gtimer*
438 F: hw/timer/arm*
439 F: include/hw/arm/arm*.h
440 F: include/hw/intc/arm*
441 F: include/hw/misc/a9scu.h
442 F: include/hw/misc/arm11scu.h
443 F: include/hw/timer/a9gtimer.h
444 F: include/hw/timer/arm_mptimer.h
445 F: include/hw/timer/armv7m_systick.h
446 F: tests/test-arm-mptimer.c
448 Exynos
449 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
450 L: qemu-arm@nongnu.org
451 S: Maintained
452 F: hw/*/exynos*
453 F: include/hw/arm/exynos4210.h
455 Calxeda Highbank
456 M: Rob Herring <robh@kernel.org>
457 L: qemu-arm@nongnu.org
458 S: Maintained
459 F: hw/arm/highbank.c
460 F: hw/net/xgmac.c
462 Canon DIGIC
463 M: Antony Pavlov <antonynpavlov@gmail.com>
464 L: qemu-arm@nongnu.org
465 S: Maintained
466 F: include/hw/arm/digic.h
467 F: hw/*/digic*
469 Gumstix
470 L: qemu-devel@nongnu.org
471 L: qemu-arm@nongnu.org
472 S: Orphan
473 F: hw/arm/gumstix.c
475 i.MX31
476 M: Peter Chubb <peter.chubb@nicta.com.au>
477 L: qemu-arm@nongnu.org
478 S: Odd fixes
479 F: hw/*/imx*
480 F: include/hw/*/imx*
481 F: hw/arm/kzm.c
482 F: include/hw/arm/fsl-imx31.h
484 Integrator CP
485 M: Peter Maydell <peter.maydell@linaro.org>
486 L: qemu-arm@nongnu.org
487 S: Maintained
488 F: hw/arm/integratorcp.c
489 F: hw/misc/arm_integrator_debug.c
491 MPS2
492 M: Peter Maydell <peter.maydell@linaro.org>
493 L: qemu-arm@nongnu.org
494 S: Maintained
495 F: hw/arm/mps2.c
496 F: hw/misc/mps2-scc.c
497 F: include/hw/misc/mps2-scc.h
499 Musicpal
500 M: Jan Kiszka <jan.kiszka@web.de>
501 L: qemu-arm@nongnu.org
502 S: Maintained
503 F: hw/arm/musicpal.c
505 nSeries
506 M: Andrzej Zaborowski <balrogg@gmail.com>
507 L: qemu-arm@nongnu.org
508 S: Maintained
509 F: hw/arm/nseries.c
511 Palm
512 M: Andrzej Zaborowski <balrogg@gmail.com>
513 L: qemu-arm@nongnu.org
514 S: Maintained
515 F: hw/arm/palm.c
517 Real View
518 M: Peter Maydell <peter.maydell@linaro.org>
519 L: qemu-arm@nongnu.org
520 S: Maintained
521 F: hw/arm/realview*
522 F: hw/cpu/realview_mpcore.c
523 F: hw/intc/realview_gic.c
524 F: include/hw/intc/realview_gic.h
526 PXA2XX
527 M: Andrzej Zaborowski <balrogg@gmail.com>
528 L: qemu-arm@nongnu.org
529 S: Maintained
530 F: hw/arm/mainstone.c
531 F: hw/arm/spitz.c
532 F: hw/arm/tosa.c
533 F: hw/arm/z2.c
534 F: hw/*/pxa2xx*
535 F: hw/misc/mst_fpga.c
536 F: include/hw/arm/pxa.h
538 Stellaris
539 M: Peter Maydell <peter.maydell@linaro.org>
540 L: qemu-arm@nongnu.org
541 S: Maintained
542 F: hw/*/stellaris*
544 Versatile PB
545 M: Peter Maydell <peter.maydell@linaro.org>
546 L: qemu-arm@nongnu.org
547 S: Maintained
548 F: hw/*/versatile*
549 F: hw/misc/arm_sysctl.c
551 Xilinx Zynq
552 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
553 M: Alistair Francis <alistair.francis@xilinx.com>
554 L: qemu-arm@nongnu.org
555 S: Maintained
556 F: hw/*/xilinx_*
557 F: hw/*/cadence_*
558 F: hw/misc/zynq*
559 F: include/hw/misc/zynq*
560 X: hw/ssi/xilinx_*
562 Xilinx ZynqMP
563 M: Alistair Francis <alistair.francis@xilinx.com>
564 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
565 L: qemu-arm@nongnu.org
566 S: Maintained
567 F: hw/*/xlnx*.c
568 F: include/hw/*/xlnx*.h
570 ARM ACPI Subsystem
571 M: Shannon Zhao <zhaoshenglong@huawei.com>
572 M: Shannon Zhao <shannon.zhaosl@gmail.com>
573 L: qemu-arm@nongnu.org
574 S: Maintained
575 F: hw/arm/virt-acpi-build.c
577 STM32F205
578 M: Alistair Francis <alistair@alistair23.me>
579 S: Maintained
580 F: hw/arm/stm32f205_soc.c
581 F: hw/misc/stm32f2xx_syscfg.c
582 F: hw/char/stm32f2xx_usart.c
583 F: hw/timer/stm32f2xx_timer.c
584 F: hw/adc/*
585 F: hw/ssi/stm32f2xx_spi.c
586 F: include/hw/*/stm32*.h
588 Netduino 2
589 M: Alistair Francis <alistair@alistair23.me>
590 S: Maintained
591 F: hw/arm/netduino2.c
593 SmartFusion2
594 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
595 S: Maintained
596 F: hw/arm/msf2-soc.c
597 F: hw/misc/msf2-sysreg.c
598 F: hw/timer/mss-timer.c
599 F: hw/ssi/mss-spi.c
600 F: include/hw/arm/msf2-soc.h
601 F: include/hw/misc/msf2-sysreg.h
602 F: include/hw/timer/mss-timer.h
603 F: include/hw/ssi/mss-spi.h
605 Emcraft M2S-FG484
606 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
607 S: Maintained
608 F: hw/arm/msf2-som.c
610 CRIS Machines
611 -------------
612 Axis Dev88
613 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
614 S: Maintained
615 F: hw/cris/axis_dev88.c
616 F: hw/*/etraxfs_*.c
618 LM32 Machines
619 -------------
620 EVR32 and uclinux BSP
621 M: Michael Walle <michael@walle.cc>
622 S: Maintained
623 F: hw/lm32/lm32_boards.c
625 milkymist
626 M: Michael Walle <michael@walle.cc>
627 S: Maintained
628 F: hw/lm32/milkymist.c
630 M68K Machines
631 -------------
632 an5206
633 M: Thomas Huth <huth@tuxfamily.org>
634 S: Odd Fixes
635 F: hw/m68k/an5206.c
636 F: hw/m68k/mcf5206.c
638 mcf5208
639 M: Thomas Huth <huth@tuxfamily.org>
640 S: Odd Fixes
641 F: hw/m68k/mcf5208.c
642 F: hw/m68k/mcf_intc.c
643 F: hw/char/mcf_uart.c
644 F: hw/net/mcf_fec.c
645 F: include/hw/m68k/mcf*.h
647 MicroBlaze Machines
648 -------------------
649 petalogix_s3adsp1800
650 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
651 S: Maintained
652 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
654 petalogix_ml605
655 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
656 S: Maintained
657 F: hw/microblaze/petalogix_ml605_mmu.c
659 MIPS Machines
660 -------------
661 Jazz
662 M: Hervé Poussineau <hpoussin@reactos.org>
663 S: Maintained
664 F: hw/mips/mips_jazz.c
666 Malta
667 M: Aurelien Jarno <aurelien@aurel32.net>
668 S: Maintained
669 F: hw/mips/mips_malta.c
671 Mipssim
672 M: Yongbok Kim <yongbok.kim@mips.com>
673 S: Odd Fixes
674 F: hw/mips/mips_mipssim.c
675 F: hw/net/mipsnet.c
677 R4000
678 M: Aurelien Jarno <aurelien@aurel32.net>
679 S: Maintained
680 F: hw/mips/mips_r4k.c
682 Fulong 2E
683 M: Yongbok Kim <yongbok.kim@mips.com>
684 S: Odd Fixes
685 F: hw/mips/mips_fulong2e.c
687 Boston
688 M: Paul Burton <paul.burton@mips.com>
689 S: Maintained
690 F: hw/core/loader-fit.c
691 F: hw/mips/boston.c
692 F: hw/pci-host/xilinx-pcie.c
694 OpenRISC Machines
695 -----------------
696 or1k-sim
697 M: Jia Liu <proljc@gmail.com>
698 S: Maintained
699 F: hw/openrisc/openrisc_sim.c
701 PowerPC Machines
702 ----------------
704 M: Alexander Graf <agraf@suse.de>
705 L: qemu-ppc@nongnu.org
706 S: Odd Fixes
707 F: hw/ppc/ppc405_boards.c
709 Bamboo
710 M: Alexander Graf <agraf@suse.de>
711 L: qemu-ppc@nongnu.org
712 S: Odd Fixes
713 F: hw/ppc/ppc440_bamboo.c
715 e500
716 M: Alexander Graf <agraf@suse.de>
717 L: qemu-ppc@nongnu.org
718 S: Supported
719 F: hw/ppc/e500.[hc]
720 F: hw/ppc/e500plat.c
721 F: include/hw/ppc/ppc_e500.h
722 F: include/hw/pci-host/ppce500.h
723 F: pc-bios/u-boot.e500
725 mpc8544ds
726 M: Alexander Graf <agraf@suse.de>
727 L: qemu-ppc@nongnu.org
728 S: Supported
729 F: hw/ppc/mpc8544ds.c
730 F: hw/ppc/mpc8544_guts.c
732 New World
733 M: Alexander Graf <agraf@suse.de>
734 L: qemu-ppc@nongnu.org
735 S: Maintained
736 F: hw/ppc/mac_newworld.c
737 F: hw/pci-host/uninorth.c
738 F: hw/pci-bridge/dec.[hc]
739 F: hw/misc/macio/
740 F: include/hw/ppc/mac_dbdma.h
741 F: hw/nvram/mac_nvram.c
743 Old World
744 M: Alexander Graf <agraf@suse.de>
745 L: qemu-ppc@nongnu.org
746 S: Maintained
747 F: hw/ppc/mac_oldworld.c
748 F: hw/pci-host/grackle.c
749 F: hw/misc/macio/
750 F: hw/intc/heathrow_pic.c
752 PReP
753 M: Hervé Poussineau <hpoussin@reactos.org>
754 L: qemu-devel@nongnu.org
755 L: qemu-ppc@nongnu.org
756 S: Maintained
757 F: hw/ppc/prep.c
758 F: hw/ppc/prep_systemio.c
759 F: hw/ppc/rs6000_mc.c
760 F: hw/pci-host/prep.[hc]
761 F: hw/isa/i82378.c
762 F: hw/isa/pc87312.[hc]
763 F: hw/dma/i82374.c
764 F: hw/timer/m48t59-isa.c
765 F: include/hw/timer/m48t59.h
766 F: pc-bios/ppc_rom.bin
768 sPAPR
769 M: David Gibson <david@gibson.dropbear.id.au>
770 M: Alexander Graf <agraf@suse.de>
771 L: qemu-ppc@nongnu.org
772 S: Supported
773 F: hw/*/spapr*
774 F: include/hw/*/spapr*
775 F: hw/*/xics*
776 F: include/hw/*/xics*
777 F: pc-bios/spapr-rtas/*
778 F: pc-bios/spapr-rtas.bin
779 F: pc-bios/slof.bin
780 F: pc-bios/skiboot.lid
781 F: docs/specs/ppc-spapr-hcalls.txt
782 F: docs/specs/ppc-spapr-hotplug.txt
783 F: tests/spapr*
784 F: tests/libqos/*spapr*
785 F: tests/rtas*
786 F: tests/libqos/rtas*
788 virtex_ml507
789 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
790 L: qemu-ppc@nongnu.org
791 S: Odd Fixes
792 F: hw/ppc/virtex_ml507.c
794 sam460ex
795 M: BALATON Zoltan <balaton@eik.bme.hu>
796 L: qemu-ppc@nongnu.org
797 S: Maintained
798 F: hw/ide/sii3112.c
800 SH4 Machines
801 ------------
803 M: Magnus Damm <magnus.damm@gmail.com>
804 S: Maintained
805 F: hw/sh4/r2d.c
806 F: hw/intc/sh_intc.c
807 F: hw/timer/sh_timer.c
809 Shix
810 M: Magnus Damm <magnus.damm@gmail.com>
811 S: Odd Fixes
812 F: hw/sh4/shix.c
814 SPARC Machines
815 --------------
816 Sun4m
817 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
818 S: Maintained
819 F: hw/sparc/sun4m.c
820 F: hw/dma/sparc32_dma.c
821 F: hw/dma/sun4m_iommu.c
822 F: hw/misc/eccmemctl.c
823 F: hw/misc/slavio_misc.c
824 F: include/hw/sparc/sparc32_dma.h
825 F: include/hw/sparc/sun4m.h
826 F: pc-bios/openbios-sparc32
828 Sun4u
829 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
830 S: Maintained
831 F: hw/sparc64/sun4u.c
832 F: pc-bios/openbios-sparc64
834 Sun4v
835 M: Artyom Tarasenko <atar4qemu@gmail.com>
836 S: Maintained
837 F: hw/sparc64/niagara.c
838 F: hw/timer/sun4v-rtc.c
839 F: include/hw/timer/sun4v-rtc.h
841 Leon3
842 M: Fabien Chouteau <chouteau@adacore.com>
843 S: Maintained
844 F: hw/sparc/leon3.c
845 F: hw/*/grlib*
846 F: include/hw/sparc/grlib.h
848 S390 Machines
849 -------------
850 S390 Virtio-ccw
851 M: Cornelia Huck <cohuck@redhat.com>
852 M: Christian Borntraeger <borntraeger@de.ibm.com>
853 M: Alexander Graf <agraf@suse.de>
854 S: Supported
855 F: hw/char/sclp*.[hc]
856 F: hw/char/terminal3270.c
857 F: hw/s390x/
858 F: include/hw/s390x/
859 F: hw/watchdog/wdt_diag288.c
860 F: include/hw/watchdog/wdt_diag288.h
861 F: default-configs/s390x-softmmu.mak
862 T: git git://github.com/cohuck/qemu.git s390-next
863 T: git git://github.com/borntraeger/qemu.git s390-next
864 L: qemu-s390x@nongnu.org
866 S390-ccw Bios
867 M: Christian Borntraeger <borntraeger@de.ibm.com>
868 M: Thomas Huth <thuth@redhat.com>
869 S: Supported
870 F: pc-bios/s390-ccw/
871 F: pc-bios/s390-ccw.img
872 T: git git://github.com/borntraeger/qemu.git s390-next
873 L: qemu-s390x@nongnu.org
875 UniCore32 Machines
876 -------------
877 PKUnity-3 SoC initramfs-with-busybox
878 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
879 S: Maintained
880 F: hw/*/puv3*
881 F: hw/unicore32/
883 X86 Machines
884 ------------
886 M: Michael S. Tsirkin <mst@redhat.com>
887 M: Marcel Apfelbaum <marcel@redhat.com>
888 S: Supported
889 F: include/hw/i386/
890 F: hw/i386/
891 F: hw/pci-host/piix.c
892 F: hw/pci-host/q35.c
893 F: hw/pci-host/pam.c
894 F: include/hw/pci-host/q35.h
895 F: include/hw/pci-host/pam.h
896 F: hw/isa/piix4.c
897 F: hw/isa/lpc_ich9.c
898 F: hw/i2c/smbus_ich9.c
899 F: hw/acpi/piix4.c
900 F: hw/acpi/ich9.c
901 F: include/hw/acpi/ich9.h
902 F: include/hw/acpi/piix4.h
903 F: hw/misc/sga.c
905 PC Chipset
906 M: Michael S. Tsirkin <mst@redhat.com>
907 M: Paolo Bonzini <pbonzini@redhat.com>
908 S: Supported
909 F: hw/char/debugcon.c
910 F: hw/char/parallel.c
911 F: hw/char/serial*
912 F: hw/dma/i8257*
913 F: hw/i2c/pm_smbus.c
914 F: hw/input/pckbd.c
915 F: hw/intc/apic*
916 F: hw/intc/ioapic*
917 F: hw/intc/i8259*
918 F: hw/misc/debugexit.c
919 F: hw/misc/pc-testdev.c
920 F: hw/timer/hpet*
921 F: hw/timer/i8254*
922 F: hw/timer/mc146818rtc*
923 F: hw/watchdog/wdt_ib700.c
924 F: include/hw/display/vga.h
925 F: include/hw/i2c/pm_smbus.h
926 F: include/hw/isa/i8257.h
927 F: include/hw/timer/hpet.h
928 F: include/hw/timer/i8254*
929 F: include/hw/timer/mc146818rtc*
931 Machine core
932 M: Eduardo Habkost <ehabkost@redhat.com>
933 M: Marcel Apfelbaum <marcel@redhat.com>
934 S: Supported
935 F: hw/core/machine.c
936 F: hw/core/null-machine.c
937 F: include/hw/boards.h
938 T: git git://github.com/ehabkost/qemu.git machine-next
940 Xtensa Machines
941 ---------------
943 M: Max Filippov <jcmvbkbc@gmail.com>
944 S: Maintained
945 F: hw/xtensa/sim.c
947 XTFPGA (LX60, LX200, ML605, KC705)
948 M: Max Filippov <jcmvbkbc@gmail.com>
949 S: Maintained
950 F: hw/xtensa/xtfpga.c
951 F: hw/net/opencores_eth.c
953 Devices
954 -------
956 M: Jiri Slaby <jslaby@suse.cz>
957 S: Maintained
958 F: hw/misc/edu.c
961 M: John Snow <jsnow@redhat.com>
962 L: qemu-block@nongnu.org
963 S: Supported
964 F: include/hw/ide.h
965 F: include/hw/ide/
966 F: hw/ide/
967 F: hw/block/block.c
968 F: hw/block/cdrom.c
969 F: hw/block/hd-geometry.c
970 F: tests/ide-test.c
971 F: tests/ahci-test.c
972 F: tests/libqos/ahci*
973 T: git git://github.com/jnsnow/qemu.git ide
975 IPMI
976 M: Corey Minyard <minyard@acm.org>
977 S: Maintained
978 F: include/hw/ipmi/*
979 F: hw/ipmi/*
980 F: hw/smbios/smbios_type_38.c
981 F: tests/ipmi*
982 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
984 Floppy
985 M: John Snow <jsnow@redhat.com>
986 L: qemu-block@nongnu.org
987 S: Supported
988 F: hw/block/fdc.c
989 F: include/hw/block/fdc.h
990 F: tests/fdc-test.c
991 T: git git://github.com/jnsnow/qemu.git ide
993 OMAP
994 M: Peter Maydell <peter.maydell@linaro.org>
995 S: Maintained
996 F: hw/*/omap*
997 F: include/hw/arm/omap.h
999 IPack
1000 M: Alberto Garcia <berto@igalia.com>
1001 S: Odd Fixes
1002 F: hw/char/ipoctal232.c
1003 F: hw/ipack/
1006 M: Michael S. Tsirkin <mst@redhat.com>
1007 M: Marcel Apfelbaum <marcel@redhat.com>
1008 S: Supported
1009 F: include/hw/pci/*
1010 F: hw/misc/pci-testdev.c
1011 F: hw/pci/*
1012 F: hw/pci-bridge/*
1013 F: docs/pci*
1014 F: docs/specs/*pci*
1015 F: default-configs/pci.mak
1017 ACPI/SMBIOS
1018 M: Michael S. Tsirkin <mst@redhat.com>
1019 M: Igor Mammedov <imammedo@redhat.com>
1020 S: Supported
1021 F: include/hw/acpi/*
1022 F: include/hw/smbios/*
1023 F: hw/mem/*
1024 F: hw/acpi/*
1025 F: hw/smbios/*
1026 F: hw/i386/acpi-build.[hc]
1027 F: hw/arm/virt-acpi-build.c
1028 F: tests/bios-tables-test.c
1029 F: tests/acpi-utils.[hc]
1031 ppc4xx
1032 M: Alexander Graf <agraf@suse.de>
1033 L: qemu-ppc@nongnu.org
1034 S: Odd Fixes
1035 F: hw/ppc/ppc4*.c
1036 F: hw/i2c/ppc4xx_i2c.c
1037 F: include/hw/ppc/ppc4xx.h
1038 F: include/hw/i2c/ppc4xx_i2c.h
1040 ppce500
1041 M: Alexander Graf <agraf@suse.de>
1042 L: qemu-ppc@nongnu.org
1043 S: Supported
1044 F: hw/ppc/e500*
1045 F: hw/pci-host/ppce500.c
1046 F: hw/net/fsl_etsec/
1048 Character devices
1049 M: Paolo Bonzini <pbonzini@redhat.com>
1050 S: Odd Fixes
1051 F: hw/char/
1053 Network devices
1054 M: Jason Wang <jasowang@redhat.com>
1055 S: Odd Fixes
1056 F: hw/net/
1057 F: include/hw/net/
1058 F: tests/virtio-net-test.c
1059 T: git git://github.com/jasowang/qemu.git net
1061 SCSI
1062 M: Paolo Bonzini <pbonzini@redhat.com>
1063 R: Fam Zheng <famz@redhat.com>
1064 S: Supported
1065 F: include/hw/scsi/*
1066 F: hw/scsi/*
1067 F: tests/virtio-scsi-test.c
1068 T: git git://github.com/bonzini/qemu.git scsi-next
1071 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1072 M: Alistair Francis <alistair.francis@xilinx.com>
1073 S: Maintained
1074 F: hw/ssi/*
1075 F: hw/block/m25p80.c
1076 F: include/hw/ssi/ssi.h
1077 X: hw/ssi/xilinx_*
1078 F: tests/m25p80-test.c
1080 Xilinx SPI
1081 M: Alistair Francis <alistair.francis@xilinx.com>
1082 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1083 S: Maintained
1084 F: hw/ssi/xilinx_*
1087 M: Gerd Hoffmann <kraxel@redhat.com>
1088 S: Maintained
1089 F: hw/usb/*
1090 F: tests/usb-*-test.c
1091 F: docs/usb2.txt
1092 F: docs/usb-storage.txt
1093 F: include/hw/usb.h
1094 F: include/hw/usb/
1095 F: default-configs/usb.mak
1097 USB (serial adapter)
1098 M: Gerd Hoffmann <kraxel@redhat.com>
1099 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1100 S: Maintained
1101 F: hw/usb/dev-serial.c
1103 VFIO
1104 M: Alex Williamson <alex.williamson@redhat.com>
1105 S: Supported
1106 F: hw/vfio/*
1107 F: include/hw/vfio/
1109 vfio-ccw
1110 M: Cornelia Huck <cohuck@redhat.com>
1111 S: Supported
1112 F: hw/vfio/ccw.c
1113 F: hw/s390x/s390-ccw.c
1114 F: include/hw/s390x/s390-ccw.h
1115 T: git git://github.com/cohuck/qemu.git s390-next
1116 L: qemu-s390x@nongnu.org
1118 vhost
1119 M: Michael S. Tsirkin <mst@redhat.com>
1120 S: Supported
1121 F: hw/*/*vhost*
1122 F: docs/interop/vhost-user.txt
1124 virtio
1125 M: Michael S. Tsirkin <mst@redhat.com>
1126 S: Supported
1127 F: hw/*/virtio*
1128 F: hw/virtio/Makefile.objs
1129 F: hw/virtio/trace-events
1130 F: net/vhost-user.c
1131 F: include/hw/virtio/
1132 F: tests/virtio-balloon-test.c
1134 virtio-9p
1135 M: Greg Kurz <groug@kaod.org>
1136 S: Supported
1137 F: hw/9pfs/
1138 F: fsdev/
1139 F: tests/virtio-9p-test.c
1140 T: git git://github.com/gkurz/qemu.git 9p-next
1142 virtio-blk
1143 M: Stefan Hajnoczi <stefanha@redhat.com>
1144 L: qemu-block@nongnu.org
1145 S: Supported
1146 F: hw/block/virtio-blk.c
1147 F: hw/block/dataplane/*
1148 F: tests/virtio-blk-test.c
1149 T: git git://github.com/stefanha/qemu.git block
1151 virtio-ccw
1152 M: Cornelia Huck <cohuck@redhat.com>
1153 M: Christian Borntraeger <borntraeger@de.ibm.com>
1154 S: Supported
1155 F: hw/s390x/virtio-ccw.[hc]
1156 T: git git://github.com/cohuck/qemu.git s390-next
1157 T: git git://github.com/borntraeger/qemu.git s390-next
1158 L: qemu-s390x@nongnu.org
1160 virtio-input
1161 M: Gerd Hoffmann <kraxel@redhat.com>
1162 S: Maintained
1163 F: hw/input/virtio-input*.c
1164 F: include/hw/virtio/virtio-input.h
1166 virtio-serial
1167 M: Amit Shah <amit@kernel.org>
1168 S: Supported
1169 F: hw/char/virtio-serial-bus.c
1170 F: hw/char/virtio-console.c
1171 F: include/hw/virtio/virtio-serial.h
1172 F: tests/virtio-console-test.c
1173 F: tests/virtio-serial-test.c
1175 virtio-rng
1176 M: Amit Shah <amit@kernel.org>
1177 S: Supported
1178 F: hw/virtio/virtio-rng.c
1179 F: include/hw/virtio/virtio-rng.h
1180 F: include/sysemu/rng*.h
1181 F: backends/rng*.c
1182 F: tests/virtio-rng-test.c
1184 virtio-crypto
1185 M: Gonglei <arei.gonglei@huawei.com>
1186 S: Supported
1187 F: hw/virtio/virtio-crypto.c
1188 F: hw/virtio/virtio-crypto-pci.c
1189 F: include/hw/virtio/virtio-crypto.h
1191 nvme
1192 M: Keith Busch <keith.busch@intel.com>
1193 L: qemu-block@nongnu.org
1194 S: Supported
1195 F: hw/block/nvme*
1196 F: tests/nvme-test.c
1198 megasas
1199 M: Hannes Reinecke <hare@suse.com>
1200 L: qemu-block@nongnu.org
1201 S: Supported
1202 F: hw/scsi/megasas.c
1203 F: hw/scsi/mfi.h
1204 F: tests/megasas-test.c
1206 Network packet abstractions
1207 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1208 S: Maintained
1209 F: include/net/eth.h
1210 F: net/eth.c
1211 F: hw/net/net_rx_pkt*
1212 F: hw/net/net_tx_pkt*
1214 Vmware
1215 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1216 S: Maintained
1217 F: hw/net/vmxnet*
1218 F: hw/scsi/vmw_pvscsi*
1219 F: tests/vmxnet3-test.c
1221 Rocker
1222 M: Jiri Pirko <jiri@resnulli.us>
1223 S: Maintained
1224 F: hw/net/rocker/
1225 F: tests/rocker/
1226 F: docs/specs/rocker.txt
1228 NVDIMM
1229 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1230 S: Maintained
1231 F: hw/acpi/nvdimm.c
1232 F: hw/mem/nvdimm.c
1233 F: include/hw/mem/nvdimm.h
1235 e1000x
1236 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1237 S: Maintained
1238 F: hw/net/e1000x*
1240 e1000e
1241 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1242 S: Maintained
1243 F: hw/net/e1000e*
1245 eepro100
1246 M: Stefan Weil <sw@weilnetz.de>
1247 S: Maintained
1248 F: hw/net/eepro100.c
1250 Generic Loader
1251 M: Alistair Francis <alistair.francis@xilinx.com>
1252 S: Maintained
1253 F: hw/core/generic-loader.c
1254 F: include/hw/core/generic-loader.h
1255 F: docs/generic-loader.txt
1257 CHRP NVRAM
1258 M: Thomas Huth <thuth@redhat.com>
1259 S: Maintained
1260 F: hw/nvram/chrp_nvram.c
1261 F: include/hw/nvram/chrp_nvram.h
1262 F: tests/prom-env-test.c
1264 VM Generation ID
1265 M: Ben Warren <ben@skyportsystems.com>
1266 S: Maintained
1267 F: hw/acpi/vmgenid.c
1268 F: include/hw/acpi/vmgenid.h
1269 F: docs/specs/vmgenid.txt
1270 F: tests/vmgenid-test.c
1271 F: stubs/vmgenid.c
1273 Unimplemented device
1274 M: Peter Maydell <peter.maydell@linaro.org>
1275 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1276 S: Maintained
1277 F: include/hw/misc/unimp.h
1278 F: hw/misc/unimp.c
1280 Subsystems
1281 ----------
1282 Audio
1283 M: Gerd Hoffmann <kraxel@redhat.com>
1284 S: Maintained
1285 F: audio/
1286 F: hw/audio/
1287 F: include/hw/audio/
1288 F: tests/ac97-test.c
1289 F: tests/es1370-test.c
1290 F: tests/intel-hda-test.c
1292 Block layer core
1293 M: Kevin Wolf <kwolf@redhat.com>
1294 M: Max Reitz <mreitz@redhat.com>
1295 L: qemu-block@nongnu.org
1296 S: Supported
1297 F: block*
1298 F: block/
1299 F: hw/block/
1300 F: include/block/
1301 F: qemu-img*
1302 F: qemu-io*
1303 F: tests/qemu-iotests/
1304 F: util/qemu-progress.c
1305 T: git git://repo.or.cz/qemu/kevin.git block
1307 Block I/O path
1308 M: Stefan Hajnoczi <stefanha@redhat.com>
1309 M: Fam Zheng <famz@redhat.com>
1310 L: qemu-block@nongnu.org
1311 S: Supported
1312 F: util/async.c
1313 F: util/aio-*.c
1314 F: block/io.c
1315 F: migration/block*
1316 F: include/block/aio.h
1317 F: scripts/qemugdb/aio.py
1318 T: git git://github.com/stefanha/qemu.git block
1320 Block SCSI subsystem
1321 M: Paolo Bonzini <pbonzini@redhat.com>
1322 R: Fam Zheng <famz@redhat.com>
1323 L: qemu-block@nongnu.org
1324 S: Supported
1325 F: include/scsi/*
1326 F: scsi/*
1328 Block Jobs
1329 M: Jeff Cody <jcody@redhat.com>
1330 L: qemu-block@nongnu.org
1331 S: Supported
1332 F: blockjob.c
1333 F: include/block/blockjob.h
1334 F: block/backup.c
1335 F: block/commit.c
1336 F: block/stream.c
1337 F: block/mirror.c
1338 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1340 Block QAPI, monitor, command line
1341 M: Markus Armbruster <armbru@redhat.com>
1342 S: Supported
1343 F: blockdev.c
1344 F: block/qapi.c
1345 F: qapi/block*.json
1346 F: qapi/transaction.json
1347 T: git git://repo.or.cz/qemu/armbru.git block-next
1349 Dirty Bitmaps
1350 M: Fam Zheng <famz@redhat.com>
1351 M: John Snow <jsnow@redhat.com>
1352 L: qemu-block@nongnu.org
1353 S: Supported
1354 F: util/hbitmap.c
1355 F: block/dirty-bitmap.c
1356 F: include/qemu/hbitmap.h
1357 F: include/block/dirty-bitmap.h
1358 F: tests/test-hbitmap.c
1359 F: docs/interop/bitmaps.rst
1360 T: git git://github.com/famz/qemu.git bitmaps
1361 T: git git://github.com/jnsnow/qemu.git bitmaps
1363 Character device backends
1364 M: Paolo Bonzini <pbonzini@redhat.com>
1365 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1366 S: Maintained
1367 F: chardev/
1368 F: include/chardev/
1369 F: qapi/char.json
1371 Character Devices (Braille)
1372 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1373 S: Maintained
1374 F: chardev/baum.c
1376 Command line option argument parsing
1377 M: Markus Armbruster <armbru@redhat.com>
1378 S: Supported
1379 F: include/qemu/option.h
1380 F: tests/test-keyval.c
1381 F: tests/test-qemu-opts.c
1382 F: util/keyval.c
1383 F: util/qemu-option.c
1385 Coverity model
1386 M: Markus Armbruster <armbru@redhat.com>
1387 S: Supported
1388 F: scripts/coverity-model.c
1391 L: qemu-devel@nongnu.org
1392 S: Supported
1393 F: qom/cpu.c
1394 F: include/qom/cpu.h
1396 Device Tree
1397 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1398 M: Alexander Graf <agraf@suse.de>
1399 S: Maintained
1400 F: device_tree.c
1401 F: include/sysemu/device_tree.h
1403 Dump
1404 S: Supported
1405 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1406 F: dump.c
1407 F: hw/misc/vmcoreinfo.c
1408 F: include/hw/misc/vmcoreinfo.h
1409 F: include/sysemu/dump-arch.h
1410 F: include/sysemu/dump.h
1411 F: scripts/dump-guest-memory.py
1412 F: stubs/dump.c
1414 Error reporting
1415 M: Markus Armbruster <armbru@redhat.com>
1416 S: Supported
1417 F: include/qapi/error.h
1418 F: include/qemu/error-report.h
1419 F: util/error.c
1420 F: util/qemu-error.c
1422 GDB stub
1423 L: qemu-devel@nongnu.org
1424 S: Odd Fixes
1425 F: gdbstub*
1426 F: gdb-xml/
1428 Memory API
1429 M: Paolo Bonzini <pbonzini@redhat.com>
1430 S: Supported
1431 F: include/exec/ioport.h
1432 F: ioport.c
1433 F: include/exec/memory.h
1434 F: include/exec/ram_addr.h
1435 F: memory.c
1436 F: include/exec/memory-internal.h
1437 F: exec.c
1439 SPICE
1440 M: Gerd Hoffmann <kraxel@redhat.com>
1441 S: Supported
1442 F: include/ui/qemu-spice.h
1443 F: include/ui/spice-display.h
1444 F: ui/spice-*.c
1445 F: audio/spiceaudio.c
1446 F: hw/display/qxl*
1447 F: qapi/ui.json
1449 Graphics
1450 M: Gerd Hoffmann <kraxel@redhat.com>
1451 S: Odd Fixes
1452 F: ui/
1453 F: include/ui/
1454 F: qapi/ui.json
1456 Cocoa graphics
1457 M: Peter Maydell <peter.maydell@linaro.org>
1458 S: Odd Fixes
1459 F: ui/cocoa.m
1461 Main loop
1462 M: Paolo Bonzini <pbonzini@redhat.com>
1463 S: Maintained
1464 F: cpus.c
1465 F: util/main-loop.c
1466 F: util/qemu-timer.c
1467 F: vl.c
1468 F: qapi/run-state.json
1470 Human Monitor (HMP)
1471 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1472 S: Maintained
1473 F: monitor.c
1474 F: hmp.[ch]
1475 F: hmp-commands*.hx
1476 F: include/monitor/hmp-target.h
1477 F: tests/test-hmp.c
1479 Network device backends
1480 M: Jason Wang <jasowang@redhat.com>
1481 S: Maintained
1482 F: net/
1483 F: include/net/
1484 T: git git://github.com/jasowang/qemu.git net
1485 F: qapi/net.json
1487 Netmap network backend
1488 M: Luigi Rizzo <rizzo@iet.unipi.it>
1489 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1490 M: Vincenzo Maffione <v.maffione@gmail.com>
1491 W: http://info.iet.unipi.it/~luigi/netmap/
1492 S: Maintained
1493 F: net/netmap.c
1495 NUMA
1496 M: Eduardo Habkost <ehabkost@redhat.com>
1497 S: Maintained
1498 F: numa.c
1499 F: include/sysemu/numa.h
1500 T: git git://github.com/ehabkost/qemu.git machine-next
1502 Host Memory Backends
1503 M: Eduardo Habkost <ehabkost@redhat.com>
1504 M: Igor Mammedov <imammedo@redhat.com>
1505 S: Maintained
1506 F: backends/hostmem*.c
1507 F: include/sysemu/hostmem.h
1508 T: git git://github.com/ehabkost/qemu.git machine-next
1510 Cryptodev Backends
1511 M: Gonglei <arei.gonglei@huawei.com>
1512 S: Maintained
1513 F: include/sysemu/cryptodev*.h
1514 F: backends/cryptodev*.c
1516 Python scripts
1517 M: Eduardo Habkost <ehabkost@redhat.com>
1518 M: Cleber Rosa <crosa@redhat.com>
1519 S: Odd fixes
1520 F: scripts/qmp/*
1521 F: scripts/*.py
1522 F: tests/*.py
1524 QAPI
1525 M: Markus Armbruster <armbru@redhat.com>
1526 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1527 S: Supported
1528 F: qapi/
1529 X: qapi/*.json
1530 F: include/qapi/
1531 X: include/qapi/qmp/
1532 F: include/qapi/qmp/dispatch.h
1533 F: tests/qapi-schema/
1534 F: tests/test-*-visitor.c
1535 F: tests/test-qapi-*.c
1536 F: tests/test-qmp-*.c
1537 F: tests/test-visitor-serialization.c
1538 F: scripts/qapi*
1539 F: docs/devel/qapi*
1540 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1542 QAPI Schema
1543 M: Eric Blake <eblake@redhat.com>
1544 M: Markus Armbruster <armbru@redhat.com>
1545 S: Supported
1546 F: qapi-schema.json
1547 F: qapi/*.json
1548 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1550 QObject
1551 M: Markus Armbruster <armbru@redhat.com>
1552 S: Supported
1553 F: qobject/
1554 F: include/qapi/qmp/
1555 X: include/qapi/qmp/dispatch.h
1556 F: scripts/coccinelle/qobject.cocci
1557 F: tests/check-qdict.c
1558 F: tests/check-qnum.c
1559 F: tests/check-qjson.c
1560 F: tests/check-qlist.c
1561 F: tests/check-qstring.c
1562 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1564 QEMU Guest Agent
1565 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1566 S: Maintained
1567 F: qga/
1568 F: qemu-ga.texi
1569 F: scripts/qemu-guest-agent/
1570 F: tests/test-qga.c
1571 F: docs/interop/qemu-ga-ref.texi
1572 T: git git://github.com/mdroth/qemu.git qga
1575 M: Andreas Färber <afaerber@suse.de>
1576 S: Supported
1577 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1578 F: include/qom/
1579 X: include/qom/cpu.h
1580 F: qom/
1581 X: qom/cpu.c
1582 F: tests/check-qom-interface.c
1583 F: tests/check-qom-proplist.c
1584 F: tests/qom-test.c
1587 M: Markus Armbruster <armbru@redhat.com>
1588 S: Supported
1589 F: qmp.c
1590 F: monitor.c
1591 F: docs/devel/*qmp-*
1592 F: scripts/qmp/
1593 F: tests/qmp-test.c
1594 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1596 Register API
1597 M: Alistair Francis <alistair.francis@xilinx.com>
1598 S: Maintained
1599 F: hw/core/register.c
1600 F: include/hw/register.h
1601 F: include/hw/registerfields.h
1603 SLIRP
1604 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1605 M: Jan Kiszka <jan.kiszka@siemens.com>
1606 S: Maintained
1607 F: slirp/
1608 F: net/slirp.c
1609 F: include/net/slirp.h
1610 T: git git://git.kiszka.org/qemu.git queues/slirp
1612 Stubs
1613 M: Paolo Bonzini <pbonzini@redhat.com>
1614 S: Maintained
1615 F: stubs/
1617 Tracing
1618 M: Stefan Hajnoczi <stefanha@redhat.com>
1619 S: Maintained
1620 F: trace/
1621 F: scripts/tracetool.py
1622 F: scripts/tracetool/
1623 F: docs/devel/tracing.txt
1624 T: git git://github.com/stefanha/qemu.git tracing
1627 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1628 S: Maintained
1629 F: tpm.c
1630 F: stubs/tpm.c
1631 F: hw/tpm/*
1632 F: include/hw/acpi/tpm.h
1633 F: include/sysemu/tpm*
1634 F: qapi/tpm.json
1635 F: backends/tpm.c
1636 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1638 Checkpatch
1639 S: Odd Fixes
1640 F: scripts/checkpatch.pl
1642 Migration
1643 M: Juan Quintela <quintela@redhat.com>
1644 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1645 S: Maintained
1646 F: include/migration/
1647 F: migration/
1648 F: scripts/vmstate-static-checker.py
1649 F: tests/vmstate-static-checker-data/
1650 F: tests/migration-test.c
1651 F: docs/devel/migration.txt
1652 F: qapi/migration.json
1654 Seccomp
1655 M: Eduardo Otubo <otubo@redhat.com>
1656 S: Supported
1657 F: qemu-seccomp.c
1658 F: include/sysemu/seccomp.h
1660 Cryptography
1661 M: Daniel P. Berrange <berrange@redhat.com>
1662 S: Maintained
1663 F: crypto/
1664 F: include/crypto/
1665 F: tests/test-crypto-*
1666 F: tests/benchmark-crypto-*
1667 F: qemu.sasl
1669 Coroutines
1670 M: Stefan Hajnoczi <stefanha@redhat.com>
1671 M: Kevin Wolf <kwolf@redhat.com>
1672 F: util/*coroutine*
1673 F: include/qemu/coroutine*
1674 F: tests/test-coroutine.c
1676 Buffers
1677 M: Daniel P. Berrange <berrange@redhat.com>
1678 S: Odd fixes
1679 F: util/buffer.c
1680 F: include/qemu/buffer.h
1682 I/O Channels
1683 M: Daniel P. Berrange <berrange@redhat.com>
1684 S: Maintained
1685 F: io/
1686 F: include/io/
1687 F: tests/test-io-*
1689 Sockets
1690 M: Daniel P. Berrange <berrange@redhat.com>
1691 M: Gerd Hoffmann <kraxel@redhat.com>
1692 M: Paolo Bonzini <pbonzini@redhat.com>
1693 S: Maintained
1694 F: include/qemu/sockets.h
1695 F: util/qemu-sockets.c
1696 F: qapi/sockets.json
1698 Throttling infrastructure
1699 M: Alberto Garcia <berto@igalia.com>
1700 S: Supported
1701 F: block/throttle-groups.c
1702 F: include/block/throttle-groups.h
1703 F: include/qemu/throttle*.h
1704 F: util/throttle.c
1705 F: docs/throttle.txt
1706 F: tests/test-throttle.c
1707 L: qemu-block@nongnu.org
1709 UUID
1710 M: Fam Zheng <famz@redhat.com>
1711 S: Supported
1712 F: util/uuid.c
1713 F: include/qemu/uuid.h
1714 F: tests/test-uuid.c
1716 COLO Framework
1717 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1718 S: Maintained
1719 F: migration/colo*
1720 F: include/migration/colo.h
1721 F: include/migration/failover.h
1722 F: docs/COLO-FT.txt
1724 COLO Proxy
1725 M: Zhang Chen <zhangckid@gmail.com>
1726 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1727 S: Supported
1728 F: docs/colo-proxy.txt
1729 F: net/colo*
1730 F: net/filter-rewriter.c
1731 F: net/filter-mirror.c
1733 Record/replay
1734 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1735 R: Paolo Bonzini <pbonzini@redhat.com>
1736 W: https://wiki.qemu.org/Features/record-replay
1737 S: Supported
1738 F: replay/*
1739 F: block/blkreplay.c
1740 F: net/filter-replay.c
1741 F: include/sysemu/replay.h
1742 F: docs/replay.txt
1743 F: stubs/replay.c
1745 Usermode Emulation
1746 ------------------
1747 Overall
1748 M: Riku Voipio <riku.voipio@iki.fi>
1749 S: Maintained
1750 F: thunk.c
1751 F: accel/tcg/user-exec*.c
1753 BSD user
1754 S: Orphan
1755 F: bsd-user/
1756 F: default-configs/*-bsd-user.mak
1758 Linux user
1759 M: Riku Voipio <riku.voipio@iki.fi>
1760 R: Laurent Vivier <laurent@vivier.eu>
1761 S: Maintained
1762 F: linux-user/
1763 F: default-configs/*-linux-user.mak
1764 F: scripts/qemu-binfmt-conf.sh
1766 Tiny Code Generator (TCG)
1767 -------------------------
1768 Common code
1769 M: Richard Henderson <rth@twiddle.net>
1770 S: Maintained
1771 F: tcg/
1773 AArch64 target
1774 M: Claudio Fontana <claudio.fontana@huawei.com>
1775 M: Claudio Fontana <claudio.fontana@gmail.com>
1776 S: Maintained
1777 L: qemu-arm@nongnu.org
1778 F: tcg/aarch64/
1779 F: disas/arm-a64.cc
1780 F: disas/libvixl/
1782 ARM target
1783 M: Andrzej Zaborowski <balrogg@gmail.com>
1784 S: Maintained
1785 L: qemu-arm@nongnu.org
1786 F: tcg/arm/
1787 F: disas/arm.c
1789 i386 target
1790 L: qemu-devel@nongnu.org
1791 S: Maintained
1792 F: tcg/i386/
1793 F: disas/i386.c
1795 MIPS target
1796 M: Aurelien Jarno <aurelien@aurel32.net>
1797 S: Maintained
1798 F: tcg/mips/
1799 F: disas/mips.c
1802 M: Richard Henderson <rth@twiddle.net>
1803 S: Odd Fixes
1804 F: tcg/ppc/
1805 F: disas/ppc.c
1807 S390 target
1808 M: Alexander Graf <agraf@suse.de>
1809 M: Richard Henderson <rth@twiddle.net>
1810 S: Maintained
1811 F: tcg/s390/
1812 F: disas/s390.c
1813 L: qemu-s390x@nongnu.org
1815 SPARC target
1816 S: Odd Fixes
1817 F: tcg/sparc/
1818 F: disas/sparc.c
1820 TCI target
1821 M: Stefan Weil <sw@weilnetz.de>
1822 S: Maintained
1823 F: tcg/tci/
1824 F: tcg/tci.c
1825 F: disas/tci.c
1827 Block drivers
1828 -------------
1829 VMDK
1830 M: Fam Zheng <famz@redhat.com>
1831 L: qemu-block@nongnu.org
1832 S: Supported
1833 F: block/vmdk.c
1836 M: Josh Durgin <jdurgin@redhat.com>
1837 M: Jeff Cody <jcody@redhat.com>
1838 L: qemu-block@nongnu.org
1839 S: Supported
1840 F: block/rbd.c
1841 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1843 Sheepdog
1844 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1845 M: Liu Yuan <namei.unix@gmail.com>
1846 M: Jeff Cody <jcody@redhat.com>
1847 L: qemu-block@nongnu.org
1848 L: sheepdog@lists.wpkg.org
1849 S: Supported
1850 F: block/sheepdog.c
1851 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1853 VHDX
1854 M: Jeff Cody <jcody@redhat.com>
1855 L: qemu-block@nongnu.org
1856 S: Supported
1857 F: block/vhdx*
1858 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1861 M: Stefan Weil <sw@weilnetz.de>
1862 L: qemu-block@nongnu.org
1863 S: Maintained
1864 F: block/vdi.c
1866 iSCSI
1867 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1868 M: Paolo Bonzini <pbonzini@redhat.com>
1869 M: Peter Lieven <pl@kamp.de>
1870 L: qemu-block@nongnu.org
1871 S: Supported
1872 F: block/iscsi.c
1873 F: block/iscsi-opts.c
1875 Network Block Device (NBD)
1876 M: Eric Blake <eblake@redhat.com>
1877 M: Paolo Bonzini <pbonzini@redhat.com>
1878 L: qemu-block@nongnu.org
1879 S: Maintained
1880 F: block/nbd*
1881 F: nbd/
1882 F: include/block/nbd*
1883 F: qemu-nbd.*
1884 F: blockdev-nbd.c
1885 T: git git://repo.or.cz/qemu/ericb.git nbd
1888 M: Jeff Cody <jcody@redhat.com>
1889 M: Peter Lieven <pl@kamp.de>
1890 L: qemu-block@nongnu.org
1891 S: Maintained
1892 F: block/nfs.c
1893 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1896 M: Richard W.M. Jones <rjones@redhat.com>
1897 M: Jeff Cody <jcody@redhat.com>
1898 L: qemu-block@nongnu.org
1899 S: Supported
1900 F: block/ssh.c
1901 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1903 CURL
1904 M: Jeff Cody <jcody@redhat.com>
1905 L: qemu-block@nongnu.org
1906 S: Supported
1907 F: block/curl.c
1908 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1910 GLUSTER
1911 M: Jeff Cody <jcody@redhat.com>
1912 L: qemu-block@nongnu.org
1913 S: Supported
1914 F: block/gluster.c
1915 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1917 Null Block Driver
1918 M: Fam Zheng <famz@redhat.com>
1919 L: qemu-block@nongnu.org
1920 S: Supported
1921 F: block/null.c
1923 NVMe Block Driver
1924 M: Fam Zheng <famz@redhat.com>
1925 L: qemu-block@nongnu.org
1926 S: Supported
1927 F: block/nvme*
1929 Bootdevice
1930 M: Gonglei <arei.gonglei@huawei.com>
1931 S: Maintained
1932 F: bootdevice.c
1934 Quorum
1935 M: Alberto Garcia <berto@igalia.com>
1936 S: Supported
1937 F: block/quorum.c
1938 L: qemu-block@nongnu.org
1940 blkverify
1941 M: Stefan Hajnoczi <stefanha@redhat.com>
1942 L: qemu-block@nongnu.org
1943 S: Supported
1944 F: block/blkverify.c
1946 bochs
1947 M: Stefan Hajnoczi <stefanha@redhat.com>
1948 L: qemu-block@nongnu.org
1949 S: Supported
1950 F: block/bochs.c
1952 cloop
1953 M: Stefan Hajnoczi <stefanha@redhat.com>
1954 L: qemu-block@nongnu.org
1955 S: Supported
1956 F: block/cloop.c
1959 M: Stefan Hajnoczi <stefanha@redhat.com>
1960 L: qemu-block@nongnu.org
1961 S: Supported
1962 F: block/dmg.c
1964 parallels
1965 M: Stefan Hajnoczi <stefanha@redhat.com>
1966 M: Denis V. Lunev <den@openvz.org>
1967 L: qemu-block@nongnu.org
1968 S: Supported
1969 F: block/parallels.c
1970 F: docs/interop/parallels.txt
1973 M: Stefan Hajnoczi <stefanha@redhat.com>
1974 L: qemu-block@nongnu.org
1975 S: Supported
1976 F: block/qed.c
1979 M: Kevin Wolf <kwolf@redhat.com>
1980 L: qemu-block@nongnu.org
1981 S: Supported
1982 F: block/linux-aio.c
1983 F: include/block/raw-aio.h
1984 F: block/raw-format.c
1985 F: block/file-posix.c
1986 F: block/file-win32.c
1987 F: block/win32-aio.c
1989 qcow2
1990 M: Kevin Wolf <kwolf@redhat.com>
1991 M: Max Reitz <mreitz@redhat.com>
1992 L: qemu-block@nongnu.org
1993 S: Supported
1994 F: block/qcow2*
1995 F: docs/interop/qcow2.txt
1997 qcow
1998 M: Kevin Wolf <kwolf@redhat.com>
1999 L: qemu-block@nongnu.org
2000 S: Supported
2001 F: block/qcow.c
2003 blkdebug
2004 M: Kevin Wolf <kwolf@redhat.com>
2005 M: Max Reitz <mreitz@redhat.com>
2006 L: qemu-block@nongnu.org
2007 S: Supported
2008 F: block/blkdebug.c
2011 M: Kevin Wolf <kwolf@redhat.com>
2012 L: qemu-block@nongnu.org
2013 S: Supported
2014 F: block/vpc.c
2016 vvfat
2017 M: Kevin Wolf <kwolf@redhat.com>
2018 L: qemu-block@nongnu.org
2019 S: Supported
2020 F: block/vvfat.c
2022 Image format fuzzer
2023 M: Stefan Hajnoczi <stefanha@redhat.com>
2024 L: qemu-block@nongnu.org
2025 S: Supported
2026 F: tests/image-fuzzer/
2028 Replication
2029 M: Wen Congyang <wencongyang2@huawei.com>
2030 M: Xie Changlong <xiechanglong.d@gmail.com>
2031 S: Supported
2032 F: replication*
2033 F: block/replication.c
2034 F: tests/test-replication.c
2035 F: docs/block-replication.txt
2037 Build and test automation
2038 -------------------------
2039 Build and test automation
2040 M: Alex Bennée <alex.bennee@linaro.org>
2041 M: Fam Zheng <famz@redhat.com>
2042 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2043 L: qemu-devel@nongnu.org
2044 S: Maintained
2045 F: .travis.yml
2046 F: .shippable.yml
2047 F: tests/docker/
2048 F: tests/vm/
2049 W: https://travis-ci.org/qemu/qemu
2050 W: https://app.shippable.com/github/qemu/qemu
2051 W: http://patchew.org/QEMU/
2053 Documentation
2054 -------------
2055 Build system architecture
2056 M: Daniel P. Berrange <berrange@redhat.com>
2057 S: Odd Fixes
2058 F: docs/devel/build-system.txt
2060 Build System
2061 ------------
2062 GIT submodules
2063 M: Daniel P. Berrange <berrange@redhat.com>
2064 S: Odd Fixes
2065 F: scripts/git-submodule.sh