virtio: handle virtqueue_get_head() errors
[sdk/emulator/qemu.git] / MAINTAINERS
1 QEMU Maintainers
2 ================
3
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.
8
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.
11
12 Descriptions of section entries:
13
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.
49
50
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
54
55 All patches CC here
56 L: qemu-devel@nongnu.org
57 F: *
58 F: */
59
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
65
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
87
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/
94
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
102
103 ARM
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/
113
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
121
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/
133
134 M68K
135 S: Orphan
136 F: target-m68k/
137 F: hw/m68k/
138
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
145
146 MIPS
147 M: Aurelien Jarno <aurelien@aurel32.net>
148 M: Leon Alrae <leon.alrae@imgtec.com>
149 S: Maintained
150 F: target-mips/
151 F: hw/mips/
152 F: tests/tcg/mips/
153 F: disas/mips.c
154
155 Moxie
156 M: Anthony Green <green@moxielogic.com>
157 S: Maintained
158 F: target-moxie/
159 F: disas/moxie.c
160
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/
167
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
177
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
185
186 SH4
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/
193
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
202
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/
209
210 X86
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
218
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/
226
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/
233
234 Guest CPU Cores (KVM):
235 ----------------------
236
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
244
245 ARM
246 M: Peter Maydell <peter.maydell@linaro.org>
247 L: qemu-arm@nongnu.org
248 S: Maintained
249 F: target-arm/kvm.c
250
251 MIPS
252 M: James Hogan <james.hogan@imgtec.com>
253 S: Maintained
254 F: target-mips/kvm.c
255
256 PPC
257 M: Alexander Graf <agraf@suse.de>
258 S: Maintained
259 F: target-ppc/kvm.c
260
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
275
276 X86
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
282
283 Guest CPU Cores (Xen):
284 ----------------------
285
286 X86
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
302
303 Hosts:
304 ------
305
306 LINUX
307 L: qemu-devel@nongnu.org
308 S: Maintained
309 F: linux-*
310 F: linux-headers/
311
312 POSIX
313 L: qemu-devel@nongnu.org
314 S: Maintained
315 F: *posix*
316
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
323
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
333
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
348
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
365
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
372
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
379
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*
386
387 Gumstix
388 L: qemu-devel@nongnu.org
389 L: qemu-arm@nongnu.org
390 S: Orphan
391 F: hw/arm/gumstix.c
392
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
400
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
406
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
412
413 nSeries
414 M: Andrzej Zaborowski <balrogg@gmail.com>
415 L: qemu-arm@nongnu.org
416 S: Maintained
417 F: hw/arm/nseries.c
418
419 Palm
420 M: Andrzej Zaborowski <balrogg@gmail.com>
421 L: qemu-arm@nongnu.org
422 S: Maintained
423 F: hw/arm/palm.c
424
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
432
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
443
444 Stellaris
445 M: Peter Maydell <peter.maydell@linaro.org>
446 L: qemu-arm@nongnu.org
447 S: Maintained
448 F: hw/*/stellaris*
449
450 Versatile PB
451 M: Peter Maydell <peter.maydell@linaro.org>
452 L: qemu-arm@nongnu.org
453 S: Maintained
454 F: hw/*/versatile*
455
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_*
465
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
473
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
481
482 CRIS Machines
483 -------------
484 Axis Dev88
485 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
486 S: Maintained
487 F: hw/cris/axis_dev88.c
488 F: hw/*/etraxfs_*.c
489
490 LM32 Machines
491 -------------
492 EVR32 and uclinux BSP
493 M: Michael Walle <michael@walle.cc>
494 S: Maintained
495 F: hw/lm32/lm32_boards.c
496
497 milkymist
498 M: Michael Walle <michael@walle.cc>
499 S: Maintained
500 F: hw/lm32/milkymist.c
501
502 M68K Machines
503 -------------
504 an5206
505 S: Orphan
506 F: hw/m68k/an5206.c
507
508 dummy_m68k
509 S: Orphan
510 F: hw/m68k/dummy_m68k.c
511
512 mcf5208
513 S: Orphan
514 F: hw/m68k/mcf5208.c
515
516 MicroBlaze Machines
517 -------------------
518 petalogix_s3adsp1800
519 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
520 S: Maintained
521 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
522
523 petalogix_ml605
524 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
525 S: Maintained
526 F: hw/microblaze/petalogix_ml605_mmu.c
527
528 MIPS Machines
529 -------------
530 Jazz
531 M: HervĂ© Poussineau <hpoussin@reactos.org>
532 S: Maintained
533 F: hw/mips/mips_jazz.c
534
535 Malta
536 M: Aurelien Jarno <aurelien@aurel32.net>
537 S: Maintained
538 F: hw/mips/mips_malta.c
539
540 Mipssim
541 L: qemu-devel@nongnu.org
542 S: Orphan
543 F: hw/mips/mips_mipssim.c
544
545 R4000
546 M: Aurelien Jarno <aurelien@aurel32.net>
547 S: Maintained
548 F: hw/mips/mips_r4k.c
549
550 OpenRISC Machines
551 -----------------
552 or1k-sim
553 M: Jia Liu <proljc@gmail.com>
554 S: Maintained
555 F: hw/openrisc/openrisc_sim.c
556
557 PowerPC Machines
558 ----------------
559 405
560 M: Alexander Graf <agraf@suse.de>
561 L: qemu-ppc@nongnu.org
562 S: Odd Fixes
563 F: hw/ppc/ppc405_boards.c
564
565 Bamboo
566 M: Alexander Graf <agraf@suse.de>
567 L: qemu-ppc@nongnu.org
568 S: Odd Fixes
569 F: hw/ppc/ppc440_bamboo.c
570
571 e500
572 M: Alexander Graf <agraf@suse.de>
573 M: Scott Wood <scottwood@freescale.com>
574 L: qemu-ppc@nongnu.org
575 S: Supported
576 F: hw/ppc/e500.[hc]
577 F: hw/ppc/e500plat.c
578 F: include/hw/ppc/ppc_e500.h
579 F: include/hw/pci-host/ppce500.h
580 F: pc-bios/u-boot.e500
581
582 mpc8544ds
583 M: Alexander Graf <agraf@suse.de>
584 M: Scott Wood <scottwood@freescale.com>
585 L: qemu-ppc@nongnu.org
586 S: Supported
587 F: hw/ppc/mpc8544ds.c
588 F: hw/ppc/mpc8544_guts.c
589
590 New World
591 M: Alexander Graf <agraf@suse.de>
592 L: qemu-ppc@nongnu.org
593 S: Maintained
594 F: hw/ppc/mac_newworld.c
595 F: hw/pci-host/uninorth.c
596 F: hw/pci-bridge/dec.[hc]
597 F: hw/misc/macio/
598 F: include/hw/ppc/mac_dbdma.h
599 F: hw/nvram/mac_nvram.c
600
601 Old World
602 M: Alexander Graf <agraf@suse.de>
603 L: qemu-ppc@nongnu.org
604 S: Maintained
605 F: hw/ppc/mac_oldworld.c
606 F: hw/pci-host/grackle.c
607 F: hw/misc/macio/
608
609 PReP
610 L: qemu-devel@nongnu.org
611 L: qemu-ppc@nongnu.org
612 S: Odd Fixes
613 F: hw/ppc/prep.c
614 F: hw/pci-host/prep.[hc]
615 F: hw/isa/pc87312.[hc]
616
617 sPAPR
618 M: David Gibson <david@gibson.dropbear.id.au>
619 M: Alexander Graf <agraf@suse.de>
620 L: qemu-ppc@nongnu.org
621 S: Supported
622 F: hw/*/spapr*
623 F: include/hw/*/spapr*
624 F: hw/*/xics*
625 F: include/hw/*/xics*
626 F: pc-bios/spapr-rtas/*
627 F: pc-bios/spapr-rtas.bin
628 F: pc-bios/slof.bin
629 F: docs/specs/ppc-spapr-hcalls.txt
630 F: docs/specs/ppc-spapr-hotplug.txt
631 F: tests/spapr*
632 F: tests/libqos/*spapr*
633 F: tests/rtas*
634 F: tests/libqos/rtas*
635
636 virtex_ml507
637 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
638 L: qemu-ppc@nongnu.org
639 S: Odd Fixes
640 F: hw/ppc/virtex_ml507.c
641
642 SH4 Machines
643 ------------
644 R2D
645 M: Magnus Damm <magnus.damm@gmail.com>
646 S: Maintained
647 F: hw/sh4/r2d.c
648
649 Shix
650 M: Magnus Damm <magnus.damm@gmail.com>
651 S: Orphan
652 F: hw/sh4/shix.c
653
654 SPARC Machines
655 --------------
656 Sun4m
657 M: Blue Swirl <blauwirbel@gmail.com>
658 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
659 S: Maintained
660 F: hw/sparc/sun4m.c
661
662 Sun4u
663 M: Blue Swirl <blauwirbel@gmail.com>
664 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
665 S: Maintained
666 F: hw/sparc64/sun4u.c
667
668 Leon3
669 M: Fabien Chouteau <chouteau@adacore.com>
670 S: Maintained
671 F: hw/sparc/leon3.c
672 F: hw/*/grlib*
673
674 S390 Machines
675 -------------
676 S390 Virtio-ccw
677 M: Cornelia Huck <cornelia.huck@de.ibm.com>
678 M: Christian Borntraeger <borntraeger@de.ibm.com>
679 M: Alexander Graf <agraf@suse.de>
680 S: Supported
681 F: hw/char/sclp*.[hc]
682 F: hw/s390x/
683 F: include/hw/s390x/
684 F: pc-bios/s390-ccw/
685 F: hw/watchdog/wdt_diag288.c
686 F: include/hw/watchdog/wdt_diag288.h
687 F: pc-bios/s390-ccw.img
688 F: default-configs/s390x-softmmu.mak
689 T: git git://github.com/cohuck/qemu.git s390-next
690 T: git git://github.com/borntraeger/qemu.git s390-next
691
692 UniCore32 Machines
693 -------------
694 PKUnity-3 SoC initramfs-with-busybox
695 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
696 S: Maintained
697 F: hw/*/puv3*
698 F: hw/unicore32/
699
700 X86 Machines
701 ------------
702 PC
703 M: Michael S. Tsirkin <mst@redhat.com>
704 S: Supported
705 F: include/hw/i386/
706 F: hw/i386/
707 F: hw/pci-host/piix.c
708 F: hw/pci-host/q35.c
709 F: hw/pci-host/pam.c
710 F: include/hw/pci-host/q35.h
711 F: include/hw/pci-host/pam.h
712 F: hw/isa/piix4.c
713 F: hw/isa/lpc_ich9.c
714 F: hw/i2c/smbus_ich9.c
715 F: hw/acpi/piix4.c
716 F: hw/acpi/ich9.c
717 F: include/hw/acpi/ich9.h
718 F: include/hw/acpi/piix4.h
719 F: hw/misc/sga.c
720
721 PC Chipset
722 M: Michael S. Tsirkin <mst@redhat.com>
723 M: Paolo Bonzini <pbonzini@redhat.com>
724 S: Support
725 F: hw/char/debugcon.c
726 F: hw/char/parallel.c
727 F: hw/char/serial*
728 F: hw/dma/i8257*
729 F: hw/i2c/pm_smbus.c
730 F: hw/intc/apic*
731 F: hw/intc/ioapic*
732 F: hw/intc/i8259*
733 F: hw/misc/debugexit.c
734 F: hw/misc/pc-testdev.c
735 F: hw/timer/hpet*
736 F: hw/timer/i8254*
737 F: hw/timer/mc146818rtc*
738 F: include/hw/i2c/pm_smbus.h
739 F: include/hw/timer/hpet.h
740 F: include/hw/timer/i8254*
741 F: include/hw/timer/mc146818rtc*
742
743 Machine core
744 M: Eduardo Habkost <ehabkost@redhat.com>
745 M: Marcel Apfelbaum <marcel@redhat.com>
746 S: Supported
747 F: hw/core/machine.c
748 F: include/hw/boards.h
749
750 Xtensa Machines
751 ---------------
752 sim
753 M: Max Filippov <jcmvbkbc@gmail.com>
754 S: Maintained
755 F: hw/xtensa/sim.c
756
757 XTFPGA (LX60, LX200, ML605, KC705)
758 M: Max Filippov <jcmvbkbc@gmail.com>
759 S: Maintained
760 F: hw/xtensa/xtfpga.c
761 F: hw/net/opencores_eth.c
762
763 Devices
764 -------
765 EDU
766 M: Jiri Slaby <jslaby@suse.cz>
767 S: Maintained
768 F: hw/misc/edu.c
769
770 IDE
771 M: John Snow <jsnow@redhat.com>
772 L: qemu-block@nongnu.org
773 S: Supported
774 F: include/hw/ide.h
775 F: hw/ide/
776 F: hw/block/block.c
777 F: hw/block/cdrom.c
778 F: hw/block/hd-geometry.c
779 F: tests/ide-test.c
780 F: tests/ahci-test.c
781 F: tests/libqos/ahci*
782 T: git git://github.com/jnsnow/qemu.git ide
783
784 Floppy
785 M: John Snow <jsnow@redhat.com>
786 L: qemu-block@nongnu.org
787 S: Supported
788 F: hw/block/fdc.c
789 F: include/hw/block/fdc.h
790 F: tests/fdc-test.c
791 T: git git://github.com/jnsnow/qemu.git ide
792
793 OMAP
794 M: Peter Maydell <peter.maydell@linaro.org>
795 S: Maintained
796 F: hw/*/omap*
797 F: include/hw/arm/omap.h
798
799 IPack
800 M: Alberto Garcia <berto@igalia.com>
801 S: Odd Fixes
802 F: hw/char/ipoctal232.c
803 F: hw/ipack/
804
805 PCI
806 M: Michael S. Tsirkin <mst@redhat.com>
807 M: Marcel Apfelbaum <marcel@redhat.com>
808 S: Supported
809 F: include/hw/pci/*
810 F: hw/misc/pci-testdev.c
811 F: hw/pci/*
812 F: hw/pci-bridge/*
813
814 ACPI/SMBIOS
815 M: Michael S. Tsirkin <mst@redhat.com>
816 M: Igor Mammedov <imammedo@redhat.com>
817 S: Supported
818 F: include/hw/acpi/*
819 F: include/hw/smbios/*
820 F: hw/mem/*
821 F: hw/acpi/*
822 F: hw/smbios/*
823 F: hw/i386/acpi-build.[hc]
824 F: hw/arm/virt-acpi-build.c
825 F: include/hw/arm/virt-acpi-build.h
826
827 ppc4xx
828 M: Alexander Graf <agraf@suse.de>
829 L: qemu-ppc@nongnu.org
830 S: Odd Fixes
831 F: hw/ppc/ppc4*.c
832 F: include/hw/ppc/ppc4xx.h
833
834 ppce500
835 M: Alexander Graf <agraf@suse.de>
836 M: Scott Wood <scottwood@freescale.com>
837 L: qemu-ppc@nongnu.org
838 S: Supported
839 F: hw/ppc/e500*
840 F: hw/pci-host/ppce500.c
841 F: hw/net/fsl_etsec/
842
843 Character devices
844 M: Paolo Bonzini <pbonzini@redhat.com>
845 S: Odd Fixes
846 F: hw/char/
847
848 Network devices
849 M: Jason Wang <jasowang@redhat.com>
850 S: Odd Fixes
851 F: hw/net/
852 F: tests/virtio-net-test.c
853 T: git git://github.com/jasowang/qemu.git net
854
855 SCSI
856 M: Paolo Bonzini <pbonzini@redhat.com>
857 S: Supported
858 F: include/hw/scsi/*
859 F: hw/scsi/*
860 F: tests/virtio-scsi-test.c
861 T: git git://github.com/bonzini/qemu.git scsi-next
862
863 LSI53C895A
864 S: Orphan
865 F: hw/scsi/lsi53c895a.c
866
867 SSI
868 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
869 S: Maintained
870 F: hw/ssi/*
871 F: hw/block/m25p80.c
872 X: hw/ssi/xilinx_*
873
874 Xilinx SPI
875 M: Alistair Francis <alistair.francis@xilinx.com>
876 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
877 S: Maintained
878 F: hw/ssi/xilinx_*
879
880 USB
881 M: Gerd Hoffmann <kraxel@redhat.com>
882 S: Maintained
883 F: hw/usb/*
884 F: tests/usb-*-test.c
885 F: docs/usb2.txt
886 F: docs/usb-storage.txt
887 F: include/hw/usb.h
888 F: include/hw/usb/
889
890 USB (serial adapter)
891 M: Gerd Hoffmann <kraxel@redhat.com>
892 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
893 S: Maintained
894 F: hw/usb/dev-serial.c
895
896 VFIO
897 M: Alex Williamson <alex.williamson@redhat.com>
898 S: Supported
899 F: hw/vfio/*
900 F: include/hw/vfio/
901
902 vhost
903 M: Michael S. Tsirkin <mst@redhat.com>
904 S: Supported
905 F: hw/*/*vhost*
906
907 virtio
908 M: Michael S. Tsirkin <mst@redhat.com>
909 S: Supported
910 F: hw/*/virtio*
911 F: net/vhost-user.c
912 F: include/hw/virtio/
913 F: tests/virtio-balloon-test.c
914
915 virtio-9p
916 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
917 M: Greg Kurz <groug@kaod.org>
918 S: Supported
919 F: hw/9pfs/
920 F: fsdev/
921 F: tests/virtio-9p-test.c
922 T: git git://github.com/kvaneesh/QEMU.git
923 T: git git://github.com/gkurz/qemu.git 9p-next
924
925 virtio-blk
926 M: Stefan Hajnoczi <stefanha@redhat.com>
927 L: qemu-block@nongnu.org
928 S: Supported
929 F: hw/block/virtio-blk.c
930 F: hw/block/dataplane/*
931 F: tests/virtio-blk-test.c
932 T: git git://github.com/stefanha/qemu.git block
933
934 virtio-ccw
935 M: Cornelia Huck <cornelia.huck@de.ibm.com>
936 M: Christian Borntraeger <borntraeger@de.ibm.com>
937 S: Supported
938 F: hw/s390x/virtio-ccw.[hc]
939 T: git git://github.com/cohuck/qemu.git s390-next
940 T: git git://github.com/borntraeger/qemu.git s390-next
941
942 virtio-input
943 M: Gerd Hoffmann <kraxel@redhat.com>
944 S: Maintained
945 F: hw/input/virtio-input*.c
946 F: include/hw/virtio/virtio-input.h
947
948 virtio-serial
949 M: Amit Shah <amit.shah@redhat.com>
950 S: Supported
951 F: hw/char/virtio-serial-bus.c
952 F: hw/char/virtio-console.c
953 F: include/hw/virtio/virtio-serial.h
954 F: tests/virtio-console-test.c
955 F: tests/virtio-serial-test.c
956
957 virtio-rng
958 M: Amit Shah <amit.shah@redhat.com>
959 S: Supported
960 F: hw/virtio/virtio-rng.c
961 F: include/hw/virtio/virtio-rng.h
962 F: include/sysemu/rng*.h
963 F: backends/rng*.c
964 F: tests/virtio-rng-test.c
965
966 nvme
967 M: Keith Busch <keith.busch@intel.com>
968 L: qemu-block@nongnu.org
969 S: Supported
970 F: hw/block/nvme*
971 F: tests/nvme-test.c
972
973 megasas
974 M: Hannes Reinecke <hare@suse.de>
975 L: qemu-block@nongnu.org
976 S: Supported
977 F: hw/scsi/megasas.c
978 F: hw/scsi/mfi.h
979
980 Network packet abstractions
981 M: Dmitry Fleytman <dmitry@daynix.com>
982 S: Maintained
983 F: include/net/eth.h
984 F: net/eth.c
985 F: hw/net/net_rx_pkt*
986 F: hw/net/net_tx_pkt*
987
988 Vmware
989 M: Dmitry Fleytman <dmitry@daynix.com>
990 S: Maintained
991 F: hw/net/vmxnet*
992 F: hw/scsi/vmw_pvscsi*
993
994 Rocker
995 M: Jiri Pirko <jiri@resnulli.us>
996 S: Maintained
997 F: hw/net/rocker/
998
999 NVDIMM
1000 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1001 S: Maintained
1002 F: hw/acpi/nvdimm.c
1003 F: hw/mem/nvdimm.c
1004 F: include/hw/mem/nvdimm.h
1005
1006 e1000x
1007 M: Dmitry Fleytman <dmitry@daynix.com>
1008 S: Maintained
1009 F: hw/net/e1000x*
1010
1011 e1000e
1012 M: Dmitry Fleytman <dmitry@daynix.com>
1013 S: Maintained
1014 F: hw/net/e1000e*
1015
1016 Subsystems
1017 ----------
1018 Audio
1019 M: Gerd Hoffmann <kraxel@redhat.com>
1020 S: Maintained
1021 F: audio/
1022 F: hw/audio/
1023 F: tests/ac97-test.c
1024 F: tests/es1370-test.c
1025 F: tests/intel-hda-test.c
1026
1027 Block layer core
1028 M: Kevin Wolf <kwolf@redhat.com>
1029 M: Max Reitz <mreitz@redhat.com>
1030 L: qemu-block@nongnu.org
1031 S: Supported
1032 F: block*
1033 F: block/
1034 F: hw/block/
1035 F: include/block/
1036 F: qemu-img*
1037 F: qemu-io*
1038 F: tests/qemu-iotests/
1039 T: git git://repo.or.cz/qemu/kevin.git block
1040
1041 Block I/O path
1042 M: Stefan Hajnoczi <stefanha@redhat.com>
1043 M: Fam Zheng <famz@redhat.com>
1044 L: qemu-block@nongnu.org
1045 S: Supported
1046 F: async.c
1047 F: aio-*.c
1048 F: block/io.c
1049 F: migration/block*
1050 F: include/block/aio.h
1051 T: git git://github.com/stefanha/qemu.git block
1052
1053 Block Jobs
1054 M: Jeff Cody <jcody@redhat.com>
1055 L: qemu-block@nongnu.org
1056 S: Supported
1057 F: blockjob.c
1058 F: include/block/blockjob.h
1059 F: block/backup.c
1060 F: block/commit.c
1061 F: block/stream.c
1062 F: block/mirror.c
1063 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1064
1065 Block QAPI, monitor, command line
1066 M: Markus Armbruster <armbru@redhat.com>
1067 S: Supported
1068 F: blockdev.c
1069 F: block/qapi.c
1070 F: qapi/block*.json
1071 T: git git://repo.or.cz/qemu/armbru.git block-next
1072
1073 Character device backends
1074 M: Paolo Bonzini <pbonzini@redhat.com>
1075 S: Maintained
1076 F: qemu-char.c
1077 F: backends/msmouse.c
1078 F: backends/testdev.c
1079
1080 Character Devices (Braille)
1081 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1082 S: Maintained
1083 F: backends/baum.c
1084
1085 Coverity model
1086 M: Markus Armbruster <armbru@redhat.com>
1087 S: Supported
1088 F: scripts/coverity-model.c
1089
1090 CPU
1091 L: qemu-devel@nongnu.org
1092 S: Supported
1093 F: qom/cpu.c
1094 F: include/qom/cpu.h
1095
1096 Device Tree
1097 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1098 M: Alexander Graf <agraf@suse.de>
1099 S: Maintained
1100 F: device_tree.c
1101 F: include/sysemu/device_tree.h
1102
1103 Error reporting
1104 M: Markus Armbruster <armbru@redhat.com>
1105 S: Supported
1106 F: include/qapi/error.h
1107 F: include/qemu/error-report.h
1108 F: util/error.c
1109 F: util/qemu-error.c
1110
1111 GDB stub
1112 L: qemu-devel@nongnu.org
1113 S: Odd Fixes
1114 F: gdbstub*
1115 F: gdb-xml/
1116
1117 Memory API
1118 M: Paolo Bonzini <pbonzini@redhat.com>
1119 S: Supported
1120 F: include/exec/ioport.h
1121 F: ioport.c
1122 F: include/exec/memory.h
1123 F: include/exec/ram_addr.h
1124 F: memory.c
1125 F: include/exec/memory-internal.h
1126 F: exec.c
1127
1128 SPICE
1129 M: Gerd Hoffmann <kraxel@redhat.com>
1130 S: Supported
1131 F: include/ui/qemu-spice.h
1132 F: include/ui/spice-display.h
1133 F: ui/spice-*.c
1134 F: audio/spiceaudio.c
1135 F: hw/display/qxl*
1136
1137 Graphics
1138 M: Gerd Hoffmann <kraxel@redhat.com>
1139 S: Odd Fixes
1140 F: ui/
1141 F: include/ui/
1142
1143 Cocoa graphics
1144 M: Peter Maydell <peter.maydell@linaro.org>
1145 S: Odd Fixes
1146 F: ui/cocoa.m
1147
1148 Main loop
1149 M: Paolo Bonzini <pbonzini@redhat.com>
1150 S: Maintained
1151 F: cpus.c
1152 F: main-loop.c
1153 F: qemu-timer.c
1154 F: vl.c
1155
1156 Human Monitor (HMP)
1157 M: Luiz Capitulino <lcapitulino@redhat.com>
1158 S: Maintained
1159 F: monitor.c
1160 F: hmp.c
1161 F: hmp-commands.hx
1162 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1163
1164 Network device backends
1165 M: Jason Wang <jasowang@redhat.com>
1166 S: Maintained
1167 F: net/
1168 F: include/net/
1169 T: git git://github.com/jasowang/qemu.git net
1170
1171 Netmap network backend
1172 M: Luigi Rizzo <rizzo@iet.unipi.it>
1173 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1174 M: Vincenzo Maffione <v.maffione@gmail.com>
1175 W: http://info.iet.unipi.it/~luigi/netmap/
1176 S: Maintained
1177 F: net/netmap.c
1178
1179 Network Block Device (NBD)
1180 M: Paolo Bonzini <pbonzini@redhat.com>
1181 S: Odd Fixes
1182 F: block/nbd*
1183 F: nbd/
1184 F: include/block/nbd*
1185 F: qemu-nbd.c
1186 T: git git://github.com/bonzini/qemu.git nbd-next
1187
1188 NUMA
1189 M: Eduardo Habkost <ehabkost@redhat.com>
1190 S: Maintained
1191 F: numa.c
1192 F: include/sysemu/numa.h
1193 T: git git://github.com/ehabkost/qemu.git numa
1194
1195 Host Memory Backends
1196 M: Eduardo Habkost <ehabkost@redhat.com>
1197 M: Igor Mammedov <imammedo@redhat.com>
1198 S: Maintained
1199 F: backends/hostmem*.c
1200 F: include/sysemu/hostmem.h
1201
1202 QAPI
1203 M: Markus Armbruster <armbru@redhat.com>
1204 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1205 S: Supported
1206 F: qapi/
1207 X: qapi/*.json
1208 F: include/qapi/
1209 X: include/qapi/qmp/
1210 F: include/qapi/qmp/dispatch.h
1211 F: tests/qapi-schema/
1212 F: tests/test-*-visitor.c
1213 F: tests/test-qmp-*.c
1214 F: scripts/qapi*
1215 F: docs/qapi*
1216 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1217
1218 QAPI Schema
1219 M: Eric Blake <eblake@redhat.com>
1220 M: Markus Armbruster <armbru@redhat.com>
1221 S: Supported
1222 F: qapi-schema.json
1223 F: qapi/*.json
1224 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1225
1226 QObject
1227 M: Luiz Capitulino <lcapitulino@redhat.com>
1228 S: Maintained
1229 F: qobject/
1230 F: include/qapi/qmp/
1231 X: include/qapi/qmp/dispatch.h
1232 F: tests/check-qdict.c
1233 F: tests/check-qfloat.c
1234 F: tests/check-qint.c
1235 F: tests/check-qjson.c
1236 F: tests/check-qlist.c
1237 F: tests/check-qstring.c
1238 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1239
1240 QEMU Guest Agent
1241 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1242 S: Maintained
1243 F: qga/
1244 T: git git://github.com/mdroth/qemu.git qga
1245
1246 QOM
1247 M: Andreas Färber <afaerber@suse.de>
1248 S: Supported
1249 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1250 F: include/qom/
1251 X: include/qom/cpu.h
1252 F: qom/
1253 X: qom/cpu.c
1254 F: tests/check-qom-interface.c
1255 F: tests/check-qom-proplist.c
1256 F: tests/qom-test.c
1257
1258 QMP
1259 M: Markus Armbruster <armbru@redhat.com>
1260 S: Supported
1261 F: qmp.c
1262 F: monitor.c
1263 F: docs/*qmp-*
1264 F: scripts/qmp/
1265 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1266
1267 Register API
1268 M: Alistair Francis <alistair.francis@xilinx.com>
1269 S: Maintained
1270 F: hw/core/register.c
1271 F: include/hw/register.h
1272
1273 SLIRP
1274 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1275 M: Jan Kiszka <jan.kiszka@siemens.com>
1276 S: Maintained
1277 F: slirp/
1278 F: net/slirp.c
1279 F: include/net/slirp.h
1280 T: git git://git.kiszka.org/qemu.git queues/slirp
1281
1282 Stubs
1283 M: Paolo Bonzini <pbonzini@redhat.com>
1284 S: Maintained
1285 F: stubs/
1286
1287 Tracing
1288 M: Stefan Hajnoczi <stefanha@redhat.com>
1289 S: Maintained
1290 F: trace/
1291 F: scripts/tracetool.py
1292 F: scripts/tracetool/
1293 F: docs/tracing.txt
1294 T: git git://github.com/stefanha/qemu.git tracing
1295
1296 Checkpatch
1297 S: Odd Fixes
1298 F: scripts/checkpatch.pl
1299
1300 Migration
1301 M: Juan Quintela <quintela@redhat.com>
1302 M: Amit Shah <amit.shah@redhat.com>
1303 S: Maintained
1304 F: include/migration/
1305 F: migration/
1306 F: scripts/vmstate-static-checker.py
1307 F: tests/vmstate-static-checker-data/
1308 F: docs/migration.txt
1309
1310 Seccomp
1311 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1312 S: Supported
1313 F: qemu-seccomp.c
1314 F: include/sysemu/seccomp.h
1315
1316 Cryptography
1317 M: Daniel P. Berrange <berrange@redhat.com>
1318 S: Maintained
1319 F: crypto/
1320 F: include/crypto/
1321 F: tests/test-crypto-*
1322
1323 Coroutines
1324 M: Stefan Hajnoczi <stefanha@redhat.com>
1325 M: Kevin Wolf <kwolf@redhat.com>
1326 F: util/*coroutine*
1327 F: include/qemu/coroutine*
1328 F: tests/test-coroutine.c
1329
1330 Buffers
1331 M: Daniel P. Berrange <berrange@redhat.com>
1332 S: Odd fixes
1333 F: util/buffer.c
1334 F: include/qemu/buffer.h
1335
1336 I/O Channels
1337 M: Daniel P. Berrange <berrange@redhat.com>
1338 S: Maintained
1339 F: io/
1340 F: include/io/
1341 F: tests/test-io-*
1342
1343 Sockets
1344 M: Daniel P. Berrange <berrange@redhat.com>
1345 M: Gerd Hoffmann <kraxel@redhat.com>
1346 M: Paolo Bonzini <pbonzini@redhat.com>
1347 S: Maintained
1348 F: include/qemu/sockets.h
1349 F: util/qemu-sockets.c
1350
1351 Throttling infrastructure
1352 M: Alberto Garcia <berto@igalia.com>
1353 S: Supported
1354 F: block/throttle-groups.c
1355 F: include/block/throttle-groups.h
1356 F: include/qemu/throttle.h
1357 F: util/throttle.c
1358 L: qemu-block@nongnu.org
1359
1360 UUID
1361 M: Fam Zheng <famz@redhat.com>
1362 S: Supported
1363 F: util/uuid.c
1364 F: include/qemu/uuid.h
1365 F: tests/test-uuid.c
1366
1367 Usermode Emulation
1368 ------------------
1369 Overall
1370 M: Riku Voipio <riku.voipio@iki.fi>
1371 S: Maintained
1372 F: thunk.c
1373 F: user-exec.c
1374
1375 BSD user
1376 S: Orphan
1377 F: bsd-user/
1378
1379 Linux user
1380 M: Riku Voipio <riku.voipio@iki.fi>
1381 S: Maintained
1382 F: linux-user/
1383
1384 Tiny Code Generator (TCG)
1385 -------------------------
1386 Common code
1387 M: Richard Henderson <rth@twiddle.net>
1388 S: Maintained
1389 F: tcg/
1390
1391 AArch64 target
1392 M: Claudio Fontana <claudio.fontana@huawei.com>
1393 M: Claudio Fontana <claudio.fontana@gmail.com>
1394 S: Maintained
1395 L: qemu-arm@nongnu.org
1396 F: tcg/aarch64/
1397 F: disas/arm-a64.cc
1398 F: disas/libvixl/
1399
1400 ARM target
1401 M: Andrzej Zaborowski <balrogg@gmail.com>
1402 S: Maintained
1403 L: qemu-arm@nongnu.org
1404 F: tcg/arm/
1405 F: disas/arm.c
1406
1407 i386 target
1408 L: qemu-devel@nongnu.org
1409 S: Maintained
1410 F: tcg/i386/
1411 F: disas/i386.c
1412
1413 IA64 target
1414 M: Aurelien Jarno <aurelien@aurel32.net>
1415 S: Maintained
1416 F: tcg/ia64/
1417 F: disas/ia64.c
1418
1419 MIPS target
1420 M: Aurelien Jarno <aurelien@aurel32.net>
1421 S: Maintained
1422 F: tcg/mips/
1423 F: disas/mips.c
1424
1425 PPC
1426 M: Vassili Karpov (malc) <av1474@comtv.ru>
1427 S: Maintained
1428 F: tcg/ppc/
1429 F: disas/ppc.c
1430
1431 S390 target
1432 M: Alexander Graf <agraf@suse.de>
1433 M: Richard Henderson <rth@twiddle.net>
1434 S: Maintained
1435 F: tcg/s390/
1436 F: disas/s390.c
1437
1438 SPARC target
1439 S: Odd Fixes
1440 F: tcg/sparc/
1441 F: disas/sparc.c
1442
1443 TCI target
1444 M: Stefan Weil <sw@weilnetz.de>
1445 S: Maintained
1446 F: tcg/tci/
1447 F: tci.c
1448 F: disas/tci.c
1449
1450 Stable branches
1451 ---------------
1452 Stable 1.0
1453 L: qemu-stable@nongnu.org
1454 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1455 S: Orphan
1456
1457 Stable 0.15
1458 L: qemu-stable@nongnu.org
1459 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1460 S: Orphan
1461
1462 Stable 0.14
1463 L: qemu-stable@nongnu.org
1464 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1465 S: Orphan
1466
1467 Stable 0.10
1468 L: qemu-stable@nongnu.org
1469 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1470 S: Orphan
1471
1472 Block drivers
1473 -------------
1474 VMDK
1475 M: Fam Zheng <famz@redhat.com>
1476 L: qemu-block@nongnu.org
1477 S: Supported
1478 F: block/vmdk.c
1479
1480 RBD
1481 M: Josh Durgin <jdurgin@redhat.com>
1482 M: Jeff Cody <jcody@redhat.com>
1483 L: qemu-block@nongnu.org
1484 S: Supported
1485 F: block/rbd.c
1486 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1487
1488 Sheepdog
1489 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1490 M: Liu Yuan <namei.unix@gmail.com>
1491 M: Jeff Cody <jcody@redhat.com>
1492 L: qemu-block@nongnu.org
1493 L: sheepdog@lists.wpkg.org
1494 S: Supported
1495 F: block/sheepdog.c
1496 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1497
1498 VHDX
1499 M: Jeff Cody <jcody@redhat.com>
1500 L: qemu-block@nongnu.org
1501 S: Supported
1502 F: block/vhdx*
1503 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1504
1505 VDI
1506 M: Stefan Weil <sw@weilnetz.de>
1507 L: qemu-block@nongnu.org
1508 S: Maintained
1509 F: block/vdi.c
1510
1511 iSCSI
1512 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1513 M: Paolo Bonzini <pbonzini@redhat.com>
1514 M: Peter Lieven <pl@kamp.de>
1515 L: qemu-block@nongnu.org
1516 S: Supported
1517 F: block/iscsi.c
1518
1519 NFS
1520 M: Jeff Cody <jcody@redhat.com>
1521 M: Peter Lieven <pl@kamp.de>
1522 L: qemu-block@nongnu.org
1523 S: Maintained
1524 F: block/nfs.c
1525 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1526
1527 SSH
1528 M: Richard W.M. Jones <rjones@redhat.com>
1529 M: Jeff Cody <jcody@redhat.com>
1530 L: qemu-block@nongnu.org
1531 S: Supported
1532 F: block/ssh.c
1533 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1534
1535 ARCHIPELAGO
1536 M: Chrysostomos Nanakos <chris@include.gr>
1537 M: Jeff Cody <jcody@redhat.com>
1538 L: qemu-block@nongnu.org
1539 S: Maintained
1540 F: block/archipelago.c
1541 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1542
1543 CURL
1544 M: Jeff Cody <jcody@redhat.com>
1545 L: qemu-block@nongnu.org
1546 S: Supported
1547 F: block/curl.c
1548 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1549
1550 GLUSTER
1551 M: Jeff Cody <jcody@redhat.com>
1552 L: qemu-block@nongnu.org
1553 S: Supported
1554 F: block/gluster.c
1555 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1556
1557 Null Block Driver
1558 M: Fam Zheng <famz@redhat.com>
1559 L: qemu-block@nongnu.org
1560 S: Supported
1561 F: block/null.c
1562
1563 Bootdevice
1564 M: Gonglei <arei.gonglei@huawei.com>
1565 S: Maintained
1566 F: bootdevice.c
1567
1568 Quorum
1569 M: Alberto Garcia <berto@igalia.com>
1570 S: Supported
1571 F: block/quorum.c
1572 L: qemu-block@nongnu.org
1573
1574 blkverify
1575 M: Stefan Hajnoczi <stefanha@redhat.com>
1576 L: qemu-block@nongnu.org
1577 S: Supported
1578 F: block/blkverify.c
1579
1580 bochs
1581 M: Stefan Hajnoczi <stefanha@redhat.com>
1582 L: qemu-block@nongnu.org
1583 S: Supported
1584 F: block/bochs.c
1585
1586 cloop
1587 M: Stefan Hajnoczi <stefanha@redhat.com>
1588 L: qemu-block@nongnu.org
1589 S: Supported
1590 F: block/cloop.c
1591
1592 dmg
1593 M: Stefan Hajnoczi <stefanha@redhat.com>
1594 L: qemu-block@nongnu.org
1595 S: Supported
1596 F: block/dmg.c
1597
1598 parallels
1599 M: Stefan Hajnoczi <stefanha@redhat.com>
1600 M: Denis V. Lunev <den@openvz.org>
1601 L: qemu-block@nongnu.org
1602 S: Supported
1603 F: block/parallels.c
1604 F: docs/specs/parallels.txt
1605
1606 qed
1607 M: Stefan Hajnoczi <stefanha@redhat.com>
1608 L: qemu-block@nongnu.org
1609 S: Supported
1610 F: block/qed.c
1611
1612 raw
1613 M: Kevin Wolf <kwolf@redhat.com>
1614 L: qemu-block@nongnu.org
1615 S: Supported
1616 F: block/linux-aio.c
1617 F: include/block/raw-aio.h
1618 F: block/raw-posix.c
1619 F: block/raw-win32.c
1620 F: block/raw_bsd.c
1621 F: block/win32-aio.c
1622
1623 qcow2
1624 M: Kevin Wolf <kwolf@redhat.com>
1625 M: Max Reitz <mreitz@redhat.com>
1626 L: qemu-block@nongnu.org
1627 S: Supported
1628 F: block/qcow2*
1629
1630 qcow
1631 M: Kevin Wolf <kwolf@redhat.com>
1632 L: qemu-block@nongnu.org
1633 S: Supported
1634 F: block/qcow.c
1635
1636 blkdebug
1637 M: Kevin Wolf <kwolf@redhat.com>
1638 M: Max Reitz <mreitz@redhat.com>
1639 L: qemu-block@nongnu.org
1640 S: Supported
1641 F: block/blkdebug.c
1642
1643 vpc
1644 M: Kevin Wolf <kwolf@redhat.com>
1645 L: qemu-block@nongnu.org
1646 S: Supported
1647 F: block/vpc.c
1648
1649 vvfat
1650 M: Kevin Wolf <kwolf@redhat.com>
1651 L: qemu-block@nongnu.org
1652 S: Supported
1653 F: block/vvfat.c
1654
1655 Image format fuzzer
1656 M: Stefan Hajnoczi <stefanha@redhat.com>
1657 L: qemu-block@nongnu.org
1658 S: Supported
1659 F: tests/image-fuzzer/
1660
1661 Replication
1662 M: Wen Congyang <wency@cn.fujitsu.com>
1663 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1664 S: Supported
1665 F: replication*
1666 F: block/replication.c
1667 F: tests/test-replication.c
1668 F: docs/block-replication.txt
1669
1670 Build and test automation
1671 -------------------------
1672 M: Alex BennĂ©e <alex.bennee@linaro.org>
1673 L: qemu-devel@nongnu.org
1674 S: Supported
1675 F: .travis.yml
1676
1677 Documentation
1678 -------------
1679 Build system architecture
1680 M: Daniel P. Berrange <berrange@redhat.com>
1681 S: Odd Fixes
1682 F: docs/build-system.txt
1683
1684 Docker testing
1685 --------------
1686 Docker based testing framework and cases
1687 M: Fam Zheng <famz@redhat.com>
1688 S: Maintained
1689 F: tests/docker/