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