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