]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: Add include/hw/audio/ to audio 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: Blue Swirl <blauwirbel@gmail.com>
677 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
678 S: Maintained
679 F: hw/sparc/sun4m.c
680
681 Sun4u
682 M: Blue Swirl <blauwirbel@gmail.com>
683 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
684 S: Maintained
685 F: hw/sparc64/sun4u.c
686
687 Leon3
688 M: Fabien Chouteau <chouteau@adacore.com>
689 S: Maintained
690 F: hw/sparc/leon3.c
691 F: hw/*/grlib*
692
693 S390 Machines
694 -------------
695 S390 Virtio-ccw
696 M: Cornelia Huck <cornelia.huck@de.ibm.com>
697 M: Christian Borntraeger <borntraeger@de.ibm.com>
698 M: Alexander Graf <agraf@suse.de>
699 S: Supported
700 F: hw/char/sclp*.[hc]
701 F: hw/s390x/
702 F: include/hw/s390x/
703 F: pc-bios/s390-ccw/
704 F: hw/watchdog/wdt_diag288.c
705 F: include/hw/watchdog/wdt_diag288.h
706 F: pc-bios/s390-ccw.img
707 F: default-configs/s390x-softmmu.mak
708 T: git git://github.com/cohuck/qemu.git s390-next
709 T: git git://github.com/borntraeger/qemu.git s390-next
710
711 UniCore32 Machines
712 -------------
713 PKUnity-3 SoC initramfs-with-busybox
714 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
715 S: Maintained
716 F: hw/*/puv3*
717 F: hw/unicore32/
718
719 X86 Machines
720 ------------
721 PC
722 M: Michael S. Tsirkin <mst@redhat.com>
723 S: Supported
724 F: include/hw/i386/
725 F: hw/i386/
726 F: hw/pci-host/piix.c
727 F: hw/pci-host/q35.c
728 F: hw/pci-host/pam.c
729 F: include/hw/pci-host/q35.h
730 F: include/hw/pci-host/pam.h
731 F: hw/isa/piix4.c
732 F: hw/isa/lpc_ich9.c
733 F: hw/i2c/smbus_ich9.c
734 F: hw/acpi/piix4.c
735 F: hw/acpi/ich9.c
736 F: include/hw/acpi/ich9.h
737 F: include/hw/acpi/piix4.h
738 F: hw/misc/sga.c
739
740 PC Chipset
741 M: Michael S. Tsirkin <mst@redhat.com>
742 M: Paolo Bonzini <pbonzini@redhat.com>
743 S: Support
744 F: hw/char/debugcon.c
745 F: hw/char/parallel.c
746 F: hw/char/serial*
747 F: hw/dma/i8257*
748 F: hw/i2c/pm_smbus.c
749 F: hw/intc/apic*
750 F: hw/intc/ioapic*
751 F: hw/intc/i8259*
752 F: hw/misc/debugexit.c
753 F: hw/misc/pc-testdev.c
754 F: hw/timer/hpet*
755 F: hw/timer/i8254*
756 F: hw/timer/mc146818rtc*
757 F: include/hw/i2c/pm_smbus.h
758 F: include/hw/timer/hpet.h
759 F: include/hw/timer/i8254*
760 F: include/hw/timer/mc146818rtc*
761
762 Machine core
763 M: Eduardo Habkost <ehabkost@redhat.com>
764 M: Marcel Apfelbaum <marcel@redhat.com>
765 S: Supported
766 F: hw/core/machine.c
767 F: include/hw/boards.h
768
769 Xtensa Machines
770 ---------------
771 sim
772 M: Max Filippov <jcmvbkbc@gmail.com>
773 S: Maintained
774 F: hw/xtensa/sim.c
775
776 XTFPGA (LX60, LX200, ML605, KC705)
777 M: Max Filippov <jcmvbkbc@gmail.com>
778 S: Maintained
779 F: hw/xtensa/xtfpga.c
780 F: hw/net/opencores_eth.c
781
782 Devices
783 -------
784 EDU
785 M: Jiri Slaby <jslaby@suse.cz>
786 S: Maintained
787 F: hw/misc/edu.c
788
789 IDE
790 M: John Snow <jsnow@redhat.com>
791 L: qemu-block@nongnu.org
792 S: Supported
793 F: include/hw/ide.h
794 F: include/hw/ide/
795 F: hw/ide/
796 F: hw/block/block.c
797 F: hw/block/cdrom.c
798 F: hw/block/hd-geometry.c
799 F: tests/ide-test.c
800 F: tests/ahci-test.c
801 F: tests/libqos/ahci*
802 T: git git://github.com/jnsnow/qemu.git ide
803
804 Floppy
805 M: John Snow <jsnow@redhat.com>
806 L: qemu-block@nongnu.org
807 S: Supported
808 F: hw/block/fdc.c
809 F: include/hw/block/fdc.h
810 F: tests/fdc-test.c
811 T: git git://github.com/jnsnow/qemu.git ide
812
813 OMAP
814 M: Peter Maydell <peter.maydell@linaro.org>
815 S: Maintained
816 F: hw/*/omap*
817 F: include/hw/arm/omap.h
818
819 IPack
820 M: Alberto Garcia <berto@igalia.com>
821 S: Odd Fixes
822 F: hw/char/ipoctal232.c
823 F: hw/ipack/
824
825 PCI
826 M: Michael S. Tsirkin <mst@redhat.com>
827 M: Marcel Apfelbaum <marcel@redhat.com>
828 S: Supported
829 F: include/hw/pci/*
830 F: hw/misc/pci-testdev.c
831 F: hw/pci/*
832 F: hw/pci-bridge/*
833
834 ACPI/SMBIOS
835 M: Michael S. Tsirkin <mst@redhat.com>
836 M: Igor Mammedov <imammedo@redhat.com>
837 S: Supported
838 F: include/hw/acpi/*
839 F: include/hw/smbios/*
840 F: hw/mem/*
841 F: hw/acpi/*
842 F: hw/smbios/*
843 F: hw/i386/acpi-build.[hc]
844 F: hw/arm/virt-acpi-build.c
845 F: include/hw/arm/virt-acpi-build.h
846
847 ppc4xx
848 M: Alexander Graf <agraf@suse.de>
849 L: qemu-ppc@nongnu.org
850 S: Odd Fixes
851 F: hw/ppc/ppc4*.c
852 F: include/hw/ppc/ppc4xx.h
853
854 ppce500
855 M: Alexander Graf <agraf@suse.de>
856 M: Scott Wood <scottwood@freescale.com>
857 L: qemu-ppc@nongnu.org
858 S: Supported
859 F: hw/ppc/e500*
860 F: hw/pci-host/ppce500.c
861 F: hw/net/fsl_etsec/
862
863 Character devices
864 M: Paolo Bonzini <pbonzini@redhat.com>
865 S: Odd Fixes
866 F: hw/char/
867
868 Network devices
869 M: Jason Wang <jasowang@redhat.com>
870 S: Odd Fixes
871 F: hw/net/
872 F: tests/virtio-net-test.c
873 T: git git://github.com/jasowang/qemu.git net
874
875 SCSI
876 M: Paolo Bonzini <pbonzini@redhat.com>
877 S: Supported
878 F: include/hw/scsi/*
879 F: hw/scsi/*
880 F: tests/virtio-scsi-test.c
881 T: git git://github.com/bonzini/qemu.git scsi-next
882
883 LSI53C895A
884 S: Orphan
885 F: hw/scsi/lsi53c895a.c
886
887 SSI
888 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
889 S: Maintained
890 F: hw/ssi/*
891 F: hw/block/m25p80.c
892 X: hw/ssi/xilinx_*
893
894 Xilinx SPI
895 M: Alistair Francis <alistair.francis@xilinx.com>
896 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
897 S: Maintained
898 F: hw/ssi/xilinx_*
899
900 USB
901 M: Gerd Hoffmann <kraxel@redhat.com>
902 S: Maintained
903 F: hw/usb/*
904 F: tests/usb-*-test.c
905 F: docs/usb2.txt
906 F: docs/usb-storage.txt
907 F: include/hw/usb.h
908 F: include/hw/usb/
909
910 USB (serial adapter)
911 M: Gerd Hoffmann <kraxel@redhat.com>
912 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
913 S: Maintained
914 F: hw/usb/dev-serial.c
915
916 VFIO
917 M: Alex Williamson <alex.williamson@redhat.com>
918 S: Supported
919 F: hw/vfio/*
920 F: include/hw/vfio/
921
922 vhost
923 M: Michael S. Tsirkin <mst@redhat.com>
924 S: Supported
925 F: hw/*/*vhost*
926
927 virtio
928 M: Michael S. Tsirkin <mst@redhat.com>
929 S: Supported
930 F: hw/*/virtio*
931 F: net/vhost-user.c
932 F: include/hw/virtio/
933 F: tests/virtio-balloon-test.c
934
935 virtio-9p
936 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
937 M: Greg Kurz <groug@kaod.org>
938 S: Supported
939 F: hw/9pfs/
940 F: fsdev/
941 F: tests/virtio-9p-test.c
942 T: git git://github.com/kvaneesh/QEMU.git
943 T: git git://github.com/gkurz/qemu.git 9p-next
944
945 virtio-blk
946 M: Stefan Hajnoczi <stefanha@redhat.com>
947 L: qemu-block@nongnu.org
948 S: Supported
949 F: hw/block/virtio-blk.c
950 F: hw/block/dataplane/*
951 F: tests/virtio-blk-test.c
952 T: git git://github.com/stefanha/qemu.git block
953
954 virtio-ccw
955 M: Cornelia Huck <cornelia.huck@de.ibm.com>
956 M: Christian Borntraeger <borntraeger@de.ibm.com>
957 S: Supported
958 F: hw/s390x/virtio-ccw.[hc]
959 T: git git://github.com/cohuck/qemu.git s390-next
960 T: git git://github.com/borntraeger/qemu.git s390-next
961
962 virtio-input
963 M: Gerd Hoffmann <kraxel@redhat.com>
964 S: Maintained
965 F: hw/input/virtio-input*.c
966 F: include/hw/virtio/virtio-input.h
967
968 virtio-serial
969 M: Amit Shah <amit.shah@redhat.com>
970 S: Supported
971 F: hw/char/virtio-serial-bus.c
972 F: hw/char/virtio-console.c
973 F: include/hw/virtio/virtio-serial.h
974 F: tests/virtio-console-test.c
975 F: tests/virtio-serial-test.c
976
977 virtio-rng
978 M: Amit Shah <amit.shah@redhat.com>
979 S: Supported
980 F: hw/virtio/virtio-rng.c
981 F: include/hw/virtio/virtio-rng.h
982 F: include/sysemu/rng*.h
983 F: backends/rng*.c
984 F: tests/virtio-rng-test.c
985
986 nvme
987 M: Keith Busch <keith.busch@intel.com>
988 L: qemu-block@nongnu.org
989 S: Supported
990 F: hw/block/nvme*
991 F: tests/nvme-test.c
992
993 megasas
994 M: Hannes Reinecke <hare@suse.de>
995 L: qemu-block@nongnu.org
996 S: Supported
997 F: hw/scsi/megasas.c
998 F: hw/scsi/mfi.h
999
1000 Network packet abstractions
1001 M: Dmitry Fleytman <dmitry@daynix.com>
1002 S: Maintained
1003 F: include/net/eth.h
1004 F: net/eth.c
1005 F: hw/net/net_rx_pkt*
1006 F: hw/net/net_tx_pkt*
1007
1008 Vmware
1009 M: Dmitry Fleytman <dmitry@daynix.com>
1010 S: Maintained
1011 F: hw/net/vmxnet*
1012 F: hw/scsi/vmw_pvscsi*
1013
1014 Rocker
1015 M: Jiri Pirko <jiri@resnulli.us>
1016 S: Maintained
1017 F: hw/net/rocker/
1018
1019 NVDIMM
1020 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1021 S: Maintained
1022 F: hw/acpi/nvdimm.c
1023 F: hw/mem/nvdimm.c
1024 F: include/hw/mem/nvdimm.h
1025
1026 e1000x
1027 M: Dmitry Fleytman <dmitry@daynix.com>
1028 S: Maintained
1029 F: hw/net/e1000x*
1030
1031 e1000e
1032 M: Dmitry Fleytman <dmitry@daynix.com>
1033 S: Maintained
1034 F: hw/net/e1000e*
1035
1036 Generic Loader
1037 M: Alistair Francis <alistair.francis@xilinx.com>
1038 S: Maintained
1039 F: hw/core/generic-loader.c
1040 F: include/hw/core/generic-loader.h
1041
1042 Subsystems
1043 ----------
1044 Audio
1045 M: Gerd Hoffmann <kraxel@redhat.com>
1046 S: Maintained
1047 F: audio/
1048 F: hw/audio/
1049 F: include/hw/audio/
1050 F: tests/ac97-test.c
1051 F: tests/es1370-test.c
1052 F: tests/intel-hda-test.c
1053
1054 Block layer core
1055 M: Kevin Wolf <kwolf@redhat.com>
1056 M: Max Reitz <mreitz@redhat.com>
1057 L: qemu-block@nongnu.org
1058 S: Supported
1059 F: block*
1060 F: block/
1061 F: hw/block/
1062 F: include/block/
1063 F: qemu-img*
1064 F: qemu-io*
1065 F: tests/qemu-iotests/
1066 T: git git://repo.or.cz/qemu/kevin.git block
1067
1068 Block I/O path
1069 M: Stefan Hajnoczi <stefanha@redhat.com>
1070 M: Fam Zheng <famz@redhat.com>
1071 L: qemu-block@nongnu.org
1072 S: Supported
1073 F: async.c
1074 F: aio-*.c
1075 F: block/io.c
1076 F: migration/block*
1077 F: include/block/aio.h
1078 T: git git://github.com/stefanha/qemu.git block
1079
1080 Block Jobs
1081 M: Jeff Cody <jcody@redhat.com>
1082 L: qemu-block@nongnu.org
1083 S: Supported
1084 F: blockjob.c
1085 F: include/block/blockjob.h
1086 F: block/backup.c
1087 F: block/commit.c
1088 F: block/stream.c
1089 F: block/mirror.c
1090 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1091
1092 Block QAPI, monitor, command line
1093 M: Markus Armbruster <armbru@redhat.com>
1094 S: Supported
1095 F: blockdev.c
1096 F: block/qapi.c
1097 F: qapi/block*.json
1098 T: git git://repo.or.cz/qemu/armbru.git block-next
1099
1100 Character device backends
1101 M: Paolo Bonzini <pbonzini@redhat.com>
1102 S: Maintained
1103 F: qemu-char.c
1104 F: backends/msmouse.c
1105 F: backends/testdev.c
1106
1107 Character Devices (Braille)
1108 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1109 S: Maintained
1110 F: backends/baum.c
1111
1112 Coverity model
1113 M: Markus Armbruster <armbru@redhat.com>
1114 S: Supported
1115 F: scripts/coverity-model.c
1116
1117 CPU
1118 L: qemu-devel@nongnu.org
1119 S: Supported
1120 F: qom/cpu.c
1121 F: include/qom/cpu.h
1122
1123 Device Tree
1124 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1125 M: Alexander Graf <agraf@suse.de>
1126 S: Maintained
1127 F: device_tree.c
1128 F: include/sysemu/device_tree.h
1129
1130 Error reporting
1131 M: Markus Armbruster <armbru@redhat.com>
1132 S: Supported
1133 F: include/qapi/error.h
1134 F: include/qemu/error-report.h
1135 F: util/error.c
1136 F: util/qemu-error.c
1137
1138 GDB stub
1139 L: qemu-devel@nongnu.org
1140 S: Odd Fixes
1141 F: gdbstub*
1142 F: gdb-xml/
1143
1144 Memory API
1145 M: Paolo Bonzini <pbonzini@redhat.com>
1146 S: Supported
1147 F: include/exec/ioport.h
1148 F: ioport.c
1149 F: include/exec/memory.h
1150 F: include/exec/ram_addr.h
1151 F: memory.c
1152 F: include/exec/memory-internal.h
1153 F: exec.c
1154
1155 SPICE
1156 M: Gerd Hoffmann <kraxel@redhat.com>
1157 S: Supported
1158 F: include/ui/qemu-spice.h
1159 F: include/ui/spice-display.h
1160 F: ui/spice-*.c
1161 F: audio/spiceaudio.c
1162 F: hw/display/qxl*
1163
1164 Graphics
1165 M: Gerd Hoffmann <kraxel@redhat.com>
1166 S: Odd Fixes
1167 F: ui/
1168 F: include/ui/
1169
1170 Cocoa graphics
1171 M: Peter Maydell <peter.maydell@linaro.org>
1172 S: Odd Fixes
1173 F: ui/cocoa.m
1174
1175 Main loop
1176 M: Paolo Bonzini <pbonzini@redhat.com>
1177 S: Maintained
1178 F: cpus.c
1179 F: main-loop.c
1180 F: qemu-timer.c
1181 F: vl.c
1182
1183 Human Monitor (HMP)
1184 M: Luiz Capitulino <lcapitulino@redhat.com>
1185 S: Maintained
1186 F: monitor.c
1187 F: hmp.[ch]
1188 F: hmp-commands*.hx
1189 F: include/monitor/hmp-target.h
1190 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1191
1192 Network device backends
1193 M: Jason Wang <jasowang@redhat.com>
1194 S: Maintained
1195 F: net/
1196 F: include/net/
1197 T: git git://github.com/jasowang/qemu.git net
1198
1199 Netmap network backend
1200 M: Luigi Rizzo <rizzo@iet.unipi.it>
1201 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1202 M: Vincenzo Maffione <v.maffione@gmail.com>
1203 W: http://info.iet.unipi.it/~luigi/netmap/
1204 S: Maintained
1205 F: net/netmap.c
1206
1207 Network Block Device (NBD)
1208 M: Paolo Bonzini <pbonzini@redhat.com>
1209 S: Odd Fixes
1210 F: block/nbd*
1211 F: nbd/
1212 F: include/block/nbd*
1213 F: qemu-nbd.c
1214 T: git git://github.com/bonzini/qemu.git nbd-next
1215
1216 NUMA
1217 M: Eduardo Habkost <ehabkost@redhat.com>
1218 S: Maintained
1219 F: numa.c
1220 F: include/sysemu/numa.h
1221 T: git git://github.com/ehabkost/qemu.git numa
1222
1223 Host Memory Backends
1224 M: Eduardo Habkost <ehabkost@redhat.com>
1225 M: Igor Mammedov <imammedo@redhat.com>
1226 S: Maintained
1227 F: backends/hostmem*.c
1228 F: include/sysemu/hostmem.h
1229
1230 QAPI
1231 M: Markus Armbruster <armbru@redhat.com>
1232 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1233 S: Supported
1234 F: qapi/
1235 X: qapi/*.json
1236 F: include/qapi/
1237 X: include/qapi/qmp/
1238 F: include/qapi/qmp/dispatch.h
1239 F: tests/qapi-schema/
1240 F: tests/test-*-visitor.c
1241 F: tests/test-qmp-*.c
1242 F: scripts/qapi*
1243 F: docs/qapi*
1244 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1245
1246 QAPI Schema
1247 M: Eric Blake <eblake@redhat.com>
1248 M: Markus Armbruster <armbru@redhat.com>
1249 S: Supported
1250 F: qapi-schema.json
1251 F: qapi/*.json
1252 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1253
1254 QObject
1255 M: Luiz Capitulino <lcapitulino@redhat.com>
1256 S: Maintained
1257 F: qobject/
1258 F: include/qapi/qmp/
1259 X: include/qapi/qmp/dispatch.h
1260 F: tests/check-qdict.c
1261 F: tests/check-qfloat.c
1262 F: tests/check-qint.c
1263 F: tests/check-qjson.c
1264 F: tests/check-qlist.c
1265 F: tests/check-qstring.c
1266 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1267
1268 QEMU Guest Agent
1269 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1270 S: Maintained
1271 F: qga/
1272 T: git git://github.com/mdroth/qemu.git qga
1273
1274 QOM
1275 M: Andreas Färber <afaerber@suse.de>
1276 S: Supported
1277 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1278 F: include/qom/
1279 X: include/qom/cpu.h
1280 F: qom/
1281 X: qom/cpu.c
1282 F: tests/check-qom-interface.c
1283 F: tests/check-qom-proplist.c
1284 F: tests/qom-test.c
1285
1286 QMP
1287 M: Markus Armbruster <armbru@redhat.com>
1288 S: Supported
1289 F: qmp.c
1290 F: monitor.c
1291 F: docs/*qmp-*
1292 F: scripts/qmp/
1293 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1294
1295 Register API
1296 M: Alistair Francis <alistair.francis@xilinx.com>
1297 S: Maintained
1298 F: hw/core/register.c
1299 F: include/hw/register.h
1300
1301 SLIRP
1302 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1303 M: Jan Kiszka <jan.kiszka@siemens.com>
1304 S: Maintained
1305 F: slirp/
1306 F: net/slirp.c
1307 F: include/net/slirp.h
1308 T: git git://git.kiszka.org/qemu.git queues/slirp
1309
1310 Stubs
1311 M: Paolo Bonzini <pbonzini@redhat.com>
1312 S: Maintained
1313 F: stubs/
1314
1315 Tracing
1316 M: Stefan Hajnoczi <stefanha@redhat.com>
1317 S: Maintained
1318 F: trace/
1319 F: scripts/tracetool.py
1320 F: scripts/tracetool/
1321 F: docs/tracing.txt
1322 T: git git://github.com/stefanha/qemu.git tracing
1323
1324 Checkpatch
1325 S: Odd Fixes
1326 F: scripts/checkpatch.pl
1327
1328 Migration
1329 M: Juan Quintela <quintela@redhat.com>
1330 M: Amit Shah <amit.shah@redhat.com>
1331 S: Maintained
1332 F: include/migration/
1333 F: migration/
1334 F: scripts/vmstate-static-checker.py
1335 F: tests/vmstate-static-checker-data/
1336 F: docs/migration.txt
1337
1338 Seccomp
1339 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1340 S: Supported
1341 F: qemu-seccomp.c
1342 F: include/sysemu/seccomp.h
1343
1344 Cryptography
1345 M: Daniel P. Berrange <berrange@redhat.com>
1346 S: Maintained
1347 F: crypto/
1348 F: include/crypto/
1349 F: tests/test-crypto-*
1350
1351 Coroutines
1352 M: Stefan Hajnoczi <stefanha@redhat.com>
1353 M: Kevin Wolf <kwolf@redhat.com>
1354 F: util/*coroutine*
1355 F: include/qemu/coroutine*
1356 F: tests/test-coroutine.c
1357
1358 Buffers
1359 M: Daniel P. Berrange <berrange@redhat.com>
1360 S: Odd fixes
1361 F: util/buffer.c
1362 F: include/qemu/buffer.h
1363
1364 I/O Channels
1365 M: Daniel P. Berrange <berrange@redhat.com>
1366 S: Maintained
1367 F: io/
1368 F: include/io/
1369 F: tests/test-io-*
1370
1371 Sockets
1372 M: Daniel P. Berrange <berrange@redhat.com>
1373 M: Gerd Hoffmann <kraxel@redhat.com>
1374 M: Paolo Bonzini <pbonzini@redhat.com>
1375 S: Maintained
1376 F: include/qemu/sockets.h
1377 F: util/qemu-sockets.c
1378
1379 Throttling infrastructure
1380 M: Alberto Garcia <berto@igalia.com>
1381 S: Supported
1382 F: block/throttle-groups.c
1383 F: include/block/throttle-groups.h
1384 F: include/qemu/throttle.h
1385 F: util/throttle.c
1386 L: qemu-block@nongnu.org
1387
1388 UUID
1389 M: Fam Zheng <famz@redhat.com>
1390 S: Supported
1391 F: util/uuid.c
1392 F: include/qemu/uuid.h
1393 F: tests/test-uuid.c
1394
1395 COLO Proxy
1396 M: Zhang Chen <zhangchen.fnst@cn.fujitsu.com>
1397 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1398 S: Supported
1399 F: docs/colo-proxy.txt
1400 F: net/colo*
1401 F: net/filter-rewriter.c
1402 F: net/filter-mirror.c
1403
1404 Usermode Emulation
1405 ------------------
1406 Overall
1407 M: Riku Voipio <riku.voipio@iki.fi>
1408 S: Maintained
1409 F: thunk.c
1410 F: user-exec.c
1411
1412 BSD user
1413 S: Orphan
1414 F: bsd-user/
1415
1416 Linux user
1417 M: Riku Voipio <riku.voipio@iki.fi>
1418 S: Maintained
1419 F: linux-user/
1420
1421 Tiny Code Generator (TCG)
1422 -------------------------
1423 Common code
1424 M: Richard Henderson <rth@twiddle.net>
1425 S: Maintained
1426 F: tcg/
1427
1428 AArch64 target
1429 M: Claudio Fontana <claudio.fontana@huawei.com>
1430 M: Claudio Fontana <claudio.fontana@gmail.com>
1431 S: Maintained
1432 L: qemu-arm@nongnu.org
1433 F: tcg/aarch64/
1434 F: disas/arm-a64.cc
1435 F: disas/libvixl/
1436
1437 ARM target
1438 M: Andrzej Zaborowski <balrogg@gmail.com>
1439 S: Maintained
1440 L: qemu-arm@nongnu.org
1441 F: tcg/arm/
1442 F: disas/arm.c
1443
1444 i386 target
1445 L: qemu-devel@nongnu.org
1446 S: Maintained
1447 F: tcg/i386/
1448 F: disas/i386.c
1449
1450 IA64 target
1451 M: Aurelien Jarno <aurelien@aurel32.net>
1452 S: Maintained
1453 F: tcg/ia64/
1454 F: disas/ia64.c
1455
1456 MIPS target
1457 M: Aurelien Jarno <aurelien@aurel32.net>
1458 S: Maintained
1459 F: tcg/mips/
1460 F: disas/mips.c
1461
1462 PPC
1463 M: Vassili Karpov (malc) <av1474@comtv.ru>
1464 S: Maintained
1465 F: tcg/ppc/
1466 F: disas/ppc.c
1467
1468 S390 target
1469 M: Alexander Graf <agraf@suse.de>
1470 M: Richard Henderson <rth@twiddle.net>
1471 S: Maintained
1472 F: tcg/s390/
1473 F: disas/s390.c
1474
1475 SPARC target
1476 S: Odd Fixes
1477 F: tcg/sparc/
1478 F: disas/sparc.c
1479
1480 TCI target
1481 M: Stefan Weil <sw@weilnetz.de>
1482 S: Maintained
1483 F: tcg/tci/
1484 F: tci.c
1485 F: disas/tci.c
1486
1487 Stable branches
1488 ---------------
1489 Stable 1.0
1490 L: qemu-stable@nongnu.org
1491 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1492 S: Orphan
1493
1494 Stable 0.15
1495 L: qemu-stable@nongnu.org
1496 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1497 S: Orphan
1498
1499 Stable 0.14
1500 L: qemu-stable@nongnu.org
1501 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1502 S: Orphan
1503
1504 Stable 0.10
1505 L: qemu-stable@nongnu.org
1506 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1507 S: Orphan
1508
1509 Block drivers
1510 -------------
1511 VMDK
1512 M: Fam Zheng <famz@redhat.com>
1513 L: qemu-block@nongnu.org
1514 S: Supported
1515 F: block/vmdk.c
1516
1517 RBD
1518 M: Josh Durgin <jdurgin@redhat.com>
1519 M: Jeff Cody <jcody@redhat.com>
1520 L: qemu-block@nongnu.org
1521 S: Supported
1522 F: block/rbd.c
1523 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1524
1525 Sheepdog
1526 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1527 M: Liu Yuan <namei.unix@gmail.com>
1528 M: Jeff Cody <jcody@redhat.com>
1529 L: qemu-block@nongnu.org
1530 L: sheepdog@lists.wpkg.org
1531 S: Supported
1532 F: block/sheepdog.c
1533 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1534
1535 VHDX
1536 M: Jeff Cody <jcody@redhat.com>
1537 L: qemu-block@nongnu.org
1538 S: Supported
1539 F: block/vhdx*
1540 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1541
1542 VDI
1543 M: Stefan Weil <sw@weilnetz.de>
1544 L: qemu-block@nongnu.org
1545 S: Maintained
1546 F: block/vdi.c
1547
1548 iSCSI
1549 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1550 M: Paolo Bonzini <pbonzini@redhat.com>
1551 M: Peter Lieven <pl@kamp.de>
1552 L: qemu-block@nongnu.org
1553 S: Supported
1554 F: block/iscsi.c
1555
1556 NFS
1557 M: Jeff Cody <jcody@redhat.com>
1558 M: Peter Lieven <pl@kamp.de>
1559 L: qemu-block@nongnu.org
1560 S: Maintained
1561 F: block/nfs.c
1562 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1563
1564 SSH
1565 M: Richard W.M. Jones <rjones@redhat.com>
1566 M: Jeff Cody <jcody@redhat.com>
1567 L: qemu-block@nongnu.org
1568 S: Supported
1569 F: block/ssh.c
1570 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1571
1572 ARCHIPELAGO
1573 M: Chrysostomos Nanakos <chris@include.gr>
1574 M: Jeff Cody <jcody@redhat.com>
1575 L: qemu-block@nongnu.org
1576 S: Maintained
1577 F: block/archipelago.c
1578 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1579
1580 CURL
1581 M: Jeff Cody <jcody@redhat.com>
1582 L: qemu-block@nongnu.org
1583 S: Supported
1584 F: block/curl.c
1585 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1586
1587 GLUSTER
1588 M: Jeff Cody <jcody@redhat.com>
1589 L: qemu-block@nongnu.org
1590 S: Supported
1591 F: block/gluster.c
1592 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1593
1594 Null Block Driver
1595 M: Fam Zheng <famz@redhat.com>
1596 L: qemu-block@nongnu.org
1597 S: Supported
1598 F: block/null.c
1599
1600 Bootdevice
1601 M: Gonglei <arei.gonglei@huawei.com>
1602 S: Maintained
1603 F: bootdevice.c
1604
1605 Quorum
1606 M: Alberto Garcia <berto@igalia.com>
1607 S: Supported
1608 F: block/quorum.c
1609 L: qemu-block@nongnu.org
1610
1611 blkverify
1612 M: Stefan Hajnoczi <stefanha@redhat.com>
1613 L: qemu-block@nongnu.org
1614 S: Supported
1615 F: block/blkverify.c
1616
1617 bochs
1618 M: Stefan Hajnoczi <stefanha@redhat.com>
1619 L: qemu-block@nongnu.org
1620 S: Supported
1621 F: block/bochs.c
1622
1623 cloop
1624 M: Stefan Hajnoczi <stefanha@redhat.com>
1625 L: qemu-block@nongnu.org
1626 S: Supported
1627 F: block/cloop.c
1628
1629 dmg
1630 M: Stefan Hajnoczi <stefanha@redhat.com>
1631 L: qemu-block@nongnu.org
1632 S: Supported
1633 F: block/dmg.c
1634
1635 parallels
1636 M: Stefan Hajnoczi <stefanha@redhat.com>
1637 M: Denis V. Lunev <den@openvz.org>
1638 L: qemu-block@nongnu.org
1639 S: Supported
1640 F: block/parallels.c
1641 F: docs/specs/parallels.txt
1642
1643 qed
1644 M: Stefan Hajnoczi <stefanha@redhat.com>
1645 L: qemu-block@nongnu.org
1646 S: Supported
1647 F: block/qed.c
1648
1649 raw
1650 M: Kevin Wolf <kwolf@redhat.com>
1651 L: qemu-block@nongnu.org
1652 S: Supported
1653 F: block/linux-aio.c
1654 F: include/block/raw-aio.h
1655 F: block/raw-posix.c
1656 F: block/raw-win32.c
1657 F: block/raw_bsd.c
1658 F: block/win32-aio.c
1659
1660 qcow2
1661 M: Kevin Wolf <kwolf@redhat.com>
1662 M: Max Reitz <mreitz@redhat.com>
1663 L: qemu-block@nongnu.org
1664 S: Supported
1665 F: block/qcow2*
1666
1667 qcow
1668 M: Kevin Wolf <kwolf@redhat.com>
1669 L: qemu-block@nongnu.org
1670 S: Supported
1671 F: block/qcow.c
1672
1673 blkdebug
1674 M: Kevin Wolf <kwolf@redhat.com>
1675 M: Max Reitz <mreitz@redhat.com>
1676 L: qemu-block@nongnu.org
1677 S: Supported
1678 F: block/blkdebug.c
1679
1680 vpc
1681 M: Kevin Wolf <kwolf@redhat.com>
1682 L: qemu-block@nongnu.org
1683 S: Supported
1684 F: block/vpc.c
1685
1686 vvfat
1687 M: Kevin Wolf <kwolf@redhat.com>
1688 L: qemu-block@nongnu.org
1689 S: Supported
1690 F: block/vvfat.c
1691
1692 Image format fuzzer
1693 M: Stefan Hajnoczi <stefanha@redhat.com>
1694 L: qemu-block@nongnu.org
1695 S: Supported
1696 F: tests/image-fuzzer/
1697
1698 Replication
1699 M: Wen Congyang <wency@cn.fujitsu.com>
1700 M: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
1701 S: Supported
1702 F: replication*
1703 F: block/replication.c
1704 F: tests/test-replication.c
1705 F: docs/block-replication.txt
1706
1707 Build and test automation
1708 -------------------------
1709 M: Alex Bennée <alex.bennee@linaro.org>
1710 L: qemu-devel@nongnu.org
1711 S: Supported
1712 F: .travis.yml
1713
1714 Documentation
1715 -------------
1716 Build system architecture
1717 M: Daniel P. Berrange <berrange@redhat.com>
1718 S: Odd Fixes
1719 F: docs/build-system.txt
1720
1721 Docker testing
1722 --------------
1723 Docker based testing framework and cases
1724 M: Fam Zheng <famz@redhat.com>
1725 S: Maintained
1726 F: tests/docker/