linux-headers: update
[qemu.git] / MAINTAINERS
blob70651f7da0f065461423d8c72312aa2886f6b7e4
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 F: docs/qemu-cpu-models.texi
293 T: git git://github.com/ehabkost/qemu.git x86-next
295 Xtensa
296 M: Max Filippov <jcmvbkbc@gmail.com>
297 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
298 S: Maintained
299 F: target/xtensa/
300 F: hw/xtensa/
301 F: tests/tcg/xtensa/
302 F: disas/xtensa.c
304 TriCore
305 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
306 S: Maintained
307 F: target/tricore/
308 F: hw/tricore/
309 F: include/hw/tricore/
311 Multiarch Linux User Tests
312 M: Alex Bennée <alex.bennee@linaro.org>
313 F: tests/tcg/multiarch/
315 Guest CPU Cores (KVM):
316 ----------------------
318 Overall
319 M: Paolo Bonzini <pbonzini@redhat.com>
320 L: kvm@vger.kernel.org
321 S: Supported
322 F: */kvm.*
323 F: accel/kvm/
324 F: include/sysemu/kvm*.h
327 M: Peter Maydell <peter.maydell@linaro.org>
328 L: qemu-arm@nongnu.org
329 S: Maintained
330 F: target/arm/kvm.c
332 MIPS
333 M: James Hogan <jhogan@kernel.org>
334 S: Maintained
335 F: target/mips/kvm.c
338 M: Alexander Graf <agraf@suse.de>
339 S: Maintained
340 F: target/ppc/kvm.c
342 S390
343 M: Christian Borntraeger <borntraeger@de.ibm.com>
344 M: Cornelia Huck <cohuck@redhat.com>
345 M: Alexander Graf <agraf@suse.de>
346 S: Maintained
347 F: target/s390x/kvm.c
348 F: target/s390x/kvm_s390x.h
349 F: target/s390x/kvm-stub.c
350 F: target/s390x/ioinst.[ch]
351 F: target/s390x/machine.c
352 F: target/s390x/sigp.c
353 F: hw/intc/s390_flic.c
354 F: hw/intc/s390_flic_kvm.c
355 F: include/hw/s390x/s390_flic.h
356 F: gdb-xml/s390*.xml
357 T: git git://github.com/cohuck/qemu.git s390-next
358 T: git git://github.com/borntraeger/qemu.git s390-next
359 L: qemu-s390x@nongnu.org
362 M: Paolo Bonzini <pbonzini@redhat.com>
363 M: Marcelo Tosatti <mtosatti@redhat.com>
364 L: kvm@vger.kernel.org
365 S: Supported
366 F: target/i386/kvm.c
368 Guest CPU Cores (Xen):
369 ----------------------
372 M: Stefano Stabellini <sstabellini@kernel.org>
373 M: Anthony Perard <anthony.perard@citrix.com>
374 L: xen-devel@lists.xenproject.org
375 S: Supported
376 F: */xen*
377 F: hw/9pfs/xen-9p-backend.c
378 F: hw/char/xen_console.c
379 F: hw/display/xenfb.c
380 F: hw/net/xen_nic.c
381 F: hw/block/xen_*
382 F: hw/xen/
383 F: hw/xenpv/
384 F: hw/i386/xen/
385 F: include/hw/xen/
386 F: include/sysemu/xen-mapcache.h
388 Hosts:
389 ------
391 LINUX
392 L: qemu-devel@nongnu.org
393 S: Maintained
394 F: linux-*
395 F: linux-headers/
397 POSIX
398 L: qemu-devel@nongnu.org
399 S: Maintained
400 F: *posix*
402 NETBSD
403 L: qemu-devel@nongnu.org
404 M: Kamil Rytarowski <kamil@netbsd.org>
405 S: Maintained
406 K: ^Subject:.*(?i)NetBSD
408 OPENBSD
409 L: qemu-devel@nongnu.org
410 M: Brad Smith <brad@comstyle.com>
411 S: Maintained
412 K: ^Subject:.*(?i)OpenBSD
414 W32, W64
415 L: qemu-devel@nongnu.org
416 M: Stefan Weil <sw@weilnetz.de>
417 S: Maintained
418 F: *win32*
419 F: */*win32*
420 F: include/*/*win32*
421 X: qga/*win32*
422 F: qemu.nsi
424 Alpha Machines
425 M: Richard Henderson <rth@twiddle.net>
426 S: Maintained
427 F: hw/alpha/
428 F: hw/isa/smc37c669-superio.c
430 ARM Machines
431 ------------
432 Allwinner-a10
433 M: Beniamino Galvani <b.galvani@gmail.com>
434 L: qemu-arm@nongnu.org
435 S: Maintained
436 F: hw/*/allwinner*
437 F: include/hw/*/allwinner*
438 F: hw/arm/cubieboard.c
440 ARM PrimeCell and CMSDK devices
441 M: Peter Maydell <peter.maydell@linaro.org>
442 L: qemu-arm@nongnu.org
443 S: Maintained
444 F: hw/char/pl011.c
445 F: include/hw/char/pl011.h
446 F: hw/display/pl110*
447 F: hw/dma/pl080.c
448 F: hw/dma/pl330.c
449 F: hw/gpio/pl061.c
450 F: hw/input/pl050.c
451 F: hw/intc/pl190.c
452 F: hw/sd/pl181.c
453 F: hw/timer/pl031.c
454 F: include/hw/arm/primecell.h
455 F: hw/timer/cmsdk-apb-timer.c
456 F: include/hw/timer/cmsdk-apb-timer.h
457 F: hw/char/cmsdk-apb-uart.c
458 F: include/hw/char/cmsdk-apb-uart.h
459 F: hw/misc/tz-ppc.c
460 F: include/hw/misc/tz-ppc.h
461 F: hw/misc/tz-mpc.c
462 F: include/hw/misc/tz-mpc.h
464 ARM cores
465 M: Peter Maydell <peter.maydell@linaro.org>
466 L: qemu-arm@nongnu.org
467 S: Maintained
468 F: hw/intc/arm*
469 F: hw/intc/gic_internal.h
470 F: hw/misc/a9scu.c
471 F: hw/misc/arm11scu.c
472 F: hw/timer/a9gtimer*
473 F: hw/timer/arm*
474 F: include/hw/arm/arm*.h
475 F: include/hw/intc/arm*
476 F: include/hw/misc/a9scu.h
477 F: include/hw/misc/arm11scu.h
478 F: include/hw/timer/a9gtimer.h
479 F: include/hw/timer/arm_mptimer.h
480 F: include/hw/timer/armv7m_systick.h
481 F: tests/test-arm-mptimer.c
483 Exynos
484 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
485 L: qemu-arm@nongnu.org
486 S: Maintained
487 F: hw/*/exynos*
488 F: include/hw/arm/exynos4210.h
490 Calxeda Highbank
491 M: Rob Herring <robh@kernel.org>
492 L: qemu-arm@nongnu.org
493 S: Maintained
494 F: hw/arm/highbank.c
495 F: hw/net/xgmac.c
497 Canon DIGIC
498 M: Antony Pavlov <antonynpavlov@gmail.com>
499 L: qemu-arm@nongnu.org
500 S: Maintained
501 F: include/hw/arm/digic.h
502 F: hw/*/digic*
504 Gumstix
505 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
506 L: qemu-devel@nongnu.org
507 L: qemu-arm@nongnu.org
508 S: Odd Fixes
509 F: hw/arm/gumstix.c
511 i.MX31
512 M: Peter Chubb <peter.chubb@nicta.com.au>
513 L: qemu-arm@nongnu.org
514 S: Odd fixes
515 F: hw/*/imx*
516 F: include/hw/*/imx*
517 F: hw/arm/kzm.c
518 F: include/hw/arm/fsl-imx31.h
520 Integrator CP
521 M: Peter Maydell <peter.maydell@linaro.org>
522 L: qemu-arm@nongnu.org
523 S: Maintained
524 F: hw/arm/integratorcp.c
525 F: hw/misc/arm_integrator_debug.c
527 MPS2
528 M: Peter Maydell <peter.maydell@linaro.org>
529 L: qemu-arm@nongnu.org
530 S: Maintained
531 F: hw/arm/mps2.c
532 F: hw/arm/mps2-tz.c
533 F: hw/misc/mps2-*.c
534 F: include/hw/misc/mps2-*.h
535 F: hw/arm/iotkit.c
536 F: include/hw/arm/iotkit.h
538 Musicpal
539 M: Jan Kiszka <jan.kiszka@web.de>
540 L: qemu-arm@nongnu.org
541 S: Maintained
542 F: hw/arm/musicpal.c
544 nSeries
545 M: Andrzej Zaborowski <balrogg@gmail.com>
546 L: qemu-arm@nongnu.org
547 S: Maintained
548 F: hw/arm/nseries.c
550 Palm
551 M: Andrzej Zaborowski <balrogg@gmail.com>
552 L: qemu-arm@nongnu.org
553 S: Maintained
554 F: hw/arm/palm.c
556 Real View
557 M: Peter Maydell <peter.maydell@linaro.org>
558 L: qemu-arm@nongnu.org
559 S: Maintained
560 F: hw/arm/realview*
561 F: hw/cpu/realview_mpcore.c
562 F: hw/intc/realview_gic.c
563 F: include/hw/intc/realview_gic.h
565 PXA2XX
566 M: Andrzej Zaborowski <balrogg@gmail.com>
567 L: qemu-arm@nongnu.org
568 S: Maintained
569 F: hw/arm/mainstone.c
570 F: hw/arm/spitz.c
571 F: hw/arm/tosa.c
572 F: hw/arm/z2.c
573 F: hw/*/pxa2xx*
574 F: hw/misc/mst_fpga.c
575 F: include/hw/arm/pxa.h
577 Stellaris
578 M: Peter Maydell <peter.maydell@linaro.org>
579 L: qemu-arm@nongnu.org
580 S: Maintained
581 F: hw/*/stellaris*
583 Versatile PB
584 M: Peter Maydell <peter.maydell@linaro.org>
585 L: qemu-arm@nongnu.org
586 S: Maintained
587 F: hw/*/versatile*
588 F: hw/misc/arm_sysctl.c
590 Xilinx Zynq
591 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
592 M: Alistair Francis <alistair@alistair23.me>
593 L: qemu-arm@nongnu.org
594 S: Maintained
595 F: hw/*/xilinx_*
596 F: hw/*/cadence_*
597 F: hw/misc/zynq*
598 F: include/hw/misc/zynq*
599 X: hw/ssi/xilinx_*
601 Xilinx ZynqMP
602 M: Alistair Francis <alistair@alistair23.me>
603 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
604 L: qemu-arm@nongnu.org
605 S: Maintained
606 F: hw/*/xlnx*.c
607 F: include/hw/*/xlnx*.h
609 ARM ACPI Subsystem
610 M: Shannon Zhao <zhaoshenglong@huawei.com>
611 M: Shannon Zhao <shannon.zhaosl@gmail.com>
612 L: qemu-arm@nongnu.org
613 S: Maintained
614 F: hw/arm/virt-acpi-build.c
616 STM32F205
617 M: Alistair Francis <alistair@alistair23.me>
618 S: Maintained
619 F: hw/arm/stm32f205_soc.c
620 F: hw/misc/stm32f2xx_syscfg.c
621 F: hw/char/stm32f2xx_usart.c
622 F: hw/timer/stm32f2xx_timer.c
623 F: hw/adc/*
624 F: hw/ssi/stm32f2xx_spi.c
625 F: include/hw/*/stm32*.h
627 Netduino 2
628 M: Alistair Francis <alistair@alistair23.me>
629 S: Maintained
630 F: hw/arm/netduino2.c
632 SmartFusion2
633 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
634 S: Maintained
635 F: hw/arm/msf2-soc.c
636 F: hw/misc/msf2-sysreg.c
637 F: hw/timer/mss-timer.c
638 F: hw/ssi/mss-spi.c
639 F: include/hw/arm/msf2-soc.h
640 F: include/hw/misc/msf2-sysreg.h
641 F: include/hw/timer/mss-timer.h
642 F: include/hw/ssi/mss-spi.h
644 Emcraft M2S-FG484
645 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
646 S: Maintained
647 F: hw/arm/msf2-som.c
649 ASPEED BMCs
650 M: Cédric Le Goater <clg@kaod.org>
651 R: Andrew Jeffery <andrew@aj.id.au>
652 R: Joel Stanley <joel@jms.id.au>
653 L: qemu-arm@nongnu.org
654 S: Maintained
655 F: hw/*/*aspeed*
656 F: include/hw/*/*aspeed*
657 F: hw/net/ftgmac100.c
658 F: include/hw/net/ftgmac100.h
660 CRIS Machines
661 -------------
662 Axis Dev88
663 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
664 S: Maintained
665 F: hw/cris/axis_dev88.c
666 F: hw/*/etraxfs_*.c
668 LM32 Machines
669 -------------
670 EVR32 and uclinux BSP
671 M: Michael Walle <michael@walle.cc>
672 S: Maintained
673 F: hw/lm32/lm32_boards.c
675 milkymist
676 M: Michael Walle <michael@walle.cc>
677 S: Maintained
678 F: hw/lm32/milkymist.c
680 M68K Machines
681 -------------
682 an5206
683 M: Thomas Huth <huth@tuxfamily.org>
684 S: Odd Fixes
685 F: hw/m68k/an5206.c
686 F: hw/m68k/mcf5206.c
688 mcf5208
689 M: Thomas Huth <huth@tuxfamily.org>
690 S: Odd Fixes
691 F: hw/m68k/mcf5208.c
692 F: hw/m68k/mcf_intc.c
693 F: hw/char/mcf_uart.c
694 F: hw/net/mcf_fec.c
695 F: include/hw/m68k/mcf*.h
697 MicroBlaze Machines
698 -------------------
699 petalogix_s3adsp1800
700 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
701 S: Maintained
702 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
704 petalogix_ml605
705 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
706 S: Maintained
707 F: hw/microblaze/petalogix_ml605_mmu.c
709 MIPS Machines
710 -------------
711 Jazz
712 M: Hervé Poussineau <hpoussin@reactos.org>
713 S: Maintained
714 F: hw/mips/mips_jazz.c
716 Malta
717 M: Aurelien Jarno <aurelien@aurel32.net>
718 S: Maintained
719 F: hw/mips/mips_malta.c
721 Mipssim
722 M: Aleksandar Markovic <amarkovic@wavecomp.com>
723 S: Odd Fixes
724 F: hw/mips/mips_mipssim.c
725 F: hw/net/mipsnet.c
727 R4000
728 M: Aurelien Jarno <aurelien@aurel32.net>
729 S: Maintained
730 F: hw/mips/mips_r4k.c
732 Fulong 2E
733 M: Aleksandar Markovic <amarkovic@wavecomp.com>
734 S: Odd Fixes
735 F: hw/mips/mips_fulong2e.c
736 F: hw/isa/vt82c686.c
738 F: include/hw/isa/vt82c686.h
740 Boston
741 M: Paul Burton <pburton@wavecomp.com>
742 S: Maintained
743 F: hw/core/loader-fit.c
744 F: hw/mips/boston.c
745 F: hw/pci-host/xilinx-pcie.c
747 OpenRISC Machines
748 -----------------
749 or1k-sim
750 M: Jia Liu <proljc@gmail.com>
751 S: Maintained
752 F: hw/openrisc/openrisc_sim.c
754 PowerPC Machines
755 ----------------
757 M: Alexander Graf <agraf@suse.de>
758 L: qemu-ppc@nongnu.org
759 S: Odd Fixes
760 F: hw/ppc/ppc405_boards.c
762 Bamboo
763 M: Alexander Graf <agraf@suse.de>
764 L: qemu-ppc@nongnu.org
765 S: Odd Fixes
766 F: hw/ppc/ppc440_bamboo.c
768 e500
769 M: Alexander Graf <agraf@suse.de>
770 L: qemu-ppc@nongnu.org
771 S: Supported
772 F: hw/ppc/e500.[hc]
773 F: hw/ppc/e500plat.c
774 F: include/hw/ppc/ppc_e500.h
775 F: include/hw/pci-host/ppce500.h
776 F: pc-bios/u-boot.e500
778 mpc8544ds
779 M: Alexander Graf <agraf@suse.de>
780 L: qemu-ppc@nongnu.org
781 S: Supported
782 F: hw/ppc/mpc8544ds.c
783 F: hw/ppc/mpc8544_guts.c
785 New World
786 M: Alexander Graf <agraf@suse.de>
787 L: qemu-ppc@nongnu.org
788 S: Maintained
789 F: hw/ppc/mac_newworld.c
790 F: hw/pci-host/uninorth.c
791 F: hw/pci-bridge/dec.[hc]
792 F: hw/misc/macio/
793 F: hw/misc/mos6522.c
794 F: hw/nvram/mac_nvram.c
795 F: include/hw/misc/macio/
796 F: include/hw/misc/mos6522.h
797 F: include/hw/ppc/mac_dbdma.h
799 Old World
800 M: Alexander Graf <agraf@suse.de>
801 L: qemu-ppc@nongnu.org
802 S: Maintained
803 F: hw/ppc/mac_oldworld.c
804 F: hw/pci-host/grackle.c
805 F: hw/misc/macio/
806 F: hw/intc/heathrow_pic.c
808 PReP
809 M: Hervé Poussineau <hpoussin@reactos.org>
810 L: qemu-devel@nongnu.org
811 L: qemu-ppc@nongnu.org
812 S: Maintained
813 F: hw/ppc/prep.c
814 F: hw/ppc/prep_systemio.c
815 F: hw/ppc/rs6000_mc.c
816 F: hw/pci-host/prep.[hc]
817 F: hw/isa/i82378.c
818 F: hw/isa/pc87312.c
819 F: hw/dma/i82374.c
820 F: hw/timer/m48t59-isa.c
821 F: include/hw/isa/pc87312.h
822 F: include/hw/timer/m48t59.h
823 F: pc-bios/ppc_rom.bin
825 sPAPR
826 M: David Gibson <david@gibson.dropbear.id.au>
827 M: Alexander Graf <agraf@suse.de>
828 L: qemu-ppc@nongnu.org
829 S: Supported
830 F: hw/*/spapr*
831 F: include/hw/*/spapr*
832 F: hw/*/xics*
833 F: include/hw/*/xics*
834 F: pc-bios/spapr-rtas/*
835 F: pc-bios/spapr-rtas.bin
836 F: pc-bios/slof.bin
837 F: pc-bios/skiboot.lid
838 F: docs/specs/ppc-spapr-hcalls.txt
839 F: docs/specs/ppc-spapr-hotplug.txt
840 F: tests/spapr*
841 F: tests/libqos/*spapr*
842 F: tests/rtas*
843 F: tests/libqos/rtas*
845 virtex_ml507
846 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
847 L: qemu-ppc@nongnu.org
848 S: Odd Fixes
849 F: hw/ppc/virtex_ml507.c
851 sam460ex
852 M: BALATON Zoltan <balaton@eik.bme.hu>
853 L: qemu-ppc@nongnu.org
854 S: Maintained
855 F: hw/ide/sii3112.c
856 F: hw/timer/m41t80.c
858 SH4 Machines
859 ------------
861 M: Magnus Damm <magnus.damm@gmail.com>
862 S: Maintained
863 F: hw/sh4/r2d.c
864 F: hw/intc/sh_intc.c
865 F: hw/timer/sh_timer.c
867 Shix
868 M: Magnus Damm <magnus.damm@gmail.com>
869 S: Odd Fixes
870 F: hw/sh4/shix.c
872 SPARC Machines
873 --------------
874 Sun4m
875 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
876 S: Maintained
877 F: hw/sparc/sun4m.c
878 F: hw/dma/sparc32_dma.c
879 F: hw/dma/sun4m_iommu.c
880 F: hw/misc/eccmemctl.c
881 F: hw/misc/slavio_misc.c
882 F: include/hw/sparc/sparc32_dma.h
883 F: include/hw/sparc/sun4m.h
884 F: pc-bios/openbios-sparc32
886 Sun4u
887 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
888 S: Maintained
889 F: hw/sparc64/sun4u.c
890 F: pc-bios/openbios-sparc64
892 Sun4v
893 M: Artyom Tarasenko <atar4qemu@gmail.com>
894 S: Maintained
895 F: hw/sparc64/niagara.c
896 F: hw/timer/sun4v-rtc.c
897 F: include/hw/timer/sun4v-rtc.h
899 Leon3
900 M: Fabien Chouteau <chouteau@adacore.com>
901 S: Maintained
902 F: hw/sparc/leon3.c
903 F: hw/*/grlib*
904 F: include/hw/sparc/grlib.h
906 S390 Machines
907 -------------
908 S390 Virtio-ccw
909 M: Cornelia Huck <cohuck@redhat.com>
910 M: Christian Borntraeger <borntraeger@de.ibm.com>
911 M: Alexander Graf <agraf@suse.de>
912 S: Supported
913 F: hw/char/sclp*.[hc]
914 F: hw/char/terminal3270.c
915 F: hw/s390x/
916 F: include/hw/s390x/
917 F: hw/watchdog/wdt_diag288.c
918 F: include/hw/watchdog/wdt_diag288.h
919 F: default-configs/s390x-softmmu.mak
920 T: git git://github.com/cohuck/qemu.git s390-next
921 T: git git://github.com/borntraeger/qemu.git s390-next
922 L: qemu-s390x@nongnu.org
924 S390-ccw Bios
925 M: Christian Borntraeger <borntraeger@de.ibm.com>
926 M: Thomas Huth <thuth@redhat.com>
927 S: Supported
928 F: pc-bios/s390-ccw/
929 F: pc-bios/s390-ccw.img
930 T: git git://github.com/borntraeger/qemu.git s390-next
931 L: qemu-s390x@nongnu.org
933 UniCore32 Machines
934 -------------
935 PKUnity-3 SoC initramfs-with-busybox
936 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
937 S: Maintained
938 F: hw/*/puv3*
939 F: hw/unicore32/
941 X86 Machines
942 ------------
944 M: Michael S. Tsirkin <mst@redhat.com>
945 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
946 S: Supported
947 F: include/hw/i386/
948 F: hw/i386/
949 F: hw/pci-host/piix.c
950 F: hw/pci-host/q35.c
951 F: hw/pci-host/pam.c
952 F: include/hw/pci-host/q35.h
953 F: include/hw/pci-host/pam.h
954 F: hw/isa/piix4.c
955 F: hw/isa/lpc_ich9.c
956 F: hw/i2c/smbus_ich9.c
957 F: hw/acpi/piix4.c
958 F: hw/acpi/ich9.c
959 F: include/hw/acpi/ich9.h
960 F: include/hw/acpi/piix4.h
961 F: hw/misc/sga.c
963 PC Chipset
964 M: Michael S. Tsirkin <mst@redhat.com>
965 M: Paolo Bonzini <pbonzini@redhat.com>
966 S: Supported
967 F: hw/char/debugcon.c
968 F: hw/char/parallel*
969 F: hw/char/serial*
970 F: hw/dma/i8257*
971 F: hw/i2c/pm_smbus.c
972 F: hw/input/pckbd.c
973 F: hw/intc/apic*
974 F: hw/intc/ioapic*
975 F: hw/intc/i8259*
976 F: hw/isa/isa-superio.c
977 F: hw/misc/debugexit.c
978 F: hw/misc/pc-testdev.c
979 F: hw/timer/hpet*
980 F: hw/timer/i8254*
981 F: hw/timer/mc146818rtc*
982 F: hw/watchdog/wdt_ib700.c
983 F: include/hw/display/vga.h
984 F: include/hw/char/parallel.h
985 F: include/hw/dma/i8257.h
986 F: include/hw/i2c/pm_smbus.h
987 F: include/hw/input/i8042.h
988 F: include/hw/isa/superio.h
989 F: include/hw/timer/hpet.h
990 F: include/hw/timer/i8254*
991 F: include/hw/timer/mc146818rtc*
993 Machine core
994 M: Eduardo Habkost <ehabkost@redhat.com>
995 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
996 S: Supported
997 F: hw/core/machine.c
998 F: hw/core/null-machine.c
999 F: include/hw/boards.h
1000 T: git git://github.com/ehabkost/qemu.git machine-next
1002 Xtensa Machines
1003 ---------------
1005 M: Max Filippov <jcmvbkbc@gmail.com>
1006 S: Maintained
1007 F: hw/xtensa/sim.c
1009 XTFPGA (LX60, LX200, ML605, KC705)
1010 M: Max Filippov <jcmvbkbc@gmail.com>
1011 S: Maintained
1012 F: hw/xtensa/xtfpga.c
1013 F: hw/net/opencores_eth.c
1015 Devices
1016 -------
1018 M: Jiri Slaby <jslaby@suse.cz>
1019 S: Maintained
1020 F: hw/misc/edu.c
1023 M: John Snow <jsnow@redhat.com>
1024 L: qemu-block@nongnu.org
1025 S: Supported
1026 F: include/hw/ide.h
1027 F: include/hw/ide/
1028 F: hw/ide/
1029 F: hw/block/block.c
1030 F: hw/block/cdrom.c
1031 F: hw/block/hd-geometry.c
1032 F: tests/ide-test.c
1033 F: tests/ahci-test.c
1034 F: tests/cdrom-test.c
1035 F: tests/libqos/ahci*
1036 T: git git://github.com/jnsnow/qemu.git ide
1038 IPMI
1039 M: Corey Minyard <minyard@acm.org>
1040 S: Maintained
1041 F: include/hw/ipmi/*
1042 F: hw/ipmi/*
1043 F: hw/smbios/smbios_type_38.c
1044 F: tests/ipmi*
1045 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1047 Floppy
1048 M: John Snow <jsnow@redhat.com>
1049 L: qemu-block@nongnu.org
1050 S: Supported
1051 F: hw/block/fdc.c
1052 F: include/hw/block/fdc.h
1053 F: tests/fdc-test.c
1054 T: git git://github.com/jnsnow/qemu.git ide
1056 OMAP
1057 M: Peter Maydell <peter.maydell@linaro.org>
1058 S: Maintained
1059 F: hw/*/omap*
1060 F: include/hw/arm/omap.h
1062 IPack
1063 M: Alberto Garcia <berto@igalia.com>
1064 S: Odd Fixes
1065 F: hw/char/ipoctal232.c
1066 F: hw/ipack/
1069 M: Michael S. Tsirkin <mst@redhat.com>
1070 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1071 S: Supported
1072 F: include/hw/pci/*
1073 F: hw/misc/pci-testdev.c
1074 F: hw/pci/*
1075 F: hw/pci-bridge/*
1076 F: docs/pci*
1077 F: docs/specs/*pci*
1078 F: default-configs/pci.mak
1080 ACPI/SMBIOS
1081 M: Michael S. Tsirkin <mst@redhat.com>
1082 M: Igor Mammedov <imammedo@redhat.com>
1083 S: Supported
1084 F: include/hw/acpi/*
1085 F: include/hw/smbios/*
1086 F: hw/mem/*
1087 F: hw/acpi/*
1088 F: hw/smbios/*
1089 F: hw/i386/acpi-build.[hc]
1090 F: hw/arm/virt-acpi-build.c
1091 F: tests/bios-tables-test.c
1092 F: tests/acpi-utils.[hc]
1094 ppc4xx
1095 M: Alexander Graf <agraf@suse.de>
1096 L: qemu-ppc@nongnu.org
1097 S: Odd Fixes
1098 F: hw/ppc/ppc4*.c
1099 F: hw/i2c/ppc4xx_i2c.c
1100 F: include/hw/ppc/ppc4xx.h
1101 F: include/hw/i2c/ppc4xx_i2c.h
1103 ppce500
1104 M: Alexander Graf <agraf@suse.de>
1105 L: qemu-ppc@nongnu.org
1106 S: Supported
1107 F: hw/ppc/e500*
1108 F: hw/pci-host/ppce500.c
1109 F: hw/net/fsl_etsec/
1111 Character devices
1112 M: Paolo Bonzini <pbonzini@redhat.com>
1113 S: Odd Fixes
1114 F: hw/char/
1116 Network devices
1117 M: Jason Wang <jasowang@redhat.com>
1118 S: Odd Fixes
1119 F: hw/net/
1120 F: include/hw/net/
1121 F: tests/virtio-net-test.c
1122 T: git git://github.com/jasowang/qemu.git net
1124 SCSI
1125 M: Paolo Bonzini <pbonzini@redhat.com>
1126 R: Fam Zheng <famz@redhat.com>
1127 S: Supported
1128 F: include/hw/scsi/*
1129 F: hw/scsi/*
1130 F: tests/virtio-scsi-test.c
1131 T: git git://github.com/bonzini/qemu.git scsi-next
1134 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1135 M: Alistair Francis <alistair@alistair23.me>
1136 S: Maintained
1137 F: hw/ssi/*
1138 F: hw/block/m25p80.c
1139 F: include/hw/ssi/ssi.h
1140 X: hw/ssi/xilinx_*
1141 F: tests/m25p80-test.c
1143 Xilinx SPI
1144 M: Alistair Francis <alistair@alistair23.me>
1145 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1146 S: Maintained
1147 F: hw/ssi/xilinx_*
1149 SD (Secure Card)
1150 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1151 S: Odd Fixes
1152 F: include/hw/sd/sd*
1153 F: hw/sd/core.c
1154 F: hw/sd/sd*
1155 F: tests/sd*
1158 M: Gerd Hoffmann <kraxel@redhat.com>
1159 S: Maintained
1160 F: hw/usb/*
1161 F: tests/usb-*-test.c
1162 F: docs/usb2.txt
1163 F: docs/usb-storage.txt
1164 F: include/hw/usb.h
1165 F: include/hw/usb/
1166 F: default-configs/usb.mak
1168 USB (serial adapter)
1169 M: Gerd Hoffmann <kraxel@redhat.com>
1170 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1171 S: Maintained
1172 F: hw/usb/dev-serial.c
1174 VFIO
1175 M: Alex Williamson <alex.williamson@redhat.com>
1176 S: Supported
1177 F: hw/vfio/*
1178 F: include/hw/vfio/
1180 vfio-ccw
1181 M: Cornelia Huck <cohuck@redhat.com>
1182 S: Supported
1183 F: hw/vfio/ccw.c
1184 F: hw/s390x/s390-ccw.c
1185 F: include/hw/s390x/s390-ccw.h
1186 T: git git://github.com/cohuck/qemu.git s390-next
1187 L: qemu-s390x@nongnu.org
1189 vhost
1190 M: Michael S. Tsirkin <mst@redhat.com>
1191 S: Supported
1192 F: hw/*/*vhost*
1193 F: docs/interop/vhost-user.txt
1195 virtio
1196 M: Michael S. Tsirkin <mst@redhat.com>
1197 S: Supported
1198 F: hw/*/virtio*
1199 F: hw/virtio/Makefile.objs
1200 F: hw/virtio/trace-events
1201 F: net/vhost-user.c
1202 F: include/hw/virtio/
1203 F: tests/virtio-balloon-test.c
1205 virtio-9p
1206 M: Greg Kurz <groug@kaod.org>
1207 S: Supported
1208 F: hw/9pfs/
1209 F: fsdev/
1210 F: tests/virtio-9p-test.c
1211 T: git git://github.com/gkurz/qemu.git 9p-next
1213 virtio-blk
1214 M: Stefan Hajnoczi <stefanha@redhat.com>
1215 L: qemu-block@nongnu.org
1216 S: Supported
1217 F: hw/block/virtio-blk.c
1218 F: hw/block/dataplane/*
1219 F: tests/virtio-blk-test.c
1220 T: git git://github.com/stefanha/qemu.git block
1222 virtio-ccw
1223 M: Cornelia Huck <cohuck@redhat.com>
1224 M: Christian Borntraeger <borntraeger@de.ibm.com>
1225 S: Supported
1226 F: hw/s390x/virtio-ccw.[hc]
1227 T: git git://github.com/cohuck/qemu.git s390-next
1228 T: git git://github.com/borntraeger/qemu.git s390-next
1229 L: qemu-s390x@nongnu.org
1231 virtio-input
1232 M: Gerd Hoffmann <kraxel@redhat.com>
1233 S: Maintained
1234 F: hw/input/virtio-input*.c
1235 F: include/hw/virtio/virtio-input.h
1237 virtio-serial
1238 M: Amit Shah <amit@kernel.org>
1239 S: Supported
1240 F: hw/char/virtio-serial-bus.c
1241 F: hw/char/virtio-console.c
1242 F: include/hw/virtio/virtio-serial.h
1243 F: tests/virtio-console-test.c
1244 F: tests/virtio-serial-test.c
1246 virtio-rng
1247 M: Amit Shah <amit@kernel.org>
1248 S: Supported
1249 F: hw/virtio/virtio-rng.c
1250 F: include/hw/virtio/virtio-rng.h
1251 F: include/sysemu/rng*.h
1252 F: backends/rng*.c
1253 F: tests/virtio-rng-test.c
1255 virtio-crypto
1256 M: Gonglei <arei.gonglei@huawei.com>
1257 S: Supported
1258 F: hw/virtio/virtio-crypto.c
1259 F: hw/virtio/virtio-crypto-pci.c
1260 F: include/hw/virtio/virtio-crypto.h
1262 nvme
1263 M: Keith Busch <keith.busch@intel.com>
1264 L: qemu-block@nongnu.org
1265 S: Supported
1266 F: hw/block/nvme*
1267 F: tests/nvme-test.c
1269 megasas
1270 M: Hannes Reinecke <hare@suse.com>
1271 L: qemu-block@nongnu.org
1272 S: Supported
1273 F: hw/scsi/megasas.c
1274 F: hw/scsi/mfi.h
1275 F: tests/megasas-test.c
1277 Network packet abstractions
1278 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1279 S: Maintained
1280 F: include/net/eth.h
1281 F: net/eth.c
1282 F: hw/net/net_rx_pkt*
1283 F: hw/net/net_tx_pkt*
1285 Vmware
1286 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1287 S: Maintained
1288 F: hw/net/vmxnet*
1289 F: hw/scsi/vmw_pvscsi*
1290 F: tests/vmxnet3-test.c
1292 Rocker
1293 M: Jiri Pirko <jiri@resnulli.us>
1294 S: Maintained
1295 F: hw/net/rocker/
1296 F: tests/rocker/
1297 F: docs/specs/rocker.txt
1299 NVDIMM
1300 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1301 S: Maintained
1302 F: hw/acpi/nvdimm.c
1303 F: hw/mem/nvdimm.c
1304 F: include/hw/mem/nvdimm.h
1306 e1000x
1307 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1308 S: Maintained
1309 F: hw/net/e1000x*
1311 e1000e
1312 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1313 S: Maintained
1314 F: hw/net/e1000e*
1316 eepro100
1317 M: Stefan Weil <sw@weilnetz.de>
1318 S: Maintained
1319 F: hw/net/eepro100.c
1321 Generic Loader
1322 M: Alistair Francis <alistair@alistair23.me>
1323 S: Maintained
1324 F: hw/core/generic-loader.c
1325 F: include/hw/core/generic-loader.h
1326 F: docs/generic-loader.txt
1328 Intel Hexadecimal Object File Loader
1329 M: Su Hang <suhang16@mails.ucas.ac.cn>
1330 S: Maintained
1331 F: tests/hexloader-test.c
1332 F: tests/hex-loader-check-data/test.hex
1334 CHRP NVRAM
1335 M: Thomas Huth <thuth@redhat.com>
1336 S: Maintained
1337 F: hw/nvram/chrp_nvram.c
1338 F: include/hw/nvram/chrp_nvram.h
1339 F: tests/prom-env-test.c
1341 VM Generation ID
1342 M: Ben Warren <ben@skyportsystems.com>
1343 S: Maintained
1344 F: hw/acpi/vmgenid.c
1345 F: include/hw/acpi/vmgenid.h
1346 F: docs/specs/vmgenid.txt
1347 F: tests/vmgenid-test.c
1348 F: stubs/vmgenid.c
1350 Unimplemented device
1351 M: Peter Maydell <peter.maydell@linaro.org>
1352 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1353 S: Maintained
1354 F: include/hw/misc/unimp.h
1355 F: hw/misc/unimp.c
1357 Standard VGA
1358 M: Gerd Hoffmann <kraxel@redhat.com>
1359 S: Maintained
1360 F: hw/display/vga*
1361 F: hw/display/bochs-display.c
1362 F: include/hw/display/vga.h
1363 F: include/hw/display/bochs-vbe.h
1365 ramfb
1366 M: Gerd Hoffmann <kraxel@redhat.com>
1367 S: Maintained
1368 F: hw/display/ramfb*.c
1369 F: include/hw/display/ramfb.h
1371 virtio-gpu
1372 M: Gerd Hoffmann <kraxel@redhat.com>
1373 S: Maintained
1374 F: hw/display/virtio-gpu*
1375 F: hw/display/virtio-vga.c
1376 F: include/hw/virtio/virtio-gpu.h
1378 Cirrus VGA
1379 M: Gerd Hoffmann <kraxel@redhat.com>
1380 S: Odd Fixes
1381 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1382 F: hw/display/cirrus*
1384 Subsystems
1385 ----------
1386 Audio
1387 M: Gerd Hoffmann <kraxel@redhat.com>
1388 S: Maintained
1389 F: audio/
1390 F: hw/audio/
1391 F: include/hw/audio/
1392 F: tests/ac97-test.c
1393 F: tests/es1370-test.c
1394 F: tests/intel-hda-test.c
1396 Block layer core
1397 M: Kevin Wolf <kwolf@redhat.com>
1398 M: Max Reitz <mreitz@redhat.com>
1399 L: qemu-block@nongnu.org
1400 S: Supported
1401 F: block*
1402 F: block/
1403 F: hw/block/
1404 F: include/block/
1405 F: qemu-img*
1406 F: qemu-io*
1407 F: tests/qemu-iotests/
1408 F: util/qemu-progress.c
1409 F: qobject/block-qdict.c
1410 F: test/check-block-qdict.c
1411 T: git git://repo.or.cz/qemu/kevin.git block
1413 Block I/O path
1414 M: Stefan Hajnoczi <stefanha@redhat.com>
1415 M: Fam Zheng <famz@redhat.com>
1416 L: qemu-block@nongnu.org
1417 S: Supported
1418 F: util/async.c
1419 F: util/aio-*.c
1420 F: block/io.c
1421 F: migration/block*
1422 F: include/block/aio.h
1423 F: include/block/aio-wait.h
1424 F: scripts/qemugdb/aio.py
1425 T: git git://github.com/stefanha/qemu.git block
1427 Block SCSI subsystem
1428 M: Paolo Bonzini <pbonzini@redhat.com>
1429 R: Fam Zheng <famz@redhat.com>
1430 L: qemu-block@nongnu.org
1431 S: Supported
1432 F: include/scsi/*
1433 F: scsi/*
1435 Block Jobs
1436 M: Jeff Cody <jcody@redhat.com>
1437 L: qemu-block@nongnu.org
1438 S: Supported
1439 F: blockjob.c
1440 F: include/block/blockjob.h
1441 F: job.c
1442 F: job-qmp.c
1443 F: include/block/job.h
1444 F: block/backup.c
1445 F: block/commit.c
1446 F: block/stream.c
1447 F: block/mirror.c
1448 F: qapi/job.json
1449 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1451 Block QAPI, monitor, command line
1452 M: Markus Armbruster <armbru@redhat.com>
1453 S: Supported
1454 F: blockdev.c
1455 F: block/qapi.c
1456 F: qapi/block*.json
1457 F: qapi/transaction.json
1458 T: git git://repo.or.cz/qemu/armbru.git block-next
1460 Dirty Bitmaps
1461 M: Fam Zheng <famz@redhat.com>
1462 M: John Snow <jsnow@redhat.com>
1463 L: qemu-block@nongnu.org
1464 S: Supported
1465 F: util/hbitmap.c
1466 F: block/dirty-bitmap.c
1467 F: include/qemu/hbitmap.h
1468 F: include/block/dirty-bitmap.h
1469 F: tests/test-hbitmap.c
1470 F: docs/interop/bitmaps.rst
1471 T: git git://github.com/famz/qemu.git bitmaps
1472 T: git git://github.com/jnsnow/qemu.git bitmaps
1474 Character device backends
1475 M: Paolo Bonzini <pbonzini@redhat.com>
1476 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1477 S: Maintained
1478 F: chardev/
1479 F: include/chardev/
1480 F: qapi/char.json
1482 Character Devices (Braille)
1483 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1484 S: Maintained
1485 F: chardev/baum.c
1487 Command line option argument parsing
1488 M: Markus Armbruster <armbru@redhat.com>
1489 S: Supported
1490 F: include/qemu/option.h
1491 F: tests/test-keyval.c
1492 F: tests/test-qemu-opts.c
1493 F: util/keyval.c
1494 F: util/qemu-option.c
1496 Coverity model
1497 M: Markus Armbruster <armbru@redhat.com>
1498 S: Supported
1499 F: scripts/coverity-model.c
1502 L: qemu-devel@nongnu.org
1503 S: Supported
1504 F: qom/cpu.c
1505 F: include/qom/cpu.h
1507 Device Tree
1508 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1509 M: Alexander Graf <agraf@suse.de>
1510 S: Maintained
1511 F: device_tree.c
1512 F: include/sysemu/device_tree.h
1514 Dump
1515 S: Supported
1516 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1517 F: dump.c
1518 F: hw/misc/vmcoreinfo.c
1519 F: include/hw/misc/vmcoreinfo.h
1520 F: include/sysemu/dump-arch.h
1521 F: include/sysemu/dump.h
1522 F: scripts/dump-guest-memory.py
1523 F: stubs/dump.c
1525 Error reporting
1526 M: Markus Armbruster <armbru@redhat.com>
1527 S: Supported
1528 F: include/qapi/error.h
1529 F: include/qemu/error-report.h
1530 F: util/error.c
1531 F: util/qemu-error.c
1533 GDB stub
1534 L: qemu-devel@nongnu.org
1535 S: Odd Fixes
1536 F: gdbstub*
1537 F: gdb-xml/
1539 Memory API
1540 M: Paolo Bonzini <pbonzini@redhat.com>
1541 S: Supported
1542 F: include/exec/ioport.h
1543 F: ioport.c
1544 F: include/exec/memory.h
1545 F: include/exec/ram_addr.h
1546 F: memory.c
1547 F: include/exec/memory-internal.h
1548 F: exec.c
1550 SPICE
1551 M: Gerd Hoffmann <kraxel@redhat.com>
1552 S: Supported
1553 F: include/ui/qemu-spice.h
1554 F: include/ui/spice-display.h
1555 F: ui/spice-*.c
1556 F: audio/spiceaudio.c
1557 F: hw/display/qxl*
1558 F: qapi/ui.json
1560 Graphics
1561 M: Gerd Hoffmann <kraxel@redhat.com>
1562 S: Odd Fixes
1563 F: ui/
1564 F: include/ui/
1565 F: qapi/ui.json
1567 Cocoa graphics
1568 M: Peter Maydell <peter.maydell@linaro.org>
1569 S: Odd Fixes
1570 F: ui/cocoa.m
1572 Main loop
1573 M: Paolo Bonzini <pbonzini@redhat.com>
1574 S: Maintained
1575 F: cpus.c
1576 F: util/main-loop.c
1577 F: util/qemu-timer.c
1578 F: vl.c
1579 F: qapi/run-state.json
1581 Human Monitor (HMP)
1582 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1583 S: Maintained
1584 F: monitor.c
1585 F: hmp.[ch]
1586 F: hmp-commands*.hx
1587 F: include/monitor/hmp-target.h
1588 F: tests/test-hmp.c
1590 Network device backends
1591 M: Jason Wang <jasowang@redhat.com>
1592 S: Maintained
1593 F: net/
1594 F: include/net/
1595 T: git git://github.com/jasowang/qemu.git net
1596 F: qapi/net.json
1598 Netmap network backend
1599 M: Luigi Rizzo <rizzo@iet.unipi.it>
1600 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1601 M: Vincenzo Maffione <v.maffione@gmail.com>
1602 W: http://info.iet.unipi.it/~luigi/netmap/
1603 S: Maintained
1604 F: net/netmap.c
1606 NUMA
1607 M: Eduardo Habkost <ehabkost@redhat.com>
1608 S: Maintained
1609 F: numa.c
1610 F: include/sysemu/numa.h
1611 T: git git://github.com/ehabkost/qemu.git machine-next
1613 Host Memory Backends
1614 M: Eduardo Habkost <ehabkost@redhat.com>
1615 M: Igor Mammedov <imammedo@redhat.com>
1616 S: Maintained
1617 F: backends/hostmem*.c
1618 F: include/sysemu/hostmem.h
1619 T: git git://github.com/ehabkost/qemu.git machine-next
1621 Cryptodev Backends
1622 M: Gonglei <arei.gonglei@huawei.com>
1623 S: Maintained
1624 F: include/sysemu/cryptodev*.h
1625 F: backends/cryptodev*.c
1627 Python scripts
1628 M: Eduardo Habkost <ehabkost@redhat.com>
1629 M: Cleber Rosa <crosa@redhat.com>
1630 S: Odd fixes
1631 F: scripts/qmp/*
1632 F: scripts/*.py
1633 F: tests/*.py
1635 QAPI
1636 M: Markus Armbruster <armbru@redhat.com>
1637 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1638 S: Supported
1639 F: qapi/
1640 X: qapi/*.json
1641 F: include/qapi/
1642 X: include/qapi/qmp/
1643 F: include/qapi/qmp/dispatch.h
1644 F: tests/qapi-schema/
1645 F: tests/test-*-visitor.c
1646 F: tests/test-qapi-*.c
1647 F: tests/test-qmp-*.c
1648 F: tests/test-visitor-serialization.c
1649 F: scripts/qapi-gen.py
1650 F: scripts/qapi/*
1651 F: docs/devel/qapi*
1652 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1654 QAPI Schema
1655 M: Eric Blake <eblake@redhat.com>
1656 M: Markus Armbruster <armbru@redhat.com>
1657 S: Supported
1658 F: qapi-schema.json
1659 F: qapi/*.json
1660 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1662 QObject
1663 M: Markus Armbruster <armbru@redhat.com>
1664 S: Supported
1665 F: qobject/
1666 F: include/qapi/qmp/
1667 X: include/qapi/qmp/dispatch.h
1668 F: scripts/coccinelle/qobject.cocci
1669 F: tests/check-qdict.c
1670 F: tests/check-qnum.c
1671 F: tests/check-qjson.c
1672 F: tests/check-qlist.c
1673 F: tests/check-qstring.c
1674 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1676 QEMU Guest Agent
1677 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1678 S: Maintained
1679 F: qga/
1680 F: qemu-ga.texi
1681 F: scripts/qemu-guest-agent/
1682 F: tests/test-qga.c
1683 F: docs/interop/qemu-ga-ref.texi
1684 T: git git://github.com/mdroth/qemu.git qga
1687 M: Andreas Färber <afaerber@suse.de>
1688 S: Supported
1689 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1690 F: include/qom/
1691 X: include/qom/cpu.h
1692 F: qom/
1693 X: qom/cpu.c
1694 F: tests/check-qom-interface.c
1695 F: tests/check-qom-proplist.c
1696 F: tests/qom-test.c
1699 M: Markus Armbruster <armbru@redhat.com>
1700 S: Supported
1701 F: qmp.c
1702 F: monitor.c
1703 F: docs/devel/*qmp-*
1704 F: scripts/qmp/
1705 F: tests/qmp-test.c
1706 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1708 Register API
1709 M: Alistair Francis <alistair@alistair23.me>
1710 S: Maintained
1711 F: hw/core/register.c
1712 F: include/hw/register.h
1713 F: include/hw/registerfields.h
1715 SLIRP
1716 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1717 M: Jan Kiszka <jan.kiszka@siemens.com>
1718 S: Maintained
1719 F: slirp/
1720 F: net/slirp.c
1721 F: include/net/slirp.h
1722 T: git https://people.debian.org/~sthibault/qemu.git slirp
1723 T: git git://git.kiszka.org/qemu.git queues/slirp
1725 Stubs
1726 M: Paolo Bonzini <pbonzini@redhat.com>
1727 S: Maintained
1728 F: stubs/
1730 Tracing
1731 M: Stefan Hajnoczi <stefanha@redhat.com>
1732 S: Maintained
1733 F: trace/
1734 F: trace-events
1735 F: qemu-option-trace.texi
1736 F: scripts/tracetool.py
1737 F: scripts/tracetool/
1738 F: docs/devel/tracing.txt
1739 T: git git://github.com/stefanha/qemu.git tracing
1742 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1743 S: Maintained
1744 F: tpm.c
1745 F: stubs/tpm.c
1746 F: hw/tpm/*
1747 F: include/hw/acpi/tpm.h
1748 F: include/sysemu/tpm*
1749 F: qapi/tpm.json
1750 F: backends/tpm.c
1751 F: tests/*tpm*
1752 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1754 Checkpatch
1755 S: Odd Fixes
1756 F: scripts/checkpatch.pl
1758 Migration
1759 M: Juan Quintela <quintela@redhat.com>
1760 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1761 S: Maintained
1762 F: include/migration/
1763 F: migration/
1764 F: scripts/vmstate-static-checker.py
1765 F: tests/vmstate-static-checker-data/
1766 F: tests/migration-test.c
1767 F: docs/devel/migration.txt
1768 F: qapi/migration.json
1770 Seccomp
1771 M: Eduardo Otubo <otubo@redhat.com>
1772 S: Supported
1773 F: qemu-seccomp.c
1774 F: include/sysemu/seccomp.h
1776 Cryptography
1777 M: Daniel P. Berrange <berrange@redhat.com>
1778 S: Maintained
1779 F: crypto/
1780 F: include/crypto/
1781 F: tests/test-crypto-*
1782 F: tests/benchmark-crypto-*
1783 F: qemu.sasl
1785 Coroutines
1786 M: Stefan Hajnoczi <stefanha@redhat.com>
1787 M: Kevin Wolf <kwolf@redhat.com>
1788 F: util/*coroutine*
1789 F: include/qemu/coroutine*
1790 F: tests/test-coroutine.c
1792 Buffers
1793 M: Daniel P. Berrange <berrange@redhat.com>
1794 S: Odd fixes
1795 F: util/buffer.c
1796 F: include/qemu/buffer.h
1798 I/O Channels
1799 M: Daniel P. Berrange <berrange@redhat.com>
1800 S: Maintained
1801 F: io/
1802 F: include/io/
1803 F: tests/test-io-*
1805 Sockets
1806 M: Daniel P. Berrange <berrange@redhat.com>
1807 M: Gerd Hoffmann <kraxel@redhat.com>
1808 M: Paolo Bonzini <pbonzini@redhat.com>
1809 S: Maintained
1810 F: include/qemu/sockets.h
1811 F: util/qemu-sockets.c
1812 F: qapi/sockets.json
1814 Throttling infrastructure
1815 M: Alberto Garcia <berto@igalia.com>
1816 S: Supported
1817 F: block/throttle-groups.c
1818 F: include/block/throttle-groups.h
1819 F: include/qemu/throttle*.h
1820 F: util/throttle.c
1821 F: docs/throttle.txt
1822 F: tests/test-throttle.c
1823 L: qemu-block@nongnu.org
1825 UUID
1826 M: Fam Zheng <famz@redhat.com>
1827 S: Supported
1828 F: util/uuid.c
1829 F: include/qemu/uuid.h
1830 F: tests/test-uuid.c
1832 COLO Framework
1833 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1834 S: Maintained
1835 F: migration/colo*
1836 F: include/migration/colo.h
1837 F: include/migration/failover.h
1838 F: docs/COLO-FT.txt
1840 COLO Proxy
1841 M: Zhang Chen <zhangckid@gmail.com>
1842 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1843 S: Supported
1844 F: docs/colo-proxy.txt
1845 F: net/colo*
1846 F: net/filter-rewriter.c
1847 F: net/filter-mirror.c
1849 Record/replay
1850 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1851 R: Paolo Bonzini <pbonzini@redhat.com>
1852 W: https://wiki.qemu.org/Features/record-replay
1853 S: Supported
1854 F: replay/*
1855 F: block/blkreplay.c
1856 F: net/filter-replay.c
1857 F: include/sysemu/replay.h
1858 F: docs/replay.txt
1859 F: stubs/replay.c
1861 IOVA Tree
1862 M: Peter Xu <peterx@redhat.com>
1863 S: Maintained
1864 F: include/qemu/iova-tree.h
1865 F: util/iova-tree.c
1867 Usermode Emulation
1868 ------------------
1869 Overall
1870 M: Riku Voipio <riku.voipio@iki.fi>
1871 S: Maintained
1872 F: thunk.c
1873 F: accel/tcg/user-exec*.c
1875 BSD user
1876 S: Orphan
1877 F: bsd-user/
1878 F: default-configs/*-bsd-user.mak
1880 Linux user
1881 M: Riku Voipio <riku.voipio@iki.fi>
1882 R: Laurent Vivier <laurent@vivier.eu>
1883 S: Maintained
1884 F: linux-user/
1885 F: default-configs/*-linux-user.mak
1886 F: scripts/qemu-binfmt-conf.sh
1888 Tiny Code Generator (TCG)
1889 -------------------------
1890 Common code
1891 M: Richard Henderson <rth@twiddle.net>
1892 S: Maintained
1893 F: tcg/
1895 AArch64 target
1896 M: Claudio Fontana <claudio.fontana@huawei.com>
1897 M: Claudio Fontana <claudio.fontana@gmail.com>
1898 S: Maintained
1899 L: qemu-arm@nongnu.org
1900 F: tcg/aarch64/
1901 F: disas/arm-a64.cc
1902 F: disas/libvixl/
1904 ARM target
1905 M: Andrzej Zaborowski <balrogg@gmail.com>
1906 S: Maintained
1907 L: qemu-arm@nongnu.org
1908 F: tcg/arm/
1909 F: disas/arm.c
1911 i386 target
1912 L: qemu-devel@nongnu.org
1913 S: Maintained
1914 F: tcg/i386/
1915 F: disas/i386.c
1917 MIPS target
1918 M: Aurelien Jarno <aurelien@aurel32.net>
1919 S: Maintained
1920 F: tcg/mips/
1921 F: disas/mips.c
1924 M: Richard Henderson <rth@twiddle.net>
1925 S: Odd Fixes
1926 F: tcg/ppc/
1927 F: disas/ppc.c
1929 S390 target
1930 M: Alexander Graf <agraf@suse.de>
1931 M: Richard Henderson <rth@twiddle.net>
1932 S: Maintained
1933 F: tcg/s390/
1934 F: disas/s390.c
1935 L: qemu-s390x@nongnu.org
1937 SPARC target
1938 S: Odd Fixes
1939 F: tcg/sparc/
1940 F: disas/sparc.c
1942 TCI target
1943 M: Stefan Weil <sw@weilnetz.de>
1944 S: Maintained
1945 F: tcg/tci/
1946 F: tcg/tci.c
1947 F: disas/tci.c
1949 Block drivers
1950 -------------
1951 VMDK
1952 M: Fam Zheng <famz@redhat.com>
1953 L: qemu-block@nongnu.org
1954 S: Supported
1955 F: block/vmdk.c
1958 M: Josh Durgin <jdurgin@redhat.com>
1959 M: Jeff Cody <jcody@redhat.com>
1960 L: qemu-block@nongnu.org
1961 S: Supported
1962 F: block/rbd.c
1963 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1965 Sheepdog
1966 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1967 M: Liu Yuan <namei.unix@gmail.com>
1968 M: Jeff Cody <jcody@redhat.com>
1969 L: qemu-block@nongnu.org
1970 L: sheepdog@lists.wpkg.org
1971 S: Supported
1972 F: block/sheepdog.c
1973 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1975 VHDX
1976 M: Jeff Cody <jcody@redhat.com>
1977 L: qemu-block@nongnu.org
1978 S: Supported
1979 F: block/vhdx*
1980 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1983 M: Stefan Weil <sw@weilnetz.de>
1984 L: qemu-block@nongnu.org
1985 S: Maintained
1986 F: block/vdi.c
1988 iSCSI
1989 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1990 M: Paolo Bonzini <pbonzini@redhat.com>
1991 M: Peter Lieven <pl@kamp.de>
1992 L: qemu-block@nongnu.org
1993 S: Supported
1994 F: block/iscsi.c
1995 F: block/iscsi-opts.c
1997 Network Block Device (NBD)
1998 M: Eric Blake <eblake@redhat.com>
1999 M: Paolo Bonzini <pbonzini@redhat.com>
2000 L: qemu-block@nongnu.org
2001 S: Maintained
2002 F: block/nbd*
2003 F: nbd/
2004 F: include/block/nbd*
2005 F: qemu-nbd.*
2006 F: blockdev-nbd.c
2007 F: docs/interop/nbd.txt
2008 T: git git://repo.or.cz/qemu/ericb.git nbd
2011 M: Jeff Cody <jcody@redhat.com>
2012 M: Peter Lieven <pl@kamp.de>
2013 L: qemu-block@nongnu.org
2014 S: Maintained
2015 F: block/nfs.c
2016 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2019 M: Richard W.M. Jones <rjones@redhat.com>
2020 M: Jeff Cody <jcody@redhat.com>
2021 L: qemu-block@nongnu.org
2022 S: Supported
2023 F: block/ssh.c
2024 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2026 CURL
2027 M: Jeff Cody <jcody@redhat.com>
2028 L: qemu-block@nongnu.org
2029 S: Supported
2030 F: block/curl.c
2031 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2033 GLUSTER
2034 M: Jeff Cody <jcody@redhat.com>
2035 L: qemu-block@nongnu.org
2036 S: Supported
2037 F: block/gluster.c
2038 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2040 Null Block Driver
2041 M: Fam Zheng <famz@redhat.com>
2042 L: qemu-block@nongnu.org
2043 S: Supported
2044 F: block/null.c
2046 NVMe Block Driver
2047 M: Fam Zheng <famz@redhat.com>
2048 L: qemu-block@nongnu.org
2049 S: Supported
2050 F: block/nvme*
2052 Bootdevice
2053 M: Gonglei <arei.gonglei@huawei.com>
2054 S: Maintained
2055 F: bootdevice.c
2057 Quorum
2058 M: Alberto Garcia <berto@igalia.com>
2059 S: Supported
2060 F: block/quorum.c
2061 L: qemu-block@nongnu.org
2063 blklogwrites
2064 M: Ari Sundholm <ari@tuxera.com>
2065 L: qemu-block@nongnu.org
2066 S: Supported
2067 F: block/blklogwrites.c
2069 blkverify
2070 M: Stefan Hajnoczi <stefanha@redhat.com>
2071 L: qemu-block@nongnu.org
2072 S: Supported
2073 F: block/blkverify.c
2075 bochs
2076 M: Stefan Hajnoczi <stefanha@redhat.com>
2077 L: qemu-block@nongnu.org
2078 S: Supported
2079 F: block/bochs.c
2081 cloop
2082 M: Stefan Hajnoczi <stefanha@redhat.com>
2083 L: qemu-block@nongnu.org
2084 S: Supported
2085 F: block/cloop.c
2088 M: Stefan Hajnoczi <stefanha@redhat.com>
2089 L: qemu-block@nongnu.org
2090 S: Supported
2091 F: block/dmg.c
2093 parallels
2094 M: Stefan Hajnoczi <stefanha@redhat.com>
2095 M: Denis V. Lunev <den@openvz.org>
2096 L: qemu-block@nongnu.org
2097 S: Supported
2098 F: block/parallels.c
2099 F: docs/interop/parallels.txt
2102 M: Stefan Hajnoczi <stefanha@redhat.com>
2103 L: qemu-block@nongnu.org
2104 S: Supported
2105 F: block/qed.c
2108 M: Kevin Wolf <kwolf@redhat.com>
2109 L: qemu-block@nongnu.org
2110 S: Supported
2111 F: block/linux-aio.c
2112 F: include/block/raw-aio.h
2113 F: block/raw-format.c
2114 F: block/file-posix.c
2115 F: block/file-win32.c
2116 F: block/win32-aio.c
2118 qcow2
2119 M: Kevin Wolf <kwolf@redhat.com>
2120 M: Max Reitz <mreitz@redhat.com>
2121 L: qemu-block@nongnu.org
2122 S: Supported
2123 F: block/qcow2*
2124 F: docs/interop/qcow2.txt
2126 qcow
2127 M: Kevin Wolf <kwolf@redhat.com>
2128 L: qemu-block@nongnu.org
2129 S: Supported
2130 F: block/qcow.c
2132 blkdebug
2133 M: Kevin Wolf <kwolf@redhat.com>
2134 M: Max Reitz <mreitz@redhat.com>
2135 L: qemu-block@nongnu.org
2136 S: Supported
2137 F: block/blkdebug.c
2140 M: Kevin Wolf <kwolf@redhat.com>
2141 L: qemu-block@nongnu.org
2142 S: Supported
2143 F: block/vpc.c
2145 vvfat
2146 M: Kevin Wolf <kwolf@redhat.com>
2147 L: qemu-block@nongnu.org
2148 S: Supported
2149 F: block/vvfat.c
2151 Image format fuzzer
2152 M: Stefan Hajnoczi <stefanha@redhat.com>
2153 L: qemu-block@nongnu.org
2154 S: Supported
2155 F: tests/image-fuzzer/
2157 Replication
2158 M: Wen Congyang <wencongyang2@huawei.com>
2159 M: Xie Changlong <xiechanglong.d@gmail.com>
2160 S: Supported
2161 F: replication*
2162 F: block/replication.c
2163 F: tests/test-replication.c
2164 F: docs/block-replication.txt
2166 PVRDMA
2167 M: Yuval Shaia <yuval.shaia@oracle.com>
2168 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2169 S: Maintained
2170 F: hw/rdma/*
2171 F: hw/rdma/vmw/*
2172 F: docs/pvrdma.txt
2174 Build and test automation
2175 -------------------------
2176 Build and test automation
2177 M: Alex Bennée <alex.bennee@linaro.org>
2178 M: Fam Zheng <famz@redhat.com>
2179 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2180 L: qemu-devel@nongnu.org
2181 S: Maintained
2182 F: .travis.yml
2183 F: scripts/travis/
2184 F: .shippable.yml
2185 F: tests/docker/
2186 F: tests/vm/
2187 W: https://travis-ci.org/qemu/qemu
2188 W: https://app.shippable.com/github/qemu/qemu
2189 W: http://patchew.org/QEMU/
2191 Guest Test Compilation Support
2192 M: Alex Bennée <alex.bennee@linaro.org>
2193 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2194 F: tests/tcg/Makefile
2195 F: tests/tcg/Makefile.include
2196 L: qemu-devel@nongnu.org
2198 Documentation
2199 -------------
2200 Build system architecture
2201 M: Daniel P. Berrange <berrange@redhat.com>
2202 S: Odd Fixes
2203 F: docs/devel/build-system.txt
2205 Incompatible changes
2206 R: libvir-list@redhat.com
2207 F: qemu-deprecated.texi
2209 Build System
2210 ------------
2211 GIT submodules
2212 M: Daniel P. Berrange <berrange@redhat.com>
2213 S: Odd Fixes
2214 F: scripts/git-submodule.sh