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