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