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