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