block: implement the bdrv_reopen_prepare helper for LUKS driver
[qemu/ar7.git] / MAINTAINERS
blobf409f3b158fad32454b6b2a22fe68b862bef6b45
1 QEMU Maintainers
2 ================
4 The intention of this file is not to establish who owns what portions of the
5 code base, but to provide a set of names that developers can consult when they
6 have a question about a particular subset and also to provide a set of names
7 to be CC'd when submitting a patch to obtain appropriate review.
9 In general, if you have a question about inclusion of a patch, you should
10 consult qemu-devel and not any specific individual privately.
12 Descriptions of section entries:
14         M: Mail patches to: FullName <address@domain>
15         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
57 All patches CC here
58 L: qemu-devel@nongnu.org
59 F: *
60 F: */
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: https://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
73 S: Maintained
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
79 Architecture support
80 --------------------
81 S390
82 M: Cornelia Huck <cohuck@redhat.com>
83 S: Supported
84 F: default-configs/s390x-softmmu.mak
85 F: gdb-xml/s390*.xml
86 F: hw/char/sclp*.[hc]
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
90 F: hw/s390x/
91 F: hw/vfio/ccw.c
92 F: hw/watchdog/wdt_diag288.c
93 F: include/hw/s390x/
94 F: include/hw/watchdog/wdt_diag288.h
95 F: pc-bios/s390-ccw/
96 F: pc-bios/s390-ccw.img
97 F: target/s390x/
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
104 Overall
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
109 S: Maintained
110 F: cpus.c
111 F: exec.c
112 F: accel/tcg/
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
119 FPU emulation
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
122 S: Odd Fixes
123 F: fpu/
124 F: include/fpu/
126 Alpha
127 M: Richard Henderson <rth@twiddle.net>
128 S: Maintained
129 F: target/alpha/
130 F: hw/alpha/
131 F: tests/tcg/alpha/
132 F: disas/alpha.c
135 M: Peter Maydell <peter.maydell@linaro.org>
136 L: qemu-arm@nongnu.org
137 S: Maintained
138 F: target/arm/
139 F: hw/arm/
140 F: hw/cpu/a*mpcore.c
141 F: include/hw/cpu/a*mpcore.h
142 F: disas/arm.c
143 F: disas/arm-a64.cc
144 F: disas/libvixl/
146 CRIS
147 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
148 S: Maintained
149 F: target/cris/
150 F: hw/cris/
151 F: include/hw/cris/
152 F: tests/tcg/cris/
153 F: disas/cris.c
155 HPPA (PA-RISC)
156 M: Richard Henderson <rth@twiddle.net>
157 S: Maintained
158 F: target/hppa/
159 F: hw/hppa/
160 F: disas/hppa.c
162 LM32
163 M: Michael Walle <michael@walle.cc>
164 S: Maintained
165 F: target/lm32/
166 F: disas/lm32.c
167 F: hw/lm32/
168 F: hw/*/lm32_*
169 F: hw/*/milkymist-*
170 F: include/hw/char/lm32_juart.h
171 F: include/hw/lm32/
172 F: tests/tcg/lm32/
174 M68K
175 M: Laurent Vivier <laurent@vivier.eu>
176 S: Maintained
177 F: target/m68k/
178 F: disas/m68k.c
180 MicroBlaze
181 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
182 S: Maintained
183 F: target/microblaze/
184 F: hw/microblaze/
185 F: disas/microblaze.c
187 MIPS
188 M: Aurelien Jarno <aurelien@aurel32.net>
189 M: Yongbok Kim <yongbok.kim@mips.com>
190 S: Maintained
191 F: target/mips/
192 F: hw/mips/
193 F: hw/misc/mips_*
194 F: hw/intc/mips_gic.c
195 F: hw/timer/mips_gictimer.c
196 F: include/hw/mips/
197 F: include/hw/misc/mips_*
198 F: include/hw/intc/mips_gic.h
199 F: include/hw/timer/mips_gictimer.h
200 F: tests/tcg/mips/
201 F: disas/mips.c
203 Moxie
204 M: Anthony Green <green@moxielogic.com>
205 S: Maintained
206 F: target/moxie/
207 F: disas/moxie.c
208 F: hw/moxie/
209 F: default-configs/moxie-softmmu.mak
211 NiosII
212 M: Chris Wulff <crwulff@gmail.com>
213 M: Marek Vasut <marex@denx.de>
214 S: Maintained
215 F: target/nios2/
216 F: hw/nios2/
217 F: disas/nios2.c
219 OpenRISC
220 M: Stafford Horne <shorne@gmail.com>
221 S: Odd Fixes
222 F: target/openrisc/
223 F: hw/openrisc/
224 F: tests/tcg/openrisc/
226 PowerPC
227 M: David Gibson <david@gibson.dropbear.id.au>
228 M: Alexander Graf <agraf@suse.de>
229 L: qemu-ppc@nongnu.org
230 S: Maintained
231 F: target/ppc/
232 F: hw/ppc/
233 F: include/hw/ppc/
234 F: disas/ppc.c
236 RISC-V
237 M: Michael Clark <mjc@sifive.com>
238 M: Palmer Dabbelt <palmer@sifive.com>
239 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
240 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
241 S: Maintained
242 F: target/riscv/
243 F: hw/riscv/
244 F: include/hw/riscv/
245 F: disas/riscv.c
247 S390
248 M: Richard Henderson <rth@twiddle.net>
249 M: Alexander Graf <agraf@suse.de>
250 M: David Hildenbrand <david@redhat.com>
251 S: Maintained
252 F: target/s390x/
253 F: hw/s390x/
254 F: disas/s390.c
255 L: qemu-s390x@nongnu.org
258 M: Aurelien Jarno <aurelien@aurel32.net>
259 S: Odd Fixes
260 F: target/sh4/
261 F: hw/sh4/
262 F: disas/sh4.c
263 F: include/hw/sh4/
265 SPARC
266 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
267 M: Artyom Tarasenko <atar4qemu@gmail.com>
268 S: Maintained
269 F: target/sparc/
270 F: hw/sparc/
271 F: hw/sparc64/
272 F: disas/sparc.c
274 UniCore32
275 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
276 S: Maintained
277 F: target/unicore32/
278 F: hw/unicore32/
279 F: include/hw/unicore32/
282 M: Paolo Bonzini <pbonzini@redhat.com>
283 M: Richard Henderson <rth@twiddle.net>
284 M: Eduardo Habkost <ehabkost@redhat.com>
285 S: Maintained
286 F: target/i386/
287 F: hw/i386/
288 F: disas/i386.c
289 T: git git://github.com/ehabkost/qemu.git x86-next
291 Xtensa
292 M: Max Filippov <jcmvbkbc@gmail.com>
293 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
294 S: Maintained
295 F: target/xtensa/
296 F: hw/xtensa/
297 F: tests/tcg/xtensa/
298 F: disas/xtensa.c
300 TriCore
301 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
302 S: Maintained
303 F: target/tricore/
304 F: hw/tricore/
305 F: include/hw/tricore/
307 Guest CPU Cores (KVM):
308 ----------------------
310 Overall
311 M: Paolo Bonzini <pbonzini@redhat.com>
312 L: kvm@vger.kernel.org
313 S: Supported
314 F: */kvm.*
315 F: accel/kvm/
316 F: include/sysemu/kvm*.h
319 M: Peter Maydell <peter.maydell@linaro.org>
320 L: qemu-arm@nongnu.org
321 S: Maintained
322 F: target/arm/kvm.c
324 MIPS
325 M: James Hogan <jhogan@kernel.org>
326 S: Maintained
327 F: target/mips/kvm.c
330 M: Alexander Graf <agraf@suse.de>
331 S: Maintained
332 F: target/ppc/kvm.c
334 S390
335 M: Christian Borntraeger <borntraeger@de.ibm.com>
336 M: Cornelia Huck <cohuck@redhat.com>
337 M: Alexander Graf <agraf@suse.de>
338 S: Maintained
339 F: target/s390x/kvm.c
340 F: target/s390x/kvm_s390x.h
341 F: target/s390x/kvm-stub.c
342 F: target/s390x/ioinst.[ch]
343 F: target/s390x/machine.c
344 F: target/s390x/sigp.c
345 F: hw/intc/s390_flic.c
346 F: hw/intc/s390_flic_kvm.c
347 F: include/hw/s390x/s390_flic.h
348 F: gdb-xml/s390*.xml
349 T: git git://github.com/cohuck/qemu.git s390-next
350 T: git git://github.com/borntraeger/qemu.git s390-next
351 L: qemu-s390x@nongnu.org
354 M: Paolo Bonzini <pbonzini@redhat.com>
355 M: Marcelo Tosatti <mtosatti@redhat.com>
356 L: kvm@vger.kernel.org
357 S: Supported
358 F: target/i386/kvm.c
360 Guest CPU Cores (Xen):
361 ----------------------
364 M: Stefano Stabellini <sstabellini@kernel.org>
365 M: Anthony Perard <anthony.perard@citrix.com>
366 L: xen-devel@lists.xenproject.org
367 S: Supported
368 F: */xen*
369 F: hw/9pfs/xen-9p-backend.c
370 F: hw/char/xen_console.c
371 F: hw/display/xenfb.c
372 F: hw/net/xen_nic.c
373 F: hw/block/xen_*
374 F: hw/xen/
375 F: hw/xenpv/
376 F: hw/i386/xen/
377 F: include/hw/xen/
378 F: include/sysemu/xen-mapcache.h
380 Hosts:
381 ------
383 LINUX
384 L: qemu-devel@nongnu.org
385 S: Maintained
386 F: linux-*
387 F: linux-headers/
389 POSIX
390 L: qemu-devel@nongnu.org
391 S: Maintained
392 F: *posix*
394 NETBSD
395 L: qemu-devel@nongnu.org
396 M: Kamil Rytarowski <kamil@netbsd.org>
397 S: Maintained
398 K: ^Subject:.*(?i)NetBSD
400 OPENBSD
401 L: qemu-devel@nongnu.org
402 M: Brad Smith <brad@comstyle.com>
403 S: Maintained
404 K: ^Subject:.*(?i)OpenBSD
406 W32, W64
407 L: qemu-devel@nongnu.org
408 M: Stefan Weil <sw@weilnetz.de>
409 S: Maintained
410 F: *win32*
411 F: */*win32*
412 F: include/*/*win32*
413 X: qga/*win32*
414 F: qemu.nsi
416 ARM Machines
417 ------------
418 Allwinner-a10
419 M: Beniamino Galvani <b.galvani@gmail.com>
420 L: qemu-arm@nongnu.org
421 S: Maintained
422 F: hw/*/allwinner*
423 F: include/hw/*/allwinner*
424 F: hw/arm/cubieboard.c
426 ARM PrimeCell and CMSDK devices
427 M: Peter Maydell <peter.maydell@linaro.org>
428 L: qemu-arm@nongnu.org
429 S: Maintained
430 F: hw/char/pl011.c
431 F: include/hw/char/pl011.h
432 F: hw/display/pl110*
433 F: hw/dma/pl080.c
434 F: hw/dma/pl330.c
435 F: hw/gpio/pl061.c
436 F: hw/input/pl050.c
437 F: hw/intc/pl190.c
438 F: hw/sd/pl181.c
439 F: hw/timer/pl031.c
440 F: include/hw/arm/primecell.h
441 F: hw/timer/cmsdk-apb-timer.c
442 F: include/hw/timer/cmsdk-apb-timer.h
443 F: hw/char/cmsdk-apb-uart.c
444 F: include/hw/char/cmsdk-apb-uart.h
446 ARM cores
447 M: Peter Maydell <peter.maydell@linaro.org>
448 L: qemu-arm@nongnu.org
449 S: Maintained
450 F: hw/intc/arm*
451 F: hw/intc/gic_internal.h
452 F: hw/misc/a9scu.c
453 F: hw/misc/arm11scu.c
454 F: hw/timer/a9gtimer*
455 F: hw/timer/arm*
456 F: include/hw/arm/arm*.h
457 F: include/hw/intc/arm*
458 F: include/hw/misc/a9scu.h
459 F: include/hw/misc/arm11scu.h
460 F: include/hw/timer/a9gtimer.h
461 F: include/hw/timer/arm_mptimer.h
462 F: include/hw/timer/armv7m_systick.h
463 F: tests/test-arm-mptimer.c
465 Exynos
466 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
467 L: qemu-arm@nongnu.org
468 S: Maintained
469 F: hw/*/exynos*
470 F: include/hw/arm/exynos4210.h
472 Calxeda Highbank
473 M: Rob Herring <robh@kernel.org>
474 L: qemu-arm@nongnu.org
475 S: Maintained
476 F: hw/arm/highbank.c
477 F: hw/net/xgmac.c
479 Canon DIGIC
480 M: Antony Pavlov <antonynpavlov@gmail.com>
481 L: qemu-arm@nongnu.org
482 S: Maintained
483 F: include/hw/arm/digic.h
484 F: hw/*/digic*
486 Gumstix
487 L: qemu-devel@nongnu.org
488 L: qemu-arm@nongnu.org
489 S: Orphan
490 F: hw/arm/gumstix.c
492 i.MX31
493 M: Peter Chubb <peter.chubb@nicta.com.au>
494 L: qemu-arm@nongnu.org
495 S: Odd fixes
496 F: hw/*/imx*
497 F: include/hw/*/imx*
498 F: hw/arm/kzm.c
499 F: include/hw/arm/fsl-imx31.h
501 Integrator CP
502 M: Peter Maydell <peter.maydell@linaro.org>
503 L: qemu-arm@nongnu.org
504 S: Maintained
505 F: hw/arm/integratorcp.c
506 F: hw/misc/arm_integrator_debug.c
508 MPS2
509 M: Peter Maydell <peter.maydell@linaro.org>
510 L: qemu-arm@nongnu.org
511 S: Maintained
512 F: hw/arm/mps2.c
513 F: hw/misc/mps2-scc.c
514 F: include/hw/misc/mps2-scc.h
516 Musicpal
517 M: Jan Kiszka <jan.kiszka@web.de>
518 L: qemu-arm@nongnu.org
519 S: Maintained
520 F: hw/arm/musicpal.c
522 nSeries
523 M: Andrzej Zaborowski <balrogg@gmail.com>
524 L: qemu-arm@nongnu.org
525 S: Maintained
526 F: hw/arm/nseries.c
528 Palm
529 M: Andrzej Zaborowski <balrogg@gmail.com>
530 L: qemu-arm@nongnu.org
531 S: Maintained
532 F: hw/arm/palm.c
534 Real View
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
537 S: Maintained
538 F: hw/arm/realview*
539 F: hw/cpu/realview_mpcore.c
540 F: hw/intc/realview_gic.c
541 F: include/hw/intc/realview_gic.h
543 PXA2XX
544 M: Andrzej Zaborowski <balrogg@gmail.com>
545 L: qemu-arm@nongnu.org
546 S: Maintained
547 F: hw/arm/mainstone.c
548 F: hw/arm/spitz.c
549 F: hw/arm/tosa.c
550 F: hw/arm/z2.c
551 F: hw/*/pxa2xx*
552 F: hw/misc/mst_fpga.c
553 F: include/hw/arm/pxa.h
555 Stellaris
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
558 S: Maintained
559 F: hw/*/stellaris*
561 Versatile PB
562 M: Peter Maydell <peter.maydell@linaro.org>
563 L: qemu-arm@nongnu.org
564 S: Maintained
565 F: hw/*/versatile*
566 F: hw/misc/arm_sysctl.c
568 Xilinx Zynq
569 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570 M: Alistair Francis <alistair@alistair23.me>
571 L: qemu-arm@nongnu.org
572 S: Maintained
573 F: hw/*/xilinx_*
574 F: hw/*/cadence_*
575 F: hw/misc/zynq*
576 F: include/hw/misc/zynq*
577 X: hw/ssi/xilinx_*
579 Xilinx ZynqMP
580 M: Alistair Francis <alistair@alistair23.me>
581 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582 L: qemu-arm@nongnu.org
583 S: Maintained
584 F: hw/*/xlnx*.c
585 F: include/hw/*/xlnx*.h
587 ARM ACPI Subsystem
588 M: Shannon Zhao <zhaoshenglong@huawei.com>
589 M: Shannon Zhao <shannon.zhaosl@gmail.com>
590 L: qemu-arm@nongnu.org
591 S: Maintained
592 F: hw/arm/virt-acpi-build.c
594 STM32F205
595 M: Alistair Francis <alistair@alistair23.me>
596 S: Maintained
597 F: hw/arm/stm32f205_soc.c
598 F: hw/misc/stm32f2xx_syscfg.c
599 F: hw/char/stm32f2xx_usart.c
600 F: hw/timer/stm32f2xx_timer.c
601 F: hw/adc/*
602 F: hw/ssi/stm32f2xx_spi.c
603 F: include/hw/*/stm32*.h
605 Netduino 2
606 M: Alistair Francis <alistair@alistair23.me>
607 S: Maintained
608 F: hw/arm/netduino2.c
610 SmartFusion2
611 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
612 S: Maintained
613 F: hw/arm/msf2-soc.c
614 F: hw/misc/msf2-sysreg.c
615 F: hw/timer/mss-timer.c
616 F: hw/ssi/mss-spi.c
617 F: include/hw/arm/msf2-soc.h
618 F: include/hw/misc/msf2-sysreg.h
619 F: include/hw/timer/mss-timer.h
620 F: include/hw/ssi/mss-spi.h
622 Emcraft M2S-FG484
623 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
624 S: Maintained
625 F: hw/arm/msf2-som.c
627 CRIS Machines
628 -------------
629 Axis Dev88
630 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
631 S: Maintained
632 F: hw/cris/axis_dev88.c
633 F: hw/*/etraxfs_*.c
635 LM32 Machines
636 -------------
637 EVR32 and uclinux BSP
638 M: Michael Walle <michael@walle.cc>
639 S: Maintained
640 F: hw/lm32/lm32_boards.c
642 milkymist
643 M: Michael Walle <michael@walle.cc>
644 S: Maintained
645 F: hw/lm32/milkymist.c
647 M68K Machines
648 -------------
649 an5206
650 M: Thomas Huth <huth@tuxfamily.org>
651 S: Odd Fixes
652 F: hw/m68k/an5206.c
653 F: hw/m68k/mcf5206.c
655 mcf5208
656 M: Thomas Huth <huth@tuxfamily.org>
657 S: Odd Fixes
658 F: hw/m68k/mcf5208.c
659 F: hw/m68k/mcf_intc.c
660 F: hw/char/mcf_uart.c
661 F: hw/net/mcf_fec.c
662 F: include/hw/m68k/mcf*.h
664 MicroBlaze Machines
665 -------------------
666 petalogix_s3adsp1800
667 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668 S: Maintained
669 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
671 petalogix_ml605
672 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
673 S: Maintained
674 F: hw/microblaze/petalogix_ml605_mmu.c
676 MIPS Machines
677 -------------
678 Jazz
679 M: Hervé Poussineau <hpoussin@reactos.org>
680 S: Maintained
681 F: hw/mips/mips_jazz.c
683 Malta
684 M: Aurelien Jarno <aurelien@aurel32.net>
685 S: Maintained
686 F: hw/mips/mips_malta.c
688 Mipssim
689 M: Yongbok Kim <yongbok.kim@mips.com>
690 S: Odd Fixes
691 F: hw/mips/mips_mipssim.c
692 F: hw/net/mipsnet.c
694 R4000
695 M: Aurelien Jarno <aurelien@aurel32.net>
696 S: Maintained
697 F: hw/mips/mips_r4k.c
699 Fulong 2E
700 M: Yongbok Kim <yongbok.kim@mips.com>
701 S: Odd Fixes
702 F: hw/mips/mips_fulong2e.c
704 Boston
705 M: Paul Burton <paul.burton@mips.com>
706 S: Maintained
707 F: hw/core/loader-fit.c
708 F: hw/mips/boston.c
709 F: hw/pci-host/xilinx-pcie.c
711 OpenRISC Machines
712 -----------------
713 or1k-sim
714 M: Jia Liu <proljc@gmail.com>
715 S: Maintained
716 F: hw/openrisc/openrisc_sim.c
718 PowerPC Machines
719 ----------------
721 M: Alexander Graf <agraf@suse.de>
722 L: qemu-ppc@nongnu.org
723 S: Odd Fixes
724 F: hw/ppc/ppc405_boards.c
726 Bamboo
727 M: Alexander Graf <agraf@suse.de>
728 L: qemu-ppc@nongnu.org
729 S: Odd Fixes
730 F: hw/ppc/ppc440_bamboo.c
732 e500
733 M: Alexander Graf <agraf@suse.de>
734 L: qemu-ppc@nongnu.org
735 S: Supported
736 F: hw/ppc/e500.[hc]
737 F: hw/ppc/e500plat.c
738 F: include/hw/ppc/ppc_e500.h
739 F: include/hw/pci-host/ppce500.h
740 F: pc-bios/u-boot.e500
742 mpc8544ds
743 M: Alexander Graf <agraf@suse.de>
744 L: qemu-ppc@nongnu.org
745 S: Supported
746 F: hw/ppc/mpc8544ds.c
747 F: hw/ppc/mpc8544_guts.c
749 New World
750 M: Alexander Graf <agraf@suse.de>
751 L: qemu-ppc@nongnu.org
752 S: Maintained
753 F: hw/ppc/mac_newworld.c
754 F: hw/pci-host/uninorth.c
755 F: hw/pci-bridge/dec.[hc]
756 F: hw/misc/macio/
757 F: include/hw/ppc/mac_dbdma.h
758 F: hw/nvram/mac_nvram.c
760 Old World
761 M: Alexander Graf <agraf@suse.de>
762 L: qemu-ppc@nongnu.org
763 S: Maintained
764 F: hw/ppc/mac_oldworld.c
765 F: hw/pci-host/grackle.c
766 F: hw/misc/macio/
767 F: hw/intc/heathrow_pic.c
769 PReP
770 M: Hervé Poussineau <hpoussin@reactos.org>
771 L: qemu-devel@nongnu.org
772 L: qemu-ppc@nongnu.org
773 S: Maintained
774 F: hw/ppc/prep.c
775 F: hw/ppc/prep_systemio.c
776 F: hw/ppc/rs6000_mc.c
777 F: hw/pci-host/prep.[hc]
778 F: hw/isa/i82378.c
779 F: hw/isa/pc87312.[hc]
780 F: hw/dma/i82374.c
781 F: hw/timer/m48t59-isa.c
782 F: include/hw/timer/m48t59.h
783 F: pc-bios/ppc_rom.bin
785 sPAPR
786 M: David Gibson <david@gibson.dropbear.id.au>
787 M: Alexander Graf <agraf@suse.de>
788 L: qemu-ppc@nongnu.org
789 S: Supported
790 F: hw/*/spapr*
791 F: include/hw/*/spapr*
792 F: hw/*/xics*
793 F: include/hw/*/xics*
794 F: pc-bios/spapr-rtas/*
795 F: pc-bios/spapr-rtas.bin
796 F: pc-bios/slof.bin
797 F: pc-bios/skiboot.lid
798 F: docs/specs/ppc-spapr-hcalls.txt
799 F: docs/specs/ppc-spapr-hotplug.txt
800 F: tests/spapr*
801 F: tests/libqos/*spapr*
802 F: tests/rtas*
803 F: tests/libqos/rtas*
805 virtex_ml507
806 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
807 L: qemu-ppc@nongnu.org
808 S: Odd Fixes
809 F: hw/ppc/virtex_ml507.c
811 sam460ex
812 M: BALATON Zoltan <balaton@eik.bme.hu>
813 L: qemu-ppc@nongnu.org
814 S: Maintained
815 F: hw/ide/sii3112.c
817 SH4 Machines
818 ------------
820 M: Magnus Damm <magnus.damm@gmail.com>
821 S: Maintained
822 F: hw/sh4/r2d.c
823 F: hw/intc/sh_intc.c
824 F: hw/timer/sh_timer.c
826 Shix
827 M: Magnus Damm <magnus.damm@gmail.com>
828 S: Odd Fixes
829 F: hw/sh4/shix.c
831 SPARC Machines
832 --------------
833 Sun4m
834 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
835 S: Maintained
836 F: hw/sparc/sun4m.c
837 F: hw/dma/sparc32_dma.c
838 F: hw/dma/sun4m_iommu.c
839 F: hw/misc/eccmemctl.c
840 F: hw/misc/slavio_misc.c
841 F: include/hw/sparc/sparc32_dma.h
842 F: include/hw/sparc/sun4m.h
843 F: pc-bios/openbios-sparc32
845 Sun4u
846 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
847 S: Maintained
848 F: hw/sparc64/sun4u.c
849 F: pc-bios/openbios-sparc64
851 Sun4v
852 M: Artyom Tarasenko <atar4qemu@gmail.com>
853 S: Maintained
854 F: hw/sparc64/niagara.c
855 F: hw/timer/sun4v-rtc.c
856 F: include/hw/timer/sun4v-rtc.h
858 Leon3
859 M: Fabien Chouteau <chouteau@adacore.com>
860 S: Maintained
861 F: hw/sparc/leon3.c
862 F: hw/*/grlib*
863 F: include/hw/sparc/grlib.h
865 S390 Machines
866 -------------
867 S390 Virtio-ccw
868 M: Cornelia Huck <cohuck@redhat.com>
869 M: Christian Borntraeger <borntraeger@de.ibm.com>
870 M: Alexander Graf <agraf@suse.de>
871 S: Supported
872 F: hw/char/sclp*.[hc]
873 F: hw/char/terminal3270.c
874 F: hw/s390x/
875 F: include/hw/s390x/
876 F: hw/watchdog/wdt_diag288.c
877 F: include/hw/watchdog/wdt_diag288.h
878 F: default-configs/s390x-softmmu.mak
879 T: git git://github.com/cohuck/qemu.git s390-next
880 T: git git://github.com/borntraeger/qemu.git s390-next
881 L: qemu-s390x@nongnu.org
883 S390-ccw Bios
884 M: Christian Borntraeger <borntraeger@de.ibm.com>
885 M: Thomas Huth <thuth@redhat.com>
886 S: Supported
887 F: pc-bios/s390-ccw/
888 F: pc-bios/s390-ccw.img
889 T: git git://github.com/borntraeger/qemu.git s390-next
890 L: qemu-s390x@nongnu.org
892 UniCore32 Machines
893 -------------
894 PKUnity-3 SoC initramfs-with-busybox
895 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
896 S: Maintained
897 F: hw/*/puv3*
898 F: hw/unicore32/
900 X86 Machines
901 ------------
903 M: Michael S. Tsirkin <mst@redhat.com>
904 M: Marcel Apfelbaum <marcel@redhat.com>
905 S: Supported
906 F: include/hw/i386/
907 F: hw/i386/
908 F: hw/pci-host/piix.c
909 F: hw/pci-host/q35.c
910 F: hw/pci-host/pam.c
911 F: include/hw/pci-host/q35.h
912 F: include/hw/pci-host/pam.h
913 F: hw/isa/piix4.c
914 F: hw/isa/lpc_ich9.c
915 F: hw/i2c/smbus_ich9.c
916 F: hw/acpi/piix4.c
917 F: hw/acpi/ich9.c
918 F: include/hw/acpi/ich9.h
919 F: include/hw/acpi/piix4.h
920 F: hw/misc/sga.c
922 PC Chipset
923 M: Michael S. Tsirkin <mst@redhat.com>
924 M: Paolo Bonzini <pbonzini@redhat.com>
925 S: Supported
926 F: hw/char/debugcon.c
927 F: hw/char/parallel.c
928 F: hw/char/serial*
929 F: hw/dma/i8257*
930 F: hw/i2c/pm_smbus.c
931 F: hw/input/pckbd.c
932 F: hw/intc/apic*
933 F: hw/intc/ioapic*
934 F: hw/intc/i8259*
935 F: hw/misc/debugexit.c
936 F: hw/misc/pc-testdev.c
937 F: hw/timer/hpet*
938 F: hw/timer/i8254*
939 F: hw/timer/mc146818rtc*
940 F: hw/watchdog/wdt_ib700.c
941 F: include/hw/display/vga.h
942 F: include/hw/i2c/pm_smbus.h
943 F: include/hw/isa/i8257.h
944 F: include/hw/timer/hpet.h
945 F: include/hw/timer/i8254*
946 F: include/hw/timer/mc146818rtc*
948 Machine core
949 M: Eduardo Habkost <ehabkost@redhat.com>
950 M: Marcel Apfelbaum <marcel@redhat.com>
951 S: Supported
952 F: hw/core/machine.c
953 F: hw/core/null-machine.c
954 F: include/hw/boards.h
955 T: git git://github.com/ehabkost/qemu.git machine-next
957 Xtensa Machines
958 ---------------
960 M: Max Filippov <jcmvbkbc@gmail.com>
961 S: Maintained
962 F: hw/xtensa/sim.c
964 XTFPGA (LX60, LX200, ML605, KC705)
965 M: Max Filippov <jcmvbkbc@gmail.com>
966 S: Maintained
967 F: hw/xtensa/xtfpga.c
968 F: hw/net/opencores_eth.c
970 Devices
971 -------
973 M: Jiri Slaby <jslaby@suse.cz>
974 S: Maintained
975 F: hw/misc/edu.c
978 M: John Snow <jsnow@redhat.com>
979 L: qemu-block@nongnu.org
980 S: Supported
981 F: include/hw/ide.h
982 F: include/hw/ide/
983 F: hw/ide/
984 F: hw/block/block.c
985 F: hw/block/cdrom.c
986 F: hw/block/hd-geometry.c
987 F: tests/ide-test.c
988 F: tests/ahci-test.c
989 F: tests/libqos/ahci*
990 T: git git://github.com/jnsnow/qemu.git ide
992 IPMI
993 M: Corey Minyard <minyard@acm.org>
994 S: Maintained
995 F: include/hw/ipmi/*
996 F: hw/ipmi/*
997 F: hw/smbios/smbios_type_38.c
998 F: tests/ipmi*
999 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1001 Floppy
1002 M: John Snow <jsnow@redhat.com>
1003 L: qemu-block@nongnu.org
1004 S: Supported
1005 F: hw/block/fdc.c
1006 F: include/hw/block/fdc.h
1007 F: tests/fdc-test.c
1008 T: git git://github.com/jnsnow/qemu.git ide
1010 OMAP
1011 M: Peter Maydell <peter.maydell@linaro.org>
1012 S: Maintained
1013 F: hw/*/omap*
1014 F: include/hw/arm/omap.h
1016 IPack
1017 M: Alberto Garcia <berto@igalia.com>
1018 S: Odd Fixes
1019 F: hw/char/ipoctal232.c
1020 F: hw/ipack/
1023 M: Michael S. Tsirkin <mst@redhat.com>
1024 M: Marcel Apfelbaum <marcel@redhat.com>
1025 S: Supported
1026 F: include/hw/pci/*
1027 F: hw/misc/pci-testdev.c
1028 F: hw/pci/*
1029 F: hw/pci-bridge/*
1030 F: docs/pci*
1031 F: docs/specs/*pci*
1032 F: default-configs/pci.mak
1034 ACPI/SMBIOS
1035 M: Michael S. Tsirkin <mst@redhat.com>
1036 M: Igor Mammedov <imammedo@redhat.com>
1037 S: Supported
1038 F: include/hw/acpi/*
1039 F: include/hw/smbios/*
1040 F: hw/mem/*
1041 F: hw/acpi/*
1042 F: hw/smbios/*
1043 F: hw/i386/acpi-build.[hc]
1044 F: hw/arm/virt-acpi-build.c
1045 F: tests/bios-tables-test.c
1046 F: tests/acpi-utils.[hc]
1048 ppc4xx
1049 M: Alexander Graf <agraf@suse.de>
1050 L: qemu-ppc@nongnu.org
1051 S: Odd Fixes
1052 F: hw/ppc/ppc4*.c
1053 F: hw/i2c/ppc4xx_i2c.c
1054 F: include/hw/ppc/ppc4xx.h
1055 F: include/hw/i2c/ppc4xx_i2c.h
1057 ppce500
1058 M: Alexander Graf <agraf@suse.de>
1059 L: qemu-ppc@nongnu.org
1060 S: Supported
1061 F: hw/ppc/e500*
1062 F: hw/pci-host/ppce500.c
1063 F: hw/net/fsl_etsec/
1065 Character devices
1066 M: Paolo Bonzini <pbonzini@redhat.com>
1067 S: Odd Fixes
1068 F: hw/char/
1070 Network devices
1071 M: Jason Wang <jasowang@redhat.com>
1072 S: Odd Fixes
1073 F: hw/net/
1074 F: include/hw/net/
1075 F: tests/virtio-net-test.c
1076 T: git git://github.com/jasowang/qemu.git net
1078 SCSI
1079 M: Paolo Bonzini <pbonzini@redhat.com>
1080 R: Fam Zheng <famz@redhat.com>
1081 S: Supported
1082 F: include/hw/scsi/*
1083 F: hw/scsi/*
1084 F: tests/virtio-scsi-test.c
1085 T: git git://github.com/bonzini/qemu.git scsi-next
1088 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1089 M: Alistair Francis <alistair@alistair23.me>
1090 S: Maintained
1091 F: hw/ssi/*
1092 F: hw/block/m25p80.c
1093 F: include/hw/ssi/ssi.h
1094 X: hw/ssi/xilinx_*
1095 F: tests/m25p80-test.c
1097 Xilinx SPI
1098 M: Alistair Francis <alistair@alistair23.me>
1099 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1100 S: Maintained
1101 F: hw/ssi/xilinx_*
1104 M: Gerd Hoffmann <kraxel@redhat.com>
1105 S: Maintained
1106 F: hw/usb/*
1107 F: tests/usb-*-test.c
1108 F: docs/usb2.txt
1109 F: docs/usb-storage.txt
1110 F: include/hw/usb.h
1111 F: include/hw/usb/
1112 F: default-configs/usb.mak
1114 USB (serial adapter)
1115 M: Gerd Hoffmann <kraxel@redhat.com>
1116 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1117 S: Maintained
1118 F: hw/usb/dev-serial.c
1120 VFIO
1121 M: Alex Williamson <alex.williamson@redhat.com>
1122 S: Supported
1123 F: hw/vfio/*
1124 F: include/hw/vfio/
1126 vfio-ccw
1127 M: Cornelia Huck <cohuck@redhat.com>
1128 S: Supported
1129 F: hw/vfio/ccw.c
1130 F: hw/s390x/s390-ccw.c
1131 F: include/hw/s390x/s390-ccw.h
1132 T: git git://github.com/cohuck/qemu.git s390-next
1133 L: qemu-s390x@nongnu.org
1135 vhost
1136 M: Michael S. Tsirkin <mst@redhat.com>
1137 S: Supported
1138 F: hw/*/*vhost*
1139 F: docs/interop/vhost-user.txt
1141 virtio
1142 M: Michael S. Tsirkin <mst@redhat.com>
1143 S: Supported
1144 F: hw/*/virtio*
1145 F: hw/virtio/Makefile.objs
1146 F: hw/virtio/trace-events
1147 F: net/vhost-user.c
1148 F: include/hw/virtio/
1149 F: tests/virtio-balloon-test.c
1151 virtio-9p
1152 M: Greg Kurz <groug@kaod.org>
1153 S: Supported
1154 F: hw/9pfs/
1155 F: fsdev/
1156 F: tests/virtio-9p-test.c
1157 T: git git://github.com/gkurz/qemu.git 9p-next
1159 virtio-blk
1160 M: Stefan Hajnoczi <stefanha@redhat.com>
1161 L: qemu-block@nongnu.org
1162 S: Supported
1163 F: hw/block/virtio-blk.c
1164 F: hw/block/dataplane/*
1165 F: tests/virtio-blk-test.c
1166 T: git git://github.com/stefanha/qemu.git block
1168 virtio-ccw
1169 M: Cornelia Huck <cohuck@redhat.com>
1170 M: Christian Borntraeger <borntraeger@de.ibm.com>
1171 S: Supported
1172 F: hw/s390x/virtio-ccw.[hc]
1173 T: git git://github.com/cohuck/qemu.git s390-next
1174 T: git git://github.com/borntraeger/qemu.git s390-next
1175 L: qemu-s390x@nongnu.org
1177 virtio-input
1178 M: Gerd Hoffmann <kraxel@redhat.com>
1179 S: Maintained
1180 F: hw/input/virtio-input*.c
1181 F: include/hw/virtio/virtio-input.h
1183 virtio-serial
1184 M: Amit Shah <amit@kernel.org>
1185 S: Supported
1186 F: hw/char/virtio-serial-bus.c
1187 F: hw/char/virtio-console.c
1188 F: include/hw/virtio/virtio-serial.h
1189 F: tests/virtio-console-test.c
1190 F: tests/virtio-serial-test.c
1192 virtio-rng
1193 M: Amit Shah <amit@kernel.org>
1194 S: Supported
1195 F: hw/virtio/virtio-rng.c
1196 F: include/hw/virtio/virtio-rng.h
1197 F: include/sysemu/rng*.h
1198 F: backends/rng*.c
1199 F: tests/virtio-rng-test.c
1201 virtio-crypto
1202 M: Gonglei <arei.gonglei@huawei.com>
1203 S: Supported
1204 F: hw/virtio/virtio-crypto.c
1205 F: hw/virtio/virtio-crypto-pci.c
1206 F: include/hw/virtio/virtio-crypto.h
1208 nvme
1209 M: Keith Busch <keith.busch@intel.com>
1210 L: qemu-block@nongnu.org
1211 S: Supported
1212 F: hw/block/nvme*
1213 F: tests/nvme-test.c
1215 megasas
1216 M: Hannes Reinecke <hare@suse.com>
1217 L: qemu-block@nongnu.org
1218 S: Supported
1219 F: hw/scsi/megasas.c
1220 F: hw/scsi/mfi.h
1221 F: tests/megasas-test.c
1223 Network packet abstractions
1224 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1225 S: Maintained
1226 F: include/net/eth.h
1227 F: net/eth.c
1228 F: hw/net/net_rx_pkt*
1229 F: hw/net/net_tx_pkt*
1231 Vmware
1232 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1233 S: Maintained
1234 F: hw/net/vmxnet*
1235 F: hw/scsi/vmw_pvscsi*
1236 F: tests/vmxnet3-test.c
1238 Rocker
1239 M: Jiri Pirko <jiri@resnulli.us>
1240 S: Maintained
1241 F: hw/net/rocker/
1242 F: tests/rocker/
1243 F: docs/specs/rocker.txt
1245 NVDIMM
1246 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1247 S: Maintained
1248 F: hw/acpi/nvdimm.c
1249 F: hw/mem/nvdimm.c
1250 F: include/hw/mem/nvdimm.h
1252 e1000x
1253 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1254 S: Maintained
1255 F: hw/net/e1000x*
1257 e1000e
1258 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1259 S: Maintained
1260 F: hw/net/e1000e*
1262 eepro100
1263 M: Stefan Weil <sw@weilnetz.de>
1264 S: Maintained
1265 F: hw/net/eepro100.c
1267 Generic Loader
1268 M: Alistair Francis <alistair@alistair23.me>
1269 S: Maintained
1270 F: hw/core/generic-loader.c
1271 F: include/hw/core/generic-loader.h
1272 F: docs/generic-loader.txt
1274 CHRP NVRAM
1275 M: Thomas Huth <thuth@redhat.com>
1276 S: Maintained
1277 F: hw/nvram/chrp_nvram.c
1278 F: include/hw/nvram/chrp_nvram.h
1279 F: tests/prom-env-test.c
1281 VM Generation ID
1282 M: Ben Warren <ben@skyportsystems.com>
1283 S: Maintained
1284 F: hw/acpi/vmgenid.c
1285 F: include/hw/acpi/vmgenid.h
1286 F: docs/specs/vmgenid.txt
1287 F: tests/vmgenid-test.c
1288 F: stubs/vmgenid.c
1290 Unimplemented device
1291 M: Peter Maydell <peter.maydell@linaro.org>
1292 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1293 S: Maintained
1294 F: include/hw/misc/unimp.h
1295 F: hw/misc/unimp.c
1297 Subsystems
1298 ----------
1299 Audio
1300 M: Gerd Hoffmann <kraxel@redhat.com>
1301 S: Maintained
1302 F: audio/
1303 F: hw/audio/
1304 F: include/hw/audio/
1305 F: tests/ac97-test.c
1306 F: tests/es1370-test.c
1307 F: tests/intel-hda-test.c
1309 Block layer core
1310 M: Kevin Wolf <kwolf@redhat.com>
1311 M: Max Reitz <mreitz@redhat.com>
1312 L: qemu-block@nongnu.org
1313 S: Supported
1314 F: block*
1315 F: block/
1316 F: hw/block/
1317 F: include/block/
1318 F: qemu-img*
1319 F: qemu-io*
1320 F: tests/qemu-iotests/
1321 F: util/qemu-progress.c
1322 T: git git://repo.or.cz/qemu/kevin.git block
1324 Block I/O path
1325 M: Stefan Hajnoczi <stefanha@redhat.com>
1326 M: Fam Zheng <famz@redhat.com>
1327 L: qemu-block@nongnu.org
1328 S: Supported
1329 F: util/async.c
1330 F: util/aio-*.c
1331 F: block/io.c
1332 F: migration/block*
1333 F: include/block/aio.h
1334 F: scripts/qemugdb/aio.py
1335 T: git git://github.com/stefanha/qemu.git block
1337 Block SCSI subsystem
1338 M: Paolo Bonzini <pbonzini@redhat.com>
1339 R: Fam Zheng <famz@redhat.com>
1340 L: qemu-block@nongnu.org
1341 S: Supported
1342 F: include/scsi/*
1343 F: scsi/*
1345 Block Jobs
1346 M: Jeff Cody <jcody@redhat.com>
1347 L: qemu-block@nongnu.org
1348 S: Supported
1349 F: blockjob.c
1350 F: include/block/blockjob.h
1351 F: block/backup.c
1352 F: block/commit.c
1353 F: block/stream.c
1354 F: block/mirror.c
1355 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1357 Block QAPI, monitor, command line
1358 M: Markus Armbruster <armbru@redhat.com>
1359 S: Supported
1360 F: blockdev.c
1361 F: block/qapi.c
1362 F: qapi/block*.json
1363 F: qapi/transaction.json
1364 T: git git://repo.or.cz/qemu/armbru.git block-next
1366 Dirty Bitmaps
1367 M: Fam Zheng <famz@redhat.com>
1368 M: John Snow <jsnow@redhat.com>
1369 L: qemu-block@nongnu.org
1370 S: Supported
1371 F: util/hbitmap.c
1372 F: block/dirty-bitmap.c
1373 F: include/qemu/hbitmap.h
1374 F: include/block/dirty-bitmap.h
1375 F: tests/test-hbitmap.c
1376 F: docs/interop/bitmaps.rst
1377 T: git git://github.com/famz/qemu.git bitmaps
1378 T: git git://github.com/jnsnow/qemu.git bitmaps
1380 Character device backends
1381 M: Paolo Bonzini <pbonzini@redhat.com>
1382 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1383 S: Maintained
1384 F: chardev/
1385 F: include/chardev/
1386 F: qapi/char.json
1388 Character Devices (Braille)
1389 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1390 S: Maintained
1391 F: chardev/baum.c
1393 Command line option argument parsing
1394 M: Markus Armbruster <armbru@redhat.com>
1395 S: Supported
1396 F: include/qemu/option.h
1397 F: tests/test-keyval.c
1398 F: tests/test-qemu-opts.c
1399 F: util/keyval.c
1400 F: util/qemu-option.c
1402 Coverity model
1403 M: Markus Armbruster <armbru@redhat.com>
1404 S: Supported
1405 F: scripts/coverity-model.c
1408 L: qemu-devel@nongnu.org
1409 S: Supported
1410 F: qom/cpu.c
1411 F: include/qom/cpu.h
1413 Device Tree
1414 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1415 M: Alexander Graf <agraf@suse.de>
1416 S: Maintained
1417 F: device_tree.c
1418 F: include/sysemu/device_tree.h
1420 Dump
1421 S: Supported
1422 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1423 F: dump.c
1424 F: hw/misc/vmcoreinfo.c
1425 F: include/hw/misc/vmcoreinfo.h
1426 F: include/sysemu/dump-arch.h
1427 F: include/sysemu/dump.h
1428 F: scripts/dump-guest-memory.py
1429 F: stubs/dump.c
1431 Error reporting
1432 M: Markus Armbruster <armbru@redhat.com>
1433 S: Supported
1434 F: include/qapi/error.h
1435 F: include/qemu/error-report.h
1436 F: util/error.c
1437 F: util/qemu-error.c
1439 GDB stub
1440 L: qemu-devel@nongnu.org
1441 S: Odd Fixes
1442 F: gdbstub*
1443 F: gdb-xml/
1445 Memory API
1446 M: Paolo Bonzini <pbonzini@redhat.com>
1447 S: Supported
1448 F: include/exec/ioport.h
1449 F: ioport.c
1450 F: include/exec/memory.h
1451 F: include/exec/ram_addr.h
1452 F: memory.c
1453 F: include/exec/memory-internal.h
1454 F: exec.c
1456 SPICE
1457 M: Gerd Hoffmann <kraxel@redhat.com>
1458 S: Supported
1459 F: include/ui/qemu-spice.h
1460 F: include/ui/spice-display.h
1461 F: ui/spice-*.c
1462 F: audio/spiceaudio.c
1463 F: hw/display/qxl*
1464 F: qapi/ui.json
1466 Graphics
1467 M: Gerd Hoffmann <kraxel@redhat.com>
1468 S: Odd Fixes
1469 F: ui/
1470 F: include/ui/
1471 F: qapi/ui.json
1473 Cocoa graphics
1474 M: Peter Maydell <peter.maydell@linaro.org>
1475 S: Odd Fixes
1476 F: ui/cocoa.m
1478 Main loop
1479 M: Paolo Bonzini <pbonzini@redhat.com>
1480 S: Maintained
1481 F: cpus.c
1482 F: util/main-loop.c
1483 F: util/qemu-timer.c
1484 F: vl.c
1485 F: qapi/run-state.json
1487 Human Monitor (HMP)
1488 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1489 S: Maintained
1490 F: monitor.c
1491 F: hmp.[ch]
1492 F: hmp-commands*.hx
1493 F: include/monitor/hmp-target.h
1494 F: tests/test-hmp.c
1496 Network device backends
1497 M: Jason Wang <jasowang@redhat.com>
1498 S: Maintained
1499 F: net/
1500 F: include/net/
1501 T: git git://github.com/jasowang/qemu.git net
1502 F: qapi/net.json
1504 Netmap network backend
1505 M: Luigi Rizzo <rizzo@iet.unipi.it>
1506 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1507 M: Vincenzo Maffione <v.maffione@gmail.com>
1508 W: http://info.iet.unipi.it/~luigi/netmap/
1509 S: Maintained
1510 F: net/netmap.c
1512 NUMA
1513 M: Eduardo Habkost <ehabkost@redhat.com>
1514 S: Maintained
1515 F: numa.c
1516 F: include/sysemu/numa.h
1517 T: git git://github.com/ehabkost/qemu.git machine-next
1519 Host Memory Backends
1520 M: Eduardo Habkost <ehabkost@redhat.com>
1521 M: Igor Mammedov <imammedo@redhat.com>
1522 S: Maintained
1523 F: backends/hostmem*.c
1524 F: include/sysemu/hostmem.h
1525 T: git git://github.com/ehabkost/qemu.git machine-next
1527 Cryptodev Backends
1528 M: Gonglei <arei.gonglei@huawei.com>
1529 S: Maintained
1530 F: include/sysemu/cryptodev*.h
1531 F: backends/cryptodev*.c
1533 Python scripts
1534 M: Eduardo Habkost <ehabkost@redhat.com>
1535 M: Cleber Rosa <crosa@redhat.com>
1536 S: Odd fixes
1537 F: scripts/qmp/*
1538 F: scripts/*.py
1539 F: tests/*.py
1541 QAPI
1542 M: Markus Armbruster <armbru@redhat.com>
1543 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1544 S: Supported
1545 F: qapi/
1546 X: qapi/*.json
1547 F: include/qapi/
1548 X: include/qapi/qmp/
1549 F: include/qapi/qmp/dispatch.h
1550 F: tests/qapi-schema/
1551 F: tests/test-*-visitor.c
1552 F: tests/test-qapi-*.c
1553 F: tests/test-qmp-*.c
1554 F: tests/test-visitor-serialization.c
1555 F: scripts/qapi*
1556 F: docs/devel/qapi*
1557 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1559 QAPI Schema
1560 M: Eric Blake <eblake@redhat.com>
1561 M: Markus Armbruster <armbru@redhat.com>
1562 S: Supported
1563 F: qapi-schema.json
1564 F: qapi/*.json
1565 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1567 QObject
1568 M: Markus Armbruster <armbru@redhat.com>
1569 S: Supported
1570 F: qobject/
1571 F: include/qapi/qmp/
1572 X: include/qapi/qmp/dispatch.h
1573 F: scripts/coccinelle/qobject.cocci
1574 F: tests/check-qdict.c
1575 F: tests/check-qnum.c
1576 F: tests/check-qjson.c
1577 F: tests/check-qlist.c
1578 F: tests/check-qstring.c
1579 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1581 QEMU Guest Agent
1582 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1583 S: Maintained
1584 F: qga/
1585 F: qemu-ga.texi
1586 F: scripts/qemu-guest-agent/
1587 F: tests/test-qga.c
1588 F: docs/interop/qemu-ga-ref.texi
1589 T: git git://github.com/mdroth/qemu.git qga
1592 M: Andreas Färber <afaerber@suse.de>
1593 S: Supported
1594 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1595 F: include/qom/
1596 X: include/qom/cpu.h
1597 F: qom/
1598 X: qom/cpu.c
1599 F: tests/check-qom-interface.c
1600 F: tests/check-qom-proplist.c
1601 F: tests/qom-test.c
1604 M: Markus Armbruster <armbru@redhat.com>
1605 S: Supported
1606 F: qmp.c
1607 F: monitor.c
1608 F: docs/devel/*qmp-*
1609 F: scripts/qmp/
1610 F: tests/qmp-test.c
1611 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1613 Register API
1614 M: Alistair Francis <alistair@alistair23.me>
1615 S: Maintained
1616 F: hw/core/register.c
1617 F: include/hw/register.h
1618 F: include/hw/registerfields.h
1620 SLIRP
1621 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1622 M: Jan Kiszka <jan.kiszka@siemens.com>
1623 S: Maintained
1624 F: slirp/
1625 F: net/slirp.c
1626 F: include/net/slirp.h
1627 T: git git://git.kiszka.org/qemu.git queues/slirp
1629 Stubs
1630 M: Paolo Bonzini <pbonzini@redhat.com>
1631 S: Maintained
1632 F: stubs/
1634 Tracing
1635 M: Stefan Hajnoczi <stefanha@redhat.com>
1636 S: Maintained
1637 F: trace/
1638 F: scripts/tracetool.py
1639 F: scripts/tracetool/
1640 F: docs/devel/tracing.txt
1641 T: git git://github.com/stefanha/qemu.git tracing
1644 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1645 S: Maintained
1646 F: tpm.c
1647 F: stubs/tpm.c
1648 F: hw/tpm/*
1649 F: include/hw/acpi/tpm.h
1650 F: include/sysemu/tpm*
1651 F: qapi/tpm.json
1652 F: backends/tpm.c
1653 F: tests/*tpm*
1654 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1656 Checkpatch
1657 S: Odd Fixes
1658 F: scripts/checkpatch.pl
1660 Migration
1661 M: Juan Quintela <quintela@redhat.com>
1662 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1663 S: Maintained
1664 F: include/migration/
1665 F: migration/
1666 F: scripts/vmstate-static-checker.py
1667 F: tests/vmstate-static-checker-data/
1668 F: tests/migration-test.c
1669 F: docs/devel/migration.txt
1670 F: qapi/migration.json
1672 Seccomp
1673 M: Eduardo Otubo <otubo@redhat.com>
1674 S: Supported
1675 F: qemu-seccomp.c
1676 F: include/sysemu/seccomp.h
1678 Cryptography
1679 M: Daniel P. Berrange <berrange@redhat.com>
1680 S: Maintained
1681 F: crypto/
1682 F: include/crypto/
1683 F: tests/test-crypto-*
1684 F: tests/benchmark-crypto-*
1685 F: qemu.sasl
1687 Coroutines
1688 M: Stefan Hajnoczi <stefanha@redhat.com>
1689 M: Kevin Wolf <kwolf@redhat.com>
1690 F: util/*coroutine*
1691 F: include/qemu/coroutine*
1692 F: tests/test-coroutine.c
1694 Buffers
1695 M: Daniel P. Berrange <berrange@redhat.com>
1696 S: Odd fixes
1697 F: util/buffer.c
1698 F: include/qemu/buffer.h
1700 I/O Channels
1701 M: Daniel P. Berrange <berrange@redhat.com>
1702 S: Maintained
1703 F: io/
1704 F: include/io/
1705 F: tests/test-io-*
1707 Sockets
1708 M: Daniel P. Berrange <berrange@redhat.com>
1709 M: Gerd Hoffmann <kraxel@redhat.com>
1710 M: Paolo Bonzini <pbonzini@redhat.com>
1711 S: Maintained
1712 F: include/qemu/sockets.h
1713 F: util/qemu-sockets.c
1714 F: qapi/sockets.json
1716 Throttling infrastructure
1717 M: Alberto Garcia <berto@igalia.com>
1718 S: Supported
1719 F: block/throttle-groups.c
1720 F: include/block/throttle-groups.h
1721 F: include/qemu/throttle*.h
1722 F: util/throttle.c
1723 F: docs/throttle.txt
1724 F: tests/test-throttle.c
1725 L: qemu-block@nongnu.org
1727 UUID
1728 M: Fam Zheng <famz@redhat.com>
1729 S: Supported
1730 F: util/uuid.c
1731 F: include/qemu/uuid.h
1732 F: tests/test-uuid.c
1734 COLO Framework
1735 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1736 S: Maintained
1737 F: migration/colo*
1738 F: include/migration/colo.h
1739 F: include/migration/failover.h
1740 F: docs/COLO-FT.txt
1742 COLO Proxy
1743 M: Zhang Chen <zhangckid@gmail.com>
1744 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1745 S: Supported
1746 F: docs/colo-proxy.txt
1747 F: net/colo*
1748 F: net/filter-rewriter.c
1749 F: net/filter-mirror.c
1751 Record/replay
1752 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1753 R: Paolo Bonzini <pbonzini@redhat.com>
1754 W: https://wiki.qemu.org/Features/record-replay
1755 S: Supported
1756 F: replay/*
1757 F: block/blkreplay.c
1758 F: net/filter-replay.c
1759 F: include/sysemu/replay.h
1760 F: docs/replay.txt
1761 F: stubs/replay.c
1763 Usermode Emulation
1764 ------------------
1765 Overall
1766 M: Riku Voipio <riku.voipio@iki.fi>
1767 S: Maintained
1768 F: thunk.c
1769 F: accel/tcg/user-exec*.c
1771 BSD user
1772 S: Orphan
1773 F: bsd-user/
1774 F: default-configs/*-bsd-user.mak
1776 Linux user
1777 M: Riku Voipio <riku.voipio@iki.fi>
1778 R: Laurent Vivier <laurent@vivier.eu>
1779 S: Maintained
1780 F: linux-user/
1781 F: default-configs/*-linux-user.mak
1782 F: scripts/qemu-binfmt-conf.sh
1784 Tiny Code Generator (TCG)
1785 -------------------------
1786 Common code
1787 M: Richard Henderson <rth@twiddle.net>
1788 S: Maintained
1789 F: tcg/
1791 AArch64 target
1792 M: Claudio Fontana <claudio.fontana@huawei.com>
1793 M: Claudio Fontana <claudio.fontana@gmail.com>
1794 S: Maintained
1795 L: qemu-arm@nongnu.org
1796 F: tcg/aarch64/
1797 F: disas/arm-a64.cc
1798 F: disas/libvixl/
1800 ARM target
1801 M: Andrzej Zaborowski <balrogg@gmail.com>
1802 S: Maintained
1803 L: qemu-arm@nongnu.org
1804 F: tcg/arm/
1805 F: disas/arm.c
1807 i386 target
1808 L: qemu-devel@nongnu.org
1809 S: Maintained
1810 F: tcg/i386/
1811 F: disas/i386.c
1813 MIPS target
1814 M: Aurelien Jarno <aurelien@aurel32.net>
1815 S: Maintained
1816 F: tcg/mips/
1817 F: disas/mips.c
1820 M: Richard Henderson <rth@twiddle.net>
1821 S: Odd Fixes
1822 F: tcg/ppc/
1823 F: disas/ppc.c
1825 S390 target
1826 M: Alexander Graf <agraf@suse.de>
1827 M: Richard Henderson <rth@twiddle.net>
1828 S: Maintained
1829 F: tcg/s390/
1830 F: disas/s390.c
1831 L: qemu-s390x@nongnu.org
1833 SPARC target
1834 S: Odd Fixes
1835 F: tcg/sparc/
1836 F: disas/sparc.c
1838 TCI target
1839 M: Stefan Weil <sw@weilnetz.de>
1840 S: Maintained
1841 F: tcg/tci/
1842 F: tcg/tci.c
1843 F: disas/tci.c
1845 Block drivers
1846 -------------
1847 VMDK
1848 M: Fam Zheng <famz@redhat.com>
1849 L: qemu-block@nongnu.org
1850 S: Supported
1851 F: block/vmdk.c
1854 M: Josh Durgin <jdurgin@redhat.com>
1855 M: Jeff Cody <jcody@redhat.com>
1856 L: qemu-block@nongnu.org
1857 S: Supported
1858 F: block/rbd.c
1859 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1861 Sheepdog
1862 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1863 M: Liu Yuan <namei.unix@gmail.com>
1864 M: Jeff Cody <jcody@redhat.com>
1865 L: qemu-block@nongnu.org
1866 L: sheepdog@lists.wpkg.org
1867 S: Supported
1868 F: block/sheepdog.c
1869 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1871 VHDX
1872 M: Jeff Cody <jcody@redhat.com>
1873 L: qemu-block@nongnu.org
1874 S: Supported
1875 F: block/vhdx*
1876 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1879 M: Stefan Weil <sw@weilnetz.de>
1880 L: qemu-block@nongnu.org
1881 S: Maintained
1882 F: block/vdi.c
1884 iSCSI
1885 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1886 M: Paolo Bonzini <pbonzini@redhat.com>
1887 M: Peter Lieven <pl@kamp.de>
1888 L: qemu-block@nongnu.org
1889 S: Supported
1890 F: block/iscsi.c
1891 F: block/iscsi-opts.c
1893 Network Block Device (NBD)
1894 M: Eric Blake <eblake@redhat.com>
1895 M: Paolo Bonzini <pbonzini@redhat.com>
1896 L: qemu-block@nongnu.org
1897 S: Maintained
1898 F: block/nbd*
1899 F: nbd/
1900 F: include/block/nbd*
1901 F: qemu-nbd.*
1902 F: blockdev-nbd.c
1903 T: git git://repo.or.cz/qemu/ericb.git nbd
1906 M: Jeff Cody <jcody@redhat.com>
1907 M: Peter Lieven <pl@kamp.de>
1908 L: qemu-block@nongnu.org
1909 S: Maintained
1910 F: block/nfs.c
1911 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1914 M: Richard W.M. Jones <rjones@redhat.com>
1915 M: Jeff Cody <jcody@redhat.com>
1916 L: qemu-block@nongnu.org
1917 S: Supported
1918 F: block/ssh.c
1919 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1921 CURL
1922 M: Jeff Cody <jcody@redhat.com>
1923 L: qemu-block@nongnu.org
1924 S: Supported
1925 F: block/curl.c
1926 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1928 GLUSTER
1929 M: Jeff Cody <jcody@redhat.com>
1930 L: qemu-block@nongnu.org
1931 S: Supported
1932 F: block/gluster.c
1933 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1935 Null Block Driver
1936 M: Fam Zheng <famz@redhat.com>
1937 L: qemu-block@nongnu.org
1938 S: Supported
1939 F: block/null.c
1941 NVMe Block Driver
1942 M: Fam Zheng <famz@redhat.com>
1943 L: qemu-block@nongnu.org
1944 S: Supported
1945 F: block/nvme*
1947 Bootdevice
1948 M: Gonglei <arei.gonglei@huawei.com>
1949 S: Maintained
1950 F: bootdevice.c
1952 Quorum
1953 M: Alberto Garcia <berto@igalia.com>
1954 S: Supported
1955 F: block/quorum.c
1956 L: qemu-block@nongnu.org
1958 blkverify
1959 M: Stefan Hajnoczi <stefanha@redhat.com>
1960 L: qemu-block@nongnu.org
1961 S: Supported
1962 F: block/blkverify.c
1964 bochs
1965 M: Stefan Hajnoczi <stefanha@redhat.com>
1966 L: qemu-block@nongnu.org
1967 S: Supported
1968 F: block/bochs.c
1970 cloop
1971 M: Stefan Hajnoczi <stefanha@redhat.com>
1972 L: qemu-block@nongnu.org
1973 S: Supported
1974 F: block/cloop.c
1977 M: Stefan Hajnoczi <stefanha@redhat.com>
1978 L: qemu-block@nongnu.org
1979 S: Supported
1980 F: block/dmg.c
1982 parallels
1983 M: Stefan Hajnoczi <stefanha@redhat.com>
1984 M: Denis V. Lunev <den@openvz.org>
1985 L: qemu-block@nongnu.org
1986 S: Supported
1987 F: block/parallels.c
1988 F: docs/interop/parallels.txt
1991 M: Stefan Hajnoczi <stefanha@redhat.com>
1992 L: qemu-block@nongnu.org
1993 S: Supported
1994 F: block/qed.c
1997 M: Kevin Wolf <kwolf@redhat.com>
1998 L: qemu-block@nongnu.org
1999 S: Supported
2000 F: block/linux-aio.c
2001 F: include/block/raw-aio.h
2002 F: block/raw-format.c
2003 F: block/file-posix.c
2004 F: block/file-win32.c
2005 F: block/win32-aio.c
2007 qcow2
2008 M: Kevin Wolf <kwolf@redhat.com>
2009 M: Max Reitz <mreitz@redhat.com>
2010 L: qemu-block@nongnu.org
2011 S: Supported
2012 F: block/qcow2*
2013 F: docs/interop/qcow2.txt
2015 qcow
2016 M: Kevin Wolf <kwolf@redhat.com>
2017 L: qemu-block@nongnu.org
2018 S: Supported
2019 F: block/qcow.c
2021 blkdebug
2022 M: Kevin Wolf <kwolf@redhat.com>
2023 M: Max Reitz <mreitz@redhat.com>
2024 L: qemu-block@nongnu.org
2025 S: Supported
2026 F: block/blkdebug.c
2029 M: Kevin Wolf <kwolf@redhat.com>
2030 L: qemu-block@nongnu.org
2031 S: Supported
2032 F: block/vpc.c
2034 vvfat
2035 M: Kevin Wolf <kwolf@redhat.com>
2036 L: qemu-block@nongnu.org
2037 S: Supported
2038 F: block/vvfat.c
2040 Image format fuzzer
2041 M: Stefan Hajnoczi <stefanha@redhat.com>
2042 L: qemu-block@nongnu.org
2043 S: Supported
2044 F: tests/image-fuzzer/
2046 Replication
2047 M: Wen Congyang <wencongyang2@huawei.com>
2048 M: Xie Changlong <xiechanglong.d@gmail.com>
2049 S: Supported
2050 F: replication*
2051 F: block/replication.c
2052 F: tests/test-replication.c
2053 F: docs/block-replication.txt
2055 PVRDMA
2056 M: Yuval Shaia <yuval.shaia@oracle.com>
2057 M: Marcel Apfelbaum <marcel@redhat.com>
2058 S: Maintained
2059 F: hw/rdma/*
2060 F: hw/rdma/vmw/*
2061 F: docs/pvrdma.txt
2063 Build and test automation
2064 -------------------------
2065 Build and test automation
2066 M: Alex Bennée <alex.bennee@linaro.org>
2067 M: Fam Zheng <famz@redhat.com>
2068 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2069 L: qemu-devel@nongnu.org
2070 S: Maintained
2071 F: .travis.yml
2072 F: .shippable.yml
2073 F: tests/docker/
2074 F: tests/vm/
2075 W: https://travis-ci.org/qemu/qemu
2076 W: https://app.shippable.com/github/qemu/qemu
2077 W: http://patchew.org/QEMU/
2079 Documentation
2080 -------------
2081 Build system architecture
2082 M: Daniel P. Berrange <berrange@redhat.com>
2083 S: Odd Fixes
2084 F: docs/devel/build-system.txt
2086 Build System
2087 ------------
2088 GIT submodules
2089 M: Daniel P. Berrange <berrange@redhat.com>
2090 S: Odd Fixes
2091 F: scripts/git-submodule.sh