MAINTAINERS: Add some more rocker related files
[qemu.git] / MAINTAINERS
blob4b17a050c1c2c8f4fd0eaa49878c6bcb8b7b6290
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 Guest CPU cores (TCG):
67 ----------------------
68 Overall
69 L: qemu-devel@nongnu.org
70 M: Paolo Bonzini <pbonzini@redhat.com>
71 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
72 M: Richard Henderson <rth@twiddle.net>
73 S: Maintained
74 F: cpu-exec.c
75 F: cpu-exec-common.c
76 F: cpus.c
77 F: cputlb.c
78 F: exec.c
79 F: softmmu_template.h
80 F: translate-all.*
81 F: translate-common.c
82 F: include/exec/cpu*.h
83 F: include/exec/exec-all.h
84 F: include/exec/helper*.h
85 F: include/exec/tb-hash.h
86 F: include/sysemu/cpus.h
88 FPU emulation
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 M: Peter Maydell <peter.maydell@linaro.org>
91 S: Odd Fixes
92 F: fpu/
93 F: include/fpu/
95 Alpha
96 M: Richard Henderson <rth@twiddle.net>
97 S: Maintained
98 F: target-alpha/
99 F: hw/alpha/
100 F: tests/tcg/alpha/
101 F: disas/alpha.c
104 M: Peter Maydell <peter.maydell@linaro.org>
105 L: qemu-arm@nongnu.org
106 S: Maintained
107 F: target-arm/
108 F: hw/arm/
109 F: hw/cpu/a*mpcore.c
110 F: disas/arm.c
111 F: disas/arm-a64.cc
112 F: disas/libvixl/
114 CRIS
115 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
116 S: Maintained
117 F: target-cris/
118 F: hw/cris/
119 F: include/hw/cris/
120 F: tests/tcg/cris/
121 F: disas/cris.c
123 LM32
124 M: Michael Walle <michael@walle.cc>
125 S: Maintained
126 F: target-lm32/
127 F: disas/lm32.c
128 F: hw/lm32/
129 F: hw/*/lm32_*
130 F: hw/*/milkymist-*
131 F: include/hw/char/lm32_juart.h
132 F: include/hw/lm32/
133 F: tests/tcg/lm32/
135 M68K
136 S: Orphan
137 F: target-m68k/
138 F: hw/m68k/
140 MicroBlaze
141 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
142 S: Maintained
143 F: target-microblaze/
144 F: hw/microblaze/
145 F: disas/microblaze.c
147 MIPS
148 M: Aurelien Jarno <aurelien@aurel32.net>
149 M: Yongbok Kim <yongbok.kim@imgtec.com>
150 S: Maintained
151 F: target-mips/
152 F: hw/mips/
153 F: tests/tcg/mips/
154 F: disas/mips.c
156 Moxie
157 M: Anthony Green <green@moxielogic.com>
158 S: Maintained
159 F: target-moxie/
160 F: disas/moxie.c
161 F: hw/moxie/
162 F: default-configs/moxie-softmmu.mak
164 OpenRISC
165 M: Jia Liu <proljc@gmail.com>
166 S: Maintained
167 F: target-openrisc/
168 F: hw/openrisc/
169 F: tests/tcg/openrisc/
171 PowerPC
172 M: David Gibson <david@gibson.dropbear.id.au>
173 M: Alexander Graf <agraf@suse.de>
174 L: qemu-ppc@nongnu.org
175 S: Maintained
176 F: target-ppc/
177 F: hw/ppc/
178 F: include/hw/ppc/
179 F: disas/ppc.c
181 S390
182 M: Richard Henderson <rth@twiddle.net>
183 M: Alexander Graf <agraf@suse.de>
184 S: Maintained
185 F: target-s390x/
186 F: hw/s390x/
187 F: disas/s390.c
190 M: Aurelien Jarno <aurelien@aurel32.net>
191 S: Odd Fixes
192 F: target-sh4/
193 F: hw/sh4/
194 F: disas/sh4.c
195 F: include/hw/sh4/
197 SPARC
198 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
199 M: Artyom Tarasenko <atar4qemu@gmail.com>
200 S: Maintained
201 F: target-sparc/
202 F: hw/sparc/
203 F: hw/sparc64/
204 F: disas/sparc.c
206 UniCore32
207 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
208 S: Maintained
209 F: target-unicore32/
210 F: hw/unicore32/
211 F: include/hw/unicore32/
214 M: Paolo Bonzini <pbonzini@redhat.com>
215 M: Richard Henderson <rth@twiddle.net>
216 M: Eduardo Habkost <ehabkost@redhat.com>
217 S: Maintained
218 F: target-i386/
219 F: hw/i386/
220 F: disas/i386.c
222 Xtensa
223 M: Max Filippov <jcmvbkbc@gmail.com>
224 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
225 S: Maintained
226 F: target-xtensa/
227 F: hw/xtensa/
228 F: tests/tcg/xtensa/
230 TriCore
231 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
232 S: Maintained
233 F: target-tricore/
234 F: hw/tricore/
235 F: include/hw/tricore/
237 Guest CPU Cores (KVM):
238 ----------------------
240 Overall
241 M: Paolo Bonzini <pbonzini@redhat.com>
242 L: kvm@vger.kernel.org
243 S: Supported
244 F: kvm-*
245 F: */kvm.*
246 F: include/sysemu/kvm*.h
249 M: Peter Maydell <peter.maydell@linaro.org>
250 L: qemu-arm@nongnu.org
251 S: Maintained
252 F: target-arm/kvm.c
254 MIPS
255 M: James Hogan <james.hogan@imgtec.com>
256 S: Maintained
257 F: target-mips/kvm.c
260 M: Alexander Graf <agraf@suse.de>
261 S: Maintained
262 F: target-ppc/kvm.c
264 S390
265 M: Christian Borntraeger <borntraeger@de.ibm.com>
266 M: Cornelia Huck <cornelia.huck@de.ibm.com>
267 M: Alexander Graf <agraf@suse.de>
268 S: Maintained
269 F: target-s390x/kvm.c
270 F: target-s390x/ioinst.[ch]
271 F: target-s390x/machine.c
272 F: hw/intc/s390_flic.c
273 F: hw/intc/s390_flic_kvm.c
274 F: include/hw/s390x/s390_flic.h
275 F: gdb-xml/s390*.xml
276 T: git git://github.com/cohuck/qemu.git s390-next
277 T: git git://github.com/borntraeger/qemu.git s390-next
280 M: Paolo Bonzini <pbonzini@redhat.com>
281 M: Marcelo Tosatti <mtosatti@redhat.com>
282 L: kvm@vger.kernel.org
283 S: Supported
284 F: target-i386/kvm.c
286 Guest CPU Cores (Xen):
287 ----------------------
290 M: Stefano Stabellini <sstabellini@kernel.org>
291 M: Anthony Perard <anthony.perard@citrix.com>
292 L: xen-devel@lists.xensource.com
293 S: Supported
294 F: xen-*
295 F: */xen*
296 F: hw/char/xen_console.c
297 F: hw/display/xenfb.c
298 F: hw/net/xen_nic.c
299 F: hw/block/xen_*
300 F: hw/xen/
301 F: hw/xenpv/
302 F: hw/i386/xen/
303 F: include/hw/xen/
304 F: include/sysemu/xen-mapcache.h
306 Hosts:
307 ------
309 LINUX
310 L: qemu-devel@nongnu.org
311 S: Maintained
312 F: linux-*
313 F: linux-headers/
315 POSIX
316 L: qemu-devel@nongnu.org
317 S: Maintained
318 F: *posix*
320 W32, W64
321 L: qemu-devel@nongnu.org
322 M: Stefan Weil <sw@weilnetz.de>
323 S: Maintained
324 F: *win32*
325 F: qemu.nsi
327 ARM Machines
328 ------------
329 Allwinner-a10
330 M: Beniamino Galvani <b.galvani@gmail.com>
331 L: qemu-arm@nongnu.org
332 S: Maintained
333 F: hw/*/allwinner*
334 F: include/hw/*/allwinner*
335 F: hw/arm/cubieboard.c
337 ARM PrimeCell
338 M: Peter Maydell <peter.maydell@linaro.org>
339 L: qemu-arm@nongnu.org
340 S: Maintained
341 F: hw/char/pl011.c
342 F: hw/display/pl110*
343 F: hw/dma/pl080.c
344 F: hw/dma/pl330.c
345 F: hw/gpio/pl061.c
346 F: hw/input/pl050.c
347 F: hw/intc/pl190.c
348 F: hw/sd/pl181.c
349 F: hw/timer/pl031.c
350 F: include/hw/arm/primecell.h
352 ARM cores
353 M: Peter Maydell <peter.maydell@linaro.org>
354 L: qemu-arm@nongnu.org
355 S: Maintained
356 F: hw/intc/arm*
357 F: hw/intc/gic_internal.h
358 F: hw/misc/a9scu.c
359 F: hw/misc/arm11scu.c
360 F: hw/timer/a9gtimer*
361 F: hw/timer/arm_*
362 F: include/hw/arm/arm.h
363 F: include/hw/intc/arm*
364 F: include/hw/misc/a9scu.h
365 F: include/hw/misc/arm11scu.h
366 F: include/hw/timer/a9gtimer.h
367 F: include/hw/timer/arm_mptimer.h
369 Exynos
370 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
371 L: qemu-arm@nongnu.org
372 S: Maintained
373 F: hw/*/exynos*
374 F: include/hw/arm/exynos4210.h
376 Calxeda Highbank
377 M: Rob Herring <robh@kernel.org>
378 L: qemu-arm@nongnu.org
379 S: Maintained
380 F: hw/arm/highbank.c
381 F: hw/net/xgmac.c
383 Canon DIGIC
384 M: Antony Pavlov <antonynpavlov@gmail.com>
385 L: qemu-arm@nongnu.org
386 S: Maintained
387 F: include/hw/arm/digic.h
388 F: hw/*/digic*
390 Gumstix
391 L: qemu-devel@nongnu.org
392 L: qemu-arm@nongnu.org
393 S: Orphan
394 F: hw/arm/gumstix.c
396 i.MX31
397 M: Peter Chubb <peter.chubb@nicta.com.au>
398 L: qemu-arm@nongnu.org
399 S: Odd fixes
400 F: hw/*/imx*
401 F: hw/arm/kzm.c
402 F: include/hw/arm/fsl-imx31.h
404 Integrator CP
405 M: Peter Maydell <peter.maydell@linaro.org>
406 L: qemu-arm@nongnu.org
407 S: Maintained
408 F: hw/arm/integratorcp.c
410 Musicpal
411 M: Jan Kiszka <jan.kiszka@web.de>
412 L: qemu-arm@nongnu.org
413 S: Maintained
414 F: hw/arm/musicpal.c
416 nSeries
417 M: Andrzej Zaborowski <balrogg@gmail.com>
418 L: qemu-arm@nongnu.org
419 S: Maintained
420 F: hw/arm/nseries.c
422 Palm
423 M: Andrzej Zaborowski <balrogg@gmail.com>
424 L: qemu-arm@nongnu.org
425 S: Maintained
426 F: hw/arm/palm.c
428 Real View
429 M: Peter Maydell <peter.maydell@linaro.org>
430 L: qemu-arm@nongnu.org
431 S: Maintained
432 F: hw/arm/realview*
433 F: hw/intc/realview_gic.c
434 F: include/hw/intc/realview_gic.h
436 PXA2XX
437 M: Andrzej Zaborowski <balrogg@gmail.com>
438 L: qemu-arm@nongnu.org
439 S: Maintained
440 F: hw/arm/mainstone.c
441 F: hw/arm/spitz.c
442 F: hw/arm/tosa.c
443 F: hw/arm/z2.c
444 F: hw/*/pxa2xx*
445 F: include/hw/arm/pxa.h
447 Stellaris
448 M: Peter Maydell <peter.maydell@linaro.org>
449 L: qemu-arm@nongnu.org
450 S: Maintained
451 F: hw/*/stellaris*
453 Versatile PB
454 M: Peter Maydell <peter.maydell@linaro.org>
455 L: qemu-arm@nongnu.org
456 S: Maintained
457 F: hw/*/versatile*
459 Xilinx Zynq
460 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
461 M: Alistair Francis <alistair.francis@xilinx.com>
462 L: qemu-arm@nongnu.org
463 S: Maintained
464 F: hw/*/xilinx_*
465 F: hw/*/cadence_*
466 F: hw/misc/zynq_slcr.c
467 X: hw/ssi/xilinx_*
469 Xilinx ZynqMP
470 M: Alistair Francis <alistair.francis@xilinx.com>
471 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
472 L: qemu-arm@nongnu.org
473 S: Maintained
474 F: hw/*/xlnx*.c
475 F: include/hw/*/xlnx*.h
477 ARM ACPI Subsystem
478 M: Shannon Zhao <zhaoshenglong@huawei.com>
479 M: Shannon Zhao <shannon.zhao@linaro.org>
480 L: qemu-arm@nongnu.org
481 S: Maintained
482 F: hw/arm/virt-acpi-build.c
483 F: include/hw/arm/virt-acpi-build.h
485 STM32F205
486 M: Alistair Francis <alistair@alistair23.me>
487 S: Maintained
488 F: hw/arm/stm32f205_soc.c
489 F: hw/misc/stm32f2xx_syscfg.c
490 F: hw/char/stm32f2xx_usart.c
491 F: hw/timer/stm32f2xx_timer.c
492 F: hw/adc/*
493 F: hw/ssi/stm32f2xx_spi.c
495 Netduino 2
496 M: Alistair Francis <alistair@alistair23.me>
497 S: Maintained
498 F: hw/arm/netduino2.c
500 CRIS Machines
501 -------------
502 Axis Dev88
503 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
504 S: Maintained
505 F: hw/cris/axis_dev88.c
506 F: hw/*/etraxfs_*.c
508 LM32 Machines
509 -------------
510 EVR32 and uclinux BSP
511 M: Michael Walle <michael@walle.cc>
512 S: Maintained
513 F: hw/lm32/lm32_boards.c
515 milkymist
516 M: Michael Walle <michael@walle.cc>
517 S: Maintained
518 F: hw/lm32/milkymist.c
520 M68K Machines
521 -------------
522 an5206
523 S: Orphan
524 F: hw/m68k/an5206.c
526 dummy_m68k
527 S: Orphan
528 F: hw/m68k/dummy_m68k.c
530 mcf5208
531 S: Orphan
532 F: hw/m68k/mcf5208.c
534 MicroBlaze Machines
535 -------------------
536 petalogix_s3adsp1800
537 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
538 S: Maintained
539 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
541 petalogix_ml605
542 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
543 S: Maintained
544 F: hw/microblaze/petalogix_ml605_mmu.c
546 MIPS Machines
547 -------------
548 Jazz
549 M: HervĂ© Poussineau <hpoussin@reactos.org>
550 S: Maintained
551 F: hw/mips/mips_jazz.c
553 Malta
554 M: Aurelien Jarno <aurelien@aurel32.net>
555 S: Maintained
556 F: hw/mips/mips_malta.c
558 Mipssim
559 L: qemu-devel@nongnu.org
560 S: Orphan
561 F: hw/mips/mips_mipssim.c
563 R4000
564 M: Aurelien Jarno <aurelien@aurel32.net>
565 S: Maintained
566 F: hw/mips/mips_r4k.c
568 OpenRISC Machines
569 -----------------
570 or1k-sim
571 M: Jia Liu <proljc@gmail.com>
572 S: Maintained
573 F: hw/openrisc/openrisc_sim.c
575 PowerPC Machines
576 ----------------
578 M: Alexander Graf <agraf@suse.de>
579 L: qemu-ppc@nongnu.org
580 S: Odd Fixes
581 F: hw/ppc/ppc405_boards.c
583 Bamboo
584 M: Alexander Graf <agraf@suse.de>
585 L: qemu-ppc@nongnu.org
586 S: Odd Fixes
587 F: hw/ppc/ppc440_bamboo.c
589 e500
590 M: Alexander Graf <agraf@suse.de>
591 M: Scott Wood <scottwood@freescale.com>
592 L: qemu-ppc@nongnu.org
593 S: Supported
594 F: hw/ppc/e500.[hc]
595 F: hw/ppc/e500plat.c
596 F: include/hw/ppc/ppc_e500.h
597 F: include/hw/pci-host/ppce500.h
598 F: pc-bios/u-boot.e500
600 mpc8544ds
601 M: Alexander Graf <agraf@suse.de>
602 M: Scott Wood <scottwood@freescale.com>
603 L: qemu-ppc@nongnu.org
604 S: Supported
605 F: hw/ppc/mpc8544ds.c
606 F: hw/ppc/mpc8544_guts.c
608 New World
609 M: Alexander Graf <agraf@suse.de>
610 L: qemu-ppc@nongnu.org
611 S: Maintained
612 F: hw/ppc/mac_newworld.c
613 F: hw/pci-host/uninorth.c
614 F: hw/pci-bridge/dec.[hc]
615 F: hw/misc/macio/
616 F: include/hw/ppc/mac_dbdma.h
617 F: hw/nvram/mac_nvram.c
619 Old World
620 M: Alexander Graf <agraf@suse.de>
621 L: qemu-ppc@nongnu.org
622 S: Maintained
623 F: hw/ppc/mac_oldworld.c
624 F: hw/pci-host/grackle.c
625 F: hw/misc/macio/
626 F: hw/intc/heathrow_pic.c
628 PReP
629 L: qemu-devel@nongnu.org
630 L: qemu-ppc@nongnu.org
631 S: Odd Fixes
632 F: hw/ppc/prep.c
633 F: hw/pci-host/prep.[hc]
634 F: hw/isa/pc87312.[hc]
635 F: pc-bios/ppc_rom.bin
637 sPAPR
638 M: David Gibson <david@gibson.dropbear.id.au>
639 M: Alexander Graf <agraf@suse.de>
640 L: qemu-ppc@nongnu.org
641 S: Supported
642 F: hw/*/spapr*
643 F: include/hw/*/spapr*
644 F: hw/*/xics*
645 F: include/hw/*/xics*
646 F: pc-bios/spapr-rtas/*
647 F: pc-bios/spapr-rtas.bin
648 F: pc-bios/slof.bin
649 F: docs/specs/ppc-spapr-hcalls.txt
650 F: docs/specs/ppc-spapr-hotplug.txt
651 F: tests/spapr*
652 F: tests/libqos/*spapr*
653 F: tests/rtas*
654 F: tests/libqos/rtas*
656 virtex_ml507
657 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
658 L: qemu-ppc@nongnu.org
659 S: Odd Fixes
660 F: hw/ppc/virtex_ml507.c
662 SH4 Machines
663 ------------
665 M: Magnus Damm <magnus.damm@gmail.com>
666 S: Maintained
667 F: hw/sh4/r2d.c
669 Shix
670 M: Magnus Damm <magnus.damm@gmail.com>
671 S: Orphan
672 F: hw/sh4/shix.c
674 SPARC Machines
675 --------------
676 Sun4m
677 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
678 S: Maintained
679 F: hw/sparc/sun4m.c
680 F: hw/dma/sparc32_dma.c
681 F: hw/dma/sun4m_iommu.c
682 F: include/hw/sparc/sparc32_dma.h
683 F: include/hw/sparc/sun4m.h
684 F: pc-bios/openbios-sparc32
686 Sun4u
687 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
688 S: Maintained
689 F: hw/sparc64/sun4u.c
690 F: pc-bios/openbios-sparc64
692 Leon3
693 M: Fabien Chouteau <chouteau@adacore.com>
694 S: Maintained
695 F: hw/sparc/leon3.c
696 F: hw/*/grlib*
697 F: include/hw/sparc/grlib.h
699 S390 Machines
700 -------------
701 S390 Virtio-ccw
702 M: Cornelia Huck <cornelia.huck@de.ibm.com>
703 M: Christian Borntraeger <borntraeger@de.ibm.com>
704 M: Alexander Graf <agraf@suse.de>
705 S: Supported
706 F: hw/char/sclp*.[hc]
707 F: hw/s390x/
708 F: include/hw/s390x/
709 F: pc-bios/s390-ccw/
710 F: hw/watchdog/wdt_diag288.c
711 F: include/hw/watchdog/wdt_diag288.h
712 F: pc-bios/s390-ccw.img
713 F: default-configs/s390x-softmmu.mak
714 T: git git://github.com/cohuck/qemu.git s390-next
715 T: git git://github.com/borntraeger/qemu.git s390-next
717 UniCore32 Machines
718 -------------
719 PKUnity-3 SoC initramfs-with-busybox
720 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
721 S: Maintained
722 F: hw/*/puv3*
723 F: hw/unicore32/
725 X86 Machines
726 ------------
728 M: Michael S. Tsirkin <mst@redhat.com>
729 S: Supported
730 F: include/hw/i386/
731 F: hw/i386/
732 F: hw/pci-host/piix.c
733 F: hw/pci-host/q35.c
734 F: hw/pci-host/pam.c
735 F: include/hw/pci-host/q35.h
736 F: include/hw/pci-host/pam.h
737 F: hw/isa/piix4.c
738 F: hw/isa/lpc_ich9.c
739 F: hw/i2c/smbus_ich9.c
740 F: hw/acpi/piix4.c
741 F: hw/acpi/ich9.c
742 F: include/hw/acpi/ich9.h
743 F: include/hw/acpi/piix4.h
744 F: hw/misc/sga.c
746 PC Chipset
747 M: Michael S. Tsirkin <mst@redhat.com>
748 M: Paolo Bonzini <pbonzini@redhat.com>
749 S: Support
750 F: hw/char/debugcon.c
751 F: hw/char/parallel.c
752 F: hw/char/serial*
753 F: hw/dma/i8257*
754 F: hw/i2c/pm_smbus.c
755 F: hw/intc/apic*
756 F: hw/intc/ioapic*
757 F: hw/intc/i8259*
758 F: hw/misc/debugexit.c
759 F: hw/misc/pc-testdev.c
760 F: hw/timer/hpet*
761 F: hw/timer/i8254*
762 F: hw/timer/mc146818rtc*
763 F: include/hw/i2c/pm_smbus.h
764 F: include/hw/timer/hpet.h
765 F: include/hw/timer/i8254*
766 F: include/hw/timer/mc146818rtc*
768 Machine core
769 M: Eduardo Habkost <ehabkost@redhat.com>
770 M: Marcel Apfelbaum <marcel@redhat.com>
771 S: Supported
772 F: hw/core/machine.c
773 F: include/hw/boards.h
775 Xtensa Machines
776 ---------------
778 M: Max Filippov <jcmvbkbc@gmail.com>
779 S: Maintained
780 F: hw/xtensa/sim.c
782 XTFPGA (LX60, LX200, ML605, KC705)
783 M: Max Filippov <jcmvbkbc@gmail.com>
784 S: Maintained
785 F: hw/xtensa/xtfpga.c
786 F: hw/net/opencores_eth.c
788 Devices
789 -------
791 M: Jiri Slaby <jslaby@suse.cz>
792 S: Maintained
793 F: hw/misc/edu.c
796 M: John Snow <jsnow@redhat.com>
797 L: qemu-block@nongnu.org
798 S: Supported
799 F: include/hw/ide.h
800 F: include/hw/ide/
801 F: hw/ide/
802 F: hw/block/block.c
803 F: hw/block/cdrom.c
804 F: hw/block/hd-geometry.c
805 F: tests/ide-test.c
806 F: tests/ahci-test.c
807 F: tests/libqos/ahci*
808 T: git git://github.com/jnsnow/qemu.git ide
810 Floppy
811 M: John Snow <jsnow@redhat.com>
812 L: qemu-block@nongnu.org
813 S: Supported
814 F: hw/block/fdc.c
815 F: include/hw/block/fdc.h
816 F: tests/fdc-test.c
817 T: git git://github.com/jnsnow/qemu.git ide
819 OMAP
820 M: Peter Maydell <peter.maydell@linaro.org>
821 S: Maintained
822 F: hw/*/omap*
823 F: include/hw/arm/omap.h
825 IPack
826 M: Alberto Garcia <berto@igalia.com>
827 S: Odd Fixes
828 F: hw/char/ipoctal232.c
829 F: hw/ipack/
832 M: Michael S. Tsirkin <mst@redhat.com>
833 M: Marcel Apfelbaum <marcel@redhat.com>
834 S: Supported
835 F: include/hw/pci/*
836 F: hw/misc/pci-testdev.c
837 F: hw/pci/*
838 F: hw/pci-bridge/*
840 ACPI/SMBIOS
841 M: Michael S. Tsirkin <mst@redhat.com>
842 M: Igor Mammedov <imammedo@redhat.com>
843 S: Supported
844 F: include/hw/acpi/*
845 F: include/hw/smbios/*
846 F: hw/mem/*
847 F: hw/acpi/*
848 F: hw/smbios/*
849 F: hw/i386/acpi-build.[hc]
850 F: hw/arm/virt-acpi-build.c
851 F: include/hw/arm/virt-acpi-build.h
853 ppc4xx
854 M: Alexander Graf <agraf@suse.de>
855 L: qemu-ppc@nongnu.org
856 S: Odd Fixes
857 F: hw/ppc/ppc4*.c
858 F: include/hw/ppc/ppc4xx.h
860 ppce500
861 M: Alexander Graf <agraf@suse.de>
862 M: Scott Wood <scottwood@freescale.com>
863 L: qemu-ppc@nongnu.org
864 S: Supported
865 F: hw/ppc/e500*
866 F: hw/pci-host/ppce500.c
867 F: hw/net/fsl_etsec/
869 Character devices
870 M: Paolo Bonzini <pbonzini@redhat.com>
871 S: Odd Fixes
872 F: hw/char/
874 Network devices
875 M: Jason Wang <jasowang@redhat.com>
876 S: Odd Fixes
877 F: hw/net/
878 F: tests/virtio-net-test.c
879 T: git git://github.com/jasowang/qemu.git net
881 SCSI
882 M: Paolo Bonzini <pbonzini@redhat.com>
883 S: Supported
884 F: include/hw/scsi/*
885 F: hw/scsi/*
886 F: tests/virtio-scsi-test.c
887 T: git git://github.com/bonzini/qemu.git scsi-next
889 LSI53C895A
890 S: Orphan
891 F: hw/scsi/lsi53c895a.c
894 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
895 S: Maintained
896 F: hw/ssi/*
897 F: hw/block/m25p80.c
898 X: hw/ssi/xilinx_*
900 Xilinx SPI
901 M: Alistair Francis <alistair.francis@xilinx.com>
902 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
903 S: Maintained
904 F: hw/ssi/xilinx_*
907 M: Gerd Hoffmann <kraxel@redhat.com>
908 S: Maintained
909 F: hw/usb/*
910 F: tests/usb-*-test.c
911 F: docs/usb2.txt
912 F: docs/usb-storage.txt
913 F: include/hw/usb.h
914 F: include/hw/usb/
916 USB (serial adapter)
917 M: Gerd Hoffmann <kraxel@redhat.com>
918 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
919 S: Maintained
920 F: hw/usb/dev-serial.c
922 VFIO
923 M: Alex Williamson <alex.williamson@redhat.com>
924 S: Supported
925 F: hw/vfio/*
926 F: include/hw/vfio/
928 vhost
929 M: Michael S. Tsirkin <mst@redhat.com>
930 S: Supported
931 F: hw/*/*vhost*
933 virtio
934 M: Michael S. Tsirkin <mst@redhat.com>
935 S: Supported
936 F: hw/*/virtio*
937 F: hw/virtio/Makefile.objs
938 F: hw/virtio/trace-events
939 F: net/vhost-user.c
940 F: include/hw/virtio/
941 F: tests/virtio-balloon-test.c
943 virtio-9p
944 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
945 M: Greg Kurz <groug@kaod.org>
946 S: Supported
947 F: hw/9pfs/
948 F: fsdev/
949 F: tests/virtio-9p-test.c
950 T: git git://github.com/kvaneesh/QEMU.git
951 T: git git://github.com/gkurz/qemu.git 9p-next
953 virtio-blk
954 M: Stefan Hajnoczi <stefanha@redhat.com>
955 L: qemu-block@nongnu.org
956 S: Supported
957 F: hw/block/virtio-blk.c
958 F: hw/block/dataplane/*
959 F: tests/virtio-blk-test.c
960 T: git git://github.com/stefanha/qemu.git block
962 virtio-ccw
963 M: Cornelia Huck <cornelia.huck@de.ibm.com>
964 M: Christian Borntraeger <borntraeger@de.ibm.com>
965 S: Supported
966 F: hw/s390x/virtio-ccw.[hc]
967 T: git git://github.com/cohuck/qemu.git s390-next
968 T: git git://github.com/borntraeger/qemu.git s390-next
970 virtio-input
971 M: Gerd Hoffmann <kraxel@redhat.com>
972 S: Maintained
973 F: hw/input/virtio-input*.c
974 F: include/hw/virtio/virtio-input.h
976 virtio-serial
977 M: Amit Shah <amit.shah@redhat.com>
978 S: Supported
979 F: hw/char/virtio-serial-bus.c
980 F: hw/char/virtio-console.c
981 F: include/hw/virtio/virtio-serial.h
982 F: tests/virtio-console-test.c
983 F: tests/virtio-serial-test.c
985 virtio-rng
986 M: Amit Shah <amit.shah@redhat.com>
987 S: Supported
988 F: hw/virtio/virtio-rng.c
989 F: include/hw/virtio/virtio-rng.h
990 F: include/sysemu/rng*.h
991 F: backends/rng*.c
992 F: tests/virtio-rng-test.c
994 nvme
995 M: Keith Busch <keith.busch@intel.com>
996 L: qemu-block@nongnu.org
997 S: Supported
998 F: hw/block/nvme*
999 F: tests/nvme-test.c
1001 megasas
1002 M: Hannes Reinecke <hare@suse.de>
1003 L: qemu-block@nongnu.org
1004 S: Supported
1005 F: hw/scsi/megasas.c
1006 F: hw/scsi/mfi.h
1008 Network packet abstractions
1009 M: Dmitry Fleytman <dmitry@daynix.com>
1010 S: Maintained
1011 F: include/net/eth.h
1012 F: net/eth.c
1013 F: hw/net/net_rx_pkt*
1014 F: hw/net/net_tx_pkt*
1016 Vmware
1017 M: Dmitry Fleytman <dmitry@daynix.com>
1018 S: Maintained
1019 F: hw/net/vmxnet*
1020 F: hw/scsi/vmw_pvscsi*
1022 Rocker
1023 M: Jiri Pirko <jiri@resnulli.us>
1024 S: Maintained
1025 F: hw/net/rocker/
1026 F: tests/rocker/
1027 F: docs/specs/rocker.txt
1029 NVDIMM
1030 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1031 S: Maintained
1032 F: hw/acpi/nvdimm.c
1033 F: hw/mem/nvdimm.c
1034 F: include/hw/mem/nvdimm.h
1036 e1000x
1037 M: Dmitry Fleytman <dmitry@daynix.com>
1038 S: Maintained
1039 F: hw/net/e1000x*
1041 e1000e
1042 M: Dmitry Fleytman <dmitry@daynix.com>
1043 S: Maintained
1044 F: hw/net/e1000e*
1046 Generic Loader
1047 M: Alistair Francis <alistair.francis@xilinx.com>
1048 S: Maintained
1049 F: hw/core/generic-loader.c
1050 F: include/hw/core/generic-loader.h
1052 Subsystems
1053 ----------
1054 Audio
1055 M: Gerd Hoffmann <kraxel@redhat.com>
1056 S: Maintained
1057 F: audio/
1058 F: hw/audio/
1059 F: include/hw/audio/
1060 F: tests/ac97-test.c
1061 F: tests/es1370-test.c
1062 F: tests/intel-hda-test.c
1064 Block layer core
1065 M: Kevin Wolf <kwolf@redhat.com>
1066 M: Max Reitz <mreitz@redhat.com>
1067 L: qemu-block@nongnu.org
1068 S: Supported
1069 F: block*
1070 F: block/
1071 F: hw/block/
1072 F: include/block/
1073 F: qemu-img*
1074 F: qemu-io*
1075 F: tests/qemu-iotests/
1076 T: git git://repo.or.cz/qemu/kevin.git block
1078 Block I/O path
1079 M: Stefan Hajnoczi <stefanha@redhat.com>
1080 M: Fam Zheng <famz@redhat.com>
1081 L: qemu-block@nongnu.org
1082 S: Supported
1083 F: async.c
1084 F: aio-*.c
1085 F: block/io.c
1086 F: migration/block*
1087 F: include/block/aio.h
1088 T: git git://github.com/stefanha/qemu.git block
1090 Block Jobs
1091 M: Jeff Cody <jcody@redhat.com>
1092 L: qemu-block@nongnu.org
1093 S: Supported
1094 F: blockjob.c
1095 F: include/block/blockjob.h
1096 F: block/backup.c
1097 F: block/commit.c
1098 F: block/stream.c
1099 F: block/mirror.c
1100 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1102 Block QAPI, monitor, command line
1103 M: Markus Armbruster <armbru@redhat.com>
1104 S: Supported
1105 F: blockdev.c
1106 F: block/qapi.c
1107 F: qapi/block*.json
1108 T: git git://repo.or.cz/qemu/armbru.git block-next
1110 Character device backends
1111 M: Paolo Bonzini <pbonzini@redhat.com>
1112 S: Maintained
1113 F: qemu-char.c
1114 F: backends/msmouse.c
1115 F: backends/testdev.c
1117 Character Devices (Braille)
1118 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1119 S: Maintained
1120 F: backends/baum.c
1122 Coverity model
1123 M: Markus Armbruster <armbru@redhat.com>
1124 S: Supported
1125 F: scripts/coverity-model.c
1128 L: qemu-devel@nongnu.org
1129 S: Supported
1130 F: qom/cpu.c
1131 F: include/qom/cpu.h
1133 Device Tree
1134 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1135 M: Alexander Graf <agraf@suse.de>
1136 S: Maintained
1137 F: device_tree.c
1138 F: include/sysemu/device_tree.h
1140 Error reporting
1141 M: Markus Armbruster <armbru@redhat.com>
1142 S: Supported
1143 F: include/qapi/error.h
1144 F: include/qemu/error-report.h
1145 F: util/error.c
1146 F: util/qemu-error.c
1148 GDB stub
1149 L: qemu-devel@nongnu.org
1150 S: Odd Fixes
1151 F: gdbstub*
1152 F: gdb-xml/
1154 Memory API
1155 M: Paolo Bonzini <pbonzini@redhat.com>
1156 S: Supported
1157 F: include/exec/ioport.h
1158 F: ioport.c
1159 F: include/exec/memory.h
1160 F: include/exec/ram_addr.h
1161 F: memory.c
1162 F: include/exec/memory-internal.h
1163 F: exec.c
1165 SPICE
1166 M: Gerd Hoffmann <kraxel@redhat.com>
1167 S: Supported
1168 F: include/ui/qemu-spice.h
1169 F: include/ui/spice-display.h
1170 F: ui/spice-*.c
1171 F: audio/spiceaudio.c
1172 F: hw/display/qxl*
1174 Graphics
1175 M: Gerd Hoffmann <kraxel@redhat.com>
1176 S: Odd Fixes
1177 F: ui/
1178 F: include/ui/
1180 Cocoa graphics
1181 M: Peter Maydell <peter.maydell@linaro.org>
1182 S: Odd Fixes
1183 F: ui/cocoa.m
1185 Main loop
1186 M: Paolo Bonzini <pbonzini@redhat.com>
1187 S: Maintained
1188 F: cpus.c
1189 F: main-loop.c
1190 F: qemu-timer.c
1191 F: vl.c
1193 Human Monitor (HMP)
1194 M: Luiz Capitulino <lcapitulino@redhat.com>
1195 S: Maintained
1196 F: monitor.c
1197 F: hmp.[ch]
1198 F: hmp-commands*.hx
1199 F: include/monitor/hmp-target.h
1200 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1202 Network device backends
1203 M: Jason Wang <jasowang@redhat.com>
1204 S: Maintained
1205 F: net/
1206 F: include/net/
1207 T: git git://github.com/jasowang/qemu.git net
1209 Netmap network backend
1210 M: Luigi Rizzo <rizzo@iet.unipi.it>
1211 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1212 M: Vincenzo Maffione <v.maffione@gmail.com>
1213 W: http://info.iet.unipi.it/~luigi/netmap/
1214 S: Maintained
1215 F: net/netmap.c
1217 Network Block Device (NBD)
1218 M: Paolo Bonzini <pbonzini@redhat.com>
1219 S: Odd Fixes
1220 F: block/nbd*
1221 F: nbd/
1222 F: include/block/nbd*
1223 F: qemu-nbd.c
1224 T: git git://github.com/bonzini/qemu.git nbd-next
1226 NUMA
1227 M: Eduardo Habkost <ehabkost@redhat.com>
1228 S: Maintained
1229 F: numa.c
1230 F: include/sysemu/numa.h
1231 T: git git://github.com/ehabkost/qemu.git numa
1233 Host Memory Backends
1234 M: Eduardo Habkost <ehabkost@redhat.com>
1235 M: Igor Mammedov <imammedo@redhat.com>
1236 S: Maintained
1237 F: backends/hostmem*.c
1238 F: include/sysemu/hostmem.h
1240 QAPI
1241 M: Markus Armbruster <armbru@redhat.com>
1242 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1243 S: Supported
1244 F: qapi/
1245 X: qapi/*.json
1246 F: include/qapi/
1247 X: include/qapi/qmp/
1248 F: include/qapi/qmp/dispatch.h
1249 F: tests/qapi-schema/
1250 F: tests/test-*-visitor.c
1251 F: tests/test-qmp-*.c
1252 F: scripts/qapi*
1253 F: docs/qapi*
1254 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1256 QAPI Schema
1257 M: Eric Blake <eblake@redhat.com>
1258 M: Markus Armbruster <armbru@redhat.com>
1259 S: Supported
1260 F: qapi-schema.json
1261 F: qapi/*.json
1262 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1264 QObject
1265 M: Luiz Capitulino <lcapitulino@redhat.com>
1266 S: Maintained
1267 F: qobject/
1268 F: include/qapi/qmp/
1269 X: include/qapi/qmp/dispatch.h
1270 F: tests/check-qdict.c
1271 F: tests/check-qfloat.c
1272 F: tests/check-qint.c
1273 F: tests/check-qjson.c
1274 F: tests/check-qlist.c
1275 F: tests/check-qstring.c
1276 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1278 QEMU Guest Agent
1279 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1280 S: Maintained
1281 F: qga/
1282 T: git git://github.com/mdroth/qemu.git qga
1285 M: Andreas Färber <afaerber@suse.de>
1286 S: Supported
1287 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1288 F: include/qom/
1289 X: include/qom/cpu.h
1290 F: qom/
1291 X: qom/cpu.c
1292 F: tests/check-qom-interface.c
1293 F: tests/check-qom-proplist.c
1294 F: tests/qom-test.c
1297 M: Markus Armbruster <armbru@redhat.com>
1298 S: Supported
1299 F: qmp.c
1300 F: monitor.c
1301 F: docs/*qmp-*
1302 F: scripts/qmp/
1303 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1305 Register API
1306 M: Alistair Francis <alistair.francis@xilinx.com>
1307 S: Maintained
1308 F: hw/core/register.c
1309 F: include/hw/register.h
1311 SLIRP
1312 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1313 M: Jan Kiszka <jan.kiszka@siemens.com>
1314 S: Maintained
1315 F: slirp/
1316 F: net/slirp.c
1317 F: include/net/slirp.h
1318 T: git git://git.kiszka.org/qemu.git queues/slirp
1320 Stubs
1321 M: Paolo Bonzini <pbonzini@redhat.com>
1322 S: Maintained
1323 F: stubs/
1325 Tracing
1326 M: Stefan Hajnoczi <stefanha@redhat.com>
1327 S: Maintained
1328 F: trace/
1329 F: scripts/tracetool.py
1330 F: scripts/tracetool/
1331 F: docs/tracing.txt
1332 T: git git://github.com/stefanha/qemu.git tracing
1334 Checkpatch
1335 S: Odd Fixes
1336 F: scripts/checkpatch.pl
1338 Migration
1339 M: Juan Quintela <quintela@redhat.com>
1340 M: Amit Shah <amit.shah@redhat.com>
1341 S: Maintained
1342 F: include/migration/
1343 F: migration/
1344 F: scripts/vmstate-static-checker.py
1345 F: tests/vmstate-static-checker-data/
1346 F: docs/migration.txt
1348 Seccomp
1349 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1350 S: Supported
1351 F: qemu-seccomp.c
1352 F: include/sysemu/seccomp.h
1354 Cryptography
1355 M: Daniel P. Berrange <berrange@redhat.com>
1356 S: Maintained
1357 F: crypto/
1358 F: include/crypto/
1359 F: tests/test-crypto-*
1361 Coroutines
1362 M: Stefan Hajnoczi <stefanha@redhat.com>
1363 M: Kevin Wolf <kwolf@redhat.com>
1364 F: util/*coroutine*
1365 F: include/qemu/coroutine*
1366 F: tests/test-coroutine.c
1368 Buffers
1369 M: Daniel P. Berrange <berrange@redhat.com>
1370 S: Odd fixes
1371 F: util/buffer.c
1372 F: include/qemu/buffer.h
1374 I/O Channels
1375 M: Daniel P. Berrange <berrange@redhat.com>
1376 S: Maintained
1377 F: io/
1378 F: include/io/
1379 F: tests/test-io-*
1381 Sockets
1382 M: Daniel P. Berrange <berrange@redhat.com>
1383 M: Gerd Hoffmann <kraxel@redhat.com>
1384 M: Paolo Bonzini <pbonzini@redhat.com>
1385 S: Maintained
1386 F: include/qemu/sockets.h
1387 F: util/qemu-sockets.c
1389 Throttling infrastructure
1390 M: Alberto Garcia <berto@igalia.com>
1391 S: Supported
1392 F: block/throttle-groups.c
1393 F: include/block/throttle-groups.h
1394 F: include/qemu/throttle.h
1395 F: util/throttle.c
1396 L: qemu-block@nongnu.org
1398 UUID
1399 M: Fam Zheng <famz@redhat.com>
1400 S: Supported
1401 F: util/uuid.c
1402 F: include/qemu/uuid.h
1403 F: tests/test-uuid.c
1405 COLO Proxy
1406 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1407 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1408 S: Supported
1409 F: docs/colo-proxy.txt
1410 F: net/colo*
1411 F: net/filter-rewriter.c
1412 F: net/filter-mirror.c
1414 Usermode Emulation
1415 ------------------
1416 Overall
1417 M: Riku Voipio <riku.voipio@iki.fi>
1418 S: Maintained
1419 F: thunk.c
1420 F: user-exec.c
1422 BSD user
1423 S: Orphan
1424 F: bsd-user/
1426 Linux user
1427 M: Riku Voipio <riku.voipio@iki.fi>
1428 S: Maintained
1429 F: linux-user/
1431 Tiny Code Generator (TCG)
1432 -------------------------
1433 Common code
1434 M: Richard Henderson <rth@twiddle.net>
1435 S: Maintained
1436 F: tcg/
1438 AArch64 target
1439 M: Claudio Fontana <claudio.fontana@huawei.com>
1440 M: Claudio Fontana <claudio.fontana@gmail.com>
1441 S: Maintained
1442 L: qemu-arm@nongnu.org
1443 F: tcg/aarch64/
1444 F: disas/arm-a64.cc
1445 F: disas/libvixl/
1447 ARM target
1448 M: Andrzej Zaborowski <balrogg@gmail.com>
1449 S: Maintained
1450 L: qemu-arm@nongnu.org
1451 F: tcg/arm/
1452 F: disas/arm.c
1454 i386 target
1455 L: qemu-devel@nongnu.org
1456 S: Maintained
1457 F: tcg/i386/
1458 F: disas/i386.c
1460 IA64 target
1461 M: Aurelien Jarno <aurelien@aurel32.net>
1462 S: Maintained
1463 F: tcg/ia64/
1464 F: disas/ia64.c
1466 MIPS target
1467 M: Aurelien Jarno <aurelien@aurel32.net>
1468 S: Maintained
1469 F: tcg/mips/
1470 F: disas/mips.c
1473 M: Vassili Karpov (malc) <av1474@comtv.ru>
1474 S: Maintained
1475 F: tcg/ppc/
1476 F: disas/ppc.c
1478 S390 target
1479 M: Alexander Graf <agraf@suse.de>
1480 M: Richard Henderson <rth@twiddle.net>
1481 S: Maintained
1482 F: tcg/s390/
1483 F: disas/s390.c
1485 SPARC target
1486 S: Odd Fixes
1487 F: tcg/sparc/
1488 F: disas/sparc.c
1490 TCI target
1491 M: Stefan Weil <sw@weilnetz.de>
1492 S: Maintained
1493 F: tcg/tci/
1494 F: tci.c
1495 F: disas/tci.c
1497 Stable branches
1498 ---------------
1499 Stable 1.0
1500 L: qemu-stable@nongnu.org
1501 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1502 S: Orphan
1504 Stable 0.15
1505 L: qemu-stable@nongnu.org
1506 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1507 S: Orphan
1509 Stable 0.14
1510 L: qemu-stable@nongnu.org
1511 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1512 S: Orphan
1514 Stable 0.10
1515 L: qemu-stable@nongnu.org
1516 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1517 S: Orphan
1519 Block drivers
1520 -------------
1521 VMDK
1522 M: Fam Zheng <famz@redhat.com>
1523 L: qemu-block@nongnu.org
1524 S: Supported
1525 F: block/vmdk.c
1528 M: Josh Durgin <jdurgin@redhat.com>
1529 M: Jeff Cody <jcody@redhat.com>
1530 L: qemu-block@nongnu.org
1531 S: Supported
1532 F: block/rbd.c
1533 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1535 Sheepdog
1536 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1537 M: Liu Yuan <namei.unix@gmail.com>
1538 M: Jeff Cody <jcody@redhat.com>
1539 L: qemu-block@nongnu.org
1540 L: sheepdog@lists.wpkg.org
1541 S: Supported
1542 F: block/sheepdog.c
1543 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1545 VHDX
1546 M: Jeff Cody <jcody@redhat.com>
1547 L: qemu-block@nongnu.org
1548 S: Supported
1549 F: block/vhdx*
1550 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1553 M: Stefan Weil <sw@weilnetz.de>
1554 L: qemu-block@nongnu.org
1555 S: Maintained
1556 F: block/vdi.c
1558 iSCSI
1559 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1560 M: Paolo Bonzini <pbonzini@redhat.com>
1561 M: Peter Lieven <pl@kamp.de>
1562 L: qemu-block@nongnu.org
1563 S: Supported
1564 F: block/iscsi.c
1567 M: Jeff Cody <jcody@redhat.com>
1568 M: Peter Lieven <pl@kamp.de>
1569 L: qemu-block@nongnu.org
1570 S: Maintained
1571 F: block/nfs.c
1572 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1575 M: Richard W.M. Jones <rjones@redhat.com>
1576 M: Jeff Cody <jcody@redhat.com>
1577 L: qemu-block@nongnu.org
1578 S: Supported
1579 F: block/ssh.c
1580 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1582 ARCHIPELAGO
1583 M: Chrysostomos Nanakos <chris@include.gr>
1584 M: Jeff Cody <jcody@redhat.com>
1585 L: qemu-block@nongnu.org
1586 S: Maintained
1587 F: block/archipelago.c
1588 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1590 CURL
1591 M: Jeff Cody <jcody@redhat.com>
1592 L: qemu-block@nongnu.org
1593 S: Supported
1594 F: block/curl.c
1595 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1597 GLUSTER
1598 M: Jeff Cody <jcody@redhat.com>
1599 L: qemu-block@nongnu.org
1600 S: Supported
1601 F: block/gluster.c
1602 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1604 Null Block Driver
1605 M: Fam Zheng <famz@redhat.com>
1606 L: qemu-block@nongnu.org
1607 S: Supported
1608 F: block/null.c
1610 Bootdevice
1611 M: Gonglei <arei.gonglei@huawei.com>
1612 S: Maintained
1613 F: bootdevice.c
1615 Quorum
1616 M: Alberto Garcia <berto@igalia.com>
1617 S: Supported
1618 F: block/quorum.c
1619 L: qemu-block@nongnu.org
1621 blkverify
1622 M: Stefan Hajnoczi <stefanha@redhat.com>
1623 L: qemu-block@nongnu.org
1624 S: Supported
1625 F: block/blkverify.c
1627 bochs
1628 M: Stefan Hajnoczi <stefanha@redhat.com>
1629 L: qemu-block@nongnu.org
1630 S: Supported
1631 F: block/bochs.c
1633 cloop
1634 M: Stefan Hajnoczi <stefanha@redhat.com>
1635 L: qemu-block@nongnu.org
1636 S: Supported
1637 F: block/cloop.c
1640 M: Stefan Hajnoczi <stefanha@redhat.com>
1641 L: qemu-block@nongnu.org
1642 S: Supported
1643 F: block/dmg.c
1645 parallels
1646 M: Stefan Hajnoczi <stefanha@redhat.com>
1647 M: Denis V. Lunev <den@openvz.org>
1648 L: qemu-block@nongnu.org
1649 S: Supported
1650 F: block/parallels.c
1651 F: docs/specs/parallels.txt
1654 M: Stefan Hajnoczi <stefanha@redhat.com>
1655 L: qemu-block@nongnu.org
1656 S: Supported
1657 F: block/qed.c
1660 M: Kevin Wolf <kwolf@redhat.com>
1661 L: qemu-block@nongnu.org
1662 S: Supported
1663 F: block/linux-aio.c
1664 F: include/block/raw-aio.h
1665 F: block/raw-posix.c
1666 F: block/raw-win32.c
1667 F: block/raw_bsd.c
1668 F: block/win32-aio.c
1670 qcow2
1671 M: Kevin Wolf <kwolf@redhat.com>
1672 M: Max Reitz <mreitz@redhat.com>
1673 L: qemu-block@nongnu.org
1674 S: Supported
1675 F: block/qcow2*
1677 qcow
1678 M: Kevin Wolf <kwolf@redhat.com>
1679 L: qemu-block@nongnu.org
1680 S: Supported
1681 F: block/qcow.c
1683 blkdebug
1684 M: Kevin Wolf <kwolf@redhat.com>
1685 M: Max Reitz <mreitz@redhat.com>
1686 L: qemu-block@nongnu.org
1687 S: Supported
1688 F: block/blkdebug.c
1691 M: Kevin Wolf <kwolf@redhat.com>
1692 L: qemu-block@nongnu.org
1693 S: Supported
1694 F: block/vpc.c
1696 vvfat
1697 M: Kevin Wolf <kwolf@redhat.com>
1698 L: qemu-block@nongnu.org
1699 S: Supported
1700 F: block/vvfat.c
1702 Image format fuzzer
1703 M: Stefan Hajnoczi <stefanha@redhat.com>
1704 L: qemu-block@nongnu.org
1705 S: Supported
1706 F: tests/image-fuzzer/
1708 Replication
1709 M: Wen Congyang <wency@cn.fujitsu.com>
1710 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1711 S: Supported
1712 F: replication*
1713 F: block/replication.c
1714 F: tests/test-replication.c
1715 F: docs/block-replication.txt
1717 Build and test automation
1718 -------------------------
1719 M: Alex BennĂ©e <alex.bennee@linaro.org>
1720 L: qemu-devel@nongnu.org
1721 S: Supported
1722 F: .travis.yml
1724 Documentation
1725 -------------
1726 Build system architecture
1727 M: Daniel P. Berrange <berrange@redhat.com>
1728 S: Odd Fixes
1729 F: docs/build-system.txt
1731 Docker testing
1732 --------------
1733 Docker based testing framework and cases
1734 M: Fam Zheng <famz@redhat.com>
1735 S: Maintained
1736 F: tests/docker/