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