xen: Don't use memory_region_init_ram_nomigrate() in pci_assign_dev_load_option_rom()
[qemu.git] / MAINTAINERS
blobb8b4e60c0698aa8428a1e3dc3b5c88b213662ef4
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
460 F: hw/misc/tz-mpc.c
461 F: include/hw/misc/tz-mpc.h
463 ARM cores
464 M: Peter Maydell <peter.maydell@linaro.org>
465 L: qemu-arm@nongnu.org
466 S: Maintained
467 F: hw/intc/arm*
468 F: hw/intc/gic_internal.h
469 F: hw/misc/a9scu.c
470 F: hw/misc/arm11scu.c
471 F: hw/timer/a9gtimer*
472 F: hw/timer/arm*
473 F: include/hw/arm/arm*.h
474 F: include/hw/intc/arm*
475 F: include/hw/misc/a9scu.h
476 F: include/hw/misc/arm11scu.h
477 F: include/hw/timer/a9gtimer.h
478 F: include/hw/timer/arm_mptimer.h
479 F: include/hw/timer/armv7m_systick.h
480 F: tests/test-arm-mptimer.c
482 Exynos
483 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
484 L: qemu-arm@nongnu.org
485 S: Maintained
486 F: hw/*/exynos*
487 F: include/hw/arm/exynos4210.h
489 Calxeda Highbank
490 M: Rob Herring <robh@kernel.org>
491 L: qemu-arm@nongnu.org
492 S: Maintained
493 F: hw/arm/highbank.c
494 F: hw/net/xgmac.c
496 Canon DIGIC
497 M: Antony Pavlov <antonynpavlov@gmail.com>
498 L: qemu-arm@nongnu.org
499 S: Maintained
500 F: include/hw/arm/digic.h
501 F: hw/*/digic*
503 Gumstix
504 L: qemu-devel@nongnu.org
505 L: qemu-arm@nongnu.org
506 S: Orphan
507 F: hw/arm/gumstix.c
509 i.MX31
510 M: Peter Chubb <peter.chubb@nicta.com.au>
511 L: qemu-arm@nongnu.org
512 S: Odd fixes
513 F: hw/*/imx*
514 F: include/hw/*/imx*
515 F: hw/arm/kzm.c
516 F: include/hw/arm/fsl-imx31.h
518 Integrator CP
519 M: Peter Maydell <peter.maydell@linaro.org>
520 L: qemu-arm@nongnu.org
521 S: Maintained
522 F: hw/arm/integratorcp.c
523 F: hw/misc/arm_integrator_debug.c
525 MPS2
526 M: Peter Maydell <peter.maydell@linaro.org>
527 L: qemu-arm@nongnu.org
528 S: Maintained
529 F: hw/arm/mps2.c
530 F: hw/arm/mps2-tz.c
531 F: hw/misc/mps2-*.c
532 F: include/hw/misc/mps2-*.h
533 F: hw/arm/iotkit.c
534 F: include/hw/arm/iotkit.h
536 Musicpal
537 M: Jan Kiszka <jan.kiszka@web.de>
538 L: qemu-arm@nongnu.org
539 S: Maintained
540 F: hw/arm/musicpal.c
542 nSeries
543 M: Andrzej Zaborowski <balrogg@gmail.com>
544 L: qemu-arm@nongnu.org
545 S: Maintained
546 F: hw/arm/nseries.c
548 Palm
549 M: Andrzej Zaborowski <balrogg@gmail.com>
550 L: qemu-arm@nongnu.org
551 S: Maintained
552 F: hw/arm/palm.c
554 Real View
555 M: Peter Maydell <peter.maydell@linaro.org>
556 L: qemu-arm@nongnu.org
557 S: Maintained
558 F: hw/arm/realview*
559 F: hw/cpu/realview_mpcore.c
560 F: hw/intc/realview_gic.c
561 F: include/hw/intc/realview_gic.h
563 PXA2XX
564 M: Andrzej Zaborowski <balrogg@gmail.com>
565 L: qemu-arm@nongnu.org
566 S: Maintained
567 F: hw/arm/mainstone.c
568 F: hw/arm/spitz.c
569 F: hw/arm/tosa.c
570 F: hw/arm/z2.c
571 F: hw/*/pxa2xx*
572 F: hw/misc/mst_fpga.c
573 F: include/hw/arm/pxa.h
575 Stellaris
576 M: Peter Maydell <peter.maydell@linaro.org>
577 L: qemu-arm@nongnu.org
578 S: Maintained
579 F: hw/*/stellaris*
581 Versatile PB
582 M: Peter Maydell <peter.maydell@linaro.org>
583 L: qemu-arm@nongnu.org
584 S: Maintained
585 F: hw/*/versatile*
586 F: hw/misc/arm_sysctl.c
588 Xilinx Zynq
589 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
590 M: Alistair Francis <alistair@alistair23.me>
591 L: qemu-arm@nongnu.org
592 S: Maintained
593 F: hw/*/xilinx_*
594 F: hw/*/cadence_*
595 F: hw/misc/zynq*
596 F: include/hw/misc/zynq*
597 X: hw/ssi/xilinx_*
599 Xilinx ZynqMP
600 M: Alistair Francis <alistair@alistair23.me>
601 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
602 L: qemu-arm@nongnu.org
603 S: Maintained
604 F: hw/*/xlnx*.c
605 F: include/hw/*/xlnx*.h
607 ARM ACPI Subsystem
608 M: Shannon Zhao <zhaoshenglong@huawei.com>
609 M: Shannon Zhao <shannon.zhaosl@gmail.com>
610 L: qemu-arm@nongnu.org
611 S: Maintained
612 F: hw/arm/virt-acpi-build.c
614 STM32F205
615 M: Alistair Francis <alistair@alistair23.me>
616 S: Maintained
617 F: hw/arm/stm32f205_soc.c
618 F: hw/misc/stm32f2xx_syscfg.c
619 F: hw/char/stm32f2xx_usart.c
620 F: hw/timer/stm32f2xx_timer.c
621 F: hw/adc/*
622 F: hw/ssi/stm32f2xx_spi.c
623 F: include/hw/*/stm32*.h
625 Netduino 2
626 M: Alistair Francis <alistair@alistair23.me>
627 S: Maintained
628 F: hw/arm/netduino2.c
630 SmartFusion2
631 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
632 S: Maintained
633 F: hw/arm/msf2-soc.c
634 F: hw/misc/msf2-sysreg.c
635 F: hw/timer/mss-timer.c
636 F: hw/ssi/mss-spi.c
637 F: include/hw/arm/msf2-soc.h
638 F: include/hw/misc/msf2-sysreg.h
639 F: include/hw/timer/mss-timer.h
640 F: include/hw/ssi/mss-spi.h
642 Emcraft M2S-FG484
643 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
644 S: Maintained
645 F: hw/arm/msf2-som.c
647 CRIS Machines
648 -------------
649 Axis Dev88
650 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
651 S: Maintained
652 F: hw/cris/axis_dev88.c
653 F: hw/*/etraxfs_*.c
655 LM32 Machines
656 -------------
657 EVR32 and uclinux BSP
658 M: Michael Walle <michael@walle.cc>
659 S: Maintained
660 F: hw/lm32/lm32_boards.c
662 milkymist
663 M: Michael Walle <michael@walle.cc>
664 S: Maintained
665 F: hw/lm32/milkymist.c
667 M68K Machines
668 -------------
669 an5206
670 M: Thomas Huth <huth@tuxfamily.org>
671 S: Odd Fixes
672 F: hw/m68k/an5206.c
673 F: hw/m68k/mcf5206.c
675 mcf5208
676 M: Thomas Huth <huth@tuxfamily.org>
677 S: Odd Fixes
678 F: hw/m68k/mcf5208.c
679 F: hw/m68k/mcf_intc.c
680 F: hw/char/mcf_uart.c
681 F: hw/net/mcf_fec.c
682 F: include/hw/m68k/mcf*.h
684 MicroBlaze Machines
685 -------------------
686 petalogix_s3adsp1800
687 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
688 S: Maintained
689 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
691 petalogix_ml605
692 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
693 S: Maintained
694 F: hw/microblaze/petalogix_ml605_mmu.c
696 MIPS Machines
697 -------------
698 Jazz
699 M: Hervé Poussineau <hpoussin@reactos.org>
700 S: Maintained
701 F: hw/mips/mips_jazz.c
703 Malta
704 M: Aurelien Jarno <aurelien@aurel32.net>
705 S: Maintained
706 F: hw/mips/mips_malta.c
708 Mipssim
709 M: Yongbok Kim <yongbok.kim@mips.com>
710 S: Odd Fixes
711 F: hw/mips/mips_mipssim.c
712 F: hw/net/mipsnet.c
714 R4000
715 M: Aurelien Jarno <aurelien@aurel32.net>
716 S: Maintained
717 F: hw/mips/mips_r4k.c
719 Fulong 2E
720 M: Yongbok Kim <yongbok.kim@mips.com>
721 S: Odd Fixes
722 F: hw/mips/mips_fulong2e.c
723 F: hw/isa/vt82c686.c
724 F: include/hw/isa/vt82c686.h
726 Boston
727 M: Paul Burton <paul.burton@mips.com>
728 S: Maintained
729 F: hw/core/loader-fit.c
730 F: hw/mips/boston.c
731 F: hw/pci-host/xilinx-pcie.c
733 OpenRISC Machines
734 -----------------
735 or1k-sim
736 M: Jia Liu <proljc@gmail.com>
737 S: Maintained
738 F: hw/openrisc/openrisc_sim.c
740 PowerPC Machines
741 ----------------
743 M: Alexander Graf <agraf@suse.de>
744 L: qemu-ppc@nongnu.org
745 S: Odd Fixes
746 F: hw/ppc/ppc405_boards.c
748 Bamboo
749 M: Alexander Graf <agraf@suse.de>
750 L: qemu-ppc@nongnu.org
751 S: Odd Fixes
752 F: hw/ppc/ppc440_bamboo.c
754 e500
755 M: Alexander Graf <agraf@suse.de>
756 L: qemu-ppc@nongnu.org
757 S: Supported
758 F: hw/ppc/e500.[hc]
759 F: hw/ppc/e500plat.c
760 F: include/hw/ppc/ppc_e500.h
761 F: include/hw/pci-host/ppce500.h
762 F: pc-bios/u-boot.e500
764 mpc8544ds
765 M: Alexander Graf <agraf@suse.de>
766 L: qemu-ppc@nongnu.org
767 S: Supported
768 F: hw/ppc/mpc8544ds.c
769 F: hw/ppc/mpc8544_guts.c
771 New World
772 M: Alexander Graf <agraf@suse.de>
773 L: qemu-ppc@nongnu.org
774 S: Maintained
775 F: hw/ppc/mac_newworld.c
776 F: hw/pci-host/uninorth.c
777 F: hw/pci-bridge/dec.[hc]
778 F: hw/misc/macio/
779 F: hw/misc/mos6522.c
780 F: hw/nvram/mac_nvram.c
781 F: include/hw/misc/macio/
782 F: include/hw/misc/mos6522.h
783 F: include/hw/ppc/mac_dbdma.h
785 Old World
786 M: Alexander Graf <agraf@suse.de>
787 L: qemu-ppc@nongnu.org
788 S: Maintained
789 F: hw/ppc/mac_oldworld.c
790 F: hw/pci-host/grackle.c
791 F: hw/misc/macio/
792 F: hw/intc/heathrow_pic.c
794 PReP
795 M: Hervé Poussineau <hpoussin@reactos.org>
796 L: qemu-devel@nongnu.org
797 L: qemu-ppc@nongnu.org
798 S: Maintained
799 F: hw/ppc/prep.c
800 F: hw/ppc/prep_systemio.c
801 F: hw/ppc/rs6000_mc.c
802 F: hw/pci-host/prep.[hc]
803 F: hw/isa/i82378.c
804 F: hw/isa/pc87312.c
805 F: hw/dma/i82374.c
806 F: hw/timer/m48t59-isa.c
807 F: include/hw/isa/pc87312.h
808 F: include/hw/timer/m48t59.h
809 F: pc-bios/ppc_rom.bin
811 sPAPR
812 M: David Gibson <david@gibson.dropbear.id.au>
813 M: Alexander Graf <agraf@suse.de>
814 L: qemu-ppc@nongnu.org
815 S: Supported
816 F: hw/*/spapr*
817 F: include/hw/*/spapr*
818 F: hw/*/xics*
819 F: include/hw/*/xics*
820 F: pc-bios/spapr-rtas/*
821 F: pc-bios/spapr-rtas.bin
822 F: pc-bios/slof.bin
823 F: pc-bios/skiboot.lid
824 F: docs/specs/ppc-spapr-hcalls.txt
825 F: docs/specs/ppc-spapr-hotplug.txt
826 F: tests/spapr*
827 F: tests/libqos/*spapr*
828 F: tests/rtas*
829 F: tests/libqos/rtas*
831 virtex_ml507
832 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
833 L: qemu-ppc@nongnu.org
834 S: Odd Fixes
835 F: hw/ppc/virtex_ml507.c
837 sam460ex
838 M: BALATON Zoltan <balaton@eik.bme.hu>
839 L: qemu-ppc@nongnu.org
840 S: Maintained
841 F: hw/ide/sii3112.c
843 SH4 Machines
844 ------------
846 M: Magnus Damm <magnus.damm@gmail.com>
847 S: Maintained
848 F: hw/sh4/r2d.c
849 F: hw/intc/sh_intc.c
850 F: hw/timer/sh_timer.c
852 Shix
853 M: Magnus Damm <magnus.damm@gmail.com>
854 S: Odd Fixes
855 F: hw/sh4/shix.c
857 SPARC Machines
858 --------------
859 Sun4m
860 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
861 S: Maintained
862 F: hw/sparc/sun4m.c
863 F: hw/dma/sparc32_dma.c
864 F: hw/dma/sun4m_iommu.c
865 F: hw/misc/eccmemctl.c
866 F: hw/misc/slavio_misc.c
867 F: include/hw/sparc/sparc32_dma.h
868 F: include/hw/sparc/sun4m.h
869 F: pc-bios/openbios-sparc32
871 Sun4u
872 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
873 S: Maintained
874 F: hw/sparc64/sun4u.c
875 F: pc-bios/openbios-sparc64
877 Sun4v
878 M: Artyom Tarasenko <atar4qemu@gmail.com>
879 S: Maintained
880 F: hw/sparc64/niagara.c
881 F: hw/timer/sun4v-rtc.c
882 F: include/hw/timer/sun4v-rtc.h
884 Leon3
885 M: Fabien Chouteau <chouteau@adacore.com>
886 S: Maintained
887 F: hw/sparc/leon3.c
888 F: hw/*/grlib*
889 F: include/hw/sparc/grlib.h
891 S390 Machines
892 -------------
893 S390 Virtio-ccw
894 M: Cornelia Huck <cohuck@redhat.com>
895 M: Christian Borntraeger <borntraeger@de.ibm.com>
896 M: Alexander Graf <agraf@suse.de>
897 S: Supported
898 F: hw/char/sclp*.[hc]
899 F: hw/char/terminal3270.c
900 F: hw/s390x/
901 F: include/hw/s390x/
902 F: hw/watchdog/wdt_diag288.c
903 F: include/hw/watchdog/wdt_diag288.h
904 F: default-configs/s390x-softmmu.mak
905 T: git git://github.com/cohuck/qemu.git s390-next
906 T: git git://github.com/borntraeger/qemu.git s390-next
907 L: qemu-s390x@nongnu.org
909 S390-ccw Bios
910 M: Christian Borntraeger <borntraeger@de.ibm.com>
911 M: Thomas Huth <thuth@redhat.com>
912 S: Supported
913 F: pc-bios/s390-ccw/
914 F: pc-bios/s390-ccw.img
915 T: git git://github.com/borntraeger/qemu.git s390-next
916 L: qemu-s390x@nongnu.org
918 UniCore32 Machines
919 -------------
920 PKUnity-3 SoC initramfs-with-busybox
921 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
922 S: Maintained
923 F: hw/*/puv3*
924 F: hw/unicore32/
926 X86 Machines
927 ------------
929 M: Michael S. Tsirkin <mst@redhat.com>
930 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
931 S: Supported
932 F: include/hw/i386/
933 F: hw/i386/
934 F: hw/pci-host/piix.c
935 F: hw/pci-host/q35.c
936 F: hw/pci-host/pam.c
937 F: include/hw/pci-host/q35.h
938 F: include/hw/pci-host/pam.h
939 F: hw/isa/piix4.c
940 F: hw/isa/lpc_ich9.c
941 F: hw/i2c/smbus_ich9.c
942 F: hw/acpi/piix4.c
943 F: hw/acpi/ich9.c
944 F: include/hw/acpi/ich9.h
945 F: include/hw/acpi/piix4.h
946 F: hw/misc/sga.c
948 PC Chipset
949 M: Michael S. Tsirkin <mst@redhat.com>
950 M: Paolo Bonzini <pbonzini@redhat.com>
951 S: Supported
952 F: hw/char/debugcon.c
953 F: hw/char/parallel*
954 F: hw/char/serial*
955 F: hw/dma/i8257*
956 F: hw/i2c/pm_smbus.c
957 F: hw/input/pckbd.c
958 F: hw/intc/apic*
959 F: hw/intc/ioapic*
960 F: hw/intc/i8259*
961 F: hw/isa/isa-superio.c
962 F: hw/misc/debugexit.c
963 F: hw/misc/pc-testdev.c
964 F: hw/timer/hpet*
965 F: hw/timer/i8254*
966 F: hw/timer/mc146818rtc*
967 F: hw/watchdog/wdt_ib700.c
968 F: include/hw/display/vga.h
969 F: include/hw/char/parallel.h
970 F: include/hw/dma/i8257.h
971 F: include/hw/i2c/pm_smbus.h
972 F: include/hw/input/i8042.h
973 F: include/hw/isa/superio.h
974 F: include/hw/timer/hpet.h
975 F: include/hw/timer/i8254*
976 F: include/hw/timer/mc146818rtc*
978 Machine core
979 M: Eduardo Habkost <ehabkost@redhat.com>
980 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
981 S: Supported
982 F: hw/core/machine.c
983 F: hw/core/null-machine.c
984 F: include/hw/boards.h
985 T: git git://github.com/ehabkost/qemu.git machine-next
987 Xtensa Machines
988 ---------------
990 M: Max Filippov <jcmvbkbc@gmail.com>
991 S: Maintained
992 F: hw/xtensa/sim.c
994 XTFPGA (LX60, LX200, ML605, KC705)
995 M: Max Filippov <jcmvbkbc@gmail.com>
996 S: Maintained
997 F: hw/xtensa/xtfpga.c
998 F: hw/net/opencores_eth.c
1000 Devices
1001 -------
1003 M: Jiri Slaby <jslaby@suse.cz>
1004 S: Maintained
1005 F: hw/misc/edu.c
1008 M: John Snow <jsnow@redhat.com>
1009 L: qemu-block@nongnu.org
1010 S: Supported
1011 F: include/hw/ide.h
1012 F: include/hw/ide/
1013 F: hw/ide/
1014 F: hw/block/block.c
1015 F: hw/block/cdrom.c
1016 F: hw/block/hd-geometry.c
1017 F: tests/ide-test.c
1018 F: tests/ahci-test.c
1019 F: tests/cdrom-test.c
1020 F: tests/libqos/ahci*
1021 T: git git://github.com/jnsnow/qemu.git ide
1023 IPMI
1024 M: Corey Minyard <minyard@acm.org>
1025 S: Maintained
1026 F: include/hw/ipmi/*
1027 F: hw/ipmi/*
1028 F: hw/smbios/smbios_type_38.c
1029 F: tests/ipmi*
1030 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1032 Floppy
1033 M: John Snow <jsnow@redhat.com>
1034 L: qemu-block@nongnu.org
1035 S: Supported
1036 F: hw/block/fdc.c
1037 F: include/hw/block/fdc.h
1038 F: tests/fdc-test.c
1039 T: git git://github.com/jnsnow/qemu.git ide
1041 OMAP
1042 M: Peter Maydell <peter.maydell@linaro.org>
1043 S: Maintained
1044 F: hw/*/omap*
1045 F: include/hw/arm/omap.h
1047 IPack
1048 M: Alberto Garcia <berto@igalia.com>
1049 S: Odd Fixes
1050 F: hw/char/ipoctal232.c
1051 F: hw/ipack/
1054 M: Michael S. Tsirkin <mst@redhat.com>
1055 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1056 S: Supported
1057 F: include/hw/pci/*
1058 F: hw/misc/pci-testdev.c
1059 F: hw/pci/*
1060 F: hw/pci-bridge/*
1061 F: docs/pci*
1062 F: docs/specs/*pci*
1063 F: default-configs/pci.mak
1065 ACPI/SMBIOS
1066 M: Michael S. Tsirkin <mst@redhat.com>
1067 M: Igor Mammedov <imammedo@redhat.com>
1068 S: Supported
1069 F: include/hw/acpi/*
1070 F: include/hw/smbios/*
1071 F: hw/mem/*
1072 F: hw/acpi/*
1073 F: hw/smbios/*
1074 F: hw/i386/acpi-build.[hc]
1075 F: hw/arm/virt-acpi-build.c
1076 F: tests/bios-tables-test.c
1077 F: tests/acpi-utils.[hc]
1079 ppc4xx
1080 M: Alexander Graf <agraf@suse.de>
1081 L: qemu-ppc@nongnu.org
1082 S: Odd Fixes
1083 F: hw/ppc/ppc4*.c
1084 F: hw/i2c/ppc4xx_i2c.c
1085 F: include/hw/ppc/ppc4xx.h
1086 F: include/hw/i2c/ppc4xx_i2c.h
1088 ppce500
1089 M: Alexander Graf <agraf@suse.de>
1090 L: qemu-ppc@nongnu.org
1091 S: Supported
1092 F: hw/ppc/e500*
1093 F: hw/pci-host/ppce500.c
1094 F: hw/net/fsl_etsec/
1096 Character devices
1097 M: Paolo Bonzini <pbonzini@redhat.com>
1098 S: Odd Fixes
1099 F: hw/char/
1101 Network devices
1102 M: Jason Wang <jasowang@redhat.com>
1103 S: Odd Fixes
1104 F: hw/net/
1105 F: include/hw/net/
1106 F: tests/virtio-net-test.c
1107 T: git git://github.com/jasowang/qemu.git net
1109 SCSI
1110 M: Paolo Bonzini <pbonzini@redhat.com>
1111 R: Fam Zheng <famz@redhat.com>
1112 S: Supported
1113 F: include/hw/scsi/*
1114 F: hw/scsi/*
1115 F: tests/virtio-scsi-test.c
1116 T: git git://github.com/bonzini/qemu.git scsi-next
1119 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1120 M: Alistair Francis <alistair@alistair23.me>
1121 S: Maintained
1122 F: hw/ssi/*
1123 F: hw/block/m25p80.c
1124 F: include/hw/ssi/ssi.h
1125 X: hw/ssi/xilinx_*
1126 F: tests/m25p80-test.c
1128 Xilinx SPI
1129 M: Alistair Francis <alistair@alistair23.me>
1130 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1131 S: Maintained
1132 F: hw/ssi/xilinx_*
1134 SD (Secure Card)
1135 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1136 S: Odd Fixes
1137 F: include/hw/sd/sd*
1138 F: hw/sd/core.c
1139 F: hw/sd/sd*
1140 F: tests/sd*
1143 M: Gerd Hoffmann <kraxel@redhat.com>
1144 S: Maintained
1145 F: hw/usb/*
1146 F: tests/usb-*-test.c
1147 F: docs/usb2.txt
1148 F: docs/usb-storage.txt
1149 F: include/hw/usb.h
1150 F: include/hw/usb/
1151 F: default-configs/usb.mak
1153 USB (serial adapter)
1154 M: Gerd Hoffmann <kraxel@redhat.com>
1155 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1156 S: Maintained
1157 F: hw/usb/dev-serial.c
1159 VFIO
1160 M: Alex Williamson <alex.williamson@redhat.com>
1161 S: Supported
1162 F: hw/vfio/*
1163 F: include/hw/vfio/
1165 vfio-ccw
1166 M: Cornelia Huck <cohuck@redhat.com>
1167 S: Supported
1168 F: hw/vfio/ccw.c
1169 F: hw/s390x/s390-ccw.c
1170 F: include/hw/s390x/s390-ccw.h
1171 T: git git://github.com/cohuck/qemu.git s390-next
1172 L: qemu-s390x@nongnu.org
1174 vhost
1175 M: Michael S. Tsirkin <mst@redhat.com>
1176 S: Supported
1177 F: hw/*/*vhost*
1178 F: docs/interop/vhost-user.txt
1180 virtio
1181 M: Michael S. Tsirkin <mst@redhat.com>
1182 S: Supported
1183 F: hw/*/virtio*
1184 F: hw/virtio/Makefile.objs
1185 F: hw/virtio/trace-events
1186 F: net/vhost-user.c
1187 F: include/hw/virtio/
1188 F: tests/virtio-balloon-test.c
1190 virtio-9p
1191 M: Greg Kurz <groug@kaod.org>
1192 S: Supported
1193 F: hw/9pfs/
1194 F: fsdev/
1195 F: tests/virtio-9p-test.c
1196 T: git git://github.com/gkurz/qemu.git 9p-next
1198 virtio-blk
1199 M: Stefan Hajnoczi <stefanha@redhat.com>
1200 L: qemu-block@nongnu.org
1201 S: Supported
1202 F: hw/block/virtio-blk.c
1203 F: hw/block/dataplane/*
1204 F: tests/virtio-blk-test.c
1205 T: git git://github.com/stefanha/qemu.git block
1207 virtio-ccw
1208 M: Cornelia Huck <cohuck@redhat.com>
1209 M: Christian Borntraeger <borntraeger@de.ibm.com>
1210 S: Supported
1211 F: hw/s390x/virtio-ccw.[hc]
1212 T: git git://github.com/cohuck/qemu.git s390-next
1213 T: git git://github.com/borntraeger/qemu.git s390-next
1214 L: qemu-s390x@nongnu.org
1216 virtio-input
1217 M: Gerd Hoffmann <kraxel@redhat.com>
1218 S: Maintained
1219 F: hw/input/virtio-input*.c
1220 F: include/hw/virtio/virtio-input.h
1222 virtio-serial
1223 M: Amit Shah <amit@kernel.org>
1224 S: Supported
1225 F: hw/char/virtio-serial-bus.c
1226 F: hw/char/virtio-console.c
1227 F: include/hw/virtio/virtio-serial.h
1228 F: tests/virtio-console-test.c
1229 F: tests/virtio-serial-test.c
1231 virtio-rng
1232 M: Amit Shah <amit@kernel.org>
1233 S: Supported
1234 F: hw/virtio/virtio-rng.c
1235 F: include/hw/virtio/virtio-rng.h
1236 F: include/sysemu/rng*.h
1237 F: backends/rng*.c
1238 F: tests/virtio-rng-test.c
1240 virtio-crypto
1241 M: Gonglei <arei.gonglei@huawei.com>
1242 S: Supported
1243 F: hw/virtio/virtio-crypto.c
1244 F: hw/virtio/virtio-crypto-pci.c
1245 F: include/hw/virtio/virtio-crypto.h
1247 nvme
1248 M: Keith Busch <keith.busch@intel.com>
1249 L: qemu-block@nongnu.org
1250 S: Supported
1251 F: hw/block/nvme*
1252 F: tests/nvme-test.c
1254 megasas
1255 M: Hannes Reinecke <hare@suse.com>
1256 L: qemu-block@nongnu.org
1257 S: Supported
1258 F: hw/scsi/megasas.c
1259 F: hw/scsi/mfi.h
1260 F: tests/megasas-test.c
1262 Network packet abstractions
1263 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1264 S: Maintained
1265 F: include/net/eth.h
1266 F: net/eth.c
1267 F: hw/net/net_rx_pkt*
1268 F: hw/net/net_tx_pkt*
1270 Vmware
1271 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1272 S: Maintained
1273 F: hw/net/vmxnet*
1274 F: hw/scsi/vmw_pvscsi*
1275 F: tests/vmxnet3-test.c
1277 Rocker
1278 M: Jiri Pirko <jiri@resnulli.us>
1279 S: Maintained
1280 F: hw/net/rocker/
1281 F: tests/rocker/
1282 F: docs/specs/rocker.txt
1284 NVDIMM
1285 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1286 S: Maintained
1287 F: hw/acpi/nvdimm.c
1288 F: hw/mem/nvdimm.c
1289 F: include/hw/mem/nvdimm.h
1291 e1000x
1292 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1293 S: Maintained
1294 F: hw/net/e1000x*
1296 e1000e
1297 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1298 S: Maintained
1299 F: hw/net/e1000e*
1301 eepro100
1302 M: Stefan Weil <sw@weilnetz.de>
1303 S: Maintained
1304 F: hw/net/eepro100.c
1306 Generic Loader
1307 M: Alistair Francis <alistair@alistair23.me>
1308 S: Maintained
1309 F: hw/core/generic-loader.c
1310 F: include/hw/core/generic-loader.h
1311 F: docs/generic-loader.txt
1313 CHRP NVRAM
1314 M: Thomas Huth <thuth@redhat.com>
1315 S: Maintained
1316 F: hw/nvram/chrp_nvram.c
1317 F: include/hw/nvram/chrp_nvram.h
1318 F: tests/prom-env-test.c
1320 VM Generation ID
1321 M: Ben Warren <ben@skyportsystems.com>
1322 S: Maintained
1323 F: hw/acpi/vmgenid.c
1324 F: include/hw/acpi/vmgenid.h
1325 F: docs/specs/vmgenid.txt
1326 F: tests/vmgenid-test.c
1327 F: stubs/vmgenid.c
1329 Unimplemented device
1330 M: Peter Maydell <peter.maydell@linaro.org>
1331 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1332 S: Maintained
1333 F: include/hw/misc/unimp.h
1334 F: hw/misc/unimp.c
1336 Standard VGA
1337 M: Gerd Hoffmann <kraxel@redhat.com>
1338 S: Maintained
1339 F: hw/display/vga*
1340 F: hw/display/bochs-display.c
1341 F: include/hw/display/vga.h
1342 F: include/hw/display/bochs-vbe.h
1344 ramfb
1345 M: Gerd Hoffmann <kraxel@redhat.com>
1346 S: Maintained
1347 F: hw/display/ramfb*.c
1348 F: include/hw/display/ramfb.h
1350 virtio-gpu
1351 M: Gerd Hoffmann <kraxel@redhat.com>
1352 S: Maintained
1353 F: hw/display/virtio-gpu*
1354 F: hw/display/virtio-vga.c
1355 F: include/hw/virtio/virtio-gpu.h
1357 Cirrus VGA
1358 M: Gerd Hoffmann <kraxel@redhat.com>
1359 S: Odd Fixes
1360 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1361 F: hw/display/cirrus*
1363 Subsystems
1364 ----------
1365 Audio
1366 M: Gerd Hoffmann <kraxel@redhat.com>
1367 S: Maintained
1368 F: audio/
1369 F: hw/audio/
1370 F: include/hw/audio/
1371 F: tests/ac97-test.c
1372 F: tests/es1370-test.c
1373 F: tests/intel-hda-test.c
1375 Block layer core
1376 M: Kevin Wolf <kwolf@redhat.com>
1377 M: Max Reitz <mreitz@redhat.com>
1378 L: qemu-block@nongnu.org
1379 S: Supported
1380 F: block*
1381 F: block/
1382 F: hw/block/
1383 F: include/block/
1384 F: qemu-img*
1385 F: qemu-io*
1386 F: tests/qemu-iotests/
1387 F: util/qemu-progress.c
1388 F: qobject/block-qdict.c
1389 F: test/check-block-qdict.c
1390 T: git git://repo.or.cz/qemu/kevin.git block
1392 Block I/O path
1393 M: Stefan Hajnoczi <stefanha@redhat.com>
1394 M: Fam Zheng <famz@redhat.com>
1395 L: qemu-block@nongnu.org
1396 S: Supported
1397 F: util/async.c
1398 F: util/aio-*.c
1399 F: block/io.c
1400 F: migration/block*
1401 F: include/block/aio.h
1402 F: include/block/aio-wait.h
1403 F: scripts/qemugdb/aio.py
1404 T: git git://github.com/stefanha/qemu.git block
1406 Block SCSI subsystem
1407 M: Paolo Bonzini <pbonzini@redhat.com>
1408 R: Fam Zheng <famz@redhat.com>
1409 L: qemu-block@nongnu.org
1410 S: Supported
1411 F: include/scsi/*
1412 F: scsi/*
1414 Block Jobs
1415 M: Jeff Cody <jcody@redhat.com>
1416 L: qemu-block@nongnu.org
1417 S: Supported
1418 F: blockjob.c
1419 F: include/block/blockjob.h
1420 F: job.c
1421 F: job-qmp.c
1422 F: include/block/job.h
1423 F: block/backup.c
1424 F: block/commit.c
1425 F: block/stream.c
1426 F: block/mirror.c
1427 F: qapi/job.json
1428 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1430 Block QAPI, monitor, command line
1431 M: Markus Armbruster <armbru@redhat.com>
1432 S: Supported
1433 F: blockdev.c
1434 F: block/qapi.c
1435 F: qapi/block*.json
1436 F: qapi/transaction.json
1437 T: git git://repo.or.cz/qemu/armbru.git block-next
1439 Dirty Bitmaps
1440 M: Fam Zheng <famz@redhat.com>
1441 M: John Snow <jsnow@redhat.com>
1442 L: qemu-block@nongnu.org
1443 S: Supported
1444 F: util/hbitmap.c
1445 F: block/dirty-bitmap.c
1446 F: include/qemu/hbitmap.h
1447 F: include/block/dirty-bitmap.h
1448 F: tests/test-hbitmap.c
1449 F: docs/interop/bitmaps.rst
1450 T: git git://github.com/famz/qemu.git bitmaps
1451 T: git git://github.com/jnsnow/qemu.git bitmaps
1453 Character device backends
1454 M: Paolo Bonzini <pbonzini@redhat.com>
1455 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1456 S: Maintained
1457 F: chardev/
1458 F: include/chardev/
1459 F: qapi/char.json
1461 Character Devices (Braille)
1462 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1463 S: Maintained
1464 F: chardev/baum.c
1466 Command line option argument parsing
1467 M: Markus Armbruster <armbru@redhat.com>
1468 S: Supported
1469 F: include/qemu/option.h
1470 F: tests/test-keyval.c
1471 F: tests/test-qemu-opts.c
1472 F: util/keyval.c
1473 F: util/qemu-option.c
1475 Coverity model
1476 M: Markus Armbruster <armbru@redhat.com>
1477 S: Supported
1478 F: scripts/coverity-model.c
1481 L: qemu-devel@nongnu.org
1482 S: Supported
1483 F: qom/cpu.c
1484 F: include/qom/cpu.h
1486 Device Tree
1487 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1488 M: Alexander Graf <agraf@suse.de>
1489 S: Maintained
1490 F: device_tree.c
1491 F: include/sysemu/device_tree.h
1493 Dump
1494 S: Supported
1495 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1496 F: dump.c
1497 F: hw/misc/vmcoreinfo.c
1498 F: include/hw/misc/vmcoreinfo.h
1499 F: include/sysemu/dump-arch.h
1500 F: include/sysemu/dump.h
1501 F: scripts/dump-guest-memory.py
1502 F: stubs/dump.c
1504 Error reporting
1505 M: Markus Armbruster <armbru@redhat.com>
1506 S: Supported
1507 F: include/qapi/error.h
1508 F: include/qemu/error-report.h
1509 F: util/error.c
1510 F: util/qemu-error.c
1512 GDB stub
1513 L: qemu-devel@nongnu.org
1514 S: Odd Fixes
1515 F: gdbstub*
1516 F: gdb-xml/
1518 Memory API
1519 M: Paolo Bonzini <pbonzini@redhat.com>
1520 S: Supported
1521 F: include/exec/ioport.h
1522 F: ioport.c
1523 F: include/exec/memory.h
1524 F: include/exec/ram_addr.h
1525 F: memory.c
1526 F: include/exec/memory-internal.h
1527 F: exec.c
1529 SPICE
1530 M: Gerd Hoffmann <kraxel@redhat.com>
1531 S: Supported
1532 F: include/ui/qemu-spice.h
1533 F: include/ui/spice-display.h
1534 F: ui/spice-*.c
1535 F: audio/spiceaudio.c
1536 F: hw/display/qxl*
1537 F: qapi/ui.json
1539 Graphics
1540 M: Gerd Hoffmann <kraxel@redhat.com>
1541 S: Odd Fixes
1542 F: ui/
1543 F: include/ui/
1544 F: qapi/ui.json
1546 Cocoa graphics
1547 M: Peter Maydell <peter.maydell@linaro.org>
1548 S: Odd Fixes
1549 F: ui/cocoa.m
1551 Main loop
1552 M: Paolo Bonzini <pbonzini@redhat.com>
1553 S: Maintained
1554 F: cpus.c
1555 F: util/main-loop.c
1556 F: util/qemu-timer.c
1557 F: vl.c
1558 F: qapi/run-state.json
1560 Human Monitor (HMP)
1561 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1562 S: Maintained
1563 F: monitor.c
1564 F: hmp.[ch]
1565 F: hmp-commands*.hx
1566 F: include/monitor/hmp-target.h
1567 F: tests/test-hmp.c
1569 Network device backends
1570 M: Jason Wang <jasowang@redhat.com>
1571 S: Maintained
1572 F: net/
1573 F: include/net/
1574 T: git git://github.com/jasowang/qemu.git net
1575 F: qapi/net.json
1577 Netmap network backend
1578 M: Luigi Rizzo <rizzo@iet.unipi.it>
1579 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1580 M: Vincenzo Maffione <v.maffione@gmail.com>
1581 W: http://info.iet.unipi.it/~luigi/netmap/
1582 S: Maintained
1583 F: net/netmap.c
1585 NUMA
1586 M: Eduardo Habkost <ehabkost@redhat.com>
1587 S: Maintained
1588 F: numa.c
1589 F: include/sysemu/numa.h
1590 T: git git://github.com/ehabkost/qemu.git machine-next
1592 Host Memory Backends
1593 M: Eduardo Habkost <ehabkost@redhat.com>
1594 M: Igor Mammedov <imammedo@redhat.com>
1595 S: Maintained
1596 F: backends/hostmem*.c
1597 F: include/sysemu/hostmem.h
1598 T: git git://github.com/ehabkost/qemu.git machine-next
1600 Cryptodev Backends
1601 M: Gonglei <arei.gonglei@huawei.com>
1602 S: Maintained
1603 F: include/sysemu/cryptodev*.h
1604 F: backends/cryptodev*.c
1606 Python scripts
1607 M: Eduardo Habkost <ehabkost@redhat.com>
1608 M: Cleber Rosa <crosa@redhat.com>
1609 S: Odd fixes
1610 F: scripts/qmp/*
1611 F: scripts/*.py
1612 F: tests/*.py
1614 QAPI
1615 M: Markus Armbruster <armbru@redhat.com>
1616 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1617 S: Supported
1618 F: qapi/
1619 X: qapi/*.json
1620 F: include/qapi/
1621 X: include/qapi/qmp/
1622 F: include/qapi/qmp/dispatch.h
1623 F: tests/qapi-schema/
1624 F: tests/test-*-visitor.c
1625 F: tests/test-qapi-*.c
1626 F: tests/test-qmp-*.c
1627 F: tests/test-visitor-serialization.c
1628 F: scripts/qapi*
1629 F: docs/devel/qapi*
1630 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1632 QAPI Schema
1633 M: Eric Blake <eblake@redhat.com>
1634 M: Markus Armbruster <armbru@redhat.com>
1635 S: Supported
1636 F: qapi-schema.json
1637 F: qapi/*.json
1638 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1640 QObject
1641 M: Markus Armbruster <armbru@redhat.com>
1642 S: Supported
1643 F: qobject/
1644 F: include/qapi/qmp/
1645 X: include/qapi/qmp/dispatch.h
1646 F: scripts/coccinelle/qobject.cocci
1647 F: tests/check-qdict.c
1648 F: tests/check-qnum.c
1649 F: tests/check-qjson.c
1650 F: tests/check-qlist.c
1651 F: tests/check-qstring.c
1652 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1654 QEMU Guest Agent
1655 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1656 S: Maintained
1657 F: qga/
1658 F: qemu-ga.texi
1659 F: scripts/qemu-guest-agent/
1660 F: tests/test-qga.c
1661 F: docs/interop/qemu-ga-ref.texi
1662 T: git git://github.com/mdroth/qemu.git qga
1665 M: Andreas Färber <afaerber@suse.de>
1666 S: Supported
1667 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1668 F: include/qom/
1669 X: include/qom/cpu.h
1670 F: qom/
1671 X: qom/cpu.c
1672 F: tests/check-qom-interface.c
1673 F: tests/check-qom-proplist.c
1674 F: tests/qom-test.c
1677 M: Markus Armbruster <armbru@redhat.com>
1678 S: Supported
1679 F: qmp.c
1680 F: monitor.c
1681 F: docs/devel/*qmp-*
1682 F: scripts/qmp/
1683 F: tests/qmp-test.c
1684 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1686 Register API
1687 M: Alistair Francis <alistair@alistair23.me>
1688 S: Maintained
1689 F: hw/core/register.c
1690 F: include/hw/register.h
1691 F: include/hw/registerfields.h
1693 SLIRP
1694 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1695 M: Jan Kiszka <jan.kiszka@siemens.com>
1696 S: Maintained
1697 F: slirp/
1698 F: net/slirp.c
1699 F: include/net/slirp.h
1700 T: git https://people.debian.org/~sthibault/qemu.git slirp
1701 T: git git://git.kiszka.org/qemu.git queues/slirp
1703 Stubs
1704 M: Paolo Bonzini <pbonzini@redhat.com>
1705 S: Maintained
1706 F: stubs/
1708 Tracing
1709 M: Stefan Hajnoczi <stefanha@redhat.com>
1710 S: Maintained
1711 F: trace/
1712 F: trace-events
1713 F: qemu-option-trace.texi
1714 F: scripts/tracetool.py
1715 F: scripts/tracetool/
1716 F: docs/devel/tracing.txt
1717 T: git git://github.com/stefanha/qemu.git tracing
1720 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1721 S: Maintained
1722 F: tpm.c
1723 F: stubs/tpm.c
1724 F: hw/tpm/*
1725 F: include/hw/acpi/tpm.h
1726 F: include/sysemu/tpm*
1727 F: qapi/tpm.json
1728 F: backends/tpm.c
1729 F: tests/*tpm*
1730 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1732 Checkpatch
1733 S: Odd Fixes
1734 F: scripts/checkpatch.pl
1736 Migration
1737 M: Juan Quintela <quintela@redhat.com>
1738 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1739 S: Maintained
1740 F: include/migration/
1741 F: migration/
1742 F: scripts/vmstate-static-checker.py
1743 F: tests/vmstate-static-checker-data/
1744 F: tests/migration-test.c
1745 F: docs/devel/migration.txt
1746 F: qapi/migration.json
1748 Seccomp
1749 M: Eduardo Otubo <otubo@redhat.com>
1750 S: Supported
1751 F: qemu-seccomp.c
1752 F: include/sysemu/seccomp.h
1754 Cryptography
1755 M: Daniel P. Berrange <berrange@redhat.com>
1756 S: Maintained
1757 F: crypto/
1758 F: include/crypto/
1759 F: tests/test-crypto-*
1760 F: tests/benchmark-crypto-*
1761 F: qemu.sasl
1763 Coroutines
1764 M: Stefan Hajnoczi <stefanha@redhat.com>
1765 M: Kevin Wolf <kwolf@redhat.com>
1766 F: util/*coroutine*
1767 F: include/qemu/coroutine*
1768 F: tests/test-coroutine.c
1770 Buffers
1771 M: Daniel P. Berrange <berrange@redhat.com>
1772 S: Odd fixes
1773 F: util/buffer.c
1774 F: include/qemu/buffer.h
1776 I/O Channels
1777 M: Daniel P. Berrange <berrange@redhat.com>
1778 S: Maintained
1779 F: io/
1780 F: include/io/
1781 F: tests/test-io-*
1783 Sockets
1784 M: Daniel P. Berrange <berrange@redhat.com>
1785 M: Gerd Hoffmann <kraxel@redhat.com>
1786 M: Paolo Bonzini <pbonzini@redhat.com>
1787 S: Maintained
1788 F: include/qemu/sockets.h
1789 F: util/qemu-sockets.c
1790 F: qapi/sockets.json
1792 Throttling infrastructure
1793 M: Alberto Garcia <berto@igalia.com>
1794 S: Supported
1795 F: block/throttle-groups.c
1796 F: include/block/throttle-groups.h
1797 F: include/qemu/throttle*.h
1798 F: util/throttle.c
1799 F: docs/throttle.txt
1800 F: tests/test-throttle.c
1801 L: qemu-block@nongnu.org
1803 UUID
1804 M: Fam Zheng <famz@redhat.com>
1805 S: Supported
1806 F: util/uuid.c
1807 F: include/qemu/uuid.h
1808 F: tests/test-uuid.c
1810 COLO Framework
1811 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1812 S: Maintained
1813 F: migration/colo*
1814 F: include/migration/colo.h
1815 F: include/migration/failover.h
1816 F: docs/COLO-FT.txt
1818 COLO Proxy
1819 M: Zhang Chen <zhangckid@gmail.com>
1820 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1821 S: Supported
1822 F: docs/colo-proxy.txt
1823 F: net/colo*
1824 F: net/filter-rewriter.c
1825 F: net/filter-mirror.c
1827 Record/replay
1828 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1829 R: Paolo Bonzini <pbonzini@redhat.com>
1830 W: https://wiki.qemu.org/Features/record-replay
1831 S: Supported
1832 F: replay/*
1833 F: block/blkreplay.c
1834 F: net/filter-replay.c
1835 F: include/sysemu/replay.h
1836 F: docs/replay.txt
1837 F: stubs/replay.c
1839 IOVA Tree
1840 M: Peter Xu <peterx@redhat.com>
1841 S: Maintained
1842 F: include/qemu/iova-tree.h
1843 F: util/iova-tree.c
1845 Usermode Emulation
1846 ------------------
1847 Overall
1848 M: Riku Voipio <riku.voipio@iki.fi>
1849 S: Maintained
1850 F: thunk.c
1851 F: accel/tcg/user-exec*.c
1853 BSD user
1854 S: Orphan
1855 F: bsd-user/
1856 F: default-configs/*-bsd-user.mak
1858 Linux user
1859 M: Riku Voipio <riku.voipio@iki.fi>
1860 R: Laurent Vivier <laurent@vivier.eu>
1861 S: Maintained
1862 F: linux-user/
1863 F: default-configs/*-linux-user.mak
1864 F: scripts/qemu-binfmt-conf.sh
1866 Tiny Code Generator (TCG)
1867 -------------------------
1868 Common code
1869 M: Richard Henderson <rth@twiddle.net>
1870 S: Maintained
1871 F: tcg/
1873 AArch64 target
1874 M: Claudio Fontana <claudio.fontana@huawei.com>
1875 M: Claudio Fontana <claudio.fontana@gmail.com>
1876 S: Maintained
1877 L: qemu-arm@nongnu.org
1878 F: tcg/aarch64/
1879 F: disas/arm-a64.cc
1880 F: disas/libvixl/
1882 ARM target
1883 M: Andrzej Zaborowski <balrogg@gmail.com>
1884 S: Maintained
1885 L: qemu-arm@nongnu.org
1886 F: tcg/arm/
1887 F: disas/arm.c
1889 i386 target
1890 L: qemu-devel@nongnu.org
1891 S: Maintained
1892 F: tcg/i386/
1893 F: disas/i386.c
1895 MIPS target
1896 M: Aurelien Jarno <aurelien@aurel32.net>
1897 S: Maintained
1898 F: tcg/mips/
1899 F: disas/mips.c
1902 M: Richard Henderson <rth@twiddle.net>
1903 S: Odd Fixes
1904 F: tcg/ppc/
1905 F: disas/ppc.c
1907 S390 target
1908 M: Alexander Graf <agraf@suse.de>
1909 M: Richard Henderson <rth@twiddle.net>
1910 S: Maintained
1911 F: tcg/s390/
1912 F: disas/s390.c
1913 L: qemu-s390x@nongnu.org
1915 SPARC target
1916 S: Odd Fixes
1917 F: tcg/sparc/
1918 F: disas/sparc.c
1920 TCI target
1921 M: Stefan Weil <sw@weilnetz.de>
1922 S: Maintained
1923 F: tcg/tci/
1924 F: tcg/tci.c
1925 F: disas/tci.c
1927 Block drivers
1928 -------------
1929 VMDK
1930 M: Fam Zheng <famz@redhat.com>
1931 L: qemu-block@nongnu.org
1932 S: Supported
1933 F: block/vmdk.c
1936 M: Josh Durgin <jdurgin@redhat.com>
1937 M: Jeff Cody <jcody@redhat.com>
1938 L: qemu-block@nongnu.org
1939 S: Supported
1940 F: block/rbd.c
1941 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1943 Sheepdog
1944 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1945 M: Liu Yuan <namei.unix@gmail.com>
1946 M: Jeff Cody <jcody@redhat.com>
1947 L: qemu-block@nongnu.org
1948 L: sheepdog@lists.wpkg.org
1949 S: Supported
1950 F: block/sheepdog.c
1951 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1953 VHDX
1954 M: Jeff Cody <jcody@redhat.com>
1955 L: qemu-block@nongnu.org
1956 S: Supported
1957 F: block/vhdx*
1958 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1961 M: Stefan Weil <sw@weilnetz.de>
1962 L: qemu-block@nongnu.org
1963 S: Maintained
1964 F: block/vdi.c
1966 iSCSI
1967 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1968 M: Paolo Bonzini <pbonzini@redhat.com>
1969 M: Peter Lieven <pl@kamp.de>
1970 L: qemu-block@nongnu.org
1971 S: Supported
1972 F: block/iscsi.c
1973 F: block/iscsi-opts.c
1975 Network Block Device (NBD)
1976 M: Eric Blake <eblake@redhat.com>
1977 M: Paolo Bonzini <pbonzini@redhat.com>
1978 L: qemu-block@nongnu.org
1979 S: Maintained
1980 F: block/nbd*
1981 F: nbd/
1982 F: include/block/nbd*
1983 F: qemu-nbd.*
1984 F: blockdev-nbd.c
1985 F: docs/interop/nbd.txt
1986 T: git git://repo.or.cz/qemu/ericb.git nbd
1989 M: Jeff Cody <jcody@redhat.com>
1990 M: Peter Lieven <pl@kamp.de>
1991 L: qemu-block@nongnu.org
1992 S: Maintained
1993 F: block/nfs.c
1994 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1997 M: Richard W.M. Jones <rjones@redhat.com>
1998 M: Jeff Cody <jcody@redhat.com>
1999 L: qemu-block@nongnu.org
2000 S: Supported
2001 F: block/ssh.c
2002 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2004 CURL
2005 M: Jeff Cody <jcody@redhat.com>
2006 L: qemu-block@nongnu.org
2007 S: Supported
2008 F: block/curl.c
2009 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2011 GLUSTER
2012 M: Jeff Cody <jcody@redhat.com>
2013 L: qemu-block@nongnu.org
2014 S: Supported
2015 F: block/gluster.c
2016 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2018 Null Block Driver
2019 M: Fam Zheng <famz@redhat.com>
2020 L: qemu-block@nongnu.org
2021 S: Supported
2022 F: block/null.c
2024 NVMe Block Driver
2025 M: Fam Zheng <famz@redhat.com>
2026 L: qemu-block@nongnu.org
2027 S: Supported
2028 F: block/nvme*
2030 Bootdevice
2031 M: Gonglei <arei.gonglei@huawei.com>
2032 S: Maintained
2033 F: bootdevice.c
2035 Quorum
2036 M: Alberto Garcia <berto@igalia.com>
2037 S: Supported
2038 F: block/quorum.c
2039 L: qemu-block@nongnu.org
2041 blkverify
2042 M: Stefan Hajnoczi <stefanha@redhat.com>
2043 L: qemu-block@nongnu.org
2044 S: Supported
2045 F: block/blkverify.c
2047 bochs
2048 M: Stefan Hajnoczi <stefanha@redhat.com>
2049 L: qemu-block@nongnu.org
2050 S: Supported
2051 F: block/bochs.c
2053 cloop
2054 M: Stefan Hajnoczi <stefanha@redhat.com>
2055 L: qemu-block@nongnu.org
2056 S: Supported
2057 F: block/cloop.c
2060 M: Stefan Hajnoczi <stefanha@redhat.com>
2061 L: qemu-block@nongnu.org
2062 S: Supported
2063 F: block/dmg.c
2065 parallels
2066 M: Stefan Hajnoczi <stefanha@redhat.com>
2067 M: Denis V. Lunev <den@openvz.org>
2068 L: qemu-block@nongnu.org
2069 S: Supported
2070 F: block/parallels.c
2071 F: docs/interop/parallels.txt
2074 M: Stefan Hajnoczi <stefanha@redhat.com>
2075 L: qemu-block@nongnu.org
2076 S: Supported
2077 F: block/qed.c
2080 M: Kevin Wolf <kwolf@redhat.com>
2081 L: qemu-block@nongnu.org
2082 S: Supported
2083 F: block/linux-aio.c
2084 F: include/block/raw-aio.h
2085 F: block/raw-format.c
2086 F: block/file-posix.c
2087 F: block/file-win32.c
2088 F: block/win32-aio.c
2090 qcow2
2091 M: Kevin Wolf <kwolf@redhat.com>
2092 M: Max Reitz <mreitz@redhat.com>
2093 L: qemu-block@nongnu.org
2094 S: Supported
2095 F: block/qcow2*
2096 F: docs/interop/qcow2.txt
2098 qcow
2099 M: Kevin Wolf <kwolf@redhat.com>
2100 L: qemu-block@nongnu.org
2101 S: Supported
2102 F: block/qcow.c
2104 blkdebug
2105 M: Kevin Wolf <kwolf@redhat.com>
2106 M: Max Reitz <mreitz@redhat.com>
2107 L: qemu-block@nongnu.org
2108 S: Supported
2109 F: block/blkdebug.c
2112 M: Kevin Wolf <kwolf@redhat.com>
2113 L: qemu-block@nongnu.org
2114 S: Supported
2115 F: block/vpc.c
2117 vvfat
2118 M: Kevin Wolf <kwolf@redhat.com>
2119 L: qemu-block@nongnu.org
2120 S: Supported
2121 F: block/vvfat.c
2123 Image format fuzzer
2124 M: Stefan Hajnoczi <stefanha@redhat.com>
2125 L: qemu-block@nongnu.org
2126 S: Supported
2127 F: tests/image-fuzzer/
2129 Replication
2130 M: Wen Congyang <wencongyang2@huawei.com>
2131 M: Xie Changlong <xiechanglong.d@gmail.com>
2132 S: Supported
2133 F: replication*
2134 F: block/replication.c
2135 F: tests/test-replication.c
2136 F: docs/block-replication.txt
2138 PVRDMA
2139 M: Yuval Shaia <yuval.shaia@oracle.com>
2140 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2141 S: Maintained
2142 F: hw/rdma/*
2143 F: hw/rdma/vmw/*
2144 F: docs/pvrdma.txt
2146 Build and test automation
2147 -------------------------
2148 Build and test automation
2149 M: Alex Bennée <alex.bennee@linaro.org>
2150 M: Fam Zheng <famz@redhat.com>
2151 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2152 L: qemu-devel@nongnu.org
2153 S: Maintained
2154 F: .travis.yml
2155 F: .shippable.yml
2156 F: tests/docker/
2157 F: tests/vm/
2158 W: https://travis-ci.org/qemu/qemu
2159 W: https://app.shippable.com/github/qemu/qemu
2160 W: http://patchew.org/QEMU/
2162 Guest Test Compilation Support
2163 M: Alex Bennée <alex.bennee@linaro.org>
2164 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2165 F: tests/tcg/Makefile
2166 F: tests/tcg/Makefile.include
2167 L: qemu-devel@nongnu.org
2169 Documentation
2170 -------------
2171 Build system architecture
2172 M: Daniel P. Berrange <berrange@redhat.com>
2173 S: Odd Fixes
2174 F: docs/devel/build-system.txt
2176 Build System
2177 ------------
2178 GIT submodules
2179 M: Daniel P. Berrange <berrange@redhat.com>
2180 S: Odd Fixes
2181 F: scripts/git-submodule.sh