MAINTAINERS: Add missing entries to the PC Chipset section
[qemu.git] / MAINTAINERS
bloba7bf9c42a9b83bcbf799fcf45f4374f915c85f8b
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: Christian Borntraeger <borntraeger@de.ibm.com>
372 M: Cornelia Huck <cohuck@redhat.com>
373 S: Maintained
374 F: target/s390x/kvm.c
375 F: target/s390x/kvm_s390x.h
376 F: target/s390x/kvm-stub.c
377 F: target/s390x/ioinst.[ch]
378 F: target/s390x/machine.c
379 F: target/s390x/sigp.c
380 F: hw/intc/s390_flic.c
381 F: hw/intc/s390_flic_kvm.c
382 F: include/hw/s390x/s390_flic.h
383 F: gdb-xml/s390*.xml
384 T: git https://github.com/cohuck/qemu.git s390-next
385 T: git https://github.com/borntraeger/qemu.git s390-next
386 L: qemu-s390x@nongnu.org
389 M: Paolo Bonzini <pbonzini@redhat.com>
390 M: Marcelo Tosatti <mtosatti@redhat.com>
391 L: kvm@vger.kernel.org
392 S: Supported
393 F: target/i386/kvm.c
394 F: scripts/kvm/vmxcap
396 Guest CPU Cores (Xen):
397 ----------------------
400 M: Stefano Stabellini <sstabellini@kernel.org>
401 M: Anthony Perard <anthony.perard@citrix.com>
402 L: xen-devel@lists.xenproject.org
403 S: Supported
404 F: */xen*
405 F: hw/9pfs/xen-9p-backend.c
406 F: hw/char/xen_console.c
407 F: hw/display/xenfb.c
408 F: hw/net/xen_nic.c
409 F: hw/block/xen_*
410 F: hw/xen/
411 F: hw/xenpv/
412 F: hw/i386/xen/
413 F: include/hw/xen/
414 F: include/sysemu/xen-mapcache.h
416 Hosts:
417 ------
419 LINUX
420 L: qemu-devel@nongnu.org
421 S: Maintained
422 F: linux-*
423 F: linux-headers/
425 POSIX
426 L: qemu-devel@nongnu.org
427 S: Maintained
428 F: *posix*
430 NETBSD
431 L: qemu-devel@nongnu.org
432 M: Kamil Rytarowski <kamil@netbsd.org>
433 S: Maintained
434 K: ^Subject:.*(?i)NetBSD
436 OPENBSD
437 L: qemu-devel@nongnu.org
438 M: Brad Smith <brad@comstyle.com>
439 S: Maintained
440 K: ^Subject:.*(?i)OpenBSD
442 W32, W64
443 L: qemu-devel@nongnu.org
444 M: Stefan Weil <sw@weilnetz.de>
445 S: Maintained
446 F: *win32*
447 F: */*win32*
448 F: include/*/*win32*
449 X: qga/*win32*
450 F: qemu.nsi
452 Alpha Machines
453 M: Richard Henderson <rth@twiddle.net>
454 S: Maintained
455 F: hw/alpha/
456 F: hw/isa/smc37c669-superio.c
458 ARM Machines
459 ------------
460 Allwinner-a10
461 M: Beniamino Galvani <b.galvani@gmail.com>
462 M: Peter Maydell <peter.maydell@linaro.org>
463 L: qemu-arm@nongnu.org
464 S: Odd Fixes
465 F: hw/*/allwinner*
466 F: include/hw/*/allwinner*
467 F: hw/arm/cubieboard.c
469 ARM PrimeCell and CMSDK devices
470 M: Peter Maydell <peter.maydell@linaro.org>
471 L: qemu-arm@nongnu.org
472 S: Maintained
473 F: hw/char/pl011.c
474 F: include/hw/char/pl011.h
475 F: hw/display/pl110*
476 F: hw/dma/pl080.c
477 F: include/hw/dma/pl080.h
478 F: hw/dma/pl330.c
479 F: hw/gpio/pl061.c
480 F: hw/input/pl050.c
481 F: hw/intc/pl190.c
482 F: hw/sd/pl181.c
483 F: hw/ssi/pl022.c
484 F: include/hw/ssi/pl022.h
485 F: hw/timer/pl031.c
486 F: include/hw/arm/primecell.h
487 F: hw/timer/cmsdk-apb-timer.c
488 F: include/hw/timer/cmsdk-apb-timer.h
489 F: hw/timer/cmsdk-apb-dualtimer.c
490 F: include/hw/timer/cmsdk-apb-dualtimer.h
491 F: hw/char/cmsdk-apb-uart.c
492 F: include/hw/char/cmsdk-apb-uart.h
493 F: hw/watchdog/cmsdk-apb-watchdog.c
494 F: include/hw/watchdog/cmsdk-apb-watchdog.h
495 F: hw/misc/tz-ppc.c
496 F: include/hw/misc/tz-ppc.h
497 F: hw/misc/tz-mpc.c
498 F: include/hw/misc/tz-mpc.h
499 F: hw/misc/tz-msc.c
500 F: include/hw/misc/tz-msc.h
502 ARM cores
503 M: Peter Maydell <peter.maydell@linaro.org>
504 L: qemu-arm@nongnu.org
505 S: Maintained
506 F: hw/intc/arm*
507 F: hw/intc/gic_internal.h
508 F: hw/misc/a9scu.c
509 F: hw/misc/arm11scu.c
510 F: hw/timer/a9gtimer*
511 F: hw/timer/arm*
512 F: include/hw/arm/arm*.h
513 F: include/hw/intc/arm*
514 F: include/hw/misc/a9scu.h
515 F: include/hw/misc/arm11scu.h
516 F: include/hw/timer/a9gtimer.h
517 F: include/hw/timer/arm_mptimer.h
518 F: include/hw/timer/armv7m_systick.h
519 F: tests/test-arm-mptimer.c
521 Exynos
522 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
523 M: Peter Maydell <peter.maydell@linaro.org>
524 L: qemu-arm@nongnu.org
525 S: Odd Fixes
526 F: hw/*/exynos*
527 F: include/hw/arm/exynos4210.h
529 Calxeda Highbank
530 M: Rob Herring <robh@kernel.org>
531 M: Peter Maydell <peter.maydell@linaro.org>
532 L: qemu-arm@nongnu.org
533 S: Odd Fixes
534 F: hw/arm/highbank.c
535 F: hw/net/xgmac.c
537 Canon DIGIC
538 M: Antony Pavlov <antonynpavlov@gmail.com>
539 M: Peter Maydell <peter.maydell@linaro.org>
540 L: qemu-arm@nongnu.org
541 S: Odd Fixes
542 F: include/hw/arm/digic.h
543 F: hw/*/digic*
545 Gumstix
546 M: Peter Maydell <peter.maydell@linaro.org>
547 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
548 L: qemu-devel@nongnu.org
549 L: qemu-arm@nongnu.org
550 S: Odd Fixes
551 F: hw/arm/gumstix.c
553 i.MX25 PDK
554 M: Peter Maydell <peter.maydell@linaro.org>
555 R: Jean-Christophe Dubois <jcd@tribudubois.net>
556 L: qemu-arm@nongnu.org
557 S: Odd Fixes
558 F: hw/arm/fsl-imx25.c
559 F: hw/arm/imx25_pdk.c
560 F: hw/misc/imx25_ccm.c
561 F: include/hw/arm/fsl-imx25.h
562 F: include/hw/misc/imx25_ccm.h
564 i.MX31 (kzm)
565 M: Peter Chubb <peter.chubb@nicta.com.au>
566 M: Peter Maydell <peter.maydell@linaro.org>
567 L: qemu-arm@nongnu.org
568 S: Odd Fixes
569 F: hw/arm/kzm.c
570 F: hw/*/imx_*
571 F: hw/*/*imx31*
572 F: include/hw/*/imx_*
573 F: include/hw/*/*imx31*
575 Integrator CP
576 M: Peter Maydell <peter.maydell@linaro.org>
577 L: qemu-arm@nongnu.org
578 S: Maintained
579 F: hw/arm/integratorcp.c
580 F: hw/misc/arm_integrator_debug.c
582 MCIMX6UL EVK / i.MX6ul
583 M: Peter Maydell <peter.maydell@linaro.org>
584 R: Jean-Christophe Dubois <jcd@tribudubois.net>
585 L: qemu-arm@nongnu.org
586 S: Odd Fixes
587 F: hw/arm/mcimx6ul-evk.c
588 F: hw/arm/fsl-imx6ul.c
589 F: hw/misc/imx6ul_ccm.c
590 F: include/hw/arm/fsl-imx6ul.h
591 F: include/hw/misc/imx6ul_ccm.h
593 MCIMX7D SABRE / i.MX7
594 M: Peter Maydell <peter.maydell@linaro.org>
595 R: Andrey Smirnov <andrew.smirnov@gmail.com>
596 L: qemu-arm@nongnu.org
597 S: Odd Fixes
598 F: hw/arm/mcimx7d-sabre.c
599 F: hw/arm/fsl-imx7.c
600 F: include/hw/arm/fsl-imx7.h
601 F: hw/pci-host/designware.c
602 F: include/hw/pci-host/designware.h
604 MPS2
605 M: Peter Maydell <peter.maydell@linaro.org>
606 L: qemu-arm@nongnu.org
607 S: Maintained
608 F: hw/arm/mps2.c
609 F: hw/arm/mps2-tz.c
610 F: hw/misc/mps2-*.c
611 F: include/hw/misc/mps2-*.h
612 F: hw/arm/iotkit.c
613 F: include/hw/arm/iotkit.h
614 F: hw/misc/iotkit-sysctl.c
615 F: include/hw/misc/iotkit-sysctl.h
616 F: hw/misc/iotkit-sysinfo.c
617 F: include/hw/misc/iotkit-sysinfo.h
619 Musicpal
620 M: Jan Kiszka <jan.kiszka@web.de>
621 M: Peter Maydell <peter.maydell@linaro.org>
622 L: qemu-arm@nongnu.org
623 S: Odd Fixes
624 F: hw/arm/musicpal.c
626 nSeries
627 M: Andrzej Zaborowski <balrogg@gmail.com>
628 M: Peter Maydell <peter.maydell@linaro.org>
629 L: qemu-arm@nongnu.org
630 S: Odd Fixes
631 F: hw/arm/nseries.c
633 Palm
634 M: Andrzej Zaborowski <balrogg@gmail.com>
635 M: Peter Maydell <peter.maydell@linaro.org>
636 L: qemu-arm@nongnu.org
637 S: Odd Fixes
638 F: hw/arm/palm.c
640 Raspberry Pi
641 M: Peter Maydell <peter.maydell@linaro.org>
642 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
643 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
644 L: qemu-arm@nongnu.org
645 S: Odd Fixes
646 F: hw/arm/raspi.c
647 F: hw/arm/raspi_platform.h
648 F: hw/*/bcm283*
649 F: include/hw/arm/raspi*
650 F: include/hw/*/bcm283*
652 Real View
653 M: Peter Maydell <peter.maydell@linaro.org>
654 L: qemu-arm@nongnu.org
655 S: Maintained
656 F: hw/arm/realview*
657 F: hw/cpu/realview_mpcore.c
658 F: hw/intc/realview_gic.c
659 F: include/hw/intc/realview_gic.h
661 PXA2XX
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/mainstone.c
667 F: hw/arm/spitz.c
668 F: hw/arm/tosa.c
669 F: hw/arm/z2.c
670 F: hw/*/pxa2xx*
671 F: hw/display/tc6393xb.c
672 F: hw/gpio/max7310.c
673 F: hw/gpio/zaurus.c
674 F: hw/misc/mst_fpga.c
675 F: include/hw/arm/pxa.h
676 F: include/hw/arm/sharpsl.h
678 SABRELITE / i.MX6
679 M: Peter Maydell <peter.maydell@linaro.org>
680 R: Jean-Christophe Dubois <jcd@tribudubois.net>
681 L: qemu-arm@nongnu.org
682 S: Odd Fixes
683 F: hw/arm/sabrelite.c
684 F: hw/arm/fsl-imx6.c
685 F: hw/misc/imx6_src.c
686 F: hw/ssi/imx_spi.c
687 F: include/hw/arm/fsl-imx6.h
688 F: include/hw/misc/imx6_src.h
689 F: include/hw/ssi/imx_spi.h
691 Sharp SL-5500 (Collie) PDA
692 M: Peter Maydell <peter.maydell@linaro.org>
693 L: qemu-arm@nongnu.org
694 S: Odd Fixes
695 F: hw/arm/collie.c
696 F: hw/arm/strongarm*
698 Stellaris
699 M: Peter Maydell <peter.maydell@linaro.org>
700 L: qemu-arm@nongnu.org
701 S: Maintained
702 F: hw/*/stellaris*
704 Versatile Express
705 M: Peter Maydell <peter.maydell@linaro.org>
706 L: qemu-arm@nongnu.org
707 S: Maintained
708 F: hw/arm/vexpress.c
710 Versatile PB
711 M: Peter Maydell <peter.maydell@linaro.org>
712 L: qemu-arm@nongnu.org
713 S: Maintained
714 F: hw/*/versatile*
715 F: hw/misc/arm_sysctl.c
717 Virt
718 M: Peter Maydell <peter.maydell@linaro.org>
719 L: qemu-arm@nongnu.org
720 S: Maintained
721 F: hw/arm/virt*
722 F: include/hw/arm/virt.h
724 Xilinx Zynq
725 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
726 M: Alistair Francis <alistair@alistair23.me>
727 M: Peter Maydell <peter.maydell@linaro.org>
728 L: qemu-arm@nongnu.org
729 S: Maintained
730 F: hw/*/xilinx_*
731 F: hw/*/cadence_*
732 F: hw/misc/zynq*
733 F: include/hw/misc/zynq*
734 X: hw/ssi/xilinx_*
736 Xilinx ZynqMP
737 M: Alistair Francis <alistair@alistair23.me>
738 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
739 M: Peter Maydell <peter.maydell@linaro.org>
740 L: qemu-arm@nongnu.org
741 S: Maintained
742 F: hw/*/xlnx*.c
743 F: include/hw/*/xlnx*.h
744 F: include/hw/ssi/xilinx_spips.h
745 F: hw/display/dpcd.c
746 F: include/hw/display/dpcd.h
748 ARM ACPI Subsystem
749 M: Shannon Zhao <shannon.zhaosl@gmail.com>
750 L: qemu-arm@nongnu.org
751 S: Maintained
752 F: hw/arm/virt-acpi-build.c
754 STM32F205
755 M: Alistair Francis <alistair@alistair23.me>
756 M: Peter Maydell <peter.maydell@linaro.org>
757 S: Maintained
758 F: hw/arm/stm32f205_soc.c
759 F: hw/misc/stm32f2xx_syscfg.c
760 F: hw/char/stm32f2xx_usart.c
761 F: hw/timer/stm32f2xx_timer.c
762 F: hw/adc/*
763 F: hw/ssi/stm32f2xx_spi.c
764 F: include/hw/*/stm32*.h
766 Netduino 2
767 M: Alistair Francis <alistair@alistair23.me>
768 M: Peter Maydell <peter.maydell@linaro.org>
769 S: Maintained
770 F: hw/arm/netduino2.c
772 SmartFusion2
773 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
774 M: Peter Maydell <peter.maydell@linaro.org>
775 S: Maintained
776 F: hw/arm/msf2-soc.c
777 F: hw/misc/msf2-sysreg.c
778 F: hw/timer/mss-timer.c
779 F: hw/ssi/mss-spi.c
780 F: include/hw/arm/msf2-soc.h
781 F: include/hw/misc/msf2-sysreg.h
782 F: include/hw/timer/mss-timer.h
783 F: include/hw/ssi/mss-spi.h
785 Emcraft M2S-FG484
786 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
787 M: Peter Maydell <peter.maydell@linaro.org>
788 S: Maintained
789 F: hw/arm/msf2-som.c
791 ASPEED BMCs
792 M: Cédric Le Goater <clg@kaod.org>
793 M: Peter Maydell <peter.maydell@linaro.org>
794 R: Andrew Jeffery <andrew@aj.id.au>
795 R: Joel Stanley <joel@jms.id.au>
796 L: qemu-arm@nongnu.org
797 S: Maintained
798 F: hw/*/*aspeed*
799 F: include/hw/*/*aspeed*
800 F: hw/net/ftgmac100.c
801 F: include/hw/net/ftgmac100.h
803 NRF51
804 M: Joel Stanley <joel@jms.id.au>
805 M: Peter Maydell <peter.maydell@linaro.org>
806 L: qemu-arm@nongnu.org
807 S: Maintained
808 F: hw/arm/nrf51_soc.c
809 F: hw/arm/microbit.c
810 F: include/hw/arm/nrf51_soc.h
812 CRIS Machines
813 -------------
814 Axis Dev88
815 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
816 S: Maintained
817 F: hw/cris/axis_dev88.c
818 F: hw/*/etraxfs_*.c
820 LM32 Machines
821 -------------
822 EVR32 and uclinux BSP
823 M: Michael Walle <michael@walle.cc>
824 S: Maintained
825 F: hw/lm32/lm32_boards.c
827 milkymist
828 M: Michael Walle <michael@walle.cc>
829 S: Maintained
830 F: hw/lm32/milkymist.c
832 M68K Machines
833 -------------
834 an5206
835 M: Thomas Huth <huth@tuxfamily.org>
836 S: Odd Fixes
837 F: hw/m68k/an5206.c
838 F: hw/m68k/mcf5206.c
840 mcf5208
841 M: Thomas Huth <huth@tuxfamily.org>
842 S: Odd Fixes
843 F: hw/m68k/mcf5208.c
844 F: hw/m68k/mcf_intc.c
845 F: hw/char/mcf_uart.c
846 F: hw/net/mcf_fec.c
847 F: include/hw/m68k/mcf*.h
849 MicroBlaze Machines
850 -------------------
851 petalogix_s3adsp1800
852 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
853 S: Maintained
854 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
855 F: include/hw/char/xilinx_uartlite.h
857 petalogix_ml605
858 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
859 S: Maintained
860 F: hw/microblaze/petalogix_ml605_mmu.c
862 MIPS Machines
863 -------------
864 Jazz
865 M: Hervé Poussineau <hpoussin@reactos.org>
866 R: Stefan Markovic <smarkovic@wavecomp.com>
867 S: Maintained
868 F: hw/mips/mips_jazz.c
869 F: hw/display/jazz_led.c
870 F: hw/dma/rc4030.c
872 Malta
873 M: Aurelien Jarno <aurelien@aurel32.net>
874 R: Stefan Markovic <smarkovic@wavecomp.com>
875 S: Maintained
876 F: hw/mips/mips_malta.c
878 Mipssim
879 M: Aleksandar Markovic <amarkovic@wavecomp.com>
880 R: Stefan Markovic <smarkovic@wavecomp.com>
881 S: Odd Fixes
882 F: hw/mips/mips_mipssim.c
883 F: hw/net/mipsnet.c
885 R4000
886 M: Aurelien Jarno <aurelien@aurel32.net>
887 R: Stefan Markovic <smarkovic@wavecomp.com>
888 S: Maintained
889 F: hw/mips/mips_r4k.c
891 Fulong 2E
892 M: Aleksandar Markovic <amarkovic@wavecomp.com>
893 R: Stefan Markovic <smarkovic@wavecomp.com>
894 S: Odd Fixes
895 F: hw/mips/mips_fulong2e.c
896 F: hw/isa/vt82c686.c
897 F: hw/pci-host/bonito.c
898 F: include/hw/isa/vt82c686.h
900 Boston
901 M: Paul Burton <pburton@wavecomp.com>
902 R: Stefan Markovic <smarkovic@wavecomp.com>
903 S: Maintained
904 F: hw/core/loader-fit.c
905 F: hw/mips/boston.c
906 F: hw/pci-host/xilinx-pcie.c
907 F: include/hw/pci-host/xilinx-pcie.h
909 OpenRISC Machines
910 -----------------
911 or1k-sim
912 M: Jia Liu <proljc@gmail.com>
913 S: Maintained
914 F: hw/openrisc/openrisc_sim.c
916 PowerPC Machines
917 ----------------
919 M: David Gibson <david@gibson.dropbear.id.au>
920 L: qemu-ppc@nongnu.org
921 S: Odd Fixes
922 F: hw/ppc/ppc405_boards.c
924 Bamboo
925 M: David Gibson <david@gibson.dropbear.id.au>
926 L: qemu-ppc@nongnu.org
927 S: Odd Fixes
928 F: hw/ppc/ppc440_bamboo.c
930 e500
931 M: David Gibson <david@gibson.dropbear.id.au>
932 L: qemu-ppc@nongnu.org
933 S: Odd Fixes
934 F: hw/ppc/e500.[hc]
935 F: hw/ppc/e500plat.c
936 F: include/hw/ppc/ppc_e500.h
937 F: include/hw/pci-host/ppce500.h
938 F: pc-bios/u-boot.e500
940 mpc8544ds
941 M: David Gibson <david@gibson.dropbear.id.au>
942 L: qemu-ppc@nongnu.org
943 S: Odd Fixes
944 F: hw/ppc/mpc8544ds.c
945 F: hw/ppc/mpc8544_guts.c
947 New World
948 M: David Gibson <david@gibson.dropbear.id.au>
949 L: qemu-ppc@nongnu.org
950 S: Odd Fixes
951 F: hw/ppc/mac_newworld.c
952 F: hw/pci-host/uninorth.c
953 F: hw/pci-bridge/dec.[hc]
954 F: hw/misc/macio/
955 F: hw/misc/mos6522.c
956 F: hw/nvram/mac_nvram.c
957 F: include/hw/misc/macio/
958 F: include/hw/misc/mos6522.h
959 F: include/hw/ppc/mac_dbdma.h
960 F: include/hw/pci-host/uninorth.h
962 Old World
963 M: David Gibson <david@gibson.dropbear.id.au>
964 L: qemu-ppc@nongnu.org
965 S: Odd Fixes
966 F: hw/ppc/mac_oldworld.c
967 F: hw/pci-host/grackle.c
968 F: hw/misc/macio/
969 F: hw/intc/heathrow_pic.c
970 F: include/hw/intc/heathrow_pic.h
972 PReP
973 M: Hervé Poussineau <hpoussin@reactos.org>
974 L: qemu-devel@nongnu.org
975 L: qemu-ppc@nongnu.org
976 S: Maintained
977 F: hw/ppc/prep.c
978 F: hw/ppc/prep_systemio.c
979 F: hw/ppc/rs6000_mc.c
980 F: hw/pci-host/prep.[hc]
981 F: hw/isa/i82378.c
982 F: hw/isa/pc87312.c
983 F: hw/dma/i82374.c
984 F: hw/timer/m48t59-isa.c
985 F: include/hw/isa/pc87312.h
986 F: include/hw/timer/m48t59.h
987 F: pc-bios/ppc_rom.bin
989 sPAPR
990 M: David Gibson <david@gibson.dropbear.id.au>
991 L: qemu-ppc@nongnu.org
992 S: Supported
993 F: hw/*/spapr*
994 F: include/hw/*/spapr*
995 F: hw/*/xics*
996 F: include/hw/*/xics*
997 F: pc-bios/spapr-rtas/*
998 F: pc-bios/spapr-rtas.bin
999 F: pc-bios/slof.bin
1000 F: pc-bios/skiboot.lid
1001 F: docs/specs/ppc-spapr-hcalls.txt
1002 F: docs/specs/ppc-spapr-hotplug.txt
1003 F: tests/spapr*
1004 F: tests/libqos/*spapr*
1005 F: tests/rtas*
1006 F: tests/libqos/rtas*
1008 virtex_ml507
1009 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
1010 L: qemu-ppc@nongnu.org
1011 S: Odd Fixes
1012 F: hw/ppc/virtex_ml507.c
1014 sam460ex
1015 M: BALATON Zoltan <balaton@eik.bme.hu>
1016 L: qemu-ppc@nongnu.org
1017 S: Maintained
1018 F: hw/ide/sii3112.c
1019 F: hw/timer/m41t80.c
1021 SH4 Machines
1022 ------------
1024 M: Magnus Damm <magnus.damm@gmail.com>
1025 S: Maintained
1026 F: hw/sh4/r2d.c
1027 F: hw/intc/sh_intc.c
1028 F: hw/timer/sh_timer.c
1030 Shix
1031 M: Magnus Damm <magnus.damm@gmail.com>
1032 S: Odd Fixes
1033 F: hw/sh4/shix.c
1035 SPARC Machines
1036 --------------
1037 Sun4m
1038 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1039 S: Maintained
1040 F: hw/sparc/sun4m.c
1041 F: hw/sparc/sun4m_iommu.c
1042 F: hw/dma/sparc32_dma.c
1043 F: hw/misc/eccmemctl.c
1044 F: hw/misc/slavio_misc.c
1045 F: include/hw/sparc/sparc32_dma.h
1046 F: pc-bios/openbios-sparc32
1047 F: include/hw/sparc/sun4m_iommu.h
1049 Sun4u
1050 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1051 S: Maintained
1052 F: hw/sparc64/sun4u.c
1053 F: pc-bios/openbios-sparc64
1054 F: hw/pci-host/sabre.c
1055 F: include/hw/pci-host/sabre.h
1057 Sun4v
1058 M: Artyom Tarasenko <atar4qemu@gmail.com>
1059 S: Maintained
1060 F: hw/sparc64/niagara.c
1061 F: hw/timer/sun4v-rtc.c
1062 F: include/hw/timer/sun4v-rtc.h
1064 Leon3
1065 M: Fabien Chouteau <chouteau@adacore.com>
1066 S: Maintained
1067 F: hw/sparc/leon3.c
1068 F: hw/*/grlib*
1069 F: include/hw/sparc/grlib.h
1071 S390 Machines
1072 -------------
1073 S390 Virtio-ccw
1074 M: Cornelia Huck <cohuck@redhat.com>
1075 M: Christian Borntraeger <borntraeger@de.ibm.com>
1076 S: Supported
1077 F: hw/char/sclp*.[hc]
1078 F: hw/char/terminal3270.c
1079 F: hw/s390x/
1080 F: include/hw/s390x/
1081 F: hw/watchdog/wdt_diag288.c
1082 F: include/hw/watchdog/wdt_diag288.h
1083 F: default-configs/s390x-softmmu.mak
1084 T: git https://github.com/cohuck/qemu.git s390-next
1085 T: git https://github.com/borntraeger/qemu.git s390-next
1086 L: qemu-s390x@nongnu.org
1088 S390-ccw boot
1089 M: Christian Borntraeger <borntraeger@de.ibm.com>
1090 M: Thomas Huth <thuth@redhat.com>
1091 S: Supported
1092 F: hw/s390x/ipl.*
1093 F: pc-bios/s390-ccw/
1094 F: pc-bios/s390-ccw.img
1095 T: git https://github.com/borntraeger/qemu.git s390-next
1096 L: qemu-s390x@nongnu.org
1098 S390 PCI
1099 M: Collin Walling <walling@linux.ibm.com>
1100 S: Supported
1101 F: hw/s390x/s390-pci*
1102 L: qemu-s390x@nongnu.org
1104 UniCore32 Machines
1105 -------------
1106 PKUnity-3 SoC initramfs-with-busybox
1107 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1108 S: Maintained
1109 F: hw/*/puv3*
1110 F: hw/unicore32/
1112 X86 Machines
1113 ------------
1115 M: Michael S. Tsirkin <mst@redhat.com>
1116 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1117 S: Supported
1118 F: include/hw/i386/
1119 F: hw/i386/
1120 F: hw/pci-host/piix.c
1121 F: hw/pci-host/q35.c
1122 F: hw/pci-host/pam.c
1123 F: include/hw/pci-host/q35.h
1124 F: include/hw/pci-host/pam.h
1125 F: hw/isa/piix4.c
1126 F: hw/isa/lpc_ich9.c
1127 F: hw/i2c/smbus_ich9.c
1128 F: hw/acpi/piix4.c
1129 F: hw/acpi/ich9.c
1130 F: include/hw/acpi/ich9.h
1131 F: include/hw/acpi/piix4.h
1132 F: hw/misc/sga.c
1134 PC Chipset
1135 M: Michael S. Tsirkin <mst@redhat.com>
1136 M: Paolo Bonzini <pbonzini@redhat.com>
1137 S: Supported
1138 F: hw/char/debugcon.c
1139 F: hw/char/parallel*
1140 F: hw/char/serial*
1141 F: hw/dma/i8257*
1142 F: hw/i2c/pm_smbus.c
1143 F: hw/input/pckbd.c
1144 F: hw/intc/apic*
1145 F: hw/intc/ioapic*
1146 F: hw/intc/i8259*
1147 F: hw/isa/isa-superio.c
1148 F: hw/misc/debugexit.c
1149 F: hw/misc/pc-testdev.c
1150 F: hw/timer/hpet*
1151 F: hw/timer/i8254*
1152 F: hw/timer/mc146818rtc*
1153 F: hw/watchdog/wdt_ib700.c
1154 F: hw/watchdog/wdt_i6300esb.c
1155 F: include/hw/display/vga.h
1156 F: include/hw/char/parallel.h
1157 F: include/hw/dma/i8257.h
1158 F: include/hw/i2c/pm_smbus.h
1159 F: include/hw/input/i8042.h
1160 F: include/hw/isa/i8259_internal.h
1161 F: include/hw/isa/superio.h
1162 F: include/hw/timer/hpet.h
1163 F: include/hw/timer/i8254*
1164 F: include/hw/timer/mc146818rtc*
1166 Machine core
1167 M: Eduardo Habkost <ehabkost@redhat.com>
1168 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1169 S: Supported
1170 F: hw/core/machine.c
1171 F: hw/core/null-machine.c
1172 F: include/hw/boards.h
1173 T: git https://github.com/ehabkost/qemu.git machine-next
1175 Xtensa Machines
1176 ---------------
1178 M: Max Filippov <jcmvbkbc@gmail.com>
1179 S: Maintained
1180 F: hw/xtensa/sim.c
1182 XTFPGA (LX60, LX200, ML605, KC705)
1183 M: Max Filippov <jcmvbkbc@gmail.com>
1184 S: Maintained
1185 F: hw/xtensa/xtfpga.c
1186 F: hw/net/opencores_eth.c
1188 Devices
1189 -------
1191 M: Jiri Slaby <jslaby@suse.cz>
1192 S: Maintained
1193 F: hw/misc/edu.c
1196 M: John Snow <jsnow@redhat.com>
1197 L: qemu-block@nongnu.org
1198 S: Supported
1199 F: include/hw/ide.h
1200 F: include/hw/ide/
1201 F: hw/ide/
1202 F: hw/block/block.c
1203 F: hw/block/cdrom.c
1204 F: hw/block/hd-geometry.c
1205 F: tests/ide-test.c
1206 F: tests/ahci-test.c
1207 F: tests/cdrom-test.c
1208 F: tests/libqos/ahci*
1209 T: git https://github.com/jnsnow/qemu.git ide
1211 IPMI
1212 M: Corey Minyard <minyard@acm.org>
1213 S: Maintained
1214 F: include/hw/ipmi/*
1215 F: hw/ipmi/*
1216 F: hw/smbios/smbios_type_38.c
1217 F: tests/ipmi*
1218 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1220 Floppy
1221 M: John Snow <jsnow@redhat.com>
1222 L: qemu-block@nongnu.org
1223 S: Supported
1224 F: hw/block/fdc.c
1225 F: include/hw/block/fdc.h
1226 F: tests/fdc-test.c
1227 T: git https://github.com/jnsnow/qemu.git ide
1229 OMAP
1230 M: Peter Maydell <peter.maydell@linaro.org>
1231 S: Maintained
1232 F: hw/*/omap*
1233 F: include/hw/arm/omap.h
1235 IPack
1236 M: Alberto Garcia <berto@igalia.com>
1237 S: Odd Fixes
1238 F: hw/char/ipoctal232.c
1239 F: hw/ipack/
1242 M: Michael S. Tsirkin <mst@redhat.com>
1243 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1244 S: Supported
1245 F: include/hw/pci/*
1246 F: hw/misc/pci-testdev.c
1247 F: hw/pci/*
1248 F: hw/pci-bridge/*
1249 F: docs/pci*
1250 F: docs/specs/*pci*
1251 F: default-configs/pci.mak
1253 ACPI/SMBIOS
1254 M: Michael S. Tsirkin <mst@redhat.com>
1255 M: Igor Mammedov <imammedo@redhat.com>
1256 S: Supported
1257 F: include/hw/acpi/*
1258 F: include/hw/smbios/*
1259 F: hw/mem/*
1260 F: hw/acpi/*
1261 F: hw/smbios/*
1262 F: hw/i386/acpi-build.[hc]
1263 F: hw/arm/virt-acpi-build.c
1264 F: tests/bios-tables-test.c
1265 F: tests/acpi-utils.[hc]
1266 F: tests/data/acpi/
1268 ppc4xx
1269 M: David Gibson <david@gibson.dropbear.id.au>
1270 L: qemu-ppc@nongnu.org
1271 S: Odd Fixes
1272 F: hw/ppc/ppc4*.c
1273 F: hw/i2c/ppc4xx_i2c.c
1274 F: include/hw/ppc/ppc4xx.h
1275 F: include/hw/i2c/ppc4xx_i2c.h
1277 ppce500
1278 M: David Gibson <david@gibson.dropbear.id.au>
1279 L: qemu-ppc@nongnu.org
1280 S: Odd Fixes
1281 F: hw/ppc/e500*
1282 F: hw/pci-host/ppce500.c
1283 F: hw/net/fsl_etsec/
1285 Character devices
1286 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1287 R: Paolo Bonzini <pbonzini@redhat.com>
1288 S: Odd Fixes
1289 F: hw/char/
1291 Network devices
1292 M: Jason Wang <jasowang@redhat.com>
1293 S: Odd Fixes
1294 F: hw/net/
1295 F: include/hw/net/
1296 F: tests/virtio-net-test.c
1297 T: git https://github.com/jasowang/qemu.git net
1299 SCSI
1300 M: Paolo Bonzini <pbonzini@redhat.com>
1301 R: Fam Zheng <famz@redhat.com>
1302 S: Supported
1303 F: include/hw/scsi/*
1304 F: hw/scsi/*
1305 F: tests/virtio-scsi-test.c
1306 T: git https://github.com/bonzini/qemu.git scsi-next
1309 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1310 M: Alistair Francis <alistair@alistair23.me>
1311 S: Maintained
1312 F: hw/ssi/*
1313 F: hw/block/m25p80.c
1314 F: include/hw/ssi/ssi.h
1315 X: hw/ssi/xilinx_*
1316 F: tests/m25p80-test.c
1318 Xilinx SPI
1319 M: Alistair Francis <alistair@alistair23.me>
1320 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1321 S: Maintained
1322 F: hw/ssi/xilinx_*
1324 SD (Secure Card)
1325 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1326 S: Odd Fixes
1327 F: include/hw/sd/sd*
1328 F: hw/sd/core.c
1329 F: hw/sd/sd*
1330 F: tests/sd*
1333 M: Gerd Hoffmann <kraxel@redhat.com>
1334 S: Maintained
1335 F: hw/usb/*
1336 F: tests/usb-*-test.c
1337 F: docs/usb2.txt
1338 F: docs/usb-storage.txt
1339 F: include/hw/usb.h
1340 F: include/hw/usb/
1341 F: default-configs/usb.mak
1343 USB (serial adapter)
1344 M: Gerd Hoffmann <kraxel@redhat.com>
1345 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1346 S: Maintained
1347 F: hw/usb/dev-serial.c
1349 VFIO
1350 M: Alex Williamson <alex.williamson@redhat.com>
1351 S: Supported
1352 F: hw/vfio/*
1353 F: include/hw/vfio/
1355 vfio-ccw
1356 M: Cornelia Huck <cohuck@redhat.com>
1357 M: Eric Farman <farman@linux.ibm.com>
1358 M: Farhan Ali <alifm@linux.ibm.com>
1359 S: Supported
1360 F: hw/vfio/ccw.c
1361 F: hw/s390x/s390-ccw.c
1362 F: include/hw/s390x/s390-ccw.h
1363 T: git https://github.com/cohuck/qemu.git s390-next
1364 L: qemu-s390x@nongnu.org
1366 vfio-ap
1367 M: Christian Borntraeger <borntraeger@de.ibm.com>
1368 M: Tony Krowiak <akrowiak@linux.ibm.com>
1369 M: Halil Pasic <pasic@linux.ibm.com>
1370 M: Pierre Morel <pmorel@linux.ibm.com>
1371 S: Supported
1372 F: hw/s390x/ap-device.c
1373 F: hw/s390x/ap-bridge.c
1374 F: include/hw/s390x/ap-device.h
1375 F: include/hw/s390x/ap-bridge.h
1376 F: hw/vfio/ap.c
1377 F: docs/vfio-ap.txt
1378 L: qemu-s390x@nongnu.org
1380 vhost
1381 M: Michael S. Tsirkin <mst@redhat.com>
1382 S: Supported
1383 F: hw/*/*vhost*
1384 F: docs/interop/vhost-user.txt
1386 virtio
1387 M: Michael S. Tsirkin <mst@redhat.com>
1388 S: Supported
1389 F: hw/*/virtio*
1390 F: hw/virtio/Makefile.objs
1391 F: hw/virtio/trace-events
1392 F: net/vhost-user.c
1393 F: include/hw/virtio/
1394 F: tests/virtio-balloon-test.c
1396 virtio-9p
1397 M: Greg Kurz <groug@kaod.org>
1398 S: Supported
1399 F: hw/9pfs/
1400 F: fsdev/
1401 F: tests/virtio-9p-test.c
1402 T: git https://github.com/gkurz/qemu.git 9p-next
1404 virtio-blk
1405 M: Stefan Hajnoczi <stefanha@redhat.com>
1406 L: qemu-block@nongnu.org
1407 S: Supported
1408 F: hw/block/virtio-blk.c
1409 F: hw/block/dataplane/*
1410 F: tests/virtio-blk-test.c
1411 T: git https://github.com/stefanha/qemu.git block
1413 virtio-ccw
1414 M: Cornelia Huck <cohuck@redhat.com>
1415 M: Halil Pasic <pasic@linux.ibm.com>
1416 S: Supported
1417 F: hw/s390x/virtio-ccw*.[hc]
1418 F: hw/s390x/vhost-vsock-ccw.c
1419 T: git https://github.com/cohuck/qemu.git s390-next
1420 T: git https://github.com/borntraeger/qemu.git s390-next
1421 L: qemu-s390x@nongnu.org
1423 virtio-input
1424 M: Gerd Hoffmann <kraxel@redhat.com>
1425 S: Maintained
1426 F: hw/input/virtio-input*.c
1427 F: include/hw/virtio/virtio-input.h
1429 virtio-serial
1430 M: Amit Shah <amit@kernel.org>
1431 S: Supported
1432 F: hw/char/virtio-serial-bus.c
1433 F: hw/char/virtio-console.c
1434 F: include/hw/virtio/virtio-serial.h
1435 F: tests/virtio-console-test.c
1436 F: tests/virtio-serial-test.c
1438 virtio-rng
1439 M: Amit Shah <amit@kernel.org>
1440 S: Supported
1441 F: hw/virtio/virtio-rng.c
1442 F: include/hw/virtio/virtio-rng.h
1443 F: include/sysemu/rng*.h
1444 F: backends/rng*.c
1445 F: tests/virtio-rng-test.c
1447 virtio-crypto
1448 M: Gonglei <arei.gonglei@huawei.com>
1449 S: Supported
1450 F: hw/virtio/virtio-crypto.c
1451 F: hw/virtio/virtio-crypto-pci.c
1452 F: include/hw/virtio/virtio-crypto.h
1454 nvme
1455 M: Keith Busch <keith.busch@intel.com>
1456 L: qemu-block@nongnu.org
1457 S: Supported
1458 F: hw/block/nvme*
1459 F: tests/nvme-test.c
1461 megasas
1462 M: Hannes Reinecke <hare@suse.com>
1463 L: qemu-block@nongnu.org
1464 S: Supported
1465 F: hw/scsi/megasas.c
1466 F: hw/scsi/mfi.h
1467 F: tests/megasas-test.c
1469 Network packet abstractions
1470 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1471 S: Maintained
1472 F: include/net/eth.h
1473 F: net/eth.c
1474 F: hw/net/net_rx_pkt*
1475 F: hw/net/net_tx_pkt*
1477 Vmware
1478 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1479 S: Maintained
1480 F: hw/net/vmxnet*
1481 F: hw/scsi/vmw_pvscsi*
1482 F: tests/vmxnet3-test.c
1484 Rocker
1485 M: Jiri Pirko <jiri@resnulli.us>
1486 S: Maintained
1487 F: hw/net/rocker/
1488 F: tests/rocker/
1489 F: docs/specs/rocker.txt
1491 NVDIMM
1492 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1493 S: Maintained
1494 F: hw/acpi/nvdimm.c
1495 F: hw/mem/nvdimm.c
1496 F: include/hw/mem/nvdimm.h
1498 e1000x
1499 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1500 S: Maintained
1501 F: hw/net/e1000x*
1503 e1000e
1504 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1505 S: Maintained
1506 F: hw/net/e1000e*
1508 eepro100
1509 M: Stefan Weil <sw@weilnetz.de>
1510 S: Maintained
1511 F: hw/net/eepro100.c
1513 Generic Loader
1514 M: Alistair Francis <alistair@alistair23.me>
1515 S: Maintained
1516 F: hw/core/generic-loader.c
1517 F: include/hw/core/generic-loader.h
1518 F: docs/generic-loader.txt
1520 Intel Hexadecimal Object File Loader
1521 M: Su Hang <suhang16@mails.ucas.ac.cn>
1522 S: Maintained
1523 F: tests/hexloader-test.c
1524 F: tests/data/hex-loader/test.hex
1526 CHRP NVRAM
1527 M: Thomas Huth <thuth@redhat.com>
1528 S: Maintained
1529 F: hw/nvram/chrp_nvram.c
1530 F: include/hw/nvram/chrp_nvram.h
1531 F: tests/prom-env-test.c
1533 VM Generation ID
1534 M: Ben Warren <ben@skyportsystems.com>
1535 S: Maintained
1536 F: hw/acpi/vmgenid.c
1537 F: include/hw/acpi/vmgenid.h
1538 F: docs/specs/vmgenid.txt
1539 F: tests/vmgenid-test.c
1540 F: stubs/vmgenid.c
1542 Unimplemented device
1543 M: Peter Maydell <peter.maydell@linaro.org>
1544 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1545 S: Maintained
1546 F: include/hw/misc/unimp.h
1547 F: hw/misc/unimp.c
1549 Standard VGA
1550 M: Gerd Hoffmann <kraxel@redhat.com>
1551 S: Maintained
1552 F: hw/display/vga*
1553 F: hw/display/bochs-display.c
1554 F: include/hw/display/vga.h
1555 F: include/hw/display/bochs-vbe.h
1557 ramfb
1558 M: Gerd Hoffmann <kraxel@redhat.com>
1559 S: Maintained
1560 F: hw/display/ramfb*.c
1561 F: include/hw/display/ramfb.h
1563 virtio-gpu
1564 M: Gerd Hoffmann <kraxel@redhat.com>
1565 S: Maintained
1566 F: hw/display/virtio-gpu*
1567 F: hw/display/virtio-vga.c
1568 F: include/hw/virtio/virtio-gpu.h
1570 Cirrus VGA
1571 M: Gerd Hoffmann <kraxel@redhat.com>
1572 S: Odd Fixes
1573 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1574 F: hw/display/cirrus*
1576 EDID Generator
1577 M: Gerd Hoffmann <kraxel@redhat.com>
1578 S: Maintained
1579 F: hw/display/edid*
1580 F: include/hw/display/edid.h
1581 F: qemu-edid.c
1583 Firmware configuration (fw_cfg)
1584 M: Philippe Mathieu-Daudé <philmd@redhat.com>
1585 R: Laszlo Ersek <lersek@redhat.com>
1586 R: Gerd Hoffmann <kraxel@redhat.com>
1587 S: Supported
1588 F: docs/specs/fw_cfg.txt
1589 F: hw/nvram/fw_cfg.c
1590 F: include/hw/nvram/fw_cfg.h
1591 F: include/standard-headers/linux/qemu_fw_cfg.h
1592 F: tests/libqos/fw_cfg.c
1593 F: tests/fw_cfg-test.c
1594 T: git https://github.com/philmd/qemu.git fw_cfg-next
1596 Subsystems
1597 ----------
1598 Audio
1599 M: Gerd Hoffmann <kraxel@redhat.com>
1600 S: Maintained
1601 F: audio/
1602 F: hw/audio/
1603 F: include/hw/audio/
1604 F: tests/ac97-test.c
1605 F: tests/es1370-test.c
1606 F: tests/intel-hda-test.c
1608 Block layer core
1609 M: Kevin Wolf <kwolf@redhat.com>
1610 M: Max Reitz <mreitz@redhat.com>
1611 L: qemu-block@nongnu.org
1612 S: Supported
1613 F: block*
1614 F: block/
1615 F: hw/block/
1616 F: include/block/
1617 F: qemu-img*
1618 F: qemu-io*
1619 F: tests/qemu-iotests/
1620 F: util/qemu-progress.c
1621 F: qobject/block-qdict.c
1622 F: tests/check-block-qdict.c
1623 T: git https://repo.or.cz/qemu/kevin.git block
1625 Block I/O path
1626 M: Stefan Hajnoczi <stefanha@redhat.com>
1627 M: Fam Zheng <famz@redhat.com>
1628 L: qemu-block@nongnu.org
1629 S: Supported
1630 F: util/async.c
1631 F: util/aio-*.c
1632 F: block/io.c
1633 F: migration/block*
1634 F: include/block/aio.h
1635 F: include/block/aio-wait.h
1636 F: scripts/qemugdb/aio.py
1637 T: git https://github.com/stefanha/qemu.git block
1639 Block SCSI subsystem
1640 M: Paolo Bonzini <pbonzini@redhat.com>
1641 R: Fam Zheng <famz@redhat.com>
1642 L: qemu-block@nongnu.org
1643 S: Supported
1644 F: include/scsi/*
1645 F: scsi/*
1647 Block Jobs
1648 M: Jeff Cody <jcody@redhat.com>
1649 L: qemu-block@nongnu.org
1650 S: Supported
1651 F: blockjob.c
1652 F: include/block/blockjob.h
1653 F: job.c
1654 F: job-qmp.c
1655 F: include/qemu/job.h
1656 F: block/backup.c
1657 F: block/commit.c
1658 F: block/stream.c
1659 F: block/mirror.c
1660 F: qapi/job.json
1661 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1663 Block QAPI, monitor, command line
1664 M: Markus Armbruster <armbru@redhat.com>
1665 S: Supported
1666 F: blockdev.c
1667 F: block/qapi.c
1668 F: qapi/block*.json
1669 F: qapi/transaction.json
1670 T: git https://repo.or.cz/qemu/armbru.git block-next
1672 Dirty Bitmaps
1673 M: Fam Zheng <famz@redhat.com>
1674 M: John Snow <jsnow@redhat.com>
1675 L: qemu-block@nongnu.org
1676 S: Supported
1677 F: util/hbitmap.c
1678 F: block/dirty-bitmap.c
1679 F: include/qemu/hbitmap.h
1680 F: include/block/dirty-bitmap.h
1681 F: tests/test-hbitmap.c
1682 F: docs/interop/bitmaps.rst
1683 T: git https://github.com/famz/qemu.git bitmaps
1684 T: git https://github.com/jnsnow/qemu.git bitmaps
1686 Character device backends
1687 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1688 R: Paolo Bonzini <pbonzini@redhat.com>
1689 S: Maintained
1690 F: chardev/
1691 F: include/chardev/
1692 F: qapi/char.json
1694 Character Devices (Braille)
1695 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1696 S: Maintained
1697 F: chardev/baum.c
1699 Command line option argument parsing
1700 M: Markus Armbruster <armbru@redhat.com>
1701 S: Supported
1702 F: include/qemu/option.h
1703 F: tests/test-keyval.c
1704 F: tests/test-qemu-opts.c
1705 F: util/keyval.c
1706 F: util/qemu-option.c
1708 Coverity model
1709 M: Markus Armbruster <armbru@redhat.com>
1710 S: Supported
1711 F: scripts/coverity-model.c
1714 L: qemu-devel@nongnu.org
1715 S: Supported
1716 F: qom/cpu.c
1717 F: include/qom/cpu.h
1719 Device Tree
1720 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1721 M: Alexander Graf <agraf@suse.de>
1722 S: Maintained
1723 F: device_tree.c
1724 F: include/sysemu/device_tree.h
1726 Dump
1727 S: Supported
1728 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1729 F: dump.c
1730 F: hw/misc/vmcoreinfo.c
1731 F: include/hw/misc/vmcoreinfo.h
1732 F: include/sysemu/dump-arch.h
1733 F: include/sysemu/dump.h
1734 F: scripts/dump-guest-memory.py
1735 F: stubs/dump.c
1737 Error reporting
1738 M: Markus Armbruster <armbru@redhat.com>
1739 S: Supported
1740 F: include/qapi/error.h
1741 F: include/qemu/error-report.h
1742 F: util/error.c
1743 F: util/qemu-error.c
1745 GDB stub
1746 L: qemu-devel@nongnu.org
1747 S: Odd Fixes
1748 F: gdbstub*
1749 F: gdb-xml/
1751 Memory API
1752 M: Paolo Bonzini <pbonzini@redhat.com>
1753 S: Supported
1754 F: include/exec/ioport.h
1755 F: ioport.c
1756 F: include/exec/memory.h
1757 F: include/exec/ram_addr.h
1758 F: memory.c
1759 F: include/exec/memory-internal.h
1760 F: exec.c
1762 SPICE
1763 M: Gerd Hoffmann <kraxel@redhat.com>
1764 S: Supported
1765 F: include/ui/qemu-spice.h
1766 F: include/ui/spice-display.h
1767 F: ui/spice-*.c
1768 F: audio/spiceaudio.c
1769 F: hw/display/qxl*
1770 F: qapi/ui.json
1772 Graphics
1773 M: Gerd Hoffmann <kraxel@redhat.com>
1774 S: Odd Fixes
1775 F: ui/
1776 F: include/ui/
1777 F: qapi/ui.json
1778 F: util/drm.c
1780 Cocoa graphics
1781 M: Peter Maydell <peter.maydell@linaro.org>
1782 S: Odd Fixes
1783 F: ui/cocoa.m
1785 Main loop
1786 M: Paolo Bonzini <pbonzini@redhat.com>
1787 S: Maintained
1788 F: cpus.c
1789 F: util/main-loop.c
1790 F: util/qemu-timer.c
1791 F: vl.c
1792 F: qapi/run-state.json
1794 Human Monitor (HMP)
1795 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1796 S: Maintained
1797 F: monitor.c
1798 F: hmp.[ch]
1799 F: hmp-commands*.hx
1800 F: include/monitor/hmp-target.h
1801 F: tests/test-hmp.c
1803 Network device backends
1804 M: Jason Wang <jasowang@redhat.com>
1805 S: Maintained
1806 F: net/
1807 F: include/net/
1808 T: git https://github.com/jasowang/qemu.git net
1809 F: qapi/net.json
1811 Netmap network backend
1812 M: Luigi Rizzo <rizzo@iet.unipi.it>
1813 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1814 M: Vincenzo Maffione <v.maffione@gmail.com>
1815 W: http://info.iet.unipi.it/~luigi/netmap/
1816 S: Maintained
1817 F: net/netmap.c
1819 NUMA
1820 M: Eduardo Habkost <ehabkost@redhat.com>
1821 S: Maintained
1822 F: numa.c
1823 F: include/sysemu/numa.h
1824 T: git https://github.com/ehabkost/qemu.git machine-next
1826 Host Memory Backends
1827 M: Eduardo Habkost <ehabkost@redhat.com>
1828 M: Igor Mammedov <imammedo@redhat.com>
1829 S: Maintained
1830 F: backends/hostmem*.c
1831 F: include/sysemu/hostmem.h
1832 T: git https://github.com/ehabkost/qemu.git machine-next
1834 Cryptodev Backends
1835 M: Gonglei <arei.gonglei@huawei.com>
1836 S: Maintained
1837 F: include/sysemu/cryptodev*.h
1838 F: backends/cryptodev*.c
1840 Python scripts
1841 M: Eduardo Habkost <ehabkost@redhat.com>
1842 M: Cleber Rosa <crosa@redhat.com>
1843 S: Odd fixes
1844 F: scripts/qmp/*
1845 F: scripts/*.py
1846 F: tests/*.py
1848 QAPI
1849 M: Markus Armbruster <armbru@redhat.com>
1850 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1851 S: Supported
1852 F: qapi/
1853 X: qapi/*.json
1854 F: include/qapi/
1855 X: include/qapi/qmp/
1856 F: include/qapi/qmp/dispatch.h
1857 F: tests/qapi-schema/
1858 F: tests/test-*-visitor.c
1859 F: tests/test-qapi-*.c
1860 F: tests/test-qmp-*.c
1861 F: tests/test-visitor-serialization.c
1862 F: scripts/qapi-gen.py
1863 F: scripts/qapi/*
1864 F: docs/devel/qapi*
1865 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1867 QAPI Schema
1868 M: Eric Blake <eblake@redhat.com>
1869 M: Markus Armbruster <armbru@redhat.com>
1870 S: Supported
1871 F: qapi/*.json
1872 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1874 QObject
1875 M: Markus Armbruster <armbru@redhat.com>
1876 S: Supported
1877 F: qobject/
1878 F: include/qapi/qmp/
1879 X: include/qapi/qmp/dispatch.h
1880 F: scripts/coccinelle/qobject.cocci
1881 F: tests/check-qdict.c
1882 F: tests/check-qnum.c
1883 F: tests/check-qjson.c
1884 F: tests/check-qlist.c
1885 F: tests/check-qstring.c
1886 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1888 QEMU Guest Agent
1889 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1890 S: Maintained
1891 F: qga/
1892 F: qemu-ga.texi
1893 F: scripts/qemu-guest-agent/
1894 F: tests/test-qga.c
1895 F: docs/interop/qemu-ga-ref.texi
1896 T: git https://github.com/mdroth/qemu.git qga
1899 M: Andreas Färber <afaerber@suse.de>
1900 S: Supported
1901 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1902 F: include/qom/
1903 X: include/qom/cpu.h
1904 F: qom/
1905 X: qom/cpu.c
1906 F: tests/check-qom-interface.c
1907 F: tests/check-qom-proplist.c
1910 M: Markus Armbruster <armbru@redhat.com>
1911 S: Supported
1912 F: qmp.c
1913 F: monitor.c
1914 F: docs/devel/*qmp-*
1915 F: scripts/qmp/
1916 F: tests/qmp-test.c
1917 F: tests/qmp-cmd-test.c
1918 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1920 qtest
1921 M: Thomas Huth <thuth@redhat.com>
1922 M: Laurent Vivier <lvivier@redhat.com>
1923 R: Paolo Bonzini <pbonzini@redhat.com>
1924 S: Maintained
1925 F: qtest.c
1926 F: tests/libqtest.*
1927 F: tests/libqos/
1928 F: tests/*-test.c
1930 Register API
1931 M: Alistair Francis <alistair@alistair23.me>
1932 S: Maintained
1933 F: hw/core/register.c
1934 F: include/hw/register.h
1935 F: include/hw/registerfields.h
1937 SLIRP
1938 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1939 M: Jan Kiszka <jan.kiszka@siemens.com>
1940 S: Maintained
1941 F: slirp/
1942 F: net/slirp.c
1943 F: include/net/slirp.h
1944 T: git https://people.debian.org/~sthibault/qemu.git slirp
1945 T: git git://git.kiszka.org/qemu.git queues/slirp
1947 Stubs
1948 M: Paolo Bonzini <pbonzini@redhat.com>
1949 S: Maintained
1950 F: stubs/
1952 Tracing
1953 M: Stefan Hajnoczi <stefanha@redhat.com>
1954 S: Maintained
1955 F: trace/
1956 F: trace-events
1957 F: qemu-option-trace.texi
1958 F: scripts/tracetool.py
1959 F: scripts/tracetool/
1960 F: docs/devel/tracing.txt
1961 T: git https://github.com/stefanha/qemu.git tracing
1964 M: Stefan Berger <stefanb@linux.ibm.com>
1965 S: Maintained
1966 F: tpm.c
1967 F: stubs/tpm.c
1968 F: hw/tpm/*
1969 F: include/hw/acpi/tpm.h
1970 F: include/sysemu/tpm*
1971 F: qapi/tpm.json
1972 F: backends/tpm.c
1973 F: tests/*tpm*
1974 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1976 Checkpatch
1977 S: Odd Fixes
1978 F: scripts/checkpatch.pl
1980 Migration
1981 M: Juan Quintela <quintela@redhat.com>
1982 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1983 S: Maintained
1984 F: include/migration/
1985 F: migration/
1986 F: scripts/vmstate-static-checker.py
1987 F: tests/vmstate-static-checker-data/
1988 F: tests/migration-test.c
1989 F: docs/devel/migration.rst
1990 F: qapi/migration.json
1992 Seccomp
1993 M: Eduardo Otubo <otubo@redhat.com>
1994 S: Supported
1995 F: qemu-seccomp.c
1996 F: include/sysemu/seccomp.h
1998 Cryptography
1999 M: Daniel P. Berrange <berrange@redhat.com>
2000 S: Maintained
2001 F: crypto/
2002 F: include/crypto/
2003 F: tests/test-crypto-*
2004 F: tests/benchmark-crypto-*
2005 F: qemu.sasl
2007 Coroutines
2008 M: Stefan Hajnoczi <stefanha@redhat.com>
2009 M: Kevin Wolf <kwolf@redhat.com>
2010 F: util/*coroutine*
2011 F: include/qemu/coroutine*
2012 F: tests/test-coroutine.c
2014 Buffers
2015 M: Daniel P. Berrange <berrange@redhat.com>
2016 S: Odd fixes
2017 F: util/buffer.c
2018 F: include/qemu/buffer.h
2020 I/O Channels
2021 M: Daniel P. Berrange <berrange@redhat.com>
2022 S: Maintained
2023 F: io/
2024 F: include/io/
2025 F: tests/test-io-*
2027 Sockets
2028 M: Daniel P. Berrange <berrange@redhat.com>
2029 M: Gerd Hoffmann <kraxel@redhat.com>
2030 S: Maintained
2031 F: include/qemu/sockets.h
2032 F: util/qemu-sockets.c
2033 F: qapi/sockets.json
2035 Throttling infrastructure
2036 M: Alberto Garcia <berto@igalia.com>
2037 S: Supported
2038 F: block/throttle-groups.c
2039 F: include/block/throttle-groups.h
2040 F: include/qemu/throttle*.h
2041 F: util/throttle.c
2042 F: docs/throttle.txt
2043 F: tests/test-throttle.c
2044 L: qemu-block@nongnu.org
2046 UUID
2047 M: Fam Zheng <famz@redhat.com>
2048 S: Supported
2049 F: util/uuid.c
2050 F: include/qemu/uuid.h
2051 F: tests/test-uuid.c
2053 COLO Framework
2054 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
2055 S: Maintained
2056 F: migration/colo*
2057 F: include/migration/colo.h
2058 F: include/migration/failover.h
2059 F: docs/COLO-FT.txt
2061 COLO Proxy
2062 M: Zhang Chen <zhangckid@gmail.com>
2063 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2064 S: Supported
2065 F: docs/colo-proxy.txt
2066 F: net/colo*
2067 F: net/filter-rewriter.c
2068 F: net/filter-mirror.c
2070 Record/replay
2071 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2072 R: Paolo Bonzini <pbonzini@redhat.com>
2073 W: https://wiki.qemu.org/Features/record-replay
2074 S: Supported
2075 F: replay/*
2076 F: block/blkreplay.c
2077 F: net/filter-replay.c
2078 F: include/sysemu/replay.h
2079 F: docs/replay.txt
2080 F: stubs/replay.c
2082 IOVA Tree
2083 M: Peter Xu <peterx@redhat.com>
2084 S: Maintained
2085 F: include/qemu/iova-tree.h
2086 F: util/iova-tree.c
2088 elf2dmp
2089 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2090 S: Maintained
2091 F: contrib/elf2dmp/
2093 Usermode Emulation
2094 ------------------
2095 Overall
2096 M: Riku Voipio <riku.voipio@iki.fi>
2097 S: Maintained
2098 F: thunk.c
2099 F: accel/tcg/user-exec*.c
2101 BSD user
2102 S: Orphan
2103 F: bsd-user/
2104 F: default-configs/*-bsd-user.mak
2106 Linux user
2107 M: Riku Voipio <riku.voipio@iki.fi>
2108 R: Laurent Vivier <laurent@vivier.eu>
2109 S: Maintained
2110 F: linux-user/
2111 F: default-configs/*-linux-user.mak
2112 F: scripts/qemu-binfmt-conf.sh
2114 Tiny Code Generator (TCG)
2115 -------------------------
2116 Common code
2117 M: Richard Henderson <rth@twiddle.net>
2118 S: Maintained
2119 F: tcg/
2121 AArch64 target
2122 M: Claudio Fontana <claudio.fontana@huawei.com>
2123 M: Claudio Fontana <claudio.fontana@gmail.com>
2124 S: Maintained
2125 L: qemu-arm@nongnu.org
2126 F: tcg/aarch64/
2127 F: disas/arm-a64.cc
2128 F: disas/libvixl/
2130 ARM target
2131 M: Andrzej Zaborowski <balrogg@gmail.com>
2132 S: Maintained
2133 L: qemu-arm@nongnu.org
2134 F: tcg/arm/
2135 F: disas/arm.c
2137 i386 target
2138 L: qemu-devel@nongnu.org
2139 S: Maintained
2140 F: tcg/i386/
2141 F: disas/i386.c
2143 MIPS target
2144 M: Aurelien Jarno <aurelien@aurel32.net>
2145 R: Stefan Markovic <smarkovic@wavecomp.com>
2146 S: Maintained
2147 F: tcg/mips/
2148 F: disas/mips.c
2151 M: Richard Henderson <rth@twiddle.net>
2152 S: Odd Fixes
2153 F: tcg/ppc/
2154 F: disas/ppc.c
2156 S390 target
2157 M: Richard Henderson <rth@twiddle.net>
2158 S: Maintained
2159 F: tcg/s390/
2160 F: disas/s390.c
2161 L: qemu-s390x@nongnu.org
2163 SPARC target
2164 S: Odd Fixes
2165 F: tcg/sparc/
2166 F: disas/sparc.c
2168 TCI target
2169 M: Stefan Weil <sw@weilnetz.de>
2170 S: Maintained
2171 F: tcg/tci/
2172 F: tcg/tci.c
2173 F: disas/tci.c
2175 Block drivers
2176 -------------
2177 VMDK
2178 M: Fam Zheng <famz@redhat.com>
2179 L: qemu-block@nongnu.org
2180 S: Supported
2181 F: block/vmdk.c
2184 M: Josh Durgin <jdurgin@redhat.com>
2185 M: Jeff Cody <jcody@redhat.com>
2186 L: qemu-block@nongnu.org
2187 S: Supported
2188 F: block/rbd.c
2189 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2191 Sheepdog
2192 M: Liu Yuan <namei.unix@gmail.com>
2193 M: Jeff Cody <jcody@redhat.com>
2194 L: qemu-block@nongnu.org
2195 S: Supported
2196 F: block/sheepdog.c
2197 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2199 VHDX
2200 M: Jeff Cody <jcody@redhat.com>
2201 L: qemu-block@nongnu.org
2202 S: Supported
2203 F: block/vhdx*
2204 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2207 M: Stefan Weil <sw@weilnetz.de>
2208 L: qemu-block@nongnu.org
2209 S: Maintained
2210 F: block/vdi.c
2212 iSCSI
2213 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2214 M: Paolo Bonzini <pbonzini@redhat.com>
2215 M: Peter Lieven <pl@kamp.de>
2216 L: qemu-block@nongnu.org
2217 S: Odd Fixes
2218 F: block/iscsi.c
2219 F: block/iscsi-opts.c
2221 Network Block Device (NBD)
2222 M: Eric Blake <eblake@redhat.com>
2223 L: qemu-block@nongnu.org
2224 S: Maintained
2225 F: block/nbd*
2226 F: nbd/
2227 F: include/block/nbd*
2228 F: qemu-nbd.*
2229 F: blockdev-nbd.c
2230 F: docs/interop/nbd.txt
2231 T: git https://repo.or.cz/qemu/ericb.git nbd
2234 M: Jeff Cody <jcody@redhat.com>
2235 M: Peter Lieven <pl@kamp.de>
2236 L: qemu-block@nongnu.org
2237 S: Maintained
2238 F: block/nfs.c
2239 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2242 M: Richard W.M. Jones <rjones@redhat.com>
2243 M: Jeff Cody <jcody@redhat.com>
2244 L: qemu-block@nongnu.org
2245 S: Supported
2246 F: block/ssh.c
2247 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2249 CURL
2250 M: Jeff Cody <jcody@redhat.com>
2251 L: qemu-block@nongnu.org
2252 S: Supported
2253 F: block/curl.c
2254 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2256 GLUSTER
2257 M: Jeff Cody <jcody@redhat.com>
2258 L: qemu-block@nongnu.org
2259 S: Supported
2260 F: block/gluster.c
2261 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2263 Null Block Driver
2264 M: Fam Zheng <famz@redhat.com>
2265 L: qemu-block@nongnu.org
2266 S: Supported
2267 F: block/null.c
2269 NVMe Block Driver
2270 M: Fam Zheng <famz@redhat.com>
2271 L: qemu-block@nongnu.org
2272 S: Supported
2273 F: block/nvme*
2275 Bootdevice
2276 M: Gonglei <arei.gonglei@huawei.com>
2277 S: Maintained
2278 F: bootdevice.c
2280 Quorum
2281 M: Alberto Garcia <berto@igalia.com>
2282 S: Supported
2283 F: block/quorum.c
2284 L: qemu-block@nongnu.org
2286 blklogwrites
2287 M: Ari Sundholm <ari@tuxera.com>
2288 L: qemu-block@nongnu.org
2289 S: Supported
2290 F: block/blklogwrites.c
2292 blkverify
2293 M: Stefan Hajnoczi <stefanha@redhat.com>
2294 L: qemu-block@nongnu.org
2295 S: Supported
2296 F: block/blkverify.c
2298 bochs
2299 M: Stefan Hajnoczi <stefanha@redhat.com>
2300 L: qemu-block@nongnu.org
2301 S: Supported
2302 F: block/bochs.c
2304 cloop
2305 M: Stefan Hajnoczi <stefanha@redhat.com>
2306 L: qemu-block@nongnu.org
2307 S: Supported
2308 F: block/cloop.c
2311 M: Stefan Hajnoczi <stefanha@redhat.com>
2312 L: qemu-block@nongnu.org
2313 S: Supported
2314 F: block/dmg.c
2316 parallels
2317 M: Stefan Hajnoczi <stefanha@redhat.com>
2318 M: Denis V. Lunev <den@openvz.org>
2319 L: qemu-block@nongnu.org
2320 S: Supported
2321 F: block/parallels.c
2322 F: docs/interop/parallels.txt
2325 M: Stefan Hajnoczi <stefanha@redhat.com>
2326 L: qemu-block@nongnu.org
2327 S: Supported
2328 F: block/qed.c
2331 M: Kevin Wolf <kwolf@redhat.com>
2332 L: qemu-block@nongnu.org
2333 S: Supported
2334 F: block/linux-aio.c
2335 F: include/block/raw-aio.h
2336 F: block/raw-format.c
2337 F: block/file-posix.c
2338 F: block/file-win32.c
2339 F: block/win32-aio.c
2341 qcow2
2342 M: Kevin Wolf <kwolf@redhat.com>
2343 M: Max Reitz <mreitz@redhat.com>
2344 L: qemu-block@nongnu.org
2345 S: Supported
2346 F: block/qcow2*
2347 F: docs/interop/qcow2.txt
2349 qcow
2350 M: Kevin Wolf <kwolf@redhat.com>
2351 L: qemu-block@nongnu.org
2352 S: Supported
2353 F: block/qcow.c
2355 blkdebug
2356 M: Kevin Wolf <kwolf@redhat.com>
2357 M: Max Reitz <mreitz@redhat.com>
2358 L: qemu-block@nongnu.org
2359 S: Supported
2360 F: block/blkdebug.c
2363 M: Kevin Wolf <kwolf@redhat.com>
2364 L: qemu-block@nongnu.org
2365 S: Supported
2366 F: block/vpc.c
2368 vvfat
2369 M: Kevin Wolf <kwolf@redhat.com>
2370 L: qemu-block@nongnu.org
2371 S: Supported
2372 F: block/vvfat.c
2374 Image format fuzzer
2375 M: Stefan Hajnoczi <stefanha@redhat.com>
2376 L: qemu-block@nongnu.org
2377 S: Supported
2378 F: tests/image-fuzzer/
2380 Replication
2381 M: Wen Congyang <wencongyang2@huawei.com>
2382 M: Xie Changlong <xiechanglong.d@gmail.com>
2383 S: Supported
2384 F: replication*
2385 F: block/replication.c
2386 F: tests/test-replication.c
2387 F: docs/block-replication.txt
2389 PVRDMA
2390 M: Yuval Shaia <yuval.shaia@oracle.com>
2391 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2392 S: Maintained
2393 F: hw/rdma/*
2394 F: hw/rdma/vmw/*
2395 F: docs/pvrdma.txt
2397 Build and test automation
2398 -------------------------
2399 Build and test automation
2400 M: Alex Bennée <alex.bennee@linaro.org>
2401 M: Fam Zheng <famz@redhat.com>
2402 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2403 L: qemu-devel@nongnu.org
2404 S: Maintained
2405 F: .travis.yml
2406 F: scripts/travis/
2407 F: .shippable.yml
2408 F: tests/docker/
2409 F: tests/vm/
2410 W: https://travis-ci.org/qemu/qemu
2411 W: https://app.shippable.com/github/qemu/qemu
2412 W: http://patchew.org/QEMU/
2414 Guest Test Compilation Support
2415 M: Alex Bennée <alex.bennee@linaro.org>
2416 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2417 F: tests/tcg/Makefile
2418 F: tests/tcg/Makefile.include
2419 L: qemu-devel@nongnu.org
2421 Documentation
2422 -------------
2423 Build system architecture
2424 M: Daniel P. Berrange <berrange@redhat.com>
2425 S: Odd Fixes
2426 F: docs/devel/build-system.txt
2428 Incompatible changes
2429 R: libvir-list@redhat.com
2430 F: qemu-deprecated.texi
2432 Build System
2433 ------------
2434 GIT submodules
2435 M: Daniel P. Berrange <berrange@redhat.com>
2436 S: Odd Fixes
2437 F: scripts/git-submodule.sh