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