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