qcow2: refactor decompress_buffer
[qemu/ar7.git] / MAINTAINERS
blob83c127f0d6e4d5ccac4c2622587938f6746f6348
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: Peter Crosthwaite <crosthwaite.peter@gmail.com>
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: include/exec/cpu*.h
122 F: include/exec/exec-all.h
123 F: include/exec/helper*.h
124 F: include/exec/tb-hash.h
125 F: include/sysemu/cpus.h
127 FPU emulation
128 M: Aurelien Jarno <aurelien@aurel32.net>
129 M: Peter Maydell <peter.maydell@linaro.org>
130 S: Odd Fixes
131 F: fpu/
132 F: include/fpu/
134 Alpha
135 M: Richard Henderson <rth@twiddle.net>
136 S: Maintained
137 F: target/alpha/
138 F: tests/tcg/alpha/
139 F: disas/alpha.c
142 M: Peter Maydell <peter.maydell@linaro.org>
143 L: qemu-arm@nongnu.org
144 S: Maintained
145 F: target/arm/
146 F: tests/tcg/arm/
147 F: tests/tcg/aarch64/
148 F: hw/arm/
149 F: hw/cpu/a*mpcore.c
150 F: include/hw/cpu/a*mpcore.h
151 F: disas/arm.c
152 F: disas/arm-a64.cc
153 F: disas/libvixl/
155 ARM SMMU
156 M: Eric Auger <eric.auger@redhat.com>
157 L: qemu-arm@nongnu.org
158 S: Maintained
159 F: hw/arm/smmu*
160 F: include/hw/arm/smmu*
162 CRIS
163 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
164 S: Maintained
165 F: target/cris/
166 F: hw/cris/
167 F: include/hw/cris/
168 F: tests/tcg/cris/
169 F: disas/cris.c
171 HPPA (PA-RISC)
172 M: Richard Henderson <rth@twiddle.net>
173 S: Maintained
174 F: target/hppa/
175 F: hw/hppa/
176 F: disas/hppa.c
178 LM32
179 M: Michael Walle <michael@walle.cc>
180 S: Maintained
181 F: target/lm32/
182 F: disas/lm32.c
183 F: hw/lm32/
184 F: hw/*/lm32_*
185 F: hw/*/milkymist-*
186 F: include/hw/char/lm32_juart.h
187 F: include/hw/lm32/
188 F: tests/tcg/lm32/
190 M68K
191 M: Laurent Vivier <laurent@vivier.eu>
192 S: Maintained
193 F: target/m68k/
194 F: disas/m68k.c
196 MicroBlaze
197 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
198 S: Maintained
199 F: target/microblaze/
200 F: hw/microblaze/
201 F: disas/microblaze.c
203 MIPS
204 M: Aurelien Jarno <aurelien@aurel32.net>
205 M: Aleksandar Markovic <amarkovic@wavecomp.com>
206 R: Stefan Markovic <smarkovic@wavecomp.com>
207 S: Maintained
208 F: target/mips/
209 F: hw/mips/
210 F: hw/misc/mips_*
211 F: hw/intc/mips_gic.c
212 F: hw/timer/mips_gictimer.c
213 F: include/hw/mips/
214 F: include/hw/misc/mips_*
215 F: include/hw/intc/mips_gic.h
216 F: include/hw/timer/mips_gictimer.h
217 F: tests/tcg/mips/
218 F: disas/mips.c
219 F: disas/nanomips.h
220 F: disas/nanomips.cpp
222 Moxie
223 M: Anthony Green <green@moxielogic.com>
224 S: Maintained
225 F: target/moxie/
226 F: disas/moxie.c
227 F: hw/moxie/
228 F: default-configs/moxie-softmmu.mak
230 NiosII
231 M: Chris Wulff <crwulff@gmail.com>
232 M: Marek Vasut <marex@denx.de>
233 S: Maintained
234 F: target/nios2/
235 F: hw/nios2/
236 F: hw/intc/nios2_iic.c
237 F: disas/nios2.c
238 F: default-configs/nios2-softmmu.mak
240 OpenRISC
241 M: Stafford Horne <shorne@gmail.com>
242 S: Odd Fixes
243 F: target/openrisc/
244 F: hw/openrisc/
245 F: tests/tcg/openrisc/
247 PowerPC
248 M: David Gibson <david@gibson.dropbear.id.au>
249 L: qemu-ppc@nongnu.org
250 S: Maintained
251 F: target/ppc/
252 F: hw/ppc/
253 F: include/hw/ppc/
254 F: disas/ppc.c
256 RISC-V
257 M: Michael Clark <mjc@sifive.com>
258 M: Palmer Dabbelt <palmer@sifive.com>
259 M: Alistair Francis <Alistair.Francis@wdc.com>
260 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
261 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
262 L: qemu-riscv@nongnu.org
263 S: Maintained
264 F: target/riscv/
265 F: hw/riscv/
266 F: include/hw/riscv/
267 F: disas/riscv.c
269 S390
270 M: Richard Henderson <rth@twiddle.net>
271 M: David Hildenbrand <david@redhat.com>
272 S: Maintained
273 F: target/s390x/
274 F: hw/s390x/
275 F: disas/s390.c
276 F: tests/tcg/s390x/
277 L: qemu-s390x@nongnu.org
280 M: Aurelien Jarno <aurelien@aurel32.net>
281 S: Odd Fixes
282 F: target/sh4/
283 F: hw/sh4/
284 F: disas/sh4.c
285 F: include/hw/sh4/
287 SPARC
288 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
289 M: Artyom Tarasenko <atar4qemu@gmail.com>
290 S: Maintained
291 F: target/sparc/
292 F: hw/sparc/
293 F: hw/sparc64/
294 F: include/hw/sparc/sparc64.h
295 F: disas/sparc.c
297 UniCore32
298 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
299 S: Maintained
300 F: target/unicore32/
301 F: hw/unicore32/
302 F: include/hw/unicore32/
305 M: Paolo Bonzini <pbonzini@redhat.com>
306 M: Richard Henderson <rth@twiddle.net>
307 M: Eduardo Habkost <ehabkost@redhat.com>
308 S: Maintained
309 F: target/i386/
310 F: tests/tcg/i386/
311 F: tests/tcg/x86_64/
312 F: hw/i386/
313 F: disas/i386.c
314 F: docs/qemu-cpu-models.texi
315 T: git https://github.com/ehabkost/qemu.git x86-next
317 Xtensa
318 M: Max Filippov <jcmvbkbc@gmail.com>
319 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
320 S: Maintained
321 F: target/xtensa/
322 F: hw/xtensa/
323 F: tests/tcg/xtensa/
324 F: disas/xtensa.c
325 F: include/hw/xtensa/xtensa-isa.h
326 F: default-configs/xtensa*.mak
328 TriCore
329 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
330 S: Maintained
331 F: target/tricore/
332 F: hw/tricore/
333 F: include/hw/tricore/
335 Multiarch Linux User Tests
336 M: Alex Bennée <alex.bennee@linaro.org>
337 F: tests/tcg/multiarch/
339 Guest CPU Cores (KVM):
340 ----------------------
342 Overall
343 M: Paolo Bonzini <pbonzini@redhat.com>
344 L: kvm@vger.kernel.org
345 S: Supported
346 F: */kvm.*
347 F: accel/kvm/
348 F: accel/stubs/kvm-stub.c
349 F: include/hw/kvm/
350 F: include/sysemu/kvm*.h
351 F: scripts/kvm/kvm_flightrecorder
354 M: Peter Maydell <peter.maydell@linaro.org>
355 L: qemu-arm@nongnu.org
356 S: Maintained
357 F: target/arm/kvm.c
359 MIPS
360 M: James Hogan <jhogan@kernel.org>
361 R: Stefan Markovic <smarkovic@wavecomp.com>
362 S: Maintained
363 F: target/mips/kvm.c
366 M: David Gibson <david@gibson.dropbear.id.au>
367 S: Maintained
368 F: target/ppc/kvm.c
370 S390
371 M: Halil Pasic <pasic@linux.ibm.com>
372 M: Cornelia Huck <cohuck@redhat.com>
373 M: Christian Borntraeger <borntraeger@de.ibm.com>
374 S: Maintained
375 F: target/s390x/kvm.c
376 F: target/s390x/kvm_s390x.h
377 F: target/s390x/kvm-stub.c
378 F: target/s390x/ioinst.[ch]
379 F: target/s390x/machine.c
380 F: target/s390x/sigp.c
381 F: hw/intc/s390_flic.c
382 F: hw/intc/s390_flic_kvm.c
383 F: include/hw/s390x/s390_flic.h
384 F: gdb-xml/s390*.xml
385 T: git https://github.com/cohuck/qemu.git s390-next
386 T: git https://github.com/borntraeger/qemu.git s390-next
387 L: qemu-s390x@nongnu.org
390 M: Paolo Bonzini <pbonzini@redhat.com>
391 M: Marcelo Tosatti <mtosatti@redhat.com>
392 L: kvm@vger.kernel.org
393 S: Supported
394 F: target/i386/kvm.c
395 F: scripts/kvm/vmxcap
397 Guest CPU Cores (Xen):
398 ----------------------
401 M: Stefano Stabellini <sstabellini@kernel.org>
402 M: Anthony Perard <anthony.perard@citrix.com>
403 L: xen-devel@lists.xenproject.org
404 S: Supported
405 F: */xen*
406 F: hw/9pfs/xen-9p-backend.c
407 F: hw/char/xen_console.c
408 F: hw/display/xenfb.c
409 F: hw/net/xen_nic.c
410 F: hw/block/xen_*
411 F: hw/xen/
412 F: hw/xenpv/
413 F: hw/i386/xen/
414 F: include/hw/xen/
415 F: include/sysemu/xen-mapcache.h
417 Hosts:
418 ------
420 LINUX
421 L: qemu-devel@nongnu.org
422 S: Maintained
423 F: linux-*
424 F: linux-headers/
426 POSIX
427 L: qemu-devel@nongnu.org
428 S: Maintained
429 F: *posix*
431 NETBSD
432 L: qemu-devel@nongnu.org
433 M: Kamil Rytarowski <kamil@netbsd.org>
434 S: Maintained
435 K: ^Subject:.*(?i)NetBSD
437 OPENBSD
438 L: qemu-devel@nongnu.org
439 M: Brad Smith <brad@comstyle.com>
440 S: Maintained
441 K: ^Subject:.*(?i)OpenBSD
443 W32, W64
444 L: qemu-devel@nongnu.org
445 M: Stefan Weil <sw@weilnetz.de>
446 S: Maintained
447 F: *win32*
448 F: */*win32*
449 F: include/*/*win32*
450 X: qga/*win32*
451 F: qemu.nsi
453 Alpha Machines
454 M: Richard Henderson <rth@twiddle.net>
455 S: Maintained
456 F: hw/alpha/
457 F: hw/isa/smc37c669-superio.c
459 ARM Machines
460 ------------
461 Allwinner-a10
462 M: Beniamino Galvani <b.galvani@gmail.com>
463 M: Peter Maydell <peter.maydell@linaro.org>
464 L: qemu-arm@nongnu.org
465 S: Odd Fixes
466 F: hw/*/allwinner*
467 F: include/hw/*/allwinner*
468 F: hw/arm/cubieboard.c
470 ARM PrimeCell and CMSDK devices
471 M: Peter Maydell <peter.maydell@linaro.org>
472 L: qemu-arm@nongnu.org
473 S: Maintained
474 F: hw/char/pl011.c
475 F: include/hw/char/pl011.h
476 F: hw/display/pl110*
477 F: hw/dma/pl080.c
478 F: include/hw/dma/pl080.h
479 F: hw/dma/pl330.c
480 F: hw/gpio/pl061.c
481 F: hw/input/pl050.c
482 F: hw/intc/pl190.c
483 F: hw/sd/pl181.c
484 F: hw/ssi/pl022.c
485 F: include/hw/ssi/pl022.h
486 F: hw/timer/pl031.c
487 F: include/hw/arm/primecell.h
488 F: hw/timer/cmsdk-apb-timer.c
489 F: include/hw/timer/cmsdk-apb-timer.h
490 F: hw/timer/cmsdk-apb-dualtimer.c
491 F: include/hw/timer/cmsdk-apb-dualtimer.h
492 F: hw/char/cmsdk-apb-uart.c
493 F: include/hw/char/cmsdk-apb-uart.h
494 F: hw/watchdog/cmsdk-apb-watchdog.c
495 F: include/hw/watchdog/cmsdk-apb-watchdog.h
496 F: hw/misc/tz-ppc.c
497 F: include/hw/misc/tz-ppc.h
498 F: hw/misc/tz-mpc.c
499 F: include/hw/misc/tz-mpc.h
500 F: hw/misc/tz-msc.c
501 F: include/hw/misc/tz-msc.h
503 ARM cores
504 M: Peter Maydell <peter.maydell@linaro.org>
505 L: qemu-arm@nongnu.org
506 S: Maintained
507 F: hw/intc/arm*
508 F: hw/intc/gic_internal.h
509 F: hw/misc/a9scu.c
510 F: hw/misc/arm11scu.c
511 F: hw/timer/a9gtimer*
512 F: hw/timer/arm*
513 F: include/hw/arm/arm*.h
514 F: include/hw/intc/arm*
515 F: include/hw/misc/a9scu.h
516 F: include/hw/misc/arm11scu.h
517 F: include/hw/timer/a9gtimer.h
518 F: include/hw/timer/arm_mptimer.h
519 F: include/hw/timer/armv7m_systick.h
520 F: tests/test-arm-mptimer.c
522 Exynos
523 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
524 M: Peter Maydell <peter.maydell@linaro.org>
525 L: qemu-arm@nongnu.org
526 S: Odd Fixes
527 F: hw/*/exynos*
528 F: include/hw/arm/exynos4210.h
530 Calxeda Highbank
531 M: Rob Herring <robh@kernel.org>
532 M: Peter Maydell <peter.maydell@linaro.org>
533 L: qemu-arm@nongnu.org
534 S: Odd Fixes
535 F: hw/arm/highbank.c
536 F: hw/net/xgmac.c
538 Canon DIGIC
539 M: Antony Pavlov <antonynpavlov@gmail.com>
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
542 S: Odd Fixes
543 F: include/hw/arm/digic.h
544 F: hw/*/digic*
545 F: include/hw/*/digic*
547 Gumstix
548 M: Peter Maydell <peter.maydell@linaro.org>
549 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
550 L: qemu-devel@nongnu.org
551 L: qemu-arm@nongnu.org
552 S: Odd Fixes
553 F: hw/arm/gumstix.c
555 i.MX25 PDK
556 M: Peter Maydell <peter.maydell@linaro.org>
557 R: Jean-Christophe Dubois <jcd@tribudubois.net>
558 L: qemu-arm@nongnu.org
559 S: Odd Fixes
560 F: hw/arm/fsl-imx25.c
561 F: hw/arm/imx25_pdk.c
562 F: hw/misc/imx25_ccm.c
563 F: include/hw/arm/fsl-imx25.h
564 F: include/hw/misc/imx25_ccm.h
566 i.MX31 (kzm)
567 M: Peter Chubb <peter.chubb@nicta.com.au>
568 M: Peter Maydell <peter.maydell@linaro.org>
569 L: qemu-arm@nongnu.org
570 S: Odd Fixes
571 F: hw/arm/kzm.c
572 F: hw/*/imx_*
573 F: hw/*/*imx31*
574 F: include/hw/*/imx_*
575 F: include/hw/*/*imx31*
577 Integrator CP
578 M: Peter Maydell <peter.maydell@linaro.org>
579 L: qemu-arm@nongnu.org
580 S: Maintained
581 F: hw/arm/integratorcp.c
582 F: hw/misc/arm_integrator_debug.c
584 MCIMX6UL EVK / i.MX6ul
585 M: Peter Maydell <peter.maydell@linaro.org>
586 R: Jean-Christophe Dubois <jcd@tribudubois.net>
587 L: qemu-arm@nongnu.org
588 S: Odd Fixes
589 F: hw/arm/mcimx6ul-evk.c
590 F: hw/arm/fsl-imx6ul.c
591 F: hw/misc/imx6ul_ccm.c
592 F: include/hw/arm/fsl-imx6ul.h
593 F: include/hw/misc/imx6ul_ccm.h
595 MCIMX7D SABRE / i.MX7
596 M: Peter Maydell <peter.maydell@linaro.org>
597 R: Andrey Smirnov <andrew.smirnov@gmail.com>
598 L: qemu-arm@nongnu.org
599 S: Odd Fixes
600 F: hw/arm/mcimx7d-sabre.c
601 F: hw/arm/fsl-imx7.c
602 F: include/hw/arm/fsl-imx7.h
603 F: hw/pci-host/designware.c
604 F: include/hw/pci-host/designware.h
606 MPS2
607 M: Peter Maydell <peter.maydell@linaro.org>
608 L: qemu-arm@nongnu.org
609 S: Maintained
610 F: hw/arm/mps2.c
611 F: hw/arm/mps2-tz.c
612 F: hw/misc/mps2-*.c
613 F: include/hw/misc/mps2-*.h
614 F: hw/arm/iotkit.c
615 F: include/hw/arm/iotkit.h
616 F: hw/misc/iotkit-secctl.c
617 F: include/hw/misc/iotkit-secctl.h
618 F: hw/misc/iotkit-sysctl.c
619 F: include/hw/misc/iotkit-sysctl.h
620 F: hw/misc/iotkit-sysinfo.c
621 F: include/hw/misc/iotkit-sysinfo.h
623 Musicpal
624 M: Jan Kiszka <jan.kiszka@web.de>
625 M: Peter Maydell <peter.maydell@linaro.org>
626 L: qemu-arm@nongnu.org
627 S: Odd Fixes
628 F: hw/arm/musicpal.c
630 nSeries
631 M: Andrzej Zaborowski <balrogg@gmail.com>
632 M: Peter Maydell <peter.maydell@linaro.org>
633 L: qemu-arm@nongnu.org
634 S: Odd Fixes
635 F: hw/arm/nseries.c
637 Palm
638 M: Andrzej Zaborowski <balrogg@gmail.com>
639 M: Peter Maydell <peter.maydell@linaro.org>
640 L: qemu-arm@nongnu.org
641 S: Odd Fixes
642 F: hw/arm/palm.c
644 Raspberry Pi
645 M: Peter Maydell <peter.maydell@linaro.org>
646 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
647 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
648 L: qemu-arm@nongnu.org
649 S: Odd Fixes
650 F: hw/arm/raspi.c
651 F: hw/arm/raspi_platform.h
652 F: hw/*/bcm283*
653 F: include/hw/arm/raspi*
654 F: include/hw/*/bcm283*
656 Real View
657 M: Peter Maydell <peter.maydell@linaro.org>
658 L: qemu-arm@nongnu.org
659 S: Maintained
660 F: hw/arm/realview*
661 F: hw/cpu/realview_mpcore.c
662 F: hw/intc/realview_gic.c
663 F: include/hw/intc/realview_gic.h
665 PXA2XX
666 M: Andrzej Zaborowski <balrogg@gmail.com>
667 M: Peter Maydell <peter.maydell@linaro.org>
668 L: qemu-arm@nongnu.org
669 S: Odd Fixes
670 F: hw/arm/mainstone.c
671 F: hw/arm/spitz.c
672 F: hw/arm/tosa.c
673 F: hw/arm/z2.c
674 F: hw/*/pxa2xx*
675 F: hw/display/tc6393xb.c
676 F: hw/gpio/max7310.c
677 F: hw/gpio/zaurus.c
678 F: hw/misc/mst_fpga.c
679 F: include/hw/arm/pxa.h
680 F: include/hw/arm/sharpsl.h
682 SABRELITE / i.MX6
683 M: Peter Maydell <peter.maydell@linaro.org>
684 R: Jean-Christophe Dubois <jcd@tribudubois.net>
685 L: qemu-arm@nongnu.org
686 S: Odd Fixes
687 F: hw/arm/sabrelite.c
688 F: hw/arm/fsl-imx6.c
689 F: hw/misc/imx6_src.c
690 F: hw/ssi/imx_spi.c
691 F: include/hw/arm/fsl-imx6.h
692 F: include/hw/misc/imx6_src.h
693 F: include/hw/ssi/imx_spi.h
695 Sharp SL-5500 (Collie) PDA
696 M: Peter Maydell <peter.maydell@linaro.org>
697 L: qemu-arm@nongnu.org
698 S: Odd Fixes
699 F: hw/arm/collie.c
700 F: hw/arm/strongarm*
702 Stellaris
703 M: Peter Maydell <peter.maydell@linaro.org>
704 L: qemu-arm@nongnu.org
705 S: Maintained
706 F: hw/*/stellaris*
708 Versatile Express
709 M: Peter Maydell <peter.maydell@linaro.org>
710 L: qemu-arm@nongnu.org
711 S: Maintained
712 F: hw/arm/vexpress.c
714 Versatile PB
715 M: Peter Maydell <peter.maydell@linaro.org>
716 L: qemu-arm@nongnu.org
717 S: Maintained
718 F: hw/*/versatile*
719 F: hw/misc/arm_sysctl.c
721 Virt
722 M: Peter Maydell <peter.maydell@linaro.org>
723 L: qemu-arm@nongnu.org
724 S: Maintained
725 F: hw/arm/virt*
726 F: include/hw/arm/virt.h
728 Xilinx Zynq
729 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
730 M: Alistair Francis <alistair@alistair23.me>
731 M: Peter Maydell <peter.maydell@linaro.org>
732 L: qemu-arm@nongnu.org
733 S: Maintained
734 F: hw/*/xilinx_*
735 F: hw/*/cadence_*
736 F: hw/misc/zynq*
737 F: include/hw/misc/zynq*
738 X: hw/ssi/xilinx_*
740 Xilinx ZynqMP
741 M: Alistair Francis <alistair@alistair23.me>
742 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
743 M: Peter Maydell <peter.maydell@linaro.org>
744 L: qemu-arm@nongnu.org
745 S: Maintained
746 F: hw/*/xlnx*.c
747 F: include/hw/*/xlnx*.h
748 F: include/hw/ssi/xilinx_spips.h
749 F: hw/display/dpcd.c
750 F: include/hw/display/dpcd.h
752 ARM ACPI Subsystem
753 M: Shannon Zhao <shannon.zhaosl@gmail.com>
754 L: qemu-arm@nongnu.org
755 S: Maintained
756 F: hw/arm/virt-acpi-build.c
758 STM32F205
759 M: Alistair Francis <alistair@alistair23.me>
760 M: Peter Maydell <peter.maydell@linaro.org>
761 S: Maintained
762 F: hw/arm/stm32f205_soc.c
763 F: hw/misc/stm32f2xx_syscfg.c
764 F: hw/char/stm32f2xx_usart.c
765 F: hw/timer/stm32f2xx_timer.c
766 F: hw/adc/*
767 F: hw/ssi/stm32f2xx_spi.c
768 F: include/hw/*/stm32*.h
770 Netduino 2
771 M: Alistair Francis <alistair@alistair23.me>
772 M: Peter Maydell <peter.maydell@linaro.org>
773 S: Maintained
774 F: hw/arm/netduino2.c
776 SmartFusion2
777 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
778 M: Peter Maydell <peter.maydell@linaro.org>
779 S: Maintained
780 F: hw/arm/msf2-soc.c
781 F: hw/misc/msf2-sysreg.c
782 F: hw/timer/mss-timer.c
783 F: hw/ssi/mss-spi.c
784 F: include/hw/arm/msf2-soc.h
785 F: include/hw/misc/msf2-sysreg.h
786 F: include/hw/timer/mss-timer.h
787 F: include/hw/ssi/mss-spi.h
789 Emcraft M2S-FG484
790 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
791 M: Peter Maydell <peter.maydell@linaro.org>
792 S: Maintained
793 F: hw/arm/msf2-som.c
795 ASPEED BMCs
796 M: Cédric Le Goater <clg@kaod.org>
797 M: Peter Maydell <peter.maydell@linaro.org>
798 R: Andrew Jeffery <andrew@aj.id.au>
799 R: Joel Stanley <joel@jms.id.au>
800 L: qemu-arm@nongnu.org
801 S: Maintained
802 F: hw/*/*aspeed*
803 F: include/hw/*/*aspeed*
804 F: hw/net/ftgmac100.c
805 F: include/hw/net/ftgmac100.h
807 NRF51
808 M: Joel Stanley <joel@jms.id.au>
809 M: Peter Maydell <peter.maydell@linaro.org>
810 L: qemu-arm@nongnu.org
811 S: Maintained
812 F: hw/arm/nrf51_soc.c
813 F: hw/arm/microbit.c
814 F: include/hw/arm/nrf51_soc.h
816 CRIS Machines
817 -------------
818 Axis Dev88
819 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
820 S: Maintained
821 F: hw/cris/axis_dev88.c
822 F: hw/*/etraxfs_*.c
824 LM32 Machines
825 -------------
826 EVR32 and uclinux BSP
827 M: Michael Walle <michael@walle.cc>
828 S: Maintained
829 F: hw/lm32/lm32_boards.c
831 milkymist
832 M: Michael Walle <michael@walle.cc>
833 S: Maintained
834 F: hw/lm32/milkymist.c
836 M68K Machines
837 -------------
838 an5206
839 M: Thomas Huth <huth@tuxfamily.org>
840 S: Odd Fixes
841 F: hw/m68k/an5206.c
842 F: hw/m68k/mcf5206.c
844 mcf5208
845 M: Thomas Huth <huth@tuxfamily.org>
846 S: Odd Fixes
847 F: hw/m68k/mcf5208.c
848 F: hw/m68k/mcf_intc.c
849 F: hw/char/mcf_uart.c
850 F: hw/net/mcf_fec.c
851 F: include/hw/m68k/mcf*.h
853 MicroBlaze Machines
854 -------------------
855 petalogix_s3adsp1800
856 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
857 S: Maintained
858 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
859 F: include/hw/char/xilinx_uartlite.h
861 petalogix_ml605
862 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
863 S: Maintained
864 F: hw/microblaze/petalogix_ml605_mmu.c
866 MIPS Machines
867 -------------
868 Jazz
869 M: Hervé Poussineau <hpoussin@reactos.org>
870 R: Stefan Markovic <smarkovic@wavecomp.com>
871 S: Maintained
872 F: hw/mips/mips_jazz.c
873 F: hw/display/jazz_led.c
874 F: hw/dma/rc4030.c
876 Malta
877 M: Aurelien Jarno <aurelien@aurel32.net>
878 R: Stefan Markovic <smarkovic@wavecomp.com>
879 S: Maintained
880 F: hw/mips/mips_malta.c
882 Mipssim
883 M: Aleksandar Markovic <amarkovic@wavecomp.com>
884 R: Stefan Markovic <smarkovic@wavecomp.com>
885 S: Odd Fixes
886 F: hw/mips/mips_mipssim.c
887 F: hw/net/mipsnet.c
889 R4000
890 M: Aurelien Jarno <aurelien@aurel32.net>
891 R: Stefan Markovic <smarkovic@wavecomp.com>
892 S: Maintained
893 F: hw/mips/mips_r4k.c
895 Fulong 2E
896 M: Aleksandar Markovic <amarkovic@wavecomp.com>
897 R: Stefan Markovic <smarkovic@wavecomp.com>
898 S: Odd Fixes
899 F: hw/mips/mips_fulong2e.c
900 F: hw/isa/vt82c686.c
901 F: hw/pci-host/bonito.c
902 F: include/hw/isa/vt82c686.h
904 Boston
905 M: Paul Burton <pburton@wavecomp.com>
906 R: Stefan Markovic <smarkovic@wavecomp.com>
907 S: Maintained
908 F: hw/core/loader-fit.c
909 F: hw/mips/boston.c
910 F: hw/pci-host/xilinx-pcie.c
911 F: include/hw/pci-host/xilinx-pcie.h
913 OpenRISC Machines
914 -----------------
915 or1k-sim
916 M: Jia Liu <proljc@gmail.com>
917 S: Maintained
918 F: hw/openrisc/openrisc_sim.c
920 PowerPC Machines
921 ----------------
923 M: David Gibson <david@gibson.dropbear.id.au>
924 L: qemu-ppc@nongnu.org
925 S: Odd Fixes
926 F: hw/ppc/ppc405_boards.c
928 Bamboo
929 M: David Gibson <david@gibson.dropbear.id.au>
930 L: qemu-ppc@nongnu.org
931 S: Odd Fixes
932 F: hw/ppc/ppc440_bamboo.c
934 e500
935 M: David Gibson <david@gibson.dropbear.id.au>
936 L: qemu-ppc@nongnu.org
937 S: Odd Fixes
938 F: hw/ppc/e500.[hc]
939 F: hw/ppc/e500plat.c
940 F: include/hw/ppc/ppc_e500.h
941 F: include/hw/pci-host/ppce500.h
942 F: pc-bios/u-boot.e500
944 mpc8544ds
945 M: David Gibson <david@gibson.dropbear.id.au>
946 L: qemu-ppc@nongnu.org
947 S: Odd Fixes
948 F: hw/ppc/mpc8544ds.c
949 F: hw/ppc/mpc8544_guts.c
951 New World
952 M: David Gibson <david@gibson.dropbear.id.au>
953 L: qemu-ppc@nongnu.org
954 S: Odd Fixes
955 F: hw/ppc/mac_newworld.c
956 F: hw/pci-host/uninorth.c
957 F: hw/pci-bridge/dec.[hc]
958 F: hw/misc/macio/
959 F: hw/misc/mos6522.c
960 F: hw/nvram/mac_nvram.c
961 F: include/hw/misc/macio/
962 F: include/hw/misc/mos6522.h
963 F: include/hw/ppc/mac_dbdma.h
964 F: include/hw/pci-host/uninorth.h
966 Old World
967 M: David Gibson <david@gibson.dropbear.id.au>
968 L: qemu-ppc@nongnu.org
969 S: Odd Fixes
970 F: hw/ppc/mac_oldworld.c
971 F: hw/pci-host/grackle.c
972 F: hw/misc/macio/
973 F: hw/intc/heathrow_pic.c
974 F: include/hw/intc/heathrow_pic.h
976 PReP
977 M: Hervé Poussineau <hpoussin@reactos.org>
978 L: qemu-devel@nongnu.org
979 L: qemu-ppc@nongnu.org
980 S: Maintained
981 F: hw/ppc/prep.c
982 F: hw/ppc/prep_systemio.c
983 F: hw/ppc/rs6000_mc.c
984 F: hw/pci-host/prep.[hc]
985 F: hw/isa/i82378.c
986 F: hw/isa/pc87312.c
987 F: hw/dma/i82374.c
988 F: hw/timer/m48t59-isa.c
989 F: include/hw/isa/pc87312.h
990 F: include/hw/timer/m48t59.h
991 F: pc-bios/ppc_rom.bin
993 sPAPR
994 M: David Gibson <david@gibson.dropbear.id.au>
995 L: qemu-ppc@nongnu.org
996 S: Supported
997 F: hw/*/spapr*
998 F: include/hw/*/spapr*
999 F: hw/*/xics*
1000 F: include/hw/*/xics*
1001 F: pc-bios/spapr-rtas/*
1002 F: pc-bios/spapr-rtas.bin
1003 F: pc-bios/slof.bin
1004 F: pc-bios/skiboot.lid
1005 F: docs/specs/ppc-spapr-hcalls.txt
1006 F: docs/specs/ppc-spapr-hotplug.txt
1007 F: tests/spapr*
1008 F: tests/libqos/*spapr*
1009 F: tests/rtas*
1010 F: tests/libqos/rtas*
1012 virtex_ml507
1013 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1014 L: qemu-ppc@nongnu.org
1015 S: Odd Fixes
1016 F: hw/ppc/virtex_ml507.c
1018 sam460ex
1019 M: BALATON Zoltan <balaton@eik.bme.hu>
1020 L: qemu-ppc@nongnu.org
1021 S: Maintained
1022 F: hw/ide/sii3112.c
1023 F: hw/timer/m41t80.c
1025 SH4 Machines
1026 ------------
1028 M: Magnus Damm <magnus.damm@gmail.com>
1029 S: Maintained
1030 F: hw/sh4/r2d.c
1031 F: hw/intc/sh_intc.c
1032 F: hw/timer/sh_timer.c
1034 Shix
1035 M: Magnus Damm <magnus.damm@gmail.com>
1036 S: Odd Fixes
1037 F: hw/sh4/shix.c
1039 SPARC Machines
1040 --------------
1041 Sun4m
1042 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1043 S: Maintained
1044 F: hw/sparc/sun4m.c
1045 F: hw/sparc/sun4m_iommu.c
1046 F: hw/dma/sparc32_dma.c
1047 F: hw/misc/eccmemctl.c
1048 F: hw/misc/slavio_misc.c
1049 F: include/hw/sparc/sparc32_dma.h
1050 F: pc-bios/openbios-sparc32
1051 F: include/hw/sparc/sun4m_iommu.h
1053 Sun4u
1054 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1055 S: Maintained
1056 F: hw/sparc64/sun4u.c
1057 F: pc-bios/openbios-sparc64
1058 F: hw/pci-host/sabre.c
1059 F: include/hw/pci-host/sabre.h
1061 Sun4v
1062 M: Artyom Tarasenko <atar4qemu@gmail.com>
1063 S: Maintained
1064 F: hw/sparc64/niagara.c
1065 F: hw/timer/sun4v-rtc.c
1066 F: include/hw/timer/sun4v-rtc.h
1068 Leon3
1069 M: Fabien Chouteau <chouteau@adacore.com>
1070 S: Maintained
1071 F: hw/sparc/leon3.c
1072 F: hw/*/grlib*
1073 F: include/hw/sparc/grlib.h
1075 S390 Machines
1076 -------------
1077 S390 Virtio-ccw
1078 M: Cornelia Huck <cohuck@redhat.com>
1079 M: Halil Pasic <pasic@linux.ibm.com>
1080 M: Christian Borntraeger <borntraeger@de.ibm.com>
1081 S: Supported
1082 F: hw/char/sclp*.[hc]
1083 F: hw/char/terminal3270.c
1084 F: hw/s390x/
1085 F: include/hw/s390x/
1086 F: hw/watchdog/wdt_diag288.c
1087 F: include/hw/watchdog/wdt_diag288.h
1088 F: default-configs/s390x-softmmu.mak
1089 T: git https://github.com/cohuck/qemu.git s390-next
1090 T: git https://github.com/borntraeger/qemu.git s390-next
1091 L: qemu-s390x@nongnu.org
1093 S390-ccw boot
1094 M: Christian Borntraeger <borntraeger@de.ibm.com>
1095 M: Thomas Huth <thuth@redhat.com>
1096 S: Supported
1097 F: hw/s390x/ipl.*
1098 F: pc-bios/s390-ccw/
1099 F: pc-bios/s390-ccw.img
1100 T: git https://github.com/borntraeger/qemu.git s390-next
1101 L: qemu-s390x@nongnu.org
1103 S390 PCI
1104 M: Collin Walling <walling@linux.ibm.com>
1105 S: Supported
1106 F: hw/s390x/s390-pci*
1107 L: qemu-s390x@nongnu.org
1109 UniCore32 Machines
1110 -------------
1111 PKUnity-3 SoC initramfs-with-busybox
1112 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1113 S: Maintained
1114 F: hw/*/puv3*
1115 F: hw/unicore32/
1117 X86 Machines
1118 ------------
1120 M: Michael S. Tsirkin <mst@redhat.com>
1121 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1122 S: Supported
1123 F: include/hw/i386/
1124 F: hw/i386/
1125 F: hw/pci-host/piix.c
1126 F: hw/pci-host/q35.c
1127 F: hw/pci-host/pam.c
1128 F: include/hw/pci-host/q35.h
1129 F: include/hw/pci-host/pam.h
1130 F: hw/isa/piix4.c
1131 F: hw/isa/lpc_ich9.c
1132 F: hw/i2c/smbus_ich9.c
1133 F: hw/acpi/piix4.c
1134 F: hw/acpi/ich9.c
1135 F: include/hw/acpi/ich9.h
1136 F: include/hw/acpi/piix4.h
1137 F: hw/misc/sga.c
1139 PC Chipset
1140 M: Michael S. Tsirkin <mst@redhat.com>
1141 M: Paolo Bonzini <pbonzini@redhat.com>
1142 S: Supported
1143 F: hw/char/debugcon.c
1144 F: hw/char/parallel*
1145 F: hw/char/serial*
1146 F: hw/dma/i8257*
1147 F: hw/i2c/pm_smbus.c
1148 F: hw/input/pckbd.c
1149 F: hw/intc/apic*
1150 F: hw/intc/ioapic*
1151 F: hw/intc/i8259*
1152 F: hw/isa/isa-superio.c
1153 F: hw/misc/debugexit.c
1154 F: hw/misc/pc-testdev.c
1155 F: hw/timer/hpet*
1156 F: hw/timer/i8254*
1157 F: hw/timer/mc146818rtc*
1158 F: hw/watchdog/wdt_ib700.c
1159 F: hw/watchdog/wdt_i6300esb.c
1160 F: include/hw/display/vga.h
1161 F: include/hw/char/parallel.h
1162 F: include/hw/dma/i8257.h
1163 F: include/hw/i2c/pm_smbus.h
1164 F: include/hw/input/i8042.h
1165 F: include/hw/isa/i8259_internal.h
1166 F: include/hw/isa/superio.h
1167 F: include/hw/timer/hpet.h
1168 F: include/hw/timer/i8254*
1169 F: include/hw/timer/mc146818rtc*
1171 Machine core
1172 M: Eduardo Habkost <ehabkost@redhat.com>
1173 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1174 S: Supported
1175 F: hw/core/machine.c
1176 F: hw/core/null-machine.c
1177 F: include/hw/boards.h
1178 T: git https://github.com/ehabkost/qemu.git machine-next
1180 Xtensa Machines
1181 ---------------
1183 M: Max Filippov <jcmvbkbc@gmail.com>
1184 S: Maintained
1185 F: hw/xtensa/sim.c
1187 XTFPGA (LX60, LX200, ML605, KC705)
1188 M: Max Filippov <jcmvbkbc@gmail.com>
1189 S: Maintained
1190 F: hw/xtensa/xtfpga.c
1191 F: hw/net/opencores_eth.c
1193 Devices
1194 -------
1196 M: Jiri Slaby <jslaby@suse.cz>
1197 S: Maintained
1198 F: hw/misc/edu.c
1201 M: John Snow <jsnow@redhat.com>
1202 L: qemu-block@nongnu.org
1203 S: Supported
1204 F: include/hw/ide.h
1205 F: include/hw/ide/
1206 F: hw/ide/
1207 F: hw/block/block.c
1208 F: hw/block/cdrom.c
1209 F: hw/block/hd-geometry.c
1210 F: tests/ide-test.c
1211 F: tests/ahci-test.c
1212 F: tests/cdrom-test.c
1213 F: tests/libqos/ahci*
1214 T: git https://github.com/jnsnow/qemu.git ide
1216 IPMI
1217 M: Corey Minyard <minyard@acm.org>
1218 S: Maintained
1219 F: include/hw/ipmi/*
1220 F: hw/ipmi/*
1221 F: hw/smbios/smbios_type_38.c
1222 F: tests/ipmi*
1223 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1225 Floppy
1226 M: John Snow <jsnow@redhat.com>
1227 L: qemu-block@nongnu.org
1228 S: Supported
1229 F: hw/block/fdc.c
1230 F: include/hw/block/fdc.h
1231 F: tests/fdc-test.c
1232 T: git https://github.com/jnsnow/qemu.git ide
1234 OMAP
1235 M: Peter Maydell <peter.maydell@linaro.org>
1236 S: Maintained
1237 F: hw/*/omap*
1238 F: include/hw/arm/omap.h
1240 IPack
1241 M: Alberto Garcia <berto@igalia.com>
1242 S: Odd Fixes
1243 F: hw/char/ipoctal232.c
1244 F: hw/ipack/
1247 M: Michael S. Tsirkin <mst@redhat.com>
1248 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1249 S: Supported
1250 F: include/hw/pci/*
1251 F: hw/misc/pci-testdev.c
1252 F: hw/pci/*
1253 F: hw/pci-bridge/*
1254 F: docs/pci*
1255 F: docs/specs/*pci*
1256 F: default-configs/pci.mak
1258 ACPI/SMBIOS
1259 M: Michael S. Tsirkin <mst@redhat.com>
1260 M: Igor Mammedov <imammedo@redhat.com>
1261 S: Supported
1262 F: include/hw/acpi/*
1263 F: include/hw/smbios/*
1264 F: hw/mem/*
1265 F: hw/acpi/*
1266 F: hw/smbios/*
1267 F: hw/i386/acpi-build.[hc]
1268 F: hw/arm/virt-acpi-build.c
1269 F: tests/bios-tables-test.c
1270 F: tests/acpi-utils.[hc]
1271 F: tests/data/acpi/
1273 ppc4xx
1274 M: David Gibson <david@gibson.dropbear.id.au>
1275 L: qemu-ppc@nongnu.org
1276 S: Odd Fixes
1277 F: hw/ppc/ppc4*.c
1278 F: hw/i2c/ppc4xx_i2c.c
1279 F: include/hw/ppc/ppc4xx.h
1280 F: include/hw/i2c/ppc4xx_i2c.h
1282 ppce500
1283 M: David Gibson <david@gibson.dropbear.id.au>
1284 L: qemu-ppc@nongnu.org
1285 S: Odd Fixes
1286 F: hw/ppc/e500*
1287 F: hw/pci-host/ppce500.c
1288 F: hw/net/fsl_etsec/
1290 Character devices
1291 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1292 R: Paolo Bonzini <pbonzini@redhat.com>
1293 S: Odd Fixes
1294 F: hw/char/
1296 Network devices
1297 M: Jason Wang <jasowang@redhat.com>
1298 S: Odd Fixes
1299 F: hw/net/
1300 F: include/hw/net/
1301 F: tests/virtio-net-test.c
1302 T: git https://github.com/jasowang/qemu.git net
1304 SCSI
1305 M: Paolo Bonzini <pbonzini@redhat.com>
1306 R: Fam Zheng <fam@euphon.net>
1307 S: Supported
1308 F: include/hw/scsi/*
1309 F: hw/scsi/*
1310 F: tests/virtio-scsi-test.c
1311 T: git https://github.com/bonzini/qemu.git scsi-next
1314 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1315 M: Alistair Francis <alistair@alistair23.me>
1316 S: Maintained
1317 F: hw/ssi/*
1318 F: hw/block/m25p80.c
1319 F: include/hw/ssi/ssi.h
1320 X: hw/ssi/xilinx_*
1321 F: tests/m25p80-test.c
1323 Xilinx SPI
1324 M: Alistair Francis <alistair@alistair23.me>
1325 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1326 S: Maintained
1327 F: hw/ssi/xilinx_*
1329 SD (Secure Card)
1330 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1331 S: Odd Fixes
1332 F: include/hw/sd/sd*
1333 F: hw/sd/core.c
1334 F: hw/sd/sd*
1335 F: tests/sd*
1338 M: Gerd Hoffmann <kraxel@redhat.com>
1339 S: Maintained
1340 F: hw/usb/*
1341 F: tests/usb-*-test.c
1342 F: docs/usb2.txt
1343 F: docs/usb-storage.txt
1344 F: include/hw/usb.h
1345 F: include/hw/usb/
1346 F: default-configs/usb.mak
1348 USB (serial adapter)
1349 M: Gerd Hoffmann <kraxel@redhat.com>
1350 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1351 S: Maintained
1352 F: hw/usb/dev-serial.c
1354 VFIO
1355 M: Alex Williamson <alex.williamson@redhat.com>
1356 S: Supported
1357 F: hw/vfio/*
1358 F: include/hw/vfio/
1360 vfio-ccw
1361 M: Cornelia Huck <cohuck@redhat.com>
1362 M: Eric Farman <farman@linux.ibm.com>
1363 M: Farhan Ali <alifm@linux.ibm.com>
1364 S: Supported
1365 F: hw/vfio/ccw.c
1366 F: hw/s390x/s390-ccw.c
1367 F: include/hw/s390x/s390-ccw.h
1368 T: git https://github.com/cohuck/qemu.git s390-next
1369 L: qemu-s390x@nongnu.org
1371 vfio-ap
1372 M: Christian Borntraeger <borntraeger@de.ibm.com>
1373 M: Tony Krowiak <akrowiak@linux.ibm.com>
1374 M: Halil Pasic <pasic@linux.ibm.com>
1375 M: Pierre Morel <pmorel@linux.ibm.com>
1376 S: Supported
1377 F: hw/s390x/ap-device.c
1378 F: hw/s390x/ap-bridge.c
1379 F: include/hw/s390x/ap-device.h
1380 F: include/hw/s390x/ap-bridge.h
1381 F: hw/vfio/ap.c
1382 F: docs/vfio-ap.txt
1383 L: qemu-s390x@nongnu.org
1385 vhost
1386 M: Michael S. Tsirkin <mst@redhat.com>
1387 S: Supported
1388 F: hw/*/*vhost*
1389 F: docs/interop/vhost-user.txt
1390 F: contrib/vhost-user-*/
1392 virtio
1393 M: Michael S. Tsirkin <mst@redhat.com>
1394 S: Supported
1395 F: hw/*/virtio*
1396 F: hw/virtio/Makefile.objs
1397 F: hw/virtio/trace-events
1398 F: net/vhost-user.c
1399 F: include/hw/virtio/
1400 F: tests/virtio-balloon-test.c
1402 virtio-9p
1403 M: Greg Kurz <groug@kaod.org>
1404 S: Supported
1405 F: hw/9pfs/
1406 F: fsdev/
1407 F: tests/virtio-9p-test.c
1408 T: git https://github.com/gkurz/qemu.git 9p-next
1410 virtio-blk
1411 M: Stefan Hajnoczi <stefanha@redhat.com>
1412 L: qemu-block@nongnu.org
1413 S: Supported
1414 F: hw/block/virtio-blk.c
1415 F: hw/block/dataplane/*
1416 F: tests/virtio-blk-test.c
1417 T: git https://github.com/stefanha/qemu.git block
1419 virtio-ccw
1420 M: Cornelia Huck <cohuck@redhat.com>
1421 M: Halil Pasic <pasic@linux.ibm.com>
1422 S: Supported
1423 F: hw/s390x/virtio-ccw*.[hc]
1424 F: hw/s390x/vhost-vsock-ccw.c
1425 T: git https://github.com/cohuck/qemu.git s390-next
1426 T: git https://github.com/borntraeger/qemu.git s390-next
1427 L: qemu-s390x@nongnu.org
1429 virtio-input
1430 M: Gerd Hoffmann <kraxel@redhat.com>
1431 S: Maintained
1432 F: hw/input/virtio-input*.c
1433 F: include/hw/virtio/virtio-input.h
1435 virtio-serial
1436 M: Amit Shah <amit@kernel.org>
1437 S: Supported
1438 F: hw/char/virtio-serial-bus.c
1439 F: hw/char/virtio-console.c
1440 F: include/hw/virtio/virtio-serial.h
1441 F: tests/virtio-console-test.c
1442 F: tests/virtio-serial-test.c
1444 virtio-rng
1445 M: Amit Shah <amit@kernel.org>
1446 S: Supported
1447 F: hw/virtio/virtio-rng.c
1448 F: include/hw/virtio/virtio-rng.h
1449 F: include/sysemu/rng*.h
1450 F: backends/rng*.c
1451 F: tests/virtio-rng-test.c
1453 virtio-crypto
1454 M: Gonglei <arei.gonglei@huawei.com>
1455 S: Supported
1456 F: hw/virtio/virtio-crypto.c
1457 F: hw/virtio/virtio-crypto-pci.c
1458 F: include/hw/virtio/virtio-crypto.h
1460 nvme
1461 M: Keith Busch <keith.busch@intel.com>
1462 L: qemu-block@nongnu.org
1463 S: Supported
1464 F: hw/block/nvme*
1465 F: tests/nvme-test.c
1467 megasas
1468 M: Hannes Reinecke <hare@suse.com>
1469 L: qemu-block@nongnu.org
1470 S: Supported
1471 F: hw/scsi/megasas.c
1472 F: hw/scsi/mfi.h
1473 F: tests/megasas-test.c
1475 Network packet abstractions
1476 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1477 S: Maintained
1478 F: include/net/eth.h
1479 F: net/eth.c
1480 F: hw/net/net_rx_pkt*
1481 F: hw/net/net_tx_pkt*
1483 Vmware
1484 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1485 S: Maintained
1486 F: hw/net/vmxnet*
1487 F: hw/scsi/vmw_pvscsi*
1488 F: tests/vmxnet3-test.c
1490 Rocker
1491 M: Jiri Pirko <jiri@resnulli.us>
1492 S: Maintained
1493 F: hw/net/rocker/
1494 F: tests/rocker/
1495 F: docs/specs/rocker.txt
1497 NVDIMM
1498 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1499 S: Maintained
1500 F: hw/acpi/nvdimm.c
1501 F: hw/mem/nvdimm.c
1502 F: include/hw/mem/nvdimm.h
1503 F: docs/nvdimm.txt
1505 e1000x
1506 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1507 S: Maintained
1508 F: hw/net/e1000x*
1510 e1000e
1511 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1512 S: Maintained
1513 F: hw/net/e1000e*
1515 eepro100
1516 M: Stefan Weil <sw@weilnetz.de>
1517 S: Maintained
1518 F: hw/net/eepro100.c
1520 Generic Loader
1521 M: Alistair Francis <alistair@alistair23.me>
1522 S: Maintained
1523 F: hw/core/generic-loader.c
1524 F: include/hw/core/generic-loader.h
1525 F: docs/generic-loader.txt
1527 Intel Hexadecimal Object File Loader
1528 M: Su Hang <suhang16@mails.ucas.ac.cn>
1529 S: Maintained
1530 F: tests/hexloader-test.c
1531 F: tests/data/hex-loader/test.hex
1533 CHRP NVRAM
1534 M: Thomas Huth <thuth@redhat.com>
1535 S: Maintained
1536 F: hw/nvram/chrp_nvram.c
1537 F: include/hw/nvram/chrp_nvram.h
1538 F: tests/prom-env-test.c
1540 VM Generation ID
1541 M: Ben Warren <ben@skyportsystems.com>
1542 S: Maintained
1543 F: hw/acpi/vmgenid.c
1544 F: include/hw/acpi/vmgenid.h
1545 F: docs/specs/vmgenid.txt
1546 F: tests/vmgenid-test.c
1547 F: stubs/vmgenid.c
1549 Unimplemented device
1550 M: Peter Maydell <peter.maydell@linaro.org>
1551 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1552 S: Maintained
1553 F: include/hw/misc/unimp.h
1554 F: hw/misc/unimp.c
1556 Standard VGA
1557 M: Gerd Hoffmann <kraxel@redhat.com>
1558 S: Maintained
1559 F: hw/display/vga*
1560 F: hw/display/bochs-display.c
1561 F: include/hw/display/vga.h
1562 F: include/hw/display/bochs-vbe.h
1564 ramfb
1565 M: Gerd Hoffmann <kraxel@redhat.com>
1566 S: Maintained
1567 F: hw/display/ramfb*.c
1568 F: include/hw/display/ramfb.h
1570 virtio-gpu
1571 M: Gerd Hoffmann <kraxel@redhat.com>
1572 S: Maintained
1573 F: hw/display/virtio-gpu*
1574 F: hw/display/virtio-vga.c
1575 F: include/hw/virtio/virtio-gpu.h
1577 Cirrus VGA
1578 M: Gerd Hoffmann <kraxel@redhat.com>
1579 S: Odd Fixes
1580 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1581 F: hw/display/cirrus*
1583 EDID Generator
1584 M: Gerd Hoffmann <kraxel@redhat.com>
1585 S: Maintained
1586 F: hw/display/edid*
1587 F: include/hw/display/edid.h
1588 F: qemu-edid.c
1590 Firmware configuration (fw_cfg)
1591 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1592 R: Laszlo Ersek <lersek@redhat.com>
1593 R: Gerd Hoffmann <kraxel@redhat.com>
1594 S: Supported
1595 F: docs/specs/fw_cfg.txt
1596 F: hw/nvram/fw_cfg.c
1597 F: include/hw/nvram/fw_cfg.h
1598 F: include/standard-headers/linux/qemu_fw_cfg.h
1599 F: tests/libqos/fw_cfg.c
1600 F: tests/fw_cfg-test.c
1601 T: git https://github.com/philmd/qemu.git fw_cfg-next
1603 Subsystems
1604 ----------
1605 Audio
1606 M: Gerd Hoffmann <kraxel@redhat.com>
1607 S: Maintained
1608 F: audio/
1609 F: hw/audio/
1610 F: include/hw/audio/
1611 F: tests/ac97-test.c
1612 F: tests/es1370-test.c
1613 F: tests/intel-hda-test.c
1615 Block layer core
1616 M: Kevin Wolf <kwolf@redhat.com>
1617 M: Max Reitz <mreitz@redhat.com>
1618 L: qemu-block@nongnu.org
1619 S: Supported
1620 F: block*
1621 F: block/
1622 F: hw/block/
1623 F: include/block/
1624 F: qemu-img*
1625 F: qemu-io*
1626 F: tests/qemu-iotests/
1627 F: util/qemu-progress.c
1628 F: qobject/block-qdict.c
1629 F: tests/check-block-qdict.c
1630 T: git https://repo.or.cz/qemu/kevin.git block
1632 Block I/O path
1633 M: Stefan Hajnoczi <stefanha@redhat.com>
1634 M: Fam Zheng <fam@euphon.net>
1635 L: qemu-block@nongnu.org
1636 S: Supported
1637 F: util/async.c
1638 F: util/aio-*.c
1639 F: block/io.c
1640 F: migration/block*
1641 F: include/block/aio.h
1642 F: include/block/aio-wait.h
1643 F: scripts/qemugdb/aio.py
1644 T: git https://github.com/stefanha/qemu.git block
1646 Block SCSI subsystem
1647 M: Paolo Bonzini <pbonzini@redhat.com>
1648 R: Fam Zheng <fam@euphon.net>
1649 L: qemu-block@nongnu.org
1650 S: Supported
1651 F: include/scsi/*
1652 F: scsi/*
1654 Block Jobs
1655 M: Jeff Cody <jcody@redhat.com>
1656 L: qemu-block@nongnu.org
1657 S: Supported
1658 F: blockjob.c
1659 F: include/block/blockjob.h
1660 F: job.c
1661 F: job-qmp.c
1662 F: include/qemu/job.h
1663 F: block/backup.c
1664 F: block/commit.c
1665 F: block/stream.c
1666 F: block/mirror.c
1667 F: qapi/job.json
1668 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1670 Block QAPI, monitor, command line
1671 M: Markus Armbruster <armbru@redhat.com>
1672 S: Supported
1673 F: blockdev.c
1674 F: block/qapi.c
1675 F: qapi/block*.json
1676 F: qapi/transaction.json
1677 T: git https://repo.or.cz/qemu/armbru.git block-next
1679 Dirty Bitmaps
1680 M: Fam Zheng <fam@euphon.net>
1681 M: John Snow <jsnow@redhat.com>
1682 L: qemu-block@nongnu.org
1683 S: Supported
1684 F: util/hbitmap.c
1685 F: block/dirty-bitmap.c
1686 F: include/qemu/hbitmap.h
1687 F: include/block/dirty-bitmap.h
1688 F: tests/test-hbitmap.c
1689 F: docs/interop/bitmaps.rst
1690 T: git https://github.com/famz/qemu.git bitmaps
1691 T: git https://github.com/jnsnow/qemu.git bitmaps
1693 Character device backends
1694 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1695 R: Paolo Bonzini <pbonzini@redhat.com>
1696 S: Maintained
1697 F: chardev/
1698 F: include/chardev/
1699 F: qapi/char.json
1701 Character Devices (Braille)
1702 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1703 S: Maintained
1704 F: chardev/baum.c
1706 Command line option argument parsing
1707 M: Markus Armbruster <armbru@redhat.com>
1708 S: Supported
1709 F: include/qemu/option.h
1710 F: tests/test-keyval.c
1711 F: tests/test-qemu-opts.c
1712 F: util/keyval.c
1713 F: util/qemu-option.c
1715 Coverity model
1716 M: Markus Armbruster <armbru@redhat.com>
1717 S: Supported
1718 F: scripts/coverity-model.c
1721 L: qemu-devel@nongnu.org
1722 S: Supported
1723 F: qom/cpu.c
1724 F: include/qom/cpu.h
1726 Device Tree
1727 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1728 M: Alexander Graf <agraf@suse.de>
1729 S: Maintained
1730 F: device_tree.c
1731 F: include/sysemu/device_tree.h
1733 Dump
1734 S: Supported
1735 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1736 F: dump.c
1737 F: hw/misc/vmcoreinfo.c
1738 F: include/hw/misc/vmcoreinfo.h
1739 F: include/sysemu/dump-arch.h
1740 F: include/sysemu/dump.h
1741 F: scripts/dump-guest-memory.py
1742 F: stubs/dump.c
1744 Error reporting
1745 M: Markus Armbruster <armbru@redhat.com>
1746 S: Supported
1747 F: include/qapi/error.h
1748 F: include/qemu/error-report.h
1749 F: util/error.c
1750 F: util/qemu-error.c
1752 GDB stub
1753 L: qemu-devel@nongnu.org
1754 S: Odd Fixes
1755 F: gdbstub*
1756 F: gdb-xml/
1758 Memory API
1759 M: Paolo Bonzini <pbonzini@redhat.com>
1760 S: Supported
1761 F: include/exec/ioport.h
1762 F: ioport.c
1763 F: include/exec/memory.h
1764 F: include/exec/ram_addr.h
1765 F: memory.c
1766 F: include/exec/memory-internal.h
1767 F: exec.c
1769 SPICE
1770 M: Gerd Hoffmann <kraxel@redhat.com>
1771 S: Supported
1772 F: include/ui/qemu-spice.h
1773 F: include/ui/spice-display.h
1774 F: ui/spice-*.c
1775 F: audio/spiceaudio.c
1776 F: hw/display/qxl*
1777 F: qapi/ui.json
1778 F: docs/spice-port-fqdn.txt
1780 Graphics
1781 M: Gerd Hoffmann <kraxel@redhat.com>
1782 S: Odd Fixes
1783 F: ui/
1784 F: include/ui/
1785 F: qapi/ui.json
1786 F: util/drm.c
1788 Cocoa graphics
1789 M: Peter Maydell <peter.maydell@linaro.org>
1790 S: Odd Fixes
1791 F: ui/cocoa.m
1793 Main loop
1794 M: Paolo Bonzini <pbonzini@redhat.com>
1795 S: Maintained
1796 F: cpus.c
1797 F: util/main-loop.c
1798 F: util/qemu-timer.c
1799 F: vl.c
1800 F: qapi/run-state.json
1802 Human Monitor (HMP)
1803 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1804 S: Maintained
1805 F: monitor.c
1806 F: hmp.[ch]
1807 F: hmp-commands*.hx
1808 F: include/monitor/hmp-target.h
1809 F: tests/test-hmp.c
1811 Network device backends
1812 M: Jason Wang <jasowang@redhat.com>
1813 S: Maintained
1814 F: net/
1815 F: include/net/
1816 T: git https://github.com/jasowang/qemu.git net
1817 F: qapi/net.json
1819 Netmap network backend
1820 M: Luigi Rizzo <rizzo@iet.unipi.it>
1821 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1822 M: Vincenzo Maffione <v.maffione@gmail.com>
1823 W: http://info.iet.unipi.it/~luigi/netmap/
1824 S: Maintained
1825 F: net/netmap.c
1827 NUMA
1828 M: Eduardo Habkost <ehabkost@redhat.com>
1829 S: Maintained
1830 F: numa.c
1831 F: include/sysemu/numa.h
1832 T: git https://github.com/ehabkost/qemu.git machine-next
1834 Host Memory Backends
1835 M: Eduardo Habkost <ehabkost@redhat.com>
1836 M: Igor Mammedov <imammedo@redhat.com>
1837 S: Maintained
1838 F: backends/hostmem*.c
1839 F: include/sysemu/hostmem.h
1840 T: git https://github.com/ehabkost/qemu.git machine-next
1842 Cryptodev Backends
1843 M: Gonglei <arei.gonglei@huawei.com>
1844 S: Maintained
1845 F: include/sysemu/cryptodev*.h
1846 F: backends/cryptodev*.c
1848 Python scripts
1849 M: Eduardo Habkost <ehabkost@redhat.com>
1850 M: Cleber Rosa <crosa@redhat.com>
1851 S: Odd fixes
1852 F: scripts/qmp/*
1853 F: scripts/*.py
1854 F: tests/*.py
1856 QAPI
1857 M: Markus Armbruster <armbru@redhat.com>
1858 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1859 S: Supported
1860 F: qapi/
1861 X: qapi/*.json
1862 F: include/qapi/
1863 X: include/qapi/qmp/
1864 F: include/qapi/qmp/dispatch.h
1865 F: tests/qapi-schema/
1866 F: tests/test-*-visitor.c
1867 F: tests/test-qapi-*.c
1868 F: tests/test-qmp-*.c
1869 F: tests/test-visitor-serialization.c
1870 F: scripts/qapi-gen.py
1871 F: scripts/qapi/*
1872 F: docs/devel/qapi*
1873 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1875 QAPI Schema
1876 M: Eric Blake <eblake@redhat.com>
1877 M: Markus Armbruster <armbru@redhat.com>
1878 S: Supported
1879 F: qapi/*.json
1880 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1882 QObject
1883 M: Markus Armbruster <armbru@redhat.com>
1884 S: Supported
1885 F: qobject/
1886 F: include/qapi/qmp/
1887 X: include/qapi/qmp/dispatch.h
1888 F: scripts/coccinelle/qobject.cocci
1889 F: tests/check-qdict.c
1890 F: tests/check-qnum.c
1891 F: tests/check-qjson.c
1892 F: tests/check-qlist.c
1893 F: tests/check-qstring.c
1894 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1896 QEMU Guest Agent
1897 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1898 S: Maintained
1899 F: qga/
1900 F: qemu-ga.texi
1901 F: scripts/qemu-guest-agent/
1902 F: tests/test-qga.c
1903 F: docs/interop/qemu-ga-ref.texi
1904 T: git https://github.com/mdroth/qemu.git qga
1907 M: Andreas Färber <afaerber@suse.de>
1908 S: Supported
1909 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1910 F: include/qom/
1911 X: include/qom/cpu.h
1912 F: qom/
1913 X: qom/cpu.c
1914 F: tests/check-qom-interface.c
1915 F: tests/check-qom-proplist.c
1918 M: Markus Armbruster <armbru@redhat.com>
1919 S: Supported
1920 F: qmp.c
1921 F: monitor.c
1922 F: docs/devel/*qmp-*
1923 F: docs/interop/*qmp-*
1924 F: scripts/qmp/
1925 F: tests/qmp-test.c
1926 F: tests/qmp-cmd-test.c
1927 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1929 qtest
1930 M: Thomas Huth <thuth@redhat.com>
1931 M: Laurent Vivier <lvivier@redhat.com>
1932 R: Paolo Bonzini <pbonzini@redhat.com>
1933 S: Maintained
1934 F: qtest.c
1935 F: tests/libqtest.*
1936 F: tests/libqos/
1937 F: tests/*-test.c
1939 Register API
1940 M: Alistair Francis <alistair@alistair23.me>
1941 S: Maintained
1942 F: hw/core/register.c
1943 F: include/hw/register.h
1944 F: include/hw/registerfields.h
1946 SLIRP
1947 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1948 M: Jan Kiszka <jan.kiszka@siemens.com>
1949 S: Maintained
1950 F: slirp/
1951 F: net/slirp.c
1952 F: include/net/slirp.h
1953 T: git https://people.debian.org/~sthibault/qemu.git slirp
1954 T: git git://git.kiszka.org/qemu.git queues/slirp
1956 Stubs
1957 M: Paolo Bonzini <pbonzini@redhat.com>
1958 S: Maintained
1959 F: stubs/
1961 Tracing
1962 M: Stefan Hajnoczi <stefanha@redhat.com>
1963 S: Maintained
1964 F: trace/
1965 F: trace-events
1966 F: qemu-option-trace.texi
1967 F: scripts/tracetool.py
1968 F: scripts/tracetool/
1969 F: docs/devel/tracing.txt
1970 T: git https://github.com/stefanha/qemu.git tracing
1973 M: Stefan Berger <stefanb@linux.ibm.com>
1974 S: Maintained
1975 F: tpm.c
1976 F: stubs/tpm.c
1977 F: hw/tpm/*
1978 F: include/hw/acpi/tpm.h
1979 F: include/sysemu/tpm*
1980 F: qapi/tpm.json
1981 F: backends/tpm.c
1982 F: tests/*tpm*
1983 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1985 Checkpatch
1986 S: Odd Fixes
1987 F: scripts/checkpatch.pl
1989 Migration
1990 M: Juan Quintela <quintela@redhat.com>
1991 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1992 S: Maintained
1993 F: include/migration/
1994 F: migration/
1995 F: scripts/vmstate-static-checker.py
1996 F: tests/vmstate-static-checker-data/
1997 F: tests/migration-test.c
1998 F: docs/devel/migration.rst
1999 F: qapi/migration.json
2001 Seccomp
2002 M: Eduardo Otubo <otubo@redhat.com>
2003 S: Supported
2004 F: qemu-seccomp.c
2005 F: include/sysemu/seccomp.h
2007 Cryptography
2008 M: Daniel P. Berrange <berrange@redhat.com>
2009 S: Maintained
2010 F: crypto/
2011 F: include/crypto/
2012 F: tests/test-crypto-*
2013 F: tests/benchmark-crypto-*
2014 F: qemu.sasl
2016 Coroutines
2017 M: Stefan Hajnoczi <stefanha@redhat.com>
2018 M: Kevin Wolf <kwolf@redhat.com>
2019 F: util/*coroutine*
2020 F: include/qemu/coroutine*
2021 F: tests/test-coroutine.c
2023 Buffers
2024 M: Daniel P. Berrange <berrange@redhat.com>
2025 S: Odd fixes
2026 F: util/buffer.c
2027 F: include/qemu/buffer.h
2029 I/O Channels
2030 M: Daniel P. Berrange <berrange@redhat.com>
2031 S: Maintained
2032 F: io/
2033 F: include/io/
2034 F: tests/test-io-*
2036 Sockets
2037 M: Daniel P. Berrange <berrange@redhat.com>
2038 M: Gerd Hoffmann <kraxel@redhat.com>
2039 S: Maintained
2040 F: include/qemu/sockets.h
2041 F: util/qemu-sockets.c
2042 F: qapi/sockets.json
2044 Throttling infrastructure
2045 M: Alberto Garcia <berto@igalia.com>
2046 S: Supported
2047 F: block/throttle-groups.c
2048 F: include/block/throttle-groups.h
2049 F: include/qemu/throttle*.h
2050 F: util/throttle.c
2051 F: docs/throttle.txt
2052 F: tests/test-throttle.c
2053 L: qemu-block@nongnu.org
2055 UUID
2056 M: Fam Zheng <fam@euphon.net>
2057 S: Supported
2058 F: util/uuid.c
2059 F: include/qemu/uuid.h
2060 F: tests/test-uuid.c
2062 COLO Framework
2063 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2064 S: Maintained
2065 F: migration/colo*
2066 F: include/migration/colo.h
2067 F: include/migration/failover.h
2068 F: docs/COLO-FT.txt
2070 COLO Proxy
2071 M: Zhang Chen <zhangckid@gmail.com>
2072 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2073 S: Supported
2074 F: docs/colo-proxy.txt
2075 F: net/colo*
2076 F: net/filter-rewriter.c
2077 F: net/filter-mirror.c
2079 Record/replay
2080 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2081 R: Paolo Bonzini <pbonzini@redhat.com>
2082 W: https://wiki.qemu.org/Features/record-replay
2083 S: Supported
2084 F: replay/*
2085 F: block/blkreplay.c
2086 F: net/filter-replay.c
2087 F: include/sysemu/replay.h
2088 F: docs/replay.txt
2089 F: stubs/replay.c
2091 IOVA Tree
2092 M: Peter Xu <peterx@redhat.com>
2093 S: Maintained
2094 F: include/qemu/iova-tree.h
2095 F: util/iova-tree.c
2097 elf2dmp
2098 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2099 S: Maintained
2100 F: contrib/elf2dmp/
2102 Usermode Emulation
2103 ------------------
2104 Overall
2105 M: Riku Voipio <riku.voipio@iki.fi>
2106 S: Maintained
2107 F: thunk.c
2108 F: accel/tcg/user-exec*.c
2110 BSD user
2111 S: Orphan
2112 F: bsd-user/
2113 F: default-configs/*-bsd-user.mak
2115 Linux user
2116 M: Riku Voipio <riku.voipio@iki.fi>
2117 R: Laurent Vivier <laurent@vivier.eu>
2118 S: Maintained
2119 F: linux-user/
2120 F: default-configs/*-linux-user.mak
2121 F: scripts/qemu-binfmt-conf.sh
2123 Tiny Code Generator (TCG)
2124 -------------------------
2125 Common code
2126 M: Richard Henderson <rth@twiddle.net>
2127 S: Maintained
2128 F: tcg/
2130 AArch64 target
2131 M: Claudio Fontana <claudio.fontana@huawei.com>
2132 M: Claudio Fontana <claudio.fontana@gmail.com>
2133 S: Maintained
2134 L: qemu-arm@nongnu.org
2135 F: tcg/aarch64/
2136 F: disas/arm-a64.cc
2137 F: disas/libvixl/
2139 ARM target
2140 M: Andrzej Zaborowski <balrogg@gmail.com>
2141 S: Maintained
2142 L: qemu-arm@nongnu.org
2143 F: tcg/arm/
2144 F: disas/arm.c
2146 i386 target
2147 L: qemu-devel@nongnu.org
2148 S: Maintained
2149 F: tcg/i386/
2150 F: disas/i386.c
2152 MIPS target
2153 M: Aurelien Jarno <aurelien@aurel32.net>
2154 R: Stefan Markovic <smarkovic@wavecomp.com>
2155 S: Maintained
2156 F: tcg/mips/
2157 F: disas/mips.c
2160 M: Richard Henderson <rth@twiddle.net>
2161 S: Odd Fixes
2162 F: tcg/ppc/
2163 F: disas/ppc.c
2165 S390 target
2166 M: Richard Henderson <rth@twiddle.net>
2167 S: Maintained
2168 F: tcg/s390/
2169 F: disas/s390.c
2170 L: qemu-s390x@nongnu.org
2172 SPARC target
2173 S: Odd Fixes
2174 F: tcg/sparc/
2175 F: disas/sparc.c
2177 TCI target
2178 M: Stefan Weil <sw@weilnetz.de>
2179 S: Maintained
2180 F: tcg/tci/
2181 F: tcg/tci.c
2182 F: disas/tci.c
2184 Block drivers
2185 -------------
2186 VMDK
2187 M: Fam Zheng <fam@euphon.net>
2188 L: qemu-block@nongnu.org
2189 S: Supported
2190 F: block/vmdk.c
2193 M: Josh Durgin <jdurgin@redhat.com>
2194 M: Jeff Cody <jcody@redhat.com>
2195 L: qemu-block@nongnu.org
2196 S: Supported
2197 F: block/rbd.c
2198 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2200 Sheepdog
2201 M: Liu Yuan <namei.unix@gmail.com>
2202 M: Jeff Cody <jcody@redhat.com>
2203 L: qemu-block@nongnu.org
2204 S: Supported
2205 F: block/sheepdog.c
2206 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2208 VHDX
2209 M: Jeff Cody <jcody@redhat.com>
2210 L: qemu-block@nongnu.org
2211 S: Supported
2212 F: block/vhdx*
2213 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2216 M: Stefan Weil <sw@weilnetz.de>
2217 L: qemu-block@nongnu.org
2218 S: Maintained
2219 F: block/vdi.c
2221 iSCSI
2222 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2223 M: Paolo Bonzini <pbonzini@redhat.com>
2224 M: Peter Lieven <pl@kamp.de>
2225 L: qemu-block@nongnu.org
2226 S: Odd Fixes
2227 F: block/iscsi.c
2228 F: block/iscsi-opts.c
2230 Network Block Device (NBD)
2231 M: Eric Blake <eblake@redhat.com>
2232 L: qemu-block@nongnu.org
2233 S: Maintained
2234 F: block/nbd*
2235 F: nbd/
2236 F: include/block/nbd*
2237 F: qemu-nbd.*
2238 F: blockdev-nbd.c
2239 F: docs/interop/nbd.txt
2240 T: git https://repo.or.cz/qemu/ericb.git nbd
2243 M: Jeff Cody <jcody@redhat.com>
2244 M: Peter Lieven <pl@kamp.de>
2245 L: qemu-block@nongnu.org
2246 S: Maintained
2247 F: block/nfs.c
2248 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2251 M: Richard W.M. Jones <rjones@redhat.com>
2252 M: Jeff Cody <jcody@redhat.com>
2253 L: qemu-block@nongnu.org
2254 S: Supported
2255 F: block/ssh.c
2256 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2258 CURL
2259 M: Jeff Cody <jcody@redhat.com>
2260 L: qemu-block@nongnu.org
2261 S: Supported
2262 F: block/curl.c
2263 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2265 GLUSTER
2266 M: Jeff Cody <jcody@redhat.com>
2267 L: qemu-block@nongnu.org
2268 S: Supported
2269 F: block/gluster.c
2270 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2272 Null Block Driver
2273 M: Fam Zheng <fam@euphon.net>
2274 L: qemu-block@nongnu.org
2275 S: Supported
2276 F: block/null.c
2278 NVMe Block Driver
2279 M: Fam Zheng <fam@euphon.net>
2280 L: qemu-block@nongnu.org
2281 S: Supported
2282 F: block/nvme*
2284 Bootdevice
2285 M: Gonglei <arei.gonglei@huawei.com>
2286 S: Maintained
2287 F: bootdevice.c
2289 Quorum
2290 M: Alberto Garcia <berto@igalia.com>
2291 S: Supported
2292 F: block/quorum.c
2293 L: qemu-block@nongnu.org
2295 blklogwrites
2296 M: Ari Sundholm <ari@tuxera.com>
2297 L: qemu-block@nongnu.org
2298 S: Supported
2299 F: block/blklogwrites.c
2301 blkverify
2302 M: Stefan Hajnoczi <stefanha@redhat.com>
2303 L: qemu-block@nongnu.org
2304 S: Supported
2305 F: block/blkverify.c
2307 bochs
2308 M: Stefan Hajnoczi <stefanha@redhat.com>
2309 L: qemu-block@nongnu.org
2310 S: Supported
2311 F: block/bochs.c
2313 cloop
2314 M: Stefan Hajnoczi <stefanha@redhat.com>
2315 L: qemu-block@nongnu.org
2316 S: Supported
2317 F: block/cloop.c
2320 M: Stefan Hajnoczi <stefanha@redhat.com>
2321 L: qemu-block@nongnu.org
2322 S: Supported
2323 F: block/dmg.c
2325 parallels
2326 M: Stefan Hajnoczi <stefanha@redhat.com>
2327 M: Denis V. Lunev <den@openvz.org>
2328 L: qemu-block@nongnu.org
2329 S: Supported
2330 F: block/parallels.c
2331 F: docs/interop/parallels.txt
2334 M: Stefan Hajnoczi <stefanha@redhat.com>
2335 L: qemu-block@nongnu.org
2336 S: Supported
2337 F: block/qed.c
2340 M: Kevin Wolf <kwolf@redhat.com>
2341 L: qemu-block@nongnu.org
2342 S: Supported
2343 F: block/linux-aio.c
2344 F: include/block/raw-aio.h
2345 F: block/raw-format.c
2346 F: block/file-posix.c
2347 F: block/file-win32.c
2348 F: block/win32-aio.c
2350 qcow2
2351 M: Kevin Wolf <kwolf@redhat.com>
2352 M: Max Reitz <mreitz@redhat.com>
2353 L: qemu-block@nongnu.org
2354 S: Supported
2355 F: block/qcow2*
2356 F: docs/interop/qcow2.txt
2358 qcow
2359 M: Kevin Wolf <kwolf@redhat.com>
2360 L: qemu-block@nongnu.org
2361 S: Supported
2362 F: block/qcow.c
2364 blkdebug
2365 M: Kevin Wolf <kwolf@redhat.com>
2366 M: Max Reitz <mreitz@redhat.com>
2367 L: qemu-block@nongnu.org
2368 S: Supported
2369 F: block/blkdebug.c
2372 M: Kevin Wolf <kwolf@redhat.com>
2373 L: qemu-block@nongnu.org
2374 S: Supported
2375 F: block/vpc.c
2377 vvfat
2378 M: Kevin Wolf <kwolf@redhat.com>
2379 L: qemu-block@nongnu.org
2380 S: Supported
2381 F: block/vvfat.c
2383 Image format fuzzer
2384 M: Stefan Hajnoczi <stefanha@redhat.com>
2385 L: qemu-block@nongnu.org
2386 S: Supported
2387 F: tests/image-fuzzer/
2389 Replication
2390 M: Wen Congyang <wencongyang2@huawei.com>
2391 M: Xie Changlong <xiechanglong.d@gmail.com>
2392 S: Supported
2393 F: replication*
2394 F: block/replication.c
2395 F: tests/test-replication.c
2396 F: docs/block-replication.txt
2398 PVRDMA
2399 M: Yuval Shaia <yuval.shaia@oracle.com>
2400 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2401 S: Maintained
2402 F: hw/rdma/*
2403 F: hw/rdma/vmw/*
2404 F: docs/pvrdma.txt
2406 Build and test automation
2407 -------------------------
2408 Build and test automation
2409 M: Alex Bennée <alex.bennee@linaro.org>
2410 M: Fam Zheng <fam@euphon.net>
2411 R: Philippe Mathieu-Daudé <philmd@redhat.com>
2412 L: qemu-devel@nongnu.org
2413 S: Maintained
2414 F: .travis.yml
2415 F: scripts/travis/
2416 F: .shippable.yml
2417 F: tests/docker/
2418 F: tests/vm/
2419 W: https://travis-ci.org/qemu/qemu
2420 W: https://app.shippable.com/github/qemu/qemu
2421 W: http://patchew.org/QEMU/
2423 Guest Test Compilation Support
2424 M: Alex Bennée <alex.bennee@linaro.org>
2425 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2426 F: tests/tcg/Makefile
2427 F: tests/tcg/Makefile.include
2428 L: qemu-devel@nongnu.org
2430 Documentation
2431 -------------
2432 Build system architecture
2433 M: Daniel P. Berrange <berrange@redhat.com>
2434 S: Odd Fixes
2435 F: docs/devel/build-system.txt
2437 Incompatible changes
2438 R: libvir-list@redhat.com
2439 F: qemu-deprecated.texi
2441 Build System
2442 ------------
2443 GIT submodules
2444 M: Daniel P. Berrange <berrange@redhat.com>
2445 S: Odd Fixes
2446 F: scripts/git-submodule.sh