iotests: use virtio aliases for 067
[qemu/ar7.git] / MAINTAINERS
blobffcd25bf1f44b2b687bcf36189553453ab3b52a8
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: http://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 Guest CPU cores (TCG):
80 ----------------------
81 Overall
82 L: qemu-devel@nongnu.org
83 M: Paolo Bonzini <pbonzini@redhat.com>
84 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
85 M: Richard Henderson <rth@twiddle.net>
86 S: Maintained
87 F: cpus.c
88 F: exec.c
89 F: accel/tcg/
90 F: include/exec/cpu*.h
91 F: include/exec/exec-all.h
92 F: include/exec/helper*.h
93 F: include/exec/tb-hash.h
94 F: include/sysemu/cpus.h
96 FPU emulation
97 M: Aurelien Jarno <aurelien@aurel32.net>
98 M: Peter Maydell <peter.maydell@linaro.org>
99 S: Odd Fixes
100 F: fpu/
101 F: include/fpu/
103 Alpha
104 M: Richard Henderson <rth@twiddle.net>
105 S: Maintained
106 F: target/alpha/
107 F: hw/alpha/
108 F: tests/tcg/alpha/
109 F: disas/alpha.c
112 M: Peter Maydell <peter.maydell@linaro.org>
113 L: qemu-arm@nongnu.org
114 S: Maintained
115 F: target/arm/
116 F: hw/arm/
117 F: hw/cpu/a*mpcore.c
118 F: include/hw/cpu/a*mpcore.h
119 F: disas/arm.c
120 F: disas/arm-a64.cc
121 F: disas/libvixl/
123 CRIS
124 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125 S: Maintained
126 F: target/cris/
127 F: hw/cris/
128 F: include/hw/cris/
129 F: tests/tcg/cris/
130 F: disas/cris.c
132 HPPA (PA-RISC)
133 M: Richard Henderson <rth@twiddle.net>
134 S: Maintained
135 F: target/hppa/
136 F: disas/hppa.c
138 LM32
139 M: Michael Walle <michael@walle.cc>
140 S: Maintained
141 F: target/lm32/
142 F: disas/lm32.c
143 F: hw/lm32/
144 F: hw/*/lm32_*
145 F: hw/*/milkymist-*
146 F: include/hw/char/lm32_juart.h
147 F: include/hw/lm32/
148 F: tests/tcg/lm32/
150 M68K
151 M: Laurent Vivier <laurent@vivier.eu>
152 S: Maintained
153 F: target/m68k/
154 F: disas/m68k.c
156 MicroBlaze
157 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158 S: Maintained
159 F: target/microblaze/
160 F: hw/microblaze/
161 F: disas/microblaze.c
163 MIPS
164 M: Aurelien Jarno <aurelien@aurel32.net>
165 M: Yongbok Kim <yongbok.kim@imgtec.com>
166 S: Maintained
167 F: target/mips/
168 F: hw/mips/
169 F: hw/misc/mips_*
170 F: hw/intc/mips_gic.c
171 F: hw/timer/mips_gictimer.c
172 F: include/hw/mips/
173 F: include/hw/misc/mips_*
174 F: include/hw/intc/mips_gic.h
175 F: include/hw/timer/mips_gictimer.h
176 F: tests/tcg/mips/
177 F: disas/mips.c
179 Moxie
180 M: Anthony Green <green@moxielogic.com>
181 S: Maintained
182 F: target/moxie/
183 F: disas/moxie.c
184 F: hw/moxie/
185 F: default-configs/moxie-softmmu.mak
187 NiosII
188 M: Chris Wulff <crwulff@gmail.com>
189 M: Marek Vasut <marex@denx.de>
190 S: Maintained
191 F: target/nios2/
192 F: hw/nios2/
193 F: disas/nios2.c
195 OpenRISC
196 M: Stafford Horne <shorne@gmail.com>
197 S: Odd Fixes
198 F: target/openrisc/
199 F: hw/openrisc/
200 F: tests/tcg/openrisc/
202 PowerPC
203 M: David Gibson <david@gibson.dropbear.id.au>
204 M: Alexander Graf <agraf@suse.de>
205 L: qemu-ppc@nongnu.org
206 S: Maintained
207 F: target/ppc/
208 F: hw/ppc/
209 F: include/hw/ppc/
210 F: disas/ppc.c
212 S390
213 M: Richard Henderson <rth@twiddle.net>
214 M: Alexander Graf <agraf@suse.de>
215 S: Maintained
216 F: target/s390x/
217 F: hw/s390x/
218 F: disas/s390.c
221 M: Aurelien Jarno <aurelien@aurel32.net>
222 S: Odd Fixes
223 F: target/sh4/
224 F: hw/sh4/
225 F: disas/sh4.c
226 F: include/hw/sh4/
228 SPARC
229 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
230 M: Artyom Tarasenko <atar4qemu@gmail.com>
231 S: Maintained
232 F: target/sparc/
233 F: hw/sparc/
234 F: hw/sparc64/
235 F: disas/sparc.c
237 UniCore32
238 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
239 S: Maintained
240 F: target/unicore32/
241 F: hw/unicore32/
242 F: include/hw/unicore32/
245 M: Paolo Bonzini <pbonzini@redhat.com>
246 M: Richard Henderson <rth@twiddle.net>
247 M: Eduardo Habkost <ehabkost@redhat.com>
248 S: Maintained
249 F: target/i386/
250 F: hw/i386/
251 F: disas/i386.c
252 T: git git://github.com/ehabkost/qemu.git x86-next
254 Xtensa
255 M: Max Filippov <jcmvbkbc@gmail.com>
256 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
257 S: Maintained
258 F: target/xtensa/
259 F: hw/xtensa/
260 F: tests/tcg/xtensa/
262 TriCore
263 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
264 S: Maintained
265 F: target/tricore/
266 F: hw/tricore/
267 F: include/hw/tricore/
269 Guest CPU Cores (KVM):
270 ----------------------
272 Overall
273 M: Paolo Bonzini <pbonzini@redhat.com>
274 L: kvm@vger.kernel.org
275 S: Supported
276 F: */kvm.*
277 F: accel/kvm/
278 F: include/sysemu/kvm*.h
281 M: Peter Maydell <peter.maydell@linaro.org>
282 L: qemu-arm@nongnu.org
283 S: Maintained
284 F: target/arm/kvm.c
286 MIPS
287 M: James Hogan <james.hogan@imgtec.com>
288 S: Maintained
289 F: target/mips/kvm.c
292 M: Alexander Graf <agraf@suse.de>
293 S: Maintained
294 F: target/ppc/kvm.c
296 S390
297 M: Christian Borntraeger <borntraeger@de.ibm.com>
298 M: Cornelia Huck <cohuck@redhat.com>
299 M: Alexander Graf <agraf@suse.de>
300 S: Maintained
301 F: target/s390x/kvm.c
302 F: target/s390x/ioinst.[ch]
303 F: target/s390x/machine.c
304 F: hw/intc/s390_flic.c
305 F: hw/intc/s390_flic_kvm.c
306 F: include/hw/s390x/s390_flic.h
307 F: gdb-xml/s390*.xml
308 T: git git://github.com/cohuck/qemu.git s390-next
309 T: git git://github.com/borntraeger/qemu.git s390-next
312 M: Paolo Bonzini <pbonzini@redhat.com>
313 M: Marcelo Tosatti <mtosatti@redhat.com>
314 L: kvm@vger.kernel.org
315 S: Supported
316 F: target/i386/kvm.c
318 Guest CPU Cores (Xen):
319 ----------------------
322 M: Stefano Stabellini <sstabellini@kernel.org>
323 M: Anthony Perard <anthony.perard@citrix.com>
324 L: xen-devel@lists.xenproject.org
325 S: Supported
326 F: */xen*
327 F: hw/9pfs/xen-9p-backend.c
328 F: hw/char/xen_console.c
329 F: hw/display/xenfb.c
330 F: hw/net/xen_nic.c
331 F: hw/block/xen_*
332 F: hw/xen/
333 F: hw/xenpv/
334 F: hw/i386/xen/
335 F: include/hw/xen/
336 F: include/sysemu/xen-mapcache.h
338 Hosts:
339 ------
341 LINUX
342 L: qemu-devel@nongnu.org
343 S: Maintained
344 F: linux-*
345 F: linux-headers/
347 POSIX
348 L: qemu-devel@nongnu.org
349 S: Maintained
350 F: *posix*
352 NETBSD
353 L: qemu-devel@nongnu.org
354 M: Kamil Rytarowski <kamil@netbsd.org>
355 S: Maintained
356 K: ^Subject:.*(?i)NetBSD
358 W32, W64
359 L: qemu-devel@nongnu.org
360 M: Stefan Weil <sw@weilnetz.de>
361 S: Maintained
362 F: *win32*
363 F: */*win32*
364 F: include/*/*win32*
365 X: qga/*win32*
366 F: qemu.nsi
368 ARM Machines
369 ------------
370 Allwinner-a10
371 M: Beniamino Galvani <b.galvani@gmail.com>
372 L: qemu-arm@nongnu.org
373 S: Maintained
374 F: hw/*/allwinner*
375 F: include/hw/*/allwinner*
376 F: hw/arm/cubieboard.c
378 ARM PrimeCell and CMSDK devices
379 M: Peter Maydell <peter.maydell@linaro.org>
380 L: qemu-arm@nongnu.org
381 S: Maintained
382 F: hw/char/pl011.c
383 F: hw/display/pl110*
384 F: hw/dma/pl080.c
385 F: hw/dma/pl330.c
386 F: hw/gpio/pl061.c
387 F: hw/input/pl050.c
388 F: hw/intc/pl190.c
389 F: hw/sd/pl181.c
390 F: hw/timer/pl031.c
391 F: include/hw/arm/primecell.h
392 F: hw/timer/cmsdk-apb-timer.c
393 F: include/hw/timer/cmsdk-apb-timer.h
394 F: hw/char/cmsdk-apb-uart.c
395 F: include/hw/char/cmsdk-apb-uart.h
397 ARM cores
398 M: Peter Maydell <peter.maydell@linaro.org>
399 L: qemu-arm@nongnu.org
400 S: Maintained
401 F: hw/intc/arm*
402 F: hw/intc/gic_internal.h
403 F: hw/misc/a9scu.c
404 F: hw/misc/arm11scu.c
405 F: hw/timer/a9gtimer*
406 F: hw/timer/arm_*
407 F: include/hw/arm/arm.h
408 F: include/hw/intc/arm*
409 F: include/hw/misc/a9scu.h
410 F: include/hw/misc/arm11scu.h
411 F: include/hw/timer/a9gtimer.h
412 F: include/hw/timer/arm_mptimer.h
414 Exynos
415 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
416 L: qemu-arm@nongnu.org
417 S: Maintained
418 F: hw/*/exynos*
419 F: include/hw/arm/exynos4210.h
421 Calxeda Highbank
422 M: Rob Herring <robh@kernel.org>
423 L: qemu-arm@nongnu.org
424 S: Maintained
425 F: hw/arm/highbank.c
426 F: hw/net/xgmac.c
428 Canon DIGIC
429 M: Antony Pavlov <antonynpavlov@gmail.com>
430 L: qemu-arm@nongnu.org
431 S: Maintained
432 F: include/hw/arm/digic.h
433 F: hw/*/digic*
435 Gumstix
436 L: qemu-devel@nongnu.org
437 L: qemu-arm@nongnu.org
438 S: Orphan
439 F: hw/arm/gumstix.c
441 i.MX31
442 M: Peter Chubb <peter.chubb@nicta.com.au>
443 L: qemu-arm@nongnu.org
444 S: Odd fixes
445 F: hw/*/imx*
446 F: include/hw/*/imx*
447 F: hw/arm/kzm.c
448 F: include/hw/arm/fsl-imx31.h
450 Integrator CP
451 M: Peter Maydell <peter.maydell@linaro.org>
452 L: qemu-arm@nongnu.org
453 S: Maintained
454 F: hw/arm/integratorcp.c
455 F: hw/misc/arm_integrator_debug.c
457 MPS2
458 M: Peter Maydell <peter.maydell@linaro.org>
459 L: qemu-arm@nongnu.org
460 S: Maintained
461 F: hw/arm/mps2.c
462 F: hw/misc/mps2-scc.c
463 F: include/hw/misc/mps2-scc.h
465 Musicpal
466 M: Jan Kiszka <jan.kiszka@web.de>
467 L: qemu-arm@nongnu.org
468 S: Maintained
469 F: hw/arm/musicpal.c
471 nSeries
472 M: Andrzej Zaborowski <balrogg@gmail.com>
473 L: qemu-arm@nongnu.org
474 S: Maintained
475 F: hw/arm/nseries.c
477 Palm
478 M: Andrzej Zaborowski <balrogg@gmail.com>
479 L: qemu-arm@nongnu.org
480 S: Maintained
481 F: hw/arm/palm.c
483 Real View
484 M: Peter Maydell <peter.maydell@linaro.org>
485 L: qemu-arm@nongnu.org
486 S: Maintained
487 F: hw/arm/realview*
488 F: hw/cpu/realview_mpcore.c
489 F: hw/intc/realview_gic.c
490 F: include/hw/intc/realview_gic.h
492 PXA2XX
493 M: Andrzej Zaborowski <balrogg@gmail.com>
494 L: qemu-arm@nongnu.org
495 S: Maintained
496 F: hw/arm/mainstone.c
497 F: hw/arm/spitz.c
498 F: hw/arm/tosa.c
499 F: hw/arm/z2.c
500 F: hw/*/pxa2xx*
501 F: hw/misc/mst_fpga.c
502 F: include/hw/arm/pxa.h
504 Stellaris
505 M: Peter Maydell <peter.maydell@linaro.org>
506 L: qemu-arm@nongnu.org
507 S: Maintained
508 F: hw/*/stellaris*
510 Versatile PB
511 M: Peter Maydell <peter.maydell@linaro.org>
512 L: qemu-arm@nongnu.org
513 S: Maintained
514 F: hw/*/versatile*
516 Xilinx Zynq
517 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
518 M: Alistair Francis <alistair.francis@xilinx.com>
519 L: qemu-arm@nongnu.org
520 S: Maintained
521 F: hw/*/xilinx_*
522 F: hw/*/cadence_*
523 F: hw/misc/zynq*
524 F: include/hw/misc/zynq*
525 X: hw/ssi/xilinx_*
527 Xilinx ZynqMP
528 M: Alistair Francis <alistair.francis@xilinx.com>
529 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
530 L: qemu-arm@nongnu.org
531 S: Maintained
532 F: hw/*/xlnx*.c
533 F: include/hw/*/xlnx*.h
535 ARM ACPI Subsystem
536 M: Shannon Zhao <zhaoshenglong@huawei.com>
537 M: Shannon Zhao <shannon.zhao@linaro.org>
538 L: qemu-arm@nongnu.org
539 S: Maintained
540 F: hw/arm/virt-acpi-build.c
542 STM32F205
543 M: Alistair Francis <alistair@alistair23.me>
544 S: Maintained
545 F: hw/arm/stm32f205_soc.c
546 F: hw/misc/stm32f2xx_syscfg.c
547 F: hw/char/stm32f2xx_usart.c
548 F: hw/timer/stm32f2xx_timer.c
549 F: hw/adc/*
550 F: hw/ssi/stm32f2xx_spi.c
552 Netduino 2
553 M: Alistair Francis <alistair@alistair23.me>
554 S: Maintained
555 F: hw/arm/netduino2.c
557 CRIS Machines
558 -------------
559 Axis Dev88
560 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
561 S: Maintained
562 F: hw/cris/axis_dev88.c
563 F: hw/*/etraxfs_*.c
565 LM32 Machines
566 -------------
567 EVR32 and uclinux BSP
568 M: Michael Walle <michael@walle.cc>
569 S: Maintained
570 F: hw/lm32/lm32_boards.c
572 milkymist
573 M: Michael Walle <michael@walle.cc>
574 S: Maintained
575 F: hw/lm32/milkymist.c
577 M68K Machines
578 -------------
579 an5206
580 M: Thomas Huth <huth@tuxfamily.org>
581 S: Odd Fixes
582 F: hw/m68k/an5206.c
583 F: hw/m68k/mcf5206.c
585 mcf5208
586 M: Thomas Huth <huth@tuxfamily.org>
587 S: Odd Fixes
588 F: hw/m68k/mcf5208.c
589 F: hw/m68k/mcf_intc.c
590 F: hw/char/mcf_uart.c
591 F: hw/net/mcf_fec.c
592 F: include/hw/m68k/mcf*.h
594 MicroBlaze Machines
595 -------------------
596 petalogix_s3adsp1800
597 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
598 S: Maintained
599 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
601 petalogix_ml605
602 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
603 S: Maintained
604 F: hw/microblaze/petalogix_ml605_mmu.c
606 MIPS Machines
607 -------------
608 Jazz
609 M: Hervé Poussineau <hpoussin@reactos.org>
610 S: Maintained
611 F: hw/mips/mips_jazz.c
613 Malta
614 M: Aurelien Jarno <aurelien@aurel32.net>
615 S: Maintained
616 F: hw/mips/mips_malta.c
618 Mipssim
619 M: Yongbok Kim <yongbok.kim@imgtec.com>
620 S: Odd Fixes
621 F: hw/mips/mips_mipssim.c
622 F: hw/net/mipsnet.c
624 R4000
625 M: Aurelien Jarno <aurelien@aurel32.net>
626 S: Maintained
627 F: hw/mips/mips_r4k.c
629 Fulong 2E
630 M: Yongbok Kim <yongbok.kim@imgtec.com>
631 S: Odd Fixes
632 F: hw/mips/mips_fulong2e.c
634 Boston
635 M: Paul Burton <paul.burton@imgtec.com>
636 S: Maintained
637 F: hw/core/loader-fit.c
638 F: hw/mips/boston.c
639 F: hw/pci-host/xilinx-pcie.c
641 OpenRISC Machines
642 -----------------
643 or1k-sim
644 M: Jia Liu <proljc@gmail.com>
645 S: Maintained
646 F: hw/openrisc/openrisc_sim.c
648 PowerPC Machines
649 ----------------
651 M: Alexander Graf <agraf@suse.de>
652 L: qemu-ppc@nongnu.org
653 S: Odd Fixes
654 F: hw/ppc/ppc405_boards.c
656 Bamboo
657 M: Alexander Graf <agraf@suse.de>
658 L: qemu-ppc@nongnu.org
659 S: Odd Fixes
660 F: hw/ppc/ppc440_bamboo.c
662 e500
663 M: Alexander Graf <agraf@suse.de>
664 L: qemu-ppc@nongnu.org
665 S: Supported
666 F: hw/ppc/e500.[hc]
667 F: hw/ppc/e500plat.c
668 F: include/hw/ppc/ppc_e500.h
669 F: include/hw/pci-host/ppce500.h
670 F: pc-bios/u-boot.e500
672 mpc8544ds
673 M: Alexander Graf <agraf@suse.de>
674 L: qemu-ppc@nongnu.org
675 S: Supported
676 F: hw/ppc/mpc8544ds.c
677 F: hw/ppc/mpc8544_guts.c
679 New World
680 M: Alexander Graf <agraf@suse.de>
681 L: qemu-ppc@nongnu.org
682 S: Maintained
683 F: hw/ppc/mac_newworld.c
684 F: hw/pci-host/uninorth.c
685 F: hw/pci-bridge/dec.[hc]
686 F: hw/misc/macio/
687 F: include/hw/ppc/mac_dbdma.h
688 F: hw/nvram/mac_nvram.c
690 Old World
691 M: Alexander Graf <agraf@suse.de>
692 L: qemu-ppc@nongnu.org
693 S: Maintained
694 F: hw/ppc/mac_oldworld.c
695 F: hw/pci-host/grackle.c
696 F: hw/misc/macio/
697 F: hw/intc/heathrow_pic.c
699 PReP
700 M: Hervé Poussineau <hpoussin@reactos.org>
701 L: qemu-devel@nongnu.org
702 L: qemu-ppc@nongnu.org
703 S: Maintained
704 F: hw/ppc/prep.c
705 F: hw/ppc/prep_systemio.c
706 F: hw/ppc/rs6000_mc.c
707 F: hw/pci-host/prep.[hc]
708 F: hw/isa/pc87312.[hc]
709 F: pc-bios/ppc_rom.bin
711 sPAPR
712 M: David Gibson <david@gibson.dropbear.id.au>
713 M: Alexander Graf <agraf@suse.de>
714 L: qemu-ppc@nongnu.org
715 S: Supported
716 F: hw/*/spapr*
717 F: include/hw/*/spapr*
718 F: hw/*/xics*
719 F: include/hw/*/xics*
720 F: pc-bios/spapr-rtas/*
721 F: pc-bios/spapr-rtas.bin
722 F: pc-bios/slof.bin
723 F: pc-bios/skiboot.lid
724 F: docs/specs/ppc-spapr-hcalls.txt
725 F: docs/specs/ppc-spapr-hotplug.txt
726 F: tests/spapr*
727 F: tests/libqos/*spapr*
728 F: tests/rtas*
729 F: tests/libqos/rtas*
731 virtex_ml507
732 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
733 L: qemu-ppc@nongnu.org
734 S: Odd Fixes
735 F: hw/ppc/virtex_ml507.c
737 SH4 Machines
738 ------------
740 M: Magnus Damm <magnus.damm@gmail.com>
741 S: Maintained
742 F: hw/sh4/r2d.c
743 F: hw/intc/sh_intc.c
744 F: hw/timer/sh_timer.c
746 Shix
747 M: Magnus Damm <magnus.damm@gmail.com>
748 S: Odd Fixes
749 F: hw/sh4/shix.c
751 SPARC Machines
752 --------------
753 Sun4m
754 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
755 S: Maintained
756 F: hw/sparc/sun4m.c
757 F: hw/dma/sparc32_dma.c
758 F: hw/dma/sun4m_iommu.c
759 F: hw/misc/eccmemctl.c
760 F: hw/misc/slavio_misc.c
761 F: include/hw/sparc/sparc32_dma.h
762 F: include/hw/sparc/sun4m.h
763 F: pc-bios/openbios-sparc32
765 Sun4u
766 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
767 S: Maintained
768 F: hw/sparc64/sun4u.c
769 F: pc-bios/openbios-sparc64
771 Sun4v
772 M: Artyom Tarasenko <atar4qemu@gmail.com>
773 S: Maintained
774 F: hw/sparc64/sun4v.c
775 F: hw/timer/sun4v-rtc.c
776 F: include/hw/timer/sun4v-rtc.h
778 Leon3
779 M: Fabien Chouteau <chouteau@adacore.com>
780 S: Maintained
781 F: hw/sparc/leon3.c
782 F: hw/*/grlib*
783 F: include/hw/sparc/grlib.h
785 S390 Machines
786 -------------
787 S390 Virtio-ccw
788 M: Cornelia Huck <cohuck@redhat.com>
789 M: Christian Borntraeger <borntraeger@de.ibm.com>
790 M: Alexander Graf <agraf@suse.de>
791 S: Supported
792 F: hw/char/sclp*.[hc]
793 F: hw/char/terminal3270.c
794 F: hw/s390x/
795 F: include/hw/s390x/
796 F: pc-bios/s390-ccw/
797 F: hw/watchdog/wdt_diag288.c
798 F: include/hw/watchdog/wdt_diag288.h
799 F: pc-bios/s390-ccw.img
800 F: default-configs/s390x-softmmu.mak
801 T: git git://github.com/cohuck/qemu.git s390-next
802 T: git git://github.com/borntraeger/qemu.git s390-next
804 UniCore32 Machines
805 -------------
806 PKUnity-3 SoC initramfs-with-busybox
807 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
808 S: Maintained
809 F: hw/*/puv3*
810 F: hw/unicore32/
812 X86 Machines
813 ------------
815 M: Michael S. Tsirkin <mst@redhat.com>
816 S: Supported
817 F: include/hw/i386/
818 F: hw/i386/
819 F: hw/pci-host/piix.c
820 F: hw/pci-host/q35.c
821 F: hw/pci-host/pam.c
822 F: include/hw/pci-host/q35.h
823 F: include/hw/pci-host/pam.h
824 F: hw/isa/piix4.c
825 F: hw/isa/lpc_ich9.c
826 F: hw/i2c/smbus_ich9.c
827 F: hw/acpi/piix4.c
828 F: hw/acpi/ich9.c
829 F: include/hw/acpi/ich9.h
830 F: include/hw/acpi/piix4.h
831 F: hw/misc/sga.c
833 PC Chipset
834 M: Michael S. Tsirkin <mst@redhat.com>
835 M: Paolo Bonzini <pbonzini@redhat.com>
836 S: Support
837 F: hw/char/debugcon.c
838 F: hw/char/parallel.c
839 F: hw/char/serial*
840 F: hw/dma/i8257*
841 F: hw/i2c/pm_smbus.c
842 F: hw/intc/apic*
843 F: hw/intc/ioapic*
844 F: hw/intc/i8259*
845 F: hw/misc/debugexit.c
846 F: hw/misc/pc-testdev.c
847 F: hw/timer/hpet*
848 F: hw/timer/i8254*
849 F: hw/timer/mc146818rtc*
850 F: include/hw/i2c/pm_smbus.h
851 F: include/hw/timer/hpet.h
852 F: include/hw/timer/i8254*
853 F: include/hw/timer/mc146818rtc*
855 Machine core
856 M: Eduardo Habkost <ehabkost@redhat.com>
857 M: Marcel Apfelbaum <marcel@redhat.com>
858 S: Supported
859 F: hw/core/machine.c
860 F: hw/core/null-machine.c
861 F: include/hw/boards.h
862 T: git git://github.com/ehabkost/qemu.git machine-next
864 Xtensa Machines
865 ---------------
867 M: Max Filippov <jcmvbkbc@gmail.com>
868 S: Maintained
869 F: hw/xtensa/sim.c
871 XTFPGA (LX60, LX200, ML605, KC705)
872 M: Max Filippov <jcmvbkbc@gmail.com>
873 S: Maintained
874 F: hw/xtensa/xtfpga.c
875 F: hw/net/opencores_eth.c
877 Devices
878 -------
880 M: Jiri Slaby <jslaby@suse.cz>
881 S: Maintained
882 F: hw/misc/edu.c
885 M: John Snow <jsnow@redhat.com>
886 L: qemu-block@nongnu.org
887 S: Supported
888 F: include/hw/ide.h
889 F: include/hw/ide/
890 F: hw/ide/
891 F: hw/block/block.c
892 F: hw/block/cdrom.c
893 F: hw/block/hd-geometry.c
894 F: tests/ide-test.c
895 F: tests/ahci-test.c
896 F: tests/libqos/ahci*
897 T: git git://github.com/jnsnow/qemu.git ide
899 Floppy
900 M: John Snow <jsnow@redhat.com>
901 L: qemu-block@nongnu.org
902 S: Supported
903 F: hw/block/fdc.c
904 F: include/hw/block/fdc.h
905 F: tests/fdc-test.c
906 T: git git://github.com/jnsnow/qemu.git ide
908 OMAP
909 M: Peter Maydell <peter.maydell@linaro.org>
910 S: Maintained
911 F: hw/*/omap*
912 F: include/hw/arm/omap.h
914 IPack
915 M: Alberto Garcia <berto@igalia.com>
916 S: Odd Fixes
917 F: hw/char/ipoctal232.c
918 F: hw/ipack/
921 M: Michael S. Tsirkin <mst@redhat.com>
922 M: Marcel Apfelbaum <marcel@redhat.com>
923 S: Supported
924 F: include/hw/pci/*
925 F: hw/misc/pci-testdev.c
926 F: hw/pci/*
927 F: hw/pci-bridge/*
929 ACPI/SMBIOS
930 M: Michael S. Tsirkin <mst@redhat.com>
931 M: Igor Mammedov <imammedo@redhat.com>
932 S: Supported
933 F: include/hw/acpi/*
934 F: include/hw/smbios/*
935 F: hw/mem/*
936 F: hw/acpi/*
937 F: hw/smbios/*
938 F: hw/i386/acpi-build.[hc]
939 F: hw/arm/virt-acpi-build.c
940 F: tests/bios-tables-test.c
941 F: tests/acpi-utils.[hc]
943 ppc4xx
944 M: Alexander Graf <agraf@suse.de>
945 L: qemu-ppc@nongnu.org
946 S: Odd Fixes
947 F: hw/ppc/ppc4*.c
948 F: include/hw/ppc/ppc4xx.h
950 ppce500
951 M: Alexander Graf <agraf@suse.de>
952 L: qemu-ppc@nongnu.org
953 S: Supported
954 F: hw/ppc/e500*
955 F: hw/pci-host/ppce500.c
956 F: hw/net/fsl_etsec/
958 Character devices
959 M: Paolo Bonzini <pbonzini@redhat.com>
960 S: Odd Fixes
961 F: hw/char/
963 Network devices
964 M: Jason Wang <jasowang@redhat.com>
965 S: Odd Fixes
966 F: hw/net/
967 F: tests/virtio-net-test.c
968 T: git git://github.com/jasowang/qemu.git net
970 SCSI
971 M: Paolo Bonzini <pbonzini@redhat.com>
972 S: Supported
973 F: include/hw/scsi/*
974 F: include/scsi/*
975 F: hw/scsi/*
976 F: util/scsi*
977 F: tests/virtio-scsi-test.c
978 T: git git://github.com/bonzini/qemu.git scsi-next
980 LSI53C895A
981 S: Orphan
982 F: hw/scsi/lsi53c895a.c
985 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
986 S: Maintained
987 F: hw/ssi/*
988 F: hw/block/m25p80.c
989 X: hw/ssi/xilinx_*
991 Xilinx SPI
992 M: Alistair Francis <alistair.francis@xilinx.com>
993 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
994 S: Maintained
995 F: hw/ssi/xilinx_*
998 M: Gerd Hoffmann <kraxel@redhat.com>
999 S: Maintained
1000 F: hw/usb/*
1001 F: tests/usb-*-test.c
1002 F: docs/usb2.txt
1003 F: docs/usb-storage.txt
1004 F: include/hw/usb.h
1005 F: include/hw/usb/
1006 F: default-configs/usb.mak
1008 USB (serial adapter)
1009 M: Gerd Hoffmann <kraxel@redhat.com>
1010 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1011 S: Maintained
1012 F: hw/usb/dev-serial.c
1014 VFIO
1015 M: Alex Williamson <alex.williamson@redhat.com>
1016 S: Supported
1017 F: hw/vfio/*
1018 F: include/hw/vfio/
1020 vfio-ccw
1021 M: Cornelia Huck <cohuck@redhat.com>
1022 S: Supported
1023 F: hw/vfio/ccw.c
1024 F: hw/s390x/s390-ccw.c
1025 F: include/hw/s390x/s390-ccw.h
1026 T: git git://github.com/cohuck/qemu.git s390-next
1028 vhost
1029 M: Michael S. Tsirkin <mst@redhat.com>
1030 S: Supported
1031 F: hw/*/*vhost*
1033 virtio
1034 M: Michael S. Tsirkin <mst@redhat.com>
1035 S: Supported
1036 F: hw/*/virtio*
1037 F: hw/virtio/Makefile.objs
1038 F: hw/virtio/trace-events
1039 F: net/vhost-user.c
1040 F: include/hw/virtio/
1041 F: tests/virtio-balloon-test.c
1043 virtio-9p
1044 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1045 M: Greg Kurz <groug@kaod.org>
1046 S: Supported
1047 F: hw/9pfs/
1048 F: fsdev/
1049 F: tests/virtio-9p-test.c
1050 T: git git://github.com/kvaneesh/QEMU.git
1051 T: git git://github.com/gkurz/qemu.git 9p-next
1053 virtio-blk
1054 M: Stefan Hajnoczi <stefanha@redhat.com>
1055 L: qemu-block@nongnu.org
1056 S: Supported
1057 F: hw/block/virtio-blk.c
1058 F: hw/block/dataplane/*
1059 F: tests/virtio-blk-test.c
1060 T: git git://github.com/stefanha/qemu.git block
1062 virtio-ccw
1063 M: Cornelia Huck <cohuck@redhat.com>
1064 M: Christian Borntraeger <borntraeger@de.ibm.com>
1065 S: Supported
1066 F: hw/s390x/virtio-ccw.[hc]
1067 T: git git://github.com/cohuck/qemu.git s390-next
1068 T: git git://github.com/borntraeger/qemu.git s390-next
1070 virtio-input
1071 M: Gerd Hoffmann <kraxel@redhat.com>
1072 S: Maintained
1073 F: hw/input/virtio-input*.c
1074 F: include/hw/virtio/virtio-input.h
1076 virtio-serial
1077 M: Amit Shah <amit@kernel.org>
1078 S: Supported
1079 F: hw/char/virtio-serial-bus.c
1080 F: hw/char/virtio-console.c
1081 F: include/hw/virtio/virtio-serial.h
1082 F: tests/virtio-console-test.c
1083 F: tests/virtio-serial-test.c
1085 virtio-rng
1086 M: Amit Shah <amit@kernel.org>
1087 S: Supported
1088 F: hw/virtio/virtio-rng.c
1089 F: include/hw/virtio/virtio-rng.h
1090 F: include/sysemu/rng*.h
1091 F: backends/rng*.c
1092 F: tests/virtio-rng-test.c
1094 virtio-crypto
1095 M: Gonglei <arei.gonglei@huawei.com>
1096 S: Supported
1097 F: hw/virtio/virtio-crypto.c
1098 F: hw/virtio/virtio-crypto-pci.c
1099 F: include/hw/virtio/virtio-crypto.h
1101 nvme
1102 M: Keith Busch <keith.busch@intel.com>
1103 L: qemu-block@nongnu.org
1104 S: Supported
1105 F: hw/block/nvme*
1106 F: tests/nvme-test.c
1108 megasas
1109 M: Hannes Reinecke <hare@suse.com>
1110 L: qemu-block@nongnu.org
1111 S: Supported
1112 F: hw/scsi/megasas.c
1113 F: hw/scsi/mfi.h
1114 F: tests/megasas-test.c
1116 Network packet abstractions
1117 M: Dmitry Fleytman <dmitry@daynix.com>
1118 S: Maintained
1119 F: include/net/eth.h
1120 F: net/eth.c
1121 F: hw/net/net_rx_pkt*
1122 F: hw/net/net_tx_pkt*
1124 Vmware
1125 M: Dmitry Fleytman <dmitry@daynix.com>
1126 S: Maintained
1127 F: hw/net/vmxnet*
1128 F: hw/scsi/vmw_pvscsi*
1130 Rocker
1131 M: Jiri Pirko <jiri@resnulli.us>
1132 S: Maintained
1133 F: hw/net/rocker/
1134 F: tests/rocker/
1135 F: docs/specs/rocker.txt
1137 NVDIMM
1138 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1139 S: Maintained
1140 F: hw/acpi/nvdimm.c
1141 F: hw/mem/nvdimm.c
1142 F: include/hw/mem/nvdimm.h
1144 e1000x
1145 M: Dmitry Fleytman <dmitry@daynix.com>
1146 S: Maintained
1147 F: hw/net/e1000x*
1149 e1000e
1150 M: Dmitry Fleytman <dmitry@daynix.com>
1151 S: Maintained
1152 F: hw/net/e1000e*
1154 Generic Loader
1155 M: Alistair Francis <alistair.francis@xilinx.com>
1156 S: Maintained
1157 F: hw/core/generic-loader.c
1158 F: include/hw/core/generic-loader.h
1160 CHRP NVRAM
1161 M: Thomas Huth <thuth@redhat.com>
1162 S: Maintained
1163 F: hw/nvram/chrp_nvram.c
1164 F: include/hw/nvram/chrp_nvram.h
1165 F: tests/prom-env-test.c
1167 VM Generation ID
1168 M: Ben Warren <ben@skyportsystems.com>
1169 S: Maintained
1170 F: hw/acpi/vmgenid.c
1171 F: include/hw/acpi/vmgenid.h
1172 F: docs/specs/vmgenid.txt
1173 F: tests/vmgenid-test.c
1174 F: stubs/vmgenid.c
1176 Unimplemented device
1177 M: Peter Maydell <peter.maydell@linaro.org>
1178 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1179 S: Maintained
1180 F: include/hw/misc/unimp.h
1181 F: hw/misc/unimp.c
1183 Subsystems
1184 ----------
1185 Audio
1186 M: Gerd Hoffmann <kraxel@redhat.com>
1187 S: Maintained
1188 F: audio/
1189 F: hw/audio/
1190 F: include/hw/audio/
1191 F: tests/ac97-test.c
1192 F: tests/es1370-test.c
1193 F: tests/intel-hda-test.c
1195 Block layer core
1196 M: Kevin Wolf <kwolf@redhat.com>
1197 M: Max Reitz <mreitz@redhat.com>
1198 L: qemu-block@nongnu.org
1199 S: Supported
1200 F: block*
1201 F: block/
1202 F: hw/block/
1203 F: include/block/
1204 F: qemu-img*
1205 F: qemu-io*
1206 F: tests/qemu-iotests/
1207 F: util/qemu-progress.c
1208 T: git git://repo.or.cz/qemu/kevin.git block
1210 Block I/O path
1211 M: Stefan Hajnoczi <stefanha@redhat.com>
1212 M: Fam Zheng <famz@redhat.com>
1213 L: qemu-block@nongnu.org
1214 S: Supported
1215 F: util/async.c
1216 F: util/aio-*.c
1217 F: block/io.c
1218 F: migration/block*
1219 F: include/block/aio.h
1220 T: git git://github.com/stefanha/qemu.git block
1222 Block SCSI subsystem
1223 M: Paolo Bonzini <pbonzini@redhat.com>
1224 L: qemu-block@nongnu.org
1225 S: Supported
1226 F: include/scsi/*
1227 F: scsi/*
1229 Block Jobs
1230 M: Jeff Cody <jcody@redhat.com>
1231 L: qemu-block@nongnu.org
1232 S: Supported
1233 F: blockjob.c
1234 F: include/block/blockjob.h
1235 F: block/backup.c
1236 F: block/commit.c
1237 F: block/stream.c
1238 F: block/mirror.c
1239 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1241 Block QAPI, monitor, command line
1242 M: Markus Armbruster <armbru@redhat.com>
1243 S: Supported
1244 F: blockdev.c
1245 F: block/qapi.c
1246 F: qapi/block*.json
1247 F: qapi/transaction.json
1248 T: git git://repo.or.cz/qemu/armbru.git block-next
1250 Dirty Bitmaps
1251 M: Fam Zheng <famz@redhat.com>
1252 M: John Snow <jsnow@redhat.com>
1253 L: qemu-block@nongnu.org
1254 S: Supported
1255 F: util/hbitmap.c
1256 F: block/dirty-bitmap.c
1257 F: include/qemu/hbitmap.h
1258 F: include/block/dirty-bitmap.h
1259 F: tests/test-hbitmap.c
1260 F: docs/bitmaps.md
1261 T: git git://github.com/famz/qemu.git bitmaps
1262 T: git git://github.com/jnsnow/qemu.git bitmaps
1264 Character device backends
1265 M: Paolo Bonzini <pbonzini@redhat.com>
1266 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1267 S: Maintained
1268 F: chardev/
1269 F: include/chardev/
1270 F: qapi/char.json
1272 Character Devices (Braille)
1273 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1274 S: Maintained
1275 F: chardev/baum.c
1277 Command line option argument parsing
1278 M: Markus Armbruster <armbru@redhat.com>
1279 S: Supported
1280 F: include/qemu/option.h
1281 F: tests/test-keyval.c
1282 F: tests/test-qemu-opts.c
1283 F: util/keyval.c
1284 F: util/qemu-option.c
1286 Coverity model
1287 M: Markus Armbruster <armbru@redhat.com>
1288 S: Supported
1289 F: scripts/coverity-model.c
1292 L: qemu-devel@nongnu.org
1293 S: Supported
1294 F: qom/cpu.c
1295 F: include/qom/cpu.h
1297 Device Tree
1298 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1299 M: Alexander Graf <agraf@suse.de>
1300 S: Maintained
1301 F: device_tree.c
1302 F: include/sysemu/device_tree.h
1304 Error reporting
1305 M: Markus Armbruster <armbru@redhat.com>
1306 S: Supported
1307 F: include/qapi/error.h
1308 F: include/qemu/error-report.h
1309 F: util/error.c
1310 F: util/qemu-error.c
1312 GDB stub
1313 L: qemu-devel@nongnu.org
1314 S: Odd Fixes
1315 F: gdbstub*
1316 F: gdb-xml/
1318 Memory API
1319 M: Paolo Bonzini <pbonzini@redhat.com>
1320 S: Supported
1321 F: include/exec/ioport.h
1322 F: ioport.c
1323 F: include/exec/memory.h
1324 F: include/exec/ram_addr.h
1325 F: memory.c
1326 F: include/exec/memory-internal.h
1327 F: exec.c
1329 SPICE
1330 M: Gerd Hoffmann <kraxel@redhat.com>
1331 S: Supported
1332 F: include/ui/qemu-spice.h
1333 F: include/ui/spice-display.h
1334 F: ui/spice-*.c
1335 F: audio/spiceaudio.c
1336 F: hw/display/qxl*
1337 F: qapi/ui.json
1339 Graphics
1340 M: Gerd Hoffmann <kraxel@redhat.com>
1341 S: Odd Fixes
1342 F: ui/
1343 F: include/ui/
1344 F: qapi/ui.json
1346 Cocoa graphics
1347 M: Peter Maydell <peter.maydell@linaro.org>
1348 S: Odd Fixes
1349 F: ui/cocoa.m
1351 Main loop
1352 M: Paolo Bonzini <pbonzini@redhat.com>
1353 S: Maintained
1354 F: cpus.c
1355 F: util/main-loop.c
1356 F: util/qemu-timer.c
1357 F: vl.c
1358 F: qapi/run-state.json
1360 Human Monitor (HMP)
1361 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1362 S: Maintained
1363 F: monitor.c
1364 F: hmp.[ch]
1365 F: hmp-commands*.hx
1366 F: include/monitor/hmp-target.h
1367 F: tests/test-hmp.c
1369 Network device backends
1370 M: Jason Wang <jasowang@redhat.com>
1371 S: Maintained
1372 F: net/
1373 F: include/net/
1374 T: git git://github.com/jasowang/qemu.git net
1375 F: qapi/net.json
1377 Netmap network backend
1378 M: Luigi Rizzo <rizzo@iet.unipi.it>
1379 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1380 M: Vincenzo Maffione <v.maffione@gmail.com>
1381 W: http://info.iet.unipi.it/~luigi/netmap/
1382 S: Maintained
1383 F: net/netmap.c
1385 NUMA
1386 M: Eduardo Habkost <ehabkost@redhat.com>
1387 S: Maintained
1388 F: numa.c
1389 F: include/sysemu/numa.h
1390 T: git git://github.com/ehabkost/qemu.git machine-next
1392 Host Memory Backends
1393 M: Eduardo Habkost <ehabkost@redhat.com>
1394 M: Igor Mammedov <imammedo@redhat.com>
1395 S: Maintained
1396 F: backends/hostmem*.c
1397 F: include/sysemu/hostmem.h
1398 T: git git://github.com/ehabkost/qemu.git machine-next
1400 Cryptodev Backends
1401 M: Gonglei <arei.gonglei@huawei.com>
1402 S: Maintained
1403 F: include/sysemu/cryptodev*.h
1404 F: backends/cryptodev*.c
1406 Python scripts
1407 M: Eduardo Habkost <ehabkost@redhat.com>
1408 M: Cleber Rosa <crosa@redhat.com>
1409 S: Odd fixes
1410 F: scripts/qmp/*
1411 F: scripts/*.py
1412 F: tests/*.py
1414 QAPI
1415 M: Markus Armbruster <armbru@redhat.com>
1416 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1417 S: Supported
1418 F: qapi/
1419 X: qapi/*.json
1420 F: include/qapi/
1421 X: include/qapi/qmp/
1422 F: include/qapi/qmp/dispatch.h
1423 F: tests/qapi-schema/
1424 F: tests/test-*-visitor.c
1425 F: tests/test-qapi-*.c
1426 F: tests/test-qmp-*.c
1427 F: tests/test-visitor-serialization.c
1428 F: scripts/qapi*
1429 F: docs/qapi*
1430 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1432 QAPI Schema
1433 M: Eric Blake <eblake@redhat.com>
1434 M: Markus Armbruster <armbru@redhat.com>
1435 S: Supported
1436 F: qapi-schema.json
1437 F: qapi/*.json
1438 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1440 QObject
1441 M: Markus Armbruster <armbru@redhat.com>
1442 S: Supported
1443 F: qobject/
1444 F: include/qapi/qmp/
1445 X: include/qapi/qmp/dispatch.h
1446 F: scripts/coccinelle/qobject.cocci
1447 F: tests/check-qdict.c
1448 F: tests/check-qnum.c
1449 F: tests/check-qjson.c
1450 F: tests/check-qlist.c
1451 F: tests/check-qstring.c
1452 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1454 QEMU Guest Agent
1455 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1456 S: Maintained
1457 F: qga/
1458 T: git git://github.com/mdroth/qemu.git qga
1461 M: Andreas Färber <afaerber@suse.de>
1462 S: Supported
1463 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1464 F: include/qom/
1465 X: include/qom/cpu.h
1466 F: qom/
1467 X: qom/cpu.c
1468 F: tests/check-qom-interface.c
1469 F: tests/check-qom-proplist.c
1470 F: tests/qom-test.c
1473 M: Markus Armbruster <armbru@redhat.com>
1474 S: Supported
1475 F: qmp.c
1476 F: monitor.c
1477 F: docs/*qmp-*
1478 F: scripts/qmp/
1479 F: tests/qmp-test.c
1480 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1482 Register API
1483 M: Alistair Francis <alistair.francis@xilinx.com>
1484 S: Maintained
1485 F: hw/core/register.c
1486 F: include/hw/register.h
1488 SLIRP
1489 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1490 M: Jan Kiszka <jan.kiszka@siemens.com>
1491 S: Maintained
1492 F: slirp/
1493 F: net/slirp.c
1494 F: include/net/slirp.h
1495 T: git git://git.kiszka.org/qemu.git queues/slirp
1497 Stubs
1498 M: Paolo Bonzini <pbonzini@redhat.com>
1499 S: Maintained
1500 F: stubs/
1502 Tracing
1503 M: Stefan Hajnoczi <stefanha@redhat.com>
1504 S: Maintained
1505 F: trace/
1506 F: scripts/tracetool.py
1507 F: scripts/tracetool/
1508 F: docs/tracing.txt
1509 T: git git://github.com/stefanha/qemu.git tracing
1512 S: Orphan
1513 F: tpm.c
1514 F: hw/tpm/*
1515 F: include/hw/acpi/tpm.h
1516 F: include/sysemu/tpm*
1517 F: qapi/tpm.json
1519 Checkpatch
1520 S: Odd Fixes
1521 F: scripts/checkpatch.pl
1523 Migration
1524 M: Juan Quintela <quintela@redhat.com>
1525 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1526 S: Maintained
1527 F: include/migration/
1528 F: migration/
1529 F: scripts/vmstate-static-checker.py
1530 F: tests/vmstate-static-checker-data/
1531 F: docs/migration.txt
1532 F: qapi/migration.json
1534 Seccomp
1535 M: Eduardo Otubo <otubo@redhat.com>
1536 S: Supported
1537 F: qemu-seccomp.c
1538 F: include/sysemu/seccomp.h
1540 Cryptography
1541 M: Daniel P. Berrange <berrange@redhat.com>
1542 S: Maintained
1543 F: crypto/
1544 F: include/crypto/
1545 F: tests/test-crypto-*
1546 F: qemu.sasl
1548 Coroutines
1549 M: Stefan Hajnoczi <stefanha@redhat.com>
1550 M: Kevin Wolf <kwolf@redhat.com>
1551 F: util/*coroutine*
1552 F: include/qemu/coroutine*
1553 F: tests/test-coroutine.c
1555 Buffers
1556 M: Daniel P. Berrange <berrange@redhat.com>
1557 S: Odd fixes
1558 F: util/buffer.c
1559 F: include/qemu/buffer.h
1561 I/O Channels
1562 M: Daniel P. Berrange <berrange@redhat.com>
1563 S: Maintained
1564 F: io/
1565 F: include/io/
1566 F: tests/test-io-*
1568 Sockets
1569 M: Daniel P. Berrange <berrange@redhat.com>
1570 M: Gerd Hoffmann <kraxel@redhat.com>
1571 M: Paolo Bonzini <pbonzini@redhat.com>
1572 S: Maintained
1573 F: include/qemu/sockets.h
1574 F: util/qemu-sockets.c
1575 F: qapi/sockets.json
1577 Throttling infrastructure
1578 M: Alberto Garcia <berto@igalia.com>
1579 S: Supported
1580 F: block/throttle-groups.c
1581 F: include/block/throttle-groups.h
1582 F: include/qemu/throttle.h
1583 F: util/throttle.c
1584 L: qemu-block@nongnu.org
1586 UUID
1587 M: Fam Zheng <famz@redhat.com>
1588 S: Supported
1589 F: util/uuid.c
1590 F: include/qemu/uuid.h
1591 F: tests/test-uuid.c
1593 COLO Framework
1594 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1595 S: Maintained
1596 F: migration/colo*
1597 F: include/migration/colo.h
1598 F: include/migration/failover.h
1599 F: docs/COLO-FT.txt
1601 COLO Proxy
1602 M: Zhang Chen <zhangckid@gmail.com>
1603 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1604 S: Supported
1605 F: docs/colo-proxy.txt
1606 F: net/colo*
1607 F: net/filter-rewriter.c
1608 F: net/filter-mirror.c
1610 Record/replay
1611 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1612 R: Paolo Bonzini <pbonzini@redhat.com>
1613 W: http://wiki.qemu.org/Features/record-replay
1614 S: Supported
1615 F: replay/*
1616 F: block/blkreplay.c
1617 F: net/filter-replay.c
1618 F: include/sysemu/replay.h
1619 F: docs/replay.txt
1620 F: stubs/replay.c
1622 Usermode Emulation
1623 ------------------
1624 Overall
1625 M: Riku Voipio <riku.voipio@iki.fi>
1626 S: Maintained
1627 F: thunk.c
1628 F: accel/tcg/user-exec*.c
1630 BSD user
1631 S: Orphan
1632 F: bsd-user/
1633 F: default-configs/*-bsd-user.mak
1635 Linux user
1636 M: Riku Voipio <riku.voipio@iki.fi>
1637 R: Laurent Vivier <laurent@vivier.eu>
1638 S: Maintained
1639 F: linux-user/
1640 F: default-configs/*-linux-user.mak
1642 Tiny Code Generator (TCG)
1643 -------------------------
1644 Common code
1645 M: Richard Henderson <rth@twiddle.net>
1646 S: Maintained
1647 F: tcg/
1649 AArch64 target
1650 M: Claudio Fontana <claudio.fontana@huawei.com>
1651 M: Claudio Fontana <claudio.fontana@gmail.com>
1652 S: Maintained
1653 L: qemu-arm@nongnu.org
1654 F: tcg/aarch64/
1655 F: disas/arm-a64.cc
1656 F: disas/libvixl/
1658 ARM target
1659 M: Andrzej Zaborowski <balrogg@gmail.com>
1660 S: Maintained
1661 L: qemu-arm@nongnu.org
1662 F: tcg/arm/
1663 F: disas/arm.c
1665 i386 target
1666 L: qemu-devel@nongnu.org
1667 S: Maintained
1668 F: tcg/i386/
1669 F: disas/i386.c
1671 MIPS target
1672 M: Aurelien Jarno <aurelien@aurel32.net>
1673 S: Maintained
1674 F: tcg/mips/
1675 F: disas/mips.c
1678 M: Richard Henderson <rth@twiddle.net>
1679 S: Odd Fixes
1680 F: tcg/ppc/
1681 F: disas/ppc.c
1683 S390 target
1684 M: Alexander Graf <agraf@suse.de>
1685 M: Richard Henderson <rth@twiddle.net>
1686 S: Maintained
1687 F: tcg/s390/
1688 F: disas/s390.c
1690 SPARC target
1691 S: Odd Fixes
1692 F: tcg/sparc/
1693 F: disas/sparc.c
1695 TCI target
1696 M: Stefan Weil <sw@weilnetz.de>
1697 S: Maintained
1698 F: tcg/tci/
1699 F: tcg/tci.c
1700 F: disas/tci.c
1702 Block drivers
1703 -------------
1704 VMDK
1705 M: Fam Zheng <famz@redhat.com>
1706 L: qemu-block@nongnu.org
1707 S: Supported
1708 F: block/vmdk.c
1711 M: Josh Durgin <jdurgin@redhat.com>
1712 M: Jeff Cody <jcody@redhat.com>
1713 L: qemu-block@nongnu.org
1714 S: Supported
1715 F: block/rbd.c
1716 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1718 Sheepdog
1719 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1720 M: Liu Yuan <namei.unix@gmail.com>
1721 M: Jeff Cody <jcody@redhat.com>
1722 L: qemu-block@nongnu.org
1723 L: sheepdog@lists.wpkg.org
1724 S: Supported
1725 F: block/sheepdog.c
1726 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1728 VHDX
1729 M: Jeff Cody <jcody@redhat.com>
1730 L: qemu-block@nongnu.org
1731 S: Supported
1732 F: block/vhdx*
1733 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1736 M: Stefan Weil <sw@weilnetz.de>
1737 L: qemu-block@nongnu.org
1738 S: Maintained
1739 F: block/vdi.c
1741 iSCSI
1742 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1743 M: Paolo Bonzini <pbonzini@redhat.com>
1744 M: Peter Lieven <pl@kamp.de>
1745 L: qemu-block@nongnu.org
1746 S: Supported
1747 F: block/iscsi.c
1748 F: block/iscsi-opts.c
1750 Network Block Device (NBD)
1751 M: Eric Blake <eblake@redhat.com>
1752 M: Paolo Bonzini <pbonzini@redhat.com>
1753 L: qemu-block@nongnu.org
1754 S: Maintained
1755 F: block/nbd*
1756 F: nbd/
1757 F: include/block/nbd*
1758 F: qemu-nbd.*
1759 F: blockdev-nbd.c
1760 T: git git://repo.or.cz/qemu/ericb.git nbd
1763 M: Jeff Cody <jcody@redhat.com>
1764 M: Peter Lieven <pl@kamp.de>
1765 L: qemu-block@nongnu.org
1766 S: Maintained
1767 F: block/nfs.c
1768 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1771 M: Richard W.M. Jones <rjones@redhat.com>
1772 M: Jeff Cody <jcody@redhat.com>
1773 L: qemu-block@nongnu.org
1774 S: Supported
1775 F: block/ssh.c
1776 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1778 CURL
1779 M: Jeff Cody <jcody@redhat.com>
1780 L: qemu-block@nongnu.org
1781 S: Supported
1782 F: block/curl.c
1783 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1785 GLUSTER
1786 M: Jeff Cody <jcody@redhat.com>
1787 L: qemu-block@nongnu.org
1788 S: Supported
1789 F: block/gluster.c
1790 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1792 Null Block Driver
1793 M: Fam Zheng <famz@redhat.com>
1794 L: qemu-block@nongnu.org
1795 S: Supported
1796 F: block/null.c
1798 Bootdevice
1799 M: Gonglei <arei.gonglei@huawei.com>
1800 S: Maintained
1801 F: bootdevice.c
1803 Quorum
1804 M: Alberto Garcia <berto@igalia.com>
1805 S: Supported
1806 F: block/quorum.c
1807 L: qemu-block@nongnu.org
1809 blkverify
1810 M: Stefan Hajnoczi <stefanha@redhat.com>
1811 L: qemu-block@nongnu.org
1812 S: Supported
1813 F: block/blkverify.c
1815 bochs
1816 M: Stefan Hajnoczi <stefanha@redhat.com>
1817 L: qemu-block@nongnu.org
1818 S: Supported
1819 F: block/bochs.c
1821 cloop
1822 M: Stefan Hajnoczi <stefanha@redhat.com>
1823 L: qemu-block@nongnu.org
1824 S: Supported
1825 F: block/cloop.c
1828 M: Stefan Hajnoczi <stefanha@redhat.com>
1829 L: qemu-block@nongnu.org
1830 S: Supported
1831 F: block/dmg.c
1833 parallels
1834 M: Stefan Hajnoczi <stefanha@redhat.com>
1835 M: Denis V. Lunev <den@openvz.org>
1836 L: qemu-block@nongnu.org
1837 S: Supported
1838 F: block/parallels.c
1839 F: docs/specs/parallels.txt
1842 M: Stefan Hajnoczi <stefanha@redhat.com>
1843 L: qemu-block@nongnu.org
1844 S: Supported
1845 F: block/qed.c
1848 M: Kevin Wolf <kwolf@redhat.com>
1849 L: qemu-block@nongnu.org
1850 S: Supported
1851 F: block/linux-aio.c
1852 F: include/block/raw-aio.h
1853 F: block/raw-format.c
1854 F: block/file-posix.c
1855 F: block/file-win32.c
1856 F: block/win32-aio.c
1858 qcow2
1859 M: Kevin Wolf <kwolf@redhat.com>
1860 M: Max Reitz <mreitz@redhat.com>
1861 L: qemu-block@nongnu.org
1862 S: Supported
1863 F: block/qcow2*
1865 qcow
1866 M: Kevin Wolf <kwolf@redhat.com>
1867 L: qemu-block@nongnu.org
1868 S: Supported
1869 F: block/qcow.c
1871 blkdebug
1872 M: Kevin Wolf <kwolf@redhat.com>
1873 M: Max Reitz <mreitz@redhat.com>
1874 L: qemu-block@nongnu.org
1875 S: Supported
1876 F: block/blkdebug.c
1879 M: Kevin Wolf <kwolf@redhat.com>
1880 L: qemu-block@nongnu.org
1881 S: Supported
1882 F: block/vpc.c
1884 vvfat
1885 M: Kevin Wolf <kwolf@redhat.com>
1886 L: qemu-block@nongnu.org
1887 S: Supported
1888 F: block/vvfat.c
1890 Image format fuzzer
1891 M: Stefan Hajnoczi <stefanha@redhat.com>
1892 L: qemu-block@nongnu.org
1893 S: Supported
1894 F: tests/image-fuzzer/
1896 Replication
1897 M: Wen Congyang <wencongyang2@huawei.com>
1898 M: Xie Changlong <xiechanglong.d@gmail.com>
1899 S: Supported
1900 F: replication*
1901 F: block/replication.c
1902 F: tests/test-replication.c
1903 F: docs/block-replication.txt
1905 Build and test automation
1906 -------------------------
1907 Build and test automation
1908 M: Alex Bennée <alex.bennee@linaro.org>
1909 M: Fam Zheng <famz@redhat.com>
1910 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1911 L: qemu-devel@nongnu.org
1912 S: Maintained
1913 F: .travis.yml
1914 F: .shippable.yml
1915 F: tests/docker/
1916 F: tests/vm/
1917 W: https://travis-ci.org/qemu/qemu
1918 W: https://app.shippable.com/github/qemu/qemu
1919 W: http://patchew.org/QEMU/
1921 Documentation
1922 -------------
1923 Build system architecture
1924 M: Daniel P. Berrange <berrange@redhat.com>
1925 S: Odd Fixes
1926 F: docs/build-system.txt