s390x: upgrade status of KVM cores to "supported"
[qemu/ar7.git] / MAINTAINERS
blobb1d786cfd87a9e72bdf9483e64e474459137717d
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            Maintainers are looking after a certain area and must be CCed on
16            patches. They are considered the main contact point.
17         R: Designated reviewer: FullName <address@domain>
18            These reviewers should be CCed on patches.
19            Reviewers are familiar with the subject matter and provide feedback
20            even though they are not maintainers.
21         L: Mailing list that is relevant to this area
22            These lists should be CCed on patches.
23         W: Web-page with status/info
24         Q: Patchwork web based patch tracking system site
25         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26         S: Status, one of the following:
27            Supported:   Someone is actually paid to look after this.
28            Maintained:  Someone actually looks after it.
29            Odd Fixes:   It has a maintainer but they don't have time to do
30                         much other than throw the odd patch in. See below.
31            Orphan:      No current maintainer [but maybe you could take the
32                         role as you write your new code].
33            Obsolete:    Old code. Something tagged obsolete generally means
34                         it has been replaced by a better system and you
35                         should be using that.
36         F: Files and directories with wildcard patterns.
37            A trailing slash includes all files and subdirectory files.
38            F:   drivers/net/    all files in and below drivers/net
39            F:   drivers/net/*   all files in drivers/net, but not below
40            F:   */net/*         all files in "any top level directory"/net
41            One pattern per line.  Multiple F: lines acceptable.
42         X: Files and directories that are NOT maintained, same rules as F:
43            Files exclusions are tested before file matches.
44            Can be useful for excluding a specific subdirectory, for instance:
45            F:   net/
46            X:   net/ipv6/
47            matches all files in and below net excluding net/ipv6/
48         K: Keyword perl extended regex pattern to match content in a
49            patch or file.  For instance:
50            K: of_get_profile
51               matches patches or files that contain "of_get_profile"
52            K: \b(printk|pr_(info|err))\b
53               matches patches or files that contain one or more of the words
54               printk, pr_info or pr_err
55            One regex pattern per line.  Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
67 Responsible Disclosure, Reporting Security Issues
68 ------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
84 Architecture support
85 --------------------
86 S390
87 M: Cornelia Huck <cohuck@redhat.com>
88 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
109 Guest CPU cores (TCG):
110 ----------------------
111 Overall
112 L: qemu-devel@nongnu.org
113 M: Richard Henderson <rth@twiddle.net>
114 R: Paolo Bonzini <pbonzini@redhat.com>
115 S: Maintained
116 F: cpus.c
117 F: exec.c
118 F: accel/tcg/
119 F: accel/stubs/tcg-stub.c
120 F: include/exec/cpu*.h
121 F: include/exec/exec-all.h
122 F: include/exec/helper*.h
123 F: include/exec/tb-hash.h
124 F: include/sysemu/cpus.h
126 FPU emulation
127 M: Aurelien Jarno <aurelien@aurel32.net>
128 M: Peter Maydell <peter.maydell@linaro.org>
129 M: Alex Bennée <alex.bennee@linaro.org>
130 S: Maintained
131 F: fpu/
132 F: include/fpu/
133 F: tests/fp/
135 Alpha
136 M: Richard Henderson <rth@twiddle.net>
137 S: Maintained
138 F: target/alpha/
139 F: tests/tcg/alpha/
140 F: disas/alpha.c
143 M: Peter Maydell <peter.maydell@linaro.org>
144 L: qemu-arm@nongnu.org
145 S: Maintained
146 F: target/arm/
147 F: tests/tcg/arm/
148 F: tests/tcg/aarch64/
149 F: hw/arm/
150 F: hw/cpu/a*mpcore.c
151 F: include/hw/cpu/a*mpcore.h
152 F: disas/arm.c
153 F: disas/arm-a64.cc
154 F: disas/libvixl/
156 ARM SMMU
157 M: Eric Auger <eric.auger@redhat.com>
158 L: qemu-arm@nongnu.org
159 S: Maintained
160 F: hw/arm/smmu*
161 F: include/hw/arm/smmu*
163 CRIS
164 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
165 S: Maintained
166 F: target/cris/
167 F: hw/cris/
168 F: include/hw/cris/
169 F: tests/tcg/cris/
170 F: disas/cris.c
172 HPPA (PA-RISC)
173 M: Richard Henderson <rth@twiddle.net>
174 S: Maintained
175 F: target/hppa/
176 F: hw/hppa/
177 F: disas/hppa.c
179 LM32
180 M: Michael Walle <michael@walle.cc>
181 S: Maintained
182 F: target/lm32/
183 F: disas/lm32.c
184 F: hw/lm32/
185 F: hw/*/lm32_*
186 F: hw/*/milkymist-*
187 F: include/hw/display/milkymist_tmu2.h
188 F: include/hw/char/lm32_juart.h
189 F: include/hw/lm32/
190 F: tests/tcg/lm32/
192 M68K
193 M: Laurent Vivier <laurent@vivier.eu>
194 S: Maintained
195 F: target/m68k/
196 F: disas/m68k.c
198 MicroBlaze
199 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
200 S: Maintained
201 F: target/microblaze/
202 F: hw/microblaze/
203 F: disas/microblaze.c
205 MIPS
206 M: Aurelien Jarno <aurelien@aurel32.net>
207 M: Aleksandar Markovic <amarkovic@wavecomp.com>
208 R: Aleksandar Rikalo <arikalo@wavecomp.com>
209 S: Maintained
210 F: target/mips/
211 F: default-configs/*mips*
212 F: disas/mips.c
213 F: disas/nanomips.cpp
214 F: disas/nanomips.h
215 F: hw/intc/mips_gic.c
216 F: hw/mips/
217 F: hw/misc/mips_*
218 F: hw/timer/mips_gictimer.c
219 F: include/hw/intc/mips_gic.h
220 F: include/hw/mips/
221 F: include/hw/misc/mips_*
222 F: include/hw/timer/mips_gictimer.h
223 F: tests/tcg/mips/
224 K: ^Subject:.*(?i)mips
226 Moxie
227 M: Anthony Green <green@moxielogic.com>
228 S: Maintained
229 F: target/moxie/
230 F: disas/moxie.c
231 F: hw/moxie/
232 F: default-configs/moxie-softmmu.mak
234 NiosII
235 M: Chris Wulff <crwulff@gmail.com>
236 M: Marek Vasut <marex@denx.de>
237 S: Maintained
238 F: target/nios2/
239 F: hw/nios2/
240 F: hw/intc/nios2_iic.c
241 F: disas/nios2.c
242 F: default-configs/nios2-softmmu.mak
244 OpenRISC
245 M: Stafford Horne <shorne@gmail.com>
246 S: Odd Fixes
247 F: target/openrisc/
248 F: hw/openrisc/
249 F: tests/tcg/openrisc/
251 PowerPC
252 M: David Gibson <david@gibson.dropbear.id.au>
253 L: qemu-ppc@nongnu.org
254 S: Maintained
255 F: target/ppc/
256 F: hw/ppc/
257 F: include/hw/ppc/
258 F: disas/ppc.c
260 RISC-V
261 M: Palmer Dabbelt <palmer@sifive.com>
262 M: Alistair Francis <Alistair.Francis@wdc.com>
263 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
264 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
265 L: qemu-riscv@nongnu.org
266 S: Supported
267 F: target/riscv/
268 F: hw/riscv/
269 F: include/hw/riscv/
270 F: linux-user/host/riscv32/
271 F: linux-user/host/riscv64/
273 S390
274 M: Richard Henderson <rth@twiddle.net>
275 M: David Hildenbrand <david@redhat.com>
276 S: Maintained
277 F: target/s390x/
278 F: hw/s390x/
279 F: disas/s390.c
280 F: tests/tcg/s390x/
281 L: qemu-s390x@nongnu.org
284 M: Aurelien Jarno <aurelien@aurel32.net>
285 S: Odd Fixes
286 F: target/sh4/
287 F: hw/sh4/
288 F: disas/sh4.c
289 F: include/hw/sh4/
291 SPARC
292 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
293 M: Artyom Tarasenko <atar4qemu@gmail.com>
294 S: Maintained
295 F: target/sparc/
296 F: hw/sparc/
297 F: hw/sparc64/
298 F: include/hw/sparc/sparc64.h
299 F: disas/sparc.c
301 UniCore32
302 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
303 S: Maintained
304 F: target/unicore32/
305 F: hw/unicore32/
306 F: include/hw/unicore32/
309 M: Paolo Bonzini <pbonzini@redhat.com>
310 M: Richard Henderson <rth@twiddle.net>
311 M: Eduardo Habkost <ehabkost@redhat.com>
312 S: Maintained
313 F: target/i386/
314 F: tests/tcg/i386/
315 F: tests/tcg/x86_64/
316 F: hw/i386/
317 F: disas/i386.c
318 F: docs/qemu-cpu-models.texi
319 T: git https://github.com/ehabkost/qemu.git x86-next
321 Xtensa
322 M: Max Filippov <jcmvbkbc@gmail.com>
323 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
324 S: Maintained
325 F: target/xtensa/
326 F: hw/xtensa/
327 F: tests/tcg/xtensa/
328 F: disas/xtensa.c
329 F: include/hw/xtensa/xtensa-isa.h
330 F: default-configs/xtensa*.mak
332 TriCore
333 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
334 S: Maintained
335 F: target/tricore/
336 F: hw/tricore/
337 F: include/hw/tricore/
339 Multiarch Linux User Tests
340 M: Alex Bennée <alex.bennee@linaro.org>
341 F: tests/tcg/multiarch/
343 Guest CPU Cores (KVM):
344 ----------------------
346 Overall
347 M: Paolo Bonzini <pbonzini@redhat.com>
348 L: kvm@vger.kernel.org
349 S: Supported
350 F: */kvm.*
351 F: accel/kvm/
352 F: accel/stubs/kvm-stub.c
353 F: include/hw/kvm/
354 F: include/sysemu/kvm*.h
355 F: scripts/kvm/kvm_flightrecorder
358 M: Peter Maydell <peter.maydell@linaro.org>
359 L: qemu-arm@nongnu.org
360 S: Maintained
361 F: target/arm/kvm.c
363 MIPS
364 M: James Hogan <jhogan@kernel.org>
365 R: Aleksandar Rikalo <arikalo@wavecomp.com>
366 S: Maintained
367 F: target/mips/kvm.c
370 M: David Gibson <david@gibson.dropbear.id.au>
371 S: Maintained
372 F: target/ppc/kvm.c
374 S390
375 M: Halil Pasic <pasic@linux.ibm.com>
376 M: Cornelia Huck <cohuck@redhat.com>
377 M: Christian Borntraeger <borntraeger@de.ibm.com>
378 S: Supported
379 F: target/s390x/kvm.c
380 F: target/s390x/kvm_s390x.h
381 F: target/s390x/kvm-stub.c
382 F: target/s390x/ioinst.[ch]
383 F: target/s390x/machine.c
384 F: target/s390x/sigp.c
385 F: hw/intc/s390_flic.c
386 F: hw/intc/s390_flic_kvm.c
387 F: include/hw/s390x/s390_flic.h
388 F: gdb-xml/s390*.xml
389 T: git https://github.com/cohuck/qemu.git s390-next
390 T: git https://github.com/borntraeger/qemu.git s390-next
391 L: qemu-s390x@nongnu.org
394 M: Paolo Bonzini <pbonzini@redhat.com>
395 M: Marcelo Tosatti <mtosatti@redhat.com>
396 L: kvm@vger.kernel.org
397 S: Supported
398 F: target/i386/kvm.c
399 F: scripts/kvm/vmxcap
401 Guest CPU Cores (Xen):
402 ----------------------
405 M: Stefano Stabellini <sstabellini@kernel.org>
406 M: Anthony Perard <anthony.perard@citrix.com>
407 M: Paul Durrant <paul.durrant@citrix.com>
408 L: xen-devel@lists.xenproject.org
409 S: Supported
410 F: */xen*
411 F: hw/9pfs/xen-9p-backend.c
412 F: hw/char/xen_console.c
413 F: hw/display/xenfb.c
414 F: hw/net/xen_nic.c
415 F: hw/block/xen*
416 F: hw/block/dataplane/xen*
417 F: hw/xen/
418 F: hw/xenpv/
419 F: hw/i386/xen/
420 F: include/hw/block/dataplane/xen*
421 F: include/hw/xen/
422 F: include/sysemu/xen-mapcache.h
424 Hosts:
425 ------
427 LINUX
428 L: qemu-devel@nongnu.org
429 S: Maintained
430 F: linux-*
431 F: linux-headers/
433 POSIX
434 L: qemu-devel@nongnu.org
435 S: Maintained
436 F: *posix*
438 NETBSD
439 L: qemu-devel@nongnu.org
440 M: Kamil Rytarowski <kamil@netbsd.org>
441 S: Maintained
442 K: ^Subject:.*(?i)NetBSD
444 OPENBSD
445 L: qemu-devel@nongnu.org
446 M: Brad Smith <brad@comstyle.com>
447 S: Maintained
448 K: ^Subject:.*(?i)OpenBSD
450 W32, W64
451 L: qemu-devel@nongnu.org
452 M: Stefan Weil <sw@weilnetz.de>
453 S: Maintained
454 F: *win32*
455 F: */*win32*
456 F: include/*/*win32*
457 X: qga/*win32*
458 F: qemu.nsi
460 Alpha Machines
461 M: Richard Henderson <rth@twiddle.net>
462 S: Maintained
463 F: hw/alpha/
464 F: hw/isa/smc37c669-superio.c
466 ARM Machines
467 ------------
468 Allwinner-a10
469 M: Beniamino Galvani <b.galvani@gmail.com>
470 M: Peter Maydell <peter.maydell@linaro.org>
471 L: qemu-arm@nongnu.org
472 S: Odd Fixes
473 F: hw/*/allwinner*
474 F: include/hw/*/allwinner*
475 F: hw/arm/cubieboard.c
477 ARM PrimeCell and CMSDK devices
478 M: Peter Maydell <peter.maydell@linaro.org>
479 L: qemu-arm@nongnu.org
480 S: Maintained
481 F: hw/char/pl011.c
482 F: include/hw/char/pl011.h
483 F: hw/display/pl110*
484 F: hw/dma/pl080.c
485 F: include/hw/dma/pl080.h
486 F: hw/dma/pl330.c
487 F: hw/gpio/pl061.c
488 F: hw/input/pl050.c
489 F: hw/intc/pl190.c
490 F: hw/sd/pl181.c
491 F: hw/ssi/pl022.c
492 F: include/hw/ssi/pl022.h
493 F: hw/timer/pl031.c
494 F: include/hw/arm/primecell.h
495 F: hw/timer/cmsdk-apb-timer.c
496 F: include/hw/timer/cmsdk-apb-timer.h
497 F: hw/timer/cmsdk-apb-dualtimer.c
498 F: include/hw/timer/cmsdk-apb-dualtimer.h
499 F: hw/char/cmsdk-apb-uart.c
500 F: include/hw/char/cmsdk-apb-uart.h
501 F: hw/watchdog/cmsdk-apb-watchdog.c
502 F: include/hw/watchdog/cmsdk-apb-watchdog.h
503 F: hw/misc/tz-ppc.c
504 F: include/hw/misc/tz-ppc.h
505 F: hw/misc/tz-mpc.c
506 F: include/hw/misc/tz-mpc.h
507 F: hw/misc/tz-msc.c
508 F: include/hw/misc/tz-msc.h
510 ARM cores
511 M: Peter Maydell <peter.maydell@linaro.org>
512 L: qemu-arm@nongnu.org
513 S: Maintained
514 F: hw/intc/arm*
515 F: hw/intc/gic_internal.h
516 F: hw/misc/a9scu.c
517 F: hw/misc/arm11scu.c
518 F: hw/misc/arm_l2x0.c
519 F: hw/timer/a9gtimer*
520 F: hw/timer/arm*
521 F: include/hw/arm/arm*.h
522 F: include/hw/intc/arm*
523 F: include/hw/misc/a9scu.h
524 F: include/hw/misc/arm11scu.h
525 F: include/hw/timer/a9gtimer.h
526 F: include/hw/timer/arm_mptimer.h
527 F: include/hw/timer/armv7m_systick.h
528 F: tests/test-arm-mptimer.c
530 Exynos
531 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
532 M: Peter Maydell <peter.maydell@linaro.org>
533 L: qemu-arm@nongnu.org
534 S: Odd Fixes
535 F: hw/*/exynos*
536 F: include/hw/arm/exynos4210.h
538 Calxeda Highbank
539 M: Rob Herring <robh@kernel.org>
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
542 S: Odd Fixes
543 F: hw/arm/highbank.c
544 F: hw/net/xgmac.c
546 Canon DIGIC
547 M: Antony Pavlov <antonynpavlov@gmail.com>
548 M: Peter Maydell <peter.maydell@linaro.org>
549 L: qemu-arm@nongnu.org
550 S: Odd Fixes
551 F: include/hw/arm/digic.h
552 F: hw/*/digic*
553 F: include/hw/*/digic*
555 Gumstix
556 M: Peter Maydell <peter.maydell@linaro.org>
557 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
558 L: qemu-devel@nongnu.org
559 L: qemu-arm@nongnu.org
560 S: Odd Fixes
561 F: hw/arm/gumstix.c
563 i.MX25 PDK
564 M: Peter Maydell <peter.maydell@linaro.org>
565 R: Jean-Christophe Dubois <jcd@tribudubois.net>
566 L: qemu-arm@nongnu.org
567 S: Odd Fixes
568 F: hw/arm/fsl-imx25.c
569 F: hw/arm/imx25_pdk.c
570 F: hw/misc/imx25_ccm.c
571 F: include/hw/arm/fsl-imx25.h
572 F: include/hw/misc/imx25_ccm.h
574 i.MX31 (kzm)
575 M: Peter Chubb <peter.chubb@nicta.com.au>
576 M: Peter Maydell <peter.maydell@linaro.org>
577 L: qemu-arm@nongnu.org
578 S: Odd Fixes
579 F: hw/arm/kzm.c
580 F: hw/*/imx_*
581 F: hw/*/*imx31*
582 F: include/hw/*/imx_*
583 F: include/hw/*/*imx31*
585 Integrator CP
586 M: Peter Maydell <peter.maydell@linaro.org>
587 L: qemu-arm@nongnu.org
588 S: Maintained
589 F: hw/arm/integratorcp.c
590 F: hw/misc/arm_integrator_debug.c
591 F: include/hw/misc/arm_integrator_debug.h
593 MCIMX6UL EVK / i.MX6ul
594 M: Peter Maydell <peter.maydell@linaro.org>
595 R: Jean-Christophe Dubois <jcd@tribudubois.net>
596 L: qemu-arm@nongnu.org
597 S: Odd Fixes
598 F: hw/arm/mcimx6ul-evk.c
599 F: hw/arm/fsl-imx6ul.c
600 F: hw/misc/imx6ul_ccm.c
601 F: include/hw/arm/fsl-imx6ul.h
602 F: include/hw/misc/imx6ul_ccm.h
604 MCIMX7D SABRE / i.MX7
605 M: Peter Maydell <peter.maydell@linaro.org>
606 R: Andrey Smirnov <andrew.smirnov@gmail.com>
607 L: qemu-arm@nongnu.org
608 S: Odd Fixes
609 F: hw/arm/mcimx7d-sabre.c
610 F: hw/arm/fsl-imx7.c
611 F: hw/misc/imx7_*.c
612 F: include/hw/arm/fsl-imx7.h
613 F: include/hw/misc/imx7_*.h
614 F: hw/pci-host/designware.c
615 F: include/hw/pci-host/designware.h
617 MPS2
618 M: Peter Maydell <peter.maydell@linaro.org>
619 L: qemu-arm@nongnu.org
620 S: Maintained
621 F: hw/arm/mps2.c
622 F: hw/arm/mps2-tz.c
623 F: hw/misc/mps2-*.c
624 F: include/hw/misc/mps2-*.h
625 F: hw/arm/armsse.c
626 F: include/hw/arm/armsse.h
627 F: hw/misc/iotkit-secctl.c
628 F: include/hw/misc/iotkit-secctl.h
629 F: hw/misc/iotkit-sysctl.c
630 F: include/hw/misc/iotkit-sysctl.h
631 F: hw/misc/iotkit-sysinfo.c
632 F: include/hw/misc/iotkit-sysinfo.h
633 F: hw/misc/armsse-cpuid.c
634 F: include/hw/misc/armsse-cpuid.h
636 Musicpal
637 M: Jan Kiszka <jan.kiszka@web.de>
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
640 S: Odd Fixes
641 F: hw/arm/musicpal.c
643 nSeries
644 M: Andrzej Zaborowski <balrogg@gmail.com>
645 M: Peter Maydell <peter.maydell@linaro.org>
646 L: qemu-arm@nongnu.org
647 S: Odd Fixes
648 F: hw/arm/nseries.c
649 F: hw/input/lm832x.c
650 F: hw/input/tsc2005.c
651 F: hw/misc/cbus.c
652 F: hw/timer/twl92230.c
654 Palm
655 M: Andrzej Zaborowski <balrogg@gmail.com>
656 M: Peter Maydell <peter.maydell@linaro.org>
657 L: qemu-arm@nongnu.org
658 S: Odd Fixes
659 F: hw/arm/palm.c
660 F: hw/input/tsc210x.c
662 Raspberry Pi
663 M: Peter Maydell <peter.maydell@linaro.org>
664 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
665 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
666 L: qemu-arm@nongnu.org
667 S: Odd Fixes
668 F: hw/arm/raspi.c
669 F: hw/arm/raspi_platform.h
670 F: hw/*/bcm283*
671 F: include/hw/arm/raspi*
672 F: include/hw/*/bcm283*
674 Real View
675 M: Peter Maydell <peter.maydell@linaro.org>
676 L: qemu-arm@nongnu.org
677 S: Maintained
678 F: hw/arm/realview*
679 F: hw/cpu/realview_mpcore.c
680 F: hw/intc/realview_gic.c
681 F: include/hw/intc/realview_gic.h
683 PXA2XX
684 M: Andrzej Zaborowski <balrogg@gmail.com>
685 M: Peter Maydell <peter.maydell@linaro.org>
686 L: qemu-arm@nongnu.org
687 S: Odd Fixes
688 F: hw/arm/mainstone.c
689 F: hw/arm/spitz.c
690 F: hw/arm/tosa.c
691 F: hw/arm/z2.c
692 F: hw/*/pxa2xx*
693 F: hw/display/tc6393xb.c
694 F: hw/gpio/max7310.c
695 F: hw/gpio/zaurus.c
696 F: hw/misc/mst_fpga.c
697 F: hw/misc/max111x.c
698 F: include/hw/arm/pxa.h
699 F: include/hw/arm/sharpsl.h
701 SABRELITE / i.MX6
702 M: Peter Maydell <peter.maydell@linaro.org>
703 R: Jean-Christophe Dubois <jcd@tribudubois.net>
704 L: qemu-arm@nongnu.org
705 S: Odd Fixes
706 F: hw/arm/sabrelite.c
707 F: hw/arm/fsl-imx6.c
708 F: hw/misc/imx6_*.c
709 F: hw/ssi/imx_spi.c
710 F: include/hw/arm/fsl-imx6.h
711 F: include/hw/misc/imx6_*.h
712 F: include/hw/ssi/imx_spi.h
714 Sharp SL-5500 (Collie) PDA
715 M: Peter Maydell <peter.maydell@linaro.org>
716 L: qemu-arm@nongnu.org
717 S: Odd Fixes
718 F: hw/arm/collie.c
719 F: hw/arm/strongarm*
721 Stellaris
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
724 S: Maintained
725 F: hw/*/stellaris*
727 Versatile Express
728 M: Peter Maydell <peter.maydell@linaro.org>
729 L: qemu-arm@nongnu.org
730 S: Maintained
731 F: hw/arm/vexpress.c
733 Versatile PB
734 M: Peter Maydell <peter.maydell@linaro.org>
735 L: qemu-arm@nongnu.org
736 S: Maintained
737 F: hw/*/versatile*
738 F: hw/misc/arm_sysctl.c
740 Virt
741 M: Peter Maydell <peter.maydell@linaro.org>
742 L: qemu-arm@nongnu.org
743 S: Maintained
744 F: hw/arm/virt*
745 F: include/hw/arm/virt.h
747 Xilinx Zynq
748 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
749 M: Alistair Francis <alistair@alistair23.me>
750 M: Peter Maydell <peter.maydell@linaro.org>
751 L: qemu-arm@nongnu.org
752 S: Maintained
753 F: hw/*/xilinx_*
754 F: hw/*/cadence_*
755 F: hw/misc/zynq*
756 F: include/hw/misc/zynq*
757 X: hw/ssi/xilinx_*
759 Xilinx ZynqMP
760 M: Alistair Francis <alistair@alistair23.me>
761 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
762 M: Peter Maydell <peter.maydell@linaro.org>
763 L: qemu-arm@nongnu.org
764 S: Maintained
765 F: hw/*/xlnx*.c
766 F: include/hw/*/xlnx*.h
767 F: include/hw/ssi/xilinx_spips.h
768 F: hw/display/dpcd.c
769 F: include/hw/display/dpcd.h
771 ARM ACPI Subsystem
772 M: Shannon Zhao <shannon.zhaosl@gmail.com>
773 L: qemu-arm@nongnu.org
774 S: Maintained
775 F: hw/arm/virt-acpi-build.c
777 STM32F205
778 M: Alistair Francis <alistair@alistair23.me>
779 M: Peter Maydell <peter.maydell@linaro.org>
780 S: Maintained
781 F: hw/arm/stm32f205_soc.c
782 F: hw/misc/stm32f2xx_syscfg.c
783 F: hw/char/stm32f2xx_usart.c
784 F: hw/timer/stm32f2xx_timer.c
785 F: hw/adc/*
786 F: hw/ssi/stm32f2xx_spi.c
787 F: include/hw/*/stm32*.h
789 Netduino 2
790 M: Alistair Francis <alistair@alistair23.me>
791 M: Peter Maydell <peter.maydell@linaro.org>
792 S: Maintained
793 F: hw/arm/netduino2.c
795 SmartFusion2
796 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
797 M: Peter Maydell <peter.maydell@linaro.org>
798 S: Maintained
799 F: hw/arm/msf2-soc.c
800 F: hw/misc/msf2-sysreg.c
801 F: hw/timer/mss-timer.c
802 F: hw/ssi/mss-spi.c
803 F: include/hw/arm/msf2-soc.h
804 F: include/hw/misc/msf2-sysreg.h
805 F: include/hw/timer/mss-timer.h
806 F: include/hw/ssi/mss-spi.h
808 Emcraft M2S-FG484
809 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
810 M: Peter Maydell <peter.maydell@linaro.org>
811 S: Maintained
812 F: hw/arm/msf2-som.c
814 ASPEED BMCs
815 M: Cédric Le Goater <clg@kaod.org>
816 M: Peter Maydell <peter.maydell@linaro.org>
817 R: Andrew Jeffery <andrew@aj.id.au>
818 R: Joel Stanley <joel@jms.id.au>
819 L: qemu-arm@nongnu.org
820 S: Maintained
821 F: hw/*/*aspeed*
822 F: hw/misc/pca9552.c
823 F: include/hw/*/*aspeed*
824 F: include/hw/misc/pca9552*.h
825 F: hw/net/ftgmac100.c
826 F: include/hw/net/ftgmac100.h
828 NRF51
829 M: Joel Stanley <joel@jms.id.au>
830 M: Peter Maydell <peter.maydell@linaro.org>
831 L: qemu-arm@nongnu.org
832 S: Maintained
833 F: hw/*/nrf51*.c
834 F: hw/*/microbit*.c
835 F: include/hw/*/nrf51*.h
836 F: include/hw/*/microbit*.h
837 F: tests/microbit-test.c
839 CRIS Machines
840 -------------
841 Axis Dev88
842 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
843 S: Maintained
844 F: hw/cris/axis_dev88.c
845 F: hw/*/etraxfs_*.c
847 LM32 Machines
848 -------------
849 EVR32 and uclinux BSP
850 M: Michael Walle <michael@walle.cc>
851 S: Maintained
852 F: hw/lm32/lm32_boards.c
854 milkymist
855 M: Michael Walle <michael@walle.cc>
856 S: Maintained
857 F: hw/lm32/milkymist.c
859 M68K Machines
860 -------------
861 an5206
862 M: Thomas Huth <huth@tuxfamily.org>
863 S: Odd Fixes
864 F: hw/m68k/an5206.c
865 F: hw/m68k/mcf5206.c
867 mcf5208
868 M: Thomas Huth <huth@tuxfamily.org>
869 S: Odd Fixes
870 F: hw/m68k/mcf5208.c
871 F: hw/m68k/mcf_intc.c
872 F: hw/char/mcf_uart.c
873 F: hw/net/mcf_fec.c
874 F: include/hw/m68k/mcf*.h
876 MicroBlaze Machines
877 -------------------
878 petalogix_s3adsp1800
879 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
880 S: Maintained
881 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
882 F: include/hw/char/xilinx_uartlite.h
884 petalogix_ml605
885 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
886 S: Maintained
887 F: hw/microblaze/petalogix_ml605_mmu.c
889 MIPS Machines
890 -------------
891 Jazz
892 M: Hervé Poussineau <hpoussin@reactos.org>
893 R: Aleksandar Rikalo <arikalo@wavecomp.com>
894 S: Maintained
895 F: hw/mips/mips_jazz.c
896 F: hw/display/jazz_led.c
897 F: hw/dma/rc4030.c
899 Malta
900 M: Aurelien Jarno <aurelien@aurel32.net>
901 R: Aleksandar Rikalo <arikalo@wavecomp.com>
902 S: Maintained
903 F: hw/mips/mips_malta.c
905 Mipssim
906 M: Aleksandar Markovic <amarkovic@wavecomp.com>
907 R: Aleksandar Rikalo <arikalo@wavecomp.com>
908 S: Odd Fixes
909 F: hw/mips/mips_mipssim.c
910 F: hw/net/mipsnet.c
912 R4000
913 M: Aurelien Jarno <aurelien@aurel32.net>
914 R: Aleksandar Rikalo <arikalo@wavecomp.com>
915 S: Maintained
916 F: hw/mips/mips_r4k.c
918 Fulong 2E
919 M: Aleksandar Markovic <amarkovic@wavecomp.com>
920 R: Aleksandar Rikalo <arikalo@wavecomp.com>
921 S: Odd Fixes
922 F: hw/mips/mips_fulong2e.c
923 F: hw/isa/vt82c686.c
924 F: hw/pci-host/bonito.c
925 F: include/hw/isa/vt82c686.h
927 Boston
928 M: Paul Burton <pburton@wavecomp.com>
929 R: Aleksandar Rikalo <arikalo@wavecomp.com>
930 S: Maintained
931 F: hw/core/loader-fit.c
932 F: hw/mips/boston.c
933 F: hw/pci-host/xilinx-pcie.c
934 F: include/hw/pci-host/xilinx-pcie.h
936 OpenRISC Machines
937 -----------------
938 or1k-sim
939 M: Jia Liu <proljc@gmail.com>
940 S: Maintained
941 F: hw/openrisc/openrisc_sim.c
943 PowerPC Machines
944 ----------------
946 M: David Gibson <david@gibson.dropbear.id.au>
947 L: qemu-ppc@nongnu.org
948 S: Odd Fixes
949 F: hw/ppc/ppc405_boards.c
951 Bamboo
952 M: David Gibson <david@gibson.dropbear.id.au>
953 L: qemu-ppc@nongnu.org
954 S: Odd Fixes
955 F: hw/ppc/ppc440_bamboo.c
957 e500
958 M: David Gibson <david@gibson.dropbear.id.au>
959 L: qemu-ppc@nongnu.org
960 S: Odd Fixes
961 F: hw/ppc/e500*
962 F: hw/gpio/mpc8xxx.c
963 F: hw/net/fsl_etsec/
964 F: hw/pci-host/ppce500.c
965 F: include/hw/ppc/ppc_e500.h
966 F: include/hw/pci-host/ppce500.h
967 F: pc-bios/u-boot.e500
969 mpc8544ds
970 M: David Gibson <david@gibson.dropbear.id.au>
971 L: qemu-ppc@nongnu.org
972 S: Odd Fixes
973 F: hw/ppc/mpc8544ds.c
974 F: hw/ppc/mpc8544_guts.c
976 New World (mac99)
977 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
978 R: David Gibson <david@gibson.dropbear.id.au>
979 L: qemu-ppc@nongnu.org
980 S: Odd Fixes
981 F: hw/ppc/mac_newworld.c
982 F: hw/pci-host/uninorth.c
983 F: hw/pci-bridge/dec.[hc]
984 F: hw/misc/macio/
985 F: hw/misc/mos6522.c
986 F: hw/nvram/mac_nvram.c
987 F: hw/input/adb*
988 F: include/hw/misc/macio/
989 F: include/hw/misc/mos6522.h
990 F: include/hw/ppc/mac_dbdma.h
991 F: include/hw/pci-host/uninorth.h
992 F: include/hw/input/adb*
993 F: pc-bios/qemu_vga.ndrv
995 Old World (g3beige)
996 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
997 R: David Gibson <david@gibson.dropbear.id.au>
998 L: qemu-ppc@nongnu.org
999 S: Odd Fixes
1000 F: hw/ppc/mac_oldworld.c
1001 F: hw/pci-host/grackle.c
1002 F: hw/misc/macio/
1003 F: hw/intc/heathrow_pic.c
1004 F: hw/input/adb*
1005 F: include/hw/intc/heathrow_pic.h
1006 F: include/hw/input/adb*
1007 F: pc-bios/qemu_vga.ndrv
1009 PReP
1010 M: Hervé Poussineau <hpoussin@reactos.org>
1011 L: qemu-devel@nongnu.org
1012 L: qemu-ppc@nongnu.org
1013 S: Maintained
1014 F: hw/ppc/prep.c
1015 F: hw/ppc/prep_systemio.c
1016 F: hw/ppc/rs6000_mc.c
1017 F: hw/pci-host/prep.[hc]
1018 F: hw/isa/i82378.c
1019 F: hw/isa/pc87312.c
1020 F: hw/dma/i82374.c
1021 F: hw/timer/m48t59-isa.c
1022 F: include/hw/isa/pc87312.h
1023 F: include/hw/timer/m48t59.h
1024 F: pc-bios/ppc_rom.bin
1026 sPAPR
1027 M: David Gibson <david@gibson.dropbear.id.au>
1028 L: qemu-ppc@nongnu.org
1029 S: Supported
1030 F: hw/*/spapr*
1031 F: include/hw/*/spapr*
1032 F: hw/*/xics*
1033 F: include/hw/*/xics*
1034 F: pc-bios/spapr-rtas/*
1035 F: pc-bios/spapr-rtas.bin
1036 F: pc-bios/slof.bin
1037 F: pc-bios/skiboot.lid
1038 F: docs/specs/ppc-spapr-hcalls.txt
1039 F: docs/specs/ppc-spapr-hotplug.txt
1040 F: tests/spapr*
1041 F: tests/libqos/*spapr*
1042 F: tests/rtas*
1043 F: tests/libqos/rtas*
1045 virtex_ml507
1046 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1047 L: qemu-ppc@nongnu.org
1048 S: Odd Fixes
1049 F: hw/ppc/virtex_ml507.c
1051 sam460ex
1052 M: BALATON Zoltan <balaton@eik.bme.hu>
1053 L: qemu-ppc@nongnu.org
1054 S: Maintained
1055 F: hw/ppc/sam460ex.c
1056 F: hw/ppc/ppc440_pcix.c
1057 F: hw/display/sm501*
1058 F: hw/ide/sii3112.c
1059 F: hw/timer/m41t80.c
1060 F: pc-bios/canyonlands.dt[sb]
1061 F: pc-bios/u-boot-sam460ex-20100605.bin
1062 F: roms/u-boot-sam460ex
1064 SH4 Machines
1065 ------------
1067 M: Magnus Damm <magnus.damm@gmail.com>
1068 S: Maintained
1069 F: hw/sh4/r2d.c
1070 F: hw/intc/sh_intc.c
1071 F: hw/timer/sh_timer.c
1073 Shix
1074 M: Magnus Damm <magnus.damm@gmail.com>
1075 S: Odd Fixes
1076 F: hw/sh4/shix.c
1078 SPARC Machines
1079 --------------
1080 Sun4m
1081 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1082 S: Maintained
1083 F: hw/sparc/sun4m.c
1084 F: hw/sparc/sun4m_iommu.c
1085 F: hw/dma/sparc32_dma.c
1086 F: hw/misc/eccmemctl.c
1087 F: hw/misc/slavio_misc.c
1088 F: include/hw/sparc/sparc32_dma.h
1089 F: pc-bios/openbios-sparc32
1090 F: include/hw/sparc/sun4m_iommu.h
1092 Sun4u
1093 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1094 S: Maintained
1095 F: hw/sparc64/sun4u.c
1096 F: pc-bios/openbios-sparc64
1097 F: hw/pci-host/sabre.c
1098 F: include/hw/pci-host/sabre.h
1100 Sun4v
1101 M: Artyom Tarasenko <atar4qemu@gmail.com>
1102 S: Maintained
1103 F: hw/sparc64/niagara.c
1104 F: hw/timer/sun4v-rtc.c
1105 F: include/hw/timer/sun4v-rtc.h
1107 Leon3
1108 M: Fabien Chouteau <chouteau@adacore.com>
1109 S: Maintained
1110 F: hw/sparc/leon3.c
1111 F: hw/*/grlib*
1112 F: include/hw/sparc/grlib.h
1114 S390 Machines
1115 -------------
1116 S390 Virtio-ccw
1117 M: Cornelia Huck <cohuck@redhat.com>
1118 M: Halil Pasic <pasic@linux.ibm.com>
1119 M: Christian Borntraeger <borntraeger@de.ibm.com>
1120 S: Supported
1121 F: hw/char/sclp*.[hc]
1122 F: hw/char/terminal3270.c
1123 F: hw/s390x/
1124 F: include/hw/s390x/
1125 F: hw/watchdog/wdt_diag288.c
1126 F: include/hw/watchdog/wdt_diag288.h
1127 F: default-configs/s390x-softmmu.mak
1128 T: git https://github.com/cohuck/qemu.git s390-next
1129 T: git https://github.com/borntraeger/qemu.git s390-next
1130 L: qemu-s390x@nongnu.org
1132 S390-ccw boot
1133 M: Christian Borntraeger <borntraeger@de.ibm.com>
1134 M: Thomas Huth <thuth@redhat.com>
1135 S: Supported
1136 F: hw/s390x/ipl.*
1137 F: pc-bios/s390-ccw/
1138 F: pc-bios/s390-ccw.img
1139 T: git https://github.com/borntraeger/qemu.git s390-next
1140 L: qemu-s390x@nongnu.org
1142 S390 PCI
1143 M: Collin Walling <walling@linux.ibm.com>
1144 S: Supported
1145 F: hw/s390x/s390-pci*
1146 L: qemu-s390x@nongnu.org
1148 UniCore32 Machines
1149 -------------
1150 PKUnity-3 SoC initramfs-with-busybox
1151 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1152 S: Maintained
1153 F: hw/*/puv3*
1154 F: hw/unicore32/
1156 X86 Machines
1157 ------------
1159 M: Michael S. Tsirkin <mst@redhat.com>
1160 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1161 S: Supported
1162 F: include/hw/i386/
1163 F: hw/i386/
1164 F: hw/pci-host/piix.c
1165 F: hw/pci-host/q35.c
1166 F: hw/pci-host/pam.c
1167 F: include/hw/pci-host/q35.h
1168 F: include/hw/pci-host/pam.h
1169 F: hw/isa/piix4.c
1170 F: hw/isa/lpc_ich9.c
1171 F: hw/i2c/smbus_ich9.c
1172 F: hw/acpi/piix4.c
1173 F: hw/acpi/ich9.c
1174 F: include/hw/acpi/ich9.h
1175 F: include/hw/acpi/piix4.h
1176 F: hw/misc/sga.c
1178 PC Chipset
1179 M: Michael S. Tsirkin <mst@redhat.com>
1180 M: Paolo Bonzini <pbonzini@redhat.com>
1181 S: Supported
1182 F: hw/char/debugcon.c
1183 F: hw/char/parallel*
1184 F: hw/char/serial*
1185 F: hw/dma/i8257*
1186 F: hw/i2c/pm_smbus.c
1187 F: hw/input/pckbd.c
1188 F: hw/intc/apic*
1189 F: hw/intc/ioapic*
1190 F: hw/intc/i8259*
1191 F: hw/isa/isa-superio.c
1192 F: hw/misc/debugexit.c
1193 F: hw/misc/pc-testdev.c
1194 F: hw/timer/hpet*
1195 F: hw/timer/i8254*
1196 F: hw/timer/mc146818rtc*
1197 F: hw/watchdog/wdt_ib700.c
1198 F: hw/watchdog/wdt_i6300esb.c
1199 F: include/hw/display/vga.h
1200 F: include/hw/char/parallel.h
1201 F: include/hw/dma/i8257.h
1202 F: include/hw/i2c/pm_smbus.h
1203 F: include/hw/input/i8042.h
1204 F: include/hw/isa/i8259_internal.h
1205 F: include/hw/isa/superio.h
1206 F: include/hw/timer/hpet.h
1207 F: include/hw/timer/i8254*
1208 F: include/hw/timer/mc146818rtc*
1210 Machine core
1211 M: Eduardo Habkost <ehabkost@redhat.com>
1212 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1213 S: Supported
1214 F: hw/core/machine.c
1215 F: hw/core/null-machine.c
1216 F: hw/cpu/cluster.c
1217 F: include/hw/boards.h
1218 F: include/hw/cpu/cluster.h
1219 T: git https://github.com/ehabkost/qemu.git machine-next
1221 Xtensa Machines
1222 ---------------
1224 M: Max Filippov <jcmvbkbc@gmail.com>
1225 S: Maintained
1226 F: hw/xtensa/sim.c
1228 XTFPGA (LX60, LX200, ML605, KC705)
1229 M: Max Filippov <jcmvbkbc@gmail.com>
1230 S: Maintained
1231 F: hw/xtensa/xtfpga.c
1232 F: hw/net/opencores_eth.c
1234 Devices
1235 -------
1237 M: Jiri Slaby <jslaby@suse.cz>
1238 S: Maintained
1239 F: hw/misc/edu.c
1242 M: John Snow <jsnow@redhat.com>
1243 L: qemu-block@nongnu.org
1244 S: Supported
1245 F: include/hw/ide.h
1246 F: include/hw/ide/
1247 F: hw/ide/
1248 F: hw/block/block.c
1249 F: hw/block/cdrom.c
1250 F: hw/block/hd-geometry.c
1251 F: tests/ide-test.c
1252 F: tests/ahci-test.c
1253 F: tests/cdrom-test.c
1254 F: tests/libqos/ahci*
1255 T: git https://github.com/jnsnow/qemu.git ide
1257 IPMI
1258 M: Corey Minyard <minyard@acm.org>
1259 S: Maintained
1260 F: include/hw/ipmi/*
1261 F: hw/ipmi/*
1262 F: hw/smbios/smbios_type_38.c
1263 F: tests/ipmi*
1264 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1266 Floppy
1267 M: John Snow <jsnow@redhat.com>
1268 L: qemu-block@nongnu.org
1269 S: Supported
1270 F: hw/block/fdc.c
1271 F: include/hw/block/fdc.h
1272 F: tests/fdc-test.c
1273 T: git https://github.com/jnsnow/qemu.git ide
1275 OMAP
1276 M: Peter Maydell <peter.maydell@linaro.org>
1277 S: Maintained
1278 F: hw/*/omap*
1279 F: include/hw/arm/omap.h
1281 IPack
1282 M: Alberto Garcia <berto@igalia.com>
1283 S: Odd Fixes
1284 F: hw/char/ipoctal232.c
1285 F: hw/ipack/
1288 M: Michael S. Tsirkin <mst@redhat.com>
1289 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1290 S: Supported
1291 F: include/hw/pci/*
1292 F: hw/misc/pci-testdev.c
1293 F: hw/pci/*
1294 F: hw/pci-bridge/*
1295 F: docs/pci*
1296 F: docs/specs/*pci*
1297 F: default-configs/pci.mak
1299 ACPI/SMBIOS
1300 M: Michael S. Tsirkin <mst@redhat.com>
1301 M: Igor Mammedov <imammedo@redhat.com>
1302 S: Supported
1303 F: include/hw/acpi/*
1304 F: include/hw/firmware/smbios.h
1305 F: hw/mem/*
1306 F: hw/acpi/*
1307 F: hw/smbios/*
1308 F: hw/i386/acpi-build.[hc]
1309 F: hw/arm/virt-acpi-build.c
1310 F: tests/bios-tables-test.c
1311 F: tests/acpi-utils.[hc]
1312 F: tests/data/acpi/
1314 ppc4xx
1315 M: David Gibson <david@gibson.dropbear.id.au>
1316 L: qemu-ppc@nongnu.org
1317 S: Odd Fixes
1318 F: hw/ppc/ppc4*.c
1319 F: hw/i2c/ppc4xx_i2c.c
1320 F: include/hw/ppc/ppc4xx.h
1321 F: include/hw/i2c/ppc4xx_i2c.h
1323 Character devices
1324 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1325 R: Paolo Bonzini <pbonzini@redhat.com>
1326 S: Odd Fixes
1327 F: hw/char/
1329 Network devices
1330 M: Jason Wang <jasowang@redhat.com>
1331 S: Odd Fixes
1332 F: hw/net/
1333 F: include/hw/net/
1334 F: tests/virtio-net-test.c
1335 T: git https://github.com/jasowang/qemu.git net
1337 SCSI
1338 M: Paolo Bonzini <pbonzini@redhat.com>
1339 R: Fam Zheng <fam@euphon.net>
1340 S: Supported
1341 F: include/hw/scsi/*
1342 F: hw/scsi/*
1343 F: tests/virtio-scsi-test.c
1344 T: git https://github.com/bonzini/qemu.git scsi-next
1347 M: Alistair Francis <alistair@alistair23.me>
1348 S: Maintained
1349 F: hw/ssi/*
1350 F: hw/block/m25p80.c
1351 F: include/hw/ssi/ssi.h
1352 X: hw/ssi/xilinx_*
1353 F: tests/m25p80-test.c
1355 Xilinx SPI
1356 M: Alistair Francis <alistair@alistair23.me>
1357 S: Maintained
1358 F: hw/ssi/xilinx_*
1360 SD (Secure Card)
1361 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1362 S: Odd Fixes
1363 F: include/hw/sd/sd*
1364 F: hw/sd/core.c
1365 F: hw/sd/sd*
1366 F: tests/sd*
1369 M: Gerd Hoffmann <kraxel@redhat.com>
1370 S: Maintained
1371 F: hw/usb/*
1372 F: tests/usb-*-test.c
1373 F: docs/usb2.txt
1374 F: docs/usb-storage.txt
1375 F: include/hw/usb.h
1376 F: include/hw/usb/
1377 F: default-configs/usb.mak
1379 USB (serial adapter)
1380 M: Gerd Hoffmann <kraxel@redhat.com>
1381 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1382 S: Maintained
1383 F: hw/usb/dev-serial.c
1385 VFIO
1386 M: Alex Williamson <alex.williamson@redhat.com>
1387 S: Supported
1388 F: hw/vfio/*
1389 F: include/hw/vfio/
1391 vfio-ccw
1392 M: Cornelia Huck <cohuck@redhat.com>
1393 M: Eric Farman <farman@linux.ibm.com>
1394 M: Farhan Ali <alifm@linux.ibm.com>
1395 S: Supported
1396 F: hw/vfio/ccw.c
1397 F: hw/s390x/s390-ccw.c
1398 F: include/hw/s390x/s390-ccw.h
1399 T: git https://github.com/cohuck/qemu.git s390-next
1400 L: qemu-s390x@nongnu.org
1402 vfio-ap
1403 M: Christian Borntraeger <borntraeger@de.ibm.com>
1404 M: Tony Krowiak <akrowiak@linux.ibm.com>
1405 M: Halil Pasic <pasic@linux.ibm.com>
1406 M: Pierre Morel <pmorel@linux.ibm.com>
1407 S: Supported
1408 F: hw/s390x/ap-device.c
1409 F: hw/s390x/ap-bridge.c
1410 F: include/hw/s390x/ap-device.h
1411 F: include/hw/s390x/ap-bridge.h
1412 F: hw/vfio/ap.c
1413 F: docs/vfio-ap.txt
1414 L: qemu-s390x@nongnu.org
1416 vhost
1417 M: Michael S. Tsirkin <mst@redhat.com>
1418 S: Supported
1419 F: hw/*/*vhost*
1420 F: docs/interop/vhost-user.txt
1421 F: contrib/vhost-user-*/
1423 virtio
1424 M: Michael S. Tsirkin <mst@redhat.com>
1425 S: Supported
1426 F: hw/*/virtio*
1427 F: hw/virtio/Makefile.objs
1428 F: hw/virtio/trace-events
1429 F: net/vhost-user.c
1430 F: include/hw/virtio/
1431 F: tests/virtio-balloon-test.c
1433 virtio-9p
1434 M: Greg Kurz <groug@kaod.org>
1435 S: Supported
1436 F: hw/9pfs/
1437 F: fsdev/
1438 F: tests/virtio-9p-test.c
1439 T: git https://github.com/gkurz/qemu.git 9p-next
1441 virtio-blk
1442 M: Stefan Hajnoczi <stefanha@redhat.com>
1443 L: qemu-block@nongnu.org
1444 S: Supported
1445 F: hw/block/virtio-blk.c
1446 F: hw/block/dataplane/*
1447 F: tests/virtio-blk-test.c
1448 T: git https://github.com/stefanha/qemu.git block
1450 virtio-ccw
1451 M: Cornelia Huck <cohuck@redhat.com>
1452 M: Halil Pasic <pasic@linux.ibm.com>
1453 S: Supported
1454 F: hw/s390x/virtio-ccw*.[hc]
1455 F: hw/s390x/vhost-vsock-ccw.c
1456 T: git https://github.com/cohuck/qemu.git s390-next
1457 T: git https://github.com/borntraeger/qemu.git s390-next
1458 L: qemu-s390x@nongnu.org
1460 virtio-input
1461 M: Gerd Hoffmann <kraxel@redhat.com>
1462 S: Maintained
1463 F: hw/input/virtio-input*.c
1464 F: include/hw/virtio/virtio-input.h
1466 virtio-serial
1467 M: Amit Shah <amit@kernel.org>
1468 S: Supported
1469 F: hw/char/virtio-serial-bus.c
1470 F: hw/char/virtio-console.c
1471 F: include/hw/virtio/virtio-serial.h
1472 F: tests/virtio-console-test.c
1473 F: tests/virtio-serial-test.c
1475 virtio-rng
1476 M: Amit Shah <amit@kernel.org>
1477 S: Supported
1478 F: hw/virtio/virtio-rng.c
1479 F: include/hw/virtio/virtio-rng.h
1480 F: include/sysemu/rng*.h
1481 F: backends/rng*.c
1482 F: tests/virtio-rng-test.c
1484 virtio-crypto
1485 M: Gonglei <arei.gonglei@huawei.com>
1486 S: Supported
1487 F: hw/virtio/virtio-crypto.c
1488 F: hw/virtio/virtio-crypto-pci.c
1489 F: include/hw/virtio/virtio-crypto.h
1491 nvme
1492 M: Keith Busch <keith.busch@intel.com>
1493 L: qemu-block@nongnu.org
1494 S: Supported
1495 F: hw/block/nvme*
1496 F: tests/nvme-test.c
1498 megasas
1499 M: Hannes Reinecke <hare@suse.com>
1500 L: qemu-block@nongnu.org
1501 S: Supported
1502 F: hw/scsi/megasas.c
1503 F: hw/scsi/mfi.h
1504 F: tests/megasas-test.c
1506 Network packet abstractions
1507 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1508 S: Maintained
1509 F: include/net/eth.h
1510 F: net/eth.c
1511 F: hw/net/net_rx_pkt*
1512 F: hw/net/net_tx_pkt*
1514 Vmware
1515 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1516 S: Maintained
1517 F: hw/net/vmxnet*
1518 F: hw/scsi/vmw_pvscsi*
1519 F: tests/vmxnet3-test.c
1521 Rocker
1522 M: Jiri Pirko <jiri@resnulli.us>
1523 S: Maintained
1524 F: hw/net/rocker/
1525 F: tests/rocker/
1526 F: docs/specs/rocker.txt
1528 NVDIMM
1529 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1530 S: Maintained
1531 F: hw/acpi/nvdimm.c
1532 F: hw/mem/nvdimm.c
1533 F: include/hw/mem/nvdimm.h
1534 F: docs/nvdimm.txt
1536 e1000x
1537 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1538 S: Maintained
1539 F: hw/net/e1000x*
1541 e1000e
1542 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1543 S: Maintained
1544 F: hw/net/e1000e*
1546 eepro100
1547 M: Stefan Weil <sw@weilnetz.de>
1548 S: Maintained
1549 F: hw/net/eepro100.c
1551 Generic Loader
1552 M: Alistair Francis <alistair@alistair23.me>
1553 S: Maintained
1554 F: hw/core/generic-loader.c
1555 F: include/hw/core/generic-loader.h
1556 F: docs/generic-loader.txt
1558 Intel Hexadecimal Object File Loader
1559 M: Su Hang <suhang16@mails.ucas.ac.cn>
1560 S: Maintained
1561 F: tests/hexloader-test.c
1562 F: tests/data/hex-loader/test.hex
1564 CHRP NVRAM
1565 M: Thomas Huth <thuth@redhat.com>
1566 S: Maintained
1567 F: hw/nvram/chrp_nvram.c
1568 F: include/hw/nvram/chrp_nvram.h
1569 F: tests/prom-env-test.c
1571 VM Generation ID
1572 M: Ben Warren <ben@skyportsystems.com>
1573 S: Maintained
1574 F: hw/acpi/vmgenid.c
1575 F: include/hw/acpi/vmgenid.h
1576 F: docs/specs/vmgenid.txt
1577 F: tests/vmgenid-test.c
1578 F: stubs/vmgenid.c
1580 Unimplemented device
1581 M: Peter Maydell <peter.maydell@linaro.org>
1582 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1583 S: Maintained
1584 F: include/hw/misc/unimp.h
1585 F: hw/misc/unimp.c
1587 Standard VGA
1588 M: Gerd Hoffmann <kraxel@redhat.com>
1589 S: Maintained
1590 F: hw/display/vga*
1591 F: hw/display/bochs-display.c
1592 F: include/hw/display/vga.h
1593 F: include/hw/display/bochs-vbe.h
1595 ramfb
1596 M: Gerd Hoffmann <kraxel@redhat.com>
1597 S: Maintained
1598 F: hw/display/ramfb*.c
1599 F: include/hw/display/ramfb.h
1601 virtio-gpu
1602 M: Gerd Hoffmann <kraxel@redhat.com>
1603 S: Maintained
1604 F: hw/display/virtio-gpu*
1605 F: hw/display/virtio-vga.c
1606 F: include/hw/virtio/virtio-gpu.h
1608 Cirrus VGA
1609 M: Gerd Hoffmann <kraxel@redhat.com>
1610 S: Odd Fixes
1611 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1612 F: hw/display/cirrus*
1614 EDID Generator
1615 M: Gerd Hoffmann <kraxel@redhat.com>
1616 S: Maintained
1617 F: hw/display/edid*
1618 F: include/hw/display/edid.h
1619 F: qemu-edid.c
1621 Firmware configuration (fw_cfg)
1622 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1623 R: Laszlo Ersek <lersek@redhat.com>
1624 R: Gerd Hoffmann <kraxel@redhat.com>
1625 S: Supported
1626 F: docs/specs/fw_cfg.txt
1627 F: hw/nvram/fw_cfg.c
1628 F: include/hw/nvram/fw_cfg.h
1629 F: include/standard-headers/linux/qemu_fw_cfg.h
1630 F: tests/libqos/fw_cfg.c
1631 F: tests/fw_cfg-test.c
1632 T: git https://github.com/philmd/qemu.git fw_cfg-next
1634 XIVE
1635 M: David Gibson <david@gibson.dropbear.id.au>
1636 M: Cédric Le Goater <clg@kaod.org>
1637 L: qemu-ppc@nongnu.org
1638 S: Supported
1639 F: hw/*/*xive*
1640 F: include/hw/*/*xive*
1642 Subsystems
1643 ----------
1644 Audio
1645 M: Gerd Hoffmann <kraxel@redhat.com>
1646 S: Maintained
1647 F: audio/
1648 F: hw/audio/
1649 F: include/hw/audio/
1650 F: tests/ac97-test.c
1651 F: tests/es1370-test.c
1652 F: tests/intel-hda-test.c
1654 Block layer core
1655 M: Kevin Wolf <kwolf@redhat.com>
1656 M: Max Reitz <mreitz@redhat.com>
1657 L: qemu-block@nongnu.org
1658 S: Supported
1659 F: block*
1660 F: block/
1661 F: hw/block/
1662 F: include/block/
1663 F: qemu-img*
1664 F: qemu-io*
1665 F: tests/qemu-iotests/
1666 F: util/qemu-progress.c
1667 F: qobject/block-qdict.c
1668 F: tests/check-block-qdict.c
1669 T: git https://repo.or.cz/qemu/kevin.git block
1671 Block I/O path
1672 M: Stefan Hajnoczi <stefanha@redhat.com>
1673 M: Fam Zheng <fam@euphon.net>
1674 L: qemu-block@nongnu.org
1675 S: Supported
1676 F: util/async.c
1677 F: util/aio-*.c
1678 F: block/io.c
1679 F: migration/block*
1680 F: include/block/aio.h
1681 F: include/block/aio-wait.h
1682 F: scripts/qemugdb/aio.py
1683 T: git https://github.com/stefanha/qemu.git block
1685 Block SCSI subsystem
1686 M: Paolo Bonzini <pbonzini@redhat.com>
1687 R: Fam Zheng <fam@euphon.net>
1688 L: qemu-block@nongnu.org
1689 S: Supported
1690 F: include/scsi/*
1691 F: scsi/*
1693 Block Jobs
1694 M: Jeff Cody <jcody@redhat.com>
1695 L: qemu-block@nongnu.org
1696 S: Supported
1697 F: blockjob.c
1698 F: include/block/blockjob.h
1699 F: job.c
1700 F: job-qmp.c
1701 F: include/qemu/job.h
1702 F: block/backup.c
1703 F: block/commit.c
1704 F: block/stream.c
1705 F: block/mirror.c
1706 F: qapi/job.json
1707 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1709 Block QAPI, monitor, command line
1710 M: Markus Armbruster <armbru@redhat.com>
1711 S: Supported
1712 F: blockdev.c
1713 F: block/qapi.c
1714 F: qapi/block*.json
1715 F: qapi/transaction.json
1716 T: git https://repo.or.cz/qemu/armbru.git block-next
1718 Dirty Bitmaps
1719 M: Fam Zheng <fam@euphon.net>
1720 M: John Snow <jsnow@redhat.com>
1721 L: qemu-block@nongnu.org
1722 S: Supported
1723 F: util/hbitmap.c
1724 F: block/dirty-bitmap.c
1725 F: include/qemu/hbitmap.h
1726 F: include/block/dirty-bitmap.h
1727 F: tests/test-hbitmap.c
1728 F: docs/interop/bitmaps.rst
1729 T: git https://github.com/famz/qemu.git bitmaps
1730 T: git https://github.com/jnsnow/qemu.git bitmaps
1732 Character device backends
1733 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1734 R: Paolo Bonzini <pbonzini@redhat.com>
1735 S: Maintained
1736 F: chardev/
1737 F: include/chardev/
1738 F: qapi/char.json
1740 Character Devices (Braille)
1741 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1742 S: Maintained
1743 F: chardev/baum.c
1745 Command line option argument parsing
1746 M: Markus Armbruster <armbru@redhat.com>
1747 S: Supported
1748 F: include/qemu/option.h
1749 F: tests/test-keyval.c
1750 F: tests/test-qemu-opts.c
1751 F: util/keyval.c
1752 F: util/qemu-option.c
1754 Coverity model
1755 M: Markus Armbruster <armbru@redhat.com>
1756 S: Supported
1757 F: scripts/coverity-model.c
1760 L: qemu-devel@nongnu.org
1761 S: Supported
1762 F: qom/cpu.c
1763 F: include/qom/cpu.h
1765 Device Tree
1766 M: Alexander Graf <agraf@suse.de>
1767 S: Maintained
1768 F: device_tree.c
1769 F: include/sysemu/device_tree.h
1771 Dump
1772 S: Supported
1773 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1774 F: dump.c
1775 F: hw/misc/vmcoreinfo.c
1776 F: include/hw/misc/vmcoreinfo.h
1777 F: include/sysemu/dump-arch.h
1778 F: include/sysemu/dump.h
1779 F: scripts/dump-guest-memory.py
1780 F: stubs/dump.c
1782 Error reporting
1783 M: Markus Armbruster <armbru@redhat.com>
1784 S: Supported
1785 F: include/qapi/error.h
1786 F: include/qemu/error-report.h
1787 F: util/error.c
1788 F: util/qemu-error.c
1790 GDB stub
1791 L: qemu-devel@nongnu.org
1792 S: Odd Fixes
1793 F: gdbstub*
1794 F: gdb-xml/
1796 Memory API
1797 M: Paolo Bonzini <pbonzini@redhat.com>
1798 S: Supported
1799 F: include/exec/ioport.h
1800 F: ioport.c
1801 F: include/exec/memory.h
1802 F: include/exec/ram_addr.h
1803 F: memory.c
1804 F: include/exec/memory-internal.h
1805 F: exec.c
1807 SPICE
1808 M: Gerd Hoffmann <kraxel@redhat.com>
1809 S: Supported
1810 F: include/ui/qemu-spice.h
1811 F: include/ui/spice-display.h
1812 F: ui/spice-*.c
1813 F: audio/spiceaudio.c
1814 F: hw/display/qxl*
1815 F: qapi/ui.json
1816 F: docs/spice-port-fqdn.txt
1818 Graphics
1819 M: Gerd Hoffmann <kraxel@redhat.com>
1820 S: Odd Fixes
1821 F: ui/
1822 F: include/ui/
1823 F: qapi/ui.json
1824 F: util/drm.c
1826 Cocoa graphics
1827 M: Peter Maydell <peter.maydell@linaro.org>
1828 S: Odd Fixes
1829 F: ui/cocoa.m
1831 Main loop
1832 M: Paolo Bonzini <pbonzini@redhat.com>
1833 S: Maintained
1834 F: cpus.c
1835 F: util/main-loop.c
1836 F: util/qemu-timer.c
1837 F: vl.c
1838 F: qapi/run-state.json
1840 Human Monitor (HMP)
1841 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1842 S: Maintained
1843 F: monitor.c
1844 F: hmp.[ch]
1845 F: hmp-commands*.hx
1846 F: include/monitor/hmp-target.h
1847 F: tests/test-hmp.c
1849 Network device backends
1850 M: Jason Wang <jasowang@redhat.com>
1851 S: Maintained
1852 F: net/
1853 F: include/net/
1854 T: git https://github.com/jasowang/qemu.git net
1855 F: qapi/net.json
1857 Netmap network backend
1858 M: Luigi Rizzo <rizzo@iet.unipi.it>
1859 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1860 M: Vincenzo Maffione <v.maffione@gmail.com>
1861 W: http://info.iet.unipi.it/~luigi/netmap/
1862 S: Maintained
1863 F: net/netmap.c
1865 NUMA
1866 M: Eduardo Habkost <ehabkost@redhat.com>
1867 S: Maintained
1868 F: numa.c
1869 F: include/sysemu/numa.h
1870 T: git https://github.com/ehabkost/qemu.git machine-next
1872 Host Memory Backends
1873 M: Eduardo Habkost <ehabkost@redhat.com>
1874 M: Igor Mammedov <imammedo@redhat.com>
1875 S: Maintained
1876 F: backends/hostmem*.c
1877 F: include/sysemu/hostmem.h
1878 T: git https://github.com/ehabkost/qemu.git machine-next
1880 Cryptodev Backends
1881 M: Gonglei <arei.gonglei@huawei.com>
1882 S: Maintained
1883 F: include/sysemu/cryptodev*.h
1884 F: backends/cryptodev*.c
1886 Python scripts
1887 M: Eduardo Habkost <ehabkost@redhat.com>
1888 M: Cleber Rosa <crosa@redhat.com>
1889 S: Odd fixes
1890 F: scripts/qmp/*
1891 F: scripts/*.py
1892 F: tests/*.py
1894 QAPI
1895 M: Markus Armbruster <armbru@redhat.com>
1896 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1897 S: Supported
1898 F: qapi/
1899 X: qapi/*.json
1900 F: include/qapi/
1901 X: include/qapi/qmp/
1902 F: include/qapi/qmp/dispatch.h
1903 F: tests/qapi-schema/
1904 F: tests/test-*-visitor.c
1905 F: tests/test-qapi-*.c
1906 F: tests/test-qmp-*.c
1907 F: tests/test-visitor-serialization.c
1908 F: scripts/qapi-gen.py
1909 F: scripts/qapi/*
1910 F: docs/devel/qapi*
1911 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1913 QAPI Schema
1914 M: Eric Blake <eblake@redhat.com>
1915 M: Markus Armbruster <armbru@redhat.com>
1916 S: Supported
1917 F: qapi/*.json
1918 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1920 QObject
1921 M: Markus Armbruster <armbru@redhat.com>
1922 S: Supported
1923 F: qobject/
1924 F: include/qapi/qmp/
1925 X: include/qapi/qmp/dispatch.h
1926 F: scripts/coccinelle/qobject.cocci
1927 F: tests/check-qdict.c
1928 F: tests/check-qnum.c
1929 F: tests/check-qjson.c
1930 F: tests/check-qlist.c
1931 F: tests/check-qstring.c
1932 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1934 QEMU Guest Agent
1935 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1936 S: Maintained
1937 F: qga/
1938 F: qemu-ga.texi
1939 F: scripts/qemu-guest-agent/
1940 F: tests/test-qga.c
1941 F: docs/interop/qemu-ga-ref.texi
1942 T: git https://github.com/mdroth/qemu.git qga
1945 M: Andreas Färber <afaerber@suse.de>
1946 S: Supported
1947 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1948 F: include/qom/
1949 X: include/qom/cpu.h
1950 F: qom/
1951 X: qom/cpu.c
1952 F: tests/check-qom-interface.c
1953 F: tests/check-qom-proplist.c
1956 M: Markus Armbruster <armbru@redhat.com>
1957 S: Supported
1958 F: qmp.c
1959 F: monitor.c
1960 F: docs/devel/*qmp-*
1961 F: docs/interop/*qmp-*
1962 F: scripts/qmp/
1963 F: tests/qmp-test.c
1964 F: tests/qmp-cmd-test.c
1965 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1967 qtest
1968 M: Thomas Huth <thuth@redhat.com>
1969 M: Laurent Vivier <lvivier@redhat.com>
1970 R: Paolo Bonzini <pbonzini@redhat.com>
1971 S: Maintained
1972 F: qtest.c
1973 F: tests/libqtest.*
1974 F: tests/libqos/
1975 F: tests/*-test.c
1977 Register API
1978 M: Alistair Francis <alistair@alistair23.me>
1979 S: Maintained
1980 F: hw/core/register.c
1981 F: include/hw/register.h
1982 F: include/hw/registerfields.h
1984 SLIRP
1985 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1986 M: Jan Kiszka <jan.kiszka@siemens.com>
1987 S: Maintained
1988 F: slirp/
1989 F: net/slirp.c
1990 F: include/net/slirp.h
1991 T: git https://people.debian.org/~sthibault/qemu.git slirp
1992 T: git git://git.kiszka.org/qemu.git queues/slirp
1994 Stubs
1995 M: Paolo Bonzini <pbonzini@redhat.com>
1996 S: Maintained
1997 F: stubs/
1999 Tracing
2000 M: Stefan Hajnoczi <stefanha@redhat.com>
2001 S: Maintained
2002 F: trace/
2003 F: trace-events
2004 F: qemu-option-trace.texi
2005 F: scripts/tracetool.py
2006 F: scripts/tracetool/
2007 F: scripts/qemu-trace-stap*
2008 F: docs/devel/tracing.txt
2009 T: git https://github.com/stefanha/qemu.git tracing
2012 M: Stefan Berger <stefanb@linux.ibm.com>
2013 S: Maintained
2014 F: tpm.c
2015 F: stubs/tpm.c
2016 F: hw/tpm/*
2017 F: include/hw/acpi/tpm.h
2018 F: include/sysemu/tpm*
2019 F: qapi/tpm.json
2020 F: backends/tpm.c
2021 F: tests/*tpm*
2022 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2024 Checkpatch
2025 S: Odd Fixes
2026 F: scripts/checkpatch.pl
2028 Migration
2029 M: Juan Quintela <quintela@redhat.com>
2030 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2031 S: Maintained
2032 F: include/migration/
2033 F: migration/
2034 F: scripts/vmstate-static-checker.py
2035 F: tests/vmstate-static-checker-data/
2036 F: tests/migration-test.c
2037 F: docs/devel/migration.rst
2038 F: qapi/migration.json
2040 Seccomp
2041 M: Eduardo Otubo <otubo@redhat.com>
2042 S: Supported
2043 F: qemu-seccomp.c
2044 F: include/sysemu/seccomp.h
2046 Cryptography
2047 M: Daniel P. Berrange <berrange@redhat.com>
2048 S: Maintained
2049 F: crypto/
2050 F: include/crypto/
2051 F: tests/test-crypto-*
2052 F: tests/benchmark-crypto-*
2053 F: qemu.sasl
2055 Coroutines
2056 M: Stefan Hajnoczi <stefanha@redhat.com>
2057 M: Kevin Wolf <kwolf@redhat.com>
2058 F: util/*coroutine*
2059 F: include/qemu/coroutine*
2060 F: tests/test-coroutine.c
2062 Buffers
2063 M: Daniel P. Berrange <berrange@redhat.com>
2064 S: Odd fixes
2065 F: util/buffer.c
2066 F: include/qemu/buffer.h
2068 I/O Channels
2069 M: Daniel P. Berrange <berrange@redhat.com>
2070 S: Maintained
2071 F: io/
2072 F: include/io/
2073 F: tests/test-io-*
2075 Sockets
2076 M: Daniel P. Berrange <berrange@redhat.com>
2077 M: Gerd Hoffmann <kraxel@redhat.com>
2078 S: Maintained
2079 F: include/qemu/sockets.h
2080 F: util/qemu-sockets.c
2081 F: qapi/sockets.json
2083 Throttling infrastructure
2084 M: Alberto Garcia <berto@igalia.com>
2085 S: Supported
2086 F: block/throttle-groups.c
2087 F: include/block/throttle-groups.h
2088 F: include/qemu/throttle*.h
2089 F: util/throttle.c
2090 F: docs/throttle.txt
2091 F: tests/test-throttle.c
2092 L: qemu-block@nongnu.org
2094 UUID
2095 M: Fam Zheng <fam@euphon.net>
2096 S: Supported
2097 F: util/uuid.c
2098 F: include/qemu/uuid.h
2099 F: tests/test-uuid.c
2101 COLO Framework
2102 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2103 S: Maintained
2104 F: migration/colo*
2105 F: include/migration/colo.h
2106 F: include/migration/failover.h
2107 F: docs/COLO-FT.txt
2109 COLO Proxy
2110 M: Zhang Chen <zhangckid@gmail.com>
2111 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2112 S: Supported
2113 F: docs/colo-proxy.txt
2114 F: net/colo*
2115 F: net/filter-rewriter.c
2116 F: net/filter-mirror.c
2118 Record/replay
2119 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2120 R: Paolo Bonzini <pbonzini@redhat.com>
2121 W: https://wiki.qemu.org/Features/record-replay
2122 S: Supported
2123 F: replay/*
2124 F: block/blkreplay.c
2125 F: net/filter-replay.c
2126 F: include/sysemu/replay.h
2127 F: docs/replay.txt
2128 F: stubs/replay.c
2130 IOVA Tree
2131 M: Peter Xu <peterx@redhat.com>
2132 S: Maintained
2133 F: include/qemu/iova-tree.h
2134 F: util/iova-tree.c
2136 elf2dmp
2137 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2138 S: Maintained
2139 F: contrib/elf2dmp/
2141 Usermode Emulation
2142 ------------------
2143 Overall
2144 M: Riku Voipio <riku.voipio@iki.fi>
2145 S: Maintained
2146 F: thunk.c
2147 F: accel/tcg/user-exec*.c
2149 BSD user
2150 S: Orphan
2151 F: bsd-user/
2152 F: default-configs/*-bsd-user.mak
2154 Linux user
2155 M: Riku Voipio <riku.voipio@iki.fi>
2156 R: Laurent Vivier <laurent@vivier.eu>
2157 S: Maintained
2158 F: linux-user/
2159 F: default-configs/*-linux-user.mak
2160 F: scripts/qemu-binfmt-conf.sh
2162 Tiny Code Generator (TCG)
2163 -------------------------
2164 Common code
2165 M: Richard Henderson <rth@twiddle.net>
2166 S: Maintained
2167 F: tcg/
2169 AArch64 target
2170 M: Claudio Fontana <claudio.fontana@huawei.com>
2171 M: Claudio Fontana <claudio.fontana@gmail.com>
2172 S: Maintained
2173 L: qemu-arm@nongnu.org
2174 F: tcg/aarch64/
2175 F: disas/arm-a64.cc
2176 F: disas/libvixl/
2178 ARM target
2179 M: Andrzej Zaborowski <balrogg@gmail.com>
2180 S: Maintained
2181 L: qemu-arm@nongnu.org
2182 F: tcg/arm/
2183 F: disas/arm.c
2185 i386 target
2186 L: qemu-devel@nongnu.org
2187 S: Maintained
2188 F: tcg/i386/
2189 F: disas/i386.c
2191 MIPS target
2192 M: Aurelien Jarno <aurelien@aurel32.net>
2193 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2194 S: Maintained
2195 F: tcg/mips/
2196 F: disas/mips.c
2199 M: Richard Henderson <rth@twiddle.net>
2200 S: Odd Fixes
2201 F: tcg/ppc/
2202 F: disas/ppc.c
2204 RISC-V
2205 M: Michael Clark <mjc@sifive.com>
2206 M: Palmer Dabbelt <palmer@sifive.com>
2207 M: Alistair Francis <Alistair.Francis@wdc.com>
2208 L: qemu-riscv@nongnu.org
2209 S: Maintained
2210 F: tcg/riscv/
2211 F: disas/riscv.c
2213 S390 target
2214 M: Richard Henderson <rth@twiddle.net>
2215 S: Maintained
2216 F: tcg/s390/
2217 F: disas/s390.c
2218 L: qemu-s390x@nongnu.org
2220 SPARC target
2221 S: Odd Fixes
2222 F: tcg/sparc/
2223 F: disas/sparc.c
2225 TCI target
2226 M: Stefan Weil <sw@weilnetz.de>
2227 S: Maintained
2228 F: tcg/tci/
2229 F: tcg/tci.c
2230 F: disas/tci.c
2232 Block drivers
2233 -------------
2234 VMDK
2235 M: Fam Zheng <fam@euphon.net>
2236 L: qemu-block@nongnu.org
2237 S: Supported
2238 F: block/vmdk.c
2241 M: Josh Durgin <jdurgin@redhat.com>
2242 M: Jeff Cody <jcody@redhat.com>
2243 L: qemu-block@nongnu.org
2244 S: Supported
2245 F: block/rbd.c
2246 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2248 Sheepdog
2249 M: Liu Yuan <namei.unix@gmail.com>
2250 M: Jeff Cody <jcody@redhat.com>
2251 L: qemu-block@nongnu.org
2252 S: Supported
2253 F: block/sheepdog.c
2254 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2256 VHDX
2257 M: Jeff Cody <jcody@redhat.com>
2258 L: qemu-block@nongnu.org
2259 S: Supported
2260 F: block/vhdx*
2261 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2264 M: Stefan Weil <sw@weilnetz.de>
2265 L: qemu-block@nongnu.org
2266 S: Maintained
2267 F: block/vdi.c
2269 iSCSI
2270 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2271 M: Paolo Bonzini <pbonzini@redhat.com>
2272 M: Peter Lieven <pl@kamp.de>
2273 L: qemu-block@nongnu.org
2274 S: Odd Fixes
2275 F: block/iscsi.c
2276 F: block/iscsi-opts.c
2278 Network Block Device (NBD)
2279 M: Eric Blake <eblake@redhat.com>
2280 L: qemu-block@nongnu.org
2281 S: Maintained
2282 F: block/nbd*
2283 F: nbd/
2284 F: include/block/nbd*
2285 F: qemu-nbd.*
2286 F: blockdev-nbd.c
2287 F: docs/interop/nbd.txt
2288 T: git https://repo.or.cz/qemu/ericb.git nbd
2291 M: Jeff Cody <jcody@redhat.com>
2292 M: Peter Lieven <pl@kamp.de>
2293 L: qemu-block@nongnu.org
2294 S: Maintained
2295 F: block/nfs.c
2296 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2299 M: Richard W.M. Jones <rjones@redhat.com>
2300 M: Jeff Cody <jcody@redhat.com>
2301 L: qemu-block@nongnu.org
2302 S: Supported
2303 F: block/ssh.c
2304 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2306 CURL
2307 M: Jeff Cody <jcody@redhat.com>
2308 L: qemu-block@nongnu.org
2309 S: Supported
2310 F: block/curl.c
2311 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2313 GLUSTER
2314 M: Jeff Cody <jcody@redhat.com>
2315 L: qemu-block@nongnu.org
2316 S: Supported
2317 F: block/gluster.c
2318 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2320 Null Block Driver
2321 M: Fam Zheng <fam@euphon.net>
2322 L: qemu-block@nongnu.org
2323 S: Supported
2324 F: block/null.c
2326 NVMe Block Driver
2327 M: Fam Zheng <fam@euphon.net>
2328 L: qemu-block@nongnu.org
2329 S: Supported
2330 F: block/nvme*
2332 Bootdevice
2333 M: Gonglei <arei.gonglei@huawei.com>
2334 S: Maintained
2335 F: bootdevice.c
2337 Quorum
2338 M: Alberto Garcia <berto@igalia.com>
2339 S: Supported
2340 F: block/quorum.c
2341 L: qemu-block@nongnu.org
2343 blklogwrites
2344 M: Ari Sundholm <ari@tuxera.com>
2345 L: qemu-block@nongnu.org
2346 S: Supported
2347 F: block/blklogwrites.c
2349 blkverify
2350 M: Stefan Hajnoczi <stefanha@redhat.com>
2351 L: qemu-block@nongnu.org
2352 S: Supported
2353 F: block/blkverify.c
2355 bochs
2356 M: Stefan Hajnoczi <stefanha@redhat.com>
2357 L: qemu-block@nongnu.org
2358 S: Supported
2359 F: block/bochs.c
2361 cloop
2362 M: Stefan Hajnoczi <stefanha@redhat.com>
2363 L: qemu-block@nongnu.org
2364 S: Supported
2365 F: block/cloop.c
2368 M: Stefan Hajnoczi <stefanha@redhat.com>
2369 L: qemu-block@nongnu.org
2370 S: Supported
2371 F: block/dmg.c
2373 parallels
2374 M: Stefan Hajnoczi <stefanha@redhat.com>
2375 M: Denis V. Lunev <den@openvz.org>
2376 L: qemu-block@nongnu.org
2377 S: Supported
2378 F: block/parallels.c
2379 F: docs/interop/parallels.txt
2382 M: Stefan Hajnoczi <stefanha@redhat.com>
2383 L: qemu-block@nongnu.org
2384 S: Supported
2385 F: block/qed.c
2388 M: Kevin Wolf <kwolf@redhat.com>
2389 L: qemu-block@nongnu.org
2390 S: Supported
2391 F: block/linux-aio.c
2392 F: include/block/raw-aio.h
2393 F: block/raw-format.c
2394 F: block/file-posix.c
2395 F: block/file-win32.c
2396 F: block/win32-aio.c
2398 qcow2
2399 M: Kevin Wolf <kwolf@redhat.com>
2400 M: Max Reitz <mreitz@redhat.com>
2401 L: qemu-block@nongnu.org
2402 S: Supported
2403 F: block/qcow2*
2404 F: docs/interop/qcow2.txt
2406 qcow
2407 M: Kevin Wolf <kwolf@redhat.com>
2408 L: qemu-block@nongnu.org
2409 S: Supported
2410 F: block/qcow.c
2412 blkdebug
2413 M: Kevin Wolf <kwolf@redhat.com>
2414 M: Max Reitz <mreitz@redhat.com>
2415 L: qemu-block@nongnu.org
2416 S: Supported
2417 F: block/blkdebug.c
2420 M: Kevin Wolf <kwolf@redhat.com>
2421 L: qemu-block@nongnu.org
2422 S: Supported
2423 F: block/vpc.c
2425 vvfat
2426 M: Kevin Wolf <kwolf@redhat.com>
2427 L: qemu-block@nongnu.org
2428 S: Supported
2429 F: block/vvfat.c
2431 Image format fuzzer
2432 M: Stefan Hajnoczi <stefanha@redhat.com>
2433 L: qemu-block@nongnu.org
2434 S: Supported
2435 F: tests/image-fuzzer/
2437 Replication
2438 M: Wen Congyang <wencongyang2@huawei.com>
2439 M: Xie Changlong <xiechanglong.d@gmail.com>
2440 S: Supported
2441 F: replication*
2442 F: block/replication.c
2443 F: tests/test-replication.c
2444 F: docs/block-replication.txt
2446 PVRDMA
2447 M: Yuval Shaia <yuval.shaia@oracle.com>
2448 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2449 S: Maintained
2450 F: hw/rdma/*
2451 F: hw/rdma/vmw/*
2452 F: docs/pvrdma.txt
2453 F: contrib/rdmacm-mux/*
2454 F: qapi/rdma.json
2456 Build and test automation
2457 -------------------------
2458 Build and test automation
2459 M: Alex Bennée <alex.bennee@linaro.org>
2460 M: Fam Zheng <fam@euphon.net>
2461 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2462 L: qemu-devel@nongnu.org
2463 S: Maintained
2464 F: .travis.yml
2465 F: scripts/travis/
2466 F: .shippable.yml
2467 F: tests/docker/
2468 F: tests/vm/
2469 F: scripts/archive-source.sh
2470 W: https://travis-ci.org/qemu/qemu
2471 W: https://app.shippable.com/github/qemu/qemu
2472 W: http://patchew.org/QEMU/
2474 FreeBSD Hosted Continuous Integration
2475 M: Ed Maste <emaste@freebsd.org>
2476 M: Li-Wen Hsu <lwhsu@freebsd.org>
2477 L: qemu-devel@nongnu.org
2478 S: Maintained
2479 F: .cirrus.yml
2480 W: https://cirrus-ci.com/github/qemu/qemu
2482 Guest Test Compilation Support
2483 M: Alex Bennée <alex.bennee@linaro.org>
2484 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2485 F: tests/tcg/Makefile
2486 F: tests/tcg/Makefile.include
2487 L: qemu-devel@nongnu.org
2489 Documentation
2490 -------------
2491 Build system architecture
2492 M: Daniel P. Berrange <berrange@redhat.com>
2493 S: Odd Fixes
2494 F: docs/devel/build-system.txt
2496 GIT Data Mining Config
2497 M: Alex Bennée <alex.bennee@linaro.org>
2498 S: Odd Fixes
2499 F: gitdm.config
2500 F: contrib/gitdm/*
2502 Incompatible changes
2503 R: libvir-list@redhat.com
2504 F: qemu-deprecated.texi
2506 Build System
2507 ------------
2508 GIT submodules
2509 M: Daniel P. Berrange <berrange@redhat.com>
2510 S: Odd Fixes
2511 F: scripts/git-submodule.sh