qxl: call qemu_spice_display_init_common for secondary devices
[qemu/ar7.git] / MAINTAINERS
blobccee28b12d1c6301d27139a1e8edd5c6976bea1e
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: softmmu_template.h
90 F: accel/tcg/
91 F: include/exec/cpu*.h
92 F: include/exec/exec-all.h
93 F: include/exec/helper*.h
94 F: include/exec/tb-hash.h
95 F: include/sysemu/cpus.h
97 FPU emulation
98 M: Aurelien Jarno <aurelien@aurel32.net>
99 M: Peter Maydell <peter.maydell@linaro.org>
100 S: Odd Fixes
101 F: fpu/
102 F: include/fpu/
104 Alpha
105 M: Richard Henderson <rth@twiddle.net>
106 S: Maintained
107 F: target/alpha/
108 F: hw/alpha/
109 F: tests/tcg/alpha/
110 F: disas/alpha.c
113 M: Peter Maydell <peter.maydell@linaro.org>
114 L: qemu-arm@nongnu.org
115 S: Maintained
116 F: target/arm/
117 F: hw/arm/
118 F: hw/cpu/a*mpcore.c
119 F: include/hw/cpu/a*mpcore.h
120 F: disas/arm.c
121 F: disas/arm-a64.cc
122 F: disas/libvixl/
124 CRIS
125 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
126 S: Maintained
127 F: target/cris/
128 F: hw/cris/
129 F: include/hw/cris/
130 F: tests/tcg/cris/
131 F: disas/cris.c
133 HPPA (PA-RISC)
134 M: Richard Henderson <rth@twiddle.net>
135 S: Maintained
136 F: target/hppa/
137 F: disas/hppa.c
139 LM32
140 M: Michael Walle <michael@walle.cc>
141 S: Maintained
142 F: target/lm32/
143 F: disas/lm32.c
144 F: hw/lm32/
145 F: hw/*/lm32_*
146 F: hw/*/milkymist-*
147 F: include/hw/char/lm32_juart.h
148 F: include/hw/lm32/
149 F: tests/tcg/lm32/
151 M68K
152 M: Laurent Vivier <laurent@vivier.eu>
153 S: Maintained
154 F: target/m68k/
155 F: disas/m68k.c
157 MicroBlaze
158 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
159 S: Maintained
160 F: target/microblaze/
161 F: hw/microblaze/
162 F: disas/microblaze.c
164 MIPS
165 M: Aurelien Jarno <aurelien@aurel32.net>
166 M: Yongbok Kim <yongbok.kim@imgtec.com>
167 S: Maintained
168 F: target/mips/
169 F: hw/mips/
170 F: hw/misc/mips_*
171 F: hw/intc/mips_gic.c
172 F: hw/timer/mips_gictimer.c
173 F: include/hw/mips/
174 F: include/hw/misc/mips_*
175 F: include/hw/intc/mips_gic.h
176 F: include/hw/timer/mips_gictimer.h
177 F: tests/tcg/mips/
178 F: disas/mips.c
180 Moxie
181 M: Anthony Green <green@moxielogic.com>
182 S: Maintained
183 F: target/moxie/
184 F: disas/moxie.c
185 F: hw/moxie/
186 F: default-configs/moxie-softmmu.mak
188 NiosII
189 M: Chris Wulff <crwulff@gmail.com>
190 M: Marek Vasut <marex@denx.de>
191 S: Maintained
192 F: target/nios2/
193 F: hw/nios2/
194 F: disas/nios2.c
196 OpenRISC
197 M: Stafford Horne <shorne@gmail.com>
198 S: Odd Fixes
199 F: target/openrisc/
200 F: hw/openrisc/
201 F: tests/tcg/openrisc/
203 PowerPC
204 M: David Gibson <david@gibson.dropbear.id.au>
205 M: Alexander Graf <agraf@suse.de>
206 L: qemu-ppc@nongnu.org
207 S: Maintained
208 F: target/ppc/
209 F: hw/ppc/
210 F: include/hw/ppc/
211 F: disas/ppc.c
213 S390
214 M: Richard Henderson <rth@twiddle.net>
215 M: Alexander Graf <agraf@suse.de>
216 S: Maintained
217 F: target/s390x/
218 F: hw/s390x/
219 F: disas/s390.c
222 M: Aurelien Jarno <aurelien@aurel32.net>
223 S: Odd Fixes
224 F: target/sh4/
225 F: hw/sh4/
226 F: disas/sh4.c
227 F: include/hw/sh4/
229 SPARC
230 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
231 M: Artyom Tarasenko <atar4qemu@gmail.com>
232 S: Maintained
233 F: target/sparc/
234 F: hw/sparc/
235 F: hw/sparc64/
236 F: disas/sparc.c
238 UniCore32
239 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
240 S: Maintained
241 F: target/unicore32/
242 F: hw/unicore32/
243 F: include/hw/unicore32/
246 M: Paolo Bonzini <pbonzini@redhat.com>
247 M: Richard Henderson <rth@twiddle.net>
248 M: Eduardo Habkost <ehabkost@redhat.com>
249 S: Maintained
250 F: target/i386/
251 F: hw/i386/
252 F: disas/i386.c
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/s390x/
794 F: include/hw/s390x/
795 F: pc-bios/s390-ccw/
796 F: hw/watchdog/wdt_diag288.c
797 F: include/hw/watchdog/wdt_diag288.h
798 F: pc-bios/s390-ccw.img
799 F: default-configs/s390x-softmmu.mak
800 T: git git://github.com/cohuck/qemu.git s390-next
801 T: git git://github.com/borntraeger/qemu.git s390-next
803 UniCore32 Machines
804 -------------
805 PKUnity-3 SoC initramfs-with-busybox
806 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
807 S: Maintained
808 F: hw/*/puv3*
809 F: hw/unicore32/
811 X86 Machines
812 ------------
814 M: Michael S. Tsirkin <mst@redhat.com>
815 S: Supported
816 F: include/hw/i386/
817 F: hw/i386/
818 F: hw/pci-host/piix.c
819 F: hw/pci-host/q35.c
820 F: hw/pci-host/pam.c
821 F: include/hw/pci-host/q35.h
822 F: include/hw/pci-host/pam.h
823 F: hw/isa/piix4.c
824 F: hw/isa/lpc_ich9.c
825 F: hw/i2c/smbus_ich9.c
826 F: hw/acpi/piix4.c
827 F: hw/acpi/ich9.c
828 F: include/hw/acpi/ich9.h
829 F: include/hw/acpi/piix4.h
830 F: hw/misc/sga.c
832 PC Chipset
833 M: Michael S. Tsirkin <mst@redhat.com>
834 M: Paolo Bonzini <pbonzini@redhat.com>
835 S: Support
836 F: hw/char/debugcon.c
837 F: hw/char/parallel.c
838 F: hw/char/serial*
839 F: hw/dma/i8257*
840 F: hw/i2c/pm_smbus.c
841 F: hw/intc/apic*
842 F: hw/intc/ioapic*
843 F: hw/intc/i8259*
844 F: hw/misc/debugexit.c
845 F: hw/misc/pc-testdev.c
846 F: hw/timer/hpet*
847 F: hw/timer/i8254*
848 F: hw/timer/mc146818rtc*
849 F: include/hw/i2c/pm_smbus.h
850 F: include/hw/timer/hpet.h
851 F: include/hw/timer/i8254*
852 F: include/hw/timer/mc146818rtc*
854 Machine core
855 M: Eduardo Habkost <ehabkost@redhat.com>
856 M: Marcel Apfelbaum <marcel@redhat.com>
857 S: Supported
858 F: hw/core/machine.c
859 F: hw/core/null-machine.c
860 F: include/hw/boards.h
862 Xtensa Machines
863 ---------------
865 M: Max Filippov <jcmvbkbc@gmail.com>
866 S: Maintained
867 F: hw/xtensa/sim.c
869 XTFPGA (LX60, LX200, ML605, KC705)
870 M: Max Filippov <jcmvbkbc@gmail.com>
871 S: Maintained
872 F: hw/xtensa/xtfpga.c
873 F: hw/net/opencores_eth.c
875 Devices
876 -------
878 M: Jiri Slaby <jslaby@suse.cz>
879 S: Maintained
880 F: hw/misc/edu.c
883 M: John Snow <jsnow@redhat.com>
884 L: qemu-block@nongnu.org
885 S: Supported
886 F: include/hw/ide.h
887 F: include/hw/ide/
888 F: hw/ide/
889 F: hw/block/block.c
890 F: hw/block/cdrom.c
891 F: hw/block/hd-geometry.c
892 F: tests/ide-test.c
893 F: tests/ahci-test.c
894 F: tests/libqos/ahci*
895 T: git git://github.com/jnsnow/qemu.git ide
897 Floppy
898 M: John Snow <jsnow@redhat.com>
899 L: qemu-block@nongnu.org
900 S: Supported
901 F: hw/block/fdc.c
902 F: include/hw/block/fdc.h
903 F: tests/fdc-test.c
904 T: git git://github.com/jnsnow/qemu.git ide
906 OMAP
907 M: Peter Maydell <peter.maydell@linaro.org>
908 S: Maintained
909 F: hw/*/omap*
910 F: include/hw/arm/omap.h
912 IPack
913 M: Alberto Garcia <berto@igalia.com>
914 S: Odd Fixes
915 F: hw/char/ipoctal232.c
916 F: hw/ipack/
919 M: Michael S. Tsirkin <mst@redhat.com>
920 M: Marcel Apfelbaum <marcel@redhat.com>
921 S: Supported
922 F: include/hw/pci/*
923 F: hw/misc/pci-testdev.c
924 F: hw/pci/*
925 F: hw/pci-bridge/*
927 ACPI/SMBIOS
928 M: Michael S. Tsirkin <mst@redhat.com>
929 M: Igor Mammedov <imammedo@redhat.com>
930 S: Supported
931 F: include/hw/acpi/*
932 F: include/hw/smbios/*
933 F: hw/mem/*
934 F: hw/acpi/*
935 F: hw/smbios/*
936 F: hw/i386/acpi-build.[hc]
937 F: hw/arm/virt-acpi-build.c
938 F: tests/bios-tables-test.c
939 F: tests/acpi-utils.[hc]
941 ppc4xx
942 M: Alexander Graf <agraf@suse.de>
943 L: qemu-ppc@nongnu.org
944 S: Odd Fixes
945 F: hw/ppc/ppc4*.c
946 F: include/hw/ppc/ppc4xx.h
948 ppce500
949 M: Alexander Graf <agraf@suse.de>
950 L: qemu-ppc@nongnu.org
951 S: Supported
952 F: hw/ppc/e500*
953 F: hw/pci-host/ppce500.c
954 F: hw/net/fsl_etsec/
956 Character devices
957 M: Paolo Bonzini <pbonzini@redhat.com>
958 S: Odd Fixes
959 F: hw/char/
961 Network devices
962 M: Jason Wang <jasowang@redhat.com>
963 S: Odd Fixes
964 F: hw/net/
965 F: tests/virtio-net-test.c
966 T: git git://github.com/jasowang/qemu.git net
968 SCSI
969 M: Paolo Bonzini <pbonzini@redhat.com>
970 S: Supported
971 F: include/hw/scsi/*
972 F: hw/scsi/*
973 F: tests/virtio-scsi-test.c
974 T: git git://github.com/bonzini/qemu.git scsi-next
976 LSI53C895A
977 S: Orphan
978 F: hw/scsi/lsi53c895a.c
981 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
982 S: Maintained
983 F: hw/ssi/*
984 F: hw/block/m25p80.c
985 X: hw/ssi/xilinx_*
987 Xilinx SPI
988 M: Alistair Francis <alistair.francis@xilinx.com>
989 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
990 S: Maintained
991 F: hw/ssi/xilinx_*
994 M: Gerd Hoffmann <kraxel@redhat.com>
995 S: Maintained
996 F: hw/usb/*
997 F: tests/usb-*-test.c
998 F: docs/usb2.txt
999 F: docs/usb-storage.txt
1000 F: include/hw/usb.h
1001 F: include/hw/usb/
1003 USB (serial adapter)
1004 M: Gerd Hoffmann <kraxel@redhat.com>
1005 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1006 S: Maintained
1007 F: hw/usb/dev-serial.c
1009 VFIO
1010 M: Alex Williamson <alex.williamson@redhat.com>
1011 S: Supported
1012 F: hw/vfio/*
1013 F: include/hw/vfio/
1015 vfio-ccw
1016 M: Cornelia Huck <cohuck@redhat.com>
1017 S: Supported
1018 F: hw/vfio/ccw.c
1019 F: hw/s390x/s390-ccw.c
1020 F: include/hw/s390x/s390-ccw.h
1021 T: git git://github.com/cohuck/qemu.git s390-next
1023 vhost
1024 M: Michael S. Tsirkin <mst@redhat.com>
1025 S: Supported
1026 F: hw/*/*vhost*
1028 virtio
1029 M: Michael S. Tsirkin <mst@redhat.com>
1030 S: Supported
1031 F: hw/*/virtio*
1032 F: hw/virtio/Makefile.objs
1033 F: hw/virtio/trace-events
1034 F: net/vhost-user.c
1035 F: include/hw/virtio/
1036 F: tests/virtio-balloon-test.c
1038 virtio-9p
1039 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1040 M: Greg Kurz <groug@kaod.org>
1041 S: Supported
1042 F: hw/9pfs/
1043 F: fsdev/
1044 F: tests/virtio-9p-test.c
1045 T: git git://github.com/kvaneesh/QEMU.git
1046 T: git git://github.com/gkurz/qemu.git 9p-next
1048 virtio-blk
1049 M: Stefan Hajnoczi <stefanha@redhat.com>
1050 L: qemu-block@nongnu.org
1051 S: Supported
1052 F: hw/block/virtio-blk.c
1053 F: hw/block/dataplane/*
1054 F: tests/virtio-blk-test.c
1055 T: git git://github.com/stefanha/qemu.git block
1057 virtio-ccw
1058 M: Cornelia Huck <cohuck@redhat.com>
1059 M: Christian Borntraeger <borntraeger@de.ibm.com>
1060 S: Supported
1061 F: hw/s390x/virtio-ccw.[hc]
1062 T: git git://github.com/cohuck/qemu.git s390-next
1063 T: git git://github.com/borntraeger/qemu.git s390-next
1065 virtio-input
1066 M: Gerd Hoffmann <kraxel@redhat.com>
1067 S: Maintained
1068 F: hw/input/virtio-input*.c
1069 F: include/hw/virtio/virtio-input.h
1071 virtio-serial
1072 M: Amit Shah <amit@kernel.org>
1073 S: Supported
1074 F: hw/char/virtio-serial-bus.c
1075 F: hw/char/virtio-console.c
1076 F: include/hw/virtio/virtio-serial.h
1077 F: tests/virtio-console-test.c
1078 F: tests/virtio-serial-test.c
1080 virtio-rng
1081 M: Amit Shah <amit@kernel.org>
1082 S: Supported
1083 F: hw/virtio/virtio-rng.c
1084 F: include/hw/virtio/virtio-rng.h
1085 F: include/sysemu/rng*.h
1086 F: backends/rng*.c
1087 F: tests/virtio-rng-test.c
1089 virtio-crypto
1090 M: Gonglei <arei.gonglei@huawei.com>
1091 S: Supported
1092 F: hw/virtio/virtio-crypto.c
1093 F: hw/virtio/virtio-crypto-pci.c
1094 F: include/hw/virtio/virtio-crypto.h
1096 nvme
1097 M: Keith Busch <keith.busch@intel.com>
1098 L: qemu-block@nongnu.org
1099 S: Supported
1100 F: hw/block/nvme*
1101 F: tests/nvme-test.c
1103 megasas
1104 M: Hannes Reinecke <hare@suse.de>
1105 L: qemu-block@nongnu.org
1106 S: Supported
1107 F: hw/scsi/megasas.c
1108 F: hw/scsi/mfi.h
1110 Network packet abstractions
1111 M: Dmitry Fleytman <dmitry@daynix.com>
1112 S: Maintained
1113 F: include/net/eth.h
1114 F: net/eth.c
1115 F: hw/net/net_rx_pkt*
1116 F: hw/net/net_tx_pkt*
1118 Vmware
1119 M: Dmitry Fleytman <dmitry@daynix.com>
1120 S: Maintained
1121 F: hw/net/vmxnet*
1122 F: hw/scsi/vmw_pvscsi*
1124 Rocker
1125 M: Jiri Pirko <jiri@resnulli.us>
1126 S: Maintained
1127 F: hw/net/rocker/
1128 F: tests/rocker/
1129 F: docs/specs/rocker.txt
1131 NVDIMM
1132 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1133 S: Maintained
1134 F: hw/acpi/nvdimm.c
1135 F: hw/mem/nvdimm.c
1136 F: include/hw/mem/nvdimm.h
1138 e1000x
1139 M: Dmitry Fleytman <dmitry@daynix.com>
1140 S: Maintained
1141 F: hw/net/e1000x*
1143 e1000e
1144 M: Dmitry Fleytman <dmitry@daynix.com>
1145 S: Maintained
1146 F: hw/net/e1000e*
1148 Generic Loader
1149 M: Alistair Francis <alistair.francis@xilinx.com>
1150 S: Maintained
1151 F: hw/core/generic-loader.c
1152 F: include/hw/core/generic-loader.h
1154 CHRP NVRAM
1155 M: Thomas Huth <thuth@redhat.com>
1156 S: Maintained
1157 F: hw/nvram/chrp_nvram.c
1158 F: include/hw/nvram/chrp_nvram.h
1159 F: tests/prom-env-test.c
1161 VM Generation ID
1162 M: Ben Warren <ben@skyportsystems.com>
1163 S: Maintained
1164 F: hw/acpi/vmgenid.c
1165 F: include/hw/acpi/vmgenid.h
1166 F: docs/specs/vmgenid.txt
1167 F: tests/vmgenid-test.c
1168 F: stubs/vmgenid.c
1170 Unimplemented device
1171 M: Peter Maydell <peter.maydell@linaro.org>
1172 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1173 S: Maintained
1174 F: include/hw/misc/unimp.h
1175 F: hw/misc/unimp.c
1177 Subsystems
1178 ----------
1179 Audio
1180 M: Gerd Hoffmann <kraxel@redhat.com>
1181 S: Maintained
1182 F: audio/
1183 F: hw/audio/
1184 F: include/hw/audio/
1185 F: tests/ac97-test.c
1186 F: tests/es1370-test.c
1187 F: tests/intel-hda-test.c
1189 Block layer core
1190 M: Kevin Wolf <kwolf@redhat.com>
1191 M: Max Reitz <mreitz@redhat.com>
1192 L: qemu-block@nongnu.org
1193 S: Supported
1194 F: block*
1195 F: block/
1196 F: hw/block/
1197 F: include/block/
1198 F: qemu-img*
1199 F: qemu-io*
1200 F: tests/qemu-iotests/
1201 F: util/qemu-progress.c
1202 T: git git://repo.or.cz/qemu/kevin.git block
1204 Block I/O path
1205 M: Stefan Hajnoczi <stefanha@redhat.com>
1206 M: Fam Zheng <famz@redhat.com>
1207 L: qemu-block@nongnu.org
1208 S: Supported
1209 F: util/async.c
1210 F: util/aio-*.c
1211 F: block/io.c
1212 F: migration/block*
1213 F: include/block/aio.h
1214 T: git git://github.com/stefanha/qemu.git block
1216 Block Jobs
1217 M: Jeff Cody <jcody@redhat.com>
1218 L: qemu-block@nongnu.org
1219 S: Supported
1220 F: blockjob.c
1221 F: include/block/blockjob.h
1222 F: block/backup.c
1223 F: block/commit.c
1224 F: block/stream.c
1225 F: block/mirror.c
1226 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1228 Block QAPI, monitor, command line
1229 M: Markus Armbruster <armbru@redhat.com>
1230 S: Supported
1231 F: blockdev.c
1232 F: block/qapi.c
1233 F: qapi/block*.json
1234 T: git git://repo.or.cz/qemu/armbru.git block-next
1236 Dirty Bitmaps
1237 M: Fam Zheng <famz@redhat.com>
1238 M: John Snow <jsnow@redhat.com>
1239 L: qemu-block@nongnu.org
1240 S: Supported
1241 F: util/hbitmap.c
1242 F: block/dirty-bitmap.c
1243 F: include/qemu/hbitmap.h
1244 F: include/block/dirty-bitmap.h
1245 F: tests/test-hbitmap.c
1246 F: docs/bitmaps.md
1247 T: git git://github.com/famz/qemu.git bitmaps
1248 T: git git://github.com/jnsnow/qemu.git bitmaps
1250 Character device backends
1251 M: Paolo Bonzini <pbonzini@redhat.com>
1252 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1253 S: Maintained
1254 F: chardev/
1255 F: include/chardev/
1257 Character Devices (Braille)
1258 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1259 S: Maintained
1260 F: chardev/baum.c
1262 Command line option argument parsing
1263 M: Markus Armbruster <armbru@redhat.com>
1264 S: Supported
1265 F: include/qemu/option.h
1266 F: tests/test-keyval.c
1267 F: tests/test-qemu-opts.c
1268 F: util/keyval.c
1269 F: util/qemu-option.c
1271 Coverity model
1272 M: Markus Armbruster <armbru@redhat.com>
1273 S: Supported
1274 F: scripts/coverity-model.c
1277 L: qemu-devel@nongnu.org
1278 S: Supported
1279 F: qom/cpu.c
1280 F: include/qom/cpu.h
1282 Device Tree
1283 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1284 M: Alexander Graf <agraf@suse.de>
1285 S: Maintained
1286 F: device_tree.c
1287 F: include/sysemu/device_tree.h
1289 Error reporting
1290 M: Markus Armbruster <armbru@redhat.com>
1291 S: Supported
1292 F: include/qapi/error.h
1293 F: include/qemu/error-report.h
1294 F: util/error.c
1295 F: util/qemu-error.c
1297 GDB stub
1298 L: qemu-devel@nongnu.org
1299 S: Odd Fixes
1300 F: gdbstub*
1301 F: gdb-xml/
1303 Memory API
1304 M: Paolo Bonzini <pbonzini@redhat.com>
1305 S: Supported
1306 F: include/exec/ioport.h
1307 F: ioport.c
1308 F: include/exec/memory.h
1309 F: include/exec/ram_addr.h
1310 F: memory.c
1311 F: include/exec/memory-internal.h
1312 F: exec.c
1314 SPICE
1315 M: Gerd Hoffmann <kraxel@redhat.com>
1316 S: Supported
1317 F: include/ui/qemu-spice.h
1318 F: include/ui/spice-display.h
1319 F: ui/spice-*.c
1320 F: audio/spiceaudio.c
1321 F: hw/display/qxl*
1323 Graphics
1324 M: Gerd Hoffmann <kraxel@redhat.com>
1325 S: Odd Fixes
1326 F: ui/
1327 F: include/ui/
1329 Cocoa graphics
1330 M: Peter Maydell <peter.maydell@linaro.org>
1331 S: Odd Fixes
1332 F: ui/cocoa.m
1334 Main loop
1335 M: Paolo Bonzini <pbonzini@redhat.com>
1336 S: Maintained
1337 F: cpus.c
1338 F: util/main-loop.c
1339 F: util/qemu-timer.c
1340 F: vl.c
1342 Human Monitor (HMP)
1343 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1344 S: Maintained
1345 F: monitor.c
1346 F: hmp.[ch]
1347 F: hmp-commands*.hx
1348 F: include/monitor/hmp-target.h
1349 F: tests/test-hmp.c
1351 Network device backends
1352 M: Jason Wang <jasowang@redhat.com>
1353 S: Maintained
1354 F: net/
1355 F: include/net/
1356 T: git git://github.com/jasowang/qemu.git net
1358 Netmap network backend
1359 M: Luigi Rizzo <rizzo@iet.unipi.it>
1360 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1361 M: Vincenzo Maffione <v.maffione@gmail.com>
1362 W: http://info.iet.unipi.it/~luigi/netmap/
1363 S: Maintained
1364 F: net/netmap.c
1366 NUMA
1367 M: Eduardo Habkost <ehabkost@redhat.com>
1368 S: Maintained
1369 F: numa.c
1370 F: include/sysemu/numa.h
1371 T: git git://github.com/ehabkost/qemu.git numa
1373 Host Memory Backends
1374 M: Eduardo Habkost <ehabkost@redhat.com>
1375 M: Igor Mammedov <imammedo@redhat.com>
1376 S: Maintained
1377 F: backends/hostmem*.c
1378 F: include/sysemu/hostmem.h
1380 Cryptodev Backends
1381 M: Gonglei <arei.gonglei@huawei.com>
1382 S: Maintained
1383 F: include/sysemu/cryptodev*.h
1384 F: backends/cryptodev*.c
1386 QAPI
1387 M: Markus Armbruster <armbru@redhat.com>
1388 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1389 S: Supported
1390 F: qapi/
1391 X: qapi/*.json
1392 F: include/qapi/
1393 X: include/qapi/qmp/
1394 F: include/qapi/qmp/dispatch.h
1395 F: tests/qapi-schema/
1396 F: tests/test-*-visitor.c
1397 F: tests/test-qapi-*.c
1398 F: tests/test-qmp-*.c
1399 F: tests/test-visitor-serialization.c
1400 F: scripts/qapi*
1401 F: docs/qapi*
1402 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1404 QAPI Schema
1405 M: Eric Blake <eblake@redhat.com>
1406 M: Markus Armbruster <armbru@redhat.com>
1407 S: Supported
1408 F: qapi-schema.json
1409 F: qapi/*.json
1410 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1412 QObject
1413 M: Markus Armbruster <armbru@redhat.com>
1414 S: Supported
1415 F: qobject/
1416 F: include/qapi/qmp/
1417 X: include/qapi/qmp/dispatch.h
1418 F: scripts/coccinelle/qobject.cocci
1419 F: tests/check-qdict.c
1420 F: tests/check-qnum.c
1421 F: tests/check-qjson.c
1422 F: tests/check-qlist.c
1423 F: tests/check-qstring.c
1424 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1426 QEMU Guest Agent
1427 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1428 S: Maintained
1429 F: qga/
1430 T: git git://github.com/mdroth/qemu.git qga
1433 M: Andreas Färber <afaerber@suse.de>
1434 S: Supported
1435 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1436 F: include/qom/
1437 X: include/qom/cpu.h
1438 F: qom/
1439 X: qom/cpu.c
1440 F: tests/check-qom-interface.c
1441 F: tests/check-qom-proplist.c
1442 F: tests/qom-test.c
1445 M: Markus Armbruster <armbru@redhat.com>
1446 S: Supported
1447 F: qmp.c
1448 F: monitor.c
1449 F: docs/*qmp-*
1450 F: scripts/qmp/
1451 F: tests/qmp-test.c
1452 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1454 Register API
1455 M: Alistair Francis <alistair.francis@xilinx.com>
1456 S: Maintained
1457 F: hw/core/register.c
1458 F: include/hw/register.h
1460 SLIRP
1461 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1462 M: Jan Kiszka <jan.kiszka@siemens.com>
1463 S: Maintained
1464 F: slirp/
1465 F: net/slirp.c
1466 F: include/net/slirp.h
1467 T: git git://git.kiszka.org/qemu.git queues/slirp
1469 Stubs
1470 M: Paolo Bonzini <pbonzini@redhat.com>
1471 S: Maintained
1472 F: stubs/
1474 Tracing
1475 M: Stefan Hajnoczi <stefanha@redhat.com>
1476 S: Maintained
1477 F: trace/
1478 F: scripts/tracetool.py
1479 F: scripts/tracetool/
1480 F: docs/tracing.txt
1481 T: git git://github.com/stefanha/qemu.git tracing
1483 Checkpatch
1484 S: Odd Fixes
1485 F: scripts/checkpatch.pl
1487 Migration
1488 M: Juan Quintela <quintela@redhat.com>
1489 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1490 S: Maintained
1491 F: include/migration/
1492 F: migration/
1493 F: scripts/vmstate-static-checker.py
1494 F: tests/vmstate-static-checker-data/
1495 F: docs/migration.txt
1497 Seccomp
1498 M: Eduardo Otubo <otubo@redhat.com>
1499 S: Supported
1500 F: qemu-seccomp.c
1501 F: include/sysemu/seccomp.h
1503 Cryptography
1504 M: Daniel P. Berrange <berrange@redhat.com>
1505 S: Maintained
1506 F: crypto/
1507 F: include/crypto/
1508 F: tests/test-crypto-*
1509 F: qemu.sasl
1511 Coroutines
1512 M: Stefan Hajnoczi <stefanha@redhat.com>
1513 M: Kevin Wolf <kwolf@redhat.com>
1514 F: util/*coroutine*
1515 F: include/qemu/coroutine*
1516 F: tests/test-coroutine.c
1518 Buffers
1519 M: Daniel P. Berrange <berrange@redhat.com>
1520 S: Odd fixes
1521 F: util/buffer.c
1522 F: include/qemu/buffer.h
1524 I/O Channels
1525 M: Daniel P. Berrange <berrange@redhat.com>
1526 S: Maintained
1527 F: io/
1528 F: include/io/
1529 F: tests/test-io-*
1531 Sockets
1532 M: Daniel P. Berrange <berrange@redhat.com>
1533 M: Gerd Hoffmann <kraxel@redhat.com>
1534 M: Paolo Bonzini <pbonzini@redhat.com>
1535 S: Maintained
1536 F: include/qemu/sockets.h
1537 F: util/qemu-sockets.c
1539 Throttling infrastructure
1540 M: Alberto Garcia <berto@igalia.com>
1541 S: Supported
1542 F: block/throttle-groups.c
1543 F: include/block/throttle-groups.h
1544 F: include/qemu/throttle.h
1545 F: util/throttle.c
1546 L: qemu-block@nongnu.org
1548 UUID
1549 M: Fam Zheng <famz@redhat.com>
1550 S: Supported
1551 F: util/uuid.c
1552 F: include/qemu/uuid.h
1553 F: tests/test-uuid.c
1555 COLO Framework
1556 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1557 S: Maintained
1558 F: migration/colo*
1559 F: include/migration/colo.h
1560 F: include/migration/failover.h
1561 F: docs/COLO-FT.txt
1563 COLO Proxy
1564 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1565 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1566 S: Supported
1567 F: docs/colo-proxy.txt
1568 F: net/colo*
1569 F: net/filter-rewriter.c
1570 F: net/filter-mirror.c
1572 Record/replay
1573 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1574 R: Paolo Bonzini <pbonzini@redhat.com>
1575 W: http://wiki.qemu.org/Features/record-replay
1576 S: Supported
1577 F: replay/*
1578 F: block/blkreplay.c
1579 F: net/filter-replay.c
1580 F: include/sysemu/replay.h
1581 F: docs/replay.txt
1582 F: stubs/replay.c
1584 Usermode Emulation
1585 ------------------
1586 Overall
1587 M: Riku Voipio <riku.voipio@iki.fi>
1588 S: Maintained
1589 F: thunk.c
1590 F: user-exec.c
1591 F: user-exec-stub.c
1593 BSD user
1594 S: Orphan
1595 F: bsd-user/
1596 F: default-configs/*-bsd-user.mak
1598 Linux user
1599 M: Riku Voipio <riku.voipio@iki.fi>
1600 R: Laurent Vivier <laurent@vivier.eu>
1601 S: Maintained
1602 F: linux-user/
1603 F: default-configs/*-linux-user.mak
1605 Tiny Code Generator (TCG)
1606 -------------------------
1607 Common code
1608 M: Richard Henderson <rth@twiddle.net>
1609 S: Maintained
1610 F: tcg/
1612 AArch64 target
1613 M: Claudio Fontana <claudio.fontana@huawei.com>
1614 M: Claudio Fontana <claudio.fontana@gmail.com>
1615 S: Maintained
1616 L: qemu-arm@nongnu.org
1617 F: tcg/aarch64/
1618 F: disas/arm-a64.cc
1619 F: disas/libvixl/
1621 ARM target
1622 M: Andrzej Zaborowski <balrogg@gmail.com>
1623 S: Maintained
1624 L: qemu-arm@nongnu.org
1625 F: tcg/arm/
1626 F: disas/arm.c
1628 i386 target
1629 L: qemu-devel@nongnu.org
1630 S: Maintained
1631 F: tcg/i386/
1632 F: disas/i386.c
1634 IA64 target
1635 M: Aurelien Jarno <aurelien@aurel32.net>
1636 S: Maintained
1637 F: tcg/ia64/
1638 F: disas/ia64.c
1640 MIPS target
1641 M: Aurelien Jarno <aurelien@aurel32.net>
1642 S: Maintained
1643 F: tcg/mips/
1644 F: disas/mips.c
1647 M: Richard Henderson <rth@twiddle.net>
1648 S: Odd Fixes
1649 F: tcg/ppc/
1650 F: disas/ppc.c
1652 S390 target
1653 M: Alexander Graf <agraf@suse.de>
1654 M: Richard Henderson <rth@twiddle.net>
1655 S: Maintained
1656 F: tcg/s390/
1657 F: disas/s390.c
1659 SPARC target
1660 S: Odd Fixes
1661 F: tcg/sparc/
1662 F: disas/sparc.c
1664 TCI target
1665 M: Stefan Weil <sw@weilnetz.de>
1666 S: Maintained
1667 F: tcg/tci/
1668 F: tcg/tci.c
1669 F: disas/tci.c
1671 Block drivers
1672 -------------
1673 VMDK
1674 M: Fam Zheng <famz@redhat.com>
1675 L: qemu-block@nongnu.org
1676 S: Supported
1677 F: block/vmdk.c
1680 M: Josh Durgin <jdurgin@redhat.com>
1681 M: Jeff Cody <jcody@redhat.com>
1682 L: qemu-block@nongnu.org
1683 S: Supported
1684 F: block/rbd.c
1685 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1687 Sheepdog
1688 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1689 M: Liu Yuan <namei.unix@gmail.com>
1690 M: Jeff Cody <jcody@redhat.com>
1691 L: qemu-block@nongnu.org
1692 L: sheepdog@lists.wpkg.org
1693 S: Supported
1694 F: block/sheepdog.c
1695 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1697 VHDX
1698 M: Jeff Cody <jcody@redhat.com>
1699 L: qemu-block@nongnu.org
1700 S: Supported
1701 F: block/vhdx*
1702 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1705 M: Stefan Weil <sw@weilnetz.de>
1706 L: qemu-block@nongnu.org
1707 S: Maintained
1708 F: block/vdi.c
1710 iSCSI
1711 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1712 M: Paolo Bonzini <pbonzini@redhat.com>
1713 M: Peter Lieven <pl@kamp.de>
1714 L: qemu-block@nongnu.org
1715 S: Supported
1716 F: block/iscsi.c
1717 F: block/iscsi-opts.c
1719 Network Block Device (NBD)
1720 M: Eric Blake <eblake@redhat.com>
1721 M: Paolo Bonzini <pbonzini@redhat.com>
1722 L: qemu-block@nongnu.org
1723 S: Maintained
1724 F: block/nbd*
1725 F: nbd/
1726 F: include/block/nbd*
1727 F: qemu-nbd.*
1728 F: blockdev-nbd.c
1729 T: git git://repo.or.cz/qemu/ericb.git nbd
1732 M: Jeff Cody <jcody@redhat.com>
1733 M: Peter Lieven <pl@kamp.de>
1734 L: qemu-block@nongnu.org
1735 S: Maintained
1736 F: block/nfs.c
1737 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1740 M: Richard W.M. Jones <rjones@redhat.com>
1741 M: Jeff Cody <jcody@redhat.com>
1742 L: qemu-block@nongnu.org
1743 S: Supported
1744 F: block/ssh.c
1745 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1747 CURL
1748 M: Jeff Cody <jcody@redhat.com>
1749 L: qemu-block@nongnu.org
1750 S: Supported
1751 F: block/curl.c
1752 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1754 GLUSTER
1755 M: Jeff Cody <jcody@redhat.com>
1756 L: qemu-block@nongnu.org
1757 S: Supported
1758 F: block/gluster.c
1759 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1761 Null Block Driver
1762 M: Fam Zheng <famz@redhat.com>
1763 L: qemu-block@nongnu.org
1764 S: Supported
1765 F: block/null.c
1767 Bootdevice
1768 M: Gonglei <arei.gonglei@huawei.com>
1769 S: Maintained
1770 F: bootdevice.c
1772 Quorum
1773 M: Alberto Garcia <berto@igalia.com>
1774 S: Supported
1775 F: block/quorum.c
1776 L: qemu-block@nongnu.org
1778 blkverify
1779 M: Stefan Hajnoczi <stefanha@redhat.com>
1780 L: qemu-block@nongnu.org
1781 S: Supported
1782 F: block/blkverify.c
1784 bochs
1785 M: Stefan Hajnoczi <stefanha@redhat.com>
1786 L: qemu-block@nongnu.org
1787 S: Supported
1788 F: block/bochs.c
1790 cloop
1791 M: Stefan Hajnoczi <stefanha@redhat.com>
1792 L: qemu-block@nongnu.org
1793 S: Supported
1794 F: block/cloop.c
1797 M: Stefan Hajnoczi <stefanha@redhat.com>
1798 L: qemu-block@nongnu.org
1799 S: Supported
1800 F: block/dmg.c
1802 parallels
1803 M: Stefan Hajnoczi <stefanha@redhat.com>
1804 M: Denis V. Lunev <den@openvz.org>
1805 L: qemu-block@nongnu.org
1806 S: Supported
1807 F: block/parallels.c
1808 F: docs/specs/parallels.txt
1811 M: Stefan Hajnoczi <stefanha@redhat.com>
1812 L: qemu-block@nongnu.org
1813 S: Supported
1814 F: block/qed.c
1817 M: Kevin Wolf <kwolf@redhat.com>
1818 L: qemu-block@nongnu.org
1819 S: Supported
1820 F: block/linux-aio.c
1821 F: include/block/raw-aio.h
1822 F: block/raw-format.c
1823 F: block/file-posix.c
1824 F: block/file-win32.c
1825 F: block/win32-aio.c
1827 qcow2
1828 M: Kevin Wolf <kwolf@redhat.com>
1829 M: Max Reitz <mreitz@redhat.com>
1830 L: qemu-block@nongnu.org
1831 S: Supported
1832 F: block/qcow2*
1834 qcow
1835 M: Kevin Wolf <kwolf@redhat.com>
1836 L: qemu-block@nongnu.org
1837 S: Supported
1838 F: block/qcow.c
1840 blkdebug
1841 M: Kevin Wolf <kwolf@redhat.com>
1842 M: Max Reitz <mreitz@redhat.com>
1843 L: qemu-block@nongnu.org
1844 S: Supported
1845 F: block/blkdebug.c
1848 M: Kevin Wolf <kwolf@redhat.com>
1849 L: qemu-block@nongnu.org
1850 S: Supported
1851 F: block/vpc.c
1853 vvfat
1854 M: Kevin Wolf <kwolf@redhat.com>
1855 L: qemu-block@nongnu.org
1856 S: Supported
1857 F: block/vvfat.c
1859 Image format fuzzer
1860 M: Stefan Hajnoczi <stefanha@redhat.com>
1861 L: qemu-block@nongnu.org
1862 S: Supported
1863 F: tests/image-fuzzer/
1865 Replication
1866 M: Wen Congyang <wencongyang2@huawei.com>
1867 M: Xie Changlong <xiechanglong.d@gmail.com>
1868 S: Supported
1869 F: replication*
1870 F: block/replication.c
1871 F: tests/test-replication.c
1872 F: docs/block-replication.txt
1874 Build and test automation
1875 -------------------------
1876 M: Alex Bennée <alex.bennee@linaro.org>
1877 M: Fam Zheng <famz@redhat.com>
1878 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1879 L: qemu-devel@nongnu.org
1880 S: Maintained
1881 F: .travis.yml
1882 F: .shippable.yml
1883 F: tests/docker/
1884 W: https://travis-ci.org/qemu/qemu
1885 W: https://app.shippable.com/github/qemu/qemu
1886 W: http://patchew.org/QEMU/
1888 Documentation
1889 -------------
1890 Build system architecture
1891 M: Daniel P. Berrange <berrange@redhat.com>
1892 S: Odd Fixes
1893 F: docs/build-system.txt