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