target/ppc: Fix lxvw4x, lxvh8x and lxvb16x
[qemu/ar7.git] / MAINTAINERS
blob7be122541583043723a2c0754d63469e7ce4f1e4
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 F: tests/migration/s390x/
106 K: ^Subject:.*(?i)s390x?
107 T: git https://github.com/cohuck/qemu.git s390-next
108 L: qemu-s390x@nongnu.org
110 Guest CPU cores (TCG):
111 ----------------------
112 Overall
113 L: qemu-devel@nongnu.org
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
116 S: Maintained
117 F: cpus.c
118 F: exec.c
119 F: accel/tcg/
120 F: accel/stubs/tcg-stub.c
121 F: scripts/decodetree.py
122 F: docs/devel/decodetree.rst
123 F: include/exec/cpu*.h
124 F: include/exec/exec-all.h
125 F: include/exec/helper*.h
126 F: include/exec/tb-hash.h
127 F: include/sysemu/cpus.h
129 FPU emulation
130 M: Aurelien Jarno <aurelien@aurel32.net>
131 M: Peter Maydell <peter.maydell@linaro.org>
132 M: Alex Bennée <alex.bennee@linaro.org>
133 S: Maintained
134 F: fpu/
135 F: include/fpu/
136 F: tests/fp/
138 Alpha
139 M: Richard Henderson <rth@twiddle.net>
140 S: Maintained
141 F: target/alpha/
142 F: tests/tcg/alpha/
143 F: disas/alpha.c
146 M: Peter Maydell <peter.maydell@linaro.org>
147 L: qemu-arm@nongnu.org
148 S: Maintained
149 F: target/arm/
150 F: tests/tcg/arm/
151 F: tests/tcg/aarch64/
152 F: hw/arm/
153 F: hw/cpu/a*mpcore.c
154 F: include/hw/cpu/a*mpcore.h
155 F: disas/arm.c
156 F: disas/arm-a64.cc
157 F: disas/libvixl/
159 ARM SMMU
160 M: Eric Auger <eric.auger@redhat.com>
161 L: qemu-arm@nongnu.org
162 S: Maintained
163 F: hw/arm/smmu*
164 F: include/hw/arm/smmu*
166 CRIS
167 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
168 S: Maintained
169 F: target/cris/
170 F: hw/cris/
171 F: include/hw/cris/
172 F: tests/tcg/cris/
173 F: disas/cris.c
175 HPPA (PA-RISC)
176 M: Richard Henderson <rth@twiddle.net>
177 S: Maintained
178 F: target/hppa/
179 F: hw/hppa/
180 F: disas/hppa.c
182 LM32
183 M: Michael Walle <michael@walle.cc>
184 S: Maintained
185 F: target/lm32/
186 F: disas/lm32.c
187 F: hw/lm32/
188 F: hw/*/lm32_*
189 F: hw/*/milkymist-*
190 F: include/hw/display/milkymist_tmu2.h
191 F: include/hw/char/lm32_juart.h
192 F: include/hw/lm32/
193 F: tests/tcg/lm32/
195 M68K
196 M: Laurent Vivier <laurent@vivier.eu>
197 S: Maintained
198 F: target/m68k/
199 F: disas/m68k.c
201 MicroBlaze
202 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
203 S: Maintained
204 F: target/microblaze/
205 F: hw/microblaze/
206 F: disas/microblaze.c
208 MIPS
209 M: Aurelien Jarno <aurelien@aurel32.net>
210 M: Aleksandar Markovic <amarkovic@wavecomp.com>
211 R: Aleksandar Rikalo <arikalo@wavecomp.com>
212 S: Maintained
213 F: target/mips/
214 F: default-configs/*mips*
215 F: disas/mips.c
216 F: disas/nanomips.cpp
217 F: disas/nanomips.h
218 F: hw/intc/mips_gic.c
219 F: hw/mips/
220 F: hw/misc/mips_*
221 F: hw/timer/mips_gictimer.c
222 F: include/hw/intc/mips_gic.h
223 F: include/hw/mips/
224 F: include/hw/misc/mips_*
225 F: include/hw/timer/mips_gictimer.h
226 F: tests/tcg/mips/
227 K: ^Subject:.*(?i)mips
229 Moxie
230 M: Anthony Green <green@moxielogic.com>
231 S: Maintained
232 F: target/moxie/
233 F: disas/moxie.c
234 F: hw/moxie/
235 F: default-configs/moxie-softmmu.mak
237 NiosII
238 M: Chris Wulff <crwulff@gmail.com>
239 M: Marek Vasut <marex@denx.de>
240 S: Maintained
241 F: target/nios2/
242 F: hw/nios2/
243 F: hw/intc/nios2_iic.c
244 F: disas/nios2.c
245 F: default-configs/nios2-softmmu.mak
247 OpenRISC
248 M: Stafford Horne <shorne@gmail.com>
249 S: Odd Fixes
250 F: target/openrisc/
251 F: hw/openrisc/
252 F: tests/tcg/openrisc/
254 PowerPC
255 M: David Gibson <david@gibson.dropbear.id.au>
256 L: qemu-ppc@nongnu.org
257 S: Maintained
258 F: target/ppc/
259 F: hw/ppc/
260 F: include/hw/ppc/
261 F: disas/ppc.c
263 RISC-V
264 M: Palmer Dabbelt <palmer@sifive.com>
265 M: Alistair Francis <Alistair.Francis@wdc.com>
266 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
267 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
268 L: qemu-riscv@nongnu.org
269 S: Supported
270 F: target/riscv/
271 F: hw/riscv/
272 F: include/hw/riscv/
273 F: linux-user/host/riscv32/
274 F: linux-user/host/riscv64/
276 S390
277 M: Richard Henderson <rth@twiddle.net>
278 M: David Hildenbrand <david@redhat.com>
279 S: Maintained
280 F: target/s390x/
281 F: hw/s390x/
282 F: disas/s390.c
283 F: tests/tcg/s390x/
284 L: qemu-s390x@nongnu.org
287 M: Aurelien Jarno <aurelien@aurel32.net>
288 S: Odd Fixes
289 F: target/sh4/
290 F: hw/sh4/
291 F: disas/sh4.c
292 F: include/hw/sh4/
294 SPARC
295 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
296 M: Artyom Tarasenko <atar4qemu@gmail.com>
297 S: Maintained
298 F: target/sparc/
299 F: hw/sparc/
300 F: hw/sparc64/
301 F: include/hw/sparc/sparc64.h
302 F: disas/sparc.c
304 UniCore32
305 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
306 S: Maintained
307 F: target/unicore32/
308 F: hw/unicore32/
309 F: include/hw/unicore32/
312 M: Paolo Bonzini <pbonzini@redhat.com>
313 M: Richard Henderson <rth@twiddle.net>
314 M: Eduardo Habkost <ehabkost@redhat.com>
315 S: Maintained
316 F: target/i386/
317 F: tests/tcg/i386/
318 F: tests/tcg/x86_64/
319 F: hw/i386/
320 F: disas/i386.c
321 F: docs/qemu-cpu-models.texi
322 T: git https://github.com/ehabkost/qemu.git x86-next
324 Xtensa
325 M: Max Filippov <jcmvbkbc@gmail.com>
326 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
327 S: Maintained
328 F: target/xtensa/
329 F: hw/xtensa/
330 F: tests/tcg/xtensa/
331 F: disas/xtensa.c
332 F: include/hw/xtensa/xtensa-isa.h
333 F: default-configs/xtensa*.mak
335 TriCore
336 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
337 S: Maintained
338 F: target/tricore/
339 F: hw/tricore/
340 F: include/hw/tricore/
342 Multiarch Linux User Tests
343 M: Alex Bennée <alex.bennee@linaro.org>
344 S: Maintained
345 F: tests/tcg/multiarch/
347 Guest CPU Cores (KVM):
348 ----------------------
350 Overall
351 M: Paolo Bonzini <pbonzini@redhat.com>
352 L: kvm@vger.kernel.org
353 S: Supported
354 F: */kvm.*
355 F: accel/kvm/
356 F: accel/stubs/kvm-stub.c
357 F: include/hw/kvm/
358 F: include/sysemu/kvm*.h
359 F: scripts/kvm/kvm_flightrecorder
362 M: Peter Maydell <peter.maydell@linaro.org>
363 L: qemu-arm@nongnu.org
364 S: Maintained
365 F: target/arm/kvm.c
367 MIPS
368 M: James Hogan <jhogan@kernel.org>
369 R: Aleksandar Rikalo <arikalo@wavecomp.com>
370 S: Maintained
371 F: target/mips/kvm.c
374 M: David Gibson <david@gibson.dropbear.id.au>
375 S: Maintained
376 F: target/ppc/kvm.c
378 S390
379 M: Halil Pasic <pasic@linux.ibm.com>
380 M: Cornelia Huck <cohuck@redhat.com>
381 M: Christian Borntraeger <borntraeger@de.ibm.com>
382 S: Supported
383 F: target/s390x/kvm.c
384 F: target/s390x/kvm_s390x.h
385 F: target/s390x/kvm-stub.c
386 F: target/s390x/ioinst.[ch]
387 F: target/s390x/machine.c
388 F: target/s390x/sigp.c
389 F: hw/intc/s390_flic.c
390 F: hw/intc/s390_flic_kvm.c
391 F: include/hw/s390x/s390_flic.h
392 F: gdb-xml/s390*.xml
393 T: git https://github.com/cohuck/qemu.git s390-next
394 T: git https://github.com/borntraeger/qemu.git s390-next
395 L: qemu-s390x@nongnu.org
398 M: Paolo Bonzini <pbonzini@redhat.com>
399 M: Marcelo Tosatti <mtosatti@redhat.com>
400 L: kvm@vger.kernel.org
401 S: Supported
402 F: target/i386/kvm.c
403 F: scripts/kvm/vmxcap
405 Guest CPU Cores (Xen):
406 ----------------------
409 M: Stefano Stabellini <sstabellini@kernel.org>
410 M: Anthony Perard <anthony.perard@citrix.com>
411 M: Paul Durrant <paul.durrant@citrix.com>
412 L: xen-devel@lists.xenproject.org
413 S: Supported
414 F: */xen*
415 F: hw/9pfs/xen-9p-backend.c
416 F: hw/char/xen_console.c
417 F: hw/display/xenfb.c
418 F: hw/net/xen_nic.c
419 F: hw/block/xen*
420 F: hw/block/dataplane/xen*
421 F: hw/xen/
422 F: hw/xenpv/
423 F: hw/i386/xen/
424 F: include/hw/block/dataplane/xen*
425 F: include/hw/xen/
426 F: include/sysemu/xen-mapcache.h
428 Hosts:
429 ------
431 LINUX
432 M: Michael S. Tsirkin <mst@redhat.com>
433 M: Cornelia Huck <cohuck@redhat.com>
434 M: Paolo Bonzini <pbonzini@redhat.com>
435 S: Maintained
436 F: linux-headers/
437 F: scripts/update-linux-headers.sh
439 POSIX
440 M: Paolo Bonzini <pbonzini@redhat.com>
441 S: Maintained
442 F: os-posix.c
443 F: include/sysemu/os-posix.h
444 F: util/*posix*.c
445 F: include/qemu/*posix*.h
447 NETBSD
448 L: qemu-devel@nongnu.org
449 M: Kamil Rytarowski <kamil@netbsd.org>
450 S: Maintained
451 K: ^Subject:.*(?i)NetBSD
453 OPENBSD
454 L: qemu-devel@nongnu.org
455 M: Brad Smith <brad@comstyle.com>
456 S: Maintained
457 K: ^Subject:.*(?i)OpenBSD
459 W32, W64
460 L: qemu-devel@nongnu.org
461 M: Stefan Weil <sw@weilnetz.de>
462 S: Maintained
463 F: *win32*
464 F: */*win32*
465 F: include/*/*win32*
466 X: qga/*win32*
467 F: qemu.nsi
469 Alpha Machines
470 M: Richard Henderson <rth@twiddle.net>
471 S: Maintained
472 F: hw/alpha/
473 F: hw/isa/smc37c669-superio.c
474 F: tests/tcg/alpha/system/
476 ARM Machines
477 ------------
478 Allwinner-a10
479 M: Beniamino Galvani <b.galvani@gmail.com>
480 M: Peter Maydell <peter.maydell@linaro.org>
481 L: qemu-arm@nongnu.org
482 S: Odd Fixes
483 F: hw/*/allwinner*
484 F: include/hw/*/allwinner*
485 F: hw/arm/cubieboard.c
487 ARM PrimeCell and CMSDK devices
488 M: Peter Maydell <peter.maydell@linaro.org>
489 L: qemu-arm@nongnu.org
490 S: Maintained
491 F: hw/char/pl011.c
492 F: include/hw/char/pl011.h
493 F: hw/display/pl110*
494 F: hw/dma/pl080.c
495 F: include/hw/dma/pl080.h
496 F: hw/dma/pl330.c
497 F: hw/gpio/pl061.c
498 F: hw/input/pl050.c
499 F: hw/intc/pl190.c
500 F: hw/sd/pl181.c
501 F: hw/ssi/pl022.c
502 F: include/hw/ssi/pl022.h
503 F: hw/timer/pl031.c
504 F: include/hw/timer/pl031.h
505 F: include/hw/arm/primecell.h
506 F: hw/timer/cmsdk-apb-timer.c
507 F: include/hw/timer/cmsdk-apb-timer.h
508 F: hw/timer/cmsdk-apb-dualtimer.c
509 F: include/hw/timer/cmsdk-apb-dualtimer.h
510 F: hw/char/cmsdk-apb-uart.c
511 F: include/hw/char/cmsdk-apb-uart.h
512 F: hw/watchdog/cmsdk-apb-watchdog.c
513 F: include/hw/watchdog/cmsdk-apb-watchdog.h
514 F: hw/misc/tz-ppc.c
515 F: include/hw/misc/tz-ppc.h
516 F: hw/misc/tz-mpc.c
517 F: include/hw/misc/tz-mpc.h
518 F: hw/misc/tz-msc.c
519 F: include/hw/misc/tz-msc.h
521 ARM cores
522 M: Peter Maydell <peter.maydell@linaro.org>
523 L: qemu-arm@nongnu.org
524 S: Maintained
525 F: hw/intc/arm*
526 F: hw/intc/gic_internal.h
527 F: hw/misc/a9scu.c
528 F: hw/misc/arm11scu.c
529 F: hw/misc/arm_l2x0.c
530 F: hw/timer/a9gtimer*
531 F: hw/timer/arm*
532 F: include/hw/arm/arm*.h
533 F: include/hw/intc/arm*
534 F: include/hw/misc/a9scu.h
535 F: include/hw/misc/arm11scu.h
536 F: include/hw/timer/a9gtimer.h
537 F: include/hw/timer/arm_mptimer.h
538 F: include/hw/timer/armv7m_systick.h
539 F: tests/test-arm-mptimer.c
541 Exynos
542 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
543 M: Peter Maydell <peter.maydell@linaro.org>
544 L: qemu-arm@nongnu.org
545 S: Odd Fixes
546 F: hw/*/exynos*
547 F: include/hw/arm/exynos4210.h
549 Calxeda Highbank
550 M: Rob Herring <robh@kernel.org>
551 M: Peter Maydell <peter.maydell@linaro.org>
552 L: qemu-arm@nongnu.org
553 S: Odd Fixes
554 F: hw/arm/highbank.c
555 F: hw/net/xgmac.c
557 Canon DIGIC
558 M: Antony Pavlov <antonynpavlov@gmail.com>
559 M: Peter Maydell <peter.maydell@linaro.org>
560 L: qemu-arm@nongnu.org
561 S: Odd Fixes
562 F: include/hw/arm/digic.h
563 F: hw/*/digic*
564 F: include/hw/*/digic*
566 Gumstix
567 M: Peter Maydell <peter.maydell@linaro.org>
568 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
569 L: qemu-devel@nongnu.org
570 L: qemu-arm@nongnu.org
571 S: Odd Fixes
572 F: hw/arm/gumstix.c
574 i.MX25 PDK
575 M: Peter Maydell <peter.maydell@linaro.org>
576 R: Jean-Christophe Dubois <jcd@tribudubois.net>
577 L: qemu-arm@nongnu.org
578 S: Odd Fixes
579 F: hw/arm/fsl-imx25.c
580 F: hw/arm/imx25_pdk.c
581 F: hw/misc/imx25_ccm.c
582 F: include/hw/arm/fsl-imx25.h
583 F: include/hw/misc/imx25_ccm.h
585 i.MX31 (kzm)
586 M: Peter Chubb <peter.chubb@nicta.com.au>
587 M: Peter Maydell <peter.maydell@linaro.org>
588 L: qemu-arm@nongnu.org
589 S: Odd Fixes
590 F: hw/arm/kzm.c
591 F: hw/*/imx_*
592 F: hw/*/*imx31*
593 F: include/hw/*/imx_*
594 F: include/hw/*/*imx31*
596 Integrator CP
597 M: Peter Maydell <peter.maydell@linaro.org>
598 L: qemu-arm@nongnu.org
599 S: Maintained
600 F: hw/arm/integratorcp.c
601 F: hw/misc/arm_integrator_debug.c
602 F: include/hw/misc/arm_integrator_debug.h
604 MCIMX6UL EVK / i.MX6ul
605 M: Peter Maydell <peter.maydell@linaro.org>
606 R: Jean-Christophe Dubois <jcd@tribudubois.net>
607 L: qemu-arm@nongnu.org
608 S: Odd Fixes
609 F: hw/arm/mcimx6ul-evk.c
610 F: hw/arm/fsl-imx6ul.c
611 F: hw/misc/imx6ul_ccm.c
612 F: include/hw/arm/fsl-imx6ul.h
613 F: include/hw/misc/imx6ul_ccm.h
615 MCIMX7D SABRE / i.MX7
616 M: Peter Maydell <peter.maydell@linaro.org>
617 R: Andrey Smirnov <andrew.smirnov@gmail.com>
618 L: qemu-arm@nongnu.org
619 S: Odd Fixes
620 F: hw/arm/mcimx7d-sabre.c
621 F: hw/arm/fsl-imx7.c
622 F: hw/misc/imx7_*.c
623 F: include/hw/arm/fsl-imx7.h
624 F: include/hw/misc/imx7_*.h
625 F: hw/pci-host/designware.c
626 F: include/hw/pci-host/designware.h
628 MPS2
629 M: Peter Maydell <peter.maydell@linaro.org>
630 L: qemu-arm@nongnu.org
631 S: Maintained
632 F: hw/arm/mps2.c
633 F: hw/arm/mps2-tz.c
634 F: hw/misc/mps2-*.c
635 F: include/hw/misc/mps2-*.h
636 F: hw/arm/armsse.c
637 F: include/hw/arm/armsse.h
638 F: hw/misc/iotkit-secctl.c
639 F: include/hw/misc/iotkit-secctl.h
640 F: hw/misc/iotkit-sysctl.c
641 F: include/hw/misc/iotkit-sysctl.h
642 F: hw/misc/iotkit-sysinfo.c
643 F: include/hw/misc/iotkit-sysinfo.h
644 F: hw/misc/armsse-cpuid.c
645 F: include/hw/misc/armsse-cpuid.h
646 F: hw/misc/armsse-mhu.c
647 F: include/hw/misc/armsse-mhu.h
649 Musca
650 M: Peter Maydell <peter.maydell@linaro.org>
651 L: qemu-arm@nongnu.org
652 S: Maintained
653 F: hw/arm/musca.c
655 Musicpal
656 M: Jan Kiszka <jan.kiszka@web.de>
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
659 S: Odd Fixes
660 F: hw/arm/musicpal.c
662 nSeries
663 M: Andrzej Zaborowski <balrogg@gmail.com>
664 M: Peter Maydell <peter.maydell@linaro.org>
665 L: qemu-arm@nongnu.org
666 S: Odd Fixes
667 F: hw/arm/nseries.c
668 F: hw/display/blizzard.c
669 F: hw/input/lm832x.c
670 F: hw/input/tsc2005.c
671 F: hw/misc/cbus.c
672 F: hw/timer/twl92230.c
673 F: include/hw/display/blizzard.h
674 F: include/hw/input/tsc2xxx.h
675 F: include/hw/misc/cbus.h
677 Palm
678 M: Andrzej Zaborowski <balrogg@gmail.com>
679 M: Peter Maydell <peter.maydell@linaro.org>
680 L: qemu-arm@nongnu.org
681 S: Odd Fixes
682 F: hw/arm/palm.c
683 F: hw/input/tsc210x.c
684 F: include/hw/input/tsc2xxx.h
686 Raspberry Pi
687 M: Peter Maydell <peter.maydell@linaro.org>
688 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
689 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
690 L: qemu-arm@nongnu.org
691 S: Odd Fixes
692 F: hw/arm/raspi.c
693 F: hw/arm/raspi_platform.h
694 F: hw/*/bcm283*
695 F: include/hw/arm/raspi*
696 F: include/hw/*/bcm283*
698 Real View
699 M: Peter Maydell <peter.maydell@linaro.org>
700 L: qemu-arm@nongnu.org
701 S: Maintained
702 F: hw/arm/realview*
703 F: hw/cpu/realview_mpcore.c
704 F: hw/intc/realview_gic.c
705 F: include/hw/intc/realview_gic.h
707 PXA2XX
708 M: Andrzej Zaborowski <balrogg@gmail.com>
709 M: Peter Maydell <peter.maydell@linaro.org>
710 L: qemu-arm@nongnu.org
711 S: Odd Fixes
712 F: hw/arm/mainstone.c
713 F: hw/arm/spitz.c
714 F: hw/arm/tosa.c
715 F: hw/arm/z2.c
716 F: hw/*/pxa2xx*
717 F: hw/display/tc6393xb.c
718 F: hw/gpio/max7310.c
719 F: hw/gpio/zaurus.c
720 F: hw/misc/mst_fpga.c
721 F: hw/misc/max111x.c
722 F: include/hw/arm/pxa.h
723 F: include/hw/arm/sharpsl.h
724 F: include/hw/display/tc6393xb.h
726 SABRELITE / i.MX6
727 M: Peter Maydell <peter.maydell@linaro.org>
728 R: Jean-Christophe Dubois <jcd@tribudubois.net>
729 L: qemu-arm@nongnu.org
730 S: Odd Fixes
731 F: hw/arm/sabrelite.c
732 F: hw/arm/fsl-imx6.c
733 F: hw/misc/imx6_*.c
734 F: hw/ssi/imx_spi.c
735 F: include/hw/arm/fsl-imx6.h
736 F: include/hw/misc/imx6_*.h
737 F: include/hw/ssi/imx_spi.h
739 Sharp SL-5500 (Collie) PDA
740 M: Peter Maydell <peter.maydell@linaro.org>
741 L: qemu-arm@nongnu.org
742 S: Odd Fixes
743 F: hw/arm/collie.c
744 F: hw/arm/strongarm*
746 Stellaris
747 M: Peter Maydell <peter.maydell@linaro.org>
748 L: qemu-arm@nongnu.org
749 S: Maintained
750 F: hw/*/stellaris*
751 F: include/hw/input/gamepad.h
753 Versatile Express
754 M: Peter Maydell <peter.maydell@linaro.org>
755 L: qemu-arm@nongnu.org
756 S: Maintained
757 F: hw/arm/vexpress.c
759 Versatile PB
760 M: Peter Maydell <peter.maydell@linaro.org>
761 L: qemu-arm@nongnu.org
762 S: Maintained
763 F: hw/*/versatile*
764 F: hw/misc/arm_sysctl.c
766 Virt
767 M: Peter Maydell <peter.maydell@linaro.org>
768 L: qemu-arm@nongnu.org
769 S: Maintained
770 F: hw/arm/virt*
771 F: include/hw/arm/virt.h
773 Xilinx Zynq
774 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
775 M: Alistair Francis <alistair@alistair23.me>
776 M: Peter Maydell <peter.maydell@linaro.org>
777 L: qemu-arm@nongnu.org
778 S: Maintained
779 F: hw/*/xilinx_*
780 F: hw/*/cadence_*
781 F: hw/misc/zynq*
782 F: include/hw/misc/zynq*
783 X: hw/ssi/xilinx_*
785 Xilinx ZynqMP
786 M: Alistair Francis <alistair@alistair23.me>
787 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
788 M: Peter Maydell <peter.maydell@linaro.org>
789 L: qemu-arm@nongnu.org
790 S: Maintained
791 F: hw/*/xlnx*.c
792 F: include/hw/*/xlnx*.h
793 F: include/hw/ssi/xilinx_spips.h
794 F: hw/display/dpcd.c
795 F: include/hw/display/dpcd.h
797 ARM ACPI Subsystem
798 M: Shannon Zhao <shannon.zhaosl@gmail.com>
799 L: qemu-arm@nongnu.org
800 S: Maintained
801 F: hw/arm/virt-acpi-build.c
803 STM32F205
804 M: Alistair Francis <alistair@alistair23.me>
805 M: Peter Maydell <peter.maydell@linaro.org>
806 S: Maintained
807 F: hw/arm/stm32f205_soc.c
808 F: hw/misc/stm32f2xx_syscfg.c
809 F: hw/char/stm32f2xx_usart.c
810 F: hw/timer/stm32f2xx_timer.c
811 F: hw/adc/*
812 F: hw/ssi/stm32f2xx_spi.c
813 F: include/hw/*/stm32*.h
815 Netduino 2
816 M: Alistair Francis <alistair@alistair23.me>
817 M: Peter Maydell <peter.maydell@linaro.org>
818 S: Maintained
819 F: hw/arm/netduino2.c
821 SmartFusion2
822 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
823 M: Peter Maydell <peter.maydell@linaro.org>
824 S: Maintained
825 F: hw/arm/msf2-soc.c
826 F: hw/misc/msf2-sysreg.c
827 F: hw/timer/mss-timer.c
828 F: hw/ssi/mss-spi.c
829 F: include/hw/arm/msf2-soc.h
830 F: include/hw/misc/msf2-sysreg.h
831 F: include/hw/timer/mss-timer.h
832 F: include/hw/ssi/mss-spi.h
834 Emcraft M2S-FG484
835 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
836 M: Peter Maydell <peter.maydell@linaro.org>
837 S: Maintained
838 F: hw/arm/msf2-som.c
840 ASPEED BMCs
841 M: Cédric Le Goater <clg@kaod.org>
842 M: Peter Maydell <peter.maydell@linaro.org>
843 R: Andrew Jeffery <andrew@aj.id.au>
844 R: Joel Stanley <joel@jms.id.au>
845 L: qemu-arm@nongnu.org
846 S: Maintained
847 F: hw/*/*aspeed*
848 F: hw/misc/pca9552.c
849 F: include/hw/*/*aspeed*
850 F: include/hw/misc/pca9552*.h
851 F: hw/net/ftgmac100.c
852 F: include/hw/net/ftgmac100.h
854 NRF51
855 M: Joel Stanley <joel@jms.id.au>
856 M: Peter Maydell <peter.maydell@linaro.org>
857 L: qemu-arm@nongnu.org
858 S: Maintained
859 F: hw/*/nrf51*.c
860 F: hw/*/microbit*.c
861 F: include/hw/*/nrf51*.h
862 F: include/hw/*/microbit*.h
863 F: tests/microbit-test.c
865 CRIS Machines
866 -------------
867 Axis Dev88
868 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
869 S: Maintained
870 F: hw/cris/axis_dev88.c
871 F: hw/*/etraxfs_*.c
873 HP-PARISC Machines
874 ------------------
875 Dino
876 M: Richard Henderson <rth@twiddle.net>
877 R: Helge Deller <deller@gmx.de>
878 S: Odd Fixes
879 F: hw/hppa/
880 F: pc-bios/hppa-firmware.img
882 LM32 Machines
883 -------------
884 EVR32 and uclinux BSP
885 M: Michael Walle <michael@walle.cc>
886 S: Maintained
887 F: hw/lm32/lm32_boards.c
889 milkymist
890 M: Michael Walle <michael@walle.cc>
891 S: Maintained
892 F: hw/lm32/milkymist.c
894 M68K Machines
895 -------------
896 an5206
897 M: Thomas Huth <huth@tuxfamily.org>
898 S: Odd Fixes
899 F: hw/m68k/an5206.c
900 F: hw/m68k/mcf5206.c
902 mcf5208
903 M: Thomas Huth <huth@tuxfamily.org>
904 S: Odd Fixes
905 F: hw/m68k/mcf5208.c
906 F: hw/m68k/mcf_intc.c
907 F: hw/char/mcf_uart.c
908 F: hw/net/mcf_fec.c
909 F: include/hw/m68k/mcf*.h
911 MicroBlaze Machines
912 -------------------
913 petalogix_s3adsp1800
914 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
915 S: Maintained
916 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
917 F: include/hw/char/xilinx_uartlite.h
919 petalogix_ml605
920 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
921 S: Maintained
922 F: hw/microblaze/petalogix_ml605_mmu.c
924 MIPS Machines
925 -------------
926 Jazz
927 M: Hervé Poussineau <hpoussin@reactos.org>
928 R: Aleksandar Rikalo <arikalo@wavecomp.com>
929 S: Maintained
930 F: hw/mips/mips_jazz.c
931 F: hw/display/jazz_led.c
932 F: hw/dma/rc4030.c
934 Malta
935 M: Aurelien Jarno <aurelien@aurel32.net>
936 R: Aleksandar Rikalo <arikalo@wavecomp.com>
937 S: Maintained
938 F: hw/mips/mips_malta.c
939 F: tests/acceptance/linux_ssh_mips_malta.py
941 Mipssim
942 M: Aleksandar Markovic <amarkovic@wavecomp.com>
943 R: Aleksandar Rikalo <arikalo@wavecomp.com>
944 S: Odd Fixes
945 F: hw/mips/mips_mipssim.c
946 F: hw/net/mipsnet.c
948 R4000
949 M: Aurelien Jarno <aurelien@aurel32.net>
950 R: Aleksandar Rikalo <arikalo@wavecomp.com>
951 S: Maintained
952 F: hw/mips/mips_r4k.c
954 Fulong 2E
955 M: Aleksandar Markovic <amarkovic@wavecomp.com>
956 R: Aleksandar Rikalo <arikalo@wavecomp.com>
957 S: Odd Fixes
958 F: hw/mips/mips_fulong2e.c
959 F: hw/isa/vt82c686.c
960 F: hw/pci-host/bonito.c
961 F: include/hw/isa/vt82c686.h
963 Boston
964 M: Paul Burton <pburton@wavecomp.com>
965 R: Aleksandar Rikalo <arikalo@wavecomp.com>
966 S: Maintained
967 F: hw/core/loader-fit.c
968 F: hw/mips/boston.c
969 F: hw/pci-host/xilinx-pcie.c
970 F: include/hw/pci-host/xilinx-pcie.h
972 OpenRISC Machines
973 -----------------
974 or1k-sim
975 M: Jia Liu <proljc@gmail.com>
976 S: Maintained
977 F: hw/openrisc/openrisc_sim.c
979 PowerPC Machines
980 ----------------
982 M: David Gibson <david@gibson.dropbear.id.au>
983 L: qemu-ppc@nongnu.org
984 S: Odd Fixes
985 F: hw/ppc/ppc405_boards.c
987 Bamboo
988 M: David Gibson <david@gibson.dropbear.id.au>
989 L: qemu-ppc@nongnu.org
990 S: Odd Fixes
991 F: hw/ppc/ppc440_bamboo.c
993 e500
994 M: David Gibson <david@gibson.dropbear.id.au>
995 L: qemu-ppc@nongnu.org
996 S: Odd Fixes
997 F: hw/ppc/e500*
998 F: hw/gpio/mpc8xxx.c
999 F: hw/i2c/mpc_i2c.c
1000 F: hw/net/fsl_etsec/
1001 F: hw/pci-host/ppce500.c
1002 F: include/hw/ppc/ppc_e500.h
1003 F: include/hw/pci-host/ppce500.h
1004 F: pc-bios/u-boot.e500
1006 mpc8544ds
1007 M: David Gibson <david@gibson.dropbear.id.au>
1008 L: qemu-ppc@nongnu.org
1009 S: Odd Fixes
1010 F: hw/ppc/mpc8544ds.c
1011 F: hw/ppc/mpc8544_guts.c
1013 New World (mac99)
1014 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1015 R: David Gibson <david@gibson.dropbear.id.au>
1016 L: qemu-ppc@nongnu.org
1017 S: Odd Fixes
1018 F: hw/ppc/mac_newworld.c
1019 F: hw/pci-host/uninorth.c
1020 F: hw/pci-bridge/dec.[hc]
1021 F: hw/misc/macio/
1022 F: hw/misc/mos6522.c
1023 F: hw/nvram/mac_nvram.c
1024 F: hw/input/adb*
1025 F: include/hw/misc/macio/
1026 F: include/hw/misc/mos6522.h
1027 F: include/hw/ppc/mac_dbdma.h
1028 F: include/hw/pci-host/uninorth.h
1029 F: include/hw/input/adb*
1030 F: pc-bios/qemu_vga.ndrv
1032 Old World (g3beige)
1033 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1034 R: David Gibson <david@gibson.dropbear.id.au>
1035 L: qemu-ppc@nongnu.org
1036 S: Odd Fixes
1037 F: hw/ppc/mac_oldworld.c
1038 F: hw/pci-host/grackle.c
1039 F: hw/misc/macio/
1040 F: hw/intc/heathrow_pic.c
1041 F: hw/input/adb*
1042 F: include/hw/intc/heathrow_pic.h
1043 F: include/hw/input/adb*
1044 F: pc-bios/qemu_vga.ndrv
1046 PReP
1047 M: Hervé Poussineau <hpoussin@reactos.org>
1048 L: qemu-devel@nongnu.org
1049 L: qemu-ppc@nongnu.org
1050 S: Maintained
1051 F: hw/ppc/prep.c
1052 F: hw/ppc/prep_systemio.c
1053 F: hw/ppc/rs6000_mc.c
1054 F: hw/pci-host/prep.[hc]
1055 F: hw/isa/i82378.c
1056 F: hw/isa/pc87312.c
1057 F: hw/dma/i82374.c
1058 F: hw/timer/m48t59-isa.c
1059 F: include/hw/isa/pc87312.h
1060 F: include/hw/timer/m48t59.h
1061 F: pc-bios/ppc_rom.bin
1063 sPAPR
1064 M: David Gibson <david@gibson.dropbear.id.au>
1065 L: qemu-ppc@nongnu.org
1066 S: Supported
1067 F: hw/*/spapr*
1068 F: include/hw/*/spapr*
1069 F: hw/*/xics*
1070 F: include/hw/*/xics*
1071 F: pc-bios/spapr-rtas/*
1072 F: pc-bios/spapr-rtas.bin
1073 F: pc-bios/slof.bin
1074 F: docs/specs/ppc-spapr-hcalls.txt
1075 F: docs/specs/ppc-spapr-hotplug.txt
1076 F: tests/spapr*
1077 F: tests/libqos/*spapr*
1078 F: tests/rtas*
1079 F: tests/libqos/rtas*
1081 PowerNV (Non-Virtualized)
1082 M: Cédric Le Goater <clg@kaod.org>
1083 M: David Gibson <david@gibson.dropbear.id.au>
1084 L: qemu-ppc@nongnu.org
1085 S: Maintained
1086 F: hw/ppc/pnv*
1087 F: hw/intc/pnv*
1088 F: hw/intc/xics_pnv.c
1089 F: include/hw/ppc/pnv*
1090 F: pc-bios/skiboot.lid
1091 F: tests/pnv*
1093 virtex_ml507
1094 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1095 L: qemu-ppc@nongnu.org
1096 S: Odd Fixes
1097 F: hw/ppc/virtex_ml507.c
1099 sam460ex
1100 M: BALATON Zoltan <balaton@eik.bme.hu>
1101 L: qemu-ppc@nongnu.org
1102 S: Maintained
1103 F: hw/ppc/sam460ex.c
1104 F: hw/ppc/ppc440_pcix.c
1105 F: hw/display/sm501*
1106 F: hw/ide/sii3112.c
1107 F: hw/timer/m41t80.c
1108 F: pc-bios/canyonlands.dt[sb]
1109 F: pc-bios/u-boot-sam460ex-20100605.bin
1110 F: roms/u-boot-sam460ex
1112 SH4 Machines
1113 ------------
1115 M: Magnus Damm <magnus.damm@gmail.com>
1116 S: Maintained
1117 F: hw/sh4/r2d.c
1118 F: hw/intc/sh_intc.c
1119 F: hw/timer/sh_timer.c
1121 Shix
1122 M: Magnus Damm <magnus.damm@gmail.com>
1123 S: Odd Fixes
1124 F: hw/sh4/shix.c
1126 SPARC Machines
1127 --------------
1128 Sun4m
1129 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1130 S: Maintained
1131 F: hw/sparc/sun4m.c
1132 F: hw/sparc/sun4m_iommu.c
1133 F: hw/display/cg3.c
1134 F: hw/display/tcx.c
1135 F: hw/dma/sparc32_dma.c
1136 F: hw/misc/eccmemctl.c
1137 F: hw/*/slavio_*.c
1138 F: include/hw/nvram/sun_nvram.h
1139 F: include/hw/sparc/sparc32_dma.h
1140 F: include/hw/sparc/sun4m_iommu.h
1141 F: pc-bios/openbios-sparc32
1143 Sun4u
1144 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1145 S: Maintained
1146 F: hw/sparc64/sun4u.c
1147 F: hw/sparc64/sun4u_iommu.c
1148 F: include/hw/sparc/sun4u_iommu.h
1149 F: hw/pci-host/sabre.c
1150 F: include/hw/pci-host/sabre.h
1151 F: hw/pci-bridge/simba.c
1152 F: include/hw/pci-bridge/simba.h
1153 F: pc-bios/openbios-sparc64
1155 Sun4v
1156 M: Artyom Tarasenko <atar4qemu@gmail.com>
1157 S: Maintained
1158 F: hw/sparc64/niagara.c
1159 F: hw/timer/sun4v-rtc.c
1160 F: include/hw/timer/sun4v-rtc.h
1162 Leon3
1163 M: Fabien Chouteau <chouteau@adacore.com>
1164 M: KONRAD Frederic <frederic.konrad@adacore.com>
1165 S: Maintained
1166 F: hw/sparc/leon3.c
1167 F: hw/*/grlib*
1168 F: include/hw/*/grlib*
1170 S390 Machines
1171 -------------
1172 S390 Virtio-ccw
1173 M: Cornelia Huck <cohuck@redhat.com>
1174 M: Halil Pasic <pasic@linux.ibm.com>
1175 M: Christian Borntraeger <borntraeger@de.ibm.com>
1176 S: Supported
1177 F: hw/char/sclp*.[hc]
1178 F: hw/char/terminal3270.c
1179 F: hw/s390x/
1180 F: include/hw/s390x/
1181 F: hw/watchdog/wdt_diag288.c
1182 F: include/hw/watchdog/wdt_diag288.h
1183 F: default-configs/s390x-softmmu.mak
1184 T: git https://github.com/cohuck/qemu.git s390-next
1185 T: git https://github.com/borntraeger/qemu.git s390-next
1186 L: qemu-s390x@nongnu.org
1188 S390-ccw boot
1189 M: Christian Borntraeger <borntraeger@de.ibm.com>
1190 M: Thomas Huth <thuth@redhat.com>
1191 S: Supported
1192 F: hw/s390x/ipl.*
1193 F: pc-bios/s390-ccw/
1194 F: pc-bios/s390-ccw.img
1195 F: docs/devel/s390-dasd-ipl.txt
1196 T: git https://github.com/borntraeger/qemu.git s390-next
1197 L: qemu-s390x@nongnu.org
1199 S390 PCI
1200 M: Collin Walling <walling@linux.ibm.com>
1201 S: Supported
1202 F: hw/s390x/s390-pci*
1203 L: qemu-s390x@nongnu.org
1205 UniCore32 Machines
1206 -------------
1207 PKUnity-3 SoC initramfs-with-busybox
1208 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1209 S: Maintained
1210 F: hw/*/puv3*
1211 F: hw/unicore32/
1213 X86 Machines
1214 ------------
1216 M: Michael S. Tsirkin <mst@redhat.com>
1217 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1218 S: Supported
1219 F: include/hw/i386/
1220 F: hw/i386/
1221 F: hw/pci-host/piix.c
1222 F: hw/pci-host/q35.c
1223 F: hw/pci-host/pam.c
1224 F: include/hw/pci-host/q35.h
1225 F: include/hw/pci-host/pam.h
1226 F: hw/isa/piix4.c
1227 F: hw/isa/lpc_ich9.c
1228 F: hw/i2c/smbus_ich9.c
1229 F: hw/acpi/piix4.c
1230 F: hw/acpi/ich9.c
1231 F: include/hw/acpi/ich9.h
1232 F: include/hw/acpi/piix4.h
1233 F: hw/misc/sga.c
1234 F: hw/isa/apm.c
1235 F: include/hw/isa/apm.h
1236 F: tests/test-x86-cpuid.c
1237 F: tests/test-x86-cpuid-compat.c
1239 PC Chipset
1240 M: Michael S. Tsirkin <mst@redhat.com>
1241 M: Paolo Bonzini <pbonzini@redhat.com>
1242 S: Supported
1243 F: hw/char/debugcon.c
1244 F: hw/char/parallel*
1245 F: hw/char/serial*
1246 F: hw/dma/i8257*
1247 F: hw/i2c/pm_smbus.c
1248 F: hw/input/pckbd.c
1249 F: hw/intc/apic*
1250 F: hw/intc/ioapic*
1251 F: hw/intc/i8259*
1252 F: hw/isa/isa-superio.c
1253 F: hw/misc/debugexit.c
1254 F: hw/misc/pc-testdev.c
1255 F: hw/timer/hpet*
1256 F: hw/timer/i8254*
1257 F: hw/timer/mc146818rtc*
1258 F: hw/watchdog/wdt_ib700.c
1259 F: hw/watchdog/wdt_i6300esb.c
1260 F: include/hw/display/vga.h
1261 F: include/hw/char/parallel.h
1262 F: include/hw/dma/i8257.h
1263 F: include/hw/i2c/pm_smbus.h
1264 F: include/hw/input/i8042.h
1265 F: include/hw/isa/i8259_internal.h
1266 F: include/hw/isa/superio.h
1267 F: include/hw/timer/hpet.h
1268 F: include/hw/timer/i8254*
1269 F: include/hw/timer/mc146818rtc*
1271 Machine core
1272 M: Eduardo Habkost <ehabkost@redhat.com>
1273 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1274 S: Supported
1275 F: hw/core/machine.c
1276 F: hw/core/null-machine.c
1277 F: hw/cpu/cluster.c
1278 F: include/hw/boards.h
1279 F: include/hw/cpu/cluster.h
1280 T: git https://github.com/ehabkost/qemu.git machine-next
1282 Xtensa Machines
1283 ---------------
1285 M: Max Filippov <jcmvbkbc@gmail.com>
1286 S: Maintained
1287 F: hw/xtensa/sim.c
1289 XTFPGA (LX60, LX200, ML605, KC705)
1290 M: Max Filippov <jcmvbkbc@gmail.com>
1291 S: Maintained
1292 F: hw/xtensa/xtfpga.c
1293 F: hw/net/opencores_eth.c
1295 Devices
1296 -------
1298 M: Jiri Slaby <jslaby@suse.cz>
1299 S: Maintained
1300 F: hw/misc/edu.c
1303 M: John Snow <jsnow@redhat.com>
1304 L: qemu-block@nongnu.org
1305 S: Supported
1306 F: include/hw/ide.h
1307 F: include/hw/ide/
1308 F: hw/ide/
1309 F: hw/block/block.c
1310 F: hw/block/cdrom.c
1311 F: hw/block/hd-geometry.c
1312 F: tests/ide-test.c
1313 F: tests/ahci-test.c
1314 F: tests/cdrom-test.c
1315 F: tests/libqos/ahci*
1316 T: git https://github.com/jnsnow/qemu.git ide
1318 IPMI
1319 M: Corey Minyard <minyard@acm.org>
1320 S: Maintained
1321 F: include/hw/ipmi/*
1322 F: hw/ipmi/*
1323 F: hw/smbios/smbios_type_38.c
1324 F: tests/ipmi*
1325 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1327 Floppy
1328 M: John Snow <jsnow@redhat.com>
1329 L: qemu-block@nongnu.org
1330 S: Supported
1331 F: hw/block/fdc.c
1332 F: include/hw/block/fdc.h
1333 F: tests/fdc-test.c
1334 T: git https://github.com/jnsnow/qemu.git ide
1336 OMAP
1337 M: Peter Maydell <peter.maydell@linaro.org>
1338 S: Maintained
1339 F: hw/*/omap*
1340 F: include/hw/arm/omap.h
1342 IPack
1343 M: Alberto Garcia <berto@igalia.com>
1344 S: Odd Fixes
1345 F: hw/char/ipoctal232.c
1346 F: hw/ipack/
1349 M: Michael S. Tsirkin <mst@redhat.com>
1350 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1351 S: Supported
1352 F: include/hw/pci/*
1353 F: hw/misc/pci-testdev.c
1354 F: hw/pci/*
1355 F: hw/pci-bridge/*
1356 F: docs/pci*
1357 F: docs/specs/*pci*
1358 F: default-configs/pci.mak
1360 ACPI/SMBIOS
1361 M: Michael S. Tsirkin <mst@redhat.com>
1362 M: Igor Mammedov <imammedo@redhat.com>
1363 S: Supported
1364 F: include/hw/acpi/*
1365 F: include/hw/firmware/smbios.h
1366 F: hw/mem/*
1367 F: hw/acpi/*
1368 F: hw/smbios/*
1369 F: hw/i386/acpi-build.[hc]
1370 F: hw/arm/virt-acpi-build.c
1371 F: tests/bios-tables-test.c
1372 F: tests/acpi-utils.[hc]
1373 F: tests/data/acpi/
1375 ppc4xx
1376 M: David Gibson <david@gibson.dropbear.id.au>
1377 L: qemu-ppc@nongnu.org
1378 S: Odd Fixes
1379 F: hw/ppc/ppc4*.c
1380 F: hw/i2c/ppc4xx_i2c.c
1381 F: include/hw/ppc/ppc4xx.h
1382 F: include/hw/i2c/ppc4xx_i2c.h
1384 Character devices
1385 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1386 R: Paolo Bonzini <pbonzini@redhat.com>
1387 S: Odd Fixes
1388 F: hw/char/
1390 Network devices
1391 M: Jason Wang <jasowang@redhat.com>
1392 S: Odd Fixes
1393 F: hw/net/
1394 F: include/hw/net/
1395 F: tests/virtio-net-test.c
1396 T: git https://github.com/jasowang/qemu.git net
1398 Parallel NOR Flash devices
1399 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1400 T: git https://gitlab.com/philmd/qemu.git pflash-next
1401 S: Maintained
1402 F: hw/block/pflash_cfi*.c
1403 F: include/hw/block/flash.h
1405 SCSI
1406 M: Paolo Bonzini <pbonzini@redhat.com>
1407 R: Fam Zheng <fam@euphon.net>
1408 S: Supported
1409 F: include/hw/scsi/*
1410 F: hw/scsi/*
1411 F: tests/virtio-scsi-test.c
1412 T: git https://github.com/bonzini/qemu.git scsi-next
1415 M: Alistair Francis <alistair@alistair23.me>
1416 S: Maintained
1417 F: hw/ssi/*
1418 F: hw/block/m25p80.c
1419 F: include/hw/ssi/ssi.h
1420 X: hw/ssi/xilinx_*
1421 F: tests/m25p80-test.c
1423 Xilinx SPI
1424 M: Alistair Francis <alistair@alistair23.me>
1425 S: Maintained
1426 F: hw/ssi/xilinx_*
1428 SD (Secure Card)
1429 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1430 S: Odd Fixes
1431 F: include/hw/sd/sd*
1432 F: hw/sd/core.c
1433 F: hw/sd/sd*
1434 F: tests/sd*
1437 M: Gerd Hoffmann <kraxel@redhat.com>
1438 S: Maintained
1439 F: hw/usb/*
1440 F: tests/usb-*-test.c
1441 F: docs/usb2.txt
1442 F: docs/usb-storage.txt
1443 F: include/hw/usb.h
1444 F: include/hw/usb/
1445 F: default-configs/usb.mak
1447 USB (serial adapter)
1448 M: Gerd Hoffmann <kraxel@redhat.com>
1449 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1450 S: Maintained
1451 F: hw/usb/dev-serial.c
1453 VFIO
1454 M: Alex Williamson <alex.williamson@redhat.com>
1455 S: Supported
1456 F: hw/vfio/*
1457 F: include/hw/vfio/
1459 vfio-ccw
1460 M: Cornelia Huck <cohuck@redhat.com>
1461 M: Eric Farman <farman@linux.ibm.com>
1462 M: Farhan Ali <alifm@linux.ibm.com>
1463 S: Supported
1464 F: hw/vfio/ccw.c
1465 F: hw/s390x/s390-ccw.c
1466 F: include/hw/s390x/s390-ccw.h
1467 F: include/hw/s390x/vfio-ccw.h
1468 T: git https://github.com/cohuck/qemu.git s390-next
1469 L: qemu-s390x@nongnu.org
1471 vfio-ap
1472 M: Christian Borntraeger <borntraeger@de.ibm.com>
1473 M: Tony Krowiak <akrowiak@linux.ibm.com>
1474 M: Halil Pasic <pasic@linux.ibm.com>
1475 M: Pierre Morel <pmorel@linux.ibm.com>
1476 S: Supported
1477 F: hw/s390x/ap-device.c
1478 F: hw/s390x/ap-bridge.c
1479 F: include/hw/s390x/ap-device.h
1480 F: include/hw/s390x/ap-bridge.h
1481 F: hw/vfio/ap.c
1482 F: docs/vfio-ap.txt
1483 L: qemu-s390x@nongnu.org
1485 vhost
1486 M: Michael S. Tsirkin <mst@redhat.com>
1487 S: Supported
1488 F: hw/*/*vhost*
1489 F: docs/interop/vhost-user.json
1490 F: docs/interop/vhost-user.rst
1491 F: contrib/vhost-user-*/
1492 F: backends/vhost-user.c
1493 F: include/sysemu/vhost-user-backend.h
1495 virtio
1496 M: Michael S. Tsirkin <mst@redhat.com>
1497 S: Supported
1498 F: hw/*/virtio*
1499 F: hw/virtio/Makefile.objs
1500 F: hw/virtio/trace-events
1501 F: net/vhost-user.c
1502 F: include/hw/virtio/
1503 F: tests/virtio-balloon-test.c
1505 virtio-9p
1506 M: Greg Kurz <groug@kaod.org>
1507 S: Supported
1508 F: hw/9pfs/
1509 F: fsdev/
1510 F: tests/virtio-9p-test.c
1511 T: git https://github.com/gkurz/qemu.git 9p-next
1513 virtio-blk
1514 M: Stefan Hajnoczi <stefanha@redhat.com>
1515 L: qemu-block@nongnu.org
1516 S: Supported
1517 F: hw/block/virtio-blk.c
1518 F: hw/block/dataplane/*
1519 F: tests/virtio-blk-test.c
1520 T: git https://github.com/stefanha/qemu.git block
1522 virtio-ccw
1523 M: Cornelia Huck <cohuck@redhat.com>
1524 M: Halil Pasic <pasic@linux.ibm.com>
1525 S: Supported
1526 F: hw/s390x/virtio-ccw*.[hc]
1527 F: hw/s390x/vhost-vsock-ccw.c
1528 T: git https://github.com/cohuck/qemu.git s390-next
1529 T: git https://github.com/borntraeger/qemu.git s390-next
1530 L: qemu-s390x@nongnu.org
1532 virtio-input
1533 M: Gerd Hoffmann <kraxel@redhat.com>
1534 S: Maintained
1535 F: hw/input/vhost-user-input.c
1536 F: hw/input/virtio-input*.c
1537 F: include/hw/virtio/virtio-input.h
1538 F: contrib/vhost-user-input/*
1540 virtio-serial
1541 M: Amit Shah <amit@kernel.org>
1542 S: Supported
1543 F: hw/char/virtio-serial-bus.c
1544 F: hw/char/virtio-console.c
1545 F: include/hw/virtio/virtio-serial.h
1546 F: tests/virtio-console-test.c
1547 F: tests/virtio-serial-test.c
1549 virtio-rng
1550 M: Amit Shah <amit@kernel.org>
1551 S: Supported
1552 F: hw/virtio/virtio-rng.c
1553 F: include/hw/virtio/virtio-rng.h
1554 F: include/sysemu/rng*.h
1555 F: backends/rng*.c
1556 F: tests/virtio-rng-test.c
1558 virtio-crypto
1559 M: Gonglei <arei.gonglei@huawei.com>
1560 S: Supported
1561 F: hw/virtio/virtio-crypto.c
1562 F: hw/virtio/virtio-crypto-pci.c
1563 F: include/hw/virtio/virtio-crypto.h
1565 nvme
1566 M: Keith Busch <keith.busch@intel.com>
1567 L: qemu-block@nongnu.org
1568 S: Supported
1569 F: hw/block/nvme*
1570 F: tests/nvme-test.c
1572 megasas
1573 M: Hannes Reinecke <hare@suse.com>
1574 L: qemu-block@nongnu.org
1575 S: Supported
1576 F: hw/scsi/megasas.c
1577 F: hw/scsi/mfi.h
1578 F: tests/megasas-test.c
1580 Network packet abstractions
1581 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1582 S: Maintained
1583 F: include/net/eth.h
1584 F: net/eth.c
1585 F: hw/net/net_rx_pkt*
1586 F: hw/net/net_tx_pkt*
1588 Vmware
1589 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1590 S: Maintained
1591 F: hw/net/vmxnet*
1592 F: hw/scsi/vmw_pvscsi*
1593 F: tests/vmxnet3-test.c
1595 Rocker
1596 M: Jiri Pirko <jiri@resnulli.us>
1597 S: Maintained
1598 F: hw/net/rocker/
1599 F: tests/rocker/
1600 F: docs/specs/rocker.txt
1602 NVDIMM
1603 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1604 S: Maintained
1605 F: hw/acpi/nvdimm.c
1606 F: hw/mem/nvdimm.c
1607 F: include/hw/mem/nvdimm.h
1608 F: docs/nvdimm.txt
1610 e1000x
1611 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1612 S: Maintained
1613 F: hw/net/e1000x*
1615 e1000e
1616 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1617 S: Maintained
1618 F: hw/net/e1000e*
1620 eepro100
1621 M: Stefan Weil <sw@weilnetz.de>
1622 S: Maintained
1623 F: hw/net/eepro100.c
1625 Generic Loader
1626 M: Alistair Francis <alistair@alistair23.me>
1627 S: Maintained
1628 F: hw/core/generic-loader.c
1629 F: include/hw/core/generic-loader.h
1630 F: docs/generic-loader.txt
1632 Intel Hexadecimal Object File Loader
1633 M: Su Hang <suhang16@mails.ucas.ac.cn>
1634 S: Maintained
1635 F: tests/hexloader-test.c
1636 F: tests/data/hex-loader/test.hex
1638 CHRP NVRAM
1639 M: Thomas Huth <thuth@redhat.com>
1640 S: Maintained
1641 F: hw/nvram/chrp_nvram.c
1642 F: include/hw/nvram/chrp_nvram.h
1643 F: tests/prom-env-test.c
1645 VM Generation ID
1646 M: Ben Warren <ben@skyportsystems.com>
1647 S: Maintained
1648 F: hw/acpi/vmgenid.c
1649 F: include/hw/acpi/vmgenid.h
1650 F: docs/specs/vmgenid.txt
1651 F: tests/vmgenid-test.c
1652 F: stubs/vmgenid.c
1654 Unimplemented device
1655 M: Peter Maydell <peter.maydell@linaro.org>
1656 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1657 S: Maintained
1658 F: include/hw/misc/unimp.h
1659 F: hw/misc/unimp.c
1661 Standard VGA
1662 M: Gerd Hoffmann <kraxel@redhat.com>
1663 S: Maintained
1664 F: hw/display/vga*
1665 F: hw/display/bochs-display.c
1666 F: include/hw/display/vga.h
1667 F: include/hw/display/bochs-vbe.h
1669 ramfb
1670 M: Gerd Hoffmann <kraxel@redhat.com>
1671 S: Maintained
1672 F: hw/display/ramfb*.c
1673 F: include/hw/display/ramfb.h
1675 virtio-gpu
1676 M: Gerd Hoffmann <kraxel@redhat.com>
1677 S: Maintained
1678 F: hw/display/virtio-gpu*
1679 F: hw/display/virtio-vga.*
1680 F: include/hw/virtio/virtio-gpu.h
1682 vhost-user-gpu
1683 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1684 M: Gerd Hoffmann <kraxel@redhat.com>
1685 S: Maintained
1686 F: docs/interop/vhost-user-gpu.rst
1687 F: contrib/vhost-user-gpu
1688 F: hw/display/vhost-user-*
1690 Cirrus VGA
1691 M: Gerd Hoffmann <kraxel@redhat.com>
1692 S: Odd Fixes
1693 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1694 F: hw/display/cirrus*
1696 EDID Generator
1697 M: Gerd Hoffmann <kraxel@redhat.com>
1698 S: Maintained
1699 F: hw/display/edid*
1700 F: include/hw/display/edid.h
1701 F: qemu-edid.c
1703 Firmware configuration (fw_cfg)
1704 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1705 R: Laszlo Ersek <lersek@redhat.com>
1706 R: Gerd Hoffmann <kraxel@redhat.com>
1707 S: Supported
1708 F: docs/specs/fw_cfg.txt
1709 F: hw/nvram/fw_cfg.c
1710 F: stubs/fw_cfg.c
1711 F: include/hw/nvram/fw_cfg.h
1712 F: include/standard-headers/linux/qemu_fw_cfg.h
1713 F: tests/libqos/fw_cfg.c
1714 F: tests/fw_cfg-test.c
1715 T: git https://github.com/philmd/qemu.git fw_cfg-next
1717 XIVE
1718 M: David Gibson <david@gibson.dropbear.id.au>
1719 M: Cédric Le Goater <clg@kaod.org>
1720 L: qemu-ppc@nongnu.org
1721 S: Supported
1722 F: hw/*/*xive*
1723 F: include/hw/*/*xive*
1724 F: docs/*/*xive*
1726 Subsystems
1727 ----------
1728 Audio
1729 M: Gerd Hoffmann <kraxel@redhat.com>
1730 S: Maintained
1731 F: audio/
1732 F: hw/audio/
1733 F: include/hw/audio/
1734 F: tests/ac97-test.c
1735 F: tests/es1370-test.c
1736 F: tests/intel-hda-test.c
1738 Block layer core
1739 M: Kevin Wolf <kwolf@redhat.com>
1740 M: Max Reitz <mreitz@redhat.com>
1741 L: qemu-block@nongnu.org
1742 S: Supported
1743 F: block*
1744 F: block/
1745 F: hw/block/
1746 F: include/block/
1747 F: qemu-img*
1748 F: qemu-io*
1749 F: tests/qemu-iotests/
1750 F: util/qemu-progress.c
1751 F: qobject/block-qdict.c
1752 F: tests/check-block-qdict.c
1753 T: git https://repo.or.cz/qemu/kevin.git block
1755 Block I/O path
1756 M: Stefan Hajnoczi <stefanha@redhat.com>
1757 M: Fam Zheng <fam@euphon.net>
1758 L: qemu-block@nongnu.org
1759 S: Supported
1760 F: util/async.c
1761 F: util/aio-*.c
1762 F: block/io.c
1763 F: migration/block*
1764 F: include/block/aio.h
1765 F: include/block/aio-wait.h
1766 F: scripts/qemugdb/aio.py
1767 T: git https://github.com/stefanha/qemu.git block
1769 Block SCSI subsystem
1770 M: Paolo Bonzini <pbonzini@redhat.com>
1771 R: Fam Zheng <fam@euphon.net>
1772 L: qemu-block@nongnu.org
1773 S: Supported
1774 F: include/scsi/*
1775 F: scsi/*
1777 Block Jobs
1778 M: John Snow <jsnow@redhat.com>
1779 L: qemu-block@nongnu.org
1780 S: Supported
1781 F: blockjob.c
1782 F: include/block/blockjob.h
1783 F: job.c
1784 F: job-qmp.c
1785 F: include/qemu/job.h
1786 F: block/backup.c
1787 F: block/commit.c
1788 F: block/stream.c
1789 F: block/mirror.c
1790 F: qapi/job.json
1791 T: git https://github.com/jnsnow/qemu.git jobs
1793 Block QAPI, monitor, command line
1794 M: Markus Armbruster <armbru@redhat.com>
1795 S: Supported
1796 F: blockdev.c
1797 F: block/qapi.c
1798 F: qapi/block*.json
1799 F: qapi/transaction.json
1800 T: git https://repo.or.cz/qemu/armbru.git block-next
1802 Dirty Bitmaps
1803 M: Fam Zheng <fam@euphon.net>
1804 M: John Snow <jsnow@redhat.com>
1805 L: qemu-block@nongnu.org
1806 S: Supported
1807 F: util/hbitmap.c
1808 F: block/dirty-bitmap.c
1809 F: include/qemu/hbitmap.h
1810 F: include/block/dirty-bitmap.h
1811 F: tests/test-hbitmap.c
1812 F: docs/interop/bitmaps.rst
1813 T: git https://github.com/famz/qemu.git bitmaps
1814 T: git https://github.com/jnsnow/qemu.git bitmaps
1816 Character device backends
1817 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1818 R: Paolo Bonzini <pbonzini@redhat.com>
1819 S: Maintained
1820 F: chardev/
1821 F: include/chardev/
1822 F: qapi/char.json
1824 Character Devices (Braille)
1825 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1826 S: Maintained
1827 F: chardev/baum.c
1829 Command line option argument parsing
1830 M: Markus Armbruster <armbru@redhat.com>
1831 S: Supported
1832 F: include/qemu/option.h
1833 F: tests/test-keyval.c
1834 F: tests/test-qemu-opts.c
1835 F: util/keyval.c
1836 F: util/qemu-option.c
1838 Coverity model
1839 M: Markus Armbruster <armbru@redhat.com>
1840 S: Supported
1841 F: scripts/coverity-model.c
1844 L: qemu-devel@nongnu.org
1845 S: Supported
1846 F: qom/cpu.c
1847 F: include/qom/cpu.h
1849 Device Tree
1850 M: Alistair Francis <alistair.francis@wdc.com>
1851 R: David Gibson <david@gibson.dropbear.id.au>
1852 S: Maintained
1853 F: device_tree.c
1854 F: include/sysemu/device_tree.h
1856 Dump
1857 S: Supported
1858 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1859 F: dump.c
1860 F: hw/misc/vmcoreinfo.c
1861 F: include/hw/misc/vmcoreinfo.h
1862 F: include/sysemu/dump-arch.h
1863 F: include/sysemu/dump.h
1864 F: scripts/dump-guest-memory.py
1865 F: stubs/dump.c
1867 Error reporting
1868 M: Markus Armbruster <armbru@redhat.com>
1869 S: Supported
1870 F: include/qapi/error.h
1871 F: include/qemu/error-report.h
1872 F: util/error.c
1873 F: util/qemu-error.c
1875 GDB stub
1876 S: Orphan
1877 F: gdbstub*
1878 F: gdb-xml/
1880 Memory API
1881 M: Paolo Bonzini <pbonzini@redhat.com>
1882 S: Supported
1883 F: include/exec/ioport.h
1884 F: ioport.c
1885 F: include/exec/memory.h
1886 F: include/exec/ram_addr.h
1887 F: memory.c
1888 F: include/exec/memory-internal.h
1889 F: exec.c
1891 SPICE
1892 M: Gerd Hoffmann <kraxel@redhat.com>
1893 S: Supported
1894 F: include/ui/qemu-spice.h
1895 F: include/ui/spice-display.h
1896 F: ui/spice-*.c
1897 F: audio/spiceaudio.c
1898 F: hw/display/qxl*
1899 F: qapi/ui.json
1900 F: docs/spice-port-fqdn.txt
1902 Graphics
1903 M: Gerd Hoffmann <kraxel@redhat.com>
1904 S: Odd Fixes
1905 F: ui/
1906 F: include/ui/
1907 F: qapi/ui.json
1908 F: util/drm.c
1910 Cocoa graphics
1911 M: Peter Maydell <peter.maydell@linaro.org>
1912 S: Odd Fixes
1913 F: ui/cocoa.m
1915 Main loop
1916 M: Paolo Bonzini <pbonzini@redhat.com>
1917 S: Maintained
1918 F: cpus.c
1919 F: util/main-loop.c
1920 F: util/qemu-timer.c
1921 F: vl.c
1922 F: qapi/run-state.json
1924 Human Monitor (HMP)
1925 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1926 S: Maintained
1927 F: monitor.c
1928 F: hmp.[ch]
1929 F: hmp-commands*.hx
1930 F: include/monitor/hmp-target.h
1931 F: tests/test-hmp.c
1932 F: include/qemu/qemu-print.h
1933 F: util/qemu-print.c
1935 Network device backends
1936 M: Jason Wang <jasowang@redhat.com>
1937 S: Maintained
1938 F: net/
1939 F: include/net/
1940 T: git https://github.com/jasowang/qemu.git net
1941 F: qapi/net.json
1943 Netmap network backend
1944 M: Luigi Rizzo <rizzo@iet.unipi.it>
1945 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1946 M: Vincenzo Maffione <v.maffione@gmail.com>
1947 W: http://info.iet.unipi.it/~luigi/netmap/
1948 S: Maintained
1949 F: net/netmap.c
1951 NUMA
1952 M: Eduardo Habkost <ehabkost@redhat.com>
1953 S: Maintained
1954 F: numa.c
1955 F: include/sysemu/numa.h
1956 T: git https://github.com/ehabkost/qemu.git machine-next
1958 Host Memory Backends
1959 M: Eduardo Habkost <ehabkost@redhat.com>
1960 M: Igor Mammedov <imammedo@redhat.com>
1961 S: Maintained
1962 F: backends/hostmem*.c
1963 F: include/sysemu/hostmem.h
1964 T: git https://github.com/ehabkost/qemu.git machine-next
1966 Cryptodev Backends
1967 M: Gonglei <arei.gonglei@huawei.com>
1968 S: Maintained
1969 F: include/sysemu/cryptodev*.h
1970 F: backends/cryptodev*.c
1972 Python scripts
1973 M: Eduardo Habkost <ehabkost@redhat.com>
1974 M: Cleber Rosa <crosa@redhat.com>
1975 S: Odd fixes
1976 F: scripts/qmp/*
1977 F: scripts/*.py
1978 F: tests/*.py
1980 QAPI
1981 M: Markus Armbruster <armbru@redhat.com>
1982 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1983 S: Supported
1984 F: qapi/
1985 X: qapi/*.json
1986 F: include/qapi/
1987 X: include/qapi/qmp/
1988 F: include/qapi/qmp/dispatch.h
1989 F: tests/qapi-schema/
1990 F: tests/test-*-visitor.c
1991 F: tests/test-qapi-*.c
1992 F: tests/test-qmp-*.c
1993 F: tests/test-visitor-serialization.c
1994 F: scripts/qapi-gen.py
1995 F: scripts/qapi/*
1996 F: docs/devel/qapi*
1997 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1999 QAPI Schema
2000 M: Eric Blake <eblake@redhat.com>
2001 M: Markus Armbruster <armbru@redhat.com>
2002 S: Supported
2003 F: qapi/*.json
2004 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2006 QObject
2007 M: Markus Armbruster <armbru@redhat.com>
2008 S: Supported
2009 F: qobject/
2010 F: include/qapi/qmp/
2011 X: include/qapi/qmp/dispatch.h
2012 F: scripts/coccinelle/qobject.cocci
2013 F: tests/check-qdict.c
2014 F: tests/check-qjson.c
2015 F: tests/check-qlist.c
2016 F: tests/check-qlit.c
2017 F: tests/check-qnull.c
2018 F: tests/check-qnum.c
2019 F: tests/check-qobject.c
2020 F: tests/check-qstring.c
2021 F: tests/data/qobject/qdict.txt
2022 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2024 QEMU Guest Agent
2025 M: Michael Roth <mdroth@linux.vnet.ibm.com>
2026 S: Maintained
2027 F: qga/
2028 F: qemu-ga.texi
2029 F: scripts/qemu-guest-agent/
2030 F: tests/test-qga.c
2031 F: docs/interop/qemu-ga-ref.texi
2032 T: git https://github.com/mdroth/qemu.git qga
2035 M: Andreas Färber <afaerber@suse.de>
2036 S: Supported
2037 T: git https://github.com/afaerber/qemu-cpu.git qom-next
2038 F: include/qom/
2039 X: include/qom/cpu.h
2040 F: qom/
2041 X: qom/cpu.c
2042 F: tests/check-qom-interface.c
2043 F: tests/check-qom-proplist.c
2046 M: Markus Armbruster <armbru@redhat.com>
2047 S: Supported
2048 F: qmp.c
2049 F: monitor.c
2050 F: docs/devel/*qmp-*
2051 F: docs/interop/*qmp-*
2052 F: scripts/qmp/
2053 F: tests/qmp-test.c
2054 F: tests/qmp-cmd-test.c
2055 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2057 qtest
2058 M: Thomas Huth <thuth@redhat.com>
2059 M: Laurent Vivier <lvivier@redhat.com>
2060 R: Paolo Bonzini <pbonzini@redhat.com>
2061 S: Maintained
2062 F: qtest.c
2063 F: accel/qtest.c
2064 F: tests/libqtest.*
2065 F: tests/libqos/
2066 F: tests/*-test.c
2068 Register API
2069 M: Alistair Francis <alistair@alistair23.me>
2070 S: Maintained
2071 F: hw/core/register.c
2072 F: include/hw/register.h
2073 F: include/hw/registerfields.h
2075 SLIRP
2076 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
2077 M: Jan Kiszka <jan.kiszka@siemens.com>
2078 S: Maintained
2079 F: slirp/
2080 F: net/slirp.c
2081 F: include/net/slirp.h
2082 T: git https://people.debian.org/~sthibault/qemu.git slirp
2083 T: git git://git.kiszka.org/qemu.git queues/slirp
2085 Stubs
2086 M: Paolo Bonzini <pbonzini@redhat.com>
2087 S: Maintained
2088 F: stubs/
2090 Tracing
2091 M: Stefan Hajnoczi <stefanha@redhat.com>
2092 S: Maintained
2093 F: trace/
2094 F: trace-events
2095 F: qemu-option-trace.texi
2096 F: scripts/tracetool.py
2097 F: scripts/tracetool/
2098 F: scripts/qemu-trace-stap*
2099 F: docs/devel/tracing.txt
2100 T: git https://github.com/stefanha/qemu.git tracing
2103 M: Stefan Berger <stefanb@linux.ibm.com>
2104 S: Maintained
2105 F: tpm.c
2106 F: stubs/tpm.c
2107 F: hw/tpm/*
2108 F: include/hw/acpi/tpm.h
2109 F: include/sysemu/tpm*
2110 F: qapi/tpm.json
2111 F: backends/tpm.c
2112 F: tests/*tpm*
2113 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2115 Checkpatch
2116 S: Odd Fixes
2117 F: scripts/checkpatch.pl
2119 Migration
2120 M: Juan Quintela <quintela@redhat.com>
2121 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2122 S: Maintained
2123 F: include/migration/
2124 F: migration/
2125 F: scripts/vmstate-static-checker.py
2126 F: tests/vmstate-static-checker-data/
2127 F: tests/migration-test.c
2128 F: docs/devel/migration.rst
2129 F: qapi/migration.json
2131 Seccomp
2132 M: Eduardo Otubo <otubo@redhat.com>
2133 S: Supported
2134 F: qemu-seccomp.c
2135 F: include/sysemu/seccomp.h
2137 Cryptography
2138 M: Daniel P. Berrange <berrange@redhat.com>
2139 S: Maintained
2140 F: crypto/
2141 F: include/crypto/
2142 F: tests/test-crypto-*
2143 F: tests/benchmark-crypto-*
2144 F: tests/crypto-tls-*
2145 F: tests/pkix_asn1_tab.c
2146 F: qemu.sasl
2148 Coroutines
2149 M: Stefan Hajnoczi <stefanha@redhat.com>
2150 M: Kevin Wolf <kwolf@redhat.com>
2151 S: Maintained
2152 F: util/*coroutine*
2153 F: include/qemu/coroutine*
2154 F: tests/test-coroutine.c
2156 Buffers
2157 M: Daniel P. Berrange <berrange@redhat.com>
2158 S: Odd fixes
2159 F: util/buffer.c
2160 F: include/qemu/buffer.h
2162 I/O Channels
2163 M: Daniel P. Berrange <berrange@redhat.com>
2164 S: Maintained
2165 F: io/
2166 F: include/io/
2167 F: tests/test-io-*
2169 User authorization
2170 M: Daniel P. Berrange <berrange@redhat.com>
2171 S: Maintained
2172 F: authz/
2173 F: qapi/authz.json
2174 F: include/authz/
2175 F: tests/test-authz-*
2177 Sockets
2178 M: Daniel P. Berrange <berrange@redhat.com>
2179 M: Gerd Hoffmann <kraxel@redhat.com>
2180 S: Maintained
2181 F: include/qemu/sockets.h
2182 F: util/qemu-sockets.c
2183 F: qapi/sockets.json
2185 File monitor
2186 M: Daniel P. Berrange <berrange@redhat.com>
2187 S: Odd fixes
2188 F: util/filemonitor*.c
2189 F: include/qemu/filemonitor.h
2190 F: tests/test-util-filemonitor.c
2192 Throttling infrastructure
2193 M: Alberto Garcia <berto@igalia.com>
2194 S: Supported
2195 F: block/throttle-groups.c
2196 F: include/block/throttle-groups.h
2197 F: include/qemu/throttle*.h
2198 F: util/throttle.c
2199 F: docs/throttle.txt
2200 F: tests/test-throttle.c
2201 L: qemu-block@nongnu.org
2203 UUID
2204 M: Fam Zheng <fam@euphon.net>
2205 S: Supported
2206 F: util/uuid.c
2207 F: include/qemu/uuid.h
2208 F: tests/test-uuid.c
2210 COLO Framework
2211 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2212 S: Maintained
2213 F: migration/colo*
2214 F: include/migration/colo.h
2215 F: include/migration/failover.h
2216 F: docs/COLO-FT.txt
2218 COLO Proxy
2219 M: Zhang Chen <chen.zhang@intel.com>
2220 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2221 S: Supported
2222 F: docs/colo-proxy.txt
2223 F: net/colo*
2224 F: net/filter-rewriter.c
2225 F: net/filter-mirror.c
2227 Record/replay
2228 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2229 R: Paolo Bonzini <pbonzini@redhat.com>
2230 W: https://wiki.qemu.org/Features/record-replay
2231 S: Supported
2232 F: replay/*
2233 F: block/blkreplay.c
2234 F: net/filter-replay.c
2235 F: include/sysemu/replay.h
2236 F: docs/replay.txt
2237 F: stubs/replay.c
2239 IOVA Tree
2240 M: Peter Xu <peterx@redhat.com>
2241 S: Maintained
2242 F: include/qemu/iova-tree.h
2243 F: util/iova-tree.c
2245 elf2dmp
2246 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2247 S: Maintained
2248 F: contrib/elf2dmp/
2250 I2C and SMBus
2251 M: Corey Minyard <cminyard@mvista.com>
2252 S: Maintained
2253 F: hw/i2c/core.c
2254 F: hw/i2c/smbus_slave.c
2255 F: hw/i2c/smbus_master.c
2256 F: hw/i2c/smbus_eeprom.c
2257 F: include/hw/i2c/i2c.h
2258 F: include/hw/i2c/smbus_master.h
2259 F: include/hw/i2c/smbus_slave.h
2260 F: include/hw/i2c/smbus_eeprom.h
2262 EDK2 Firmware
2263 M: Laszlo Ersek <lersek@redhat.com>
2264 M: Philippe Mathieu-Daudé <philmd@redhat.com>
2265 S: Supported
2266 F: pc-bios/descriptors/??-edk2-*.json
2267 F: pc-bios/edk2-*
2268 F: roms/Makefile.edk2
2269 F: roms/edk2
2270 F: roms/edk2-*
2271 F: tests/data/uefi-boot-images/
2272 F: tests/uefi-test-tools/
2274 Usermode Emulation
2275 ------------------
2276 Overall
2277 M: Riku Voipio <riku.voipio@iki.fi>
2278 S: Maintained
2279 F: thunk.c
2280 F: accel/tcg/user-exec*.c
2282 BSD user
2283 S: Orphan
2284 F: bsd-user/
2285 F: default-configs/*-bsd-user.mak
2287 Linux user
2288 M: Riku Voipio <riku.voipio@iki.fi>
2289 R: Laurent Vivier <laurent@vivier.eu>
2290 S: Maintained
2291 F: linux-user/
2292 F: default-configs/*-linux-user.mak
2293 F: scripts/qemu-binfmt-conf.sh
2295 Tiny Code Generator (TCG)
2296 -------------------------
2297 Common code
2298 M: Richard Henderson <rth@twiddle.net>
2299 S: Maintained
2300 F: tcg/
2302 AArch64 target
2303 M: Claudio Fontana <claudio.fontana@huawei.com>
2304 M: Claudio Fontana <claudio.fontana@gmail.com>
2305 S: Maintained
2306 L: qemu-arm@nongnu.org
2307 F: tcg/aarch64/
2308 F: disas/arm-a64.cc
2309 F: disas/libvixl/
2311 ARM target
2312 M: Andrzej Zaborowski <balrogg@gmail.com>
2313 S: Maintained
2314 L: qemu-arm@nongnu.org
2315 F: tcg/arm/
2316 F: disas/arm.c
2318 i386 target
2319 M: Richard Henderson <rth@twiddle.net>
2320 S: Maintained
2321 F: tcg/i386/
2322 F: disas/i386.c
2324 MIPS target
2325 M: Aurelien Jarno <aurelien@aurel32.net>
2326 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2327 S: Maintained
2328 F: tcg/mips/
2329 F: disas/mips.c
2332 M: Richard Henderson <rth@twiddle.net>
2333 S: Odd Fixes
2334 F: tcg/ppc/
2335 F: disas/ppc.c
2337 RISC-V
2338 M: Palmer Dabbelt <palmer@sifive.com>
2339 M: Alistair Francis <Alistair.Francis@wdc.com>
2340 L: qemu-riscv@nongnu.org
2341 S: Maintained
2342 F: tcg/riscv/
2343 F: disas/riscv.c
2345 S390 target
2346 M: Richard Henderson <rth@twiddle.net>
2347 S: Maintained
2348 F: tcg/s390/
2349 F: disas/s390.c
2350 L: qemu-s390x@nongnu.org
2352 SPARC target
2353 S: Odd Fixes
2354 F: tcg/sparc/
2355 F: disas/sparc.c
2357 TCI target
2358 M: Stefan Weil <sw@weilnetz.de>
2359 S: Maintained
2360 F: tcg/tci/
2361 F: tcg/tci.c
2362 F: disas/tci.c
2364 Block drivers
2365 -------------
2366 VMDK
2367 M: Fam Zheng <fam@euphon.net>
2368 L: qemu-block@nongnu.org
2369 S: Supported
2370 F: block/vmdk.c
2373 M: Josh Durgin <jdurgin@redhat.com>
2374 L: qemu-block@nongnu.org
2375 S: Supported
2376 F: block/rbd.c
2378 Sheepdog
2379 M: Liu Yuan <namei.unix@gmail.com>
2380 L: qemu-block@nongnu.org
2381 L: sheepdog@lists.wpkg.org
2382 S: Odd Fixes
2383 F: block/sheepdog.c
2385 VHDX
2386 M: Jeff Cody <codyprime@gmail.com>
2387 L: qemu-block@nongnu.org
2388 S: Supported
2389 F: block/vhdx*
2392 M: Stefan Weil <sw@weilnetz.de>
2393 L: qemu-block@nongnu.org
2394 S: Maintained
2395 F: block/vdi.c
2397 iSCSI
2398 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2399 M: Paolo Bonzini <pbonzini@redhat.com>
2400 M: Peter Lieven <pl@kamp.de>
2401 L: qemu-block@nongnu.org
2402 S: Odd Fixes
2403 F: block/iscsi.c
2404 F: block/iscsi-opts.c
2406 Network Block Device (NBD)
2407 M: Eric Blake <eblake@redhat.com>
2408 L: qemu-block@nongnu.org
2409 S: Maintained
2410 F: block/nbd*
2411 F: nbd/
2412 F: include/block/nbd*
2413 F: qemu-nbd.*
2414 F: blockdev-nbd.c
2415 F: docs/interop/nbd.txt
2416 T: git https://repo.or.cz/qemu/ericb.git nbd
2419 M: Peter Lieven <pl@kamp.de>
2420 L: qemu-block@nongnu.org
2421 S: Maintained
2422 F: block/nfs.c
2425 M: Richard W.M. Jones <rjones@redhat.com>
2426 L: qemu-block@nongnu.org
2427 S: Supported
2428 F: block/ssh.c
2430 CURL
2431 L: qemu-block@nongnu.org
2432 S: Odd Fixes
2433 F: block/curl.c
2435 GLUSTER
2436 L: qemu-block@nongnu.org
2437 L: integration@gluster.org
2438 S: Odd Fixes
2439 F: block/gluster.c
2441 Null Block Driver
2442 M: Fam Zheng <fam@euphon.net>
2443 L: qemu-block@nongnu.org
2444 S: Supported
2445 F: block/null.c
2447 NVMe Block Driver
2448 M: Fam Zheng <fam@euphon.net>
2449 L: qemu-block@nongnu.org
2450 S: Supported
2451 F: block/nvme*
2453 Bootdevice
2454 M: Gonglei <arei.gonglei@huawei.com>
2455 S: Maintained
2456 F: bootdevice.c
2458 Quorum
2459 M: Alberto Garcia <berto@igalia.com>
2460 S: Supported
2461 F: block/quorum.c
2462 L: qemu-block@nongnu.org
2464 blklogwrites
2465 M: Ari Sundholm <ari@tuxera.com>
2466 L: qemu-block@nongnu.org
2467 S: Supported
2468 F: block/blklogwrites.c
2470 blkverify
2471 M: Stefan Hajnoczi <stefanha@redhat.com>
2472 L: qemu-block@nongnu.org
2473 S: Supported
2474 F: block/blkverify.c
2476 bochs
2477 M: Stefan Hajnoczi <stefanha@redhat.com>
2478 L: qemu-block@nongnu.org
2479 S: Supported
2480 F: block/bochs.c
2482 cloop
2483 M: Stefan Hajnoczi <stefanha@redhat.com>
2484 L: qemu-block@nongnu.org
2485 S: Supported
2486 F: block/cloop.c
2489 M: Stefan Hajnoczi <stefanha@redhat.com>
2490 L: qemu-block@nongnu.org
2491 S: Supported
2492 F: block/dmg.c
2494 parallels
2495 M: Stefan Hajnoczi <stefanha@redhat.com>
2496 M: Denis V. Lunev <den@openvz.org>
2497 L: qemu-block@nongnu.org
2498 S: Supported
2499 F: block/parallels.c
2500 F: docs/interop/parallels.txt
2503 M: Stefan Hajnoczi <stefanha@redhat.com>
2504 L: qemu-block@nongnu.org
2505 S: Supported
2506 F: block/qed.c
2509 M: Kevin Wolf <kwolf@redhat.com>
2510 L: qemu-block@nongnu.org
2511 S: Supported
2512 F: block/linux-aio.c
2513 F: include/block/raw-aio.h
2514 F: block/raw-format.c
2515 F: block/file-posix.c
2516 F: block/file-win32.c
2517 F: block/win32-aio.c
2519 qcow2
2520 M: Kevin Wolf <kwolf@redhat.com>
2521 M: Max Reitz <mreitz@redhat.com>
2522 L: qemu-block@nongnu.org
2523 S: Supported
2524 F: block/qcow2*
2525 F: docs/interop/qcow2.txt
2527 qcow
2528 M: Kevin Wolf <kwolf@redhat.com>
2529 L: qemu-block@nongnu.org
2530 S: Supported
2531 F: block/qcow.c
2533 blkdebug
2534 M: Kevin Wolf <kwolf@redhat.com>
2535 M: Max Reitz <mreitz@redhat.com>
2536 L: qemu-block@nongnu.org
2537 S: Supported
2538 F: block/blkdebug.c
2541 M: Kevin Wolf <kwolf@redhat.com>
2542 L: qemu-block@nongnu.org
2543 S: Supported
2544 F: block/vpc.c
2546 vvfat
2547 M: Kevin Wolf <kwolf@redhat.com>
2548 L: qemu-block@nongnu.org
2549 S: Supported
2550 F: block/vvfat.c
2552 Image format fuzzer
2553 M: Stefan Hajnoczi <stefanha@redhat.com>
2554 L: qemu-block@nongnu.org
2555 S: Supported
2556 F: tests/image-fuzzer/
2558 Replication
2559 M: Wen Congyang <wencongyang2@huawei.com>
2560 M: Xie Changlong <xiechanglong.d@gmail.com>
2561 S: Supported
2562 F: replication*
2563 F: block/replication.c
2564 F: tests/test-replication.c
2565 F: docs/block-replication.txt
2567 PVRDMA
2568 M: Yuval Shaia <yuval.shaia@oracle.com>
2569 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2570 S: Maintained
2571 F: hw/rdma/*
2572 F: hw/rdma/vmw/*
2573 F: docs/pvrdma.txt
2574 F: contrib/rdmacm-mux/*
2575 F: qapi/rdma.json
2577 Semihosting
2578 M: Alex Bennée <alex.bennee@linaro.org>
2579 L: qemu-devel@nongnu.org
2580 S: Maintained
2581 F: hw/semihosting/
2582 F: include/hw/semihosting/
2584 Build and test automation
2585 -------------------------
2586 Build and test automation
2587 M: Alex Bennée <alex.bennee@linaro.org>
2588 M: Fam Zheng <fam@euphon.net>
2589 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2590 L: qemu-devel@nongnu.org
2591 S: Maintained
2592 F: .travis.yml
2593 F: scripts/travis/
2594 F: .shippable.yml
2595 F: tests/docker/
2596 F: tests/vm/
2597 F: scripts/archive-source.sh
2598 W: https://travis-ci.org/qemu/qemu
2599 W: https://app.shippable.com/github/qemu/qemu
2600 W: http://patchew.org/QEMU/
2602 FreeBSD Hosted Continuous Integration
2603 M: Ed Maste <emaste@freebsd.org>
2604 M: Li-Wen Hsu <lwhsu@freebsd.org>
2605 L: qemu-devel@nongnu.org
2606 S: Maintained
2607 F: .cirrus.yml
2608 W: https://cirrus-ci.com/github/qemu/qemu
2610 GitLab Continuous Integration
2611 M: Thomas Huth <thuth@redhat.com>
2612 S: Maintained
2613 F: .gitlab-ci.yml
2615 Guest Test Compilation Support
2616 M: Alex Bennée <alex.bennee@linaro.org>
2617 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2618 S: Maintained
2619 F: tests/tcg/Makefile
2620 F: tests/tcg/Makefile.include
2621 L: qemu-devel@nongnu.org
2623 Documentation
2624 -------------
2625 Build system architecture
2626 M: Daniel P. Berrange <berrange@redhat.com>
2627 S: Odd Fixes
2628 F: docs/devel/build-system.txt
2630 GIT Data Mining Config
2631 M: Alex Bennée <alex.bennee@linaro.org>
2632 S: Odd Fixes
2633 F: gitdm.config
2634 F: contrib/gitdm/*
2636 Incompatible changes
2637 R: libvir-list@redhat.com
2638 F: qemu-deprecated.texi
2640 Build System
2641 ------------
2642 GIT submodules
2643 M: Daniel P. Berrange <berrange@redhat.com>
2644 S: Odd Fixes
2645 F: scripts/git-submodule.sh
2647 Sphinx documentation configuration and build machinery
2648 M: Peter Maydell <peter.maydell@linaro.org>
2649 S: Maintained
2650 F: docs/conf.py
2651 F: docs/*/conf.py