nbd: fix whitespace in server error message
[qemu/ericb.git] / MAINTAINERS
blobba52b8c77b007c889e996a6b30e52c0c709ac2cf
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            Maintainers are looking after a certain area and must be CCed on
16            patches. They are considered the main contact point.
17         R: Designated reviewer: FullName <address@domain>
18            These reviewers should be CCed on patches.
19            Reviewers are familiar with the subject matter and provide feedback
20            even though they are not maintainers.
21         L: Mailing list that is relevant to this area
22            These lists should be CCed on patches.
23         W: Web-page with status/info
24         Q: Patchwork web based patch tracking system site
25         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
26         S: Status, one of the following:
27            Supported:   Someone is actually paid to look after this.
28            Maintained:  Someone actually looks after it.
29            Odd Fixes:   It has a maintainer but they don't have time to do
30                         much other than throw the odd patch in. See below.
31            Orphan:      No current maintainer [but maybe you could take the
32                         role as you write your new code].
33            Obsolete:    Old code. Something tagged obsolete generally means
34                         it has been replaced by a better system and you
35                         should be using that.
36         F: Files and directories with wildcard patterns.
37            A trailing slash includes all files and subdirectory files.
38            F:   drivers/net/    all files in and below drivers/net
39            F:   drivers/net/*   all files in drivers/net, but not below
40            F:   */net/*         all files in "any top level directory"/net
41            One pattern per line.  Multiple F: lines acceptable.
42         X: Files and directories that are NOT maintained, same rules as F:
43            Files exclusions are tested before file matches.
44            Can be useful for excluding a specific subdirectory, for instance:
45            F:   net/
46            X:   net/ipv6/
47            matches all files in and below net excluding net/ipv6/
48         K: Keyword perl extended regex pattern to match content in a
49            patch or file.  For instance:
50            K: of_get_profile
51               matches patches or files that contain "of_get_profile"
52            K: \b(printk|pr_(info|err))\b
53               matches patches or files that contain one or more of the words
54               printk, pr_info or pr_err
55            One regex pattern per line.  Multiple K: lines acceptable.
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
67 Responsible Disclosure, Reporting Security Issues
68 ------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
84 Architecture support
85 --------------------
86 S390
87 M: Cornelia Huck <cohuck@redhat.com>
88 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
109 Guest CPU cores (TCG):
110 ----------------------
111 Overall
112 L: qemu-devel@nongnu.org
113 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
116 S: Maintained
117 F: cpus.c
118 F: exec.c
119 F: accel/tcg/
120 F: include/exec/cpu*.h
121 F: include/exec/exec-all.h
122 F: include/exec/helper*.h
123 F: include/exec/tb-hash.h
124 F: include/sysemu/cpus.h
126 FPU emulation
127 M: Aurelien Jarno <aurelien@aurel32.net>
128 M: Peter Maydell <peter.maydell@linaro.org>
129 S: Odd Fixes
130 F: fpu/
131 F: include/fpu/
133 Alpha
134 M: Richard Henderson <rth@twiddle.net>
135 S: Maintained
136 F: target/alpha/
137 F: tests/tcg/alpha/
138 F: disas/alpha.c
141 M: Peter Maydell <peter.maydell@linaro.org>
142 L: qemu-arm@nongnu.org
143 S: Maintained
144 F: target/arm/
145 F: tests/tcg/arm/
146 F: tests/tcg/aarch64/
147 F: hw/arm/
148 F: hw/cpu/a*mpcore.c
149 F: include/hw/cpu/a*mpcore.h
150 F: disas/arm.c
151 F: disas/arm-a64.cc
152 F: disas/libvixl/
154 CRIS
155 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
156 S: Maintained
157 F: target/cris/
158 F: hw/cris/
159 F: include/hw/cris/
160 F: tests/tcg/cris/
161 F: disas/cris.c
163 HPPA (PA-RISC)
164 M: Richard Henderson <rth@twiddle.net>
165 S: Maintained
166 F: target/hppa/
167 F: hw/hppa/
168 F: disas/hppa.c
170 LM32
171 M: Michael Walle <michael@walle.cc>
172 S: Maintained
173 F: target/lm32/
174 F: disas/lm32.c
175 F: hw/lm32/
176 F: hw/*/lm32_*
177 F: hw/*/milkymist-*
178 F: include/hw/char/lm32_juart.h
179 F: include/hw/lm32/
180 F: tests/tcg/lm32/
182 M68K
183 M: Laurent Vivier <laurent@vivier.eu>
184 S: Maintained
185 F: target/m68k/
186 F: disas/m68k.c
188 MicroBlaze
189 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
190 S: Maintained
191 F: target/microblaze/
192 F: hw/microblaze/
193 F: disas/microblaze.c
195 MIPS
196 M: Aurelien Jarno <aurelien@aurel32.net>
197 M: Aleksandar Markovic <amarkovic@wavecomp.com>
198 R: Stefan Markovic <smarkovic@wavecomp.com>
199 S: Maintained
200 F: target/mips/
201 F: hw/mips/
202 F: hw/misc/mips_*
203 F: hw/intc/mips_gic.c
204 F: hw/timer/mips_gictimer.c
205 F: include/hw/mips/
206 F: include/hw/misc/mips_*
207 F: include/hw/intc/mips_gic.h
208 F: include/hw/timer/mips_gictimer.h
209 F: tests/tcg/mips/
210 F: disas/mips.c
211 F: disas/nanomips.h
212 F: disas/nanomips.cpp
214 Moxie
215 M: Anthony Green <green@moxielogic.com>
216 S: Maintained
217 F: target/moxie/
218 F: disas/moxie.c
219 F: hw/moxie/
220 F: default-configs/moxie-softmmu.mak
222 NiosII
223 M: Chris Wulff <crwulff@gmail.com>
224 M: Marek Vasut <marex@denx.de>
225 S: Maintained
226 F: target/nios2/
227 F: hw/nios2/
228 F: disas/nios2.c
230 OpenRISC
231 M: Stafford Horne <shorne@gmail.com>
232 S: Odd Fixes
233 F: target/openrisc/
234 F: hw/openrisc/
235 F: tests/tcg/openrisc/
237 PowerPC
238 M: David Gibson <david@gibson.dropbear.id.au>
239 L: qemu-ppc@nongnu.org
240 S: Maintained
241 F: target/ppc/
242 F: hw/ppc/
243 F: include/hw/ppc/
244 F: disas/ppc.c
246 RISC-V
247 M: Michael Clark <mjc@sifive.com>
248 M: Palmer Dabbelt <palmer@sifive.com>
249 M: Alistair Francis <Alistair.Francis@wdc.com>
250 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
251 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
252 L: qemu-riscv@nongnu.org
253 S: Maintained
254 F: target/riscv/
255 F: hw/riscv/
256 F: include/hw/riscv/
257 F: disas/riscv.c
259 S390
260 M: Richard Henderson <rth@twiddle.net>
261 M: David Hildenbrand <david@redhat.com>
262 S: Maintained
263 F: target/s390x/
264 F: hw/s390x/
265 F: disas/s390.c
266 F: tests/tcg/s390x/
267 L: qemu-s390x@nongnu.org
270 M: Aurelien Jarno <aurelien@aurel32.net>
271 S: Odd Fixes
272 F: target/sh4/
273 F: hw/sh4/
274 F: disas/sh4.c
275 F: include/hw/sh4/
277 SPARC
278 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
279 M: Artyom Tarasenko <atar4qemu@gmail.com>
280 S: Maintained
281 F: target/sparc/
282 F: hw/sparc/
283 F: hw/sparc64/
284 F: disas/sparc.c
286 UniCore32
287 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
288 S: Maintained
289 F: target/unicore32/
290 F: hw/unicore32/
291 F: include/hw/unicore32/
294 M: Paolo Bonzini <pbonzini@redhat.com>
295 M: Richard Henderson <rth@twiddle.net>
296 M: Eduardo Habkost <ehabkost@redhat.com>
297 S: Maintained
298 F: target/i386/
299 F: tests/tcg/i386/
300 F: tests/tcg/x86_64/
301 F: hw/i386/
302 F: disas/i386.c
303 F: docs/qemu-cpu-models.texi
304 T: git https://github.com/ehabkost/qemu.git x86-next
306 Xtensa
307 M: Max Filippov <jcmvbkbc@gmail.com>
308 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
309 S: Maintained
310 F: target/xtensa/
311 F: hw/xtensa/
312 F: tests/tcg/xtensa/
313 F: disas/xtensa.c
315 TriCore
316 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
317 S: Maintained
318 F: target/tricore/
319 F: hw/tricore/
320 F: include/hw/tricore/
322 Multiarch Linux User Tests
323 M: Alex Bennée <alex.bennee@linaro.org>
324 F: tests/tcg/multiarch/
326 Guest CPU Cores (KVM):
327 ----------------------
329 Overall
330 M: Paolo Bonzini <pbonzini@redhat.com>
331 L: kvm@vger.kernel.org
332 S: Supported
333 F: */kvm.*
334 F: accel/kvm/
335 F: include/sysemu/kvm*.h
338 M: Peter Maydell <peter.maydell@linaro.org>
339 L: qemu-arm@nongnu.org
340 S: Maintained
341 F: target/arm/kvm.c
343 MIPS
344 M: James Hogan <jhogan@kernel.org>
345 R: Stefan Markovic <smarkovic@wavecomp.com>
346 S: Maintained
347 F: target/mips/kvm.c
350 M: David Gibson <david@gibson.dropbear.id.au>
351 S: Maintained
352 F: target/ppc/kvm.c
354 S390
355 M: Christian Borntraeger <borntraeger@de.ibm.com>
356 M: Cornelia Huck <cohuck@redhat.com>
357 S: Maintained
358 F: target/s390x/kvm.c
359 F: target/s390x/kvm_s390x.h
360 F: target/s390x/kvm-stub.c
361 F: target/s390x/ioinst.[ch]
362 F: target/s390x/machine.c
363 F: target/s390x/sigp.c
364 F: hw/intc/s390_flic.c
365 F: hw/intc/s390_flic_kvm.c
366 F: include/hw/s390x/s390_flic.h
367 F: gdb-xml/s390*.xml
368 T: git https://github.com/cohuck/qemu.git s390-next
369 T: git https://github.com/borntraeger/qemu.git s390-next
370 L: qemu-s390x@nongnu.org
373 M: Paolo Bonzini <pbonzini@redhat.com>
374 M: Marcelo Tosatti <mtosatti@redhat.com>
375 L: kvm@vger.kernel.org
376 S: Supported
377 F: target/i386/kvm.c
379 Guest CPU Cores (Xen):
380 ----------------------
383 M: Stefano Stabellini <sstabellini@kernel.org>
384 M: Anthony Perard <anthony.perard@citrix.com>
385 L: xen-devel@lists.xenproject.org
386 S: Supported
387 F: */xen*
388 F: hw/9pfs/xen-9p-backend.c
389 F: hw/char/xen_console.c
390 F: hw/display/xenfb.c
391 F: hw/net/xen_nic.c
392 F: hw/block/xen_*
393 F: hw/xen/
394 F: hw/xenpv/
395 F: hw/i386/xen/
396 F: include/hw/xen/
397 F: include/sysemu/xen-mapcache.h
399 Hosts:
400 ------
402 LINUX
403 L: qemu-devel@nongnu.org
404 S: Maintained
405 F: linux-*
406 F: linux-headers/
408 POSIX
409 L: qemu-devel@nongnu.org
410 S: Maintained
411 F: *posix*
413 NETBSD
414 L: qemu-devel@nongnu.org
415 M: Kamil Rytarowski <kamil@netbsd.org>
416 S: Maintained
417 K: ^Subject:.*(?i)NetBSD
419 OPENBSD
420 L: qemu-devel@nongnu.org
421 M: Brad Smith <brad@comstyle.com>
422 S: Maintained
423 K: ^Subject:.*(?i)OpenBSD
425 W32, W64
426 L: qemu-devel@nongnu.org
427 M: Stefan Weil <sw@weilnetz.de>
428 S: Maintained
429 F: *win32*
430 F: */*win32*
431 F: include/*/*win32*
432 X: qga/*win32*
433 F: qemu.nsi
435 Alpha Machines
436 M: Richard Henderson <rth@twiddle.net>
437 S: Maintained
438 F: hw/alpha/
439 F: hw/isa/smc37c669-superio.c
441 ARM Machines
442 ------------
443 Allwinner-a10
444 M: Beniamino Galvani <b.galvani@gmail.com>
445 L: qemu-arm@nongnu.org
446 S: Maintained
447 F: hw/*/allwinner*
448 F: include/hw/*/allwinner*
449 F: hw/arm/cubieboard.c
451 ARM PrimeCell and CMSDK devices
452 M: Peter Maydell <peter.maydell@linaro.org>
453 L: qemu-arm@nongnu.org
454 S: Maintained
455 F: hw/char/pl011.c
456 F: include/hw/char/pl011.h
457 F: hw/display/pl110*
458 F: hw/dma/pl080.c
459 F: include/hw/dma/pl080.h
460 F: hw/dma/pl330.c
461 F: hw/gpio/pl061.c
462 F: hw/input/pl050.c
463 F: hw/intc/pl190.c
464 F: hw/sd/pl181.c
465 F: hw/ssi/pl022.c
466 F: include/hw/ssi/pl022.h
467 F: hw/timer/pl031.c
468 F: include/hw/arm/primecell.h
469 F: hw/timer/cmsdk-apb-timer.c
470 F: include/hw/timer/cmsdk-apb-timer.h
471 F: hw/timer/cmsdk-apb-dualtimer.c
472 F: include/hw/timer/cmsdk-apb-dualtimer.h
473 F: hw/char/cmsdk-apb-uart.c
474 F: include/hw/char/cmsdk-apb-uart.h
475 F: hw/watchdog/cmsdk-apb-watchdog.c
476 F: include/hw/watchdog/cmsdk-apb-watchdog.h
477 F: hw/misc/tz-ppc.c
478 F: include/hw/misc/tz-ppc.h
479 F: hw/misc/tz-mpc.c
480 F: include/hw/misc/tz-mpc.h
481 F: hw/misc/tz-msc.c
482 F: include/hw/misc/tz-msc.h
484 ARM cores
485 M: Peter Maydell <peter.maydell@linaro.org>
486 L: qemu-arm@nongnu.org
487 S: Maintained
488 F: hw/intc/arm*
489 F: hw/intc/gic_internal.h
490 F: hw/misc/a9scu.c
491 F: hw/misc/arm11scu.c
492 F: hw/timer/a9gtimer*
493 F: hw/timer/arm*
494 F: include/hw/arm/arm*.h
495 F: include/hw/intc/arm*
496 F: include/hw/misc/a9scu.h
497 F: include/hw/misc/arm11scu.h
498 F: include/hw/timer/a9gtimer.h
499 F: include/hw/timer/arm_mptimer.h
500 F: include/hw/timer/armv7m_systick.h
501 F: tests/test-arm-mptimer.c
503 Exynos
504 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
505 L: qemu-arm@nongnu.org
506 S: Maintained
507 F: hw/*/exynos*
508 F: include/hw/arm/exynos4210.h
510 Calxeda Highbank
511 M: Rob Herring <robh@kernel.org>
512 L: qemu-arm@nongnu.org
513 S: Maintained
514 F: hw/arm/highbank.c
515 F: hw/net/xgmac.c
517 Canon DIGIC
518 M: Antony Pavlov <antonynpavlov@gmail.com>
519 L: qemu-arm@nongnu.org
520 S: Maintained
521 F: include/hw/arm/digic.h
522 F: hw/*/digic*
524 Gumstix
525 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
526 L: qemu-devel@nongnu.org
527 L: qemu-arm@nongnu.org
528 S: Odd Fixes
529 F: hw/arm/gumstix.c
531 i.MX31
532 M: Peter Chubb <peter.chubb@nicta.com.au>
533 L: qemu-arm@nongnu.org
534 S: Odd fixes
535 F: hw/*/imx*
536 F: include/hw/*/imx*
537 F: hw/arm/kzm.c
538 F: include/hw/arm/fsl-imx31.h
540 Integrator CP
541 M: Peter Maydell <peter.maydell@linaro.org>
542 L: qemu-arm@nongnu.org
543 S: Maintained
544 F: hw/arm/integratorcp.c
545 F: hw/misc/arm_integrator_debug.c
547 MPS2
548 M: Peter Maydell <peter.maydell@linaro.org>
549 L: qemu-arm@nongnu.org
550 S: Maintained
551 F: hw/arm/mps2.c
552 F: hw/arm/mps2-tz.c
553 F: hw/misc/mps2-*.c
554 F: include/hw/misc/mps2-*.h
555 F: hw/arm/iotkit.c
556 F: include/hw/arm/iotkit.h
557 F: hw/misc/iotkit-sysctl.c
558 F: include/hw/misc/iotkit-sysctl.h
559 F: hw/misc/iotkit-sysinfo.c
560 F: include/hw/misc/iotkit-sysinfo.h
562 Musicpal
563 M: Jan Kiszka <jan.kiszka@web.de>
564 L: qemu-arm@nongnu.org
565 S: Maintained
566 F: hw/arm/musicpal.c
568 nSeries
569 M: Andrzej Zaborowski <balrogg@gmail.com>
570 L: qemu-arm@nongnu.org
571 S: Maintained
572 F: hw/arm/nseries.c
574 Palm
575 M: Andrzej Zaborowski <balrogg@gmail.com>
576 L: qemu-arm@nongnu.org
577 S: Maintained
578 F: hw/arm/palm.c
580 Real View
581 M: Peter Maydell <peter.maydell@linaro.org>
582 L: qemu-arm@nongnu.org
583 S: Maintained
584 F: hw/arm/realview*
585 F: hw/cpu/realview_mpcore.c
586 F: hw/intc/realview_gic.c
587 F: include/hw/intc/realview_gic.h
589 PXA2XX
590 M: Andrzej Zaborowski <balrogg@gmail.com>
591 L: qemu-arm@nongnu.org
592 S: Maintained
593 F: hw/arm/mainstone.c
594 F: hw/arm/spitz.c
595 F: hw/arm/tosa.c
596 F: hw/arm/z2.c
597 F: hw/*/pxa2xx*
598 F: hw/misc/mst_fpga.c
599 F: include/hw/arm/pxa.h
601 Sharp SL-5500 (Collie) PDA
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
604 S: Odd Fixes
605 F: hw/arm/collie.c
606 F: hw/arm/strongarm*
608 Stellaris
609 M: Peter Maydell <peter.maydell@linaro.org>
610 L: qemu-arm@nongnu.org
611 S: Maintained
612 F: hw/*/stellaris*
614 Versatile PB
615 M: Peter Maydell <peter.maydell@linaro.org>
616 L: qemu-arm@nongnu.org
617 S: Maintained
618 F: hw/*/versatile*
619 F: hw/misc/arm_sysctl.c
621 Xilinx Zynq
622 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
623 M: Alistair Francis <alistair@alistair23.me>
624 L: qemu-arm@nongnu.org
625 S: Maintained
626 F: hw/*/xilinx_*
627 F: hw/*/cadence_*
628 F: hw/misc/zynq*
629 F: include/hw/misc/zynq*
630 X: hw/ssi/xilinx_*
632 Xilinx ZynqMP
633 M: Alistair Francis <alistair@alistair23.me>
634 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
635 L: qemu-arm@nongnu.org
636 S: Maintained
637 F: hw/*/xlnx*.c
638 F: include/hw/*/xlnx*.h
640 ARM ACPI Subsystem
641 M: Shannon Zhao <shannon.zhaosl@gmail.com>
642 L: qemu-arm@nongnu.org
643 S: Maintained
644 F: hw/arm/virt-acpi-build.c
646 STM32F205
647 M: Alistair Francis <alistair@alistair23.me>
648 S: Maintained
649 F: hw/arm/stm32f205_soc.c
650 F: hw/misc/stm32f2xx_syscfg.c
651 F: hw/char/stm32f2xx_usart.c
652 F: hw/timer/stm32f2xx_timer.c
653 F: hw/adc/*
654 F: hw/ssi/stm32f2xx_spi.c
655 F: include/hw/*/stm32*.h
657 Netduino 2
658 M: Alistair Francis <alistair@alistair23.me>
659 S: Maintained
660 F: hw/arm/netduino2.c
662 SmartFusion2
663 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
664 S: Maintained
665 F: hw/arm/msf2-soc.c
666 F: hw/misc/msf2-sysreg.c
667 F: hw/timer/mss-timer.c
668 F: hw/ssi/mss-spi.c
669 F: include/hw/arm/msf2-soc.h
670 F: include/hw/misc/msf2-sysreg.h
671 F: include/hw/timer/mss-timer.h
672 F: include/hw/ssi/mss-spi.h
674 Emcraft M2S-FG484
675 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
676 S: Maintained
677 F: hw/arm/msf2-som.c
679 ASPEED BMCs
680 M: Cédric Le Goater <clg@kaod.org>
681 R: Andrew Jeffery <andrew@aj.id.au>
682 R: Joel Stanley <joel@jms.id.au>
683 L: qemu-arm@nongnu.org
684 S: Maintained
685 F: hw/*/*aspeed*
686 F: include/hw/*/*aspeed*
687 F: hw/net/ftgmac100.c
688 F: include/hw/net/ftgmac100.h
690 NRF51
691 M: Joel Stanley <joel@jms.id.au>
692 L: qemu-arm@nongnu.org
693 S: Maintained
694 F: hw/arm/nrf51_soc.c
695 F: hw/arm/microbit.c
696 F: include/hw/arm/nrf51_soc.h
698 CRIS Machines
699 -------------
700 Axis Dev88
701 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
702 S: Maintained
703 F: hw/cris/axis_dev88.c
704 F: hw/*/etraxfs_*.c
706 LM32 Machines
707 -------------
708 EVR32 and uclinux BSP
709 M: Michael Walle <michael@walle.cc>
710 S: Maintained
711 F: hw/lm32/lm32_boards.c
713 milkymist
714 M: Michael Walle <michael@walle.cc>
715 S: Maintained
716 F: hw/lm32/milkymist.c
718 M68K Machines
719 -------------
720 an5206
721 M: Thomas Huth <huth@tuxfamily.org>
722 S: Odd Fixes
723 F: hw/m68k/an5206.c
724 F: hw/m68k/mcf5206.c
726 mcf5208
727 M: Thomas Huth <huth@tuxfamily.org>
728 S: Odd Fixes
729 F: hw/m68k/mcf5208.c
730 F: hw/m68k/mcf_intc.c
731 F: hw/char/mcf_uart.c
732 F: hw/net/mcf_fec.c
733 F: include/hw/m68k/mcf*.h
735 MicroBlaze Machines
736 -------------------
737 petalogix_s3adsp1800
738 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
739 S: Maintained
740 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
742 petalogix_ml605
743 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
744 S: Maintained
745 F: hw/microblaze/petalogix_ml605_mmu.c
747 MIPS Machines
748 -------------
749 Jazz
750 M: Hervé Poussineau <hpoussin@reactos.org>
751 R: Stefan Markovic <smarkovic@wavecomp.com>
752 S: Maintained
753 F: hw/mips/mips_jazz.c
755 Malta
756 M: Aurelien Jarno <aurelien@aurel32.net>
757 R: Stefan Markovic <smarkovic@wavecomp.com>
758 S: Maintained
759 F: hw/mips/mips_malta.c
761 Mipssim
762 M: Aleksandar Markovic <amarkovic@wavecomp.com>
763 R: Stefan Markovic <smarkovic@wavecomp.com>
764 S: Odd Fixes
765 F: hw/mips/mips_mipssim.c
766 F: hw/net/mipsnet.c
768 R4000
769 M: Aurelien Jarno <aurelien@aurel32.net>
770 R: Stefan Markovic <smarkovic@wavecomp.com>
771 S: Maintained
772 F: hw/mips/mips_r4k.c
774 Fulong 2E
775 M: Aleksandar Markovic <amarkovic@wavecomp.com>
776 R: Stefan Markovic <smarkovic@wavecomp.com>
777 S: Odd Fixes
778 F: hw/mips/mips_fulong2e.c
779 F: hw/isa/vt82c686.c
781 F: include/hw/isa/vt82c686.h
783 Boston
784 M: Paul Burton <pburton@wavecomp.com>
785 R: Stefan Markovic <smarkovic@wavecomp.com>
786 S: Maintained
787 F: hw/core/loader-fit.c
788 F: hw/mips/boston.c
789 F: hw/pci-host/xilinx-pcie.c
791 OpenRISC Machines
792 -----------------
793 or1k-sim
794 M: Jia Liu <proljc@gmail.com>
795 S: Maintained
796 F: hw/openrisc/openrisc_sim.c
798 PowerPC Machines
799 ----------------
801 M: David Gibson <david@gibson.dropbear.id.au>
802 L: qemu-ppc@nongnu.org
803 S: Odd Fixes
804 F: hw/ppc/ppc405_boards.c
806 Bamboo
807 M: David Gibson <david@gibson.dropbear.id.au>
808 L: qemu-ppc@nongnu.org
809 S: Odd Fixes
810 F: hw/ppc/ppc440_bamboo.c
812 e500
813 M: David Gibson <david@gibson.dropbear.id.au>
814 L: qemu-ppc@nongnu.org
815 S: Odd Fixes
816 F: hw/ppc/e500.[hc]
817 F: hw/ppc/e500plat.c
818 F: include/hw/ppc/ppc_e500.h
819 F: include/hw/pci-host/ppce500.h
820 F: pc-bios/u-boot.e500
822 mpc8544ds
823 M: David Gibson <david@gibson.dropbear.id.au>
824 L: qemu-ppc@nongnu.org
825 S: Odd Fixes
826 F: hw/ppc/mpc8544ds.c
827 F: hw/ppc/mpc8544_guts.c
829 New World
830 M: David Gibson <david@gibson.dropbear.id.au>
831 L: qemu-ppc@nongnu.org
832 S: Odd Fixes
833 F: hw/ppc/mac_newworld.c
834 F: hw/pci-host/uninorth.c
835 F: hw/pci-bridge/dec.[hc]
836 F: hw/misc/macio/
837 F: hw/misc/mos6522.c
838 F: hw/nvram/mac_nvram.c
839 F: include/hw/misc/macio/
840 F: include/hw/misc/mos6522.h
841 F: include/hw/ppc/mac_dbdma.h
843 Old World
844 M: David Gibson <david@gibson.dropbear.id.au>
845 L: qemu-ppc@nongnu.org
846 S: Odd Fixes
847 F: hw/ppc/mac_oldworld.c
848 F: hw/pci-host/grackle.c
849 F: hw/misc/macio/
850 F: hw/intc/heathrow_pic.c
852 PReP
853 M: Hervé Poussineau <hpoussin@reactos.org>
854 L: qemu-devel@nongnu.org
855 L: qemu-ppc@nongnu.org
856 S: Maintained
857 F: hw/ppc/prep.c
858 F: hw/ppc/prep_systemio.c
859 F: hw/ppc/rs6000_mc.c
860 F: hw/pci-host/prep.[hc]
861 F: hw/isa/i82378.c
862 F: hw/isa/pc87312.c
863 F: hw/dma/i82374.c
864 F: hw/timer/m48t59-isa.c
865 F: include/hw/isa/pc87312.h
866 F: include/hw/timer/m48t59.h
867 F: pc-bios/ppc_rom.bin
869 sPAPR
870 M: David Gibson <david@gibson.dropbear.id.au>
871 L: qemu-ppc@nongnu.org
872 S: Supported
873 F: hw/*/spapr*
874 F: include/hw/*/spapr*
875 F: hw/*/xics*
876 F: include/hw/*/xics*
877 F: pc-bios/spapr-rtas/*
878 F: pc-bios/spapr-rtas.bin
879 F: pc-bios/slof.bin
880 F: pc-bios/skiboot.lid
881 F: docs/specs/ppc-spapr-hcalls.txt
882 F: docs/specs/ppc-spapr-hotplug.txt
883 F: tests/spapr*
884 F: tests/libqos/*spapr*
885 F: tests/rtas*
886 F: tests/libqos/rtas*
888 virtex_ml507
889 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
890 L: qemu-ppc@nongnu.org
891 S: Odd Fixes
892 F: hw/ppc/virtex_ml507.c
894 sam460ex
895 M: BALATON Zoltan <balaton@eik.bme.hu>
896 L: qemu-ppc@nongnu.org
897 S: Maintained
898 F: hw/ide/sii3112.c
899 F: hw/timer/m41t80.c
901 SH4 Machines
902 ------------
904 M: Magnus Damm <magnus.damm@gmail.com>
905 S: Maintained
906 F: hw/sh4/r2d.c
907 F: hw/intc/sh_intc.c
908 F: hw/timer/sh_timer.c
910 Shix
911 M: Magnus Damm <magnus.damm@gmail.com>
912 S: Odd Fixes
913 F: hw/sh4/shix.c
915 SPARC Machines
916 --------------
917 Sun4m
918 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
919 S: Maintained
920 F: hw/sparc/sun4m.c
921 F: hw/sparc/sun4m_iommu.c
922 F: hw/dma/sparc32_dma.c
923 F: hw/misc/eccmemctl.c
924 F: hw/misc/slavio_misc.c
925 F: include/hw/sparc/sparc32_dma.h
926 F: pc-bios/openbios-sparc32
928 Sun4u
929 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
930 S: Maintained
931 F: hw/sparc64/sun4u.c
932 F: pc-bios/openbios-sparc64
934 Sun4v
935 M: Artyom Tarasenko <atar4qemu@gmail.com>
936 S: Maintained
937 F: hw/sparc64/niagara.c
938 F: hw/timer/sun4v-rtc.c
939 F: include/hw/timer/sun4v-rtc.h
941 Leon3
942 M: Fabien Chouteau <chouteau@adacore.com>
943 S: Maintained
944 F: hw/sparc/leon3.c
945 F: hw/*/grlib*
946 F: include/hw/sparc/grlib.h
948 S390 Machines
949 -------------
950 S390 Virtio-ccw
951 M: Cornelia Huck <cohuck@redhat.com>
952 M: Christian Borntraeger <borntraeger@de.ibm.com>
953 S: Supported
954 F: hw/char/sclp*.[hc]
955 F: hw/char/terminal3270.c
956 F: hw/s390x/
957 F: include/hw/s390x/
958 F: hw/watchdog/wdt_diag288.c
959 F: include/hw/watchdog/wdt_diag288.h
960 F: default-configs/s390x-softmmu.mak
961 T: git https://github.com/cohuck/qemu.git s390-next
962 T: git https://github.com/borntraeger/qemu.git s390-next
963 L: qemu-s390x@nongnu.org
965 S390-ccw boot
966 M: Christian Borntraeger <borntraeger@de.ibm.com>
967 M: Thomas Huth <thuth@redhat.com>
968 S: Supported
969 F: hw/s390x/ipl.*
970 F: pc-bios/s390-ccw/
971 F: pc-bios/s390-ccw.img
972 T: git https://github.com/borntraeger/qemu.git s390-next
973 L: qemu-s390x@nongnu.org
975 S390 PCI
976 M: Collin Walling <walling@linux.ibm.com>
977 S: Supported
978 F: hw/s390x/s390-pci*
979 L: qemu-s390x@nongnu.org
981 UniCore32 Machines
982 -------------
983 PKUnity-3 SoC initramfs-with-busybox
984 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
985 S: Maintained
986 F: hw/*/puv3*
987 F: hw/unicore32/
989 X86 Machines
990 ------------
992 M: Michael S. Tsirkin <mst@redhat.com>
993 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
994 S: Supported
995 F: include/hw/i386/
996 F: hw/i386/
997 F: hw/pci-host/piix.c
998 F: hw/pci-host/q35.c
999 F: hw/pci-host/pam.c
1000 F: include/hw/pci-host/q35.h
1001 F: include/hw/pci-host/pam.h
1002 F: hw/isa/piix4.c
1003 F: hw/isa/lpc_ich9.c
1004 F: hw/i2c/smbus_ich9.c
1005 F: hw/acpi/piix4.c
1006 F: hw/acpi/ich9.c
1007 F: include/hw/acpi/ich9.h
1008 F: include/hw/acpi/piix4.h
1009 F: hw/misc/sga.c
1011 PC Chipset
1012 M: Michael S. Tsirkin <mst@redhat.com>
1013 M: Paolo Bonzini <pbonzini@redhat.com>
1014 S: Supported
1015 F: hw/char/debugcon.c
1016 F: hw/char/parallel*
1017 F: hw/char/serial*
1018 F: hw/dma/i8257*
1019 F: hw/i2c/pm_smbus.c
1020 F: hw/input/pckbd.c
1021 F: hw/intc/apic*
1022 F: hw/intc/ioapic*
1023 F: hw/intc/i8259*
1024 F: hw/isa/isa-superio.c
1025 F: hw/misc/debugexit.c
1026 F: hw/misc/pc-testdev.c
1027 F: hw/timer/hpet*
1028 F: hw/timer/i8254*
1029 F: hw/timer/mc146818rtc*
1030 F: hw/watchdog/wdt_ib700.c
1031 F: include/hw/display/vga.h
1032 F: include/hw/char/parallel.h
1033 F: include/hw/dma/i8257.h
1034 F: include/hw/i2c/pm_smbus.h
1035 F: include/hw/input/i8042.h
1036 F: include/hw/isa/superio.h
1037 F: include/hw/timer/hpet.h
1038 F: include/hw/timer/i8254*
1039 F: include/hw/timer/mc146818rtc*
1041 Machine core
1042 M: Eduardo Habkost <ehabkost@redhat.com>
1043 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1044 S: Supported
1045 F: hw/core/machine.c
1046 F: hw/core/null-machine.c
1047 F: include/hw/boards.h
1048 T: git https://github.com/ehabkost/qemu.git machine-next
1050 Xtensa Machines
1051 ---------------
1053 M: Max Filippov <jcmvbkbc@gmail.com>
1054 S: Maintained
1055 F: hw/xtensa/sim.c
1057 XTFPGA (LX60, LX200, ML605, KC705)
1058 M: Max Filippov <jcmvbkbc@gmail.com>
1059 S: Maintained
1060 F: hw/xtensa/xtfpga.c
1061 F: hw/net/opencores_eth.c
1063 Devices
1064 -------
1066 M: Jiri Slaby <jslaby@suse.cz>
1067 S: Maintained
1068 F: hw/misc/edu.c
1071 M: John Snow <jsnow@redhat.com>
1072 L: qemu-block@nongnu.org
1073 S: Supported
1074 F: include/hw/ide.h
1075 F: include/hw/ide/
1076 F: hw/ide/
1077 F: hw/block/block.c
1078 F: hw/block/cdrom.c
1079 F: hw/block/hd-geometry.c
1080 F: tests/ide-test.c
1081 F: tests/ahci-test.c
1082 F: tests/cdrom-test.c
1083 F: tests/libqos/ahci*
1084 T: git https://github.com/jnsnow/qemu.git ide
1086 IPMI
1087 M: Corey Minyard <minyard@acm.org>
1088 S: Maintained
1089 F: include/hw/ipmi/*
1090 F: hw/ipmi/*
1091 F: hw/smbios/smbios_type_38.c
1092 F: tests/ipmi*
1093 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1095 Floppy
1096 M: John Snow <jsnow@redhat.com>
1097 L: qemu-block@nongnu.org
1098 S: Supported
1099 F: hw/block/fdc.c
1100 F: include/hw/block/fdc.h
1101 F: tests/fdc-test.c
1102 T: git https://github.com/jnsnow/qemu.git ide
1104 OMAP
1105 M: Peter Maydell <peter.maydell@linaro.org>
1106 S: Maintained
1107 F: hw/*/omap*
1108 F: include/hw/arm/omap.h
1110 IPack
1111 M: Alberto Garcia <berto@igalia.com>
1112 S: Odd Fixes
1113 F: hw/char/ipoctal232.c
1114 F: hw/ipack/
1117 M: Michael S. Tsirkin <mst@redhat.com>
1118 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1119 S: Supported
1120 F: include/hw/pci/*
1121 F: hw/misc/pci-testdev.c
1122 F: hw/pci/*
1123 F: hw/pci-bridge/*
1124 F: docs/pci*
1125 F: docs/specs/*pci*
1126 F: default-configs/pci.mak
1128 ACPI/SMBIOS
1129 M: Michael S. Tsirkin <mst@redhat.com>
1130 M: Igor Mammedov <imammedo@redhat.com>
1131 S: Supported
1132 F: include/hw/acpi/*
1133 F: include/hw/smbios/*
1134 F: hw/mem/*
1135 F: hw/acpi/*
1136 F: hw/smbios/*
1137 F: hw/i386/acpi-build.[hc]
1138 F: hw/arm/virt-acpi-build.c
1139 F: tests/bios-tables-test.c
1140 F: tests/acpi-utils.[hc]
1141 F: tests/acpi-test-data/*
1142 F: tests/acpi-test-data/*/*
1144 ppc4xx
1145 M: David Gibson <david@gibson.dropbear.id.au>
1146 L: qemu-ppc@nongnu.org
1147 S: Odd Fixes
1148 F: hw/ppc/ppc4*.c
1149 F: hw/i2c/ppc4xx_i2c.c
1150 F: include/hw/ppc/ppc4xx.h
1151 F: include/hw/i2c/ppc4xx_i2c.h
1153 ppce500
1154 M: David Gibson <david@gibson.dropbear.id.au>
1155 L: qemu-ppc@nongnu.org
1156 S: Odd Fixes
1157 F: hw/ppc/e500*
1158 F: hw/pci-host/ppce500.c
1159 F: hw/net/fsl_etsec/
1161 Character devices
1162 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1163 R: Paolo Bonzini <pbonzini@redhat.com>
1164 S: Odd Fixes
1165 F: hw/char/
1167 Network devices
1168 M: Jason Wang <jasowang@redhat.com>
1169 S: Odd Fixes
1170 F: hw/net/
1171 F: include/hw/net/
1172 F: tests/virtio-net-test.c
1173 T: git https://github.com/jasowang/qemu.git net
1175 SCSI
1176 M: Paolo Bonzini <pbonzini@redhat.com>
1177 R: Fam Zheng <famz@redhat.com>
1178 S: Supported
1179 F: include/hw/scsi/*
1180 F: hw/scsi/*
1181 F: tests/virtio-scsi-test.c
1182 T: git https://github.com/bonzini/qemu.git scsi-next
1185 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1186 M: Alistair Francis <alistair@alistair23.me>
1187 S: Maintained
1188 F: hw/ssi/*
1189 F: hw/block/m25p80.c
1190 F: include/hw/ssi/ssi.h
1191 X: hw/ssi/xilinx_*
1192 F: tests/m25p80-test.c
1194 Xilinx SPI
1195 M: Alistair Francis <alistair@alistair23.me>
1196 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1197 S: Maintained
1198 F: hw/ssi/xilinx_*
1200 SD (Secure Card)
1201 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1202 S: Odd Fixes
1203 F: include/hw/sd/sd*
1204 F: hw/sd/core.c
1205 F: hw/sd/sd*
1206 F: tests/sd*
1209 M: Gerd Hoffmann <kraxel@redhat.com>
1210 S: Maintained
1211 F: hw/usb/*
1212 F: tests/usb-*-test.c
1213 F: docs/usb2.txt
1214 F: docs/usb-storage.txt
1215 F: include/hw/usb.h
1216 F: include/hw/usb/
1217 F: default-configs/usb.mak
1219 USB (serial adapter)
1220 M: Gerd Hoffmann <kraxel@redhat.com>
1221 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1222 S: Maintained
1223 F: hw/usb/dev-serial.c
1225 VFIO
1226 M: Alex Williamson <alex.williamson@redhat.com>
1227 S: Supported
1228 F: hw/vfio/*
1229 F: include/hw/vfio/
1231 vfio-ccw
1232 M: Cornelia Huck <cohuck@redhat.com>
1233 M: Eric Farman <farman@linux.ibm.com>
1234 M: Farhan Ali <alifm@linux.ibm.com>
1235 S: Supported
1236 F: hw/vfio/ccw.c
1237 F: hw/s390x/s390-ccw.c
1238 F: include/hw/s390x/s390-ccw.h
1239 T: git https://github.com/cohuck/qemu.git s390-next
1240 L: qemu-s390x@nongnu.org
1242 vfio-ap
1243 M: Christian Borntraeger <borntraeger@de.ibm.com>
1244 M: Tony Krowiak <akrowiak@linux.ibm.com>
1245 M: Halil Pasic <pasic@linux.ibm.com>
1246 M: Pierre Morel <pmorel@linux.ibm.com>
1247 S: Supported
1248 F: hw/s390x/ap-device.c
1249 F: hw/s390x/ap-bridge.c
1250 F: include/hw/s390x/ap-device.h
1251 F: include/hw/s390x/ap-bridge.h
1252 F: hw/vfio/ap.c
1253 F: docs/vfio-ap.txt
1254 L: qemu-s390x@nongnu.org
1256 vhost
1257 M: Michael S. Tsirkin <mst@redhat.com>
1258 S: Supported
1259 F: hw/*/*vhost*
1260 F: docs/interop/vhost-user.txt
1262 virtio
1263 M: Michael S. Tsirkin <mst@redhat.com>
1264 S: Supported
1265 F: hw/*/virtio*
1266 F: hw/virtio/Makefile.objs
1267 F: hw/virtio/trace-events
1268 F: net/vhost-user.c
1269 F: include/hw/virtio/
1270 F: tests/virtio-balloon-test.c
1272 virtio-9p
1273 M: Greg Kurz <groug@kaod.org>
1274 S: Supported
1275 F: hw/9pfs/
1276 F: fsdev/
1277 F: tests/virtio-9p-test.c
1278 T: git https://github.com/gkurz/qemu.git 9p-next
1280 virtio-blk
1281 M: Stefan Hajnoczi <stefanha@redhat.com>
1282 L: qemu-block@nongnu.org
1283 S: Supported
1284 F: hw/block/virtio-blk.c
1285 F: hw/block/dataplane/*
1286 F: tests/virtio-blk-test.c
1287 T: git https://github.com/stefanha/qemu.git block
1289 virtio-ccw
1290 M: Cornelia Huck <cohuck@redhat.com>
1291 M: Halil Pasic <pasic@linux.ibm.com>
1292 S: Supported
1293 F: hw/s390x/virtio-ccw*.[hc]
1294 F: hw/s390x/vhost-vsock-ccw.c
1295 T: git https://github.com/cohuck/qemu.git s390-next
1296 T: git https://github.com/borntraeger/qemu.git s390-next
1297 L: qemu-s390x@nongnu.org
1299 virtio-input
1300 M: Gerd Hoffmann <kraxel@redhat.com>
1301 S: Maintained
1302 F: hw/input/virtio-input*.c
1303 F: include/hw/virtio/virtio-input.h
1305 virtio-serial
1306 M: Amit Shah <amit@kernel.org>
1307 S: Supported
1308 F: hw/char/virtio-serial-bus.c
1309 F: hw/char/virtio-console.c
1310 F: include/hw/virtio/virtio-serial.h
1311 F: tests/virtio-console-test.c
1312 F: tests/virtio-serial-test.c
1314 virtio-rng
1315 M: Amit Shah <amit@kernel.org>
1316 S: Supported
1317 F: hw/virtio/virtio-rng.c
1318 F: include/hw/virtio/virtio-rng.h
1319 F: include/sysemu/rng*.h
1320 F: backends/rng*.c
1321 F: tests/virtio-rng-test.c
1323 virtio-crypto
1324 M: Gonglei <arei.gonglei@huawei.com>
1325 S: Supported
1326 F: hw/virtio/virtio-crypto.c
1327 F: hw/virtio/virtio-crypto-pci.c
1328 F: include/hw/virtio/virtio-crypto.h
1330 nvme
1331 M: Keith Busch <keith.busch@intel.com>
1332 L: qemu-block@nongnu.org
1333 S: Supported
1334 F: hw/block/nvme*
1335 F: tests/nvme-test.c
1337 megasas
1338 M: Hannes Reinecke <hare@suse.com>
1339 L: qemu-block@nongnu.org
1340 S: Supported
1341 F: hw/scsi/megasas.c
1342 F: hw/scsi/mfi.h
1343 F: tests/megasas-test.c
1345 Network packet abstractions
1346 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1347 S: Maintained
1348 F: include/net/eth.h
1349 F: net/eth.c
1350 F: hw/net/net_rx_pkt*
1351 F: hw/net/net_tx_pkt*
1353 Vmware
1354 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1355 S: Maintained
1356 F: hw/net/vmxnet*
1357 F: hw/scsi/vmw_pvscsi*
1358 F: tests/vmxnet3-test.c
1360 Rocker
1361 M: Jiri Pirko <jiri@resnulli.us>
1362 S: Maintained
1363 F: hw/net/rocker/
1364 F: tests/rocker/
1365 F: docs/specs/rocker.txt
1367 NVDIMM
1368 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1369 S: Maintained
1370 F: hw/acpi/nvdimm.c
1371 F: hw/mem/nvdimm.c
1372 F: include/hw/mem/nvdimm.h
1374 e1000x
1375 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1376 S: Maintained
1377 F: hw/net/e1000x*
1379 e1000e
1380 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1381 S: Maintained
1382 F: hw/net/e1000e*
1384 eepro100
1385 M: Stefan Weil <sw@weilnetz.de>
1386 S: Maintained
1387 F: hw/net/eepro100.c
1389 Generic Loader
1390 M: Alistair Francis <alistair@alistair23.me>
1391 S: Maintained
1392 F: hw/core/generic-loader.c
1393 F: include/hw/core/generic-loader.h
1394 F: docs/generic-loader.txt
1396 Intel Hexadecimal Object File Loader
1397 M: Su Hang <suhang16@mails.ucas.ac.cn>
1398 S: Maintained
1399 F: tests/hexloader-test.c
1400 F: tests/data/hex-loader/test.hex
1402 CHRP NVRAM
1403 M: Thomas Huth <thuth@redhat.com>
1404 S: Maintained
1405 F: hw/nvram/chrp_nvram.c
1406 F: include/hw/nvram/chrp_nvram.h
1407 F: tests/prom-env-test.c
1409 VM Generation ID
1410 M: Ben Warren <ben@skyportsystems.com>
1411 S: Maintained
1412 F: hw/acpi/vmgenid.c
1413 F: include/hw/acpi/vmgenid.h
1414 F: docs/specs/vmgenid.txt
1415 F: tests/vmgenid-test.c
1416 F: stubs/vmgenid.c
1418 Unimplemented device
1419 M: Peter Maydell <peter.maydell@linaro.org>
1420 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1421 S: Maintained
1422 F: include/hw/misc/unimp.h
1423 F: hw/misc/unimp.c
1425 Standard VGA
1426 M: Gerd Hoffmann <kraxel@redhat.com>
1427 S: Maintained
1428 F: hw/display/vga*
1429 F: hw/display/bochs-display.c
1430 F: include/hw/display/vga.h
1431 F: include/hw/display/bochs-vbe.h
1433 ramfb
1434 M: Gerd Hoffmann <kraxel@redhat.com>
1435 S: Maintained
1436 F: hw/display/ramfb*.c
1437 F: include/hw/display/ramfb.h
1439 virtio-gpu
1440 M: Gerd Hoffmann <kraxel@redhat.com>
1441 S: Maintained
1442 F: hw/display/virtio-gpu*
1443 F: hw/display/virtio-vga.c
1444 F: include/hw/virtio/virtio-gpu.h
1446 Cirrus VGA
1447 M: Gerd Hoffmann <kraxel@redhat.com>
1448 S: Odd Fixes
1449 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1450 F: hw/display/cirrus*
1452 EDID Generator
1453 M: Gerd Hoffmann <kraxel@redhat.com>
1454 S: Maintained
1455 F: hw/display/edid*
1456 F: include/hw/display/edid.h
1457 F: qemu-edid.c
1459 Subsystems
1460 ----------
1461 Audio
1462 M: Gerd Hoffmann <kraxel@redhat.com>
1463 S: Maintained
1464 F: audio/
1465 F: hw/audio/
1466 F: include/hw/audio/
1467 F: tests/ac97-test.c
1468 F: tests/es1370-test.c
1469 F: tests/intel-hda-test.c
1471 Block layer core
1472 M: Kevin Wolf <kwolf@redhat.com>
1473 M: Max Reitz <mreitz@redhat.com>
1474 L: qemu-block@nongnu.org
1475 S: Supported
1476 F: block*
1477 F: block/
1478 F: hw/block/
1479 F: include/block/
1480 F: qemu-img*
1481 F: qemu-io*
1482 F: tests/qemu-iotests/
1483 F: util/qemu-progress.c
1484 F: qobject/block-qdict.c
1485 F: tests/check-block-qdict.c
1486 T: git https://repo.or.cz/qemu/kevin.git block
1488 Block I/O path
1489 M: Stefan Hajnoczi <stefanha@redhat.com>
1490 M: Fam Zheng <famz@redhat.com>
1491 L: qemu-block@nongnu.org
1492 S: Supported
1493 F: util/async.c
1494 F: util/aio-*.c
1495 F: block/io.c
1496 F: migration/block*
1497 F: include/block/aio.h
1498 F: include/block/aio-wait.h
1499 F: scripts/qemugdb/aio.py
1500 T: git https://github.com/stefanha/qemu.git block
1502 Block SCSI subsystem
1503 M: Paolo Bonzini <pbonzini@redhat.com>
1504 R: Fam Zheng <famz@redhat.com>
1505 L: qemu-block@nongnu.org
1506 S: Supported
1507 F: include/scsi/*
1508 F: scsi/*
1510 Block Jobs
1511 M: Jeff Cody <jcody@redhat.com>
1512 L: qemu-block@nongnu.org
1513 S: Supported
1514 F: blockjob.c
1515 F: include/block/blockjob.h
1516 F: job.c
1517 F: job-qmp.c
1518 F: include/qemu/job.h
1519 F: block/backup.c
1520 F: block/commit.c
1521 F: block/stream.c
1522 F: block/mirror.c
1523 F: qapi/job.json
1524 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1526 Block QAPI, monitor, command line
1527 M: Markus Armbruster <armbru@redhat.com>
1528 S: Supported
1529 F: blockdev.c
1530 F: block/qapi.c
1531 F: qapi/block*.json
1532 F: qapi/transaction.json
1533 T: git https://repo.or.cz/qemu/armbru.git block-next
1535 Dirty Bitmaps
1536 M: Fam Zheng <famz@redhat.com>
1537 M: John Snow <jsnow@redhat.com>
1538 L: qemu-block@nongnu.org
1539 S: Supported
1540 F: util/hbitmap.c
1541 F: block/dirty-bitmap.c
1542 F: include/qemu/hbitmap.h
1543 F: include/block/dirty-bitmap.h
1544 F: tests/test-hbitmap.c
1545 F: docs/interop/bitmaps.rst
1546 T: git https://github.com/famz/qemu.git bitmaps
1547 T: git https://github.com/jnsnow/qemu.git bitmaps
1549 Character device backends
1550 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1551 R: Paolo Bonzini <pbonzini@redhat.com>
1552 S: Maintained
1553 F: chardev/
1554 F: include/chardev/
1555 F: qapi/char.json
1557 Character Devices (Braille)
1558 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1559 S: Maintained
1560 F: chardev/baum.c
1562 Command line option argument parsing
1563 M: Markus Armbruster <armbru@redhat.com>
1564 S: Supported
1565 F: include/qemu/option.h
1566 F: tests/test-keyval.c
1567 F: tests/test-qemu-opts.c
1568 F: util/keyval.c
1569 F: util/qemu-option.c
1571 Coverity model
1572 M: Markus Armbruster <armbru@redhat.com>
1573 S: Supported
1574 F: scripts/coverity-model.c
1577 L: qemu-devel@nongnu.org
1578 S: Supported
1579 F: qom/cpu.c
1580 F: include/qom/cpu.h
1582 Device Tree
1583 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1584 M: Alexander Graf <agraf@suse.de>
1585 S: Maintained
1586 F: device_tree.c
1587 F: include/sysemu/device_tree.h
1589 Dump
1590 S: Supported
1591 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1592 F: dump.c
1593 F: hw/misc/vmcoreinfo.c
1594 F: include/hw/misc/vmcoreinfo.h
1595 F: include/sysemu/dump-arch.h
1596 F: include/sysemu/dump.h
1597 F: scripts/dump-guest-memory.py
1598 F: stubs/dump.c
1600 Error reporting
1601 M: Markus Armbruster <armbru@redhat.com>
1602 S: Supported
1603 F: include/qapi/error.h
1604 F: include/qemu/error-report.h
1605 F: util/error.c
1606 F: util/qemu-error.c
1608 GDB stub
1609 L: qemu-devel@nongnu.org
1610 S: Odd Fixes
1611 F: gdbstub*
1612 F: gdb-xml/
1614 Memory API
1615 M: Paolo Bonzini <pbonzini@redhat.com>
1616 S: Supported
1617 F: include/exec/ioport.h
1618 F: ioport.c
1619 F: include/exec/memory.h
1620 F: include/exec/ram_addr.h
1621 F: memory.c
1622 F: include/exec/memory-internal.h
1623 F: exec.c
1625 SPICE
1626 M: Gerd Hoffmann <kraxel@redhat.com>
1627 S: Supported
1628 F: include/ui/qemu-spice.h
1629 F: include/ui/spice-display.h
1630 F: ui/spice-*.c
1631 F: audio/spiceaudio.c
1632 F: hw/display/qxl*
1633 F: qapi/ui.json
1635 Graphics
1636 M: Gerd Hoffmann <kraxel@redhat.com>
1637 S: Odd Fixes
1638 F: ui/
1639 F: include/ui/
1640 F: qapi/ui.json
1641 F: util/drm.c
1643 Cocoa graphics
1644 M: Peter Maydell <peter.maydell@linaro.org>
1645 S: Odd Fixes
1646 F: ui/cocoa.m
1648 Main loop
1649 M: Paolo Bonzini <pbonzini@redhat.com>
1650 S: Maintained
1651 F: cpus.c
1652 F: util/main-loop.c
1653 F: util/qemu-timer.c
1654 F: vl.c
1655 F: qapi/run-state.json
1657 Human Monitor (HMP)
1658 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1659 S: Maintained
1660 F: monitor.c
1661 F: hmp.[ch]
1662 F: hmp-commands*.hx
1663 F: include/monitor/hmp-target.h
1664 F: tests/test-hmp.c
1666 Network device backends
1667 M: Jason Wang <jasowang@redhat.com>
1668 S: Maintained
1669 F: net/
1670 F: include/net/
1671 T: git https://github.com/jasowang/qemu.git net
1672 F: qapi/net.json
1674 Netmap network backend
1675 M: Luigi Rizzo <rizzo@iet.unipi.it>
1676 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1677 M: Vincenzo Maffione <v.maffione@gmail.com>
1678 W: http://info.iet.unipi.it/~luigi/netmap/
1679 S: Maintained
1680 F: net/netmap.c
1682 NUMA
1683 M: Eduardo Habkost <ehabkost@redhat.com>
1684 S: Maintained
1685 F: numa.c
1686 F: include/sysemu/numa.h
1687 T: git https://github.com/ehabkost/qemu.git machine-next
1689 Host Memory Backends
1690 M: Eduardo Habkost <ehabkost@redhat.com>
1691 M: Igor Mammedov <imammedo@redhat.com>
1692 S: Maintained
1693 F: backends/hostmem*.c
1694 F: include/sysemu/hostmem.h
1695 T: git https://github.com/ehabkost/qemu.git machine-next
1697 Cryptodev Backends
1698 M: Gonglei <arei.gonglei@huawei.com>
1699 S: Maintained
1700 F: include/sysemu/cryptodev*.h
1701 F: backends/cryptodev*.c
1703 Python scripts
1704 M: Eduardo Habkost <ehabkost@redhat.com>
1705 M: Cleber Rosa <crosa@redhat.com>
1706 S: Odd fixes
1707 F: scripts/qmp/*
1708 F: scripts/*.py
1709 F: tests/*.py
1711 QAPI
1712 M: Markus Armbruster <armbru@redhat.com>
1713 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1714 S: Supported
1715 F: qapi/
1716 X: qapi/*.json
1717 F: include/qapi/
1718 X: include/qapi/qmp/
1719 F: include/qapi/qmp/dispatch.h
1720 F: tests/qapi-schema/
1721 F: tests/test-*-visitor.c
1722 F: tests/test-qapi-*.c
1723 F: tests/test-qmp-*.c
1724 F: tests/test-visitor-serialization.c
1725 F: scripts/qapi-gen.py
1726 F: scripts/qapi/*
1727 F: docs/devel/qapi*
1728 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1730 QAPI Schema
1731 M: Eric Blake <eblake@redhat.com>
1732 M: Markus Armbruster <armbru@redhat.com>
1733 S: Supported
1734 F: qapi/*.json
1735 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1737 QObject
1738 M: Markus Armbruster <armbru@redhat.com>
1739 S: Supported
1740 F: qobject/
1741 F: include/qapi/qmp/
1742 X: include/qapi/qmp/dispatch.h
1743 F: scripts/coccinelle/qobject.cocci
1744 F: tests/check-qdict.c
1745 F: tests/check-qnum.c
1746 F: tests/check-qjson.c
1747 F: tests/check-qlist.c
1748 F: tests/check-qstring.c
1749 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1751 QEMU Guest Agent
1752 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1753 S: Maintained
1754 F: qga/
1755 F: qemu-ga.texi
1756 F: scripts/qemu-guest-agent/
1757 F: tests/test-qga.c
1758 F: docs/interop/qemu-ga-ref.texi
1759 T: git https://github.com/mdroth/qemu.git qga
1762 M: Andreas Färber <afaerber@suse.de>
1763 S: Supported
1764 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1765 F: include/qom/
1766 X: include/qom/cpu.h
1767 F: qom/
1768 X: qom/cpu.c
1769 F: tests/check-qom-interface.c
1770 F: tests/check-qom-proplist.c
1773 M: Markus Armbruster <armbru@redhat.com>
1774 S: Supported
1775 F: qmp.c
1776 F: monitor.c
1777 F: docs/devel/*qmp-*
1778 F: scripts/qmp/
1779 F: tests/qmp-test.c
1780 F: tests/qmp-cmd-test.c
1781 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1783 qtest
1784 M: Thomas Huth <thuth@redhat.com>
1785 M: Laurent Vivier <lvivier@redhat.com>
1786 R: Paolo Bonzini <pbonzini@redhat.com>
1787 S: Maintained
1788 F: qtest.c
1789 F: tests/libqtest.*
1790 F: tests/libqos/
1791 F: tests/*-test.c
1793 Register API
1794 M: Alistair Francis <alistair@alistair23.me>
1795 S: Maintained
1796 F: hw/core/register.c
1797 F: include/hw/register.h
1798 F: include/hw/registerfields.h
1800 SLIRP
1801 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1802 M: Jan Kiszka <jan.kiszka@siemens.com>
1803 S: Maintained
1804 F: slirp/
1805 F: net/slirp.c
1806 F: include/net/slirp.h
1807 T: git https://people.debian.org/~sthibault/qemu.git slirp
1808 T: git git://git.kiszka.org/qemu.git queues/slirp
1810 Stubs
1811 M: Paolo Bonzini <pbonzini@redhat.com>
1812 S: Maintained
1813 F: stubs/
1815 Tracing
1816 M: Stefan Hajnoczi <stefanha@redhat.com>
1817 S: Maintained
1818 F: trace/
1819 F: trace-events
1820 F: qemu-option-trace.texi
1821 F: scripts/tracetool.py
1822 F: scripts/tracetool/
1823 F: docs/devel/tracing.txt
1824 T: git https://github.com/stefanha/qemu.git tracing
1827 M: Stefan Berger <stefanb@linux.ibm.com>
1828 S: Maintained
1829 F: tpm.c
1830 F: stubs/tpm.c
1831 F: hw/tpm/*
1832 F: include/hw/acpi/tpm.h
1833 F: include/sysemu/tpm*
1834 F: qapi/tpm.json
1835 F: backends/tpm.c
1836 F: tests/*tpm*
1837 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1839 Checkpatch
1840 S: Odd Fixes
1841 F: scripts/checkpatch.pl
1843 Migration
1844 M: Juan Quintela <quintela@redhat.com>
1845 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1846 S: Maintained
1847 F: include/migration/
1848 F: migration/
1849 F: scripts/vmstate-static-checker.py
1850 F: tests/vmstate-static-checker-data/
1851 F: tests/migration-test.c
1852 F: docs/devel/migration.rst
1853 F: qapi/migration.json
1855 Seccomp
1856 M: Eduardo Otubo <otubo@redhat.com>
1857 S: Supported
1858 F: qemu-seccomp.c
1859 F: include/sysemu/seccomp.h
1861 Cryptography
1862 M: Daniel P. Berrange <berrange@redhat.com>
1863 S: Maintained
1864 F: crypto/
1865 F: include/crypto/
1866 F: tests/test-crypto-*
1867 F: tests/benchmark-crypto-*
1868 F: qemu.sasl
1870 Coroutines
1871 M: Stefan Hajnoczi <stefanha@redhat.com>
1872 M: Kevin Wolf <kwolf@redhat.com>
1873 F: util/*coroutine*
1874 F: include/qemu/coroutine*
1875 F: tests/test-coroutine.c
1877 Buffers
1878 M: Daniel P. Berrange <berrange@redhat.com>
1879 S: Odd fixes
1880 F: util/buffer.c
1881 F: include/qemu/buffer.h
1883 I/O Channels
1884 M: Daniel P. Berrange <berrange@redhat.com>
1885 S: Maintained
1886 F: io/
1887 F: include/io/
1888 F: tests/test-io-*
1890 Sockets
1891 M: Daniel P. Berrange <berrange@redhat.com>
1892 M: Gerd Hoffmann <kraxel@redhat.com>
1893 S: Maintained
1894 F: include/qemu/sockets.h
1895 F: util/qemu-sockets.c
1896 F: qapi/sockets.json
1898 Throttling infrastructure
1899 M: Alberto Garcia <berto@igalia.com>
1900 S: Supported
1901 F: block/throttle-groups.c
1902 F: include/block/throttle-groups.h
1903 F: include/qemu/throttle*.h
1904 F: util/throttle.c
1905 F: docs/throttle.txt
1906 F: tests/test-throttle.c
1907 L: qemu-block@nongnu.org
1909 UUID
1910 M: Fam Zheng <famz@redhat.com>
1911 S: Supported
1912 F: util/uuid.c
1913 F: include/qemu/uuid.h
1914 F: tests/test-uuid.c
1916 COLO Framework
1917 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1918 S: Maintained
1919 F: migration/colo*
1920 F: include/migration/colo.h
1921 F: include/migration/failover.h
1922 F: docs/COLO-FT.txt
1924 COLO Proxy
1925 M: Zhang Chen <zhangckid@gmail.com>
1926 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1927 S: Supported
1928 F: docs/colo-proxy.txt
1929 F: net/colo*
1930 F: net/filter-rewriter.c
1931 F: net/filter-mirror.c
1933 Record/replay
1934 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1935 R: Paolo Bonzini <pbonzini@redhat.com>
1936 W: https://wiki.qemu.org/Features/record-replay
1937 S: Supported
1938 F: replay/*
1939 F: block/blkreplay.c
1940 F: net/filter-replay.c
1941 F: include/sysemu/replay.h
1942 F: docs/replay.txt
1943 F: stubs/replay.c
1945 IOVA Tree
1946 M: Peter Xu <peterx@redhat.com>
1947 S: Maintained
1948 F: include/qemu/iova-tree.h
1949 F: util/iova-tree.c
1951 elf2dmp
1952 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
1953 S: Maintained
1954 F: contrib/elf2dmp/
1956 Usermode Emulation
1957 ------------------
1958 Overall
1959 M: Riku Voipio <riku.voipio@iki.fi>
1960 S: Maintained
1961 F: thunk.c
1962 F: accel/tcg/user-exec*.c
1964 BSD user
1965 S: Orphan
1966 F: bsd-user/
1967 F: default-configs/*-bsd-user.mak
1969 Linux user
1970 M: Riku Voipio <riku.voipio@iki.fi>
1971 R: Laurent Vivier <laurent@vivier.eu>
1972 S: Maintained
1973 F: linux-user/
1974 F: default-configs/*-linux-user.mak
1975 F: scripts/qemu-binfmt-conf.sh
1977 Tiny Code Generator (TCG)
1978 -------------------------
1979 Common code
1980 M: Richard Henderson <rth@twiddle.net>
1981 S: Maintained
1982 F: tcg/
1984 AArch64 target
1985 M: Claudio Fontana <claudio.fontana@huawei.com>
1986 M: Claudio Fontana <claudio.fontana@gmail.com>
1987 S: Maintained
1988 L: qemu-arm@nongnu.org
1989 F: tcg/aarch64/
1990 F: disas/arm-a64.cc
1991 F: disas/libvixl/
1993 ARM target
1994 M: Andrzej Zaborowski <balrogg@gmail.com>
1995 S: Maintained
1996 L: qemu-arm@nongnu.org
1997 F: tcg/arm/
1998 F: disas/arm.c
2000 i386 target
2001 L: qemu-devel@nongnu.org
2002 S: Maintained
2003 F: tcg/i386/
2004 F: disas/i386.c
2006 MIPS target
2007 M: Aurelien Jarno <aurelien@aurel32.net>
2008 R: Stefan Markovic <smarkovic@wavecomp.com>
2009 S: Maintained
2010 F: tcg/mips/
2011 F: disas/mips.c
2014 M: Richard Henderson <rth@twiddle.net>
2015 S: Odd Fixes
2016 F: tcg/ppc/
2017 F: disas/ppc.c
2019 S390 target
2020 M: Richard Henderson <rth@twiddle.net>
2021 S: Maintained
2022 F: tcg/s390/
2023 F: disas/s390.c
2024 L: qemu-s390x@nongnu.org
2026 SPARC target
2027 S: Odd Fixes
2028 F: tcg/sparc/
2029 F: disas/sparc.c
2031 TCI target
2032 M: Stefan Weil <sw@weilnetz.de>
2033 S: Maintained
2034 F: tcg/tci/
2035 F: tcg/tci.c
2036 F: disas/tci.c
2038 Block drivers
2039 -------------
2040 VMDK
2041 M: Fam Zheng <famz@redhat.com>
2042 L: qemu-block@nongnu.org
2043 S: Supported
2044 F: block/vmdk.c
2047 M: Josh Durgin <jdurgin@redhat.com>
2048 M: Jeff Cody <jcody@redhat.com>
2049 L: qemu-block@nongnu.org
2050 S: Supported
2051 F: block/rbd.c
2052 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2054 Sheepdog
2055 M: Liu Yuan <namei.unix@gmail.com>
2056 M: Jeff Cody <jcody@redhat.com>
2057 L: qemu-block@nongnu.org
2058 S: Supported
2059 F: block/sheepdog.c
2060 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2062 VHDX
2063 M: Jeff Cody <jcody@redhat.com>
2064 L: qemu-block@nongnu.org
2065 S: Supported
2066 F: block/vhdx*
2067 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2070 M: Stefan Weil <sw@weilnetz.de>
2071 L: qemu-block@nongnu.org
2072 S: Maintained
2073 F: block/vdi.c
2075 iSCSI
2076 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2077 M: Paolo Bonzini <pbonzini@redhat.com>
2078 M: Peter Lieven <pl@kamp.de>
2079 L: qemu-block@nongnu.org
2080 S: Odd Fixes
2081 F: block/iscsi.c
2082 F: block/iscsi-opts.c
2084 Network Block Device (NBD)
2085 M: Eric Blake <eblake@redhat.com>
2086 L: qemu-block@nongnu.org
2087 S: Maintained
2088 F: block/nbd*
2089 F: nbd/
2090 F: include/block/nbd*
2091 F: qemu-nbd.*
2092 F: blockdev-nbd.c
2093 F: docs/interop/nbd.txt
2094 T: git https://repo.or.cz/qemu/ericb.git nbd
2097 M: Jeff Cody <jcody@redhat.com>
2098 M: Peter Lieven <pl@kamp.de>
2099 L: qemu-block@nongnu.org
2100 S: Maintained
2101 F: block/nfs.c
2102 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2105 M: Richard W.M. Jones <rjones@redhat.com>
2106 M: Jeff Cody <jcody@redhat.com>
2107 L: qemu-block@nongnu.org
2108 S: Supported
2109 F: block/ssh.c
2110 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2112 CURL
2113 M: Jeff Cody <jcody@redhat.com>
2114 L: qemu-block@nongnu.org
2115 S: Supported
2116 F: block/curl.c
2117 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2119 GLUSTER
2120 M: Jeff Cody <jcody@redhat.com>
2121 L: qemu-block@nongnu.org
2122 S: Supported
2123 F: block/gluster.c
2124 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2126 Null Block Driver
2127 M: Fam Zheng <famz@redhat.com>
2128 L: qemu-block@nongnu.org
2129 S: Supported
2130 F: block/null.c
2132 NVMe Block Driver
2133 M: Fam Zheng <famz@redhat.com>
2134 L: qemu-block@nongnu.org
2135 S: Supported
2136 F: block/nvme*
2138 Bootdevice
2139 M: Gonglei <arei.gonglei@huawei.com>
2140 S: Maintained
2141 F: bootdevice.c
2143 Quorum
2144 M: Alberto Garcia <berto@igalia.com>
2145 S: Supported
2146 F: block/quorum.c
2147 L: qemu-block@nongnu.org
2149 blklogwrites
2150 M: Ari Sundholm <ari@tuxera.com>
2151 L: qemu-block@nongnu.org
2152 S: Supported
2153 F: block/blklogwrites.c
2155 blkverify
2156 M: Stefan Hajnoczi <stefanha@redhat.com>
2157 L: qemu-block@nongnu.org
2158 S: Supported
2159 F: block/blkverify.c
2161 bochs
2162 M: Stefan Hajnoczi <stefanha@redhat.com>
2163 L: qemu-block@nongnu.org
2164 S: Supported
2165 F: block/bochs.c
2167 cloop
2168 M: Stefan Hajnoczi <stefanha@redhat.com>
2169 L: qemu-block@nongnu.org
2170 S: Supported
2171 F: block/cloop.c
2174 M: Stefan Hajnoczi <stefanha@redhat.com>
2175 L: qemu-block@nongnu.org
2176 S: Supported
2177 F: block/dmg.c
2179 parallels
2180 M: Stefan Hajnoczi <stefanha@redhat.com>
2181 M: Denis V. Lunev <den@openvz.org>
2182 L: qemu-block@nongnu.org
2183 S: Supported
2184 F: block/parallels.c
2185 F: docs/interop/parallels.txt
2188 M: Stefan Hajnoczi <stefanha@redhat.com>
2189 L: qemu-block@nongnu.org
2190 S: Supported
2191 F: block/qed.c
2194 M: Kevin Wolf <kwolf@redhat.com>
2195 L: qemu-block@nongnu.org
2196 S: Supported
2197 F: block/linux-aio.c
2198 F: include/block/raw-aio.h
2199 F: block/raw-format.c
2200 F: block/file-posix.c
2201 F: block/file-win32.c
2202 F: block/win32-aio.c
2204 qcow2
2205 M: Kevin Wolf <kwolf@redhat.com>
2206 M: Max Reitz <mreitz@redhat.com>
2207 L: qemu-block@nongnu.org
2208 S: Supported
2209 F: block/qcow2*
2210 F: docs/interop/qcow2.txt
2212 qcow
2213 M: Kevin Wolf <kwolf@redhat.com>
2214 L: qemu-block@nongnu.org
2215 S: Supported
2216 F: block/qcow.c
2218 blkdebug
2219 M: Kevin Wolf <kwolf@redhat.com>
2220 M: Max Reitz <mreitz@redhat.com>
2221 L: qemu-block@nongnu.org
2222 S: Supported
2223 F: block/blkdebug.c
2226 M: Kevin Wolf <kwolf@redhat.com>
2227 L: qemu-block@nongnu.org
2228 S: Supported
2229 F: block/vpc.c
2231 vvfat
2232 M: Kevin Wolf <kwolf@redhat.com>
2233 L: qemu-block@nongnu.org
2234 S: Supported
2235 F: block/vvfat.c
2237 Image format fuzzer
2238 M: Stefan Hajnoczi <stefanha@redhat.com>
2239 L: qemu-block@nongnu.org
2240 S: Supported
2241 F: tests/image-fuzzer/
2243 Replication
2244 M: Wen Congyang <wencongyang2@huawei.com>
2245 M: Xie Changlong <xiechanglong.d@gmail.com>
2246 S: Supported
2247 F: replication*
2248 F: block/replication.c
2249 F: tests/test-replication.c
2250 F: docs/block-replication.txt
2252 PVRDMA
2253 M: Yuval Shaia <yuval.shaia@oracle.com>
2254 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2255 S: Maintained
2256 F: hw/rdma/*
2257 F: hw/rdma/vmw/*
2258 F: docs/pvrdma.txt
2260 Build and test automation
2261 -------------------------
2262 Build and test automation
2263 M: Alex Bennée <alex.bennee@linaro.org>
2264 M: Fam Zheng <famz@redhat.com>
2265 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2266 L: qemu-devel@nongnu.org
2267 S: Maintained
2268 F: .travis.yml
2269 F: scripts/travis/
2270 F: .shippable.yml
2271 F: tests/docker/
2272 F: tests/vm/
2273 W: https://travis-ci.org/qemu/qemu
2274 W: https://app.shippable.com/github/qemu/qemu
2275 W: http://patchew.org/QEMU/
2277 Guest Test Compilation Support
2278 M: Alex Bennée <alex.bennee@linaro.org>
2279 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2280 F: tests/tcg/Makefile
2281 F: tests/tcg/Makefile.include
2282 L: qemu-devel@nongnu.org
2284 Documentation
2285 -------------
2286 Build system architecture
2287 M: Daniel P. Berrange <berrange@redhat.com>
2288 S: Odd Fixes
2289 F: docs/devel/build-system.txt
2291 Incompatible changes
2292 R: libvir-list@redhat.com
2293 F: qemu-deprecated.texi
2295 Build System
2296 ------------
2297 GIT submodules
2298 M: Daniel P. Berrange <berrange@redhat.com>
2299 S: Odd Fixes
2300 F: scripts/git-submodule.sh