doc/usb2: fix typo
[qemu/ar7.git] / MAINTAINERS
blob6a3df667787e201f18e03160b2efb448025402c8
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         L: Mailing list that is relevant to this area
16         W: Web-page with status/info
17         Q: Patchwork web based patch tracking system site
18         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19         S: Status, one of the following:
20            Supported:   Someone is actually paid to look after this.
21            Maintained:  Someone actually looks after it.
22            Odd Fixes:   It has a maintainer but they don't have time to do
23                         much other than throw the odd patch in. See below.
24            Orphan:      No current maintainer [but maybe you could take the
25                         role as you write your new code].
26            Obsolete:    Old code. Something tagged obsolete generally means
27                         it has been replaced by a better system and you
28                         should be using that.
29         F: Files and directories with wildcard patterns.
30            A trailing slash includes all files and subdirectory files.
31            F:   drivers/net/    all files in and below drivers/net
32            F:   drivers/net/*   all files in drivers/net, but not below
33            F:   */net/*         all files in "any top level directory"/net
34            One pattern per line.  Multiple F: lines acceptable.
35         X: Files and directories that are NOT maintained, same rules as F:
36            Files exclusions are tested before file matches.
37            Can be useful for excluding a specific subdirectory, for instance:
38            F:   net/
39            X:   net/ipv6/
40            matches all files in and below net excluding net/ipv6/
41         K: Keyword perl extended regex pattern to match content in a
42            patch or file.  For instance:
43            K: of_get_profile
44               matches patches or files that contain "of_get_profile"
45            K: \b(printk|pr_(info|err))\b
46               matches patches or files that contain one or more of the words
47               printk, pr_info or pr_err
48            One regex pattern per line.  Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
60 Responsible Disclosure, Reporting Security Issues
61 ------------------------------
62 W: http://wiki.qemu.org/SecurityProcess
63 M: Michael S. Tsirkin <mst@redhat.com>
64 L: secalert@redhat.com
66 Trivial patches
67 ---------------
68 Trivial patches
69 M: Michael Tokarev <mjt@tls.msk.ru>
70 M: Laurent Vivier <laurent@vivier.eu>
71 S: Maintained
72 L: qemu-trivial@nongnu.org
73 K: ^Subject:.*(?i)trivial
74 T: git git://git.corpit.ru/qemu.git trivial-patches
75 T: git git://github.com/vivier/qemu.git trivial-patches
77 Guest CPU cores (TCG):
78 ----------------------
79 Overall
80 L: qemu-devel@nongnu.org
81 M: Paolo Bonzini <pbonzini@redhat.com>
82 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
83 M: Richard Henderson <rth@twiddle.net>
84 S: Maintained
85 F: cpu-exec.c
86 F: cpu-exec-common.c
87 F: cpus.c
88 F: cputlb.c
89 F: exec.c
90 F: softmmu_template.h
91 F: translate-all.*
92 F: translate-common.c
93 F: include/exec/cpu*.h
94 F: include/exec/exec-all.h
95 F: include/exec/helper*.h
96 F: include/exec/tb-hash.h
97 F: include/sysemu/cpus.h
99 FPU emulation
100 M: Aurelien Jarno <aurelien@aurel32.net>
101 M: Peter Maydell <peter.maydell@linaro.org>
102 S: Odd Fixes
103 F: fpu/
104 F: include/fpu/
106 Alpha
107 M: Richard Henderson <rth@twiddle.net>
108 S: Maintained
109 F: target/alpha/
110 F: hw/alpha/
111 F: tests/tcg/alpha/
112 F: disas/alpha.c
115 M: Peter Maydell <peter.maydell@linaro.org>
116 L: qemu-arm@nongnu.org
117 S: Maintained
118 F: target/arm/
119 F: hw/arm/
120 F: hw/cpu/a*mpcore.c
121 F: include/hw/cpu/a*mpcore.h
122 F: disas/arm.c
123 F: disas/arm-a64.cc
124 F: disas/libvixl/
126 CRIS
127 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
128 S: Maintained
129 F: target/cris/
130 F: hw/cris/
131 F: include/hw/cris/
132 F: tests/tcg/cris/
133 F: disas/cris.c
135 HPPA (PA-RISC)
136 M: Richard Henderson <rth@twiddle.net>
137 S: Maintained
138 F: target/hppa/
139 F: disas/hppa.c
141 LM32
142 M: Michael Walle <michael@walle.cc>
143 S: Maintained
144 F: target/lm32/
145 F: disas/lm32.c
146 F: hw/lm32/
147 F: hw/*/lm32_*
148 F: hw/*/milkymist-*
149 F: include/hw/char/lm32_juart.h
150 F: include/hw/lm32/
151 F: tests/tcg/lm32/
153 M68K
154 M: Laurent Vivier <laurent@vivier.eu>
155 S: Maintained
156 F: target/m68k/
157 F: disas/m68k.c
159 MicroBlaze
160 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
161 S: Maintained
162 F: target/microblaze/
163 F: hw/microblaze/
164 F: disas/microblaze.c
166 MIPS
167 M: Aurelien Jarno <aurelien@aurel32.net>
168 M: Yongbok Kim <yongbok.kim@imgtec.com>
169 S: Maintained
170 F: target/mips/
171 F: hw/mips/
172 F: hw/misc/mips_*
173 F: hw/intc/mips_gic.c
174 F: hw/timer/mips_gictimer.c
175 F: include/hw/mips/
176 F: include/hw/misc/mips_*
177 F: include/hw/intc/mips_gic.h
178 F: include/hw/timer/mips_gictimer.h
179 F: tests/tcg/mips/
180 F: disas/mips.c
182 Moxie
183 M: Anthony Green <green@moxielogic.com>
184 S: Maintained
185 F: target/moxie/
186 F: disas/moxie.c
187 F: hw/moxie/
188 F: default-configs/moxie-softmmu.mak
190 OpenRISC
191 M: Jia Liu <proljc@gmail.com>
192 S: Maintained
193 F: target/openrisc/
194 F: hw/openrisc/
195 F: tests/tcg/openrisc/
197 PowerPC
198 M: David Gibson <david@gibson.dropbear.id.au>
199 M: Alexander Graf <agraf@suse.de>
200 L: qemu-ppc@nongnu.org
201 S: Maintained
202 F: target/ppc/
203 F: hw/ppc/
204 F: include/hw/ppc/
205 F: disas/ppc.c
207 S390
208 M: Richard Henderson <rth@twiddle.net>
209 M: Alexander Graf <agraf@suse.de>
210 S: Maintained
211 F: target/s390x/
212 F: hw/s390x/
213 F: disas/s390.c
216 M: Aurelien Jarno <aurelien@aurel32.net>
217 S: Odd Fixes
218 F: target/sh4/
219 F: hw/sh4/
220 F: disas/sh4.c
221 F: include/hw/sh4/
223 SPARC
224 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
225 M: Artyom Tarasenko <atar4qemu@gmail.com>
226 S: Maintained
227 F: target/sparc/
228 F: hw/sparc/
229 F: hw/sparc64/
230 F: disas/sparc.c
232 UniCore32
233 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
234 S: Maintained
235 F: target/unicore32/
236 F: hw/unicore32/
237 F: include/hw/unicore32/
240 M: Paolo Bonzini <pbonzini@redhat.com>
241 M: Richard Henderson <rth@twiddle.net>
242 M: Eduardo Habkost <ehabkost@redhat.com>
243 S: Maintained
244 F: target/i386/
245 F: hw/i386/
246 F: disas/i386.c
248 Xtensa
249 M: Max Filippov <jcmvbkbc@gmail.com>
250 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
251 S: Maintained
252 F: target/xtensa/
253 F: hw/xtensa/
254 F: tests/tcg/xtensa/
256 TriCore
257 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
258 S: Maintained
259 F: target/tricore/
260 F: hw/tricore/
261 F: include/hw/tricore/
263 Guest CPU Cores (KVM):
264 ----------------------
266 Overall
267 M: Paolo Bonzini <pbonzini@redhat.com>
268 L: kvm@vger.kernel.org
269 S: Supported
270 F: kvm-*
271 F: */kvm.*
272 F: include/sysemu/kvm*.h
275 M: Peter Maydell <peter.maydell@linaro.org>
276 L: qemu-arm@nongnu.org
277 S: Maintained
278 F: target/arm/kvm.c
280 MIPS
281 M: James Hogan <james.hogan@imgtec.com>
282 S: Maintained
283 F: target/mips/kvm.c
286 M: Alexander Graf <agraf@suse.de>
287 S: Maintained
288 F: target/ppc/kvm.c
290 S390
291 M: Christian Borntraeger <borntraeger@de.ibm.com>
292 M: Cornelia Huck <cornelia.huck@de.ibm.com>
293 M: Alexander Graf <agraf@suse.de>
294 S: Maintained
295 F: target/s390x/kvm.c
296 F: target/s390x/ioinst.[ch]
297 F: target/s390x/machine.c
298 F: hw/intc/s390_flic.c
299 F: hw/intc/s390_flic_kvm.c
300 F: include/hw/s390x/s390_flic.h
301 F: gdb-xml/s390*.xml
302 T: git git://github.com/cohuck/qemu.git s390-next
303 T: git git://github.com/borntraeger/qemu.git s390-next
306 M: Paolo Bonzini <pbonzini@redhat.com>
307 M: Marcelo Tosatti <mtosatti@redhat.com>
308 L: kvm@vger.kernel.org
309 S: Supported
310 F: target/i386/kvm.c
312 Guest CPU Cores (Xen):
313 ----------------------
316 M: Stefano Stabellini <sstabellini@kernel.org>
317 M: Anthony Perard <anthony.perard@citrix.com>
318 L: xen-devel@lists.xensource.com
319 S: Supported
320 F: xen-*
321 F: */xen*
322 F: hw/char/xen_console.c
323 F: hw/display/xenfb.c
324 F: hw/net/xen_nic.c
325 F: hw/block/xen_*
326 F: hw/xen/
327 F: hw/xenpv/
328 F: hw/i386/xen/
329 F: include/hw/xen/
330 F: include/sysemu/xen-mapcache.h
332 Hosts:
333 ------
335 LINUX
336 L: qemu-devel@nongnu.org
337 S: Maintained
338 F: linux-*
339 F: linux-headers/
341 POSIX
342 L: qemu-devel@nongnu.org
343 S: Maintained
344 F: *posix*
346 W32, W64
347 L: qemu-devel@nongnu.org
348 M: Stefan Weil <sw@weilnetz.de>
349 S: Maintained
350 F: *win32*
351 F: */*win32*
352 F: include/*/*win32*
353 X: qga/*win32*
354 F: qemu.nsi
356 ARM Machines
357 ------------
358 Allwinner-a10
359 M: Beniamino Galvani <b.galvani@gmail.com>
360 L: qemu-arm@nongnu.org
361 S: Maintained
362 F: hw/*/allwinner*
363 F: include/hw/*/allwinner*
364 F: hw/arm/cubieboard.c
366 ARM PrimeCell
367 M: Peter Maydell <peter.maydell@linaro.org>
368 L: qemu-arm@nongnu.org
369 S: Maintained
370 F: hw/char/pl011.c
371 F: hw/display/pl110*
372 F: hw/dma/pl080.c
373 F: hw/dma/pl330.c
374 F: hw/gpio/pl061.c
375 F: hw/input/pl050.c
376 F: hw/intc/pl190.c
377 F: hw/sd/pl181.c
378 F: hw/timer/pl031.c
379 F: include/hw/arm/primecell.h
381 ARM cores
382 M: Peter Maydell <peter.maydell@linaro.org>
383 L: qemu-arm@nongnu.org
384 S: Maintained
385 F: hw/intc/arm*
386 F: hw/intc/gic_internal.h
387 F: hw/misc/a9scu.c
388 F: hw/misc/arm11scu.c
389 F: hw/timer/a9gtimer*
390 F: hw/timer/arm_*
391 F: include/hw/arm/arm.h
392 F: include/hw/intc/arm*
393 F: include/hw/misc/a9scu.h
394 F: include/hw/misc/arm11scu.h
395 F: include/hw/timer/a9gtimer.h
396 F: include/hw/timer/arm_mptimer.h
398 Exynos
399 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
400 L: qemu-arm@nongnu.org
401 S: Maintained
402 F: hw/*/exynos*
403 F: include/hw/arm/exynos4210.h
405 Calxeda Highbank
406 M: Rob Herring <robh@kernel.org>
407 L: qemu-arm@nongnu.org
408 S: Maintained
409 F: hw/arm/highbank.c
410 F: hw/net/xgmac.c
412 Canon DIGIC
413 M: Antony Pavlov <antonynpavlov@gmail.com>
414 L: qemu-arm@nongnu.org
415 S: Maintained
416 F: include/hw/arm/digic.h
417 F: hw/*/digic*
419 Gumstix
420 L: qemu-devel@nongnu.org
421 L: qemu-arm@nongnu.org
422 S: Orphan
423 F: hw/arm/gumstix.c
425 i.MX31
426 M: Peter Chubb <peter.chubb@nicta.com.au>
427 L: qemu-arm@nongnu.org
428 S: Odd fixes
429 F: hw/*/imx*
430 F: include/hw/*/imx*
431 F: hw/arm/kzm.c
432 F: include/hw/arm/fsl-imx31.h
434 Integrator CP
435 M: Peter Maydell <peter.maydell@linaro.org>
436 L: qemu-arm@nongnu.org
437 S: Maintained
438 F: hw/arm/integratorcp.c
439 F: hw/misc/arm_integrator_debug.c
441 Musicpal
442 M: Jan Kiszka <jan.kiszka@web.de>
443 L: qemu-arm@nongnu.org
444 S: Maintained
445 F: hw/arm/musicpal.c
447 nSeries
448 M: Andrzej Zaborowski <balrogg@gmail.com>
449 L: qemu-arm@nongnu.org
450 S: Maintained
451 F: hw/arm/nseries.c
453 Palm
454 M: Andrzej Zaborowski <balrogg@gmail.com>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/arm/palm.c
459 Real View
460 M: Peter Maydell <peter.maydell@linaro.org>
461 L: qemu-arm@nongnu.org
462 S: Maintained
463 F: hw/arm/realview*
464 F: hw/cpu/realview_mpcore.c
465 F: hw/intc/realview_gic.c
466 F: include/hw/intc/realview_gic.h
468 PXA2XX
469 M: Andrzej Zaborowski <balrogg@gmail.com>
470 L: qemu-arm@nongnu.org
471 S: Maintained
472 F: hw/arm/mainstone.c
473 F: hw/arm/spitz.c
474 F: hw/arm/tosa.c
475 F: hw/arm/z2.c
476 F: hw/*/pxa2xx*
477 F: hw/misc/mst_fpga.c
478 F: include/hw/arm/pxa.h
480 Stellaris
481 M: Peter Maydell <peter.maydell@linaro.org>
482 L: qemu-arm@nongnu.org
483 S: Maintained
484 F: hw/*/stellaris*
486 Versatile PB
487 M: Peter Maydell <peter.maydell@linaro.org>
488 L: qemu-arm@nongnu.org
489 S: Maintained
490 F: hw/*/versatile*
492 Xilinx Zynq
493 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
494 M: Alistair Francis <alistair.francis@xilinx.com>
495 L: qemu-arm@nongnu.org
496 S: Maintained
497 F: hw/*/xilinx_*
498 F: hw/*/cadence_*
499 F: hw/misc/zynq*
500 F: include/hw/misc/zynq*
501 X: hw/ssi/xilinx_*
503 Xilinx ZynqMP
504 M: Alistair Francis <alistair.francis@xilinx.com>
505 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
506 L: qemu-arm@nongnu.org
507 S: Maintained
508 F: hw/*/xlnx*.c
509 F: include/hw/*/xlnx*.h
511 ARM ACPI Subsystem
512 M: Shannon Zhao <zhaoshenglong@huawei.com>
513 M: Shannon Zhao <shannon.zhao@linaro.org>
514 L: qemu-arm@nongnu.org
515 S: Maintained
516 F: hw/arm/virt-acpi-build.c
518 STM32F205
519 M: Alistair Francis <alistair@alistair23.me>
520 S: Maintained
521 F: hw/arm/stm32f205_soc.c
522 F: hw/misc/stm32f2xx_syscfg.c
523 F: hw/char/stm32f2xx_usart.c
524 F: hw/timer/stm32f2xx_timer.c
525 F: hw/adc/*
526 F: hw/ssi/stm32f2xx_spi.c
528 Netduino 2
529 M: Alistair Francis <alistair@alistair23.me>
530 S: Maintained
531 F: hw/arm/netduino2.c
533 CRIS Machines
534 -------------
535 Axis Dev88
536 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
537 S: Maintained
538 F: hw/cris/axis_dev88.c
539 F: hw/*/etraxfs_*.c
541 LM32 Machines
542 -------------
543 EVR32 and uclinux BSP
544 M: Michael Walle <michael@walle.cc>
545 S: Maintained
546 F: hw/lm32/lm32_boards.c
548 milkymist
549 M: Michael Walle <michael@walle.cc>
550 S: Maintained
551 F: hw/lm32/milkymist.c
553 M68K Machines
554 -------------
555 an5206
556 S: Orphan
557 F: hw/m68k/an5206.c
558 F: hw/m68k/mcf5206.c
560 dummy_m68k
561 S: Orphan
562 F: hw/m68k/dummy_m68k.c
564 mcf5208
565 S: Orphan
566 F: hw/m68k/mcf5208.c
567 F: hw/m68k/mcf_intc.c
568 F: hw/char/mcf_uart.c
569 F: hw/net/mcf_fec.c
571 MicroBlaze Machines
572 -------------------
573 petalogix_s3adsp1800
574 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
575 S: Maintained
576 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
578 petalogix_ml605
579 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
580 S: Maintained
581 F: hw/microblaze/petalogix_ml605_mmu.c
583 MIPS Machines
584 -------------
585 Jazz
586 M: HervĂ© Poussineau <hpoussin@reactos.org>
587 S: Maintained
588 F: hw/mips/mips_jazz.c
590 Malta
591 M: Aurelien Jarno <aurelien@aurel32.net>
592 S: Maintained
593 F: hw/mips/mips_malta.c
595 Mipssim
596 L: qemu-devel@nongnu.org
597 S: Orphan
598 F: hw/mips/mips_mipssim.c
600 R4000
601 M: Aurelien Jarno <aurelien@aurel32.net>
602 S: Maintained
603 F: hw/mips/mips_r4k.c
605 OpenRISC Machines
606 -----------------
607 or1k-sim
608 M: Jia Liu <proljc@gmail.com>
609 S: Maintained
610 F: hw/openrisc/openrisc_sim.c
612 PowerPC Machines
613 ----------------
615 M: Alexander Graf <agraf@suse.de>
616 L: qemu-ppc@nongnu.org
617 S: Odd Fixes
618 F: hw/ppc/ppc405_boards.c
620 Bamboo
621 M: Alexander Graf <agraf@suse.de>
622 L: qemu-ppc@nongnu.org
623 S: Odd Fixes
624 F: hw/ppc/ppc440_bamboo.c
626 e500
627 M: Alexander Graf <agraf@suse.de>
628 M: Scott Wood <scottwood@freescale.com>
629 L: qemu-ppc@nongnu.org
630 S: Supported
631 F: hw/ppc/e500.[hc]
632 F: hw/ppc/e500plat.c
633 F: include/hw/ppc/ppc_e500.h
634 F: include/hw/pci-host/ppce500.h
635 F: pc-bios/u-boot.e500
637 mpc8544ds
638 M: Alexander Graf <agraf@suse.de>
639 M: Scott Wood <scottwood@freescale.com>
640 L: qemu-ppc@nongnu.org
641 S: Supported
642 F: hw/ppc/mpc8544ds.c
643 F: hw/ppc/mpc8544_guts.c
645 New World
646 M: Alexander Graf <agraf@suse.de>
647 L: qemu-ppc@nongnu.org
648 S: Maintained
649 F: hw/ppc/mac_newworld.c
650 F: hw/pci-host/uninorth.c
651 F: hw/pci-bridge/dec.[hc]
652 F: hw/misc/macio/
653 F: include/hw/ppc/mac_dbdma.h
654 F: hw/nvram/mac_nvram.c
656 Old World
657 M: Alexander Graf <agraf@suse.de>
658 L: qemu-ppc@nongnu.org
659 S: Maintained
660 F: hw/ppc/mac_oldworld.c
661 F: hw/pci-host/grackle.c
662 F: hw/misc/macio/
663 F: hw/intc/heathrow_pic.c
665 PReP
666 L: qemu-devel@nongnu.org
667 L: qemu-ppc@nongnu.org
668 S: Odd Fixes
669 F: hw/ppc/prep.c
670 F: hw/pci-host/prep.[hc]
671 F: hw/isa/pc87312.[hc]
672 F: pc-bios/ppc_rom.bin
674 sPAPR
675 M: David Gibson <david@gibson.dropbear.id.au>
676 M: Alexander Graf <agraf@suse.de>
677 L: qemu-ppc@nongnu.org
678 S: Supported
679 F: hw/*/spapr*
680 F: include/hw/*/spapr*
681 F: hw/*/xics*
682 F: include/hw/*/xics*
683 F: pc-bios/spapr-rtas/*
684 F: pc-bios/spapr-rtas.bin
685 F: pc-bios/slof.bin
686 F: pc-bios/skiboot.lid
687 F: docs/specs/ppc-spapr-hcalls.txt
688 F: docs/specs/ppc-spapr-hotplug.txt
689 F: tests/spapr*
690 F: tests/libqos/*spapr*
691 F: tests/rtas*
692 F: tests/libqos/rtas*
694 virtex_ml507
695 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
696 L: qemu-ppc@nongnu.org
697 S: Odd Fixes
698 F: hw/ppc/virtex_ml507.c
700 SH4 Machines
701 ------------
703 M: Magnus Damm <magnus.damm@gmail.com>
704 S: Maintained
705 F: hw/sh4/r2d.c
706 F: hw/intc/sh_intc.c
707 F: hw/timer/sh_timer.c
709 Shix
710 M: Magnus Damm <magnus.damm@gmail.com>
711 S: Odd Fixes
712 F: hw/sh4/shix.c
714 SPARC Machines
715 --------------
716 Sun4m
717 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
718 S: Maintained
719 F: hw/sparc/sun4m.c
720 F: hw/dma/sparc32_dma.c
721 F: hw/dma/sun4m_iommu.c
722 F: hw/misc/eccmemctl.c
723 F: hw/misc/slavio_misc.c
724 F: include/hw/sparc/sparc32_dma.h
725 F: include/hw/sparc/sun4m.h
726 F: pc-bios/openbios-sparc32
728 Sun4u
729 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
730 S: Maintained
731 F: hw/sparc64/sun4u.c
732 F: pc-bios/openbios-sparc64
734 Sun4v
735 M: Artyom Tarasenko <atar4qemu@gmail.com>
736 S: Maintained
737 F: hw/sparc64/sun4v.c
738 F: hw/timer/sun4v-rtc.c
739 F: include/hw/timer/sun4v-rtc.h
741 Leon3
742 M: Fabien Chouteau <chouteau@adacore.com>
743 S: Maintained
744 F: hw/sparc/leon3.c
745 F: hw/*/grlib*
746 F: include/hw/sparc/grlib.h
748 S390 Machines
749 -------------
750 S390 Virtio-ccw
751 M: Cornelia Huck <cornelia.huck@de.ibm.com>
752 M: Christian Borntraeger <borntraeger@de.ibm.com>
753 M: Alexander Graf <agraf@suse.de>
754 S: Supported
755 F: hw/char/sclp*.[hc]
756 F: hw/s390x/
757 F: include/hw/s390x/
758 F: pc-bios/s390-ccw/
759 F: hw/watchdog/wdt_diag288.c
760 F: include/hw/watchdog/wdt_diag288.h
761 F: pc-bios/s390-ccw.img
762 F: default-configs/s390x-softmmu.mak
763 T: git git://github.com/cohuck/qemu.git s390-next
764 T: git git://github.com/borntraeger/qemu.git s390-next
766 UniCore32 Machines
767 -------------
768 PKUnity-3 SoC initramfs-with-busybox
769 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
770 S: Maintained
771 F: hw/*/puv3*
772 F: hw/unicore32/
774 X86 Machines
775 ------------
777 M: Michael S. Tsirkin <mst@redhat.com>
778 S: Supported
779 F: include/hw/i386/
780 F: hw/i386/
781 F: hw/pci-host/piix.c
782 F: hw/pci-host/q35.c
783 F: hw/pci-host/pam.c
784 F: include/hw/pci-host/q35.h
785 F: include/hw/pci-host/pam.h
786 F: hw/isa/piix4.c
787 F: hw/isa/lpc_ich9.c
788 F: hw/i2c/smbus_ich9.c
789 F: hw/acpi/piix4.c
790 F: hw/acpi/ich9.c
791 F: include/hw/acpi/ich9.h
792 F: include/hw/acpi/piix4.h
793 F: hw/misc/sga.c
795 PC Chipset
796 M: Michael S. Tsirkin <mst@redhat.com>
797 M: Paolo Bonzini <pbonzini@redhat.com>
798 S: Support
799 F: hw/char/debugcon.c
800 F: hw/char/parallel.c
801 F: hw/char/serial*
802 F: hw/dma/i8257*
803 F: hw/i2c/pm_smbus.c
804 F: hw/intc/apic*
805 F: hw/intc/ioapic*
806 F: hw/intc/i8259*
807 F: hw/misc/debugexit.c
808 F: hw/misc/pc-testdev.c
809 F: hw/timer/hpet*
810 F: hw/timer/i8254*
811 F: hw/timer/mc146818rtc*
812 F: include/hw/i2c/pm_smbus.h
813 F: include/hw/timer/hpet.h
814 F: include/hw/timer/i8254*
815 F: include/hw/timer/mc146818rtc*
817 Machine core
818 M: Eduardo Habkost <ehabkost@redhat.com>
819 M: Marcel Apfelbaum <marcel@redhat.com>
820 S: Supported
821 F: hw/core/machine.c
822 F: hw/core/null-machine.c
823 F: include/hw/boards.h
825 Xtensa Machines
826 ---------------
828 M: Max Filippov <jcmvbkbc@gmail.com>
829 S: Maintained
830 F: hw/xtensa/sim.c
832 XTFPGA (LX60, LX200, ML605, KC705)
833 M: Max Filippov <jcmvbkbc@gmail.com>
834 S: Maintained
835 F: hw/xtensa/xtfpga.c
836 F: hw/net/opencores_eth.c
838 Devices
839 -------
841 M: Jiri Slaby <jslaby@suse.cz>
842 S: Maintained
843 F: hw/misc/edu.c
846 M: John Snow <jsnow@redhat.com>
847 L: qemu-block@nongnu.org
848 S: Supported
849 F: include/hw/ide.h
850 F: include/hw/ide/
851 F: hw/ide/
852 F: hw/block/block.c
853 F: hw/block/cdrom.c
854 F: hw/block/hd-geometry.c
855 F: tests/ide-test.c
856 F: tests/ahci-test.c
857 F: tests/libqos/ahci*
858 T: git git://github.com/jnsnow/qemu.git ide
860 Floppy
861 M: John Snow <jsnow@redhat.com>
862 L: qemu-block@nongnu.org
863 S: Supported
864 F: hw/block/fdc.c
865 F: include/hw/block/fdc.h
866 F: tests/fdc-test.c
867 T: git git://github.com/jnsnow/qemu.git ide
869 OMAP
870 M: Peter Maydell <peter.maydell@linaro.org>
871 S: Maintained
872 F: hw/*/omap*
873 F: include/hw/arm/omap.h
875 IPack
876 M: Alberto Garcia <berto@igalia.com>
877 S: Odd Fixes
878 F: hw/char/ipoctal232.c
879 F: hw/ipack/
882 M: Michael S. Tsirkin <mst@redhat.com>
883 M: Marcel Apfelbaum <marcel@redhat.com>
884 S: Supported
885 F: include/hw/pci/*
886 F: hw/misc/pci-testdev.c
887 F: hw/pci/*
888 F: hw/pci-bridge/*
890 ACPI/SMBIOS
891 M: Michael S. Tsirkin <mst@redhat.com>
892 M: Igor Mammedov <imammedo@redhat.com>
893 S: Supported
894 F: include/hw/acpi/*
895 F: include/hw/smbios/*
896 F: hw/mem/*
897 F: hw/acpi/*
898 F: hw/smbios/*
899 F: hw/i386/acpi-build.[hc]
900 F: hw/arm/virt-acpi-build.c
902 ppc4xx
903 M: Alexander Graf <agraf@suse.de>
904 L: qemu-ppc@nongnu.org
905 S: Odd Fixes
906 F: hw/ppc/ppc4*.c
907 F: include/hw/ppc/ppc4xx.h
909 ppce500
910 M: Alexander Graf <agraf@suse.de>
911 M: Scott Wood <scottwood@freescale.com>
912 L: qemu-ppc@nongnu.org
913 S: Supported
914 F: hw/ppc/e500*
915 F: hw/pci-host/ppce500.c
916 F: hw/net/fsl_etsec/
918 Character devices
919 M: Paolo Bonzini <pbonzini@redhat.com>
920 S: Odd Fixes
921 F: hw/char/
923 Network devices
924 M: Jason Wang <jasowang@redhat.com>
925 S: Odd Fixes
926 F: hw/net/
927 F: tests/virtio-net-test.c
928 T: git git://github.com/jasowang/qemu.git net
930 SCSI
931 M: Paolo Bonzini <pbonzini@redhat.com>
932 S: Supported
933 F: include/hw/scsi/*
934 F: hw/scsi/*
935 F: tests/virtio-scsi-test.c
936 T: git git://github.com/bonzini/qemu.git scsi-next
938 LSI53C895A
939 S: Orphan
940 F: hw/scsi/lsi53c895a.c
943 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
944 S: Maintained
945 F: hw/ssi/*
946 F: hw/block/m25p80.c
947 X: hw/ssi/xilinx_*
949 Xilinx SPI
950 M: Alistair Francis <alistair.francis@xilinx.com>
951 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
952 S: Maintained
953 F: hw/ssi/xilinx_*
956 M: Gerd Hoffmann <kraxel@redhat.com>
957 S: Maintained
958 F: hw/usb/*
959 F: tests/usb-*-test.c
960 F: docs/usb2.txt
961 F: docs/usb-storage.txt
962 F: include/hw/usb.h
963 F: include/hw/usb/
965 USB (serial adapter)
966 M: Gerd Hoffmann <kraxel@redhat.com>
967 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
968 S: Maintained
969 F: hw/usb/dev-serial.c
971 VFIO
972 M: Alex Williamson <alex.williamson@redhat.com>
973 S: Supported
974 F: hw/vfio/*
975 F: include/hw/vfio/
977 vhost
978 M: Michael S. Tsirkin <mst@redhat.com>
979 S: Supported
980 F: hw/*/*vhost*
982 virtio
983 M: Michael S. Tsirkin <mst@redhat.com>
984 S: Supported
985 F: hw/*/virtio*
986 F: hw/virtio/Makefile.objs
987 F: hw/virtio/trace-events
988 F: net/vhost-user.c
989 F: include/hw/virtio/
990 F: tests/virtio-balloon-test.c
992 virtio-9p
993 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
994 M: Greg Kurz <groug@kaod.org>
995 S: Supported
996 F: hw/9pfs/
997 F: fsdev/
998 F: tests/virtio-9p-test.c
999 T: git git://github.com/kvaneesh/QEMU.git
1000 T: git git://github.com/gkurz/qemu.git 9p-next
1002 virtio-blk
1003 M: Stefan Hajnoczi <stefanha@redhat.com>
1004 L: qemu-block@nongnu.org
1005 S: Supported
1006 F: hw/block/virtio-blk.c
1007 F: hw/block/dataplane/*
1008 F: tests/virtio-blk-test.c
1009 T: git git://github.com/stefanha/qemu.git block
1011 virtio-ccw
1012 M: Cornelia Huck <cornelia.huck@de.ibm.com>
1013 M: Christian Borntraeger <borntraeger@de.ibm.com>
1014 S: Supported
1015 F: hw/s390x/virtio-ccw.[hc]
1016 T: git git://github.com/cohuck/qemu.git s390-next
1017 T: git git://github.com/borntraeger/qemu.git s390-next
1019 virtio-input
1020 M: Gerd Hoffmann <kraxel@redhat.com>
1021 S: Maintained
1022 F: hw/input/virtio-input*.c
1023 F: include/hw/virtio/virtio-input.h
1025 virtio-serial
1026 M: Amit Shah <amit.shah@redhat.com>
1027 S: Supported
1028 F: hw/char/virtio-serial-bus.c
1029 F: hw/char/virtio-console.c
1030 F: include/hw/virtio/virtio-serial.h
1031 F: tests/virtio-console-test.c
1032 F: tests/virtio-serial-test.c
1034 virtio-rng
1035 M: Amit Shah <amit.shah@redhat.com>
1036 S: Supported
1037 F: hw/virtio/virtio-rng.c
1038 F: include/hw/virtio/virtio-rng.h
1039 F: include/sysemu/rng*.h
1040 F: backends/rng*.c
1041 F: tests/virtio-rng-test.c
1043 virtio-crypto
1044 M: Gonglei <arei.gonglei@huawei.com>
1045 S: Supported
1046 F: hw/virtio/virtio-crypto.c
1047 F: hw/virtio/virtio-crypto-pci.c
1048 F: include/hw/virtio/virtio-crypto.h
1050 nvme
1051 M: Keith Busch <keith.busch@intel.com>
1052 L: qemu-block@nongnu.org
1053 S: Supported
1054 F: hw/block/nvme*
1055 F: tests/nvme-test.c
1057 megasas
1058 M: Hannes Reinecke <hare@suse.de>
1059 L: qemu-block@nongnu.org
1060 S: Supported
1061 F: hw/scsi/megasas.c
1062 F: hw/scsi/mfi.h
1064 Network packet abstractions
1065 M: Dmitry Fleytman <dmitry@daynix.com>
1066 S: Maintained
1067 F: include/net/eth.h
1068 F: net/eth.c
1069 F: hw/net/net_rx_pkt*
1070 F: hw/net/net_tx_pkt*
1072 Vmware
1073 M: Dmitry Fleytman <dmitry@daynix.com>
1074 S: Maintained
1075 F: hw/net/vmxnet*
1076 F: hw/scsi/vmw_pvscsi*
1078 Rocker
1079 M: Jiri Pirko <jiri@resnulli.us>
1080 S: Maintained
1081 F: hw/net/rocker/
1082 F: tests/rocker/
1083 F: docs/specs/rocker.txt
1085 NVDIMM
1086 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1087 S: Maintained
1088 F: hw/acpi/nvdimm.c
1089 F: hw/mem/nvdimm.c
1090 F: include/hw/mem/nvdimm.h
1092 e1000x
1093 M: Dmitry Fleytman <dmitry@daynix.com>
1094 S: Maintained
1095 F: hw/net/e1000x*
1097 e1000e
1098 M: Dmitry Fleytman <dmitry@daynix.com>
1099 S: Maintained
1100 F: hw/net/e1000e*
1102 Generic Loader
1103 M: Alistair Francis <alistair.francis@xilinx.com>
1104 S: Maintained
1105 F: hw/core/generic-loader.c
1106 F: include/hw/core/generic-loader.h
1108 CHRP NVRAM
1109 M: Thomas Huth <thuth@redhat.com>
1110 S: Maintained
1111 F: hw/nvram/chrp_nvram.c
1112 F: include/hw/nvram/chrp_nvram.h
1113 F: tests/prom-env-test.c
1115 Subsystems
1116 ----------
1117 Audio
1118 M: Gerd Hoffmann <kraxel@redhat.com>
1119 S: Maintained
1120 F: audio/
1121 F: hw/audio/
1122 F: include/hw/audio/
1123 F: tests/ac97-test.c
1124 F: tests/es1370-test.c
1125 F: tests/intel-hda-test.c
1127 Block layer core
1128 M: Kevin Wolf <kwolf@redhat.com>
1129 M: Max Reitz <mreitz@redhat.com>
1130 L: qemu-block@nongnu.org
1131 S: Supported
1132 F: block*
1133 F: block/
1134 F: hw/block/
1135 F: include/block/
1136 F: qemu-img*
1137 F: qemu-io*
1138 F: tests/qemu-iotests/
1139 T: git git://repo.or.cz/qemu/kevin.git block
1141 Block I/O path
1142 M: Stefan Hajnoczi <stefanha@redhat.com>
1143 M: Fam Zheng <famz@redhat.com>
1144 L: qemu-block@nongnu.org
1145 S: Supported
1146 F: async.c
1147 F: aio-*.c
1148 F: block/io.c
1149 F: migration/block*
1150 F: include/block/aio.h
1151 T: git git://github.com/stefanha/qemu.git block
1153 Block Jobs
1154 M: Jeff Cody <jcody@redhat.com>
1155 L: qemu-block@nongnu.org
1156 S: Supported
1157 F: blockjob.c
1158 F: include/block/blockjob.h
1159 F: block/backup.c
1160 F: block/commit.c
1161 F: block/stream.c
1162 F: block/mirror.c
1163 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1165 Block QAPI, monitor, command line
1166 M: Markus Armbruster <armbru@redhat.com>
1167 S: Supported
1168 F: blockdev.c
1169 F: block/qapi.c
1170 F: qapi/block*.json
1171 T: git git://repo.or.cz/qemu/armbru.git block-next
1173 Dirty Bitmaps
1174 M: Fam Zheng <famz@redhat.com>
1175 M: John Snow <jsnow@redhat.com>
1176 L: qemu-block@nongnu.org
1177 S: Supported
1178 F: util/hbitmap.c
1179 F: block/dirty-bitmap.c
1180 F: include/qemu/hbitmap.h
1181 F: include/block/dirty-bitmap.h
1182 F: tests/test-hbitmap.c
1183 F: docs/bitmaps.md
1184 T: git git://github.com/famz/qemu.git bitmaps
1185 T: git git://github.com/jnsnow/qemu.git bitmaps
1187 Character device backends
1188 M: Paolo Bonzini <pbonzini@redhat.com>
1189 S: Maintained
1190 F: qemu-char.c
1191 F: backends/msmouse.c
1192 F: backends/testdev.c
1194 Character Devices (Braille)
1195 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1196 S: Maintained
1197 F: backends/baum.c
1199 Coverity model
1200 M: Markus Armbruster <armbru@redhat.com>
1201 S: Supported
1202 F: scripts/coverity-model.c
1205 L: qemu-devel@nongnu.org
1206 S: Supported
1207 F: qom/cpu.c
1208 F: include/qom/cpu.h
1210 Device Tree
1211 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1212 M: Alexander Graf <agraf@suse.de>
1213 S: Maintained
1214 F: device_tree.c
1215 F: include/sysemu/device_tree.h
1217 Error reporting
1218 M: Markus Armbruster <armbru@redhat.com>
1219 S: Supported
1220 F: include/qapi/error.h
1221 F: include/qemu/error-report.h
1222 F: util/error.c
1223 F: util/qemu-error.c
1225 GDB stub
1226 L: qemu-devel@nongnu.org
1227 S: Odd Fixes
1228 F: gdbstub*
1229 F: gdb-xml/
1231 Memory API
1232 M: Paolo Bonzini <pbonzini@redhat.com>
1233 S: Supported
1234 F: include/exec/ioport.h
1235 F: ioport.c
1236 F: include/exec/memory.h
1237 F: include/exec/ram_addr.h
1238 F: memory.c
1239 F: include/exec/memory-internal.h
1240 F: exec.c
1242 SPICE
1243 M: Gerd Hoffmann <kraxel@redhat.com>
1244 S: Supported
1245 F: include/ui/qemu-spice.h
1246 F: include/ui/spice-display.h
1247 F: ui/spice-*.c
1248 F: audio/spiceaudio.c
1249 F: hw/display/qxl*
1251 Graphics
1252 M: Gerd Hoffmann <kraxel@redhat.com>
1253 S: Odd Fixes
1254 F: ui/
1255 F: include/ui/
1257 Cocoa graphics
1258 M: Peter Maydell <peter.maydell@linaro.org>
1259 S: Odd Fixes
1260 F: ui/cocoa.m
1262 Main loop
1263 M: Paolo Bonzini <pbonzini@redhat.com>
1264 S: Maintained
1265 F: cpus.c
1266 F: main-loop.c
1267 F: qemu-timer.c
1268 F: vl.c
1270 Human Monitor (HMP)
1271 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1272 S: Maintained
1273 F: monitor.c
1274 F: hmp.[ch]
1275 F: hmp-commands*.hx
1276 F: include/monitor/hmp-target.h
1278 Network device backends
1279 M: Jason Wang <jasowang@redhat.com>
1280 S: Maintained
1281 F: net/
1282 F: include/net/
1283 T: git git://github.com/jasowang/qemu.git net
1285 Netmap network backend
1286 M: Luigi Rizzo <rizzo@iet.unipi.it>
1287 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1288 M: Vincenzo Maffione <v.maffione@gmail.com>
1289 W: http://info.iet.unipi.it/~luigi/netmap/
1290 S: Maintained
1291 F: net/netmap.c
1293 Network Block Device (NBD)
1294 M: Paolo Bonzini <pbonzini@redhat.com>
1295 S: Odd Fixes
1296 F: block/nbd*
1297 F: nbd/
1298 F: include/block/nbd*
1299 F: qemu-nbd.c
1300 T: git git://github.com/bonzini/qemu.git nbd-next
1302 NUMA
1303 M: Eduardo Habkost <ehabkost@redhat.com>
1304 S: Maintained
1305 F: numa.c
1306 F: include/sysemu/numa.h
1307 T: git git://github.com/ehabkost/qemu.git numa
1309 Host Memory Backends
1310 M: Eduardo Habkost <ehabkost@redhat.com>
1311 M: Igor Mammedov <imammedo@redhat.com>
1312 S: Maintained
1313 F: backends/hostmem*.c
1314 F: include/sysemu/hostmem.h
1316 Cryptodev Backends
1317 M: Gonglei <arei.gonglei@huawei.com>
1318 S: Maintained
1319 F: include/sysemu/cryptodev*.h
1320 F: backends/cryptodev*.c
1322 QAPI
1323 M: Markus Armbruster <armbru@redhat.com>
1324 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1325 S: Supported
1326 F: qapi/
1327 X: qapi/*.json
1328 F: include/qapi/
1329 X: include/qapi/qmp/
1330 F: include/qapi/qmp/dispatch.h
1331 F: tests/qapi-schema/
1332 F: tests/test-*-visitor.c
1333 F: tests/test-qmp-*.c
1334 F: scripts/qapi*
1335 F: docs/qapi*
1336 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1338 QAPI Schema
1339 M: Eric Blake <eblake@redhat.com>
1340 M: Markus Armbruster <armbru@redhat.com>
1341 S: Supported
1342 F: qapi-schema.json
1343 F: qapi/*.json
1344 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1346 QObject
1347 M: Markus Armbruster <armbru@redhat.com>
1348 S: Supported
1349 F: qobject/
1350 F: include/qapi/qmp/
1351 X: include/qapi/qmp/dispatch.h
1352 F: tests/check-qdict.c
1353 F: tests/check-qfloat.c
1354 F: tests/check-qint.c
1355 F: tests/check-qjson.c
1356 F: tests/check-qlist.c
1357 F: tests/check-qstring.c
1358 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1360 QEMU Guest Agent
1361 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1362 S: Maintained
1363 F: qga/
1364 T: git git://github.com/mdroth/qemu.git qga
1367 M: Andreas Färber <afaerber@suse.de>
1368 S: Supported
1369 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1370 F: include/qom/
1371 X: include/qom/cpu.h
1372 F: qom/
1373 X: qom/cpu.c
1374 F: tests/check-qom-interface.c
1375 F: tests/check-qom-proplist.c
1376 F: tests/qom-test.c
1379 M: Markus Armbruster <armbru@redhat.com>
1380 S: Supported
1381 F: qmp.c
1382 F: monitor.c
1383 F: docs/*qmp-*
1384 F: scripts/qmp/
1385 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1387 Register API
1388 M: Alistair Francis <alistair.francis@xilinx.com>
1389 S: Maintained
1390 F: hw/core/register.c
1391 F: include/hw/register.h
1393 SLIRP
1394 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1395 M: Jan Kiszka <jan.kiszka@siemens.com>
1396 S: Maintained
1397 F: slirp/
1398 F: net/slirp.c
1399 F: include/net/slirp.h
1400 T: git git://git.kiszka.org/qemu.git queues/slirp
1402 Stubs
1403 M: Paolo Bonzini <pbonzini@redhat.com>
1404 S: Maintained
1405 F: stubs/
1407 Tracing
1408 M: Stefan Hajnoczi <stefanha@redhat.com>
1409 S: Maintained
1410 F: trace/
1411 F: scripts/tracetool.py
1412 F: scripts/tracetool/
1413 F: docs/tracing.txt
1414 T: git git://github.com/stefanha/qemu.git tracing
1416 Checkpatch
1417 S: Odd Fixes
1418 F: scripts/checkpatch.pl
1420 Migration
1421 M: Juan Quintela <quintela@redhat.com>
1422 M: Amit Shah <amit.shah@redhat.com>
1423 S: Maintained
1424 F: include/migration/
1425 F: migration/
1426 F: scripts/vmstate-static-checker.py
1427 F: tests/vmstate-static-checker-data/
1428 F: docs/migration.txt
1430 Seccomp
1431 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1432 S: Supported
1433 F: qemu-seccomp.c
1434 F: include/sysemu/seccomp.h
1436 Cryptography
1437 M: Daniel P. Berrange <berrange@redhat.com>
1438 S: Maintained
1439 F: crypto/
1440 F: include/crypto/
1441 F: tests/test-crypto-*
1443 Coroutines
1444 M: Stefan Hajnoczi <stefanha@redhat.com>
1445 M: Kevin Wolf <kwolf@redhat.com>
1446 F: util/*coroutine*
1447 F: include/qemu/coroutine*
1448 F: tests/test-coroutine.c
1450 Buffers
1451 M: Daniel P. Berrange <berrange@redhat.com>
1452 S: Odd fixes
1453 F: util/buffer.c
1454 F: include/qemu/buffer.h
1456 I/O Channels
1457 M: Daniel P. Berrange <berrange@redhat.com>
1458 S: Maintained
1459 F: io/
1460 F: include/io/
1461 F: tests/test-io-*
1463 Sockets
1464 M: Daniel P. Berrange <berrange@redhat.com>
1465 M: Gerd Hoffmann <kraxel@redhat.com>
1466 M: Paolo Bonzini <pbonzini@redhat.com>
1467 S: Maintained
1468 F: include/qemu/sockets.h
1469 F: util/qemu-sockets.c
1471 Throttling infrastructure
1472 M: Alberto Garcia <berto@igalia.com>
1473 S: Supported
1474 F: block/throttle-groups.c
1475 F: include/block/throttle-groups.h
1476 F: include/qemu/throttle.h
1477 F: util/throttle.c
1478 L: qemu-block@nongnu.org
1480 UUID
1481 M: Fam Zheng <famz@redhat.com>
1482 S: Supported
1483 F: util/uuid.c
1484 F: include/qemu/uuid.h
1485 F: tests/test-uuid.c
1487 COLO Framework
1488 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1489 S: Maintained
1490 F: migration/colo*
1491 F: include/migration/colo.h
1492 F: include/migration/failover.h
1493 F: docs/COLO-FT.txt
1495 COLO Proxy
1496 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1497 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1498 S: Supported
1499 F: docs/colo-proxy.txt
1500 F: net/colo*
1501 F: net/filter-rewriter.c
1502 F: net/filter-mirror.c
1504 Usermode Emulation
1505 ------------------
1506 Overall
1507 M: Riku Voipio <riku.voipio@iki.fi>
1508 S: Maintained
1509 F: thunk.c
1510 F: user-exec.c
1511 F: user-exec-stub.c
1513 BSD user
1514 S: Orphan
1515 F: bsd-user/
1516 F: default-configs/*-bsd-user.mak
1518 Linux user
1519 M: Riku Voipio <riku.voipio@iki.fi>
1520 S: Maintained
1521 F: linux-user/
1522 F: default-configs/*-linux-user.mak
1524 Tiny Code Generator (TCG)
1525 -------------------------
1526 Common code
1527 M: Richard Henderson <rth@twiddle.net>
1528 S: Maintained
1529 F: tcg/
1531 AArch64 target
1532 M: Claudio Fontana <claudio.fontana@huawei.com>
1533 M: Claudio Fontana <claudio.fontana@gmail.com>
1534 S: Maintained
1535 L: qemu-arm@nongnu.org
1536 F: tcg/aarch64/
1537 F: disas/arm-a64.cc
1538 F: disas/libvixl/
1540 ARM target
1541 M: Andrzej Zaborowski <balrogg@gmail.com>
1542 S: Maintained
1543 L: qemu-arm@nongnu.org
1544 F: tcg/arm/
1545 F: disas/arm.c
1547 i386 target
1548 L: qemu-devel@nongnu.org
1549 S: Maintained
1550 F: tcg/i386/
1551 F: disas/i386.c
1553 IA64 target
1554 M: Aurelien Jarno <aurelien@aurel32.net>
1555 S: Maintained
1556 F: tcg/ia64/
1557 F: disas/ia64.c
1559 MIPS target
1560 M: Aurelien Jarno <aurelien@aurel32.net>
1561 S: Maintained
1562 F: tcg/mips/
1563 F: disas/mips.c
1566 M: Richard Henderson <rth@twiddle.net>
1567 S: Odd Fixes
1568 F: tcg/ppc/
1569 F: disas/ppc.c
1571 S390 target
1572 M: Alexander Graf <agraf@suse.de>
1573 M: Richard Henderson <rth@twiddle.net>
1574 S: Maintained
1575 F: tcg/s390/
1576 F: disas/s390.c
1578 SPARC target
1579 S: Odd Fixes
1580 F: tcg/sparc/
1581 F: disas/sparc.c
1583 TCI target
1584 M: Stefan Weil <sw@weilnetz.de>
1585 S: Maintained
1586 F: tcg/tci/
1587 F: tci.c
1588 F: disas/tci.c
1590 Block drivers
1591 -------------
1592 VMDK
1593 M: Fam Zheng <famz@redhat.com>
1594 L: qemu-block@nongnu.org
1595 S: Supported
1596 F: block/vmdk.c
1599 M: Josh Durgin <jdurgin@redhat.com>
1600 M: Jeff Cody <jcody@redhat.com>
1601 L: qemu-block@nongnu.org
1602 S: Supported
1603 F: block/rbd.c
1604 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1606 Sheepdog
1607 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1608 M: Liu Yuan <namei.unix@gmail.com>
1609 M: Jeff Cody <jcody@redhat.com>
1610 L: qemu-block@nongnu.org
1611 L: sheepdog@lists.wpkg.org
1612 S: Supported
1613 F: block/sheepdog.c
1614 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1616 VHDX
1617 M: Jeff Cody <jcody@redhat.com>
1618 L: qemu-block@nongnu.org
1619 S: Supported
1620 F: block/vhdx*
1621 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1624 M: Stefan Weil <sw@weilnetz.de>
1625 L: qemu-block@nongnu.org
1626 S: Maintained
1627 F: block/vdi.c
1629 iSCSI
1630 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1631 M: Paolo Bonzini <pbonzini@redhat.com>
1632 M: Peter Lieven <pl@kamp.de>
1633 L: qemu-block@nongnu.org
1634 S: Supported
1635 F: block/iscsi.c
1638 M: Jeff Cody <jcody@redhat.com>
1639 M: Peter Lieven <pl@kamp.de>
1640 L: qemu-block@nongnu.org
1641 S: Maintained
1642 F: block/nfs.c
1643 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1646 M: Richard W.M. Jones <rjones@redhat.com>
1647 M: Jeff Cody <jcody@redhat.com>
1648 L: qemu-block@nongnu.org
1649 S: Supported
1650 F: block/ssh.c
1651 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1653 ARCHIPELAGO
1654 M: Chrysostomos Nanakos <chris@include.gr>
1655 M: Jeff Cody <jcody@redhat.com>
1656 L: qemu-block@nongnu.org
1657 S: Maintained
1658 F: block/archipelago.c
1659 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1661 CURL
1662 M: Jeff Cody <jcody@redhat.com>
1663 L: qemu-block@nongnu.org
1664 S: Supported
1665 F: block/curl.c
1666 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1668 GLUSTER
1669 M: Jeff Cody <jcody@redhat.com>
1670 L: qemu-block@nongnu.org
1671 S: Supported
1672 F: block/gluster.c
1673 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1675 Null Block Driver
1676 M: Fam Zheng <famz@redhat.com>
1677 L: qemu-block@nongnu.org
1678 S: Supported
1679 F: block/null.c
1681 Bootdevice
1682 M: Gonglei <arei.gonglei@huawei.com>
1683 S: Maintained
1684 F: bootdevice.c
1686 Quorum
1687 M: Alberto Garcia <berto@igalia.com>
1688 S: Supported
1689 F: block/quorum.c
1690 L: qemu-block@nongnu.org
1692 blkverify
1693 M: Stefan Hajnoczi <stefanha@redhat.com>
1694 L: qemu-block@nongnu.org
1695 S: Supported
1696 F: block/blkverify.c
1698 bochs
1699 M: Stefan Hajnoczi <stefanha@redhat.com>
1700 L: qemu-block@nongnu.org
1701 S: Supported
1702 F: block/bochs.c
1704 cloop
1705 M: Stefan Hajnoczi <stefanha@redhat.com>
1706 L: qemu-block@nongnu.org
1707 S: Supported
1708 F: block/cloop.c
1711 M: Stefan Hajnoczi <stefanha@redhat.com>
1712 L: qemu-block@nongnu.org
1713 S: Supported
1714 F: block/dmg.c
1716 parallels
1717 M: Stefan Hajnoczi <stefanha@redhat.com>
1718 M: Denis V. Lunev <den@openvz.org>
1719 L: qemu-block@nongnu.org
1720 S: Supported
1721 F: block/parallels.c
1722 F: docs/specs/parallels.txt
1725 M: Stefan Hajnoczi <stefanha@redhat.com>
1726 L: qemu-block@nongnu.org
1727 S: Supported
1728 F: block/qed.c
1731 M: Kevin Wolf <kwolf@redhat.com>
1732 L: qemu-block@nongnu.org
1733 S: Supported
1734 F: block/linux-aio.c
1735 F: include/block/raw-aio.h
1736 F: block/raw-format.c
1737 F: block/file-posix.c
1738 F: block/file-win32.c
1739 F: block/win32-aio.c
1741 qcow2
1742 M: Kevin Wolf <kwolf@redhat.com>
1743 M: Max Reitz <mreitz@redhat.com>
1744 L: qemu-block@nongnu.org
1745 S: Supported
1746 F: block/qcow2*
1748 qcow
1749 M: Kevin Wolf <kwolf@redhat.com>
1750 L: qemu-block@nongnu.org
1751 S: Supported
1752 F: block/qcow.c
1754 blkdebug
1755 M: Kevin Wolf <kwolf@redhat.com>
1756 M: Max Reitz <mreitz@redhat.com>
1757 L: qemu-block@nongnu.org
1758 S: Supported
1759 F: block/blkdebug.c
1762 M: Kevin Wolf <kwolf@redhat.com>
1763 L: qemu-block@nongnu.org
1764 S: Supported
1765 F: block/vpc.c
1767 vvfat
1768 M: Kevin Wolf <kwolf@redhat.com>
1769 L: qemu-block@nongnu.org
1770 S: Supported
1771 F: block/vvfat.c
1773 Image format fuzzer
1774 M: Stefan Hajnoczi <stefanha@redhat.com>
1775 L: qemu-block@nongnu.org
1776 S: Supported
1777 F: tests/image-fuzzer/
1779 Replication
1780 M: Wen Congyang <wency@cn.fujitsu.com>
1781 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1782 S: Supported
1783 F: replication*
1784 F: block/replication.c
1785 F: tests/test-replication.c
1786 F: docs/block-replication.txt
1788 Build and test automation
1789 -------------------------
1790 M: Alex BennĂ©e <alex.bennee@linaro.org>
1791 L: qemu-devel@nongnu.org
1792 S: Supported
1793 F: .travis.yml
1795 Documentation
1796 -------------
1797 Build system architecture
1798 M: Daniel P. Berrange <berrange@redhat.com>
1799 S: Odd Fixes
1800 F: docs/build-system.txt
1802 Docker testing
1803 --------------
1804 Docker based testing framework and cases
1805 M: Fam Zheng <famz@redhat.com>
1806 S: Maintained
1807 F: tests/docker/