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