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