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