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