target/arm: Enable ARMv8.2-FHM for -cpu max
[qemu/ar7.git] / MAINTAINERS
blob0a6190ecff645dbf3905c963c141cddf361dc874
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/timer/pl031.h
495 F: include/hw/arm/primecell.h
496 F: hw/timer/cmsdk-apb-timer.c
497 F: include/hw/timer/cmsdk-apb-timer.h
498 F: hw/timer/cmsdk-apb-dualtimer.c
499 F: include/hw/timer/cmsdk-apb-dualtimer.h
500 F: hw/char/cmsdk-apb-uart.c
501 F: include/hw/char/cmsdk-apb-uart.h
502 F: hw/watchdog/cmsdk-apb-watchdog.c
503 F: include/hw/watchdog/cmsdk-apb-watchdog.h
504 F: hw/misc/tz-ppc.c
505 F: include/hw/misc/tz-ppc.h
506 F: hw/misc/tz-mpc.c
507 F: include/hw/misc/tz-mpc.h
508 F: hw/misc/tz-msc.c
509 F: include/hw/misc/tz-msc.h
511 ARM cores
512 M: Peter Maydell <peter.maydell@linaro.org>
513 L: qemu-arm@nongnu.org
514 S: Maintained
515 F: hw/intc/arm*
516 F: hw/intc/gic_internal.h
517 F: hw/misc/a9scu.c
518 F: hw/misc/arm11scu.c
519 F: hw/misc/arm_l2x0.c
520 F: hw/timer/a9gtimer*
521 F: hw/timer/arm*
522 F: include/hw/arm/arm*.h
523 F: include/hw/intc/arm*
524 F: include/hw/misc/a9scu.h
525 F: include/hw/misc/arm11scu.h
526 F: include/hw/timer/a9gtimer.h
527 F: include/hw/timer/arm_mptimer.h
528 F: include/hw/timer/armv7m_systick.h
529 F: tests/test-arm-mptimer.c
531 Exynos
532 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
533 M: Peter Maydell <peter.maydell@linaro.org>
534 L: qemu-arm@nongnu.org
535 S: Odd Fixes
536 F: hw/*/exynos*
537 F: include/hw/arm/exynos4210.h
539 Calxeda Highbank
540 M: Rob Herring <robh@kernel.org>
541 M: Peter Maydell <peter.maydell@linaro.org>
542 L: qemu-arm@nongnu.org
543 S: Odd Fixes
544 F: hw/arm/highbank.c
545 F: hw/net/xgmac.c
547 Canon DIGIC
548 M: Antony Pavlov <antonynpavlov@gmail.com>
549 M: Peter Maydell <peter.maydell@linaro.org>
550 L: qemu-arm@nongnu.org
551 S: Odd Fixes
552 F: include/hw/arm/digic.h
553 F: hw/*/digic*
554 F: include/hw/*/digic*
556 Gumstix
557 M: Peter Maydell <peter.maydell@linaro.org>
558 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
559 L: qemu-devel@nongnu.org
560 L: qemu-arm@nongnu.org
561 S: Odd Fixes
562 F: hw/arm/gumstix.c
564 i.MX25 PDK
565 M: Peter Maydell <peter.maydell@linaro.org>
566 R: Jean-Christophe Dubois <jcd@tribudubois.net>
567 L: qemu-arm@nongnu.org
568 S: Odd Fixes
569 F: hw/arm/fsl-imx25.c
570 F: hw/arm/imx25_pdk.c
571 F: hw/misc/imx25_ccm.c
572 F: include/hw/arm/fsl-imx25.h
573 F: include/hw/misc/imx25_ccm.h
575 i.MX31 (kzm)
576 M: Peter Chubb <peter.chubb@nicta.com.au>
577 M: Peter Maydell <peter.maydell@linaro.org>
578 L: qemu-arm@nongnu.org
579 S: Odd Fixes
580 F: hw/arm/kzm.c
581 F: hw/*/imx_*
582 F: hw/*/*imx31*
583 F: include/hw/*/imx_*
584 F: include/hw/*/*imx31*
586 Integrator CP
587 M: Peter Maydell <peter.maydell@linaro.org>
588 L: qemu-arm@nongnu.org
589 S: Maintained
590 F: hw/arm/integratorcp.c
591 F: hw/misc/arm_integrator_debug.c
592 F: include/hw/misc/arm_integrator_debug.h
594 MCIMX6UL EVK / i.MX6ul
595 M: Peter Maydell <peter.maydell@linaro.org>
596 R: Jean-Christophe Dubois <jcd@tribudubois.net>
597 L: qemu-arm@nongnu.org
598 S: Odd Fixes
599 F: hw/arm/mcimx6ul-evk.c
600 F: hw/arm/fsl-imx6ul.c
601 F: hw/misc/imx6ul_ccm.c
602 F: include/hw/arm/fsl-imx6ul.h
603 F: include/hw/misc/imx6ul_ccm.h
605 MCIMX7D SABRE / i.MX7
606 M: Peter Maydell <peter.maydell@linaro.org>
607 R: Andrey Smirnov <andrew.smirnov@gmail.com>
608 L: qemu-arm@nongnu.org
609 S: Odd Fixes
610 F: hw/arm/mcimx7d-sabre.c
611 F: hw/arm/fsl-imx7.c
612 F: hw/misc/imx7_*.c
613 F: include/hw/arm/fsl-imx7.h
614 F: include/hw/misc/imx7_*.h
615 F: hw/pci-host/designware.c
616 F: include/hw/pci-host/designware.h
618 MPS2
619 M: Peter Maydell <peter.maydell@linaro.org>
620 L: qemu-arm@nongnu.org
621 S: Maintained
622 F: hw/arm/mps2.c
623 F: hw/arm/mps2-tz.c
624 F: hw/misc/mps2-*.c
625 F: include/hw/misc/mps2-*.h
626 F: hw/arm/armsse.c
627 F: include/hw/arm/armsse.h
628 F: hw/misc/iotkit-secctl.c
629 F: include/hw/misc/iotkit-secctl.h
630 F: hw/misc/iotkit-sysctl.c
631 F: include/hw/misc/iotkit-sysctl.h
632 F: hw/misc/iotkit-sysinfo.c
633 F: include/hw/misc/iotkit-sysinfo.h
634 F: hw/misc/armsse-cpuid.c
635 F: include/hw/misc/armsse-cpuid.h
636 F: hw/misc/armsse-mhu.c
637 F: include/hw/misc/armsse-mhu.h
639 Musca
640 M: Peter Maydell <peter.maydell@linaro.org>
641 L: qemu-arm@nongnu.org
642 S: Maintained
643 F: hw/arm/musca.c
645 Musicpal
646 M: Jan Kiszka <jan.kiszka@web.de>
647 M: Peter Maydell <peter.maydell@linaro.org>
648 L: qemu-arm@nongnu.org
649 S: Odd Fixes
650 F: hw/arm/musicpal.c
652 nSeries
653 M: Andrzej Zaborowski <balrogg@gmail.com>
654 M: Peter Maydell <peter.maydell@linaro.org>
655 L: qemu-arm@nongnu.org
656 S: Odd Fixes
657 F: hw/arm/nseries.c
658 F: hw/input/lm832x.c
659 F: hw/input/tsc2005.c
660 F: hw/misc/cbus.c
661 F: hw/timer/twl92230.c
663 Palm
664 M: Andrzej Zaborowski <balrogg@gmail.com>
665 M: Peter Maydell <peter.maydell@linaro.org>
666 L: qemu-arm@nongnu.org
667 S: Odd Fixes
668 F: hw/arm/palm.c
669 F: hw/input/tsc210x.c
671 Raspberry Pi
672 M: Peter Maydell <peter.maydell@linaro.org>
673 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
674 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
675 L: qemu-arm@nongnu.org
676 S: Odd Fixes
677 F: hw/arm/raspi.c
678 F: hw/arm/raspi_platform.h
679 F: hw/*/bcm283*
680 F: include/hw/arm/raspi*
681 F: include/hw/*/bcm283*
683 Real View
684 M: Peter Maydell <peter.maydell@linaro.org>
685 L: qemu-arm@nongnu.org
686 S: Maintained
687 F: hw/arm/realview*
688 F: hw/cpu/realview_mpcore.c
689 F: hw/intc/realview_gic.c
690 F: include/hw/intc/realview_gic.h
692 PXA2XX
693 M: Andrzej Zaborowski <balrogg@gmail.com>
694 M: Peter Maydell <peter.maydell@linaro.org>
695 L: qemu-arm@nongnu.org
696 S: Odd Fixes
697 F: hw/arm/mainstone.c
698 F: hw/arm/spitz.c
699 F: hw/arm/tosa.c
700 F: hw/arm/z2.c
701 F: hw/*/pxa2xx*
702 F: hw/display/tc6393xb.c
703 F: hw/gpio/max7310.c
704 F: hw/gpio/zaurus.c
705 F: hw/misc/mst_fpga.c
706 F: hw/misc/max111x.c
707 F: include/hw/arm/pxa.h
708 F: include/hw/arm/sharpsl.h
710 SABRELITE / i.MX6
711 M: Peter Maydell <peter.maydell@linaro.org>
712 R: Jean-Christophe Dubois <jcd@tribudubois.net>
713 L: qemu-arm@nongnu.org
714 S: Odd Fixes
715 F: hw/arm/sabrelite.c
716 F: hw/arm/fsl-imx6.c
717 F: hw/misc/imx6_*.c
718 F: hw/ssi/imx_spi.c
719 F: include/hw/arm/fsl-imx6.h
720 F: include/hw/misc/imx6_*.h
721 F: include/hw/ssi/imx_spi.h
723 Sharp SL-5500 (Collie) PDA
724 M: Peter Maydell <peter.maydell@linaro.org>
725 L: qemu-arm@nongnu.org
726 S: Odd Fixes
727 F: hw/arm/collie.c
728 F: hw/arm/strongarm*
730 Stellaris
731 M: Peter Maydell <peter.maydell@linaro.org>
732 L: qemu-arm@nongnu.org
733 S: Maintained
734 F: hw/*/stellaris*
736 Versatile Express
737 M: Peter Maydell <peter.maydell@linaro.org>
738 L: qemu-arm@nongnu.org
739 S: Maintained
740 F: hw/arm/vexpress.c
742 Versatile PB
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
745 S: Maintained
746 F: hw/*/versatile*
747 F: hw/misc/arm_sysctl.c
749 Virt
750 M: Peter Maydell <peter.maydell@linaro.org>
751 L: qemu-arm@nongnu.org
752 S: Maintained
753 F: hw/arm/virt*
754 F: include/hw/arm/virt.h
756 Xilinx Zynq
757 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
758 M: Alistair Francis <alistair@alistair23.me>
759 M: Peter Maydell <peter.maydell@linaro.org>
760 L: qemu-arm@nongnu.org
761 S: Maintained
762 F: hw/*/xilinx_*
763 F: hw/*/cadence_*
764 F: hw/misc/zynq*
765 F: include/hw/misc/zynq*
766 X: hw/ssi/xilinx_*
768 Xilinx ZynqMP
769 M: Alistair Francis <alistair@alistair23.me>
770 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
773 S: Maintained
774 F: hw/*/xlnx*.c
775 F: include/hw/*/xlnx*.h
776 F: include/hw/ssi/xilinx_spips.h
777 F: hw/display/dpcd.c
778 F: include/hw/display/dpcd.h
780 ARM ACPI Subsystem
781 M: Shannon Zhao <shannon.zhaosl@gmail.com>
782 L: qemu-arm@nongnu.org
783 S: Maintained
784 F: hw/arm/virt-acpi-build.c
786 STM32F205
787 M: Alistair Francis <alistair@alistair23.me>
788 M: Peter Maydell <peter.maydell@linaro.org>
789 S: Maintained
790 F: hw/arm/stm32f205_soc.c
791 F: hw/misc/stm32f2xx_syscfg.c
792 F: hw/char/stm32f2xx_usart.c
793 F: hw/timer/stm32f2xx_timer.c
794 F: hw/adc/*
795 F: hw/ssi/stm32f2xx_spi.c
796 F: include/hw/*/stm32*.h
798 Netduino 2
799 M: Alistair Francis <alistair@alistair23.me>
800 M: Peter Maydell <peter.maydell@linaro.org>
801 S: Maintained
802 F: hw/arm/netduino2.c
804 SmartFusion2
805 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
806 M: Peter Maydell <peter.maydell@linaro.org>
807 S: Maintained
808 F: hw/arm/msf2-soc.c
809 F: hw/misc/msf2-sysreg.c
810 F: hw/timer/mss-timer.c
811 F: hw/ssi/mss-spi.c
812 F: include/hw/arm/msf2-soc.h
813 F: include/hw/misc/msf2-sysreg.h
814 F: include/hw/timer/mss-timer.h
815 F: include/hw/ssi/mss-spi.h
817 Emcraft M2S-FG484
818 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
819 M: Peter Maydell <peter.maydell@linaro.org>
820 S: Maintained
821 F: hw/arm/msf2-som.c
823 ASPEED BMCs
824 M: Cédric Le Goater <clg@kaod.org>
825 M: Peter Maydell <peter.maydell@linaro.org>
826 R: Andrew Jeffery <andrew@aj.id.au>
827 R: Joel Stanley <joel@jms.id.au>
828 L: qemu-arm@nongnu.org
829 S: Maintained
830 F: hw/*/*aspeed*
831 F: hw/misc/pca9552.c
832 F: include/hw/*/*aspeed*
833 F: include/hw/misc/pca9552*.h
834 F: hw/net/ftgmac100.c
835 F: include/hw/net/ftgmac100.h
837 NRF51
838 M: Joel Stanley <joel@jms.id.au>
839 M: Peter Maydell <peter.maydell@linaro.org>
840 L: qemu-arm@nongnu.org
841 S: Maintained
842 F: hw/*/nrf51*.c
843 F: hw/*/microbit*.c
844 F: include/hw/*/nrf51*.h
845 F: include/hw/*/microbit*.h
846 F: tests/microbit-test.c
848 CRIS Machines
849 -------------
850 Axis Dev88
851 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
852 S: Maintained
853 F: hw/cris/axis_dev88.c
854 F: hw/*/etraxfs_*.c
856 LM32 Machines
857 -------------
858 EVR32 and uclinux BSP
859 M: Michael Walle <michael@walle.cc>
860 S: Maintained
861 F: hw/lm32/lm32_boards.c
863 milkymist
864 M: Michael Walle <michael@walle.cc>
865 S: Maintained
866 F: hw/lm32/milkymist.c
868 M68K Machines
869 -------------
870 an5206
871 M: Thomas Huth <huth@tuxfamily.org>
872 S: Odd Fixes
873 F: hw/m68k/an5206.c
874 F: hw/m68k/mcf5206.c
876 mcf5208
877 M: Thomas Huth <huth@tuxfamily.org>
878 S: Odd Fixes
879 F: hw/m68k/mcf5208.c
880 F: hw/m68k/mcf_intc.c
881 F: hw/char/mcf_uart.c
882 F: hw/net/mcf_fec.c
883 F: include/hw/m68k/mcf*.h
885 MicroBlaze Machines
886 -------------------
887 petalogix_s3adsp1800
888 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
889 S: Maintained
890 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
891 F: include/hw/char/xilinx_uartlite.h
893 petalogix_ml605
894 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
895 S: Maintained
896 F: hw/microblaze/petalogix_ml605_mmu.c
898 MIPS Machines
899 -------------
900 Jazz
901 M: Hervé Poussineau <hpoussin@reactos.org>
902 R: Aleksandar Rikalo <arikalo@wavecomp.com>
903 S: Maintained
904 F: hw/mips/mips_jazz.c
905 F: hw/display/jazz_led.c
906 F: hw/dma/rc4030.c
908 Malta
909 M: Aurelien Jarno <aurelien@aurel32.net>
910 R: Aleksandar Rikalo <arikalo@wavecomp.com>
911 S: Maintained
912 F: hw/mips/mips_malta.c
914 Mipssim
915 M: Aleksandar Markovic <amarkovic@wavecomp.com>
916 R: Aleksandar Rikalo <arikalo@wavecomp.com>
917 S: Odd Fixes
918 F: hw/mips/mips_mipssim.c
919 F: hw/net/mipsnet.c
921 R4000
922 M: Aurelien Jarno <aurelien@aurel32.net>
923 R: Aleksandar Rikalo <arikalo@wavecomp.com>
924 S: Maintained
925 F: hw/mips/mips_r4k.c
927 Fulong 2E
928 M: Aleksandar Markovic <amarkovic@wavecomp.com>
929 R: Aleksandar Rikalo <arikalo@wavecomp.com>
930 S: Odd Fixes
931 F: hw/mips/mips_fulong2e.c
932 F: hw/isa/vt82c686.c
933 F: hw/pci-host/bonito.c
934 F: include/hw/isa/vt82c686.h
936 Boston
937 M: Paul Burton <pburton@wavecomp.com>
938 R: Aleksandar Rikalo <arikalo@wavecomp.com>
939 S: Maintained
940 F: hw/core/loader-fit.c
941 F: hw/mips/boston.c
942 F: hw/pci-host/xilinx-pcie.c
943 F: include/hw/pci-host/xilinx-pcie.h
945 OpenRISC Machines
946 -----------------
947 or1k-sim
948 M: Jia Liu <proljc@gmail.com>
949 S: Maintained
950 F: hw/openrisc/openrisc_sim.c
952 PowerPC Machines
953 ----------------
955 M: David Gibson <david@gibson.dropbear.id.au>
956 L: qemu-ppc@nongnu.org
957 S: Odd Fixes
958 F: hw/ppc/ppc405_boards.c
960 Bamboo
961 M: David Gibson <david@gibson.dropbear.id.au>
962 L: qemu-ppc@nongnu.org
963 S: Odd Fixes
964 F: hw/ppc/ppc440_bamboo.c
966 e500
967 M: David Gibson <david@gibson.dropbear.id.au>
968 L: qemu-ppc@nongnu.org
969 S: Odd Fixes
970 F: hw/ppc/e500*
971 F: hw/gpio/mpc8xxx.c
972 F: hw/net/fsl_etsec/
973 F: hw/pci-host/ppce500.c
974 F: include/hw/ppc/ppc_e500.h
975 F: include/hw/pci-host/ppce500.h
976 F: pc-bios/u-boot.e500
978 mpc8544ds
979 M: David Gibson <david@gibson.dropbear.id.au>
980 L: qemu-ppc@nongnu.org
981 S: Odd Fixes
982 F: hw/ppc/mpc8544ds.c
983 F: hw/ppc/mpc8544_guts.c
985 New World (mac99)
986 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
987 R: David Gibson <david@gibson.dropbear.id.au>
988 L: qemu-ppc@nongnu.org
989 S: Odd Fixes
990 F: hw/ppc/mac_newworld.c
991 F: hw/pci-host/uninorth.c
992 F: hw/pci-bridge/dec.[hc]
993 F: hw/misc/macio/
994 F: hw/misc/mos6522.c
995 F: hw/nvram/mac_nvram.c
996 F: hw/input/adb*
997 F: include/hw/misc/macio/
998 F: include/hw/misc/mos6522.h
999 F: include/hw/ppc/mac_dbdma.h
1000 F: include/hw/pci-host/uninorth.h
1001 F: include/hw/input/adb*
1002 F: pc-bios/qemu_vga.ndrv
1004 Old World (g3beige)
1005 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1006 R: David Gibson <david@gibson.dropbear.id.au>
1007 L: qemu-ppc@nongnu.org
1008 S: Odd Fixes
1009 F: hw/ppc/mac_oldworld.c
1010 F: hw/pci-host/grackle.c
1011 F: hw/misc/macio/
1012 F: hw/intc/heathrow_pic.c
1013 F: hw/input/adb*
1014 F: include/hw/intc/heathrow_pic.h
1015 F: include/hw/input/adb*
1016 F: pc-bios/qemu_vga.ndrv
1018 PReP
1019 M: Hervé Poussineau <hpoussin@reactos.org>
1020 L: qemu-devel@nongnu.org
1021 L: qemu-ppc@nongnu.org
1022 S: Maintained
1023 F: hw/ppc/prep.c
1024 F: hw/ppc/prep_systemio.c
1025 F: hw/ppc/rs6000_mc.c
1026 F: hw/pci-host/prep.[hc]
1027 F: hw/isa/i82378.c
1028 F: hw/isa/pc87312.c
1029 F: hw/dma/i82374.c
1030 F: hw/timer/m48t59-isa.c
1031 F: include/hw/isa/pc87312.h
1032 F: include/hw/timer/m48t59.h
1033 F: pc-bios/ppc_rom.bin
1035 sPAPR
1036 M: David Gibson <david@gibson.dropbear.id.au>
1037 L: qemu-ppc@nongnu.org
1038 S: Supported
1039 F: hw/*/spapr*
1040 F: include/hw/*/spapr*
1041 F: hw/*/xics*
1042 F: include/hw/*/xics*
1043 F: pc-bios/spapr-rtas/*
1044 F: pc-bios/spapr-rtas.bin
1045 F: pc-bios/slof.bin
1046 F: pc-bios/skiboot.lid
1047 F: docs/specs/ppc-spapr-hcalls.txt
1048 F: docs/specs/ppc-spapr-hotplug.txt
1049 F: tests/spapr*
1050 F: tests/libqos/*spapr*
1051 F: tests/rtas*
1052 F: tests/libqos/rtas*
1054 virtex_ml507
1055 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1056 L: qemu-ppc@nongnu.org
1057 S: Odd Fixes
1058 F: hw/ppc/virtex_ml507.c
1060 sam460ex
1061 M: BALATON Zoltan <balaton@eik.bme.hu>
1062 L: qemu-ppc@nongnu.org
1063 S: Maintained
1064 F: hw/ppc/sam460ex.c
1065 F: hw/ppc/ppc440_pcix.c
1066 F: hw/display/sm501*
1067 F: hw/ide/sii3112.c
1068 F: hw/timer/m41t80.c
1069 F: pc-bios/canyonlands.dt[sb]
1070 F: pc-bios/u-boot-sam460ex-20100605.bin
1071 F: roms/u-boot-sam460ex
1073 SH4 Machines
1074 ------------
1076 M: Magnus Damm <magnus.damm@gmail.com>
1077 S: Maintained
1078 F: hw/sh4/r2d.c
1079 F: hw/intc/sh_intc.c
1080 F: hw/timer/sh_timer.c
1082 Shix
1083 M: Magnus Damm <magnus.damm@gmail.com>
1084 S: Odd Fixes
1085 F: hw/sh4/shix.c
1087 SPARC Machines
1088 --------------
1089 Sun4m
1090 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1091 S: Maintained
1092 F: hw/sparc/sun4m.c
1093 F: hw/sparc/sun4m_iommu.c
1094 F: hw/dma/sparc32_dma.c
1095 F: hw/misc/eccmemctl.c
1096 F: hw/misc/slavio_misc.c
1097 F: include/hw/sparc/sparc32_dma.h
1098 F: pc-bios/openbios-sparc32
1099 F: include/hw/sparc/sun4m_iommu.h
1101 Sun4u
1102 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1103 S: Maintained
1104 F: hw/sparc64/sun4u.c
1105 F: pc-bios/openbios-sparc64
1106 F: hw/pci-host/sabre.c
1107 F: include/hw/pci-host/sabre.h
1109 Sun4v
1110 M: Artyom Tarasenko <atar4qemu@gmail.com>
1111 S: Maintained
1112 F: hw/sparc64/niagara.c
1113 F: hw/timer/sun4v-rtc.c
1114 F: include/hw/timer/sun4v-rtc.h
1116 Leon3
1117 M: Fabien Chouteau <chouteau@adacore.com>
1118 S: Maintained
1119 F: hw/sparc/leon3.c
1120 F: hw/*/grlib*
1121 F: include/hw/sparc/grlib.h
1123 S390 Machines
1124 -------------
1125 S390 Virtio-ccw
1126 M: Cornelia Huck <cohuck@redhat.com>
1127 M: Halil Pasic <pasic@linux.ibm.com>
1128 M: Christian Borntraeger <borntraeger@de.ibm.com>
1129 S: Supported
1130 F: hw/char/sclp*.[hc]
1131 F: hw/char/terminal3270.c
1132 F: hw/s390x/
1133 F: include/hw/s390x/
1134 F: hw/watchdog/wdt_diag288.c
1135 F: include/hw/watchdog/wdt_diag288.h
1136 F: default-configs/s390x-softmmu.mak
1137 T: git https://github.com/cohuck/qemu.git s390-next
1138 T: git https://github.com/borntraeger/qemu.git s390-next
1139 L: qemu-s390x@nongnu.org
1141 S390-ccw boot
1142 M: Christian Borntraeger <borntraeger@de.ibm.com>
1143 M: Thomas Huth <thuth@redhat.com>
1144 S: Supported
1145 F: hw/s390x/ipl.*
1146 F: pc-bios/s390-ccw/
1147 F: pc-bios/s390-ccw.img
1148 T: git https://github.com/borntraeger/qemu.git s390-next
1149 L: qemu-s390x@nongnu.org
1151 S390 PCI
1152 M: Collin Walling <walling@linux.ibm.com>
1153 S: Supported
1154 F: hw/s390x/s390-pci*
1155 L: qemu-s390x@nongnu.org
1157 UniCore32 Machines
1158 -------------
1159 PKUnity-3 SoC initramfs-with-busybox
1160 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1161 S: Maintained
1162 F: hw/*/puv3*
1163 F: hw/unicore32/
1165 X86 Machines
1166 ------------
1168 M: Michael S. Tsirkin <mst@redhat.com>
1169 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1170 S: Supported
1171 F: include/hw/i386/
1172 F: hw/i386/
1173 F: hw/pci-host/piix.c
1174 F: hw/pci-host/q35.c
1175 F: hw/pci-host/pam.c
1176 F: include/hw/pci-host/q35.h
1177 F: include/hw/pci-host/pam.h
1178 F: hw/isa/piix4.c
1179 F: hw/isa/lpc_ich9.c
1180 F: hw/i2c/smbus_ich9.c
1181 F: hw/acpi/piix4.c
1182 F: hw/acpi/ich9.c
1183 F: include/hw/acpi/ich9.h
1184 F: include/hw/acpi/piix4.h
1185 F: hw/misc/sga.c
1187 PC Chipset
1188 M: Michael S. Tsirkin <mst@redhat.com>
1189 M: Paolo Bonzini <pbonzini@redhat.com>
1190 S: Supported
1191 F: hw/char/debugcon.c
1192 F: hw/char/parallel*
1193 F: hw/char/serial*
1194 F: hw/dma/i8257*
1195 F: hw/i2c/pm_smbus.c
1196 F: hw/input/pckbd.c
1197 F: hw/intc/apic*
1198 F: hw/intc/ioapic*
1199 F: hw/intc/i8259*
1200 F: hw/isa/isa-superio.c
1201 F: hw/misc/debugexit.c
1202 F: hw/misc/pc-testdev.c
1203 F: hw/timer/hpet*
1204 F: hw/timer/i8254*
1205 F: hw/timer/mc146818rtc*
1206 F: hw/watchdog/wdt_ib700.c
1207 F: hw/watchdog/wdt_i6300esb.c
1208 F: include/hw/display/vga.h
1209 F: include/hw/char/parallel.h
1210 F: include/hw/dma/i8257.h
1211 F: include/hw/i2c/pm_smbus.h
1212 F: include/hw/input/i8042.h
1213 F: include/hw/isa/i8259_internal.h
1214 F: include/hw/isa/superio.h
1215 F: include/hw/timer/hpet.h
1216 F: include/hw/timer/i8254*
1217 F: include/hw/timer/mc146818rtc*
1219 Machine core
1220 M: Eduardo Habkost <ehabkost@redhat.com>
1221 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1222 S: Supported
1223 F: hw/core/machine.c
1224 F: hw/core/null-machine.c
1225 F: hw/cpu/cluster.c
1226 F: include/hw/boards.h
1227 F: include/hw/cpu/cluster.h
1228 T: git https://github.com/ehabkost/qemu.git machine-next
1230 Xtensa Machines
1231 ---------------
1233 M: Max Filippov <jcmvbkbc@gmail.com>
1234 S: Maintained
1235 F: hw/xtensa/sim.c
1237 XTFPGA (LX60, LX200, ML605, KC705)
1238 M: Max Filippov <jcmvbkbc@gmail.com>
1239 S: Maintained
1240 F: hw/xtensa/xtfpga.c
1241 F: hw/net/opencores_eth.c
1243 Devices
1244 -------
1246 M: Jiri Slaby <jslaby@suse.cz>
1247 S: Maintained
1248 F: hw/misc/edu.c
1251 M: John Snow <jsnow@redhat.com>
1252 L: qemu-block@nongnu.org
1253 S: Supported
1254 F: include/hw/ide.h
1255 F: include/hw/ide/
1256 F: hw/ide/
1257 F: hw/block/block.c
1258 F: hw/block/cdrom.c
1259 F: hw/block/hd-geometry.c
1260 F: tests/ide-test.c
1261 F: tests/ahci-test.c
1262 F: tests/cdrom-test.c
1263 F: tests/libqos/ahci*
1264 T: git https://github.com/jnsnow/qemu.git ide
1266 IPMI
1267 M: Corey Minyard <minyard@acm.org>
1268 S: Maintained
1269 F: include/hw/ipmi/*
1270 F: hw/ipmi/*
1271 F: hw/smbios/smbios_type_38.c
1272 F: tests/ipmi*
1273 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1275 Floppy
1276 M: John Snow <jsnow@redhat.com>
1277 L: qemu-block@nongnu.org
1278 S: Supported
1279 F: hw/block/fdc.c
1280 F: include/hw/block/fdc.h
1281 F: tests/fdc-test.c
1282 T: git https://github.com/jnsnow/qemu.git ide
1284 OMAP
1285 M: Peter Maydell <peter.maydell@linaro.org>
1286 S: Maintained
1287 F: hw/*/omap*
1288 F: include/hw/arm/omap.h
1290 IPack
1291 M: Alberto Garcia <berto@igalia.com>
1292 S: Odd Fixes
1293 F: hw/char/ipoctal232.c
1294 F: hw/ipack/
1297 M: Michael S. Tsirkin <mst@redhat.com>
1298 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1299 S: Supported
1300 F: include/hw/pci/*
1301 F: hw/misc/pci-testdev.c
1302 F: hw/pci/*
1303 F: hw/pci-bridge/*
1304 F: docs/pci*
1305 F: docs/specs/*pci*
1306 F: default-configs/pci.mak
1308 ACPI/SMBIOS
1309 M: Michael S. Tsirkin <mst@redhat.com>
1310 M: Igor Mammedov <imammedo@redhat.com>
1311 S: Supported
1312 F: include/hw/acpi/*
1313 F: include/hw/firmware/smbios.h
1314 F: hw/mem/*
1315 F: hw/acpi/*
1316 F: hw/smbios/*
1317 F: hw/i386/acpi-build.[hc]
1318 F: hw/arm/virt-acpi-build.c
1319 F: tests/bios-tables-test.c
1320 F: tests/acpi-utils.[hc]
1321 F: tests/data/acpi/
1323 ppc4xx
1324 M: David Gibson <david@gibson.dropbear.id.au>
1325 L: qemu-ppc@nongnu.org
1326 S: Odd Fixes
1327 F: hw/ppc/ppc4*.c
1328 F: hw/i2c/ppc4xx_i2c.c
1329 F: include/hw/ppc/ppc4xx.h
1330 F: include/hw/i2c/ppc4xx_i2c.h
1332 Character devices
1333 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1334 R: Paolo Bonzini <pbonzini@redhat.com>
1335 S: Odd Fixes
1336 F: hw/char/
1338 Network devices
1339 M: Jason Wang <jasowang@redhat.com>
1340 S: Odd Fixes
1341 F: hw/net/
1342 F: include/hw/net/
1343 F: tests/virtio-net-test.c
1344 T: git https://github.com/jasowang/qemu.git net
1346 SCSI
1347 M: Paolo Bonzini <pbonzini@redhat.com>
1348 R: Fam Zheng <fam@euphon.net>
1349 S: Supported
1350 F: include/hw/scsi/*
1351 F: hw/scsi/*
1352 F: tests/virtio-scsi-test.c
1353 T: git https://github.com/bonzini/qemu.git scsi-next
1356 M: Alistair Francis <alistair@alistair23.me>
1357 S: Maintained
1358 F: hw/ssi/*
1359 F: hw/block/m25p80.c
1360 F: include/hw/ssi/ssi.h
1361 X: hw/ssi/xilinx_*
1362 F: tests/m25p80-test.c
1364 Xilinx SPI
1365 M: Alistair Francis <alistair@alistair23.me>
1366 S: Maintained
1367 F: hw/ssi/xilinx_*
1369 SD (Secure Card)
1370 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1371 S: Odd Fixes
1372 F: include/hw/sd/sd*
1373 F: hw/sd/core.c
1374 F: hw/sd/sd*
1375 F: tests/sd*
1378 M: Gerd Hoffmann <kraxel@redhat.com>
1379 S: Maintained
1380 F: hw/usb/*
1381 F: tests/usb-*-test.c
1382 F: docs/usb2.txt
1383 F: docs/usb-storage.txt
1384 F: include/hw/usb.h
1385 F: include/hw/usb/
1386 F: default-configs/usb.mak
1388 USB (serial adapter)
1389 M: Gerd Hoffmann <kraxel@redhat.com>
1390 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1391 S: Maintained
1392 F: hw/usb/dev-serial.c
1394 VFIO
1395 M: Alex Williamson <alex.williamson@redhat.com>
1396 S: Supported
1397 F: hw/vfio/*
1398 F: include/hw/vfio/
1400 vfio-ccw
1401 M: Cornelia Huck <cohuck@redhat.com>
1402 M: Eric Farman <farman@linux.ibm.com>
1403 M: Farhan Ali <alifm@linux.ibm.com>
1404 S: Supported
1405 F: hw/vfio/ccw.c
1406 F: hw/s390x/s390-ccw.c
1407 F: include/hw/s390x/s390-ccw.h
1408 T: git https://github.com/cohuck/qemu.git s390-next
1409 L: qemu-s390x@nongnu.org
1411 vfio-ap
1412 M: Christian Borntraeger <borntraeger@de.ibm.com>
1413 M: Tony Krowiak <akrowiak@linux.ibm.com>
1414 M: Halil Pasic <pasic@linux.ibm.com>
1415 M: Pierre Morel <pmorel@linux.ibm.com>
1416 S: Supported
1417 F: hw/s390x/ap-device.c
1418 F: hw/s390x/ap-bridge.c
1419 F: include/hw/s390x/ap-device.h
1420 F: include/hw/s390x/ap-bridge.h
1421 F: hw/vfio/ap.c
1422 F: docs/vfio-ap.txt
1423 L: qemu-s390x@nongnu.org
1425 vhost
1426 M: Michael S. Tsirkin <mst@redhat.com>
1427 S: Supported
1428 F: hw/*/*vhost*
1429 F: docs/interop/vhost-user.txt
1430 F: contrib/vhost-user-*/
1432 virtio
1433 M: Michael S. Tsirkin <mst@redhat.com>
1434 S: Supported
1435 F: hw/*/virtio*
1436 F: hw/virtio/Makefile.objs
1437 F: hw/virtio/trace-events
1438 F: net/vhost-user.c
1439 F: include/hw/virtio/
1440 F: tests/virtio-balloon-test.c
1442 virtio-9p
1443 M: Greg Kurz <groug@kaod.org>
1444 S: Supported
1445 F: hw/9pfs/
1446 F: fsdev/
1447 F: tests/virtio-9p-test.c
1448 T: git https://github.com/gkurz/qemu.git 9p-next
1450 virtio-blk
1451 M: Stefan Hajnoczi <stefanha@redhat.com>
1452 L: qemu-block@nongnu.org
1453 S: Supported
1454 F: hw/block/virtio-blk.c
1455 F: hw/block/dataplane/*
1456 F: tests/virtio-blk-test.c
1457 T: git https://github.com/stefanha/qemu.git block
1459 virtio-ccw
1460 M: Cornelia Huck <cohuck@redhat.com>
1461 M: Halil Pasic <pasic@linux.ibm.com>
1462 S: Supported
1463 F: hw/s390x/virtio-ccw*.[hc]
1464 F: hw/s390x/vhost-vsock-ccw.c
1465 T: git https://github.com/cohuck/qemu.git s390-next
1466 T: git https://github.com/borntraeger/qemu.git s390-next
1467 L: qemu-s390x@nongnu.org
1469 virtio-input
1470 M: Gerd Hoffmann <kraxel@redhat.com>
1471 S: Maintained
1472 F: hw/input/virtio-input*.c
1473 F: include/hw/virtio/virtio-input.h
1475 virtio-serial
1476 M: Amit Shah <amit@kernel.org>
1477 S: Supported
1478 F: hw/char/virtio-serial-bus.c
1479 F: hw/char/virtio-console.c
1480 F: include/hw/virtio/virtio-serial.h
1481 F: tests/virtio-console-test.c
1482 F: tests/virtio-serial-test.c
1484 virtio-rng
1485 M: Amit Shah <amit@kernel.org>
1486 S: Supported
1487 F: hw/virtio/virtio-rng.c
1488 F: include/hw/virtio/virtio-rng.h
1489 F: include/sysemu/rng*.h
1490 F: backends/rng*.c
1491 F: tests/virtio-rng-test.c
1493 virtio-crypto
1494 M: Gonglei <arei.gonglei@huawei.com>
1495 S: Supported
1496 F: hw/virtio/virtio-crypto.c
1497 F: hw/virtio/virtio-crypto-pci.c
1498 F: include/hw/virtio/virtio-crypto.h
1500 nvme
1501 M: Keith Busch <keith.busch@intel.com>
1502 L: qemu-block@nongnu.org
1503 S: Supported
1504 F: hw/block/nvme*
1505 F: tests/nvme-test.c
1507 megasas
1508 M: Hannes Reinecke <hare@suse.com>
1509 L: qemu-block@nongnu.org
1510 S: Supported
1511 F: hw/scsi/megasas.c
1512 F: hw/scsi/mfi.h
1513 F: tests/megasas-test.c
1515 Network packet abstractions
1516 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1517 S: Maintained
1518 F: include/net/eth.h
1519 F: net/eth.c
1520 F: hw/net/net_rx_pkt*
1521 F: hw/net/net_tx_pkt*
1523 Vmware
1524 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1525 S: Maintained
1526 F: hw/net/vmxnet*
1527 F: hw/scsi/vmw_pvscsi*
1528 F: tests/vmxnet3-test.c
1530 Rocker
1531 M: Jiri Pirko <jiri@resnulli.us>
1532 S: Maintained
1533 F: hw/net/rocker/
1534 F: tests/rocker/
1535 F: docs/specs/rocker.txt
1537 NVDIMM
1538 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1539 S: Maintained
1540 F: hw/acpi/nvdimm.c
1541 F: hw/mem/nvdimm.c
1542 F: include/hw/mem/nvdimm.h
1543 F: docs/nvdimm.txt
1545 e1000x
1546 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1547 S: Maintained
1548 F: hw/net/e1000x*
1550 e1000e
1551 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1552 S: Maintained
1553 F: hw/net/e1000e*
1555 eepro100
1556 M: Stefan Weil <sw@weilnetz.de>
1557 S: Maintained
1558 F: hw/net/eepro100.c
1560 Generic Loader
1561 M: Alistair Francis <alistair@alistair23.me>
1562 S: Maintained
1563 F: hw/core/generic-loader.c
1564 F: include/hw/core/generic-loader.h
1565 F: docs/generic-loader.txt
1567 Intel Hexadecimal Object File Loader
1568 M: Su Hang <suhang16@mails.ucas.ac.cn>
1569 S: Maintained
1570 F: tests/hexloader-test.c
1571 F: tests/data/hex-loader/test.hex
1573 CHRP NVRAM
1574 M: Thomas Huth <thuth@redhat.com>
1575 S: Maintained
1576 F: hw/nvram/chrp_nvram.c
1577 F: include/hw/nvram/chrp_nvram.h
1578 F: tests/prom-env-test.c
1580 VM Generation ID
1581 M: Ben Warren <ben@skyportsystems.com>
1582 S: Maintained
1583 F: hw/acpi/vmgenid.c
1584 F: include/hw/acpi/vmgenid.h
1585 F: docs/specs/vmgenid.txt
1586 F: tests/vmgenid-test.c
1587 F: stubs/vmgenid.c
1589 Unimplemented device
1590 M: Peter Maydell <peter.maydell@linaro.org>
1591 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1592 S: Maintained
1593 F: include/hw/misc/unimp.h
1594 F: hw/misc/unimp.c
1596 Standard VGA
1597 M: Gerd Hoffmann <kraxel@redhat.com>
1598 S: Maintained
1599 F: hw/display/vga*
1600 F: hw/display/bochs-display.c
1601 F: include/hw/display/vga.h
1602 F: include/hw/display/bochs-vbe.h
1604 ramfb
1605 M: Gerd Hoffmann <kraxel@redhat.com>
1606 S: Maintained
1607 F: hw/display/ramfb*.c
1608 F: include/hw/display/ramfb.h
1610 virtio-gpu
1611 M: Gerd Hoffmann <kraxel@redhat.com>
1612 S: Maintained
1613 F: hw/display/virtio-gpu*
1614 F: hw/display/virtio-vga.c
1615 F: include/hw/virtio/virtio-gpu.h
1617 Cirrus VGA
1618 M: Gerd Hoffmann <kraxel@redhat.com>
1619 S: Odd Fixes
1620 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1621 F: hw/display/cirrus*
1623 EDID Generator
1624 M: Gerd Hoffmann <kraxel@redhat.com>
1625 S: Maintained
1626 F: hw/display/edid*
1627 F: include/hw/display/edid.h
1628 F: qemu-edid.c
1630 Firmware configuration (fw_cfg)
1631 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1632 R: Laszlo Ersek <lersek@redhat.com>
1633 R: Gerd Hoffmann <kraxel@redhat.com>
1634 S: Supported
1635 F: docs/specs/fw_cfg.txt
1636 F: hw/nvram/fw_cfg.c
1637 F: include/hw/nvram/fw_cfg.h
1638 F: include/standard-headers/linux/qemu_fw_cfg.h
1639 F: tests/libqos/fw_cfg.c
1640 F: tests/fw_cfg-test.c
1641 T: git https://github.com/philmd/qemu.git fw_cfg-next
1643 XIVE
1644 M: David Gibson <david@gibson.dropbear.id.au>
1645 M: Cédric Le Goater <clg@kaod.org>
1646 L: qemu-ppc@nongnu.org
1647 S: Supported
1648 F: hw/*/*xive*
1649 F: include/hw/*/*xive*
1651 Subsystems
1652 ----------
1653 Audio
1654 M: Gerd Hoffmann <kraxel@redhat.com>
1655 S: Maintained
1656 F: audio/
1657 F: hw/audio/
1658 F: include/hw/audio/
1659 F: tests/ac97-test.c
1660 F: tests/es1370-test.c
1661 F: tests/intel-hda-test.c
1663 Block layer core
1664 M: Kevin Wolf <kwolf@redhat.com>
1665 M: Max Reitz <mreitz@redhat.com>
1666 L: qemu-block@nongnu.org
1667 S: Supported
1668 F: block*
1669 F: block/
1670 F: hw/block/
1671 F: include/block/
1672 F: qemu-img*
1673 F: qemu-io*
1674 F: tests/qemu-iotests/
1675 F: util/qemu-progress.c
1676 F: qobject/block-qdict.c
1677 F: tests/check-block-qdict.c
1678 T: git https://repo.or.cz/qemu/kevin.git block
1680 Block I/O path
1681 M: Stefan Hajnoczi <stefanha@redhat.com>
1682 M: Fam Zheng <fam@euphon.net>
1683 L: qemu-block@nongnu.org
1684 S: Supported
1685 F: util/async.c
1686 F: util/aio-*.c
1687 F: block/io.c
1688 F: migration/block*
1689 F: include/block/aio.h
1690 F: include/block/aio-wait.h
1691 F: scripts/qemugdb/aio.py
1692 T: git https://github.com/stefanha/qemu.git block
1694 Block SCSI subsystem
1695 M: Paolo Bonzini <pbonzini@redhat.com>
1696 R: Fam Zheng <fam@euphon.net>
1697 L: qemu-block@nongnu.org
1698 S: Supported
1699 F: include/scsi/*
1700 F: scsi/*
1702 Block Jobs
1703 M: John Snow <jsnow@redhat.com>
1704 L: qemu-block@nongnu.org
1705 S: Supported
1706 F: blockjob.c
1707 F: include/block/blockjob.h
1708 F: job.c
1709 F: job-qmp.c
1710 F: include/qemu/job.h
1711 F: block/backup.c
1712 F: block/commit.c
1713 F: block/stream.c
1714 F: block/mirror.c
1715 F: qapi/job.json
1716 T: git https://github.com/jnsnow/qemu.git jobs
1718 Block QAPI, monitor, command line
1719 M: Markus Armbruster <armbru@redhat.com>
1720 S: Supported
1721 F: blockdev.c
1722 F: block/qapi.c
1723 F: qapi/block*.json
1724 F: qapi/transaction.json
1725 T: git https://repo.or.cz/qemu/armbru.git block-next
1727 Dirty Bitmaps
1728 M: Fam Zheng <fam@euphon.net>
1729 M: John Snow <jsnow@redhat.com>
1730 L: qemu-block@nongnu.org
1731 S: Supported
1732 F: util/hbitmap.c
1733 F: block/dirty-bitmap.c
1734 F: include/qemu/hbitmap.h
1735 F: include/block/dirty-bitmap.h
1736 F: tests/test-hbitmap.c
1737 F: docs/interop/bitmaps.rst
1738 T: git https://github.com/famz/qemu.git bitmaps
1739 T: git https://github.com/jnsnow/qemu.git bitmaps
1741 Character device backends
1742 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1743 R: Paolo Bonzini <pbonzini@redhat.com>
1744 S: Maintained
1745 F: chardev/
1746 F: include/chardev/
1747 F: qapi/char.json
1749 Character Devices (Braille)
1750 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1751 S: Maintained
1752 F: chardev/baum.c
1754 Command line option argument parsing
1755 M: Markus Armbruster <armbru@redhat.com>
1756 S: Supported
1757 F: include/qemu/option.h
1758 F: tests/test-keyval.c
1759 F: tests/test-qemu-opts.c
1760 F: util/keyval.c
1761 F: util/qemu-option.c
1763 Coverity model
1764 M: Markus Armbruster <armbru@redhat.com>
1765 S: Supported
1766 F: scripts/coverity-model.c
1769 L: qemu-devel@nongnu.org
1770 S: Supported
1771 F: qom/cpu.c
1772 F: include/qom/cpu.h
1774 Device Tree
1775 M: Alexander Graf <agraf@suse.de>
1776 S: Maintained
1777 F: device_tree.c
1778 F: include/sysemu/device_tree.h
1780 Dump
1781 S: Supported
1782 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1783 F: dump.c
1784 F: hw/misc/vmcoreinfo.c
1785 F: include/hw/misc/vmcoreinfo.h
1786 F: include/sysemu/dump-arch.h
1787 F: include/sysemu/dump.h
1788 F: scripts/dump-guest-memory.py
1789 F: stubs/dump.c
1791 Error reporting
1792 M: Markus Armbruster <armbru@redhat.com>
1793 S: Supported
1794 F: include/qapi/error.h
1795 F: include/qemu/error-report.h
1796 F: util/error.c
1797 F: util/qemu-error.c
1799 GDB stub
1800 L: qemu-devel@nongnu.org
1801 S: Odd Fixes
1802 F: gdbstub*
1803 F: gdb-xml/
1805 Memory API
1806 M: Paolo Bonzini <pbonzini@redhat.com>
1807 S: Supported
1808 F: include/exec/ioport.h
1809 F: ioport.c
1810 F: include/exec/memory.h
1811 F: include/exec/ram_addr.h
1812 F: memory.c
1813 F: include/exec/memory-internal.h
1814 F: exec.c
1816 SPICE
1817 M: Gerd Hoffmann <kraxel@redhat.com>
1818 S: Supported
1819 F: include/ui/qemu-spice.h
1820 F: include/ui/spice-display.h
1821 F: ui/spice-*.c
1822 F: audio/spiceaudio.c
1823 F: hw/display/qxl*
1824 F: qapi/ui.json
1825 F: docs/spice-port-fqdn.txt
1827 Graphics
1828 M: Gerd Hoffmann <kraxel@redhat.com>
1829 S: Odd Fixes
1830 F: ui/
1831 F: include/ui/
1832 F: qapi/ui.json
1833 F: util/drm.c
1835 Cocoa graphics
1836 M: Peter Maydell <peter.maydell@linaro.org>
1837 S: Odd Fixes
1838 F: ui/cocoa.m
1840 Main loop
1841 M: Paolo Bonzini <pbonzini@redhat.com>
1842 S: Maintained
1843 F: cpus.c
1844 F: util/main-loop.c
1845 F: util/qemu-timer.c
1846 F: vl.c
1847 F: qapi/run-state.json
1849 Human Monitor (HMP)
1850 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1851 S: Maintained
1852 F: monitor.c
1853 F: hmp.[ch]
1854 F: hmp-commands*.hx
1855 F: include/monitor/hmp-target.h
1856 F: tests/test-hmp.c
1858 Network device backends
1859 M: Jason Wang <jasowang@redhat.com>
1860 S: Maintained
1861 F: net/
1862 F: include/net/
1863 T: git https://github.com/jasowang/qemu.git net
1864 F: qapi/net.json
1866 Netmap network backend
1867 M: Luigi Rizzo <rizzo@iet.unipi.it>
1868 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1869 M: Vincenzo Maffione <v.maffione@gmail.com>
1870 W: http://info.iet.unipi.it/~luigi/netmap/
1871 S: Maintained
1872 F: net/netmap.c
1874 NUMA
1875 M: Eduardo Habkost <ehabkost@redhat.com>
1876 S: Maintained
1877 F: numa.c
1878 F: include/sysemu/numa.h
1879 T: git https://github.com/ehabkost/qemu.git machine-next
1881 Host Memory Backends
1882 M: Eduardo Habkost <ehabkost@redhat.com>
1883 M: Igor Mammedov <imammedo@redhat.com>
1884 S: Maintained
1885 F: backends/hostmem*.c
1886 F: include/sysemu/hostmem.h
1887 T: git https://github.com/ehabkost/qemu.git machine-next
1889 Cryptodev Backends
1890 M: Gonglei <arei.gonglei@huawei.com>
1891 S: Maintained
1892 F: include/sysemu/cryptodev*.h
1893 F: backends/cryptodev*.c
1895 Python scripts
1896 M: Eduardo Habkost <ehabkost@redhat.com>
1897 M: Cleber Rosa <crosa@redhat.com>
1898 S: Odd fixes
1899 F: scripts/qmp/*
1900 F: scripts/*.py
1901 F: tests/*.py
1903 QAPI
1904 M: Markus Armbruster <armbru@redhat.com>
1905 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1906 S: Supported
1907 F: qapi/
1908 X: qapi/*.json
1909 F: include/qapi/
1910 X: include/qapi/qmp/
1911 F: include/qapi/qmp/dispatch.h
1912 F: tests/qapi-schema/
1913 F: tests/test-*-visitor.c
1914 F: tests/test-qapi-*.c
1915 F: tests/test-qmp-*.c
1916 F: tests/test-visitor-serialization.c
1917 F: scripts/qapi-gen.py
1918 F: scripts/qapi/*
1919 F: docs/devel/qapi*
1920 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1922 QAPI Schema
1923 M: Eric Blake <eblake@redhat.com>
1924 M: Markus Armbruster <armbru@redhat.com>
1925 S: Supported
1926 F: qapi/*.json
1927 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1929 QObject
1930 M: Markus Armbruster <armbru@redhat.com>
1931 S: Supported
1932 F: qobject/
1933 F: include/qapi/qmp/
1934 X: include/qapi/qmp/dispatch.h
1935 F: scripts/coccinelle/qobject.cocci
1936 F: tests/check-qdict.c
1937 F: tests/check-qnum.c
1938 F: tests/check-qjson.c
1939 F: tests/check-qlist.c
1940 F: tests/check-qstring.c
1941 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1943 QEMU Guest Agent
1944 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1945 S: Maintained
1946 F: qga/
1947 F: qemu-ga.texi
1948 F: scripts/qemu-guest-agent/
1949 F: tests/test-qga.c
1950 F: docs/interop/qemu-ga-ref.texi
1951 T: git https://github.com/mdroth/qemu.git qga
1954 M: Andreas Färber <afaerber@suse.de>
1955 S: Supported
1956 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1957 F: include/qom/
1958 X: include/qom/cpu.h
1959 F: qom/
1960 X: qom/cpu.c
1961 F: tests/check-qom-interface.c
1962 F: tests/check-qom-proplist.c
1965 M: Markus Armbruster <armbru@redhat.com>
1966 S: Supported
1967 F: qmp.c
1968 F: monitor.c
1969 F: docs/devel/*qmp-*
1970 F: docs/interop/*qmp-*
1971 F: scripts/qmp/
1972 F: tests/qmp-test.c
1973 F: tests/qmp-cmd-test.c
1974 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1976 qtest
1977 M: Thomas Huth <thuth@redhat.com>
1978 M: Laurent Vivier <lvivier@redhat.com>
1979 R: Paolo Bonzini <pbonzini@redhat.com>
1980 S: Maintained
1981 F: qtest.c
1982 F: tests/libqtest.*
1983 F: tests/libqos/
1984 F: tests/*-test.c
1986 Register API
1987 M: Alistair Francis <alistair@alistair23.me>
1988 S: Maintained
1989 F: hw/core/register.c
1990 F: include/hw/register.h
1991 F: include/hw/registerfields.h
1993 SLIRP
1994 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1995 M: Jan Kiszka <jan.kiszka@siemens.com>
1996 S: Maintained
1997 F: slirp/
1998 F: net/slirp.c
1999 F: include/net/slirp.h
2000 T: git https://people.debian.org/~sthibault/qemu.git slirp
2001 T: git git://git.kiszka.org/qemu.git queues/slirp
2003 Stubs
2004 M: Paolo Bonzini <pbonzini@redhat.com>
2005 S: Maintained
2006 F: stubs/
2008 Tracing
2009 M: Stefan Hajnoczi <stefanha@redhat.com>
2010 S: Maintained
2011 F: trace/
2012 F: trace-events
2013 F: qemu-option-trace.texi
2014 F: scripts/tracetool.py
2015 F: scripts/tracetool/
2016 F: scripts/qemu-trace-stap*
2017 F: docs/devel/tracing.txt
2018 T: git https://github.com/stefanha/qemu.git tracing
2021 M: Stefan Berger <stefanb@linux.ibm.com>
2022 S: Maintained
2023 F: tpm.c
2024 F: stubs/tpm.c
2025 F: hw/tpm/*
2026 F: include/hw/acpi/tpm.h
2027 F: include/sysemu/tpm*
2028 F: qapi/tpm.json
2029 F: backends/tpm.c
2030 F: tests/*tpm*
2031 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2033 Checkpatch
2034 S: Odd Fixes
2035 F: scripts/checkpatch.pl
2037 Migration
2038 M: Juan Quintela <quintela@redhat.com>
2039 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2040 S: Maintained
2041 F: include/migration/
2042 F: migration/
2043 F: scripts/vmstate-static-checker.py
2044 F: tests/vmstate-static-checker-data/
2045 F: tests/migration-test.c
2046 F: docs/devel/migration.rst
2047 F: qapi/migration.json
2049 Seccomp
2050 M: Eduardo Otubo <otubo@redhat.com>
2051 S: Supported
2052 F: qemu-seccomp.c
2053 F: include/sysemu/seccomp.h
2055 Cryptography
2056 M: Daniel P. Berrange <berrange@redhat.com>
2057 S: Maintained
2058 F: crypto/
2059 F: include/crypto/
2060 F: tests/test-crypto-*
2061 F: tests/benchmark-crypto-*
2062 F: qemu.sasl
2064 Coroutines
2065 M: Stefan Hajnoczi <stefanha@redhat.com>
2066 M: Kevin Wolf <kwolf@redhat.com>
2067 F: util/*coroutine*
2068 F: include/qemu/coroutine*
2069 F: tests/test-coroutine.c
2071 Buffers
2072 M: Daniel P. Berrange <berrange@redhat.com>
2073 S: Odd fixes
2074 F: util/buffer.c
2075 F: include/qemu/buffer.h
2077 I/O Channels
2078 M: Daniel P. Berrange <berrange@redhat.com>
2079 S: Maintained
2080 F: io/
2081 F: include/io/
2082 F: tests/test-io-*
2084 User authorization
2085 M: Daniel P. Berrange <berrange@redhat.com>
2086 S: Maintained
2087 F: authz/
2088 F: qapi/authz.json
2089 F: include/authz/
2090 F: tests/test-authz-*
2092 Sockets
2093 M: Daniel P. Berrange <berrange@redhat.com>
2094 M: Gerd Hoffmann <kraxel@redhat.com>
2095 S: Maintained
2096 F: include/qemu/sockets.h
2097 F: util/qemu-sockets.c
2098 F: qapi/sockets.json
2100 File monitor
2101 M: Daniel P. Berrange <berrange@redhat.com>
2102 S: Odd fixes
2103 F: util/filemonitor*.c
2104 F: include/qemu/filemonitor.h
2105 F: tests/test-util-filemonitor.c
2107 Throttling infrastructure
2108 M: Alberto Garcia <berto@igalia.com>
2109 S: Supported
2110 F: block/throttle-groups.c
2111 F: include/block/throttle-groups.h
2112 F: include/qemu/throttle*.h
2113 F: util/throttle.c
2114 F: docs/throttle.txt
2115 F: tests/test-throttle.c
2116 L: qemu-block@nongnu.org
2118 UUID
2119 M: Fam Zheng <fam@euphon.net>
2120 S: Supported
2121 F: util/uuid.c
2122 F: include/qemu/uuid.h
2123 F: tests/test-uuid.c
2125 COLO Framework
2126 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2127 S: Maintained
2128 F: migration/colo*
2129 F: include/migration/colo.h
2130 F: include/migration/failover.h
2131 F: docs/COLO-FT.txt
2133 COLO Proxy
2134 M: Zhang Chen <zhangckid@gmail.com>
2135 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2136 S: Supported
2137 F: docs/colo-proxy.txt
2138 F: net/colo*
2139 F: net/filter-rewriter.c
2140 F: net/filter-mirror.c
2142 Record/replay
2143 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2144 R: Paolo Bonzini <pbonzini@redhat.com>
2145 W: https://wiki.qemu.org/Features/record-replay
2146 S: Supported
2147 F: replay/*
2148 F: block/blkreplay.c
2149 F: net/filter-replay.c
2150 F: include/sysemu/replay.h
2151 F: docs/replay.txt
2152 F: stubs/replay.c
2154 IOVA Tree
2155 M: Peter Xu <peterx@redhat.com>
2156 S: Maintained
2157 F: include/qemu/iova-tree.h
2158 F: util/iova-tree.c
2160 elf2dmp
2161 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2162 S: Maintained
2163 F: contrib/elf2dmp/
2165 Usermode Emulation
2166 ------------------
2167 Overall
2168 M: Riku Voipio <riku.voipio@iki.fi>
2169 S: Maintained
2170 F: thunk.c
2171 F: accel/tcg/user-exec*.c
2173 BSD user
2174 S: Orphan
2175 F: bsd-user/
2176 F: default-configs/*-bsd-user.mak
2178 Linux user
2179 M: Riku Voipio <riku.voipio@iki.fi>
2180 R: Laurent Vivier <laurent@vivier.eu>
2181 S: Maintained
2182 F: linux-user/
2183 F: default-configs/*-linux-user.mak
2184 F: scripts/qemu-binfmt-conf.sh
2186 Tiny Code Generator (TCG)
2187 -------------------------
2188 Common code
2189 M: Richard Henderson <rth@twiddle.net>
2190 S: Maintained
2191 F: tcg/
2193 AArch64 target
2194 M: Claudio Fontana <claudio.fontana@huawei.com>
2195 M: Claudio Fontana <claudio.fontana@gmail.com>
2196 S: Maintained
2197 L: qemu-arm@nongnu.org
2198 F: tcg/aarch64/
2199 F: disas/arm-a64.cc
2200 F: disas/libvixl/
2202 ARM target
2203 M: Andrzej Zaborowski <balrogg@gmail.com>
2204 S: Maintained
2205 L: qemu-arm@nongnu.org
2206 F: tcg/arm/
2207 F: disas/arm.c
2209 i386 target
2210 L: qemu-devel@nongnu.org
2211 S: Maintained
2212 F: tcg/i386/
2213 F: disas/i386.c
2215 MIPS target
2216 M: Aurelien Jarno <aurelien@aurel32.net>
2217 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2218 S: Maintained
2219 F: tcg/mips/
2220 F: disas/mips.c
2223 M: Richard Henderson <rth@twiddle.net>
2224 S: Odd Fixes
2225 F: tcg/ppc/
2226 F: disas/ppc.c
2228 RISC-V
2229 M: Michael Clark <mjc@sifive.com>
2230 M: Palmer Dabbelt <palmer@sifive.com>
2231 M: Alistair Francis <Alistair.Francis@wdc.com>
2232 L: qemu-riscv@nongnu.org
2233 S: Maintained
2234 F: tcg/riscv/
2235 F: disas/riscv.c
2237 S390 target
2238 M: Richard Henderson <rth@twiddle.net>
2239 S: Maintained
2240 F: tcg/s390/
2241 F: disas/s390.c
2242 L: qemu-s390x@nongnu.org
2244 SPARC target
2245 S: Odd Fixes
2246 F: tcg/sparc/
2247 F: disas/sparc.c
2249 TCI target
2250 M: Stefan Weil <sw@weilnetz.de>
2251 S: Maintained
2252 F: tcg/tci/
2253 F: tcg/tci.c
2254 F: disas/tci.c
2256 Block drivers
2257 -------------
2258 VMDK
2259 M: Fam Zheng <fam@euphon.net>
2260 L: qemu-block@nongnu.org
2261 S: Supported
2262 F: block/vmdk.c
2265 M: Josh Durgin <jdurgin@redhat.com>
2266 L: qemu-block@nongnu.org
2267 S: Supported
2268 F: block/rbd.c
2270 Sheepdog
2271 M: Liu Yuan <namei.unix@gmail.com>
2272 L: qemu-block@nongnu.org
2273 L: sheepdog@lists.wpkg.org
2274 S: Odd Fixes
2275 F: block/sheepdog.c
2277 VHDX
2278 M: Jeff Cody <codyprime@gmail.com>
2279 L: qemu-block@nongnu.org
2280 S: Supported
2281 F: block/vhdx*
2284 M: Stefan Weil <sw@weilnetz.de>
2285 L: qemu-block@nongnu.org
2286 S: Maintained
2287 F: block/vdi.c
2289 iSCSI
2290 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2291 M: Paolo Bonzini <pbonzini@redhat.com>
2292 M: Peter Lieven <pl@kamp.de>
2293 L: qemu-block@nongnu.org
2294 S: Odd Fixes
2295 F: block/iscsi.c
2296 F: block/iscsi-opts.c
2298 Network Block Device (NBD)
2299 M: Eric Blake <eblake@redhat.com>
2300 L: qemu-block@nongnu.org
2301 S: Maintained
2302 F: block/nbd*
2303 F: nbd/
2304 F: include/block/nbd*
2305 F: qemu-nbd.*
2306 F: blockdev-nbd.c
2307 F: docs/interop/nbd.txt
2308 T: git https://repo.or.cz/qemu/ericb.git nbd
2311 M: Peter Lieven <pl@kamp.de>
2312 L: qemu-block@nongnu.org
2313 S: Maintained
2314 F: block/nfs.c
2317 M: Richard W.M. Jones <rjones@redhat.com>
2318 L: qemu-block@nongnu.org
2319 S: Supported
2320 F: block/ssh.c
2322 CURL
2323 L: qemu-block@nongnu.org
2324 S: Supported
2325 F: block/curl.c
2327 GLUSTER
2328 L: qemu-block@nongnu.org
2329 S: Supported
2330 F: block/gluster.c
2332 Null Block Driver
2333 M: Fam Zheng <fam@euphon.net>
2334 L: qemu-block@nongnu.org
2335 S: Supported
2336 F: block/null.c
2338 NVMe Block Driver
2339 M: Fam Zheng <fam@euphon.net>
2340 L: qemu-block@nongnu.org
2341 S: Supported
2342 F: block/nvme*
2344 Bootdevice
2345 M: Gonglei <arei.gonglei@huawei.com>
2346 S: Maintained
2347 F: bootdevice.c
2349 Quorum
2350 M: Alberto Garcia <berto@igalia.com>
2351 S: Supported
2352 F: block/quorum.c
2353 L: qemu-block@nongnu.org
2355 blklogwrites
2356 M: Ari Sundholm <ari@tuxera.com>
2357 L: qemu-block@nongnu.org
2358 S: Supported
2359 F: block/blklogwrites.c
2361 blkverify
2362 M: Stefan Hajnoczi <stefanha@redhat.com>
2363 L: qemu-block@nongnu.org
2364 S: Supported
2365 F: block/blkverify.c
2367 bochs
2368 M: Stefan Hajnoczi <stefanha@redhat.com>
2369 L: qemu-block@nongnu.org
2370 S: Supported
2371 F: block/bochs.c
2373 cloop
2374 M: Stefan Hajnoczi <stefanha@redhat.com>
2375 L: qemu-block@nongnu.org
2376 S: Supported
2377 F: block/cloop.c
2380 M: Stefan Hajnoczi <stefanha@redhat.com>
2381 L: qemu-block@nongnu.org
2382 S: Supported
2383 F: block/dmg.c
2385 parallels
2386 M: Stefan Hajnoczi <stefanha@redhat.com>
2387 M: Denis V. Lunev <den@openvz.org>
2388 L: qemu-block@nongnu.org
2389 S: Supported
2390 F: block/parallels.c
2391 F: docs/interop/parallels.txt
2394 M: Stefan Hajnoczi <stefanha@redhat.com>
2395 L: qemu-block@nongnu.org
2396 S: Supported
2397 F: block/qed.c
2400 M: Kevin Wolf <kwolf@redhat.com>
2401 L: qemu-block@nongnu.org
2402 S: Supported
2403 F: block/linux-aio.c
2404 F: include/block/raw-aio.h
2405 F: block/raw-format.c
2406 F: block/file-posix.c
2407 F: block/file-win32.c
2408 F: block/win32-aio.c
2410 qcow2
2411 M: Kevin Wolf <kwolf@redhat.com>
2412 M: Max Reitz <mreitz@redhat.com>
2413 L: qemu-block@nongnu.org
2414 S: Supported
2415 F: block/qcow2*
2416 F: docs/interop/qcow2.txt
2418 qcow
2419 M: Kevin Wolf <kwolf@redhat.com>
2420 L: qemu-block@nongnu.org
2421 S: Supported
2422 F: block/qcow.c
2424 blkdebug
2425 M: Kevin Wolf <kwolf@redhat.com>
2426 M: Max Reitz <mreitz@redhat.com>
2427 L: qemu-block@nongnu.org
2428 S: Supported
2429 F: block/blkdebug.c
2432 M: Kevin Wolf <kwolf@redhat.com>
2433 L: qemu-block@nongnu.org
2434 S: Supported
2435 F: block/vpc.c
2437 vvfat
2438 M: Kevin Wolf <kwolf@redhat.com>
2439 L: qemu-block@nongnu.org
2440 S: Supported
2441 F: block/vvfat.c
2443 Image format fuzzer
2444 M: Stefan Hajnoczi <stefanha@redhat.com>
2445 L: qemu-block@nongnu.org
2446 S: Supported
2447 F: tests/image-fuzzer/
2449 Replication
2450 M: Wen Congyang <wencongyang2@huawei.com>
2451 M: Xie Changlong <xiechanglong.d@gmail.com>
2452 S: Supported
2453 F: replication*
2454 F: block/replication.c
2455 F: tests/test-replication.c
2456 F: docs/block-replication.txt
2458 PVRDMA
2459 M: Yuval Shaia <yuval.shaia@oracle.com>
2460 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2461 S: Maintained
2462 F: hw/rdma/*
2463 F: hw/rdma/vmw/*
2464 F: docs/pvrdma.txt
2465 F: contrib/rdmacm-mux/*
2466 F: qapi/rdma.json
2468 Build and test automation
2469 -------------------------
2470 Build and test automation
2471 M: Alex Bennée <alex.bennee@linaro.org>
2472 M: Fam Zheng <fam@euphon.net>
2473 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2474 L: qemu-devel@nongnu.org
2475 S: Maintained
2476 F: .travis.yml
2477 F: scripts/travis/
2478 F: .shippable.yml
2479 F: tests/docker/
2480 F: tests/vm/
2481 F: scripts/archive-source.sh
2482 W: https://travis-ci.org/qemu/qemu
2483 W: https://app.shippable.com/github/qemu/qemu
2484 W: http://patchew.org/QEMU/
2486 FreeBSD Hosted Continuous Integration
2487 M: Ed Maste <emaste@freebsd.org>
2488 M: Li-Wen Hsu <lwhsu@freebsd.org>
2489 L: qemu-devel@nongnu.org
2490 S: Maintained
2491 F: .cirrus.yml
2492 W: https://cirrus-ci.com/github/qemu/qemu
2494 GitLab Continuous Integration
2495 M: Thomas Huth <thuth@redhat.com>
2496 S: Maintained
2497 F: .gitlab-ci.yml
2499 Guest Test Compilation Support
2500 M: Alex Bennée <alex.bennee@linaro.org>
2501 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2502 F: tests/tcg/Makefile
2503 F: tests/tcg/Makefile.include
2504 L: qemu-devel@nongnu.org
2506 Documentation
2507 -------------
2508 Build system architecture
2509 M: Daniel P. Berrange <berrange@redhat.com>
2510 S: Odd Fixes
2511 F: docs/devel/build-system.txt
2513 GIT Data Mining Config
2514 M: Alex Bennée <alex.bennee@linaro.org>
2515 S: Odd Fixes
2516 F: gitdm.config
2517 F: contrib/gitdm/*
2519 Incompatible changes
2520 R: libvir-list@redhat.com
2521 F: qemu-deprecated.texi
2523 Build System
2524 ------------
2525 GIT submodules
2526 M: Daniel P. Berrange <berrange@redhat.com>
2527 S: Odd Fixes
2528 F: scripts/git-submodule.sh