linux-user: Update MIPS syscall numbers up to kernel 4.18 headers
[qemu/ar7.git] / MAINTAINERS
blob7130807a3958dffd0282b0d3a99aae2dd6b585ff
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 <amarkovic@wavecomp.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 <amarkovic@wavecomp.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 <amarkovic@wavecomp.com>
733 S: Odd Fixes
734 F: hw/mips/mips_fulong2e.c
735 F: hw/isa/vt82c686.c
737 F: include/hw/isa/vt82c686.h
739 Boston
740 M: Paul Burton <pburton@wavecomp.com>
741 S: Maintained
742 F: hw/core/loader-fit.c
743 F: hw/mips/boston.c
744 F: hw/pci-host/xilinx-pcie.c
746 OpenRISC Machines
747 -----------------
748 or1k-sim
749 M: Jia Liu <proljc@gmail.com>
750 S: Maintained
751 F: hw/openrisc/openrisc_sim.c
753 PowerPC Machines
754 ----------------
756 M: Alexander Graf <agraf@suse.de>
757 L: qemu-ppc@nongnu.org
758 S: Odd Fixes
759 F: hw/ppc/ppc405_boards.c
761 Bamboo
762 M: Alexander Graf <agraf@suse.de>
763 L: qemu-ppc@nongnu.org
764 S: Odd Fixes
765 F: hw/ppc/ppc440_bamboo.c
767 e500
768 M: Alexander Graf <agraf@suse.de>
769 L: qemu-ppc@nongnu.org
770 S: Supported
771 F: hw/ppc/e500.[hc]
772 F: hw/ppc/e500plat.c
773 F: include/hw/ppc/ppc_e500.h
774 F: include/hw/pci-host/ppce500.h
775 F: pc-bios/u-boot.e500
777 mpc8544ds
778 M: Alexander Graf <agraf@suse.de>
779 L: qemu-ppc@nongnu.org
780 S: Supported
781 F: hw/ppc/mpc8544ds.c
782 F: hw/ppc/mpc8544_guts.c
784 New World
785 M: Alexander Graf <agraf@suse.de>
786 L: qemu-ppc@nongnu.org
787 S: Maintained
788 F: hw/ppc/mac_newworld.c
789 F: hw/pci-host/uninorth.c
790 F: hw/pci-bridge/dec.[hc]
791 F: hw/misc/macio/
792 F: hw/misc/mos6522.c
793 F: hw/nvram/mac_nvram.c
794 F: include/hw/misc/macio/
795 F: include/hw/misc/mos6522.h
796 F: include/hw/ppc/mac_dbdma.h
798 Old World
799 M: Alexander Graf <agraf@suse.de>
800 L: qemu-ppc@nongnu.org
801 S: Maintained
802 F: hw/ppc/mac_oldworld.c
803 F: hw/pci-host/grackle.c
804 F: hw/misc/macio/
805 F: hw/intc/heathrow_pic.c
807 PReP
808 M: Hervé Poussineau <hpoussin@reactos.org>
809 L: qemu-devel@nongnu.org
810 L: qemu-ppc@nongnu.org
811 S: Maintained
812 F: hw/ppc/prep.c
813 F: hw/ppc/prep_systemio.c
814 F: hw/ppc/rs6000_mc.c
815 F: hw/pci-host/prep.[hc]
816 F: hw/isa/i82378.c
817 F: hw/isa/pc87312.c
818 F: hw/dma/i82374.c
819 F: hw/timer/m48t59-isa.c
820 F: include/hw/isa/pc87312.h
821 F: include/hw/timer/m48t59.h
822 F: pc-bios/ppc_rom.bin
824 sPAPR
825 M: David Gibson <david@gibson.dropbear.id.au>
826 M: Alexander Graf <agraf@suse.de>
827 L: qemu-ppc@nongnu.org
828 S: Supported
829 F: hw/*/spapr*
830 F: include/hw/*/spapr*
831 F: hw/*/xics*
832 F: include/hw/*/xics*
833 F: pc-bios/spapr-rtas/*
834 F: pc-bios/spapr-rtas.bin
835 F: pc-bios/slof.bin
836 F: pc-bios/skiboot.lid
837 F: docs/specs/ppc-spapr-hcalls.txt
838 F: docs/specs/ppc-spapr-hotplug.txt
839 F: tests/spapr*
840 F: tests/libqos/*spapr*
841 F: tests/rtas*
842 F: tests/libqos/rtas*
844 virtex_ml507
845 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
846 L: qemu-ppc@nongnu.org
847 S: Odd Fixes
848 F: hw/ppc/virtex_ml507.c
850 sam460ex
851 M: BALATON Zoltan <balaton@eik.bme.hu>
852 L: qemu-ppc@nongnu.org
853 S: Maintained
854 F: hw/ide/sii3112.c
855 F: hw/timer/m41t80.c
857 SH4 Machines
858 ------------
860 M: Magnus Damm <magnus.damm@gmail.com>
861 S: Maintained
862 F: hw/sh4/r2d.c
863 F: hw/intc/sh_intc.c
864 F: hw/timer/sh_timer.c
866 Shix
867 M: Magnus Damm <magnus.damm@gmail.com>
868 S: Odd Fixes
869 F: hw/sh4/shix.c
871 SPARC Machines
872 --------------
873 Sun4m
874 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
875 S: Maintained
876 F: hw/sparc/sun4m.c
877 F: hw/dma/sparc32_dma.c
878 F: hw/dma/sun4m_iommu.c
879 F: hw/misc/eccmemctl.c
880 F: hw/misc/slavio_misc.c
881 F: include/hw/sparc/sparc32_dma.h
882 F: include/hw/sparc/sun4m.h
883 F: pc-bios/openbios-sparc32
885 Sun4u
886 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
887 S: Maintained
888 F: hw/sparc64/sun4u.c
889 F: pc-bios/openbios-sparc64
891 Sun4v
892 M: Artyom Tarasenko <atar4qemu@gmail.com>
893 S: Maintained
894 F: hw/sparc64/niagara.c
895 F: hw/timer/sun4v-rtc.c
896 F: include/hw/timer/sun4v-rtc.h
898 Leon3
899 M: Fabien Chouteau <chouteau@adacore.com>
900 S: Maintained
901 F: hw/sparc/leon3.c
902 F: hw/*/grlib*
903 F: include/hw/sparc/grlib.h
905 S390 Machines
906 -------------
907 S390 Virtio-ccw
908 M: Cornelia Huck <cohuck@redhat.com>
909 M: Christian Borntraeger <borntraeger@de.ibm.com>
910 M: Alexander Graf <agraf@suse.de>
911 S: Supported
912 F: hw/char/sclp*.[hc]
913 F: hw/char/terminal3270.c
914 F: hw/s390x/
915 F: include/hw/s390x/
916 F: hw/watchdog/wdt_diag288.c
917 F: include/hw/watchdog/wdt_diag288.h
918 F: default-configs/s390x-softmmu.mak
919 T: git git://github.com/cohuck/qemu.git s390-next
920 T: git git://github.com/borntraeger/qemu.git s390-next
921 L: qemu-s390x@nongnu.org
923 S390-ccw Bios
924 M: Christian Borntraeger <borntraeger@de.ibm.com>
925 M: Thomas Huth <thuth@redhat.com>
926 S: Supported
927 F: pc-bios/s390-ccw/
928 F: pc-bios/s390-ccw.img
929 T: git git://github.com/borntraeger/qemu.git s390-next
930 L: qemu-s390x@nongnu.org
932 UniCore32 Machines
933 -------------
934 PKUnity-3 SoC initramfs-with-busybox
935 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
936 S: Maintained
937 F: hw/*/puv3*
938 F: hw/unicore32/
940 X86 Machines
941 ------------
943 M: Michael S. Tsirkin <mst@redhat.com>
944 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
945 S: Supported
946 F: include/hw/i386/
947 F: hw/i386/
948 F: hw/pci-host/piix.c
949 F: hw/pci-host/q35.c
950 F: hw/pci-host/pam.c
951 F: include/hw/pci-host/q35.h
952 F: include/hw/pci-host/pam.h
953 F: hw/isa/piix4.c
954 F: hw/isa/lpc_ich9.c
955 F: hw/i2c/smbus_ich9.c
956 F: hw/acpi/piix4.c
957 F: hw/acpi/ich9.c
958 F: include/hw/acpi/ich9.h
959 F: include/hw/acpi/piix4.h
960 F: hw/misc/sga.c
962 PC Chipset
963 M: Michael S. Tsirkin <mst@redhat.com>
964 M: Paolo Bonzini <pbonzini@redhat.com>
965 S: Supported
966 F: hw/char/debugcon.c
967 F: hw/char/parallel*
968 F: hw/char/serial*
969 F: hw/dma/i8257*
970 F: hw/i2c/pm_smbus.c
971 F: hw/input/pckbd.c
972 F: hw/intc/apic*
973 F: hw/intc/ioapic*
974 F: hw/intc/i8259*
975 F: hw/isa/isa-superio.c
976 F: hw/misc/debugexit.c
977 F: hw/misc/pc-testdev.c
978 F: hw/timer/hpet*
979 F: hw/timer/i8254*
980 F: hw/timer/mc146818rtc*
981 F: hw/watchdog/wdt_ib700.c
982 F: include/hw/display/vga.h
983 F: include/hw/char/parallel.h
984 F: include/hw/dma/i8257.h
985 F: include/hw/i2c/pm_smbus.h
986 F: include/hw/input/i8042.h
987 F: include/hw/isa/superio.h
988 F: include/hw/timer/hpet.h
989 F: include/hw/timer/i8254*
990 F: include/hw/timer/mc146818rtc*
992 Machine core
993 M: Eduardo Habkost <ehabkost@redhat.com>
994 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
995 S: Supported
996 F: hw/core/machine.c
997 F: hw/core/null-machine.c
998 F: include/hw/boards.h
999 T: git git://github.com/ehabkost/qemu.git machine-next
1001 Xtensa Machines
1002 ---------------
1004 M: Max Filippov <jcmvbkbc@gmail.com>
1005 S: Maintained
1006 F: hw/xtensa/sim.c
1008 XTFPGA (LX60, LX200, ML605, KC705)
1009 M: Max Filippov <jcmvbkbc@gmail.com>
1010 S: Maintained
1011 F: hw/xtensa/xtfpga.c
1012 F: hw/net/opencores_eth.c
1014 Devices
1015 -------
1017 M: Jiri Slaby <jslaby@suse.cz>
1018 S: Maintained
1019 F: hw/misc/edu.c
1022 M: John Snow <jsnow@redhat.com>
1023 L: qemu-block@nongnu.org
1024 S: Supported
1025 F: include/hw/ide.h
1026 F: include/hw/ide/
1027 F: hw/ide/
1028 F: hw/block/block.c
1029 F: hw/block/cdrom.c
1030 F: hw/block/hd-geometry.c
1031 F: tests/ide-test.c
1032 F: tests/ahci-test.c
1033 F: tests/cdrom-test.c
1034 F: tests/libqos/ahci*
1035 T: git git://github.com/jnsnow/qemu.git ide
1037 IPMI
1038 M: Corey Minyard <minyard@acm.org>
1039 S: Maintained
1040 F: include/hw/ipmi/*
1041 F: hw/ipmi/*
1042 F: hw/smbios/smbios_type_38.c
1043 F: tests/ipmi*
1044 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1046 Floppy
1047 M: John Snow <jsnow@redhat.com>
1048 L: qemu-block@nongnu.org
1049 S: Supported
1050 F: hw/block/fdc.c
1051 F: include/hw/block/fdc.h
1052 F: tests/fdc-test.c
1053 T: git git://github.com/jnsnow/qemu.git ide
1055 OMAP
1056 M: Peter Maydell <peter.maydell@linaro.org>
1057 S: Maintained
1058 F: hw/*/omap*
1059 F: include/hw/arm/omap.h
1061 IPack
1062 M: Alberto Garcia <berto@igalia.com>
1063 S: Odd Fixes
1064 F: hw/char/ipoctal232.c
1065 F: hw/ipack/
1068 M: Michael S. Tsirkin <mst@redhat.com>
1069 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1070 S: Supported
1071 F: include/hw/pci/*
1072 F: hw/misc/pci-testdev.c
1073 F: hw/pci/*
1074 F: hw/pci-bridge/*
1075 F: docs/pci*
1076 F: docs/specs/*pci*
1077 F: default-configs/pci.mak
1079 ACPI/SMBIOS
1080 M: Michael S. Tsirkin <mst@redhat.com>
1081 M: Igor Mammedov <imammedo@redhat.com>
1082 S: Supported
1083 F: include/hw/acpi/*
1084 F: include/hw/smbios/*
1085 F: hw/mem/*
1086 F: hw/acpi/*
1087 F: hw/smbios/*
1088 F: hw/i386/acpi-build.[hc]
1089 F: hw/arm/virt-acpi-build.c
1090 F: tests/bios-tables-test.c
1091 F: tests/acpi-utils.[hc]
1093 ppc4xx
1094 M: Alexander Graf <agraf@suse.de>
1095 L: qemu-ppc@nongnu.org
1096 S: Odd Fixes
1097 F: hw/ppc/ppc4*.c
1098 F: hw/i2c/ppc4xx_i2c.c
1099 F: include/hw/ppc/ppc4xx.h
1100 F: include/hw/i2c/ppc4xx_i2c.h
1102 ppce500
1103 M: Alexander Graf <agraf@suse.de>
1104 L: qemu-ppc@nongnu.org
1105 S: Supported
1106 F: hw/ppc/e500*
1107 F: hw/pci-host/ppce500.c
1108 F: hw/net/fsl_etsec/
1110 Character devices
1111 M: Paolo Bonzini <pbonzini@redhat.com>
1112 S: Odd Fixes
1113 F: hw/char/
1115 Network devices
1116 M: Jason Wang <jasowang@redhat.com>
1117 S: Odd Fixes
1118 F: hw/net/
1119 F: include/hw/net/
1120 F: tests/virtio-net-test.c
1121 T: git git://github.com/jasowang/qemu.git net
1123 SCSI
1124 M: Paolo Bonzini <pbonzini@redhat.com>
1125 R: Fam Zheng <famz@redhat.com>
1126 S: Supported
1127 F: include/hw/scsi/*
1128 F: hw/scsi/*
1129 F: tests/virtio-scsi-test.c
1130 T: git git://github.com/bonzini/qemu.git scsi-next
1133 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1134 M: Alistair Francis <alistair@alistair23.me>
1135 S: Maintained
1136 F: hw/ssi/*
1137 F: hw/block/m25p80.c
1138 F: include/hw/ssi/ssi.h
1139 X: hw/ssi/xilinx_*
1140 F: tests/m25p80-test.c
1142 Xilinx SPI
1143 M: Alistair Francis <alistair@alistair23.me>
1144 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1145 S: Maintained
1146 F: hw/ssi/xilinx_*
1148 SD (Secure Card)
1149 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1150 S: Odd Fixes
1151 F: include/hw/sd/sd*
1152 F: hw/sd/core.c
1153 F: hw/sd/sd*
1154 F: tests/sd*
1157 M: Gerd Hoffmann <kraxel@redhat.com>
1158 S: Maintained
1159 F: hw/usb/*
1160 F: tests/usb-*-test.c
1161 F: docs/usb2.txt
1162 F: docs/usb-storage.txt
1163 F: include/hw/usb.h
1164 F: include/hw/usb/
1165 F: default-configs/usb.mak
1167 USB (serial adapter)
1168 M: Gerd Hoffmann <kraxel@redhat.com>
1169 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1170 S: Maintained
1171 F: hw/usb/dev-serial.c
1173 VFIO
1174 M: Alex Williamson <alex.williamson@redhat.com>
1175 S: Supported
1176 F: hw/vfio/*
1177 F: include/hw/vfio/
1179 vfio-ccw
1180 M: Cornelia Huck <cohuck@redhat.com>
1181 S: Supported
1182 F: hw/vfio/ccw.c
1183 F: hw/s390x/s390-ccw.c
1184 F: include/hw/s390x/s390-ccw.h
1185 T: git git://github.com/cohuck/qemu.git s390-next
1186 L: qemu-s390x@nongnu.org
1188 vhost
1189 M: Michael S. Tsirkin <mst@redhat.com>
1190 S: Supported
1191 F: hw/*/*vhost*
1192 F: docs/interop/vhost-user.txt
1194 virtio
1195 M: Michael S. Tsirkin <mst@redhat.com>
1196 S: Supported
1197 F: hw/*/virtio*
1198 F: hw/virtio/Makefile.objs
1199 F: hw/virtio/trace-events
1200 F: net/vhost-user.c
1201 F: include/hw/virtio/
1202 F: tests/virtio-balloon-test.c
1204 virtio-9p
1205 M: Greg Kurz <groug@kaod.org>
1206 S: Supported
1207 F: hw/9pfs/
1208 F: fsdev/
1209 F: tests/virtio-9p-test.c
1210 T: git git://github.com/gkurz/qemu.git 9p-next
1212 virtio-blk
1213 M: Stefan Hajnoczi <stefanha@redhat.com>
1214 L: qemu-block@nongnu.org
1215 S: Supported
1216 F: hw/block/virtio-blk.c
1217 F: hw/block/dataplane/*
1218 F: tests/virtio-blk-test.c
1219 T: git git://github.com/stefanha/qemu.git block
1221 virtio-ccw
1222 M: Cornelia Huck <cohuck@redhat.com>
1223 M: Christian Borntraeger <borntraeger@de.ibm.com>
1224 S: Supported
1225 F: hw/s390x/virtio-ccw.[hc]
1226 T: git git://github.com/cohuck/qemu.git s390-next
1227 T: git git://github.com/borntraeger/qemu.git s390-next
1228 L: qemu-s390x@nongnu.org
1230 virtio-input
1231 M: Gerd Hoffmann <kraxel@redhat.com>
1232 S: Maintained
1233 F: hw/input/virtio-input*.c
1234 F: include/hw/virtio/virtio-input.h
1236 virtio-serial
1237 M: Amit Shah <amit@kernel.org>
1238 S: Supported
1239 F: hw/char/virtio-serial-bus.c
1240 F: hw/char/virtio-console.c
1241 F: include/hw/virtio/virtio-serial.h
1242 F: tests/virtio-console-test.c
1243 F: tests/virtio-serial-test.c
1245 virtio-rng
1246 M: Amit Shah <amit@kernel.org>
1247 S: Supported
1248 F: hw/virtio/virtio-rng.c
1249 F: include/hw/virtio/virtio-rng.h
1250 F: include/sysemu/rng*.h
1251 F: backends/rng*.c
1252 F: tests/virtio-rng-test.c
1254 virtio-crypto
1255 M: Gonglei <arei.gonglei@huawei.com>
1256 S: Supported
1257 F: hw/virtio/virtio-crypto.c
1258 F: hw/virtio/virtio-crypto-pci.c
1259 F: include/hw/virtio/virtio-crypto.h
1261 nvme
1262 M: Keith Busch <keith.busch@intel.com>
1263 L: qemu-block@nongnu.org
1264 S: Supported
1265 F: hw/block/nvme*
1266 F: tests/nvme-test.c
1268 megasas
1269 M: Hannes Reinecke <hare@suse.com>
1270 L: qemu-block@nongnu.org
1271 S: Supported
1272 F: hw/scsi/megasas.c
1273 F: hw/scsi/mfi.h
1274 F: tests/megasas-test.c
1276 Network packet abstractions
1277 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1278 S: Maintained
1279 F: include/net/eth.h
1280 F: net/eth.c
1281 F: hw/net/net_rx_pkt*
1282 F: hw/net/net_tx_pkt*
1284 Vmware
1285 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1286 S: Maintained
1287 F: hw/net/vmxnet*
1288 F: hw/scsi/vmw_pvscsi*
1289 F: tests/vmxnet3-test.c
1291 Rocker
1292 M: Jiri Pirko <jiri@resnulli.us>
1293 S: Maintained
1294 F: hw/net/rocker/
1295 F: tests/rocker/
1296 F: docs/specs/rocker.txt
1298 NVDIMM
1299 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1300 S: Maintained
1301 F: hw/acpi/nvdimm.c
1302 F: hw/mem/nvdimm.c
1303 F: include/hw/mem/nvdimm.h
1305 e1000x
1306 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1307 S: Maintained
1308 F: hw/net/e1000x*
1310 e1000e
1311 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1312 S: Maintained
1313 F: hw/net/e1000e*
1315 eepro100
1316 M: Stefan Weil <sw@weilnetz.de>
1317 S: Maintained
1318 F: hw/net/eepro100.c
1320 Generic Loader
1321 M: Alistair Francis <alistair@alistair23.me>
1322 S: Maintained
1323 F: hw/core/generic-loader.c
1324 F: include/hw/core/generic-loader.h
1325 F: docs/generic-loader.txt
1327 CHRP NVRAM
1328 M: Thomas Huth <thuth@redhat.com>
1329 S: Maintained
1330 F: hw/nvram/chrp_nvram.c
1331 F: include/hw/nvram/chrp_nvram.h
1332 F: tests/prom-env-test.c
1334 VM Generation ID
1335 M: Ben Warren <ben@skyportsystems.com>
1336 S: Maintained
1337 F: hw/acpi/vmgenid.c
1338 F: include/hw/acpi/vmgenid.h
1339 F: docs/specs/vmgenid.txt
1340 F: tests/vmgenid-test.c
1341 F: stubs/vmgenid.c
1343 Unimplemented device
1344 M: Peter Maydell <peter.maydell@linaro.org>
1345 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1346 S: Maintained
1347 F: include/hw/misc/unimp.h
1348 F: hw/misc/unimp.c
1350 Standard VGA
1351 M: Gerd Hoffmann <kraxel@redhat.com>
1352 S: Maintained
1353 F: hw/display/vga*
1354 F: hw/display/bochs-display.c
1355 F: include/hw/display/vga.h
1356 F: include/hw/display/bochs-vbe.h
1358 ramfb
1359 M: Gerd Hoffmann <kraxel@redhat.com>
1360 S: Maintained
1361 F: hw/display/ramfb*.c
1362 F: include/hw/display/ramfb.h
1364 virtio-gpu
1365 M: Gerd Hoffmann <kraxel@redhat.com>
1366 S: Maintained
1367 F: hw/display/virtio-gpu*
1368 F: hw/display/virtio-vga.c
1369 F: include/hw/virtio/virtio-gpu.h
1371 Cirrus VGA
1372 M: Gerd Hoffmann <kraxel@redhat.com>
1373 S: Odd Fixes
1374 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1375 F: hw/display/cirrus*
1377 Subsystems
1378 ----------
1379 Audio
1380 M: Gerd Hoffmann <kraxel@redhat.com>
1381 S: Maintained
1382 F: audio/
1383 F: hw/audio/
1384 F: include/hw/audio/
1385 F: tests/ac97-test.c
1386 F: tests/es1370-test.c
1387 F: tests/intel-hda-test.c
1389 Block layer core
1390 M: Kevin Wolf <kwolf@redhat.com>
1391 M: Max Reitz <mreitz@redhat.com>
1392 L: qemu-block@nongnu.org
1393 S: Supported
1394 F: block*
1395 F: block/
1396 F: hw/block/
1397 F: include/block/
1398 F: qemu-img*
1399 F: qemu-io*
1400 F: tests/qemu-iotests/
1401 F: util/qemu-progress.c
1402 F: qobject/block-qdict.c
1403 F: test/check-block-qdict.c
1404 T: git git://repo.or.cz/qemu/kevin.git block
1406 Block I/O path
1407 M: Stefan Hajnoczi <stefanha@redhat.com>
1408 M: Fam Zheng <famz@redhat.com>
1409 L: qemu-block@nongnu.org
1410 S: Supported
1411 F: util/async.c
1412 F: util/aio-*.c
1413 F: block/io.c
1414 F: migration/block*
1415 F: include/block/aio.h
1416 F: include/block/aio-wait.h
1417 F: scripts/qemugdb/aio.py
1418 T: git git://github.com/stefanha/qemu.git block
1420 Block SCSI subsystem
1421 M: Paolo Bonzini <pbonzini@redhat.com>
1422 R: Fam Zheng <famz@redhat.com>
1423 L: qemu-block@nongnu.org
1424 S: Supported
1425 F: include/scsi/*
1426 F: scsi/*
1428 Block Jobs
1429 M: Jeff Cody <jcody@redhat.com>
1430 L: qemu-block@nongnu.org
1431 S: Supported
1432 F: blockjob.c
1433 F: include/block/blockjob.h
1434 F: job.c
1435 F: job-qmp.c
1436 F: include/block/job.h
1437 F: block/backup.c
1438 F: block/commit.c
1439 F: block/stream.c
1440 F: block/mirror.c
1441 F: qapi/job.json
1442 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1444 Block QAPI, monitor, command line
1445 M: Markus Armbruster <armbru@redhat.com>
1446 S: Supported
1447 F: blockdev.c
1448 F: block/qapi.c
1449 F: qapi/block*.json
1450 F: qapi/transaction.json
1451 T: git git://repo.or.cz/qemu/armbru.git block-next
1453 Dirty Bitmaps
1454 M: Fam Zheng <famz@redhat.com>
1455 M: John Snow <jsnow@redhat.com>
1456 L: qemu-block@nongnu.org
1457 S: Supported
1458 F: util/hbitmap.c
1459 F: block/dirty-bitmap.c
1460 F: include/qemu/hbitmap.h
1461 F: include/block/dirty-bitmap.h
1462 F: tests/test-hbitmap.c
1463 F: docs/interop/bitmaps.rst
1464 T: git git://github.com/famz/qemu.git bitmaps
1465 T: git git://github.com/jnsnow/qemu.git bitmaps
1467 Character device backends
1468 M: Paolo Bonzini <pbonzini@redhat.com>
1469 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1470 S: Maintained
1471 F: chardev/
1472 F: include/chardev/
1473 F: qapi/char.json
1475 Character Devices (Braille)
1476 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1477 S: Maintained
1478 F: chardev/baum.c
1480 Command line option argument parsing
1481 M: Markus Armbruster <armbru@redhat.com>
1482 S: Supported
1483 F: include/qemu/option.h
1484 F: tests/test-keyval.c
1485 F: tests/test-qemu-opts.c
1486 F: util/keyval.c
1487 F: util/qemu-option.c
1489 Coverity model
1490 M: Markus Armbruster <armbru@redhat.com>
1491 S: Supported
1492 F: scripts/coverity-model.c
1495 L: qemu-devel@nongnu.org
1496 S: Supported
1497 F: qom/cpu.c
1498 F: include/qom/cpu.h
1500 Device Tree
1501 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1502 M: Alexander Graf <agraf@suse.de>
1503 S: Maintained
1504 F: device_tree.c
1505 F: include/sysemu/device_tree.h
1507 Dump
1508 S: Supported
1509 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1510 F: dump.c
1511 F: hw/misc/vmcoreinfo.c
1512 F: include/hw/misc/vmcoreinfo.h
1513 F: include/sysemu/dump-arch.h
1514 F: include/sysemu/dump.h
1515 F: scripts/dump-guest-memory.py
1516 F: stubs/dump.c
1518 Error reporting
1519 M: Markus Armbruster <armbru@redhat.com>
1520 S: Supported
1521 F: include/qapi/error.h
1522 F: include/qemu/error-report.h
1523 F: util/error.c
1524 F: util/qemu-error.c
1526 GDB stub
1527 L: qemu-devel@nongnu.org
1528 S: Odd Fixes
1529 F: gdbstub*
1530 F: gdb-xml/
1532 Memory API
1533 M: Paolo Bonzini <pbonzini@redhat.com>
1534 S: Supported
1535 F: include/exec/ioport.h
1536 F: ioport.c
1537 F: include/exec/memory.h
1538 F: include/exec/ram_addr.h
1539 F: memory.c
1540 F: include/exec/memory-internal.h
1541 F: exec.c
1543 SPICE
1544 M: Gerd Hoffmann <kraxel@redhat.com>
1545 S: Supported
1546 F: include/ui/qemu-spice.h
1547 F: include/ui/spice-display.h
1548 F: ui/spice-*.c
1549 F: audio/spiceaudio.c
1550 F: hw/display/qxl*
1551 F: qapi/ui.json
1553 Graphics
1554 M: Gerd Hoffmann <kraxel@redhat.com>
1555 S: Odd Fixes
1556 F: ui/
1557 F: include/ui/
1558 F: qapi/ui.json
1560 Cocoa graphics
1561 M: Peter Maydell <peter.maydell@linaro.org>
1562 S: Odd Fixes
1563 F: ui/cocoa.m
1565 Main loop
1566 M: Paolo Bonzini <pbonzini@redhat.com>
1567 S: Maintained
1568 F: cpus.c
1569 F: util/main-loop.c
1570 F: util/qemu-timer.c
1571 F: vl.c
1572 F: qapi/run-state.json
1574 Human Monitor (HMP)
1575 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1576 S: Maintained
1577 F: monitor.c
1578 F: hmp.[ch]
1579 F: hmp-commands*.hx
1580 F: include/monitor/hmp-target.h
1581 F: tests/test-hmp.c
1583 Network device backends
1584 M: Jason Wang <jasowang@redhat.com>
1585 S: Maintained
1586 F: net/
1587 F: include/net/
1588 T: git git://github.com/jasowang/qemu.git net
1589 F: qapi/net.json
1591 Netmap network backend
1592 M: Luigi Rizzo <rizzo@iet.unipi.it>
1593 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1594 M: Vincenzo Maffione <v.maffione@gmail.com>
1595 W: http://info.iet.unipi.it/~luigi/netmap/
1596 S: Maintained
1597 F: net/netmap.c
1599 NUMA
1600 M: Eduardo Habkost <ehabkost@redhat.com>
1601 S: Maintained
1602 F: numa.c
1603 F: include/sysemu/numa.h
1604 T: git git://github.com/ehabkost/qemu.git machine-next
1606 Host Memory Backends
1607 M: Eduardo Habkost <ehabkost@redhat.com>
1608 M: Igor Mammedov <imammedo@redhat.com>
1609 S: Maintained
1610 F: backends/hostmem*.c
1611 F: include/sysemu/hostmem.h
1612 T: git git://github.com/ehabkost/qemu.git machine-next
1614 Cryptodev Backends
1615 M: Gonglei <arei.gonglei@huawei.com>
1616 S: Maintained
1617 F: include/sysemu/cryptodev*.h
1618 F: backends/cryptodev*.c
1620 Python scripts
1621 M: Eduardo Habkost <ehabkost@redhat.com>
1622 M: Cleber Rosa <crosa@redhat.com>
1623 S: Odd fixes
1624 F: scripts/qmp/*
1625 F: scripts/*.py
1626 F: tests/*.py
1628 QAPI
1629 M: Markus Armbruster <armbru@redhat.com>
1630 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1631 S: Supported
1632 F: qapi/
1633 X: qapi/*.json
1634 F: include/qapi/
1635 X: include/qapi/qmp/
1636 F: include/qapi/qmp/dispatch.h
1637 F: tests/qapi-schema/
1638 F: tests/test-*-visitor.c
1639 F: tests/test-qapi-*.c
1640 F: tests/test-qmp-*.c
1641 F: tests/test-visitor-serialization.c
1642 F: scripts/qapi-gen.py
1643 F: scripts/qapi/*
1644 F: docs/devel/qapi*
1645 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1647 QAPI Schema
1648 M: Eric Blake <eblake@redhat.com>
1649 M: Markus Armbruster <armbru@redhat.com>
1650 S: Supported
1651 F: qapi-schema.json
1652 F: qapi/*.json
1653 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1655 QObject
1656 M: Markus Armbruster <armbru@redhat.com>
1657 S: Supported
1658 F: qobject/
1659 F: include/qapi/qmp/
1660 X: include/qapi/qmp/dispatch.h
1661 F: scripts/coccinelle/qobject.cocci
1662 F: tests/check-qdict.c
1663 F: tests/check-qnum.c
1664 F: tests/check-qjson.c
1665 F: tests/check-qlist.c
1666 F: tests/check-qstring.c
1667 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1669 QEMU Guest Agent
1670 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1671 S: Maintained
1672 F: qga/
1673 F: qemu-ga.texi
1674 F: scripts/qemu-guest-agent/
1675 F: tests/test-qga.c
1676 F: docs/interop/qemu-ga-ref.texi
1677 T: git git://github.com/mdroth/qemu.git qga
1680 M: Andreas Färber <afaerber@suse.de>
1681 S: Supported
1682 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1683 F: include/qom/
1684 X: include/qom/cpu.h
1685 F: qom/
1686 X: qom/cpu.c
1687 F: tests/check-qom-interface.c
1688 F: tests/check-qom-proplist.c
1689 F: tests/qom-test.c
1692 M: Markus Armbruster <armbru@redhat.com>
1693 S: Supported
1694 F: qmp.c
1695 F: monitor.c
1696 F: docs/devel/*qmp-*
1697 F: scripts/qmp/
1698 F: tests/qmp-test.c
1699 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1701 Register API
1702 M: Alistair Francis <alistair@alistair23.me>
1703 S: Maintained
1704 F: hw/core/register.c
1705 F: include/hw/register.h
1706 F: include/hw/registerfields.h
1708 SLIRP
1709 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1710 M: Jan Kiszka <jan.kiszka@siemens.com>
1711 S: Maintained
1712 F: slirp/
1713 F: net/slirp.c
1714 F: include/net/slirp.h
1715 T: git https://people.debian.org/~sthibault/qemu.git slirp
1716 T: git git://git.kiszka.org/qemu.git queues/slirp
1718 Stubs
1719 M: Paolo Bonzini <pbonzini@redhat.com>
1720 S: Maintained
1721 F: stubs/
1723 Tracing
1724 M: Stefan Hajnoczi <stefanha@redhat.com>
1725 S: Maintained
1726 F: trace/
1727 F: trace-events
1728 F: qemu-option-trace.texi
1729 F: scripts/tracetool.py
1730 F: scripts/tracetool/
1731 F: docs/devel/tracing.txt
1732 T: git git://github.com/stefanha/qemu.git tracing
1735 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1736 S: Maintained
1737 F: tpm.c
1738 F: stubs/tpm.c
1739 F: hw/tpm/*
1740 F: include/hw/acpi/tpm.h
1741 F: include/sysemu/tpm*
1742 F: qapi/tpm.json
1743 F: backends/tpm.c
1744 F: tests/*tpm*
1745 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1747 Checkpatch
1748 S: Odd Fixes
1749 F: scripts/checkpatch.pl
1751 Migration
1752 M: Juan Quintela <quintela@redhat.com>
1753 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1754 S: Maintained
1755 F: include/migration/
1756 F: migration/
1757 F: scripts/vmstate-static-checker.py
1758 F: tests/vmstate-static-checker-data/
1759 F: tests/migration-test.c
1760 F: docs/devel/migration.txt
1761 F: qapi/migration.json
1763 Seccomp
1764 M: Eduardo Otubo <otubo@redhat.com>
1765 S: Supported
1766 F: qemu-seccomp.c
1767 F: include/sysemu/seccomp.h
1769 Cryptography
1770 M: Daniel P. Berrange <berrange@redhat.com>
1771 S: Maintained
1772 F: crypto/
1773 F: include/crypto/
1774 F: tests/test-crypto-*
1775 F: tests/benchmark-crypto-*
1776 F: qemu.sasl
1778 Coroutines
1779 M: Stefan Hajnoczi <stefanha@redhat.com>
1780 M: Kevin Wolf <kwolf@redhat.com>
1781 F: util/*coroutine*
1782 F: include/qemu/coroutine*
1783 F: tests/test-coroutine.c
1785 Buffers
1786 M: Daniel P. Berrange <berrange@redhat.com>
1787 S: Odd fixes
1788 F: util/buffer.c
1789 F: include/qemu/buffer.h
1791 I/O Channels
1792 M: Daniel P. Berrange <berrange@redhat.com>
1793 S: Maintained
1794 F: io/
1795 F: include/io/
1796 F: tests/test-io-*
1798 Sockets
1799 M: Daniel P. Berrange <berrange@redhat.com>
1800 M: Gerd Hoffmann <kraxel@redhat.com>
1801 M: Paolo Bonzini <pbonzini@redhat.com>
1802 S: Maintained
1803 F: include/qemu/sockets.h
1804 F: util/qemu-sockets.c
1805 F: qapi/sockets.json
1807 Throttling infrastructure
1808 M: Alberto Garcia <berto@igalia.com>
1809 S: Supported
1810 F: block/throttle-groups.c
1811 F: include/block/throttle-groups.h
1812 F: include/qemu/throttle*.h
1813 F: util/throttle.c
1814 F: docs/throttle.txt
1815 F: tests/test-throttle.c
1816 L: qemu-block@nongnu.org
1818 UUID
1819 M: Fam Zheng <famz@redhat.com>
1820 S: Supported
1821 F: util/uuid.c
1822 F: include/qemu/uuid.h
1823 F: tests/test-uuid.c
1825 COLO Framework
1826 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1827 S: Maintained
1828 F: migration/colo*
1829 F: include/migration/colo.h
1830 F: include/migration/failover.h
1831 F: docs/COLO-FT.txt
1833 COLO Proxy
1834 M: Zhang Chen <zhangckid@gmail.com>
1835 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1836 S: Supported
1837 F: docs/colo-proxy.txt
1838 F: net/colo*
1839 F: net/filter-rewriter.c
1840 F: net/filter-mirror.c
1842 Record/replay
1843 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1844 R: Paolo Bonzini <pbonzini@redhat.com>
1845 W: https://wiki.qemu.org/Features/record-replay
1846 S: Supported
1847 F: replay/*
1848 F: block/blkreplay.c
1849 F: net/filter-replay.c
1850 F: include/sysemu/replay.h
1851 F: docs/replay.txt
1852 F: stubs/replay.c
1854 IOVA Tree
1855 M: Peter Xu <peterx@redhat.com>
1856 S: Maintained
1857 F: include/qemu/iova-tree.h
1858 F: util/iova-tree.c
1860 Usermode Emulation
1861 ------------------
1862 Overall
1863 M: Riku Voipio <riku.voipio@iki.fi>
1864 S: Maintained
1865 F: thunk.c
1866 F: accel/tcg/user-exec*.c
1868 BSD user
1869 S: Orphan
1870 F: bsd-user/
1871 F: default-configs/*-bsd-user.mak
1873 Linux user
1874 M: Riku Voipio <riku.voipio@iki.fi>
1875 R: Laurent Vivier <laurent@vivier.eu>
1876 S: Maintained
1877 F: linux-user/
1878 F: default-configs/*-linux-user.mak
1879 F: scripts/qemu-binfmt-conf.sh
1881 Tiny Code Generator (TCG)
1882 -------------------------
1883 Common code
1884 M: Richard Henderson <rth@twiddle.net>
1885 S: Maintained
1886 F: tcg/
1888 AArch64 target
1889 M: Claudio Fontana <claudio.fontana@huawei.com>
1890 M: Claudio Fontana <claudio.fontana@gmail.com>
1891 S: Maintained
1892 L: qemu-arm@nongnu.org
1893 F: tcg/aarch64/
1894 F: disas/arm-a64.cc
1895 F: disas/libvixl/
1897 ARM target
1898 M: Andrzej Zaborowski <balrogg@gmail.com>
1899 S: Maintained
1900 L: qemu-arm@nongnu.org
1901 F: tcg/arm/
1902 F: disas/arm.c
1904 i386 target
1905 L: qemu-devel@nongnu.org
1906 S: Maintained
1907 F: tcg/i386/
1908 F: disas/i386.c
1910 MIPS target
1911 M: Aurelien Jarno <aurelien@aurel32.net>
1912 S: Maintained
1913 F: tcg/mips/
1914 F: disas/mips.c
1917 M: Richard Henderson <rth@twiddle.net>
1918 S: Odd Fixes
1919 F: tcg/ppc/
1920 F: disas/ppc.c
1922 S390 target
1923 M: Alexander Graf <agraf@suse.de>
1924 M: Richard Henderson <rth@twiddle.net>
1925 S: Maintained
1926 F: tcg/s390/
1927 F: disas/s390.c
1928 L: qemu-s390x@nongnu.org
1930 SPARC target
1931 S: Odd Fixes
1932 F: tcg/sparc/
1933 F: disas/sparc.c
1935 TCI target
1936 M: Stefan Weil <sw@weilnetz.de>
1937 S: Maintained
1938 F: tcg/tci/
1939 F: tcg/tci.c
1940 F: disas/tci.c
1942 Block drivers
1943 -------------
1944 VMDK
1945 M: Fam Zheng <famz@redhat.com>
1946 L: qemu-block@nongnu.org
1947 S: Supported
1948 F: block/vmdk.c
1951 M: Josh Durgin <jdurgin@redhat.com>
1952 M: Jeff Cody <jcody@redhat.com>
1953 L: qemu-block@nongnu.org
1954 S: Supported
1955 F: block/rbd.c
1956 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1958 Sheepdog
1959 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1960 M: Liu Yuan <namei.unix@gmail.com>
1961 M: Jeff Cody <jcody@redhat.com>
1962 L: qemu-block@nongnu.org
1963 L: sheepdog@lists.wpkg.org
1964 S: Supported
1965 F: block/sheepdog.c
1966 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1968 VHDX
1969 M: Jeff Cody <jcody@redhat.com>
1970 L: qemu-block@nongnu.org
1971 S: Supported
1972 F: block/vhdx*
1973 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1976 M: Stefan Weil <sw@weilnetz.de>
1977 L: qemu-block@nongnu.org
1978 S: Maintained
1979 F: block/vdi.c
1981 iSCSI
1982 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1983 M: Paolo Bonzini <pbonzini@redhat.com>
1984 M: Peter Lieven <pl@kamp.de>
1985 L: qemu-block@nongnu.org
1986 S: Supported
1987 F: block/iscsi.c
1988 F: block/iscsi-opts.c
1990 Network Block Device (NBD)
1991 M: Eric Blake <eblake@redhat.com>
1992 M: Paolo Bonzini <pbonzini@redhat.com>
1993 L: qemu-block@nongnu.org
1994 S: Maintained
1995 F: block/nbd*
1996 F: nbd/
1997 F: include/block/nbd*
1998 F: qemu-nbd.*
1999 F: blockdev-nbd.c
2000 F: docs/interop/nbd.txt
2001 T: git git://repo.or.cz/qemu/ericb.git nbd
2004 M: Jeff Cody <jcody@redhat.com>
2005 M: Peter Lieven <pl@kamp.de>
2006 L: qemu-block@nongnu.org
2007 S: Maintained
2008 F: block/nfs.c
2009 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2012 M: Richard W.M. Jones <rjones@redhat.com>
2013 M: Jeff Cody <jcody@redhat.com>
2014 L: qemu-block@nongnu.org
2015 S: Supported
2016 F: block/ssh.c
2017 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2019 CURL
2020 M: Jeff Cody <jcody@redhat.com>
2021 L: qemu-block@nongnu.org
2022 S: Supported
2023 F: block/curl.c
2024 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2026 GLUSTER
2027 M: Jeff Cody <jcody@redhat.com>
2028 L: qemu-block@nongnu.org
2029 S: Supported
2030 F: block/gluster.c
2031 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2033 Null Block Driver
2034 M: Fam Zheng <famz@redhat.com>
2035 L: qemu-block@nongnu.org
2036 S: Supported
2037 F: block/null.c
2039 NVMe Block Driver
2040 M: Fam Zheng <famz@redhat.com>
2041 L: qemu-block@nongnu.org
2042 S: Supported
2043 F: block/nvme*
2045 Bootdevice
2046 M: Gonglei <arei.gonglei@huawei.com>
2047 S: Maintained
2048 F: bootdevice.c
2050 Quorum
2051 M: Alberto Garcia <berto@igalia.com>
2052 S: Supported
2053 F: block/quorum.c
2054 L: qemu-block@nongnu.org
2056 blklogwrites
2057 M: Ari Sundholm <ari@tuxera.com>
2058 L: qemu-block@nongnu.org
2059 S: Supported
2060 F: block/blklogwrites.c
2062 blkverify
2063 M: Stefan Hajnoczi <stefanha@redhat.com>
2064 L: qemu-block@nongnu.org
2065 S: Supported
2066 F: block/blkverify.c
2068 bochs
2069 M: Stefan Hajnoczi <stefanha@redhat.com>
2070 L: qemu-block@nongnu.org
2071 S: Supported
2072 F: block/bochs.c
2074 cloop
2075 M: Stefan Hajnoczi <stefanha@redhat.com>
2076 L: qemu-block@nongnu.org
2077 S: Supported
2078 F: block/cloop.c
2081 M: Stefan Hajnoczi <stefanha@redhat.com>
2082 L: qemu-block@nongnu.org
2083 S: Supported
2084 F: block/dmg.c
2086 parallels
2087 M: Stefan Hajnoczi <stefanha@redhat.com>
2088 M: Denis V. Lunev <den@openvz.org>
2089 L: qemu-block@nongnu.org
2090 S: Supported
2091 F: block/parallels.c
2092 F: docs/interop/parallels.txt
2095 M: Stefan Hajnoczi <stefanha@redhat.com>
2096 L: qemu-block@nongnu.org
2097 S: Supported
2098 F: block/qed.c
2101 M: Kevin Wolf <kwolf@redhat.com>
2102 L: qemu-block@nongnu.org
2103 S: Supported
2104 F: block/linux-aio.c
2105 F: include/block/raw-aio.h
2106 F: block/raw-format.c
2107 F: block/file-posix.c
2108 F: block/file-win32.c
2109 F: block/win32-aio.c
2111 qcow2
2112 M: Kevin Wolf <kwolf@redhat.com>
2113 M: Max Reitz <mreitz@redhat.com>
2114 L: qemu-block@nongnu.org
2115 S: Supported
2116 F: block/qcow2*
2117 F: docs/interop/qcow2.txt
2119 qcow
2120 M: Kevin Wolf <kwolf@redhat.com>
2121 L: qemu-block@nongnu.org
2122 S: Supported
2123 F: block/qcow.c
2125 blkdebug
2126 M: Kevin Wolf <kwolf@redhat.com>
2127 M: Max Reitz <mreitz@redhat.com>
2128 L: qemu-block@nongnu.org
2129 S: Supported
2130 F: block/blkdebug.c
2133 M: Kevin Wolf <kwolf@redhat.com>
2134 L: qemu-block@nongnu.org
2135 S: Supported
2136 F: block/vpc.c
2138 vvfat
2139 M: Kevin Wolf <kwolf@redhat.com>
2140 L: qemu-block@nongnu.org
2141 S: Supported
2142 F: block/vvfat.c
2144 Image format fuzzer
2145 M: Stefan Hajnoczi <stefanha@redhat.com>
2146 L: qemu-block@nongnu.org
2147 S: Supported
2148 F: tests/image-fuzzer/
2150 Replication
2151 M: Wen Congyang <wencongyang2@huawei.com>
2152 M: Xie Changlong <xiechanglong.d@gmail.com>
2153 S: Supported
2154 F: replication*
2155 F: block/replication.c
2156 F: tests/test-replication.c
2157 F: docs/block-replication.txt
2159 PVRDMA
2160 M: Yuval Shaia <yuval.shaia@oracle.com>
2161 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2162 S: Maintained
2163 F: hw/rdma/*
2164 F: hw/rdma/vmw/*
2165 F: docs/pvrdma.txt
2167 Build and test automation
2168 -------------------------
2169 Build and test automation
2170 M: Alex Bennée <alex.bennee@linaro.org>
2171 M: Fam Zheng <famz@redhat.com>
2172 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2173 L: qemu-devel@nongnu.org
2174 S: Maintained
2175 F: .travis.yml
2176 F: scripts/travis/
2177 F: .shippable.yml
2178 F: tests/docker/
2179 F: tests/vm/
2180 W: https://travis-ci.org/qemu/qemu
2181 W: https://app.shippable.com/github/qemu/qemu
2182 W: http://patchew.org/QEMU/
2184 Guest Test Compilation Support
2185 M: Alex Bennée <alex.bennee@linaro.org>
2186 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2187 F: tests/tcg/Makefile
2188 F: tests/tcg/Makefile.include
2189 L: qemu-devel@nongnu.org
2191 Documentation
2192 -------------
2193 Build system architecture
2194 M: Daniel P. Berrange <berrange@redhat.com>
2195 S: Odd Fixes
2196 F: docs/devel/build-system.txt
2198 Incompatible changes
2199 R: libvir-list@redhat.com
2200 F: qemu-deprecated.texi
2202 Build System
2203 ------------
2204 GIT submodules
2205 M: Daniel P. Berrange <berrange@redhat.com>
2206 S: Odd Fixes
2207 F: scripts/git-submodule.sh