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