kvm-all: Pass requester ID to MSI routing functions
[qemu/ar7.git] / MAINTAINERS
blob88fd6745fc1c0583ea5cdfa5f41ee7c26607dae8
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/
624 PReP
625 L: qemu-devel@nongnu.org
626 L: qemu-ppc@nongnu.org
627 S: Odd Fixes
628 F: hw/ppc/prep.c
629 F: hw/pci-host/prep.[hc]
630 F: hw/isa/pc87312.[hc]
632 sPAPR
633 M: David Gibson <david@gibson.dropbear.id.au>
634 M: Alexander Graf <agraf@suse.de>
635 L: qemu-ppc@nongnu.org
636 S: Supported
637 F: hw/*/spapr*
638 F: include/hw/*/spapr*
639 F: hw/*/xics*
640 F: include/hw/*/xics*
641 F: pc-bios/spapr-rtas/*
642 F: pc-bios/spapr-rtas.bin
643 F: pc-bios/slof.bin
644 F: docs/specs/ppc-spapr-hcalls.txt
645 F: docs/specs/ppc-spapr-hotplug.txt
646 F: tests/spapr*
647 F: tests/libqos/*spapr*
648 F: tests/rtas*
649 F: tests/libqos/rtas*
651 virtex_ml507
652 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
653 L: qemu-ppc@nongnu.org
654 S: Odd Fixes
655 F: hw/ppc/virtex_ml507.c
657 SH4 Machines
658 ------------
660 M: Magnus Damm <magnus.damm@gmail.com>
661 S: Maintained
662 F: hw/sh4/r2d.c
664 Shix
665 M: Magnus Damm <magnus.damm@gmail.com>
666 S: Orphan
667 F: hw/sh4/shix.c
669 SPARC Machines
670 --------------
671 Sun4m
672 M: Blue Swirl <blauwirbel@gmail.com>
673 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
674 S: Maintained
675 F: hw/sparc/sun4m.c
677 Sun4u
678 M: Blue Swirl <blauwirbel@gmail.com>
679 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
680 S: Maintained
681 F: hw/sparc64/sun4u.c
683 Leon3
684 M: Fabien Chouteau <chouteau@adacore.com>
685 S: Maintained
686 F: hw/sparc/leon3.c
687 F: hw/*/grlib*
689 S390 Machines
690 -------------
691 S390 Virtio-ccw
692 M: Cornelia Huck <cornelia.huck@de.ibm.com>
693 M: Christian Borntraeger <borntraeger@de.ibm.com>
694 M: Alexander Graf <agraf@suse.de>
695 S: Supported
696 F: hw/char/sclp*.[hc]
697 F: hw/s390x/
698 F: include/hw/s390x/
699 F: pc-bios/s390-ccw/
700 F: hw/watchdog/wdt_diag288.c
701 F: include/hw/watchdog/wdt_diag288.h
702 F: pc-bios/s390-ccw.img
703 F: default-configs/s390x-softmmu.mak
704 T: git git://github.com/cohuck/qemu.git s390-next
705 T: git git://github.com/borntraeger/qemu.git s390-next
707 UniCore32 Machines
708 -------------
709 PKUnity-3 SoC initramfs-with-busybox
710 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
711 S: Maintained
712 F: hw/*/puv3*
713 F: hw/unicore32/
715 X86 Machines
716 ------------
718 M: Michael S. Tsirkin <mst@redhat.com>
719 S: Supported
720 F: include/hw/i386/
721 F: hw/i386/
722 F: hw/pci-host/piix.c
723 F: hw/pci-host/q35.c
724 F: hw/pci-host/pam.c
725 F: include/hw/pci-host/q35.h
726 F: include/hw/pci-host/pam.h
727 F: hw/isa/piix4.c
728 F: hw/isa/lpc_ich9.c
729 F: hw/i2c/smbus_ich9.c
730 F: hw/acpi/piix4.c
731 F: hw/acpi/ich9.c
732 F: include/hw/acpi/ich9.h
733 F: include/hw/acpi/piix4.h
734 F: hw/misc/sga.c
736 PC Chipset
737 M: Michael S. Tsirkin <mst@redhat.com>
738 M: Paolo Bonzini <pbonzini@redhat.com>
739 S: Support
740 F: hw/char/debugcon.c
741 F: hw/char/parallel.c
742 F: hw/char/serial*
743 F: hw/dma/i8257*
744 F: hw/i2c/pm_smbus.c
745 F: hw/intc/apic*
746 F: hw/intc/ioapic*
747 F: hw/intc/i8259*
748 F: hw/misc/debugexit.c
749 F: hw/misc/pc-testdev.c
750 F: hw/timer/hpet*
751 F: hw/timer/i8254*
752 F: hw/timer/mc146818rtc*
753 F: include/hw/i2c/pm_smbus.h
754 F: include/hw/timer/hpet.h
755 F: include/hw/timer/i8254*
756 F: include/hw/timer/mc146818rtc*
758 Machine core
759 M: Eduardo Habkost <ehabkost@redhat.com>
760 M: Marcel Apfelbaum <marcel@redhat.com>
761 S: Supported
762 F: hw/core/machine.c
763 F: include/hw/boards.h
765 Xtensa Machines
766 ---------------
768 M: Max Filippov <jcmvbkbc@gmail.com>
769 S: Maintained
770 F: hw/xtensa/sim.c
772 XTFPGA (LX60, LX200, ML605, KC705)
773 M: Max Filippov <jcmvbkbc@gmail.com>
774 S: Maintained
775 F: hw/xtensa/xtfpga.c
776 F: hw/net/opencores_eth.c
778 Devices
779 -------
781 M: Jiri Slaby <jslaby@suse.cz>
782 S: Maintained
783 F: hw/misc/edu.c
786 M: John Snow <jsnow@redhat.com>
787 L: qemu-block@nongnu.org
788 S: Supported
789 F: include/hw/ide.h
790 F: include/hw/ide/
791 F: hw/ide/
792 F: hw/block/block.c
793 F: hw/block/cdrom.c
794 F: hw/block/hd-geometry.c
795 F: tests/ide-test.c
796 F: tests/ahci-test.c
797 F: tests/libqos/ahci*
798 T: git git://github.com/jnsnow/qemu.git ide
800 Floppy
801 M: John Snow <jsnow@redhat.com>
802 L: qemu-block@nongnu.org
803 S: Supported
804 F: hw/block/fdc.c
805 F: include/hw/block/fdc.h
806 F: tests/fdc-test.c
807 T: git git://github.com/jnsnow/qemu.git ide
809 OMAP
810 M: Peter Maydell <peter.maydell@linaro.org>
811 S: Maintained
812 F: hw/*/omap*
813 F: include/hw/arm/omap.h
815 IPack
816 M: Alberto Garcia <berto@igalia.com>
817 S: Odd Fixes
818 F: hw/char/ipoctal232.c
819 F: hw/ipack/
822 M: Michael S. Tsirkin <mst@redhat.com>
823 M: Marcel Apfelbaum <marcel@redhat.com>
824 S: Supported
825 F: include/hw/pci/*
826 F: hw/misc/pci-testdev.c
827 F: hw/pci/*
828 F: hw/pci-bridge/*
830 ACPI/SMBIOS
831 M: Michael S. Tsirkin <mst@redhat.com>
832 M: Igor Mammedov <imammedo@redhat.com>
833 S: Supported
834 F: include/hw/acpi/*
835 F: include/hw/smbios/*
836 F: hw/mem/*
837 F: hw/acpi/*
838 F: hw/smbios/*
839 F: hw/i386/acpi-build.[hc]
840 F: hw/arm/virt-acpi-build.c
841 F: include/hw/arm/virt-acpi-build.h
843 ppc4xx
844 M: Alexander Graf <agraf@suse.de>
845 L: qemu-ppc@nongnu.org
846 S: Odd Fixes
847 F: hw/ppc/ppc4*.c
848 F: include/hw/ppc/ppc4xx.h
850 ppce500
851 M: Alexander Graf <agraf@suse.de>
852 M: Scott Wood <scottwood@freescale.com>
853 L: qemu-ppc@nongnu.org
854 S: Supported
855 F: hw/ppc/e500*
856 F: hw/pci-host/ppce500.c
857 F: hw/net/fsl_etsec/
859 Character devices
860 M: Paolo Bonzini <pbonzini@redhat.com>
861 S: Odd Fixes
862 F: hw/char/
864 Network devices
865 M: Jason Wang <jasowang@redhat.com>
866 S: Odd Fixes
867 F: hw/net/
868 F: tests/virtio-net-test.c
869 T: git git://github.com/jasowang/qemu.git net
871 SCSI
872 M: Paolo Bonzini <pbonzini@redhat.com>
873 S: Supported
874 F: include/hw/scsi/*
875 F: hw/scsi/*
876 F: tests/virtio-scsi-test.c
877 T: git git://github.com/bonzini/qemu.git scsi-next
879 LSI53C895A
880 S: Orphan
881 F: hw/scsi/lsi53c895a.c
884 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
885 S: Maintained
886 F: hw/ssi/*
887 F: hw/block/m25p80.c
888 X: hw/ssi/xilinx_*
890 Xilinx SPI
891 M: Alistair Francis <alistair.francis@xilinx.com>
892 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
893 S: Maintained
894 F: hw/ssi/xilinx_*
897 M: Gerd Hoffmann <kraxel@redhat.com>
898 S: Maintained
899 F: hw/usb/*
900 F: tests/usb-*-test.c
901 F: docs/usb2.txt
902 F: docs/usb-storage.txt
903 F: include/hw/usb.h
904 F: include/hw/usb/
906 USB (serial adapter)
907 M: Gerd Hoffmann <kraxel@redhat.com>
908 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
909 S: Maintained
910 F: hw/usb/dev-serial.c
912 VFIO
913 M: Alex Williamson <alex.williamson@redhat.com>
914 S: Supported
915 F: hw/vfio/*
916 F: include/hw/vfio/
918 vhost
919 M: Michael S. Tsirkin <mst@redhat.com>
920 S: Supported
921 F: hw/*/*vhost*
923 virtio
924 M: Michael S. Tsirkin <mst@redhat.com>
925 S: Supported
926 F: hw/*/virtio*
927 F: net/vhost-user.c
928 F: include/hw/virtio/
929 F: tests/virtio-balloon-test.c
931 virtio-9p
932 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
933 M: Greg Kurz <groug@kaod.org>
934 S: Supported
935 F: hw/9pfs/
936 F: fsdev/
937 F: tests/virtio-9p-test.c
938 T: git git://github.com/kvaneesh/QEMU.git
939 T: git git://github.com/gkurz/qemu.git 9p-next
941 virtio-blk
942 M: Stefan Hajnoczi <stefanha@redhat.com>
943 L: qemu-block@nongnu.org
944 S: Supported
945 F: hw/block/virtio-blk.c
946 F: hw/block/dataplane/*
947 F: tests/virtio-blk-test.c
948 T: git git://github.com/stefanha/qemu.git block
950 virtio-ccw
951 M: Cornelia Huck <cornelia.huck@de.ibm.com>
952 M: Christian Borntraeger <borntraeger@de.ibm.com>
953 S: Supported
954 F: hw/s390x/virtio-ccw.[hc]
955 T: git git://github.com/cohuck/qemu.git s390-next
956 T: git git://github.com/borntraeger/qemu.git s390-next
958 virtio-input
959 M: Gerd Hoffmann <kraxel@redhat.com>
960 S: Maintained
961 F: hw/input/virtio-input*.c
962 F: include/hw/virtio/virtio-input.h
964 virtio-serial
965 M: Amit Shah <amit.shah@redhat.com>
966 S: Supported
967 F: hw/char/virtio-serial-bus.c
968 F: hw/char/virtio-console.c
969 F: include/hw/virtio/virtio-serial.h
970 F: tests/virtio-console-test.c
971 F: tests/virtio-serial-test.c
973 virtio-rng
974 M: Amit Shah <amit.shah@redhat.com>
975 S: Supported
976 F: hw/virtio/virtio-rng.c
977 F: include/hw/virtio/virtio-rng.h
978 F: include/sysemu/rng*.h
979 F: backends/rng*.c
980 F: tests/virtio-rng-test.c
982 nvme
983 M: Keith Busch <keith.busch@intel.com>
984 L: qemu-block@nongnu.org
985 S: Supported
986 F: hw/block/nvme*
987 F: tests/nvme-test.c
989 megasas
990 M: Hannes Reinecke <hare@suse.de>
991 L: qemu-block@nongnu.org
992 S: Supported
993 F: hw/scsi/megasas.c
994 F: hw/scsi/mfi.h
996 Network packet abstractions
997 M: Dmitry Fleytman <dmitry@daynix.com>
998 S: Maintained
999 F: include/net/eth.h
1000 F: net/eth.c
1001 F: hw/net/net_rx_pkt*
1002 F: hw/net/net_tx_pkt*
1004 Vmware
1005 M: Dmitry Fleytman <dmitry@daynix.com>
1006 S: Maintained
1007 F: hw/net/vmxnet*
1008 F: hw/scsi/vmw_pvscsi*
1010 Rocker
1011 M: Jiri Pirko <jiri@resnulli.us>
1012 S: Maintained
1013 F: hw/net/rocker/
1015 NVDIMM
1016 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1017 S: Maintained
1018 F: hw/acpi/nvdimm.c
1019 F: hw/mem/nvdimm.c
1020 F: include/hw/mem/nvdimm.h
1022 e1000x
1023 M: Dmitry Fleytman <dmitry@daynix.com>
1024 S: Maintained
1025 F: hw/net/e1000x*
1027 e1000e
1028 M: Dmitry Fleytman <dmitry@daynix.com>
1029 S: Maintained
1030 F: hw/net/e1000e*
1032 Subsystems
1033 ----------
1034 Audio
1035 M: Gerd Hoffmann <kraxel@redhat.com>
1036 S: Maintained
1037 F: audio/
1038 F: hw/audio/
1039 F: tests/ac97-test.c
1040 F: tests/es1370-test.c
1041 F: tests/intel-hda-test.c
1043 Block layer core
1044 M: Kevin Wolf <kwolf@redhat.com>
1045 M: Max Reitz <mreitz@redhat.com>
1046 L: qemu-block@nongnu.org
1047 S: Supported
1048 F: block*
1049 F: block/
1050 F: hw/block/
1051 F: include/block/
1052 F: qemu-img*
1053 F: qemu-io*
1054 F: tests/qemu-iotests/
1055 T: git git://repo.or.cz/qemu/kevin.git block
1057 Block I/O path
1058 M: Stefan Hajnoczi <stefanha@redhat.com>
1059 M: Fam Zheng <famz@redhat.com>
1060 L: qemu-block@nongnu.org
1061 S: Supported
1062 F: async.c
1063 F: aio-*.c
1064 F: block/io.c
1065 F: migration/block*
1066 F: include/block/aio.h
1067 T: git git://github.com/stefanha/qemu.git block
1069 Block Jobs
1070 M: Jeff Cody <jcody@redhat.com>
1071 L: qemu-block@nongnu.org
1072 S: Supported
1073 F: blockjob.c
1074 F: include/block/blockjob.h
1075 F: block/backup.c
1076 F: block/commit.c
1077 F: block/stream.c
1078 F: block/mirror.c
1079 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1081 Block QAPI, monitor, command line
1082 M: Markus Armbruster <armbru@redhat.com>
1083 S: Supported
1084 F: blockdev.c
1085 F: block/qapi.c
1086 F: qapi/block*.json
1087 T: git git://repo.or.cz/qemu/armbru.git block-next
1089 Character device backends
1090 M: Paolo Bonzini <pbonzini@redhat.com>
1091 S: Maintained
1092 F: qemu-char.c
1093 F: backends/msmouse.c
1094 F: backends/testdev.c
1096 Character Devices (Braille)
1097 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1098 S: Maintained
1099 F: backends/baum.c
1101 Coverity model
1102 M: Markus Armbruster <armbru@redhat.com>
1103 S: Supported
1104 F: scripts/coverity-model.c
1107 L: qemu-devel@nongnu.org
1108 S: Supported
1109 F: qom/cpu.c
1110 F: include/qom/cpu.h
1112 Device Tree
1113 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1114 M: Alexander Graf <agraf@suse.de>
1115 S: Maintained
1116 F: device_tree.c
1117 F: include/sysemu/device_tree.h
1119 Error reporting
1120 M: Markus Armbruster <armbru@redhat.com>
1121 S: Supported
1122 F: include/qapi/error.h
1123 F: include/qemu/error-report.h
1124 F: util/error.c
1125 F: util/qemu-error.c
1127 GDB stub
1128 L: qemu-devel@nongnu.org
1129 S: Odd Fixes
1130 F: gdbstub*
1131 F: gdb-xml/
1133 Memory API
1134 M: Paolo Bonzini <pbonzini@redhat.com>
1135 S: Supported
1136 F: include/exec/ioport.h
1137 F: ioport.c
1138 F: include/exec/memory.h
1139 F: include/exec/ram_addr.h
1140 F: memory.c
1141 F: include/exec/memory-internal.h
1142 F: exec.c
1144 SPICE
1145 M: Gerd Hoffmann <kraxel@redhat.com>
1146 S: Supported
1147 F: include/ui/qemu-spice.h
1148 F: include/ui/spice-display.h
1149 F: ui/spice-*.c
1150 F: audio/spiceaudio.c
1151 F: hw/display/qxl*
1153 Graphics
1154 M: Gerd Hoffmann <kraxel@redhat.com>
1155 S: Odd Fixes
1156 F: ui/
1157 F: include/ui/
1159 Cocoa graphics
1160 M: Peter Maydell <peter.maydell@linaro.org>
1161 S: Odd Fixes
1162 F: ui/cocoa.m
1164 Main loop
1165 M: Paolo Bonzini <pbonzini@redhat.com>
1166 S: Maintained
1167 F: cpus.c
1168 F: main-loop.c
1169 F: qemu-timer.c
1170 F: vl.c
1172 Human Monitor (HMP)
1173 M: Luiz Capitulino <lcapitulino@redhat.com>
1174 S: Maintained
1175 F: monitor.c
1176 F: hmp.c
1177 F: hmp-commands.hx
1178 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1180 Network device backends
1181 M: Jason Wang <jasowang@redhat.com>
1182 S: Maintained
1183 F: net/
1184 F: include/net/
1185 T: git git://github.com/jasowang/qemu.git net
1187 Netmap network backend
1188 M: Luigi Rizzo <rizzo@iet.unipi.it>
1189 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1190 M: Vincenzo Maffione <v.maffione@gmail.com>
1191 W: http://info.iet.unipi.it/~luigi/netmap/
1192 S: Maintained
1193 F: net/netmap.c
1195 Network Block Device (NBD)
1196 M: Paolo Bonzini <pbonzini@redhat.com>
1197 S: Odd Fixes
1198 F: block/nbd*
1199 F: nbd/
1200 F: include/block/nbd*
1201 F: qemu-nbd.c
1202 T: git git://github.com/bonzini/qemu.git nbd-next
1204 NUMA
1205 M: Eduardo Habkost <ehabkost@redhat.com>
1206 S: Maintained
1207 F: numa.c
1208 F: include/sysemu/numa.h
1209 T: git git://github.com/ehabkost/qemu.git numa
1211 Host Memory Backends
1212 M: Eduardo Habkost <ehabkost@redhat.com>
1213 M: Igor Mammedov <imammedo@redhat.com>
1214 S: Maintained
1215 F: backends/hostmem*.c
1216 F: include/sysemu/hostmem.h
1218 QAPI
1219 M: Markus Armbruster <armbru@redhat.com>
1220 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1221 S: Supported
1222 F: qapi/
1223 X: qapi/*.json
1224 F: include/qapi/
1225 X: include/qapi/qmp/
1226 F: include/qapi/qmp/dispatch.h
1227 F: tests/qapi-schema/
1228 F: tests/test-*-visitor.c
1229 F: tests/test-qmp-*.c
1230 F: scripts/qapi*
1231 F: docs/qapi*
1232 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1234 QAPI Schema
1235 M: Eric Blake <eblake@redhat.com>
1236 M: Markus Armbruster <armbru@redhat.com>
1237 S: Supported
1238 F: qapi-schema.json
1239 F: qapi/*.json
1240 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1242 QObject
1243 M: Luiz Capitulino <lcapitulino@redhat.com>
1244 S: Maintained
1245 F: qobject/
1246 F: include/qapi/qmp/
1247 X: include/qapi/qmp/dispatch.h
1248 F: tests/check-qdict.c
1249 F: tests/check-qfloat.c
1250 F: tests/check-qint.c
1251 F: tests/check-qjson.c
1252 F: tests/check-qlist.c
1253 F: tests/check-qstring.c
1254 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1256 QEMU Guest Agent
1257 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1258 S: Maintained
1259 F: qga/
1260 T: git git://github.com/mdroth/qemu.git qga
1263 M: Andreas Färber <afaerber@suse.de>
1264 S: Supported
1265 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1266 F: include/qom/
1267 X: include/qom/cpu.h
1268 F: qom/
1269 X: qom/cpu.c
1270 F: tests/check-qom-interface.c
1271 F: tests/check-qom-proplist.c
1272 F: tests/qom-test.c
1275 M: Markus Armbruster <armbru@redhat.com>
1276 S: Supported
1277 F: qmp.c
1278 F: monitor.c
1279 F: docs/*qmp-*
1280 F: scripts/qmp/
1281 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1283 Register API
1284 M: Alistair Francis <alistair.francis@xilinx.com>
1285 S: Maintained
1286 F: hw/core/register.c
1287 F: include/hw/register.h
1289 SLIRP
1290 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1291 M: Jan Kiszka <jan.kiszka@siemens.com>
1292 S: Maintained
1293 F: slirp/
1294 F: net/slirp.c
1295 F: include/net/slirp.h
1296 T: git git://git.kiszka.org/qemu.git queues/slirp
1298 Stubs
1299 M: Paolo Bonzini <pbonzini@redhat.com>
1300 S: Maintained
1301 F: stubs/
1303 Tracing
1304 M: Stefan Hajnoczi <stefanha@redhat.com>
1305 S: Maintained
1306 F: trace/
1307 F: scripts/tracetool.py
1308 F: scripts/tracetool/
1309 F: docs/tracing.txt
1310 T: git git://github.com/stefanha/qemu.git tracing
1312 Checkpatch
1313 S: Odd Fixes
1314 F: scripts/checkpatch.pl
1316 Migration
1317 M: Juan Quintela <quintela@redhat.com>
1318 M: Amit Shah <amit.shah@redhat.com>
1319 S: Maintained
1320 F: include/migration/
1321 F: migration/
1322 F: scripts/vmstate-static-checker.py
1323 F: tests/vmstate-static-checker-data/
1324 F: docs/migration.txt
1326 Seccomp
1327 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1328 S: Supported
1329 F: qemu-seccomp.c
1330 F: include/sysemu/seccomp.h
1332 Cryptography
1333 M: Daniel P. Berrange <berrange@redhat.com>
1334 S: Maintained
1335 F: crypto/
1336 F: include/crypto/
1337 F: tests/test-crypto-*
1339 Coroutines
1340 M: Stefan Hajnoczi <stefanha@redhat.com>
1341 M: Kevin Wolf <kwolf@redhat.com>
1342 F: util/*coroutine*
1343 F: include/qemu/coroutine*
1344 F: tests/test-coroutine.c
1346 Buffers
1347 M: Daniel P. Berrange <berrange@redhat.com>
1348 S: Odd fixes
1349 F: util/buffer.c
1350 F: include/qemu/buffer.h
1352 I/O Channels
1353 M: Daniel P. Berrange <berrange@redhat.com>
1354 S: Maintained
1355 F: io/
1356 F: include/io/
1357 F: tests/test-io-*
1359 Sockets
1360 M: Daniel P. Berrange <berrange@redhat.com>
1361 M: Gerd Hoffmann <kraxel@redhat.com>
1362 M: Paolo Bonzini <pbonzini@redhat.com>
1363 S: Maintained
1364 F: include/qemu/sockets.h
1365 F: util/qemu-sockets.c
1367 Throttling infrastructure
1368 M: Alberto Garcia <berto@igalia.com>
1369 S: Supported
1370 F: block/throttle-groups.c
1371 F: include/block/throttle-groups.h
1372 F: include/qemu/throttle.h
1373 F: util/throttle.c
1374 L: qemu-block@nongnu.org
1376 UUID
1377 M: Fam Zheng <famz@redhat.com>
1378 S: Supported
1379 F: util/uuid.c
1380 F: include/qemu/uuid.h
1381 F: tests/test-uuid.c
1383 COLO Proxy
1384 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1385 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1386 S: Supported
1387 F: docs/colo-proxy.txt
1388 F: net/colo*
1389 F: net/filter-rewriter.c
1390 F: net/filter-mirror.c
1392 Usermode Emulation
1393 ------------------
1394 Overall
1395 M: Riku Voipio <riku.voipio@iki.fi>
1396 S: Maintained
1397 F: thunk.c
1398 F: user-exec.c
1400 BSD user
1401 S: Orphan
1402 F: bsd-user/
1404 Linux user
1405 M: Riku Voipio <riku.voipio@iki.fi>
1406 S: Maintained
1407 F: linux-user/
1409 Tiny Code Generator (TCG)
1410 -------------------------
1411 Common code
1412 M: Richard Henderson <rth@twiddle.net>
1413 S: Maintained
1414 F: tcg/
1416 AArch64 target
1417 M: Claudio Fontana <claudio.fontana@huawei.com>
1418 M: Claudio Fontana <claudio.fontana@gmail.com>
1419 S: Maintained
1420 L: qemu-arm@nongnu.org
1421 F: tcg/aarch64/
1422 F: disas/arm-a64.cc
1423 F: disas/libvixl/
1425 ARM target
1426 M: Andrzej Zaborowski <balrogg@gmail.com>
1427 S: Maintained
1428 L: qemu-arm@nongnu.org
1429 F: tcg/arm/
1430 F: disas/arm.c
1432 i386 target
1433 L: qemu-devel@nongnu.org
1434 S: Maintained
1435 F: tcg/i386/
1436 F: disas/i386.c
1438 IA64 target
1439 M: Aurelien Jarno <aurelien@aurel32.net>
1440 S: Maintained
1441 F: tcg/ia64/
1442 F: disas/ia64.c
1444 MIPS target
1445 M: Aurelien Jarno <aurelien@aurel32.net>
1446 S: Maintained
1447 F: tcg/mips/
1448 F: disas/mips.c
1451 M: Vassili Karpov (malc) <av1474@comtv.ru>
1452 S: Maintained
1453 F: tcg/ppc/
1454 F: disas/ppc.c
1456 S390 target
1457 M: Alexander Graf <agraf@suse.de>
1458 M: Richard Henderson <rth@twiddle.net>
1459 S: Maintained
1460 F: tcg/s390/
1461 F: disas/s390.c
1463 SPARC target
1464 S: Odd Fixes
1465 F: tcg/sparc/
1466 F: disas/sparc.c
1468 TCI target
1469 M: Stefan Weil <sw@weilnetz.de>
1470 S: Maintained
1471 F: tcg/tci/
1472 F: tci.c
1473 F: disas/tci.c
1475 Stable branches
1476 ---------------
1477 Stable 1.0
1478 L: qemu-stable@nongnu.org
1479 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1480 S: Orphan
1482 Stable 0.15
1483 L: qemu-stable@nongnu.org
1484 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1485 S: Orphan
1487 Stable 0.14
1488 L: qemu-stable@nongnu.org
1489 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1490 S: Orphan
1492 Stable 0.10
1493 L: qemu-stable@nongnu.org
1494 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1495 S: Orphan
1497 Block drivers
1498 -------------
1499 VMDK
1500 M: Fam Zheng <famz@redhat.com>
1501 L: qemu-block@nongnu.org
1502 S: Supported
1503 F: block/vmdk.c
1506 M: Josh Durgin <jdurgin@redhat.com>
1507 M: Jeff Cody <jcody@redhat.com>
1508 L: qemu-block@nongnu.org
1509 S: Supported
1510 F: block/rbd.c
1511 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1513 Sheepdog
1514 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1515 M: Liu Yuan <namei.unix@gmail.com>
1516 M: Jeff Cody <jcody@redhat.com>
1517 L: qemu-block@nongnu.org
1518 L: sheepdog@lists.wpkg.org
1519 S: Supported
1520 F: block/sheepdog.c
1521 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1523 VHDX
1524 M: Jeff Cody <jcody@redhat.com>
1525 L: qemu-block@nongnu.org
1526 S: Supported
1527 F: block/vhdx*
1528 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1531 M: Stefan Weil <sw@weilnetz.de>
1532 L: qemu-block@nongnu.org
1533 S: Maintained
1534 F: block/vdi.c
1536 iSCSI
1537 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1538 M: Paolo Bonzini <pbonzini@redhat.com>
1539 M: Peter Lieven <pl@kamp.de>
1540 L: qemu-block@nongnu.org
1541 S: Supported
1542 F: block/iscsi.c
1545 M: Jeff Cody <jcody@redhat.com>
1546 M: Peter Lieven <pl@kamp.de>
1547 L: qemu-block@nongnu.org
1548 S: Maintained
1549 F: block/nfs.c
1550 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1553 M: Richard W.M. Jones <rjones@redhat.com>
1554 M: Jeff Cody <jcody@redhat.com>
1555 L: qemu-block@nongnu.org
1556 S: Supported
1557 F: block/ssh.c
1558 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1560 ARCHIPELAGO
1561 M: Chrysostomos Nanakos <chris@include.gr>
1562 M: Jeff Cody <jcody@redhat.com>
1563 L: qemu-block@nongnu.org
1564 S: Maintained
1565 F: block/archipelago.c
1566 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1568 CURL
1569 M: Jeff Cody <jcody@redhat.com>
1570 L: qemu-block@nongnu.org
1571 S: Supported
1572 F: block/curl.c
1573 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1575 GLUSTER
1576 M: Jeff Cody <jcody@redhat.com>
1577 L: qemu-block@nongnu.org
1578 S: Supported
1579 F: block/gluster.c
1580 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1582 Null Block Driver
1583 M: Fam Zheng <famz@redhat.com>
1584 L: qemu-block@nongnu.org
1585 S: Supported
1586 F: block/null.c
1588 Bootdevice
1589 M: Gonglei <arei.gonglei@huawei.com>
1590 S: Maintained
1591 F: bootdevice.c
1593 Quorum
1594 M: Alberto Garcia <berto@igalia.com>
1595 S: Supported
1596 F: block/quorum.c
1597 L: qemu-block@nongnu.org
1599 blkverify
1600 M: Stefan Hajnoczi <stefanha@redhat.com>
1601 L: qemu-block@nongnu.org
1602 S: Supported
1603 F: block/blkverify.c
1605 bochs
1606 M: Stefan Hajnoczi <stefanha@redhat.com>
1607 L: qemu-block@nongnu.org
1608 S: Supported
1609 F: block/bochs.c
1611 cloop
1612 M: Stefan Hajnoczi <stefanha@redhat.com>
1613 L: qemu-block@nongnu.org
1614 S: Supported
1615 F: block/cloop.c
1618 M: Stefan Hajnoczi <stefanha@redhat.com>
1619 L: qemu-block@nongnu.org
1620 S: Supported
1621 F: block/dmg.c
1623 parallels
1624 M: Stefan Hajnoczi <stefanha@redhat.com>
1625 M: Denis V. Lunev <den@openvz.org>
1626 L: qemu-block@nongnu.org
1627 S: Supported
1628 F: block/parallels.c
1629 F: docs/specs/parallels.txt
1632 M: Stefan Hajnoczi <stefanha@redhat.com>
1633 L: qemu-block@nongnu.org
1634 S: Supported
1635 F: block/qed.c
1638 M: Kevin Wolf <kwolf@redhat.com>
1639 L: qemu-block@nongnu.org
1640 S: Supported
1641 F: block/linux-aio.c
1642 F: include/block/raw-aio.h
1643 F: block/raw-posix.c
1644 F: block/raw-win32.c
1645 F: block/raw_bsd.c
1646 F: block/win32-aio.c
1648 qcow2
1649 M: Kevin Wolf <kwolf@redhat.com>
1650 M: Max Reitz <mreitz@redhat.com>
1651 L: qemu-block@nongnu.org
1652 S: Supported
1653 F: block/qcow2*
1655 qcow
1656 M: Kevin Wolf <kwolf@redhat.com>
1657 L: qemu-block@nongnu.org
1658 S: Supported
1659 F: block/qcow.c
1661 blkdebug
1662 M: Kevin Wolf <kwolf@redhat.com>
1663 M: Max Reitz <mreitz@redhat.com>
1664 L: qemu-block@nongnu.org
1665 S: Supported
1666 F: block/blkdebug.c
1669 M: Kevin Wolf <kwolf@redhat.com>
1670 L: qemu-block@nongnu.org
1671 S: Supported
1672 F: block/vpc.c
1674 vvfat
1675 M: Kevin Wolf <kwolf@redhat.com>
1676 L: qemu-block@nongnu.org
1677 S: Supported
1678 F: block/vvfat.c
1680 Image format fuzzer
1681 M: Stefan Hajnoczi <stefanha@redhat.com>
1682 L: qemu-block@nongnu.org
1683 S: Supported
1684 F: tests/image-fuzzer/
1686 Replication
1687 M: Wen Congyang <wency@cn.fujitsu.com>
1688 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1689 S: Supported
1690 F: replication*
1691 F: block/replication.c
1692 F: tests/test-replication.c
1693 F: docs/block-replication.txt
1695 Build and test automation
1696 -------------------------
1697 M: Alex BennĂ©e <alex.bennee@linaro.org>
1698 L: qemu-devel@nongnu.org
1699 S: Supported
1700 F: .travis.yml
1702 Documentation
1703 -------------
1704 Build system architecture
1705 M: Daniel P. Berrange <berrange@redhat.com>
1706 S: Odd Fixes
1707 F: docs/build-system.txt
1709 Docker testing
1710 --------------
1711 Docker based testing framework and cases
1712 M: Fam Zheng <famz@redhat.com>
1713 S: Maintained
1714 F: tests/docker/