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