hw: AC97: make it more QOMconventional
[qemu/ar7.git] / MAINTAINERS
blobd794bd7a66fe2962aaebc20e6684705798d1af68
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         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
57 All patches CC here
58 L: qemu-devel@nongnu.org
59 F: *
60 F: */
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
73 S: Maintained
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
79 Architecture support
80 --------------------
81 S390
82 M: Cornelia Huck <cohuck@redhat.com>
83 S: Supported
84 F: default-configs/s390x-softmmu.mak
85 F: gdb-xml/s390*.xml
86 F: hw/char/sclp*.[hc]
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
90 F: hw/s390x/
91 F: hw/vfio/ap.c
92 F: hw/vfio/ccw.c
93 F: hw/watchdog/wdt_diag288.c
94 F: include/hw/s390x/
95 F: include/hw/watchdog/wdt_diag288.h
96 F: pc-bios/s390-ccw/
97 F: pc-bios/s390-ccw.img
98 F: target/s390x/
99 F: docs/vfio-ap.txt
100 K: ^Subject:.*(?i)s390x?
101 T: git git://github.com/cohuck/qemu.git s390-next
102 L: qemu-s390x@nongnu.org
104 Guest CPU cores (TCG):
105 ----------------------
106 Overall
107 L: qemu-devel@nongnu.org
108 M: Paolo Bonzini <pbonzini@redhat.com>
109 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
110 M: Richard Henderson <rth@twiddle.net>
111 S: Maintained
112 F: cpus.c
113 F: exec.c
114 F: accel/tcg/
115 F: include/exec/cpu*.h
116 F: include/exec/exec-all.h
117 F: include/exec/helper*.h
118 F: include/exec/tb-hash.h
119 F: include/sysemu/cpus.h
121 FPU emulation
122 M: Aurelien Jarno <aurelien@aurel32.net>
123 M: Peter Maydell <peter.maydell@linaro.org>
124 S: Odd Fixes
125 F: fpu/
126 F: include/fpu/
128 Alpha
129 M: Richard Henderson <rth@twiddle.net>
130 S: Maintained
131 F: target/alpha/
132 F: tests/tcg/alpha/
133 F: disas/alpha.c
136 M: Peter Maydell <peter.maydell@linaro.org>
137 L: qemu-arm@nongnu.org
138 S: Maintained
139 F: target/arm/
140 F: tests/tcg/arm/
141 F: tests/tcg/aarch64/
142 F: hw/arm/
143 F: hw/cpu/a*mpcore.c
144 F: include/hw/cpu/a*mpcore.h
145 F: disas/arm.c
146 F: disas/arm-a64.cc
147 F: disas/libvixl/
149 CRIS
150 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
151 S: Maintained
152 F: target/cris/
153 F: hw/cris/
154 F: include/hw/cris/
155 F: tests/tcg/cris/
156 F: disas/cris.c
158 HPPA (PA-RISC)
159 M: Richard Henderson <rth@twiddle.net>
160 S: Maintained
161 F: target/hppa/
162 F: hw/hppa/
163 F: disas/hppa.c
165 LM32
166 M: Michael Walle <michael@walle.cc>
167 S: Maintained
168 F: target/lm32/
169 F: disas/lm32.c
170 F: hw/lm32/
171 F: hw/*/lm32_*
172 F: hw/*/milkymist-*
173 F: include/hw/char/lm32_juart.h
174 F: include/hw/lm32/
175 F: tests/tcg/lm32/
177 M68K
178 M: Laurent Vivier <laurent@vivier.eu>
179 S: Maintained
180 F: target/m68k/
181 F: disas/m68k.c
183 MicroBlaze
184 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
185 S: Maintained
186 F: target/microblaze/
187 F: hw/microblaze/
188 F: disas/microblaze.c
190 MIPS
191 M: Aurelien Jarno <aurelien@aurel32.net>
192 M: Aleksandar Markovic <amarkovic@wavecomp.com>
193 S: Maintained
194 F: target/mips/
195 F: hw/mips/
196 F: hw/misc/mips_*
197 F: hw/intc/mips_gic.c
198 F: hw/timer/mips_gictimer.c
199 F: include/hw/mips/
200 F: include/hw/misc/mips_*
201 F: include/hw/intc/mips_gic.h
202 F: include/hw/timer/mips_gictimer.h
203 F: tests/tcg/mips/
204 F: disas/mips.c
205 F: disas/nanomips.h
206 F: disas/nanomips.cpp
208 Moxie
209 M: Anthony Green <green@moxielogic.com>
210 S: Maintained
211 F: target/moxie/
212 F: disas/moxie.c
213 F: hw/moxie/
214 F: default-configs/moxie-softmmu.mak
216 NiosII
217 M: Chris Wulff <crwulff@gmail.com>
218 M: Marek Vasut <marex@denx.de>
219 S: Maintained
220 F: target/nios2/
221 F: hw/nios2/
222 F: disas/nios2.c
224 OpenRISC
225 M: Stafford Horne <shorne@gmail.com>
226 S: Odd Fixes
227 F: target/openrisc/
228 F: hw/openrisc/
229 F: tests/tcg/openrisc/
231 PowerPC
232 M: David Gibson <david@gibson.dropbear.id.au>
233 M: Alexander Graf <agraf@suse.de>
234 L: qemu-ppc@nongnu.org
235 S: Maintained
236 F: target/ppc/
237 F: hw/ppc/
238 F: include/hw/ppc/
239 F: disas/ppc.c
241 RISC-V
242 M: Michael Clark <mjc@sifive.com>
243 M: Palmer Dabbelt <palmer@sifive.com>
244 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
245 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
246 S: Maintained
247 F: target/riscv/
248 F: hw/riscv/
249 F: include/hw/riscv/
250 F: disas/riscv.c
252 S390
253 M: Richard Henderson <rth@twiddle.net>
254 M: Alexander Graf <agraf@suse.de>
255 M: David Hildenbrand <david@redhat.com>
256 S: Maintained
257 F: target/s390x/
258 F: hw/s390x/
259 F: disas/s390.c
260 F: tests/tcg/s390x/
261 L: qemu-s390x@nongnu.org
264 M: Aurelien Jarno <aurelien@aurel32.net>
265 S: Odd Fixes
266 F: target/sh4/
267 F: hw/sh4/
268 F: disas/sh4.c
269 F: include/hw/sh4/
271 SPARC
272 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
273 M: Artyom Tarasenko <atar4qemu@gmail.com>
274 S: Maintained
275 F: target/sparc/
276 F: hw/sparc/
277 F: hw/sparc64/
278 F: disas/sparc.c
280 UniCore32
281 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
282 S: Maintained
283 F: target/unicore32/
284 F: hw/unicore32/
285 F: include/hw/unicore32/
288 M: Paolo Bonzini <pbonzini@redhat.com>
289 M: Richard Henderson <rth@twiddle.net>
290 M: Eduardo Habkost <ehabkost@redhat.com>
291 S: Maintained
292 F: target/i386/
293 F: tests/tcg/i386/
294 F: tests/tcg/x86_64/
295 F: hw/i386/
296 F: disas/i386.c
297 F: docs/qemu-cpu-models.texi
298 T: git git://github.com/ehabkost/qemu.git x86-next
300 Xtensa
301 M: Max Filippov <jcmvbkbc@gmail.com>
302 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
303 S: Maintained
304 F: target/xtensa/
305 F: hw/xtensa/
306 F: tests/tcg/xtensa/
307 F: disas/xtensa.c
309 TriCore
310 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
311 S: Maintained
312 F: target/tricore/
313 F: hw/tricore/
314 F: include/hw/tricore/
316 Multiarch Linux User Tests
317 M: Alex Bennée <alex.bennee@linaro.org>
318 F: tests/tcg/multiarch/
320 Guest CPU Cores (KVM):
321 ----------------------
323 Overall
324 M: Paolo Bonzini <pbonzini@redhat.com>
325 L: kvm@vger.kernel.org
326 S: Supported
327 F: */kvm.*
328 F: accel/kvm/
329 F: include/sysemu/kvm*.h
332 M: Peter Maydell <peter.maydell@linaro.org>
333 L: qemu-arm@nongnu.org
334 S: Maintained
335 F: target/arm/kvm.c
337 MIPS
338 M: James Hogan <jhogan@kernel.org>
339 S: Maintained
340 F: target/mips/kvm.c
343 M: Alexander Graf <agraf@suse.de>
344 S: Maintained
345 F: target/ppc/kvm.c
347 S390
348 M: Christian Borntraeger <borntraeger@de.ibm.com>
349 M: Cornelia Huck <cohuck@redhat.com>
350 M: Alexander Graf <agraf@suse.de>
351 S: Maintained
352 F: target/s390x/kvm.c
353 F: target/s390x/kvm_s390x.h
354 F: target/s390x/kvm-stub.c
355 F: target/s390x/ioinst.[ch]
356 F: target/s390x/machine.c
357 F: target/s390x/sigp.c
358 F: hw/intc/s390_flic.c
359 F: hw/intc/s390_flic_kvm.c
360 F: include/hw/s390x/s390_flic.h
361 F: gdb-xml/s390*.xml
362 T: git git://github.com/cohuck/qemu.git s390-next
363 T: git git://github.com/borntraeger/qemu.git s390-next
364 L: qemu-s390x@nongnu.org
367 M: Paolo Bonzini <pbonzini@redhat.com>
368 M: Marcelo Tosatti <mtosatti@redhat.com>
369 L: kvm@vger.kernel.org
370 S: Supported
371 F: target/i386/kvm.c
373 Guest CPU Cores (Xen):
374 ----------------------
377 M: Stefano Stabellini <sstabellini@kernel.org>
378 M: Anthony Perard <anthony.perard@citrix.com>
379 L: xen-devel@lists.xenproject.org
380 S: Supported
381 F: */xen*
382 F: hw/9pfs/xen-9p-backend.c
383 F: hw/char/xen_console.c
384 F: hw/display/xenfb.c
385 F: hw/net/xen_nic.c
386 F: hw/block/xen_*
387 F: hw/xen/
388 F: hw/xenpv/
389 F: hw/i386/xen/
390 F: include/hw/xen/
391 F: include/sysemu/xen-mapcache.h
393 Hosts:
394 ------
396 LINUX
397 L: qemu-devel@nongnu.org
398 S: Maintained
399 F: linux-*
400 F: linux-headers/
402 POSIX
403 L: qemu-devel@nongnu.org
404 S: Maintained
405 F: *posix*
407 NETBSD
408 L: qemu-devel@nongnu.org
409 M: Kamil Rytarowski <kamil@netbsd.org>
410 S: Maintained
411 K: ^Subject:.*(?i)NetBSD
413 OPENBSD
414 L: qemu-devel@nongnu.org
415 M: Brad Smith <brad@comstyle.com>
416 S: Maintained
417 K: ^Subject:.*(?i)OpenBSD
419 W32, W64
420 L: qemu-devel@nongnu.org
421 M: Stefan Weil <sw@weilnetz.de>
422 S: Maintained
423 F: *win32*
424 F: */*win32*
425 F: include/*/*win32*
426 X: qga/*win32*
427 F: qemu.nsi
429 Alpha Machines
430 M: Richard Henderson <rth@twiddle.net>
431 S: Maintained
432 F: hw/alpha/
433 F: hw/isa/smc37c669-superio.c
435 ARM Machines
436 ------------
437 Allwinner-a10
438 M: Beniamino Galvani <b.galvani@gmail.com>
439 L: qemu-arm@nongnu.org
440 S: Maintained
441 F: hw/*/allwinner*
442 F: include/hw/*/allwinner*
443 F: hw/arm/cubieboard.c
445 ARM PrimeCell and CMSDK devices
446 M: Peter Maydell <peter.maydell@linaro.org>
447 L: qemu-arm@nongnu.org
448 S: Maintained
449 F: hw/char/pl011.c
450 F: include/hw/char/pl011.h
451 F: hw/display/pl110*
452 F: hw/dma/pl080.c
453 F: include/hw/dma/pl080.h
454 F: hw/dma/pl330.c
455 F: hw/gpio/pl061.c
456 F: hw/input/pl050.c
457 F: hw/intc/pl190.c
458 F: hw/sd/pl181.c
459 F: hw/ssi/pl022.c
460 F: include/hw/ssi/pl022.h
461 F: hw/timer/pl031.c
462 F: include/hw/arm/primecell.h
463 F: hw/timer/cmsdk-apb-timer.c
464 F: include/hw/timer/cmsdk-apb-timer.h
465 F: hw/timer/cmsdk-apb-dualtimer.c
466 F: include/hw/timer/cmsdk-apb-dualtimer.h
467 F: hw/char/cmsdk-apb-uart.c
468 F: include/hw/char/cmsdk-apb-uart.h
469 F: hw/watchdog/cmsdk-apb-watchdog.c
470 F: include/hw/watchdog/cmsdk-apb-watchdog.h
471 F: hw/misc/tz-ppc.c
472 F: include/hw/misc/tz-ppc.h
473 F: hw/misc/tz-mpc.c
474 F: include/hw/misc/tz-mpc.h
475 F: hw/misc/tz-msc.c
476 F: include/hw/misc/tz-msc.h
478 ARM cores
479 M: Peter Maydell <peter.maydell@linaro.org>
480 L: qemu-arm@nongnu.org
481 S: Maintained
482 F: hw/intc/arm*
483 F: hw/intc/gic_internal.h
484 F: hw/misc/a9scu.c
485 F: hw/misc/arm11scu.c
486 F: hw/timer/a9gtimer*
487 F: hw/timer/arm*
488 F: include/hw/arm/arm*.h
489 F: include/hw/intc/arm*
490 F: include/hw/misc/a9scu.h
491 F: include/hw/misc/arm11scu.h
492 F: include/hw/timer/a9gtimer.h
493 F: include/hw/timer/arm_mptimer.h
494 F: include/hw/timer/armv7m_systick.h
495 F: tests/test-arm-mptimer.c
497 Exynos
498 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
499 L: qemu-arm@nongnu.org
500 S: Maintained
501 F: hw/*/exynos*
502 F: include/hw/arm/exynos4210.h
504 Calxeda Highbank
505 M: Rob Herring <robh@kernel.org>
506 L: qemu-arm@nongnu.org
507 S: Maintained
508 F: hw/arm/highbank.c
509 F: hw/net/xgmac.c
511 Canon DIGIC
512 M: Antony Pavlov <antonynpavlov@gmail.com>
513 L: qemu-arm@nongnu.org
514 S: Maintained
515 F: include/hw/arm/digic.h
516 F: hw/*/digic*
518 Gumstix
519 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
520 L: qemu-devel@nongnu.org
521 L: qemu-arm@nongnu.org
522 S: Odd Fixes
523 F: hw/arm/gumstix.c
525 i.MX31
526 M: Peter Chubb <peter.chubb@nicta.com.au>
527 L: qemu-arm@nongnu.org
528 S: Odd fixes
529 F: hw/*/imx*
530 F: include/hw/*/imx*
531 F: hw/arm/kzm.c
532 F: include/hw/arm/fsl-imx31.h
534 Integrator CP
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
537 S: Maintained
538 F: hw/arm/integratorcp.c
539 F: hw/misc/arm_integrator_debug.c
541 MPS2
542 M: Peter Maydell <peter.maydell@linaro.org>
543 L: qemu-arm@nongnu.org
544 S: Maintained
545 F: hw/arm/mps2.c
546 F: hw/arm/mps2-tz.c
547 F: hw/misc/mps2-*.c
548 F: include/hw/misc/mps2-*.h
549 F: hw/arm/iotkit.c
550 F: include/hw/arm/iotkit.h
551 F: hw/misc/iotkit-sysctl.c
552 F: include/hw/misc/iotkit-sysctl.h
553 F: hw/misc/iotkit-sysinfo.c
554 F: include/hw/misc/iotkit-sysinfo.h
556 Musicpal
557 M: Jan Kiszka <jan.kiszka@web.de>
558 L: qemu-arm@nongnu.org
559 S: Maintained
560 F: hw/arm/musicpal.c
562 nSeries
563 M: Andrzej Zaborowski <balrogg@gmail.com>
564 L: qemu-arm@nongnu.org
565 S: Maintained
566 F: hw/arm/nseries.c
568 Palm
569 M: Andrzej Zaborowski <balrogg@gmail.com>
570 L: qemu-arm@nongnu.org
571 S: Maintained
572 F: hw/arm/palm.c
574 Real View
575 M: Peter Maydell <peter.maydell@linaro.org>
576 L: qemu-arm@nongnu.org
577 S: Maintained
578 F: hw/arm/realview*
579 F: hw/cpu/realview_mpcore.c
580 F: hw/intc/realview_gic.c
581 F: include/hw/intc/realview_gic.h
583 PXA2XX
584 M: Andrzej Zaborowski <balrogg@gmail.com>
585 L: qemu-arm@nongnu.org
586 S: Maintained
587 F: hw/arm/mainstone.c
588 F: hw/arm/spitz.c
589 F: hw/arm/tosa.c
590 F: hw/arm/z2.c
591 F: hw/*/pxa2xx*
592 F: hw/misc/mst_fpga.c
593 F: include/hw/arm/pxa.h
595 Stellaris
596 M: Peter Maydell <peter.maydell@linaro.org>
597 L: qemu-arm@nongnu.org
598 S: Maintained
599 F: hw/*/stellaris*
601 Versatile PB
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
604 S: Maintained
605 F: hw/*/versatile*
606 F: hw/misc/arm_sysctl.c
608 Xilinx Zynq
609 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
610 M: Alistair Francis <alistair@alistair23.me>
611 L: qemu-arm@nongnu.org
612 S: Maintained
613 F: hw/*/xilinx_*
614 F: hw/*/cadence_*
615 F: hw/misc/zynq*
616 F: include/hw/misc/zynq*
617 X: hw/ssi/xilinx_*
619 Xilinx ZynqMP
620 M: Alistair Francis <alistair@alistair23.me>
621 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
622 L: qemu-arm@nongnu.org
623 S: Maintained
624 F: hw/*/xlnx*.c
625 F: include/hw/*/xlnx*.h
627 ARM ACPI Subsystem
628 M: Shannon Zhao <zhaoshenglong@huawei.com>
629 M: Shannon Zhao <shannon.zhaosl@gmail.com>
630 L: qemu-arm@nongnu.org
631 S: Maintained
632 F: hw/arm/virt-acpi-build.c
634 STM32F205
635 M: Alistair Francis <alistair@alistair23.me>
636 S: Maintained
637 F: hw/arm/stm32f205_soc.c
638 F: hw/misc/stm32f2xx_syscfg.c
639 F: hw/char/stm32f2xx_usart.c
640 F: hw/timer/stm32f2xx_timer.c
641 F: hw/adc/*
642 F: hw/ssi/stm32f2xx_spi.c
643 F: include/hw/*/stm32*.h
645 Netduino 2
646 M: Alistair Francis <alistair@alistair23.me>
647 S: Maintained
648 F: hw/arm/netduino2.c
650 SmartFusion2
651 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
652 S: Maintained
653 F: hw/arm/msf2-soc.c
654 F: hw/misc/msf2-sysreg.c
655 F: hw/timer/mss-timer.c
656 F: hw/ssi/mss-spi.c
657 F: include/hw/arm/msf2-soc.h
658 F: include/hw/misc/msf2-sysreg.h
659 F: include/hw/timer/mss-timer.h
660 F: include/hw/ssi/mss-spi.h
662 Emcraft M2S-FG484
663 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
664 S: Maintained
665 F: hw/arm/msf2-som.c
667 ASPEED BMCs
668 M: Cédric Le Goater <clg@kaod.org>
669 R: Andrew Jeffery <andrew@aj.id.au>
670 R: Joel Stanley <joel@jms.id.au>
671 L: qemu-arm@nongnu.org
672 S: Maintained
673 F: hw/*/*aspeed*
674 F: include/hw/*/*aspeed*
675 F: hw/net/ftgmac100.c
676 F: include/hw/net/ftgmac100.h
678 NRF51
679 M: Joel Stanley <joel@jms.id.au>
680 L: qemu-arm@nongnu.org
681 S: Maintained
682 F: hw/arm/nrf51_soc.c
683 F: hw/arm/microbit.c
684 F: include/hw/arm/nrf51_soc.h
686 CRIS Machines
687 -------------
688 Axis Dev88
689 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
690 S: Maintained
691 F: hw/cris/axis_dev88.c
692 F: hw/*/etraxfs_*.c
694 LM32 Machines
695 -------------
696 EVR32 and uclinux BSP
697 M: Michael Walle <michael@walle.cc>
698 S: Maintained
699 F: hw/lm32/lm32_boards.c
701 milkymist
702 M: Michael Walle <michael@walle.cc>
703 S: Maintained
704 F: hw/lm32/milkymist.c
706 M68K Machines
707 -------------
708 an5206
709 M: Thomas Huth <huth@tuxfamily.org>
710 S: Odd Fixes
711 F: hw/m68k/an5206.c
712 F: hw/m68k/mcf5206.c
714 mcf5208
715 M: Thomas Huth <huth@tuxfamily.org>
716 S: Odd Fixes
717 F: hw/m68k/mcf5208.c
718 F: hw/m68k/mcf_intc.c
719 F: hw/char/mcf_uart.c
720 F: hw/net/mcf_fec.c
721 F: include/hw/m68k/mcf*.h
723 MicroBlaze Machines
724 -------------------
725 petalogix_s3adsp1800
726 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
727 S: Maintained
728 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
730 petalogix_ml605
731 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
732 S: Maintained
733 F: hw/microblaze/petalogix_ml605_mmu.c
735 MIPS Machines
736 -------------
737 Jazz
738 M: Hervé Poussineau <hpoussin@reactos.org>
739 S: Maintained
740 F: hw/mips/mips_jazz.c
742 Malta
743 M: Aurelien Jarno <aurelien@aurel32.net>
744 S: Maintained
745 F: hw/mips/mips_malta.c
747 Mipssim
748 M: Aleksandar Markovic <amarkovic@wavecomp.com>
749 S: Odd Fixes
750 F: hw/mips/mips_mipssim.c
751 F: hw/net/mipsnet.c
753 R4000
754 M: Aurelien Jarno <aurelien@aurel32.net>
755 S: Maintained
756 F: hw/mips/mips_r4k.c
758 Fulong 2E
759 M: Aleksandar Markovic <amarkovic@wavecomp.com>
760 S: Odd Fixes
761 F: hw/mips/mips_fulong2e.c
762 F: hw/isa/vt82c686.c
764 F: include/hw/isa/vt82c686.h
766 Boston
767 M: Paul Burton <pburton@wavecomp.com>
768 S: Maintained
769 F: hw/core/loader-fit.c
770 F: hw/mips/boston.c
771 F: hw/pci-host/xilinx-pcie.c
773 OpenRISC Machines
774 -----------------
775 or1k-sim
776 M: Jia Liu <proljc@gmail.com>
777 S: Maintained
778 F: hw/openrisc/openrisc_sim.c
780 PowerPC Machines
781 ----------------
783 M: Alexander Graf <agraf@suse.de>
784 L: qemu-ppc@nongnu.org
785 S: Odd Fixes
786 F: hw/ppc/ppc405_boards.c
788 Bamboo
789 M: Alexander Graf <agraf@suse.de>
790 L: qemu-ppc@nongnu.org
791 S: Odd Fixes
792 F: hw/ppc/ppc440_bamboo.c
794 e500
795 M: Alexander Graf <agraf@suse.de>
796 L: qemu-ppc@nongnu.org
797 S: Supported
798 F: hw/ppc/e500.[hc]
799 F: hw/ppc/e500plat.c
800 F: include/hw/ppc/ppc_e500.h
801 F: include/hw/pci-host/ppce500.h
802 F: pc-bios/u-boot.e500
804 mpc8544ds
805 M: Alexander Graf <agraf@suse.de>
806 L: qemu-ppc@nongnu.org
807 S: Supported
808 F: hw/ppc/mpc8544ds.c
809 F: hw/ppc/mpc8544_guts.c
811 New World
812 M: Alexander Graf <agraf@suse.de>
813 L: qemu-ppc@nongnu.org
814 S: Maintained
815 F: hw/ppc/mac_newworld.c
816 F: hw/pci-host/uninorth.c
817 F: hw/pci-bridge/dec.[hc]
818 F: hw/misc/macio/
819 F: hw/misc/mos6522.c
820 F: hw/nvram/mac_nvram.c
821 F: include/hw/misc/macio/
822 F: include/hw/misc/mos6522.h
823 F: include/hw/ppc/mac_dbdma.h
825 Old World
826 M: Alexander Graf <agraf@suse.de>
827 L: qemu-ppc@nongnu.org
828 S: Maintained
829 F: hw/ppc/mac_oldworld.c
830 F: hw/pci-host/grackle.c
831 F: hw/misc/macio/
832 F: hw/intc/heathrow_pic.c
834 PReP
835 M: Hervé Poussineau <hpoussin@reactos.org>
836 L: qemu-devel@nongnu.org
837 L: qemu-ppc@nongnu.org
838 S: Maintained
839 F: hw/ppc/prep.c
840 F: hw/ppc/prep_systemio.c
841 F: hw/ppc/rs6000_mc.c
842 F: hw/pci-host/prep.[hc]
843 F: hw/isa/i82378.c
844 F: hw/isa/pc87312.c
845 F: hw/dma/i82374.c
846 F: hw/timer/m48t59-isa.c
847 F: include/hw/isa/pc87312.h
848 F: include/hw/timer/m48t59.h
849 F: pc-bios/ppc_rom.bin
851 sPAPR
852 M: David Gibson <david@gibson.dropbear.id.au>
853 M: Alexander Graf <agraf@suse.de>
854 L: qemu-ppc@nongnu.org
855 S: Supported
856 F: hw/*/spapr*
857 F: include/hw/*/spapr*
858 F: hw/*/xics*
859 F: include/hw/*/xics*
860 F: pc-bios/spapr-rtas/*
861 F: pc-bios/spapr-rtas.bin
862 F: pc-bios/slof.bin
863 F: pc-bios/skiboot.lid
864 F: docs/specs/ppc-spapr-hcalls.txt
865 F: docs/specs/ppc-spapr-hotplug.txt
866 F: tests/spapr*
867 F: tests/libqos/*spapr*
868 F: tests/rtas*
869 F: tests/libqos/rtas*
871 virtex_ml507
872 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
873 L: qemu-ppc@nongnu.org
874 S: Odd Fixes
875 F: hw/ppc/virtex_ml507.c
877 sam460ex
878 M: BALATON Zoltan <balaton@eik.bme.hu>
879 L: qemu-ppc@nongnu.org
880 S: Maintained
881 F: hw/ide/sii3112.c
882 F: hw/timer/m41t80.c
884 SH4 Machines
885 ------------
887 M: Magnus Damm <magnus.damm@gmail.com>
888 S: Maintained
889 F: hw/sh4/r2d.c
890 F: hw/intc/sh_intc.c
891 F: hw/timer/sh_timer.c
893 Shix
894 M: Magnus Damm <magnus.damm@gmail.com>
895 S: Odd Fixes
896 F: hw/sh4/shix.c
898 SPARC Machines
899 --------------
900 Sun4m
901 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
902 S: Maintained
903 F: hw/sparc/sun4m.c
904 F: hw/sparc/sun4m_iommu.c
905 F: hw/dma/sparc32_dma.c
906 F: hw/misc/eccmemctl.c
907 F: hw/misc/slavio_misc.c
908 F: include/hw/sparc/sparc32_dma.h
909 F: pc-bios/openbios-sparc32
911 Sun4u
912 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
913 S: Maintained
914 F: hw/sparc64/sun4u.c
915 F: pc-bios/openbios-sparc64
917 Sun4v
918 M: Artyom Tarasenko <atar4qemu@gmail.com>
919 S: Maintained
920 F: hw/sparc64/niagara.c
921 F: hw/timer/sun4v-rtc.c
922 F: include/hw/timer/sun4v-rtc.h
924 Leon3
925 M: Fabien Chouteau <chouteau@adacore.com>
926 S: Maintained
927 F: hw/sparc/leon3.c
928 F: hw/*/grlib*
929 F: include/hw/sparc/grlib.h
931 S390 Machines
932 -------------
933 S390 Virtio-ccw
934 M: Cornelia Huck <cohuck@redhat.com>
935 M: Christian Borntraeger <borntraeger@de.ibm.com>
936 M: Alexander Graf <agraf@suse.de>
937 S: Supported
938 F: hw/char/sclp*.[hc]
939 F: hw/char/terminal3270.c
940 F: hw/s390x/
941 F: include/hw/s390x/
942 F: hw/watchdog/wdt_diag288.c
943 F: include/hw/watchdog/wdt_diag288.h
944 F: default-configs/s390x-softmmu.mak
945 T: git git://github.com/cohuck/qemu.git s390-next
946 T: git git://github.com/borntraeger/qemu.git s390-next
947 L: qemu-s390x@nongnu.org
949 S390-ccw Bios
950 M: Christian Borntraeger <borntraeger@de.ibm.com>
951 M: Thomas Huth <thuth@redhat.com>
952 S: Supported
953 F: pc-bios/s390-ccw/
954 F: pc-bios/s390-ccw.img
955 T: git git://github.com/borntraeger/qemu.git s390-next
956 L: qemu-s390x@nongnu.org
958 UniCore32 Machines
959 -------------
960 PKUnity-3 SoC initramfs-with-busybox
961 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
962 S: Maintained
963 F: hw/*/puv3*
964 F: hw/unicore32/
966 X86 Machines
967 ------------
969 M: Michael S. Tsirkin <mst@redhat.com>
970 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
971 S: Supported
972 F: include/hw/i386/
973 F: hw/i386/
974 F: hw/pci-host/piix.c
975 F: hw/pci-host/q35.c
976 F: hw/pci-host/pam.c
977 F: include/hw/pci-host/q35.h
978 F: include/hw/pci-host/pam.h
979 F: hw/isa/piix4.c
980 F: hw/isa/lpc_ich9.c
981 F: hw/i2c/smbus_ich9.c
982 F: hw/acpi/piix4.c
983 F: hw/acpi/ich9.c
984 F: include/hw/acpi/ich9.h
985 F: include/hw/acpi/piix4.h
986 F: hw/misc/sga.c
988 PC Chipset
989 M: Michael S. Tsirkin <mst@redhat.com>
990 M: Paolo Bonzini <pbonzini@redhat.com>
991 S: Supported
992 F: hw/char/debugcon.c
993 F: hw/char/parallel*
994 F: hw/char/serial*
995 F: hw/dma/i8257*
996 F: hw/i2c/pm_smbus.c
997 F: hw/input/pckbd.c
998 F: hw/intc/apic*
999 F: hw/intc/ioapic*
1000 F: hw/intc/i8259*
1001 F: hw/isa/isa-superio.c
1002 F: hw/misc/debugexit.c
1003 F: hw/misc/pc-testdev.c
1004 F: hw/timer/hpet*
1005 F: hw/timer/i8254*
1006 F: hw/timer/mc146818rtc*
1007 F: hw/watchdog/wdt_ib700.c
1008 F: include/hw/display/vga.h
1009 F: include/hw/char/parallel.h
1010 F: include/hw/dma/i8257.h
1011 F: include/hw/i2c/pm_smbus.h
1012 F: include/hw/input/i8042.h
1013 F: include/hw/isa/superio.h
1014 F: include/hw/timer/hpet.h
1015 F: include/hw/timer/i8254*
1016 F: include/hw/timer/mc146818rtc*
1018 Machine core
1019 M: Eduardo Habkost <ehabkost@redhat.com>
1020 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1021 S: Supported
1022 F: hw/core/machine.c
1023 F: hw/core/null-machine.c
1024 F: include/hw/boards.h
1025 T: git git://github.com/ehabkost/qemu.git machine-next
1027 Xtensa Machines
1028 ---------------
1030 M: Max Filippov <jcmvbkbc@gmail.com>
1031 S: Maintained
1032 F: hw/xtensa/sim.c
1034 XTFPGA (LX60, LX200, ML605, KC705)
1035 M: Max Filippov <jcmvbkbc@gmail.com>
1036 S: Maintained
1037 F: hw/xtensa/xtfpga.c
1038 F: hw/net/opencores_eth.c
1040 Devices
1041 -------
1043 M: Jiri Slaby <jslaby@suse.cz>
1044 S: Maintained
1045 F: hw/misc/edu.c
1048 M: John Snow <jsnow@redhat.com>
1049 L: qemu-block@nongnu.org
1050 S: Supported
1051 F: include/hw/ide.h
1052 F: include/hw/ide/
1053 F: hw/ide/
1054 F: hw/block/block.c
1055 F: hw/block/cdrom.c
1056 F: hw/block/hd-geometry.c
1057 F: tests/ide-test.c
1058 F: tests/ahci-test.c
1059 F: tests/cdrom-test.c
1060 F: tests/libqos/ahci*
1061 T: git git://github.com/jnsnow/qemu.git ide
1063 IPMI
1064 M: Corey Minyard <minyard@acm.org>
1065 S: Maintained
1066 F: include/hw/ipmi/*
1067 F: hw/ipmi/*
1068 F: hw/smbios/smbios_type_38.c
1069 F: tests/ipmi*
1070 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1072 Floppy
1073 M: John Snow <jsnow@redhat.com>
1074 L: qemu-block@nongnu.org
1075 S: Supported
1076 F: hw/block/fdc.c
1077 F: include/hw/block/fdc.h
1078 F: tests/fdc-test.c
1079 T: git git://github.com/jnsnow/qemu.git ide
1081 OMAP
1082 M: Peter Maydell <peter.maydell@linaro.org>
1083 S: Maintained
1084 F: hw/*/omap*
1085 F: include/hw/arm/omap.h
1087 IPack
1088 M: Alberto Garcia <berto@igalia.com>
1089 S: Odd Fixes
1090 F: hw/char/ipoctal232.c
1091 F: hw/ipack/
1094 M: Michael S. Tsirkin <mst@redhat.com>
1095 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1096 S: Supported
1097 F: include/hw/pci/*
1098 F: hw/misc/pci-testdev.c
1099 F: hw/pci/*
1100 F: hw/pci-bridge/*
1101 F: docs/pci*
1102 F: docs/specs/*pci*
1103 F: default-configs/pci.mak
1105 ACPI/SMBIOS
1106 M: Michael S. Tsirkin <mst@redhat.com>
1107 M: Igor Mammedov <imammedo@redhat.com>
1108 S: Supported
1109 F: include/hw/acpi/*
1110 F: include/hw/smbios/*
1111 F: hw/mem/*
1112 F: hw/acpi/*
1113 F: hw/smbios/*
1114 F: hw/i386/acpi-build.[hc]
1115 F: hw/arm/virt-acpi-build.c
1116 F: tests/bios-tables-test.c
1117 F: tests/acpi-utils.[hc]
1119 ppc4xx
1120 M: Alexander Graf <agraf@suse.de>
1121 L: qemu-ppc@nongnu.org
1122 S: Odd Fixes
1123 F: hw/ppc/ppc4*.c
1124 F: hw/i2c/ppc4xx_i2c.c
1125 F: include/hw/ppc/ppc4xx.h
1126 F: include/hw/i2c/ppc4xx_i2c.h
1128 ppce500
1129 M: Alexander Graf <agraf@suse.de>
1130 L: qemu-ppc@nongnu.org
1131 S: Supported
1132 F: hw/ppc/e500*
1133 F: hw/pci-host/ppce500.c
1134 F: hw/net/fsl_etsec/
1136 Character devices
1137 M: Paolo Bonzini <pbonzini@redhat.com>
1138 S: Odd Fixes
1139 F: hw/char/
1141 Network devices
1142 M: Jason Wang <jasowang@redhat.com>
1143 S: Odd Fixes
1144 F: hw/net/
1145 F: include/hw/net/
1146 F: tests/virtio-net-test.c
1147 T: git git://github.com/jasowang/qemu.git net
1149 SCSI
1150 M: Paolo Bonzini <pbonzini@redhat.com>
1151 R: Fam Zheng <famz@redhat.com>
1152 S: Supported
1153 F: include/hw/scsi/*
1154 F: hw/scsi/*
1155 F: tests/virtio-scsi-test.c
1156 T: git git://github.com/bonzini/qemu.git scsi-next
1159 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1160 M: Alistair Francis <alistair@alistair23.me>
1161 S: Maintained
1162 F: hw/ssi/*
1163 F: hw/block/m25p80.c
1164 F: include/hw/ssi/ssi.h
1165 X: hw/ssi/xilinx_*
1166 F: tests/m25p80-test.c
1168 Xilinx SPI
1169 M: Alistair Francis <alistair@alistair23.me>
1170 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1171 S: Maintained
1172 F: hw/ssi/xilinx_*
1174 SD (Secure Card)
1175 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1176 S: Odd Fixes
1177 F: include/hw/sd/sd*
1178 F: hw/sd/core.c
1179 F: hw/sd/sd*
1180 F: tests/sd*
1183 M: Gerd Hoffmann <kraxel@redhat.com>
1184 S: Maintained
1185 F: hw/usb/*
1186 F: tests/usb-*-test.c
1187 F: docs/usb2.txt
1188 F: docs/usb-storage.txt
1189 F: include/hw/usb.h
1190 F: include/hw/usb/
1191 F: default-configs/usb.mak
1193 USB (serial adapter)
1194 M: Gerd Hoffmann <kraxel@redhat.com>
1195 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1196 S: Maintained
1197 F: hw/usb/dev-serial.c
1199 VFIO
1200 M: Alex Williamson <alex.williamson@redhat.com>
1201 S: Supported
1202 F: hw/vfio/*
1203 F: include/hw/vfio/
1205 vfio-ccw
1206 M: Cornelia Huck <cohuck@redhat.com>
1207 S: Supported
1208 F: hw/vfio/ccw.c
1209 F: hw/s390x/s390-ccw.c
1210 F: include/hw/s390x/s390-ccw.h
1211 T: git git://github.com/cohuck/qemu.git s390-next
1212 L: qemu-s390x@nongnu.org
1214 vfio-ap
1215 M: Christian Borntraeger <borntraeger@de.ibm.com>
1216 M: Tony Krowiak <akrowiak@linux.ibm.com>
1217 M: Halil Pasic <pasic@linux.ibm.com>
1218 M: Pierre Morel <pmorel@linux.ibm.com>
1219 S: Supported
1220 F: hw/s390x/ap-device.c
1221 F: hw/s390x/ap-bridge.c
1222 F: include/hw/s390x/ap-device.h
1223 F: include/hw/s390x/ap-bridge.h
1224 F: hw/vfio/ap.c
1225 F: docs/vfio-ap.txt
1226 L: qemu-s390x@nongnu.org
1228 vhost
1229 M: Michael S. Tsirkin <mst@redhat.com>
1230 S: Supported
1231 F: hw/*/*vhost*
1232 F: docs/interop/vhost-user.txt
1234 virtio
1235 M: Michael S. Tsirkin <mst@redhat.com>
1236 S: Supported
1237 F: hw/*/virtio*
1238 F: hw/virtio/Makefile.objs
1239 F: hw/virtio/trace-events
1240 F: net/vhost-user.c
1241 F: include/hw/virtio/
1242 F: tests/virtio-balloon-test.c
1244 virtio-9p
1245 M: Greg Kurz <groug@kaod.org>
1246 S: Supported
1247 F: hw/9pfs/
1248 F: fsdev/
1249 F: tests/virtio-9p-test.c
1250 T: git git://github.com/gkurz/qemu.git 9p-next
1252 virtio-blk
1253 M: Stefan Hajnoczi <stefanha@redhat.com>
1254 L: qemu-block@nongnu.org
1255 S: Supported
1256 F: hw/block/virtio-blk.c
1257 F: hw/block/dataplane/*
1258 F: tests/virtio-blk-test.c
1259 T: git git://github.com/stefanha/qemu.git block
1261 virtio-ccw
1262 M: Cornelia Huck <cohuck@redhat.com>
1263 M: Christian Borntraeger <borntraeger@de.ibm.com>
1264 S: Supported
1265 F: hw/s390x/virtio-ccw*.[hc]
1266 F: hw/s390x/vhost-vsock-ccw.c
1267 T: git git://github.com/cohuck/qemu.git s390-next
1268 T: git git://github.com/borntraeger/qemu.git s390-next
1269 L: qemu-s390x@nongnu.org
1271 virtio-input
1272 M: Gerd Hoffmann <kraxel@redhat.com>
1273 S: Maintained
1274 F: hw/input/virtio-input*.c
1275 F: include/hw/virtio/virtio-input.h
1277 virtio-serial
1278 M: Amit Shah <amit@kernel.org>
1279 S: Supported
1280 F: hw/char/virtio-serial-bus.c
1281 F: hw/char/virtio-console.c
1282 F: include/hw/virtio/virtio-serial.h
1283 F: tests/virtio-console-test.c
1284 F: tests/virtio-serial-test.c
1286 virtio-rng
1287 M: Amit Shah <amit@kernel.org>
1288 S: Supported
1289 F: hw/virtio/virtio-rng.c
1290 F: include/hw/virtio/virtio-rng.h
1291 F: include/sysemu/rng*.h
1292 F: backends/rng*.c
1293 F: tests/virtio-rng-test.c
1295 virtio-crypto
1296 M: Gonglei <arei.gonglei@huawei.com>
1297 S: Supported
1298 F: hw/virtio/virtio-crypto.c
1299 F: hw/virtio/virtio-crypto-pci.c
1300 F: include/hw/virtio/virtio-crypto.h
1302 nvme
1303 M: Keith Busch <keith.busch@intel.com>
1304 L: qemu-block@nongnu.org
1305 S: Supported
1306 F: hw/block/nvme*
1307 F: tests/nvme-test.c
1309 megasas
1310 M: Hannes Reinecke <hare@suse.com>
1311 L: qemu-block@nongnu.org
1312 S: Supported
1313 F: hw/scsi/megasas.c
1314 F: hw/scsi/mfi.h
1315 F: tests/megasas-test.c
1317 Network packet abstractions
1318 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1319 S: Maintained
1320 F: include/net/eth.h
1321 F: net/eth.c
1322 F: hw/net/net_rx_pkt*
1323 F: hw/net/net_tx_pkt*
1325 Vmware
1326 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1327 S: Maintained
1328 F: hw/net/vmxnet*
1329 F: hw/scsi/vmw_pvscsi*
1330 F: tests/vmxnet3-test.c
1332 Rocker
1333 M: Jiri Pirko <jiri@resnulli.us>
1334 S: Maintained
1335 F: hw/net/rocker/
1336 F: tests/rocker/
1337 F: docs/specs/rocker.txt
1339 NVDIMM
1340 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1341 S: Maintained
1342 F: hw/acpi/nvdimm.c
1343 F: hw/mem/nvdimm.c
1344 F: include/hw/mem/nvdimm.h
1346 e1000x
1347 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1348 S: Maintained
1349 F: hw/net/e1000x*
1351 e1000e
1352 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1353 S: Maintained
1354 F: hw/net/e1000e*
1356 eepro100
1357 M: Stefan Weil <sw@weilnetz.de>
1358 S: Maintained
1359 F: hw/net/eepro100.c
1361 Generic Loader
1362 M: Alistair Francis <alistair@alistair23.me>
1363 S: Maintained
1364 F: hw/core/generic-loader.c
1365 F: include/hw/core/generic-loader.h
1366 F: docs/generic-loader.txt
1368 Intel Hexadecimal Object File Loader
1369 M: Su Hang <suhang16@mails.ucas.ac.cn>
1370 S: Maintained
1371 F: tests/hexloader-test.c
1372 F: tests/hex-loader-check-data/test.hex
1374 CHRP NVRAM
1375 M: Thomas Huth <thuth@redhat.com>
1376 S: Maintained
1377 F: hw/nvram/chrp_nvram.c
1378 F: include/hw/nvram/chrp_nvram.h
1379 F: tests/prom-env-test.c
1381 VM Generation ID
1382 M: Ben Warren <ben@skyportsystems.com>
1383 S: Maintained
1384 F: hw/acpi/vmgenid.c
1385 F: include/hw/acpi/vmgenid.h
1386 F: docs/specs/vmgenid.txt
1387 F: tests/vmgenid-test.c
1388 F: stubs/vmgenid.c
1390 Unimplemented device
1391 M: Peter Maydell <peter.maydell@linaro.org>
1392 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1393 S: Maintained
1394 F: include/hw/misc/unimp.h
1395 F: hw/misc/unimp.c
1397 Standard VGA
1398 M: Gerd Hoffmann <kraxel@redhat.com>
1399 S: Maintained
1400 F: hw/display/vga*
1401 F: hw/display/bochs-display.c
1402 F: include/hw/display/vga.h
1403 F: include/hw/display/bochs-vbe.h
1405 ramfb
1406 M: Gerd Hoffmann <kraxel@redhat.com>
1407 S: Maintained
1408 F: hw/display/ramfb*.c
1409 F: include/hw/display/ramfb.h
1411 virtio-gpu
1412 M: Gerd Hoffmann <kraxel@redhat.com>
1413 S: Maintained
1414 F: hw/display/virtio-gpu*
1415 F: hw/display/virtio-vga.c
1416 F: include/hw/virtio/virtio-gpu.h
1418 Cirrus VGA
1419 M: Gerd Hoffmann <kraxel@redhat.com>
1420 S: Odd Fixes
1421 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1422 F: hw/display/cirrus*
1424 EDID Generator
1425 M: Gerd Hoffmann <kraxel@redhat.com>
1426 S: Maintained
1427 F: hw/display/edid*
1428 F: include/hw/display/edid.h
1429 F: qemu-edid.c
1431 Subsystems
1432 ----------
1433 Audio
1434 M: Gerd Hoffmann <kraxel@redhat.com>
1435 S: Maintained
1436 F: audio/
1437 F: hw/audio/
1438 F: include/hw/audio/
1439 F: tests/ac97-test.c
1440 F: tests/es1370-test.c
1441 F: tests/intel-hda-test.c
1443 Block layer core
1444 M: Kevin Wolf <kwolf@redhat.com>
1445 M: Max Reitz <mreitz@redhat.com>
1446 L: qemu-block@nongnu.org
1447 S: Supported
1448 F: block*
1449 F: block/
1450 F: hw/block/
1451 F: include/block/
1452 F: qemu-img*
1453 F: qemu-io*
1454 F: tests/qemu-iotests/
1455 F: util/qemu-progress.c
1456 F: qobject/block-qdict.c
1457 F: tests/check-block-qdict.c
1458 T: git git://repo.or.cz/qemu/kevin.git block
1460 Block I/O path
1461 M: Stefan Hajnoczi <stefanha@redhat.com>
1462 M: Fam Zheng <famz@redhat.com>
1463 L: qemu-block@nongnu.org
1464 S: Supported
1465 F: util/async.c
1466 F: util/aio-*.c
1467 F: block/io.c
1468 F: migration/block*
1469 F: include/block/aio.h
1470 F: include/block/aio-wait.h
1471 F: scripts/qemugdb/aio.py
1472 T: git git://github.com/stefanha/qemu.git block
1474 Block SCSI subsystem
1475 M: Paolo Bonzini <pbonzini@redhat.com>
1476 R: Fam Zheng <famz@redhat.com>
1477 L: qemu-block@nongnu.org
1478 S: Supported
1479 F: include/scsi/*
1480 F: scsi/*
1482 Block Jobs
1483 M: Jeff Cody <jcody@redhat.com>
1484 L: qemu-block@nongnu.org
1485 S: Supported
1486 F: blockjob.c
1487 F: include/block/blockjob.h
1488 F: job.c
1489 F: job-qmp.c
1490 F: include/qemu/job.h
1491 F: block/backup.c
1492 F: block/commit.c
1493 F: block/stream.c
1494 F: block/mirror.c
1495 F: qapi/job.json
1496 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1498 Block QAPI, monitor, command line
1499 M: Markus Armbruster <armbru@redhat.com>
1500 S: Supported
1501 F: blockdev.c
1502 F: block/qapi.c
1503 F: qapi/block*.json
1504 F: qapi/transaction.json
1505 T: git git://repo.or.cz/qemu/armbru.git block-next
1507 Dirty Bitmaps
1508 M: Fam Zheng <famz@redhat.com>
1509 M: John Snow <jsnow@redhat.com>
1510 L: qemu-block@nongnu.org
1511 S: Supported
1512 F: util/hbitmap.c
1513 F: block/dirty-bitmap.c
1514 F: include/qemu/hbitmap.h
1515 F: include/block/dirty-bitmap.h
1516 F: tests/test-hbitmap.c
1517 F: docs/interop/bitmaps.rst
1518 T: git git://github.com/famz/qemu.git bitmaps
1519 T: git git://github.com/jnsnow/qemu.git bitmaps
1521 Character device backends
1522 M: Paolo Bonzini <pbonzini@redhat.com>
1523 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1524 S: Maintained
1525 F: chardev/
1526 F: include/chardev/
1527 F: qapi/char.json
1529 Character Devices (Braille)
1530 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1531 S: Maintained
1532 F: chardev/baum.c
1534 Command line option argument parsing
1535 M: Markus Armbruster <armbru@redhat.com>
1536 S: Supported
1537 F: include/qemu/option.h
1538 F: tests/test-keyval.c
1539 F: tests/test-qemu-opts.c
1540 F: util/keyval.c
1541 F: util/qemu-option.c
1543 Coverity model
1544 M: Markus Armbruster <armbru@redhat.com>
1545 S: Supported
1546 F: scripts/coverity-model.c
1549 L: qemu-devel@nongnu.org
1550 S: Supported
1551 F: qom/cpu.c
1552 F: include/qom/cpu.h
1554 Device Tree
1555 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1556 M: Alexander Graf <agraf@suse.de>
1557 S: Maintained
1558 F: device_tree.c
1559 F: include/sysemu/device_tree.h
1561 Dump
1562 S: Supported
1563 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1564 F: dump.c
1565 F: hw/misc/vmcoreinfo.c
1566 F: include/hw/misc/vmcoreinfo.h
1567 F: include/sysemu/dump-arch.h
1568 F: include/sysemu/dump.h
1569 F: scripts/dump-guest-memory.py
1570 F: stubs/dump.c
1572 Error reporting
1573 M: Markus Armbruster <armbru@redhat.com>
1574 S: Supported
1575 F: include/qapi/error.h
1576 F: include/qemu/error-report.h
1577 F: util/error.c
1578 F: util/qemu-error.c
1580 GDB stub
1581 L: qemu-devel@nongnu.org
1582 S: Odd Fixes
1583 F: gdbstub*
1584 F: gdb-xml/
1586 Memory API
1587 M: Paolo Bonzini <pbonzini@redhat.com>
1588 S: Supported
1589 F: include/exec/ioport.h
1590 F: ioport.c
1591 F: include/exec/memory.h
1592 F: include/exec/ram_addr.h
1593 F: memory.c
1594 F: include/exec/memory-internal.h
1595 F: exec.c
1597 SPICE
1598 M: Gerd Hoffmann <kraxel@redhat.com>
1599 S: Supported
1600 F: include/ui/qemu-spice.h
1601 F: include/ui/spice-display.h
1602 F: ui/spice-*.c
1603 F: audio/spiceaudio.c
1604 F: hw/display/qxl*
1605 F: qapi/ui.json
1607 Graphics
1608 M: Gerd Hoffmann <kraxel@redhat.com>
1609 S: Odd Fixes
1610 F: ui/
1611 F: include/ui/
1612 F: qapi/ui.json
1613 F: util/drm.c
1615 Cocoa graphics
1616 M: Peter Maydell <peter.maydell@linaro.org>
1617 S: Odd Fixes
1618 F: ui/cocoa.m
1620 Main loop
1621 M: Paolo Bonzini <pbonzini@redhat.com>
1622 S: Maintained
1623 F: cpus.c
1624 F: util/main-loop.c
1625 F: util/qemu-timer.c
1626 F: vl.c
1627 F: qapi/run-state.json
1629 Human Monitor (HMP)
1630 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1631 S: Maintained
1632 F: monitor.c
1633 F: hmp.[ch]
1634 F: hmp-commands*.hx
1635 F: include/monitor/hmp-target.h
1636 F: tests/test-hmp.c
1638 Network device backends
1639 M: Jason Wang <jasowang@redhat.com>
1640 S: Maintained
1641 F: net/
1642 F: include/net/
1643 T: git git://github.com/jasowang/qemu.git net
1644 F: qapi/net.json
1646 Netmap network backend
1647 M: Luigi Rizzo <rizzo@iet.unipi.it>
1648 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1649 M: Vincenzo Maffione <v.maffione@gmail.com>
1650 W: http://info.iet.unipi.it/~luigi/netmap/
1651 S: Maintained
1652 F: net/netmap.c
1654 NUMA
1655 M: Eduardo Habkost <ehabkost@redhat.com>
1656 S: Maintained
1657 F: numa.c
1658 F: include/sysemu/numa.h
1659 T: git git://github.com/ehabkost/qemu.git machine-next
1661 Host Memory Backends
1662 M: Eduardo Habkost <ehabkost@redhat.com>
1663 M: Igor Mammedov <imammedo@redhat.com>
1664 S: Maintained
1665 F: backends/hostmem*.c
1666 F: include/sysemu/hostmem.h
1667 T: git git://github.com/ehabkost/qemu.git machine-next
1669 Cryptodev Backends
1670 M: Gonglei <arei.gonglei@huawei.com>
1671 S: Maintained
1672 F: include/sysemu/cryptodev*.h
1673 F: backends/cryptodev*.c
1675 Python scripts
1676 M: Eduardo Habkost <ehabkost@redhat.com>
1677 M: Cleber Rosa <crosa@redhat.com>
1678 S: Odd fixes
1679 F: scripts/qmp/*
1680 F: scripts/*.py
1681 F: tests/*.py
1683 QAPI
1684 M: Markus Armbruster <armbru@redhat.com>
1685 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1686 S: Supported
1687 F: qapi/
1688 X: qapi/*.json
1689 F: include/qapi/
1690 X: include/qapi/qmp/
1691 F: include/qapi/qmp/dispatch.h
1692 F: tests/qapi-schema/
1693 F: tests/test-*-visitor.c
1694 F: tests/test-qapi-*.c
1695 F: tests/test-qmp-*.c
1696 F: tests/test-visitor-serialization.c
1697 F: scripts/qapi-gen.py
1698 F: scripts/qapi/*
1699 F: docs/devel/qapi*
1700 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1702 QAPI Schema
1703 M: Eric Blake <eblake@redhat.com>
1704 M: Markus Armbruster <armbru@redhat.com>
1705 S: Supported
1706 F: qapi/*.json
1707 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1709 QObject
1710 M: Markus Armbruster <armbru@redhat.com>
1711 S: Supported
1712 F: qobject/
1713 F: include/qapi/qmp/
1714 X: include/qapi/qmp/dispatch.h
1715 F: scripts/coccinelle/qobject.cocci
1716 F: tests/check-qdict.c
1717 F: tests/check-qnum.c
1718 F: tests/check-qjson.c
1719 F: tests/check-qlist.c
1720 F: tests/check-qstring.c
1721 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1723 QEMU Guest Agent
1724 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1725 S: Maintained
1726 F: qga/
1727 F: qemu-ga.texi
1728 F: scripts/qemu-guest-agent/
1729 F: tests/test-qga.c
1730 F: docs/interop/qemu-ga-ref.texi
1731 T: git git://github.com/mdroth/qemu.git qga
1734 M: Andreas Färber <afaerber@suse.de>
1735 S: Supported
1736 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1737 F: include/qom/
1738 X: include/qom/cpu.h
1739 F: qom/
1740 X: qom/cpu.c
1741 F: tests/check-qom-interface.c
1742 F: tests/check-qom-proplist.c
1745 M: Markus Armbruster <armbru@redhat.com>
1746 S: Supported
1747 F: qmp.c
1748 F: monitor.c
1749 F: docs/devel/*qmp-*
1750 F: scripts/qmp/
1751 F: tests/qmp-test.c
1752 F: tests/qmp-cmd-test.c
1753 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1755 qtest
1756 M: Paolo Bonzini <pbonzini@redhat.com>
1757 M: Thomas Huth <thuth@redhat.com>
1758 M: Laurent Vivier <lvivier@redhat.com>
1759 S: Maintained
1760 F: qtest.c
1761 F: tests/libqtest.*
1762 F: tests/libqos/
1763 F: tests/*-test.c
1765 Register API
1766 M: Alistair Francis <alistair@alistair23.me>
1767 S: Maintained
1768 F: hw/core/register.c
1769 F: include/hw/register.h
1770 F: include/hw/registerfields.h
1772 SLIRP
1773 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1774 M: Jan Kiszka <jan.kiszka@siemens.com>
1775 S: Maintained
1776 F: slirp/
1777 F: net/slirp.c
1778 F: include/net/slirp.h
1779 T: git https://people.debian.org/~sthibault/qemu.git slirp
1780 T: git git://git.kiszka.org/qemu.git queues/slirp
1782 Stubs
1783 M: Paolo Bonzini <pbonzini@redhat.com>
1784 S: Maintained
1785 F: stubs/
1787 Tracing
1788 M: Stefan Hajnoczi <stefanha@redhat.com>
1789 S: Maintained
1790 F: trace/
1791 F: trace-events
1792 F: qemu-option-trace.texi
1793 F: scripts/tracetool.py
1794 F: scripts/tracetool/
1795 F: docs/devel/tracing.txt
1796 T: git git://github.com/stefanha/qemu.git tracing
1799 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1800 S: Maintained
1801 F: tpm.c
1802 F: stubs/tpm.c
1803 F: hw/tpm/*
1804 F: include/hw/acpi/tpm.h
1805 F: include/sysemu/tpm*
1806 F: qapi/tpm.json
1807 F: backends/tpm.c
1808 F: tests/*tpm*
1809 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1811 Checkpatch
1812 S: Odd Fixes
1813 F: scripts/checkpatch.pl
1815 Migration
1816 M: Juan Quintela <quintela@redhat.com>
1817 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1818 S: Maintained
1819 F: include/migration/
1820 F: migration/
1821 F: scripts/vmstate-static-checker.py
1822 F: tests/vmstate-static-checker-data/
1823 F: tests/migration-test.c
1824 F: docs/devel/migration.rst
1825 F: qapi/migration.json
1827 Seccomp
1828 M: Eduardo Otubo <otubo@redhat.com>
1829 S: Supported
1830 F: qemu-seccomp.c
1831 F: include/sysemu/seccomp.h
1833 Cryptography
1834 M: Daniel P. Berrange <berrange@redhat.com>
1835 S: Maintained
1836 F: crypto/
1837 F: include/crypto/
1838 F: tests/test-crypto-*
1839 F: tests/benchmark-crypto-*
1840 F: qemu.sasl
1842 Coroutines
1843 M: Stefan Hajnoczi <stefanha@redhat.com>
1844 M: Kevin Wolf <kwolf@redhat.com>
1845 F: util/*coroutine*
1846 F: include/qemu/coroutine*
1847 F: tests/test-coroutine.c
1849 Buffers
1850 M: Daniel P. Berrange <berrange@redhat.com>
1851 S: Odd fixes
1852 F: util/buffer.c
1853 F: include/qemu/buffer.h
1855 I/O Channels
1856 M: Daniel P. Berrange <berrange@redhat.com>
1857 S: Maintained
1858 F: io/
1859 F: include/io/
1860 F: tests/test-io-*
1862 Sockets
1863 M: Daniel P. Berrange <berrange@redhat.com>
1864 M: Gerd Hoffmann <kraxel@redhat.com>
1865 M: Paolo Bonzini <pbonzini@redhat.com>
1866 S: Maintained
1867 F: include/qemu/sockets.h
1868 F: util/qemu-sockets.c
1869 F: qapi/sockets.json
1871 Throttling infrastructure
1872 M: Alberto Garcia <berto@igalia.com>
1873 S: Supported
1874 F: block/throttle-groups.c
1875 F: include/block/throttle-groups.h
1876 F: include/qemu/throttle*.h
1877 F: util/throttle.c
1878 F: docs/throttle.txt
1879 F: tests/test-throttle.c
1880 L: qemu-block@nongnu.org
1882 UUID
1883 M: Fam Zheng <famz@redhat.com>
1884 S: Supported
1885 F: util/uuid.c
1886 F: include/qemu/uuid.h
1887 F: tests/test-uuid.c
1889 COLO Framework
1890 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1891 S: Maintained
1892 F: migration/colo*
1893 F: include/migration/colo.h
1894 F: include/migration/failover.h
1895 F: docs/COLO-FT.txt
1897 COLO Proxy
1898 M: Zhang Chen <zhangckid@gmail.com>
1899 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1900 S: Supported
1901 F: docs/colo-proxy.txt
1902 F: net/colo*
1903 F: net/filter-rewriter.c
1904 F: net/filter-mirror.c
1906 Record/replay
1907 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1908 R: Paolo Bonzini <pbonzini@redhat.com>
1909 W: https://wiki.qemu.org/Features/record-replay
1910 S: Supported
1911 F: replay/*
1912 F: block/blkreplay.c
1913 F: net/filter-replay.c
1914 F: include/sysemu/replay.h
1915 F: docs/replay.txt
1916 F: stubs/replay.c
1918 IOVA Tree
1919 M: Peter Xu <peterx@redhat.com>
1920 S: Maintained
1921 F: include/qemu/iova-tree.h
1922 F: util/iova-tree.c
1924 elf2dmp
1925 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1926 S: Maintained
1927 F: contrib/elf2dmp/
1929 Usermode Emulation
1930 ------------------
1931 Overall
1932 M: Riku Voipio <riku.voipio@iki.fi>
1933 S: Maintained
1934 F: thunk.c
1935 F: accel/tcg/user-exec*.c
1937 BSD user
1938 S: Orphan
1939 F: bsd-user/
1940 F: default-configs/*-bsd-user.mak
1942 Linux user
1943 M: Riku Voipio <riku.voipio@iki.fi>
1944 R: Laurent Vivier <laurent@vivier.eu>
1945 S: Maintained
1946 F: linux-user/
1947 F: default-configs/*-linux-user.mak
1948 F: scripts/qemu-binfmt-conf.sh
1950 Tiny Code Generator (TCG)
1951 -------------------------
1952 Common code
1953 M: Richard Henderson <rth@twiddle.net>
1954 S: Maintained
1955 F: tcg/
1957 AArch64 target
1958 M: Claudio Fontana <claudio.fontana@huawei.com>
1959 M: Claudio Fontana <claudio.fontana@gmail.com>
1960 S: Maintained
1961 L: qemu-arm@nongnu.org
1962 F: tcg/aarch64/
1963 F: disas/arm-a64.cc
1964 F: disas/libvixl/
1966 ARM target
1967 M: Andrzej Zaborowski <balrogg@gmail.com>
1968 S: Maintained
1969 L: qemu-arm@nongnu.org
1970 F: tcg/arm/
1971 F: disas/arm.c
1973 i386 target
1974 L: qemu-devel@nongnu.org
1975 S: Maintained
1976 F: tcg/i386/
1977 F: disas/i386.c
1979 MIPS target
1980 M: Aurelien Jarno <aurelien@aurel32.net>
1981 S: Maintained
1982 F: tcg/mips/
1983 F: disas/mips.c
1986 M: Richard Henderson <rth@twiddle.net>
1987 S: Odd Fixes
1988 F: tcg/ppc/
1989 F: disas/ppc.c
1991 S390 target
1992 M: Alexander Graf <agraf@suse.de>
1993 M: Richard Henderson <rth@twiddle.net>
1994 S: Maintained
1995 F: tcg/s390/
1996 F: disas/s390.c
1997 L: qemu-s390x@nongnu.org
1999 SPARC target
2000 S: Odd Fixes
2001 F: tcg/sparc/
2002 F: disas/sparc.c
2004 TCI target
2005 M: Stefan Weil <sw@weilnetz.de>
2006 S: Maintained
2007 F: tcg/tci/
2008 F: tcg/tci.c
2009 F: disas/tci.c
2011 Block drivers
2012 -------------
2013 VMDK
2014 M: Fam Zheng <famz@redhat.com>
2015 L: qemu-block@nongnu.org
2016 S: Supported
2017 F: block/vmdk.c
2020 M: Josh Durgin <jdurgin@redhat.com>
2021 M: Jeff Cody <jcody@redhat.com>
2022 L: qemu-block@nongnu.org
2023 S: Supported
2024 F: block/rbd.c
2025 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2027 Sheepdog
2028 M: Liu Yuan <namei.unix@gmail.com>
2029 M: Jeff Cody <jcody@redhat.com>
2030 L: qemu-block@nongnu.org
2031 L: sheepdog@lists.wpkg.org
2032 S: Supported
2033 F: block/sheepdog.c
2034 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2036 VHDX
2037 M: Jeff Cody <jcody@redhat.com>
2038 L: qemu-block@nongnu.org
2039 S: Supported
2040 F: block/vhdx*
2041 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2044 M: Stefan Weil <sw@weilnetz.de>
2045 L: qemu-block@nongnu.org
2046 S: Maintained
2047 F: block/vdi.c
2049 iSCSI
2050 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2051 M: Paolo Bonzini <pbonzini@redhat.com>
2052 M: Peter Lieven <pl@kamp.de>
2053 L: qemu-block@nongnu.org
2054 S: Supported
2055 F: block/iscsi.c
2056 F: block/iscsi-opts.c
2058 Network Block Device (NBD)
2059 M: Eric Blake <eblake@redhat.com>
2060 M: Paolo Bonzini <pbonzini@redhat.com>
2061 L: qemu-block@nongnu.org
2062 S: Maintained
2063 F: block/nbd*
2064 F: nbd/
2065 F: include/block/nbd*
2066 F: qemu-nbd.*
2067 F: blockdev-nbd.c
2068 F: docs/interop/nbd.txt
2069 T: git git://repo.or.cz/qemu/ericb.git nbd
2072 M: Jeff Cody <jcody@redhat.com>
2073 M: Peter Lieven <pl@kamp.de>
2074 L: qemu-block@nongnu.org
2075 S: Maintained
2076 F: block/nfs.c
2077 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2080 M: Richard W.M. Jones <rjones@redhat.com>
2081 M: Jeff Cody <jcody@redhat.com>
2082 L: qemu-block@nongnu.org
2083 S: Supported
2084 F: block/ssh.c
2085 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2087 CURL
2088 M: Jeff Cody <jcody@redhat.com>
2089 L: qemu-block@nongnu.org
2090 S: Supported
2091 F: block/curl.c
2092 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2094 GLUSTER
2095 M: Jeff Cody <jcody@redhat.com>
2096 L: qemu-block@nongnu.org
2097 S: Supported
2098 F: block/gluster.c
2099 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2101 Null Block Driver
2102 M: Fam Zheng <famz@redhat.com>
2103 L: qemu-block@nongnu.org
2104 S: Supported
2105 F: block/null.c
2107 NVMe Block Driver
2108 M: Fam Zheng <famz@redhat.com>
2109 L: qemu-block@nongnu.org
2110 S: Supported
2111 F: block/nvme*
2113 Bootdevice
2114 M: Gonglei <arei.gonglei@huawei.com>
2115 S: Maintained
2116 F: bootdevice.c
2118 Quorum
2119 M: Alberto Garcia <berto@igalia.com>
2120 S: Supported
2121 F: block/quorum.c
2122 L: qemu-block@nongnu.org
2124 blklogwrites
2125 M: Ari Sundholm <ari@tuxera.com>
2126 L: qemu-block@nongnu.org
2127 S: Supported
2128 F: block/blklogwrites.c
2130 blkverify
2131 M: Stefan Hajnoczi <stefanha@redhat.com>
2132 L: qemu-block@nongnu.org
2133 S: Supported
2134 F: block/blkverify.c
2136 bochs
2137 M: Stefan Hajnoczi <stefanha@redhat.com>
2138 L: qemu-block@nongnu.org
2139 S: Supported
2140 F: block/bochs.c
2142 cloop
2143 M: Stefan Hajnoczi <stefanha@redhat.com>
2144 L: qemu-block@nongnu.org
2145 S: Supported
2146 F: block/cloop.c
2149 M: Stefan Hajnoczi <stefanha@redhat.com>
2150 L: qemu-block@nongnu.org
2151 S: Supported
2152 F: block/dmg.c
2154 parallels
2155 M: Stefan Hajnoczi <stefanha@redhat.com>
2156 M: Denis V. Lunev <den@openvz.org>
2157 L: qemu-block@nongnu.org
2158 S: Supported
2159 F: block/parallels.c
2160 F: docs/interop/parallels.txt
2163 M: Stefan Hajnoczi <stefanha@redhat.com>
2164 L: qemu-block@nongnu.org
2165 S: Supported
2166 F: block/qed.c
2169 M: Kevin Wolf <kwolf@redhat.com>
2170 L: qemu-block@nongnu.org
2171 S: Supported
2172 F: block/linux-aio.c
2173 F: include/block/raw-aio.h
2174 F: block/raw-format.c
2175 F: block/file-posix.c
2176 F: block/file-win32.c
2177 F: block/win32-aio.c
2179 qcow2
2180 M: Kevin Wolf <kwolf@redhat.com>
2181 M: Max Reitz <mreitz@redhat.com>
2182 L: qemu-block@nongnu.org
2183 S: Supported
2184 F: block/qcow2*
2185 F: docs/interop/qcow2.txt
2187 qcow
2188 M: Kevin Wolf <kwolf@redhat.com>
2189 L: qemu-block@nongnu.org
2190 S: Supported
2191 F: block/qcow.c
2193 blkdebug
2194 M: Kevin Wolf <kwolf@redhat.com>
2195 M: Max Reitz <mreitz@redhat.com>
2196 L: qemu-block@nongnu.org
2197 S: Supported
2198 F: block/blkdebug.c
2201 M: Kevin Wolf <kwolf@redhat.com>
2202 L: qemu-block@nongnu.org
2203 S: Supported
2204 F: block/vpc.c
2206 vvfat
2207 M: Kevin Wolf <kwolf@redhat.com>
2208 L: qemu-block@nongnu.org
2209 S: Supported
2210 F: block/vvfat.c
2212 Image format fuzzer
2213 M: Stefan Hajnoczi <stefanha@redhat.com>
2214 L: qemu-block@nongnu.org
2215 S: Supported
2216 F: tests/image-fuzzer/
2218 Replication
2219 M: Wen Congyang <wencongyang2@huawei.com>
2220 M: Xie Changlong <xiechanglong.d@gmail.com>
2221 S: Supported
2222 F: replication*
2223 F: block/replication.c
2224 F: tests/test-replication.c
2225 F: docs/block-replication.txt
2227 PVRDMA
2228 M: Yuval Shaia <yuval.shaia@oracle.com>
2229 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2230 S: Maintained
2231 F: hw/rdma/*
2232 F: hw/rdma/vmw/*
2233 F: docs/pvrdma.txt
2235 Build and test automation
2236 -------------------------
2237 Build and test automation
2238 M: Alex Bennée <alex.bennee@linaro.org>
2239 M: Fam Zheng <famz@redhat.com>
2240 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2241 L: qemu-devel@nongnu.org
2242 S: Maintained
2243 F: .travis.yml
2244 F: scripts/travis/
2245 F: .shippable.yml
2246 F: tests/docker/
2247 F: tests/vm/
2248 W: https://travis-ci.org/qemu/qemu
2249 W: https://app.shippable.com/github/qemu/qemu
2250 W: http://patchew.org/QEMU/
2252 Guest Test Compilation Support
2253 M: Alex Bennée <alex.bennee@linaro.org>
2254 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2255 F: tests/tcg/Makefile
2256 F: tests/tcg/Makefile.include
2257 L: qemu-devel@nongnu.org
2259 Documentation
2260 -------------
2261 Build system architecture
2262 M: Daniel P. Berrange <berrange@redhat.com>
2263 S: Odd Fixes
2264 F: docs/devel/build-system.txt
2266 Incompatible changes
2267 R: libvir-list@redhat.com
2268 F: qemu-deprecated.texi
2270 Build System
2271 ------------
2272 GIT submodules
2273 M: Daniel P. Berrange <berrange@redhat.com>
2274 S: Odd Fixes
2275 F: scripts/git-submodule.sh