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