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