iotests: Fix 232 for LUKS
[qemu/ar7.git] / MAINTAINERS
blobe7f69f31edf7b3b055dfde9e7aaa8a60320066c4
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
637 Musca
638 M: Peter Maydell <peter.maydell@linaro.org>
639 L: qemu-arm@nongnu.org
640 S: Maintained
641 F: hw/arm/musca.c
643 Musicpal
644 M: Jan Kiszka <jan.kiszka@web.de>
645 M: Peter Maydell <peter.maydell@linaro.org>
646 L: qemu-arm@nongnu.org
647 S: Odd Fixes
648 F: hw/arm/musicpal.c
650 nSeries
651 M: Andrzej Zaborowski <balrogg@gmail.com>
652 M: Peter Maydell <peter.maydell@linaro.org>
653 L: qemu-arm@nongnu.org
654 S: Odd Fixes
655 F: hw/arm/nseries.c
656 F: hw/input/lm832x.c
657 F: hw/input/tsc2005.c
658 F: hw/misc/cbus.c
659 F: hw/timer/twl92230.c
661 Palm
662 M: Andrzej Zaborowski <balrogg@gmail.com>
663 M: Peter Maydell <peter.maydell@linaro.org>
664 L: qemu-arm@nongnu.org
665 S: Odd Fixes
666 F: hw/arm/palm.c
667 F: hw/input/tsc210x.c
669 Raspberry Pi
670 M: Peter Maydell <peter.maydell@linaro.org>
671 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
672 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
673 L: qemu-arm@nongnu.org
674 S: Odd Fixes
675 F: hw/arm/raspi.c
676 F: hw/arm/raspi_platform.h
677 F: hw/*/bcm283*
678 F: include/hw/arm/raspi*
679 F: include/hw/*/bcm283*
681 Real View
682 M: Peter Maydell <peter.maydell@linaro.org>
683 L: qemu-arm@nongnu.org
684 S: Maintained
685 F: hw/arm/realview*
686 F: hw/cpu/realview_mpcore.c
687 F: hw/intc/realview_gic.c
688 F: include/hw/intc/realview_gic.h
690 PXA2XX
691 M: Andrzej Zaborowski <balrogg@gmail.com>
692 M: Peter Maydell <peter.maydell@linaro.org>
693 L: qemu-arm@nongnu.org
694 S: Odd Fixes
695 F: hw/arm/mainstone.c
696 F: hw/arm/spitz.c
697 F: hw/arm/tosa.c
698 F: hw/arm/z2.c
699 F: hw/*/pxa2xx*
700 F: hw/display/tc6393xb.c
701 F: hw/gpio/max7310.c
702 F: hw/gpio/zaurus.c
703 F: hw/misc/mst_fpga.c
704 F: hw/misc/max111x.c
705 F: include/hw/arm/pxa.h
706 F: include/hw/arm/sharpsl.h
708 SABRELITE / i.MX6
709 M: Peter Maydell <peter.maydell@linaro.org>
710 R: Jean-Christophe Dubois <jcd@tribudubois.net>
711 L: qemu-arm@nongnu.org
712 S: Odd Fixes
713 F: hw/arm/sabrelite.c
714 F: hw/arm/fsl-imx6.c
715 F: hw/misc/imx6_*.c
716 F: hw/ssi/imx_spi.c
717 F: include/hw/arm/fsl-imx6.h
718 F: include/hw/misc/imx6_*.h
719 F: include/hw/ssi/imx_spi.h
721 Sharp SL-5500 (Collie) PDA
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
724 S: Odd Fixes
725 F: hw/arm/collie.c
726 F: hw/arm/strongarm*
728 Stellaris
729 M: Peter Maydell <peter.maydell@linaro.org>
730 L: qemu-arm@nongnu.org
731 S: Maintained
732 F: hw/*/stellaris*
734 Versatile Express
735 M: Peter Maydell <peter.maydell@linaro.org>
736 L: qemu-arm@nongnu.org
737 S: Maintained
738 F: hw/arm/vexpress.c
740 Versatile PB
741 M: Peter Maydell <peter.maydell@linaro.org>
742 L: qemu-arm@nongnu.org
743 S: Maintained
744 F: hw/*/versatile*
745 F: hw/misc/arm_sysctl.c
747 Virt
748 M: Peter Maydell <peter.maydell@linaro.org>
749 L: qemu-arm@nongnu.org
750 S: Maintained
751 F: hw/arm/virt*
752 F: include/hw/arm/virt.h
754 Xilinx Zynq
755 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
756 M: Alistair Francis <alistair@alistair23.me>
757 M: Peter Maydell <peter.maydell@linaro.org>
758 L: qemu-arm@nongnu.org
759 S: Maintained
760 F: hw/*/xilinx_*
761 F: hw/*/cadence_*
762 F: hw/misc/zynq*
763 F: include/hw/misc/zynq*
764 X: hw/ssi/xilinx_*
766 Xilinx ZynqMP
767 M: Alistair Francis <alistair@alistair23.me>
768 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
769 M: Peter Maydell <peter.maydell@linaro.org>
770 L: qemu-arm@nongnu.org
771 S: Maintained
772 F: hw/*/xlnx*.c
773 F: include/hw/*/xlnx*.h
774 F: include/hw/ssi/xilinx_spips.h
775 F: hw/display/dpcd.c
776 F: include/hw/display/dpcd.h
778 ARM ACPI Subsystem
779 M: Shannon Zhao <shannon.zhaosl@gmail.com>
780 L: qemu-arm@nongnu.org
781 S: Maintained
782 F: hw/arm/virt-acpi-build.c
784 STM32F205
785 M: Alistair Francis <alistair@alistair23.me>
786 M: Peter Maydell <peter.maydell@linaro.org>
787 S: Maintained
788 F: hw/arm/stm32f205_soc.c
789 F: hw/misc/stm32f2xx_syscfg.c
790 F: hw/char/stm32f2xx_usart.c
791 F: hw/timer/stm32f2xx_timer.c
792 F: hw/adc/*
793 F: hw/ssi/stm32f2xx_spi.c
794 F: include/hw/*/stm32*.h
796 Netduino 2
797 M: Alistair Francis <alistair@alistair23.me>
798 M: Peter Maydell <peter.maydell@linaro.org>
799 S: Maintained
800 F: hw/arm/netduino2.c
802 SmartFusion2
803 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
804 M: Peter Maydell <peter.maydell@linaro.org>
805 S: Maintained
806 F: hw/arm/msf2-soc.c
807 F: hw/misc/msf2-sysreg.c
808 F: hw/timer/mss-timer.c
809 F: hw/ssi/mss-spi.c
810 F: include/hw/arm/msf2-soc.h
811 F: include/hw/misc/msf2-sysreg.h
812 F: include/hw/timer/mss-timer.h
813 F: include/hw/ssi/mss-spi.h
815 Emcraft M2S-FG484
816 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
817 M: Peter Maydell <peter.maydell@linaro.org>
818 S: Maintained
819 F: hw/arm/msf2-som.c
821 ASPEED BMCs
822 M: Cédric Le Goater <clg@kaod.org>
823 M: Peter Maydell <peter.maydell@linaro.org>
824 R: Andrew Jeffery <andrew@aj.id.au>
825 R: Joel Stanley <joel@jms.id.au>
826 L: qemu-arm@nongnu.org
827 S: Maintained
828 F: hw/*/*aspeed*
829 F: hw/misc/pca9552.c
830 F: include/hw/*/*aspeed*
831 F: include/hw/misc/pca9552*.h
832 F: hw/net/ftgmac100.c
833 F: include/hw/net/ftgmac100.h
835 NRF51
836 M: Joel Stanley <joel@jms.id.au>
837 M: Peter Maydell <peter.maydell@linaro.org>
838 L: qemu-arm@nongnu.org
839 S: Maintained
840 F: hw/*/nrf51*.c
841 F: hw/*/microbit*.c
842 F: include/hw/*/nrf51*.h
843 F: include/hw/*/microbit*.h
844 F: tests/microbit-test.c
846 CRIS Machines
847 -------------
848 Axis Dev88
849 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
850 S: Maintained
851 F: hw/cris/axis_dev88.c
852 F: hw/*/etraxfs_*.c
854 LM32 Machines
855 -------------
856 EVR32 and uclinux BSP
857 M: Michael Walle <michael@walle.cc>
858 S: Maintained
859 F: hw/lm32/lm32_boards.c
861 milkymist
862 M: Michael Walle <michael@walle.cc>
863 S: Maintained
864 F: hw/lm32/milkymist.c
866 M68K Machines
867 -------------
868 an5206
869 M: Thomas Huth <huth@tuxfamily.org>
870 S: Odd Fixes
871 F: hw/m68k/an5206.c
872 F: hw/m68k/mcf5206.c
874 mcf5208
875 M: Thomas Huth <huth@tuxfamily.org>
876 S: Odd Fixes
877 F: hw/m68k/mcf5208.c
878 F: hw/m68k/mcf_intc.c
879 F: hw/char/mcf_uart.c
880 F: hw/net/mcf_fec.c
881 F: include/hw/m68k/mcf*.h
883 MicroBlaze Machines
884 -------------------
885 petalogix_s3adsp1800
886 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
887 S: Maintained
888 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
889 F: include/hw/char/xilinx_uartlite.h
891 petalogix_ml605
892 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
893 S: Maintained
894 F: hw/microblaze/petalogix_ml605_mmu.c
896 MIPS Machines
897 -------------
898 Jazz
899 M: Hervé Poussineau <hpoussin@reactos.org>
900 R: Aleksandar Rikalo <arikalo@wavecomp.com>
901 S: Maintained
902 F: hw/mips/mips_jazz.c
903 F: hw/display/jazz_led.c
904 F: hw/dma/rc4030.c
906 Malta
907 M: Aurelien Jarno <aurelien@aurel32.net>
908 R: Aleksandar Rikalo <arikalo@wavecomp.com>
909 S: Maintained
910 F: hw/mips/mips_malta.c
912 Mipssim
913 M: Aleksandar Markovic <amarkovic@wavecomp.com>
914 R: Aleksandar Rikalo <arikalo@wavecomp.com>
915 S: Odd Fixes
916 F: hw/mips/mips_mipssim.c
917 F: hw/net/mipsnet.c
919 R4000
920 M: Aurelien Jarno <aurelien@aurel32.net>
921 R: Aleksandar Rikalo <arikalo@wavecomp.com>
922 S: Maintained
923 F: hw/mips/mips_r4k.c
925 Fulong 2E
926 M: Aleksandar Markovic <amarkovic@wavecomp.com>
927 R: Aleksandar Rikalo <arikalo@wavecomp.com>
928 S: Odd Fixes
929 F: hw/mips/mips_fulong2e.c
930 F: hw/isa/vt82c686.c
931 F: hw/pci-host/bonito.c
932 F: include/hw/isa/vt82c686.h
934 Boston
935 M: Paul Burton <pburton@wavecomp.com>
936 R: Aleksandar Rikalo <arikalo@wavecomp.com>
937 S: Maintained
938 F: hw/core/loader-fit.c
939 F: hw/mips/boston.c
940 F: hw/pci-host/xilinx-pcie.c
941 F: include/hw/pci-host/xilinx-pcie.h
943 OpenRISC Machines
944 -----------------
945 or1k-sim
946 M: Jia Liu <proljc@gmail.com>
947 S: Maintained
948 F: hw/openrisc/openrisc_sim.c
950 PowerPC Machines
951 ----------------
953 M: David Gibson <david@gibson.dropbear.id.au>
954 L: qemu-ppc@nongnu.org
955 S: Odd Fixes
956 F: hw/ppc/ppc405_boards.c
958 Bamboo
959 M: David Gibson <david@gibson.dropbear.id.au>
960 L: qemu-ppc@nongnu.org
961 S: Odd Fixes
962 F: hw/ppc/ppc440_bamboo.c
964 e500
965 M: David Gibson <david@gibson.dropbear.id.au>
966 L: qemu-ppc@nongnu.org
967 S: Odd Fixes
968 F: hw/ppc/e500*
969 F: hw/gpio/mpc8xxx.c
970 F: hw/net/fsl_etsec/
971 F: hw/pci-host/ppce500.c
972 F: include/hw/ppc/ppc_e500.h
973 F: include/hw/pci-host/ppce500.h
974 F: pc-bios/u-boot.e500
976 mpc8544ds
977 M: David Gibson <david@gibson.dropbear.id.au>
978 L: qemu-ppc@nongnu.org
979 S: Odd Fixes
980 F: hw/ppc/mpc8544ds.c
981 F: hw/ppc/mpc8544_guts.c
983 New World (mac99)
984 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
985 R: David Gibson <david@gibson.dropbear.id.au>
986 L: qemu-ppc@nongnu.org
987 S: Odd Fixes
988 F: hw/ppc/mac_newworld.c
989 F: hw/pci-host/uninorth.c
990 F: hw/pci-bridge/dec.[hc]
991 F: hw/misc/macio/
992 F: hw/misc/mos6522.c
993 F: hw/nvram/mac_nvram.c
994 F: hw/input/adb*
995 F: include/hw/misc/macio/
996 F: include/hw/misc/mos6522.h
997 F: include/hw/ppc/mac_dbdma.h
998 F: include/hw/pci-host/uninorth.h
999 F: include/hw/input/adb*
1000 F: pc-bios/qemu_vga.ndrv
1002 Old World (g3beige)
1003 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1004 R: David Gibson <david@gibson.dropbear.id.au>
1005 L: qemu-ppc@nongnu.org
1006 S: Odd Fixes
1007 F: hw/ppc/mac_oldworld.c
1008 F: hw/pci-host/grackle.c
1009 F: hw/misc/macio/
1010 F: hw/intc/heathrow_pic.c
1011 F: hw/input/adb*
1012 F: include/hw/intc/heathrow_pic.h
1013 F: include/hw/input/adb*
1014 F: pc-bios/qemu_vga.ndrv
1016 PReP
1017 M: Hervé Poussineau <hpoussin@reactos.org>
1018 L: qemu-devel@nongnu.org
1019 L: qemu-ppc@nongnu.org
1020 S: Maintained
1021 F: hw/ppc/prep.c
1022 F: hw/ppc/prep_systemio.c
1023 F: hw/ppc/rs6000_mc.c
1024 F: hw/pci-host/prep.[hc]
1025 F: hw/isa/i82378.c
1026 F: hw/isa/pc87312.c
1027 F: hw/dma/i82374.c
1028 F: hw/timer/m48t59-isa.c
1029 F: include/hw/isa/pc87312.h
1030 F: include/hw/timer/m48t59.h
1031 F: pc-bios/ppc_rom.bin
1033 sPAPR
1034 M: David Gibson <david@gibson.dropbear.id.au>
1035 L: qemu-ppc@nongnu.org
1036 S: Supported
1037 F: hw/*/spapr*
1038 F: include/hw/*/spapr*
1039 F: hw/*/xics*
1040 F: include/hw/*/xics*
1041 F: pc-bios/spapr-rtas/*
1042 F: pc-bios/spapr-rtas.bin
1043 F: pc-bios/slof.bin
1044 F: pc-bios/skiboot.lid
1045 F: docs/specs/ppc-spapr-hcalls.txt
1046 F: docs/specs/ppc-spapr-hotplug.txt
1047 F: tests/spapr*
1048 F: tests/libqos/*spapr*
1049 F: tests/rtas*
1050 F: tests/libqos/rtas*
1052 virtex_ml507
1053 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1054 L: qemu-ppc@nongnu.org
1055 S: Odd Fixes
1056 F: hw/ppc/virtex_ml507.c
1058 sam460ex
1059 M: BALATON Zoltan <balaton@eik.bme.hu>
1060 L: qemu-ppc@nongnu.org
1061 S: Maintained
1062 F: hw/ppc/sam460ex.c
1063 F: hw/ppc/ppc440_pcix.c
1064 F: hw/display/sm501*
1065 F: hw/ide/sii3112.c
1066 F: hw/timer/m41t80.c
1067 F: pc-bios/canyonlands.dt[sb]
1068 F: pc-bios/u-boot-sam460ex-20100605.bin
1069 F: roms/u-boot-sam460ex
1071 SH4 Machines
1072 ------------
1074 M: Magnus Damm <magnus.damm@gmail.com>
1075 S: Maintained
1076 F: hw/sh4/r2d.c
1077 F: hw/intc/sh_intc.c
1078 F: hw/timer/sh_timer.c
1080 Shix
1081 M: Magnus Damm <magnus.damm@gmail.com>
1082 S: Odd Fixes
1083 F: hw/sh4/shix.c
1085 SPARC Machines
1086 --------------
1087 Sun4m
1088 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1089 S: Maintained
1090 F: hw/sparc/sun4m.c
1091 F: hw/sparc/sun4m_iommu.c
1092 F: hw/dma/sparc32_dma.c
1093 F: hw/misc/eccmemctl.c
1094 F: hw/misc/slavio_misc.c
1095 F: include/hw/sparc/sparc32_dma.h
1096 F: pc-bios/openbios-sparc32
1097 F: include/hw/sparc/sun4m_iommu.h
1099 Sun4u
1100 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1101 S: Maintained
1102 F: hw/sparc64/sun4u.c
1103 F: pc-bios/openbios-sparc64
1104 F: hw/pci-host/sabre.c
1105 F: include/hw/pci-host/sabre.h
1107 Sun4v
1108 M: Artyom Tarasenko <atar4qemu@gmail.com>
1109 S: Maintained
1110 F: hw/sparc64/niagara.c
1111 F: hw/timer/sun4v-rtc.c
1112 F: include/hw/timer/sun4v-rtc.h
1114 Leon3
1115 M: Fabien Chouteau <chouteau@adacore.com>
1116 S: Maintained
1117 F: hw/sparc/leon3.c
1118 F: hw/*/grlib*
1119 F: include/hw/sparc/grlib.h
1121 S390 Machines
1122 -------------
1123 S390 Virtio-ccw
1124 M: Cornelia Huck <cohuck@redhat.com>
1125 M: Halil Pasic <pasic@linux.ibm.com>
1126 M: Christian Borntraeger <borntraeger@de.ibm.com>
1127 S: Supported
1128 F: hw/char/sclp*.[hc]
1129 F: hw/char/terminal3270.c
1130 F: hw/s390x/
1131 F: include/hw/s390x/
1132 F: hw/watchdog/wdt_diag288.c
1133 F: include/hw/watchdog/wdt_diag288.h
1134 F: default-configs/s390x-softmmu.mak
1135 T: git https://github.com/cohuck/qemu.git s390-next
1136 T: git https://github.com/borntraeger/qemu.git s390-next
1137 L: qemu-s390x@nongnu.org
1139 S390-ccw boot
1140 M: Christian Borntraeger <borntraeger@de.ibm.com>
1141 M: Thomas Huth <thuth@redhat.com>
1142 S: Supported
1143 F: hw/s390x/ipl.*
1144 F: pc-bios/s390-ccw/
1145 F: pc-bios/s390-ccw.img
1146 T: git https://github.com/borntraeger/qemu.git s390-next
1147 L: qemu-s390x@nongnu.org
1149 S390 PCI
1150 M: Collin Walling <walling@linux.ibm.com>
1151 S: Supported
1152 F: hw/s390x/s390-pci*
1153 L: qemu-s390x@nongnu.org
1155 UniCore32 Machines
1156 -------------
1157 PKUnity-3 SoC initramfs-with-busybox
1158 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1159 S: Maintained
1160 F: hw/*/puv3*
1161 F: hw/unicore32/
1163 X86 Machines
1164 ------------
1166 M: Michael S. Tsirkin <mst@redhat.com>
1167 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1168 S: Supported
1169 F: include/hw/i386/
1170 F: hw/i386/
1171 F: hw/pci-host/piix.c
1172 F: hw/pci-host/q35.c
1173 F: hw/pci-host/pam.c
1174 F: include/hw/pci-host/q35.h
1175 F: include/hw/pci-host/pam.h
1176 F: hw/isa/piix4.c
1177 F: hw/isa/lpc_ich9.c
1178 F: hw/i2c/smbus_ich9.c
1179 F: hw/acpi/piix4.c
1180 F: hw/acpi/ich9.c
1181 F: include/hw/acpi/ich9.h
1182 F: include/hw/acpi/piix4.h
1183 F: hw/misc/sga.c
1185 PC Chipset
1186 M: Michael S. Tsirkin <mst@redhat.com>
1187 M: Paolo Bonzini <pbonzini@redhat.com>
1188 S: Supported
1189 F: hw/char/debugcon.c
1190 F: hw/char/parallel*
1191 F: hw/char/serial*
1192 F: hw/dma/i8257*
1193 F: hw/i2c/pm_smbus.c
1194 F: hw/input/pckbd.c
1195 F: hw/intc/apic*
1196 F: hw/intc/ioapic*
1197 F: hw/intc/i8259*
1198 F: hw/isa/isa-superio.c
1199 F: hw/misc/debugexit.c
1200 F: hw/misc/pc-testdev.c
1201 F: hw/timer/hpet*
1202 F: hw/timer/i8254*
1203 F: hw/timer/mc146818rtc*
1204 F: hw/watchdog/wdt_ib700.c
1205 F: hw/watchdog/wdt_i6300esb.c
1206 F: include/hw/display/vga.h
1207 F: include/hw/char/parallel.h
1208 F: include/hw/dma/i8257.h
1209 F: include/hw/i2c/pm_smbus.h
1210 F: include/hw/input/i8042.h
1211 F: include/hw/isa/i8259_internal.h
1212 F: include/hw/isa/superio.h
1213 F: include/hw/timer/hpet.h
1214 F: include/hw/timer/i8254*
1215 F: include/hw/timer/mc146818rtc*
1217 Machine core
1218 M: Eduardo Habkost <ehabkost@redhat.com>
1219 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1220 S: Supported
1221 F: hw/core/machine.c
1222 F: hw/core/null-machine.c
1223 F: hw/cpu/cluster.c
1224 F: include/hw/boards.h
1225 F: include/hw/cpu/cluster.h
1226 T: git https://github.com/ehabkost/qemu.git machine-next
1228 Xtensa Machines
1229 ---------------
1231 M: Max Filippov <jcmvbkbc@gmail.com>
1232 S: Maintained
1233 F: hw/xtensa/sim.c
1235 XTFPGA (LX60, LX200, ML605, KC705)
1236 M: Max Filippov <jcmvbkbc@gmail.com>
1237 S: Maintained
1238 F: hw/xtensa/xtfpga.c
1239 F: hw/net/opencores_eth.c
1241 Devices
1242 -------
1244 M: Jiri Slaby <jslaby@suse.cz>
1245 S: Maintained
1246 F: hw/misc/edu.c
1249 M: John Snow <jsnow@redhat.com>
1250 L: qemu-block@nongnu.org
1251 S: Supported
1252 F: include/hw/ide.h
1253 F: include/hw/ide/
1254 F: hw/ide/
1255 F: hw/block/block.c
1256 F: hw/block/cdrom.c
1257 F: hw/block/hd-geometry.c
1258 F: tests/ide-test.c
1259 F: tests/ahci-test.c
1260 F: tests/cdrom-test.c
1261 F: tests/libqos/ahci*
1262 T: git https://github.com/jnsnow/qemu.git ide
1264 IPMI
1265 M: Corey Minyard <minyard@acm.org>
1266 S: Maintained
1267 F: include/hw/ipmi/*
1268 F: hw/ipmi/*
1269 F: hw/smbios/smbios_type_38.c
1270 F: tests/ipmi*
1271 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1273 Floppy
1274 M: John Snow <jsnow@redhat.com>
1275 L: qemu-block@nongnu.org
1276 S: Supported
1277 F: hw/block/fdc.c
1278 F: include/hw/block/fdc.h
1279 F: tests/fdc-test.c
1280 T: git https://github.com/jnsnow/qemu.git ide
1282 OMAP
1283 M: Peter Maydell <peter.maydell@linaro.org>
1284 S: Maintained
1285 F: hw/*/omap*
1286 F: include/hw/arm/omap.h
1288 IPack
1289 M: Alberto Garcia <berto@igalia.com>
1290 S: Odd Fixes
1291 F: hw/char/ipoctal232.c
1292 F: hw/ipack/
1295 M: Michael S. Tsirkin <mst@redhat.com>
1296 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1297 S: Supported
1298 F: include/hw/pci/*
1299 F: hw/misc/pci-testdev.c
1300 F: hw/pci/*
1301 F: hw/pci-bridge/*
1302 F: docs/pci*
1303 F: docs/specs/*pci*
1304 F: default-configs/pci.mak
1306 ACPI/SMBIOS
1307 M: Michael S. Tsirkin <mst@redhat.com>
1308 M: Igor Mammedov <imammedo@redhat.com>
1309 S: Supported
1310 F: include/hw/acpi/*
1311 F: include/hw/firmware/smbios.h
1312 F: hw/mem/*
1313 F: hw/acpi/*
1314 F: hw/smbios/*
1315 F: hw/i386/acpi-build.[hc]
1316 F: hw/arm/virt-acpi-build.c
1317 F: tests/bios-tables-test.c
1318 F: tests/acpi-utils.[hc]
1319 F: tests/data/acpi/
1321 ppc4xx
1322 M: David Gibson <david@gibson.dropbear.id.au>
1323 L: qemu-ppc@nongnu.org
1324 S: Odd Fixes
1325 F: hw/ppc/ppc4*.c
1326 F: hw/i2c/ppc4xx_i2c.c
1327 F: include/hw/ppc/ppc4xx.h
1328 F: include/hw/i2c/ppc4xx_i2c.h
1330 Character devices
1331 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1332 R: Paolo Bonzini <pbonzini@redhat.com>
1333 S: Odd Fixes
1334 F: hw/char/
1336 Network devices
1337 M: Jason Wang <jasowang@redhat.com>
1338 S: Odd Fixes
1339 F: hw/net/
1340 F: include/hw/net/
1341 F: tests/virtio-net-test.c
1342 T: git https://github.com/jasowang/qemu.git net
1344 SCSI
1345 M: Paolo Bonzini <pbonzini@redhat.com>
1346 R: Fam Zheng <fam@euphon.net>
1347 S: Supported
1348 F: include/hw/scsi/*
1349 F: hw/scsi/*
1350 F: tests/virtio-scsi-test.c
1351 T: git https://github.com/bonzini/qemu.git scsi-next
1354 M: Alistair Francis <alistair@alistair23.me>
1355 S: Maintained
1356 F: hw/ssi/*
1357 F: hw/block/m25p80.c
1358 F: include/hw/ssi/ssi.h
1359 X: hw/ssi/xilinx_*
1360 F: tests/m25p80-test.c
1362 Xilinx SPI
1363 M: Alistair Francis <alistair@alistair23.me>
1364 S: Maintained
1365 F: hw/ssi/xilinx_*
1367 SD (Secure Card)
1368 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1369 S: Odd Fixes
1370 F: include/hw/sd/sd*
1371 F: hw/sd/core.c
1372 F: hw/sd/sd*
1373 F: tests/sd*
1376 M: Gerd Hoffmann <kraxel@redhat.com>
1377 S: Maintained
1378 F: hw/usb/*
1379 F: tests/usb-*-test.c
1380 F: docs/usb2.txt
1381 F: docs/usb-storage.txt
1382 F: include/hw/usb.h
1383 F: include/hw/usb/
1384 F: default-configs/usb.mak
1386 USB (serial adapter)
1387 M: Gerd Hoffmann <kraxel@redhat.com>
1388 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1389 S: Maintained
1390 F: hw/usb/dev-serial.c
1392 VFIO
1393 M: Alex Williamson <alex.williamson@redhat.com>
1394 S: Supported
1395 F: hw/vfio/*
1396 F: include/hw/vfio/
1398 vfio-ccw
1399 M: Cornelia Huck <cohuck@redhat.com>
1400 M: Eric Farman <farman@linux.ibm.com>
1401 M: Farhan Ali <alifm@linux.ibm.com>
1402 S: Supported
1403 F: hw/vfio/ccw.c
1404 F: hw/s390x/s390-ccw.c
1405 F: include/hw/s390x/s390-ccw.h
1406 T: git https://github.com/cohuck/qemu.git s390-next
1407 L: qemu-s390x@nongnu.org
1409 vfio-ap
1410 M: Christian Borntraeger <borntraeger@de.ibm.com>
1411 M: Tony Krowiak <akrowiak@linux.ibm.com>
1412 M: Halil Pasic <pasic@linux.ibm.com>
1413 M: Pierre Morel <pmorel@linux.ibm.com>
1414 S: Supported
1415 F: hw/s390x/ap-device.c
1416 F: hw/s390x/ap-bridge.c
1417 F: include/hw/s390x/ap-device.h
1418 F: include/hw/s390x/ap-bridge.h
1419 F: hw/vfio/ap.c
1420 F: docs/vfio-ap.txt
1421 L: qemu-s390x@nongnu.org
1423 vhost
1424 M: Michael S. Tsirkin <mst@redhat.com>
1425 S: Supported
1426 F: hw/*/*vhost*
1427 F: docs/interop/vhost-user.txt
1428 F: contrib/vhost-user-*/
1430 virtio
1431 M: Michael S. Tsirkin <mst@redhat.com>
1432 S: Supported
1433 F: hw/*/virtio*
1434 F: hw/virtio/Makefile.objs
1435 F: hw/virtio/trace-events
1436 F: net/vhost-user.c
1437 F: include/hw/virtio/
1438 F: tests/virtio-balloon-test.c
1440 virtio-9p
1441 M: Greg Kurz <groug@kaod.org>
1442 S: Supported
1443 F: hw/9pfs/
1444 F: fsdev/
1445 F: tests/virtio-9p-test.c
1446 T: git https://github.com/gkurz/qemu.git 9p-next
1448 virtio-blk
1449 M: Stefan Hajnoczi <stefanha@redhat.com>
1450 L: qemu-block@nongnu.org
1451 S: Supported
1452 F: hw/block/virtio-blk.c
1453 F: hw/block/dataplane/*
1454 F: tests/virtio-blk-test.c
1455 T: git https://github.com/stefanha/qemu.git block
1457 virtio-ccw
1458 M: Cornelia Huck <cohuck@redhat.com>
1459 M: Halil Pasic <pasic@linux.ibm.com>
1460 S: Supported
1461 F: hw/s390x/virtio-ccw*.[hc]
1462 F: hw/s390x/vhost-vsock-ccw.c
1463 T: git https://github.com/cohuck/qemu.git s390-next
1464 T: git https://github.com/borntraeger/qemu.git s390-next
1465 L: qemu-s390x@nongnu.org
1467 virtio-input
1468 M: Gerd Hoffmann <kraxel@redhat.com>
1469 S: Maintained
1470 F: hw/input/virtio-input*.c
1471 F: include/hw/virtio/virtio-input.h
1473 virtio-serial
1474 M: Amit Shah <amit@kernel.org>
1475 S: Supported
1476 F: hw/char/virtio-serial-bus.c
1477 F: hw/char/virtio-console.c
1478 F: include/hw/virtio/virtio-serial.h
1479 F: tests/virtio-console-test.c
1480 F: tests/virtio-serial-test.c
1482 virtio-rng
1483 M: Amit Shah <amit@kernel.org>
1484 S: Supported
1485 F: hw/virtio/virtio-rng.c
1486 F: include/hw/virtio/virtio-rng.h
1487 F: include/sysemu/rng*.h
1488 F: backends/rng*.c
1489 F: tests/virtio-rng-test.c
1491 virtio-crypto
1492 M: Gonglei <arei.gonglei@huawei.com>
1493 S: Supported
1494 F: hw/virtio/virtio-crypto.c
1495 F: hw/virtio/virtio-crypto-pci.c
1496 F: include/hw/virtio/virtio-crypto.h
1498 nvme
1499 M: Keith Busch <keith.busch@intel.com>
1500 L: qemu-block@nongnu.org
1501 S: Supported
1502 F: hw/block/nvme*
1503 F: tests/nvme-test.c
1505 megasas
1506 M: Hannes Reinecke <hare@suse.com>
1507 L: qemu-block@nongnu.org
1508 S: Supported
1509 F: hw/scsi/megasas.c
1510 F: hw/scsi/mfi.h
1511 F: tests/megasas-test.c
1513 Network packet abstractions
1514 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1515 S: Maintained
1516 F: include/net/eth.h
1517 F: net/eth.c
1518 F: hw/net/net_rx_pkt*
1519 F: hw/net/net_tx_pkt*
1521 Vmware
1522 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1523 S: Maintained
1524 F: hw/net/vmxnet*
1525 F: hw/scsi/vmw_pvscsi*
1526 F: tests/vmxnet3-test.c
1528 Rocker
1529 M: Jiri Pirko <jiri@resnulli.us>
1530 S: Maintained
1531 F: hw/net/rocker/
1532 F: tests/rocker/
1533 F: docs/specs/rocker.txt
1535 NVDIMM
1536 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1537 S: Maintained
1538 F: hw/acpi/nvdimm.c
1539 F: hw/mem/nvdimm.c
1540 F: include/hw/mem/nvdimm.h
1541 F: docs/nvdimm.txt
1543 e1000x
1544 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1545 S: Maintained
1546 F: hw/net/e1000x*
1548 e1000e
1549 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1550 S: Maintained
1551 F: hw/net/e1000e*
1553 eepro100
1554 M: Stefan Weil <sw@weilnetz.de>
1555 S: Maintained
1556 F: hw/net/eepro100.c
1558 Generic Loader
1559 M: Alistair Francis <alistair@alistair23.me>
1560 S: Maintained
1561 F: hw/core/generic-loader.c
1562 F: include/hw/core/generic-loader.h
1563 F: docs/generic-loader.txt
1565 Intel Hexadecimal Object File Loader
1566 M: Su Hang <suhang16@mails.ucas.ac.cn>
1567 S: Maintained
1568 F: tests/hexloader-test.c
1569 F: tests/data/hex-loader/test.hex
1571 CHRP NVRAM
1572 M: Thomas Huth <thuth@redhat.com>
1573 S: Maintained
1574 F: hw/nvram/chrp_nvram.c
1575 F: include/hw/nvram/chrp_nvram.h
1576 F: tests/prom-env-test.c
1578 VM Generation ID
1579 M: Ben Warren <ben@skyportsystems.com>
1580 S: Maintained
1581 F: hw/acpi/vmgenid.c
1582 F: include/hw/acpi/vmgenid.h
1583 F: docs/specs/vmgenid.txt
1584 F: tests/vmgenid-test.c
1585 F: stubs/vmgenid.c
1587 Unimplemented device
1588 M: Peter Maydell <peter.maydell@linaro.org>
1589 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1590 S: Maintained
1591 F: include/hw/misc/unimp.h
1592 F: hw/misc/unimp.c
1594 Standard VGA
1595 M: Gerd Hoffmann <kraxel@redhat.com>
1596 S: Maintained
1597 F: hw/display/vga*
1598 F: hw/display/bochs-display.c
1599 F: include/hw/display/vga.h
1600 F: include/hw/display/bochs-vbe.h
1602 ramfb
1603 M: Gerd Hoffmann <kraxel@redhat.com>
1604 S: Maintained
1605 F: hw/display/ramfb*.c
1606 F: include/hw/display/ramfb.h
1608 virtio-gpu
1609 M: Gerd Hoffmann <kraxel@redhat.com>
1610 S: Maintained
1611 F: hw/display/virtio-gpu*
1612 F: hw/display/virtio-vga.c
1613 F: include/hw/virtio/virtio-gpu.h
1615 Cirrus VGA
1616 M: Gerd Hoffmann <kraxel@redhat.com>
1617 S: Odd Fixes
1618 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1619 F: hw/display/cirrus*
1621 EDID Generator
1622 M: Gerd Hoffmann <kraxel@redhat.com>
1623 S: Maintained
1624 F: hw/display/edid*
1625 F: include/hw/display/edid.h
1626 F: qemu-edid.c
1628 Firmware configuration (fw_cfg)
1629 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1630 R: Laszlo Ersek <lersek@redhat.com>
1631 R: Gerd Hoffmann <kraxel@redhat.com>
1632 S: Supported
1633 F: docs/specs/fw_cfg.txt
1634 F: hw/nvram/fw_cfg.c
1635 F: include/hw/nvram/fw_cfg.h
1636 F: include/standard-headers/linux/qemu_fw_cfg.h
1637 F: tests/libqos/fw_cfg.c
1638 F: tests/fw_cfg-test.c
1639 T: git https://github.com/philmd/qemu.git fw_cfg-next
1641 XIVE
1642 M: David Gibson <david@gibson.dropbear.id.au>
1643 M: Cédric Le Goater <clg@kaod.org>
1644 L: qemu-ppc@nongnu.org
1645 S: Supported
1646 F: hw/*/*xive*
1647 F: include/hw/*/*xive*
1649 Subsystems
1650 ----------
1651 Audio
1652 M: Gerd Hoffmann <kraxel@redhat.com>
1653 S: Maintained
1654 F: audio/
1655 F: hw/audio/
1656 F: include/hw/audio/
1657 F: tests/ac97-test.c
1658 F: tests/es1370-test.c
1659 F: tests/intel-hda-test.c
1661 Block layer core
1662 M: Kevin Wolf <kwolf@redhat.com>
1663 M: Max Reitz <mreitz@redhat.com>
1664 L: qemu-block@nongnu.org
1665 S: Supported
1666 F: block*
1667 F: block/
1668 F: hw/block/
1669 F: include/block/
1670 F: qemu-img*
1671 F: qemu-io*
1672 F: tests/qemu-iotests/
1673 F: util/qemu-progress.c
1674 F: qobject/block-qdict.c
1675 F: tests/check-block-qdict.c
1676 T: git https://repo.or.cz/qemu/kevin.git block
1678 Block I/O path
1679 M: Stefan Hajnoczi <stefanha@redhat.com>
1680 M: Fam Zheng <fam@euphon.net>
1681 L: qemu-block@nongnu.org
1682 S: Supported
1683 F: util/async.c
1684 F: util/aio-*.c
1685 F: block/io.c
1686 F: migration/block*
1687 F: include/block/aio.h
1688 F: include/block/aio-wait.h
1689 F: scripts/qemugdb/aio.py
1690 T: git https://github.com/stefanha/qemu.git block
1692 Block SCSI subsystem
1693 M: Paolo Bonzini <pbonzini@redhat.com>
1694 R: Fam Zheng <fam@euphon.net>
1695 L: qemu-block@nongnu.org
1696 S: Supported
1697 F: include/scsi/*
1698 F: scsi/*
1700 Block Jobs
1701 M: John Snow <jsnow@redhat.com>
1702 L: qemu-block@nongnu.org
1703 S: Supported
1704 F: blockjob.c
1705 F: include/block/blockjob.h
1706 F: job.c
1707 F: job-qmp.c
1708 F: include/qemu/job.h
1709 F: block/backup.c
1710 F: block/commit.c
1711 F: block/stream.c
1712 F: block/mirror.c
1713 F: qapi/job.json
1714 T: git https://github.com/jnsnow/qemu.git jobs
1716 Block QAPI, monitor, command line
1717 M: Markus Armbruster <armbru@redhat.com>
1718 S: Supported
1719 F: blockdev.c
1720 F: block/qapi.c
1721 F: qapi/block*.json
1722 F: qapi/transaction.json
1723 T: git https://repo.or.cz/qemu/armbru.git block-next
1725 Dirty Bitmaps
1726 M: Fam Zheng <fam@euphon.net>
1727 M: John Snow <jsnow@redhat.com>
1728 L: qemu-block@nongnu.org
1729 S: Supported
1730 F: util/hbitmap.c
1731 F: block/dirty-bitmap.c
1732 F: include/qemu/hbitmap.h
1733 F: include/block/dirty-bitmap.h
1734 F: tests/test-hbitmap.c
1735 F: docs/interop/bitmaps.rst
1736 T: git https://github.com/famz/qemu.git bitmaps
1737 T: git https://github.com/jnsnow/qemu.git bitmaps
1739 Character device backends
1740 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1741 R: Paolo Bonzini <pbonzini@redhat.com>
1742 S: Maintained
1743 F: chardev/
1744 F: include/chardev/
1745 F: qapi/char.json
1747 Character Devices (Braille)
1748 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1749 S: Maintained
1750 F: chardev/baum.c
1752 Command line option argument parsing
1753 M: Markus Armbruster <armbru@redhat.com>
1754 S: Supported
1755 F: include/qemu/option.h
1756 F: tests/test-keyval.c
1757 F: tests/test-qemu-opts.c
1758 F: util/keyval.c
1759 F: util/qemu-option.c
1761 Coverity model
1762 M: Markus Armbruster <armbru@redhat.com>
1763 S: Supported
1764 F: scripts/coverity-model.c
1767 L: qemu-devel@nongnu.org
1768 S: Supported
1769 F: qom/cpu.c
1770 F: include/qom/cpu.h
1772 Device Tree
1773 M: Alexander Graf <agraf@suse.de>
1774 S: Maintained
1775 F: device_tree.c
1776 F: include/sysemu/device_tree.h
1778 Dump
1779 S: Supported
1780 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1781 F: dump.c
1782 F: hw/misc/vmcoreinfo.c
1783 F: include/hw/misc/vmcoreinfo.h
1784 F: include/sysemu/dump-arch.h
1785 F: include/sysemu/dump.h
1786 F: scripts/dump-guest-memory.py
1787 F: stubs/dump.c
1789 Error reporting
1790 M: Markus Armbruster <armbru@redhat.com>
1791 S: Supported
1792 F: include/qapi/error.h
1793 F: include/qemu/error-report.h
1794 F: util/error.c
1795 F: util/qemu-error.c
1797 GDB stub
1798 L: qemu-devel@nongnu.org
1799 S: Odd Fixes
1800 F: gdbstub*
1801 F: gdb-xml/
1803 Memory API
1804 M: Paolo Bonzini <pbonzini@redhat.com>
1805 S: Supported
1806 F: include/exec/ioport.h
1807 F: ioport.c
1808 F: include/exec/memory.h
1809 F: include/exec/ram_addr.h
1810 F: memory.c
1811 F: include/exec/memory-internal.h
1812 F: exec.c
1814 SPICE
1815 M: Gerd Hoffmann <kraxel@redhat.com>
1816 S: Supported
1817 F: include/ui/qemu-spice.h
1818 F: include/ui/spice-display.h
1819 F: ui/spice-*.c
1820 F: audio/spiceaudio.c
1821 F: hw/display/qxl*
1822 F: qapi/ui.json
1823 F: docs/spice-port-fqdn.txt
1825 Graphics
1826 M: Gerd Hoffmann <kraxel@redhat.com>
1827 S: Odd Fixes
1828 F: ui/
1829 F: include/ui/
1830 F: qapi/ui.json
1831 F: util/drm.c
1833 Cocoa graphics
1834 M: Peter Maydell <peter.maydell@linaro.org>
1835 S: Odd Fixes
1836 F: ui/cocoa.m
1838 Main loop
1839 M: Paolo Bonzini <pbonzini@redhat.com>
1840 S: Maintained
1841 F: cpus.c
1842 F: util/main-loop.c
1843 F: util/qemu-timer.c
1844 F: vl.c
1845 F: qapi/run-state.json
1847 Human Monitor (HMP)
1848 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1849 S: Maintained
1850 F: monitor.c
1851 F: hmp.[ch]
1852 F: hmp-commands*.hx
1853 F: include/monitor/hmp-target.h
1854 F: tests/test-hmp.c
1856 Network device backends
1857 M: Jason Wang <jasowang@redhat.com>
1858 S: Maintained
1859 F: net/
1860 F: include/net/
1861 T: git https://github.com/jasowang/qemu.git net
1862 F: qapi/net.json
1864 Netmap network backend
1865 M: Luigi Rizzo <rizzo@iet.unipi.it>
1866 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1867 M: Vincenzo Maffione <v.maffione@gmail.com>
1868 W: http://info.iet.unipi.it/~luigi/netmap/
1869 S: Maintained
1870 F: net/netmap.c
1872 NUMA
1873 M: Eduardo Habkost <ehabkost@redhat.com>
1874 S: Maintained
1875 F: numa.c
1876 F: include/sysemu/numa.h
1877 T: git https://github.com/ehabkost/qemu.git machine-next
1879 Host Memory Backends
1880 M: Eduardo Habkost <ehabkost@redhat.com>
1881 M: Igor Mammedov <imammedo@redhat.com>
1882 S: Maintained
1883 F: backends/hostmem*.c
1884 F: include/sysemu/hostmem.h
1885 T: git https://github.com/ehabkost/qemu.git machine-next
1887 Cryptodev Backends
1888 M: Gonglei <arei.gonglei@huawei.com>
1889 S: Maintained
1890 F: include/sysemu/cryptodev*.h
1891 F: backends/cryptodev*.c
1893 Python scripts
1894 M: Eduardo Habkost <ehabkost@redhat.com>
1895 M: Cleber Rosa <crosa@redhat.com>
1896 S: Odd fixes
1897 F: scripts/qmp/*
1898 F: scripts/*.py
1899 F: tests/*.py
1901 QAPI
1902 M: Markus Armbruster <armbru@redhat.com>
1903 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1904 S: Supported
1905 F: qapi/
1906 X: qapi/*.json
1907 F: include/qapi/
1908 X: include/qapi/qmp/
1909 F: include/qapi/qmp/dispatch.h
1910 F: tests/qapi-schema/
1911 F: tests/test-*-visitor.c
1912 F: tests/test-qapi-*.c
1913 F: tests/test-qmp-*.c
1914 F: tests/test-visitor-serialization.c
1915 F: scripts/qapi-gen.py
1916 F: scripts/qapi/*
1917 F: docs/devel/qapi*
1918 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1920 QAPI Schema
1921 M: Eric Blake <eblake@redhat.com>
1922 M: Markus Armbruster <armbru@redhat.com>
1923 S: Supported
1924 F: qapi/*.json
1925 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1927 QObject
1928 M: Markus Armbruster <armbru@redhat.com>
1929 S: Supported
1930 F: qobject/
1931 F: include/qapi/qmp/
1932 X: include/qapi/qmp/dispatch.h
1933 F: scripts/coccinelle/qobject.cocci
1934 F: tests/check-qdict.c
1935 F: tests/check-qnum.c
1936 F: tests/check-qjson.c
1937 F: tests/check-qlist.c
1938 F: tests/check-qstring.c
1939 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1941 QEMU Guest Agent
1942 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1943 S: Maintained
1944 F: qga/
1945 F: qemu-ga.texi
1946 F: scripts/qemu-guest-agent/
1947 F: tests/test-qga.c
1948 F: docs/interop/qemu-ga-ref.texi
1949 T: git https://github.com/mdroth/qemu.git qga
1952 M: Andreas Färber <afaerber@suse.de>
1953 S: Supported
1954 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1955 F: include/qom/
1956 X: include/qom/cpu.h
1957 F: qom/
1958 X: qom/cpu.c
1959 F: tests/check-qom-interface.c
1960 F: tests/check-qom-proplist.c
1963 M: Markus Armbruster <armbru@redhat.com>
1964 S: Supported
1965 F: qmp.c
1966 F: monitor.c
1967 F: docs/devel/*qmp-*
1968 F: docs/interop/*qmp-*
1969 F: scripts/qmp/
1970 F: tests/qmp-test.c
1971 F: tests/qmp-cmd-test.c
1972 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1974 qtest
1975 M: Thomas Huth <thuth@redhat.com>
1976 M: Laurent Vivier <lvivier@redhat.com>
1977 R: Paolo Bonzini <pbonzini@redhat.com>
1978 S: Maintained
1979 F: qtest.c
1980 F: tests/libqtest.*
1981 F: tests/libqos/
1982 F: tests/*-test.c
1984 Register API
1985 M: Alistair Francis <alistair@alistair23.me>
1986 S: Maintained
1987 F: hw/core/register.c
1988 F: include/hw/register.h
1989 F: include/hw/registerfields.h
1991 SLIRP
1992 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1993 M: Jan Kiszka <jan.kiszka@siemens.com>
1994 S: Maintained
1995 F: slirp/
1996 F: net/slirp.c
1997 F: include/net/slirp.h
1998 T: git https://people.debian.org/~sthibault/qemu.git slirp
1999 T: git git://git.kiszka.org/qemu.git queues/slirp
2001 Stubs
2002 M: Paolo Bonzini <pbonzini@redhat.com>
2003 S: Maintained
2004 F: stubs/
2006 Tracing
2007 M: Stefan Hajnoczi <stefanha@redhat.com>
2008 S: Maintained
2009 F: trace/
2010 F: trace-events
2011 F: qemu-option-trace.texi
2012 F: scripts/tracetool.py
2013 F: scripts/tracetool/
2014 F: scripts/qemu-trace-stap*
2015 F: docs/devel/tracing.txt
2016 T: git https://github.com/stefanha/qemu.git tracing
2019 M: Stefan Berger <stefanb@linux.ibm.com>
2020 S: Maintained
2021 F: tpm.c
2022 F: stubs/tpm.c
2023 F: hw/tpm/*
2024 F: include/hw/acpi/tpm.h
2025 F: include/sysemu/tpm*
2026 F: qapi/tpm.json
2027 F: backends/tpm.c
2028 F: tests/*tpm*
2029 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2031 Checkpatch
2032 S: Odd Fixes
2033 F: scripts/checkpatch.pl
2035 Migration
2036 M: Juan Quintela <quintela@redhat.com>
2037 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
2038 S: Maintained
2039 F: include/migration/
2040 F: migration/
2041 F: scripts/vmstate-static-checker.py
2042 F: tests/vmstate-static-checker-data/
2043 F: tests/migration-test.c
2044 F: docs/devel/migration.rst
2045 F: qapi/migration.json
2047 Seccomp
2048 M: Eduardo Otubo <otubo@redhat.com>
2049 S: Supported
2050 F: qemu-seccomp.c
2051 F: include/sysemu/seccomp.h
2053 Cryptography
2054 M: Daniel P. Berrange <berrange@redhat.com>
2055 S: Maintained
2056 F: crypto/
2057 F: include/crypto/
2058 F: tests/test-crypto-*
2059 F: tests/benchmark-crypto-*
2060 F: qemu.sasl
2062 Coroutines
2063 M: Stefan Hajnoczi <stefanha@redhat.com>
2064 M: Kevin Wolf <kwolf@redhat.com>
2065 F: util/*coroutine*
2066 F: include/qemu/coroutine*
2067 F: tests/test-coroutine.c
2069 Buffers
2070 M: Daniel P. Berrange <berrange@redhat.com>
2071 S: Odd fixes
2072 F: util/buffer.c
2073 F: include/qemu/buffer.h
2075 I/O Channels
2076 M: Daniel P. Berrange <berrange@redhat.com>
2077 S: Maintained
2078 F: io/
2079 F: include/io/
2080 F: tests/test-io-*
2082 Sockets
2083 M: Daniel P. Berrange <berrange@redhat.com>
2084 M: Gerd Hoffmann <kraxel@redhat.com>
2085 S: Maintained
2086 F: include/qemu/sockets.h
2087 F: util/qemu-sockets.c
2088 F: qapi/sockets.json
2090 Throttling infrastructure
2091 M: Alberto Garcia <berto@igalia.com>
2092 S: Supported
2093 F: block/throttle-groups.c
2094 F: include/block/throttle-groups.h
2095 F: include/qemu/throttle*.h
2096 F: util/throttle.c
2097 F: docs/throttle.txt
2098 F: tests/test-throttle.c
2099 L: qemu-block@nongnu.org
2101 UUID
2102 M: Fam Zheng <fam@euphon.net>
2103 S: Supported
2104 F: util/uuid.c
2105 F: include/qemu/uuid.h
2106 F: tests/test-uuid.c
2108 COLO Framework
2109 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2110 S: Maintained
2111 F: migration/colo*
2112 F: include/migration/colo.h
2113 F: include/migration/failover.h
2114 F: docs/COLO-FT.txt
2116 COLO Proxy
2117 M: Zhang Chen <zhangckid@gmail.com>
2118 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2119 S: Supported
2120 F: docs/colo-proxy.txt
2121 F: net/colo*
2122 F: net/filter-rewriter.c
2123 F: net/filter-mirror.c
2125 Record/replay
2126 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2127 R: Paolo Bonzini <pbonzini@redhat.com>
2128 W: https://wiki.qemu.org/Features/record-replay
2129 S: Supported
2130 F: replay/*
2131 F: block/blkreplay.c
2132 F: net/filter-replay.c
2133 F: include/sysemu/replay.h
2134 F: docs/replay.txt
2135 F: stubs/replay.c
2137 IOVA Tree
2138 M: Peter Xu <peterx@redhat.com>
2139 S: Maintained
2140 F: include/qemu/iova-tree.h
2141 F: util/iova-tree.c
2143 elf2dmp
2144 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2145 S: Maintained
2146 F: contrib/elf2dmp/
2148 Usermode Emulation
2149 ------------------
2150 Overall
2151 M: Riku Voipio <riku.voipio@iki.fi>
2152 S: Maintained
2153 F: thunk.c
2154 F: accel/tcg/user-exec*.c
2156 BSD user
2157 S: Orphan
2158 F: bsd-user/
2159 F: default-configs/*-bsd-user.mak
2161 Linux user
2162 M: Riku Voipio <riku.voipio@iki.fi>
2163 R: Laurent Vivier <laurent@vivier.eu>
2164 S: Maintained
2165 F: linux-user/
2166 F: default-configs/*-linux-user.mak
2167 F: scripts/qemu-binfmt-conf.sh
2169 Tiny Code Generator (TCG)
2170 -------------------------
2171 Common code
2172 M: Richard Henderson <rth@twiddle.net>
2173 S: Maintained
2174 F: tcg/
2176 AArch64 target
2177 M: Claudio Fontana <claudio.fontana@huawei.com>
2178 M: Claudio Fontana <claudio.fontana@gmail.com>
2179 S: Maintained
2180 L: qemu-arm@nongnu.org
2181 F: tcg/aarch64/
2182 F: disas/arm-a64.cc
2183 F: disas/libvixl/
2185 ARM target
2186 M: Andrzej Zaborowski <balrogg@gmail.com>
2187 S: Maintained
2188 L: qemu-arm@nongnu.org
2189 F: tcg/arm/
2190 F: disas/arm.c
2192 i386 target
2193 L: qemu-devel@nongnu.org
2194 S: Maintained
2195 F: tcg/i386/
2196 F: disas/i386.c
2198 MIPS target
2199 M: Aurelien Jarno <aurelien@aurel32.net>
2200 R: Aleksandar Rikalo <arikalo@wavecomp.com>
2201 S: Maintained
2202 F: tcg/mips/
2203 F: disas/mips.c
2206 M: Richard Henderson <rth@twiddle.net>
2207 S: Odd Fixes
2208 F: tcg/ppc/
2209 F: disas/ppc.c
2211 RISC-V
2212 M: Michael Clark <mjc@sifive.com>
2213 M: Palmer Dabbelt <palmer@sifive.com>
2214 M: Alistair Francis <Alistair.Francis@wdc.com>
2215 L: qemu-riscv@nongnu.org
2216 S: Maintained
2217 F: tcg/riscv/
2218 F: disas/riscv.c
2220 S390 target
2221 M: Richard Henderson <rth@twiddle.net>
2222 S: Maintained
2223 F: tcg/s390/
2224 F: disas/s390.c
2225 L: qemu-s390x@nongnu.org
2227 SPARC target
2228 S: Odd Fixes
2229 F: tcg/sparc/
2230 F: disas/sparc.c
2232 TCI target
2233 M: Stefan Weil <sw@weilnetz.de>
2234 S: Maintained
2235 F: tcg/tci/
2236 F: tcg/tci.c
2237 F: disas/tci.c
2239 Block drivers
2240 -------------
2241 VMDK
2242 M: Fam Zheng <fam@euphon.net>
2243 L: qemu-block@nongnu.org
2244 S: Supported
2245 F: block/vmdk.c
2248 M: Josh Durgin <jdurgin@redhat.com>
2249 L: qemu-block@nongnu.org
2250 S: Supported
2251 F: block/rbd.c
2253 Sheepdog
2254 M: Liu Yuan <namei.unix@gmail.com>
2255 L: qemu-block@nongnu.org
2256 L: sheepdog@lists.wpkg.org
2257 S: Odd Fixes
2258 F: block/sheepdog.c
2260 VHDX
2261 M: Jeff Cody <codyprime@gmail.com>
2262 L: qemu-block@nongnu.org
2263 S: Supported
2264 F: block/vhdx*
2267 M: Stefan Weil <sw@weilnetz.de>
2268 L: qemu-block@nongnu.org
2269 S: Maintained
2270 F: block/vdi.c
2272 iSCSI
2273 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2274 M: Paolo Bonzini <pbonzini@redhat.com>
2275 M: Peter Lieven <pl@kamp.de>
2276 L: qemu-block@nongnu.org
2277 S: Odd Fixes
2278 F: block/iscsi.c
2279 F: block/iscsi-opts.c
2281 Network Block Device (NBD)
2282 M: Eric Blake <eblake@redhat.com>
2283 L: qemu-block@nongnu.org
2284 S: Maintained
2285 F: block/nbd*
2286 F: nbd/
2287 F: include/block/nbd*
2288 F: qemu-nbd.*
2289 F: blockdev-nbd.c
2290 F: docs/interop/nbd.txt
2291 T: git https://repo.or.cz/qemu/ericb.git nbd
2294 M: Peter Lieven <pl@kamp.de>
2295 L: qemu-block@nongnu.org
2296 S: Maintained
2297 F: block/nfs.c
2300 M: Richard W.M. Jones <rjones@redhat.com>
2301 L: qemu-block@nongnu.org
2302 S: Supported
2303 F: block/ssh.c
2305 CURL
2306 L: qemu-block@nongnu.org
2307 S: Supported
2308 F: block/curl.c
2310 GLUSTER
2311 L: qemu-block@nongnu.org
2312 S: Supported
2313 F: block/gluster.c
2315 Null Block Driver
2316 M: Fam Zheng <fam@euphon.net>
2317 L: qemu-block@nongnu.org
2318 S: Supported
2319 F: block/null.c
2321 NVMe Block Driver
2322 M: Fam Zheng <fam@euphon.net>
2323 L: qemu-block@nongnu.org
2324 S: Supported
2325 F: block/nvme*
2327 Bootdevice
2328 M: Gonglei <arei.gonglei@huawei.com>
2329 S: Maintained
2330 F: bootdevice.c
2332 Quorum
2333 M: Alberto Garcia <berto@igalia.com>
2334 S: Supported
2335 F: block/quorum.c
2336 L: qemu-block@nongnu.org
2338 blklogwrites
2339 M: Ari Sundholm <ari@tuxera.com>
2340 L: qemu-block@nongnu.org
2341 S: Supported
2342 F: block/blklogwrites.c
2344 blkverify
2345 M: Stefan Hajnoczi <stefanha@redhat.com>
2346 L: qemu-block@nongnu.org
2347 S: Supported
2348 F: block/blkverify.c
2350 bochs
2351 M: Stefan Hajnoczi <stefanha@redhat.com>
2352 L: qemu-block@nongnu.org
2353 S: Supported
2354 F: block/bochs.c
2356 cloop
2357 M: Stefan Hajnoczi <stefanha@redhat.com>
2358 L: qemu-block@nongnu.org
2359 S: Supported
2360 F: block/cloop.c
2363 M: Stefan Hajnoczi <stefanha@redhat.com>
2364 L: qemu-block@nongnu.org
2365 S: Supported
2366 F: block/dmg.c
2368 parallels
2369 M: Stefan Hajnoczi <stefanha@redhat.com>
2370 M: Denis V. Lunev <den@openvz.org>
2371 L: qemu-block@nongnu.org
2372 S: Supported
2373 F: block/parallels.c
2374 F: docs/interop/parallels.txt
2377 M: Stefan Hajnoczi <stefanha@redhat.com>
2378 L: qemu-block@nongnu.org
2379 S: Supported
2380 F: block/qed.c
2383 M: Kevin Wolf <kwolf@redhat.com>
2384 L: qemu-block@nongnu.org
2385 S: Supported
2386 F: block/linux-aio.c
2387 F: include/block/raw-aio.h
2388 F: block/raw-format.c
2389 F: block/file-posix.c
2390 F: block/file-win32.c
2391 F: block/win32-aio.c
2393 qcow2
2394 M: Kevin Wolf <kwolf@redhat.com>
2395 M: Max Reitz <mreitz@redhat.com>
2396 L: qemu-block@nongnu.org
2397 S: Supported
2398 F: block/qcow2*
2399 F: docs/interop/qcow2.txt
2401 qcow
2402 M: Kevin Wolf <kwolf@redhat.com>
2403 L: qemu-block@nongnu.org
2404 S: Supported
2405 F: block/qcow.c
2407 blkdebug
2408 M: Kevin Wolf <kwolf@redhat.com>
2409 M: Max Reitz <mreitz@redhat.com>
2410 L: qemu-block@nongnu.org
2411 S: Supported
2412 F: block/blkdebug.c
2415 M: Kevin Wolf <kwolf@redhat.com>
2416 L: qemu-block@nongnu.org
2417 S: Supported
2418 F: block/vpc.c
2420 vvfat
2421 M: Kevin Wolf <kwolf@redhat.com>
2422 L: qemu-block@nongnu.org
2423 S: Supported
2424 F: block/vvfat.c
2426 Image format fuzzer
2427 M: Stefan Hajnoczi <stefanha@redhat.com>
2428 L: qemu-block@nongnu.org
2429 S: Supported
2430 F: tests/image-fuzzer/
2432 Replication
2433 M: Wen Congyang <wencongyang2@huawei.com>
2434 M: Xie Changlong <xiechanglong.d@gmail.com>
2435 S: Supported
2436 F: replication*
2437 F: block/replication.c
2438 F: tests/test-replication.c
2439 F: docs/block-replication.txt
2441 PVRDMA
2442 M: Yuval Shaia <yuval.shaia@oracle.com>
2443 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2444 S: Maintained
2445 F: hw/rdma/*
2446 F: hw/rdma/vmw/*
2447 F: docs/pvrdma.txt
2448 F: contrib/rdmacm-mux/*
2449 F: qapi/rdma.json
2451 Build and test automation
2452 -------------------------
2453 Build and test automation
2454 M: Alex Bennée <alex.bennee@linaro.org>
2455 M: Fam Zheng <fam@euphon.net>
2456 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2457 L: qemu-devel@nongnu.org
2458 S: Maintained
2459 F: .travis.yml
2460 F: scripts/travis/
2461 F: .shippable.yml
2462 F: tests/docker/
2463 F: tests/vm/
2464 F: scripts/archive-source.sh
2465 W: https://travis-ci.org/qemu/qemu
2466 W: https://app.shippable.com/github/qemu/qemu
2467 W: http://patchew.org/QEMU/
2469 FreeBSD Hosted Continuous Integration
2470 M: Ed Maste <emaste@freebsd.org>
2471 M: Li-Wen Hsu <lwhsu@freebsd.org>
2472 L: qemu-devel@nongnu.org
2473 S: Maintained
2474 F: .cirrus.yml
2475 W: https://cirrus-ci.com/github/qemu/qemu
2477 Guest Test Compilation Support
2478 M: Alex Bennée <alex.bennee@linaro.org>
2479 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2480 F: tests/tcg/Makefile
2481 F: tests/tcg/Makefile.include
2482 L: qemu-devel@nongnu.org
2484 Documentation
2485 -------------
2486 Build system architecture
2487 M: Daniel P. Berrange <berrange@redhat.com>
2488 S: Odd Fixes
2489 F: docs/devel/build-system.txt
2491 GIT Data Mining Config
2492 M: Alex Bennée <alex.bennee@linaro.org>
2493 S: Odd Fixes
2494 F: gitdm.config
2495 F: contrib/gitdm/*
2497 Incompatible changes
2498 R: libvir-list@redhat.com
2499 F: qemu-deprecated.texi
2501 Build System
2502 ------------
2503 GIT submodules
2504 M: Daniel P. Berrange <berrange@redhat.com>
2505 S: Odd Fixes
2506 F: scripts/git-submodule.sh