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