virtio-ccw: remove stale comments on endianness
[qemu/ar7.git] / MAINTAINERS
blobef7c191dbbe575db5a168902db59867ab53b7b6d
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         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <peter.maydell@linaro.org>
57 All patches CC here
58 L: qemu-devel@nongnu.org
59 F: *
60 F: */
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: http://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <mst@redhat.com>
66 L: secalert@redhat.com
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <mjt@tls.msk.ru>
72 M: Laurent Vivier <laurent@vivier.eu>
73 S: Maintained
74 L: qemu-trivial@nongnu.org
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
79 Guest CPU cores (TCG):
80 ----------------------
81 Overall
82 L: qemu-devel@nongnu.org
83 M: Paolo Bonzini <pbonzini@redhat.com>
84 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
85 M: Richard Henderson <rth@twiddle.net>
86 S: Maintained
87 F: cpus.c
88 F: exec.c
89 F: accel/tcg/
90 F: include/exec/cpu*.h
91 F: include/exec/exec-all.h
92 F: include/exec/helper*.h
93 F: include/exec/tb-hash.h
94 F: include/sysemu/cpus.h
96 FPU emulation
97 M: Aurelien Jarno <aurelien@aurel32.net>
98 M: Peter Maydell <peter.maydell@linaro.org>
99 S: Odd Fixes
100 F: fpu/
101 F: include/fpu/
103 Alpha
104 M: Richard Henderson <rth@twiddle.net>
105 S: Maintained
106 F: target/alpha/
107 F: hw/alpha/
108 F: tests/tcg/alpha/
109 F: disas/alpha.c
112 M: Peter Maydell <peter.maydell@linaro.org>
113 L: qemu-arm@nongnu.org
114 S: Maintained
115 F: target/arm/
116 F: hw/arm/
117 F: hw/cpu/a*mpcore.c
118 F: include/hw/cpu/a*mpcore.h
119 F: disas/arm.c
120 F: disas/arm-a64.cc
121 F: disas/libvixl/
123 CRIS
124 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
125 S: Maintained
126 F: target/cris/
127 F: hw/cris/
128 F: include/hw/cris/
129 F: tests/tcg/cris/
130 F: disas/cris.c
132 HPPA (PA-RISC)
133 M: Richard Henderson <rth@twiddle.net>
134 S: Maintained
135 F: target/hppa/
136 F: disas/hppa.c
138 LM32
139 M: Michael Walle <michael@walle.cc>
140 S: Maintained
141 F: target/lm32/
142 F: disas/lm32.c
143 F: hw/lm32/
144 F: hw/*/lm32_*
145 F: hw/*/milkymist-*
146 F: include/hw/char/lm32_juart.h
147 F: include/hw/lm32/
148 F: tests/tcg/lm32/
150 M68K
151 M: Laurent Vivier <laurent@vivier.eu>
152 S: Maintained
153 F: target/m68k/
154 F: disas/m68k.c
156 MicroBlaze
157 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
158 S: Maintained
159 F: target/microblaze/
160 F: hw/microblaze/
161 F: disas/microblaze.c
163 MIPS
164 M: Aurelien Jarno <aurelien@aurel32.net>
165 M: Yongbok Kim <yongbok.kim@imgtec.com>
166 S: Maintained
167 F: target/mips/
168 F: hw/mips/
169 F: hw/misc/mips_*
170 F: hw/intc/mips_gic.c
171 F: hw/timer/mips_gictimer.c
172 F: include/hw/mips/
173 F: include/hw/misc/mips_*
174 F: include/hw/intc/mips_gic.h
175 F: include/hw/timer/mips_gictimer.h
176 F: tests/tcg/mips/
177 F: disas/mips.c
179 Moxie
180 M: Anthony Green <green@moxielogic.com>
181 S: Maintained
182 F: target/moxie/
183 F: disas/moxie.c
184 F: hw/moxie/
185 F: default-configs/moxie-softmmu.mak
187 NiosII
188 M: Chris Wulff <crwulff@gmail.com>
189 M: Marek Vasut <marex@denx.de>
190 S: Maintained
191 F: target/nios2/
192 F: hw/nios2/
193 F: disas/nios2.c
195 OpenRISC
196 M: Stafford Horne <shorne@gmail.com>
197 S: Odd Fixes
198 F: target/openrisc/
199 F: hw/openrisc/
200 F: tests/tcg/openrisc/
202 PowerPC
203 M: David Gibson <david@gibson.dropbear.id.au>
204 M: Alexander Graf <agraf@suse.de>
205 L: qemu-ppc@nongnu.org
206 S: Maintained
207 F: target/ppc/
208 F: hw/ppc/
209 F: include/hw/ppc/
210 F: disas/ppc.c
212 S390
213 M: Richard Henderson <rth@twiddle.net>
214 M: Alexander Graf <agraf@suse.de>
215 S: Maintained
216 F: target/s390x/
217 F: hw/s390x/
218 F: disas/s390.c
221 M: Aurelien Jarno <aurelien@aurel32.net>
222 S: Odd Fixes
223 F: target/sh4/
224 F: hw/sh4/
225 F: disas/sh4.c
226 F: include/hw/sh4/
228 SPARC
229 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
230 M: Artyom Tarasenko <atar4qemu@gmail.com>
231 S: Maintained
232 F: target/sparc/
233 F: hw/sparc/
234 F: hw/sparc64/
235 F: disas/sparc.c
237 UniCore32
238 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
239 S: Maintained
240 F: target/unicore32/
241 F: hw/unicore32/
242 F: include/hw/unicore32/
245 M: Paolo Bonzini <pbonzini@redhat.com>
246 M: Richard Henderson <rth@twiddle.net>
247 M: Eduardo Habkost <ehabkost@redhat.com>
248 S: Maintained
249 F: target/i386/
250 F: hw/i386/
251 F: disas/i386.c
253 Xtensa
254 M: Max Filippov <jcmvbkbc@gmail.com>
255 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
256 S: Maintained
257 F: target/xtensa/
258 F: hw/xtensa/
259 F: tests/tcg/xtensa/
261 TriCore
262 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
263 S: Maintained
264 F: target/tricore/
265 F: hw/tricore/
266 F: include/hw/tricore/
268 Guest CPU Cores (KVM):
269 ----------------------
271 Overall
272 M: Paolo Bonzini <pbonzini@redhat.com>
273 L: kvm@vger.kernel.org
274 S: Supported
275 F: */kvm.*
276 F: accel/kvm/
277 F: include/sysemu/kvm*.h
280 M: Peter Maydell <peter.maydell@linaro.org>
281 L: qemu-arm@nongnu.org
282 S: Maintained
283 F: target/arm/kvm.c
285 MIPS
286 M: James Hogan <james.hogan@imgtec.com>
287 S: Maintained
288 F: target/mips/kvm.c
291 M: Alexander Graf <agraf@suse.de>
292 S: Maintained
293 F: target/ppc/kvm.c
295 S390
296 M: Christian Borntraeger <borntraeger@de.ibm.com>
297 M: Cornelia Huck <cohuck@redhat.com>
298 M: Alexander Graf <agraf@suse.de>
299 S: Maintained
300 F: target/s390x/kvm.c
301 F: target/s390x/ioinst.[ch]
302 F: target/s390x/machine.c
303 F: hw/intc/s390_flic.c
304 F: hw/intc/s390_flic_kvm.c
305 F: include/hw/s390x/s390_flic.h
306 F: gdb-xml/s390*.xml
307 T: git git://github.com/cohuck/qemu.git s390-next
308 T: git git://github.com/borntraeger/qemu.git s390-next
311 M: Paolo Bonzini <pbonzini@redhat.com>
312 M: Marcelo Tosatti <mtosatti@redhat.com>
313 L: kvm@vger.kernel.org
314 S: Supported
315 F: target/i386/kvm.c
317 Guest CPU Cores (Xen):
318 ----------------------
321 M: Stefano Stabellini <sstabellini@kernel.org>
322 M: Anthony Perard <anthony.perard@citrix.com>
323 L: xen-devel@lists.xenproject.org
324 S: Supported
325 F: */xen*
326 F: hw/9pfs/xen-9p-backend.c
327 F: hw/char/xen_console.c
328 F: hw/display/xenfb.c
329 F: hw/net/xen_nic.c
330 F: hw/block/xen_*
331 F: hw/xen/
332 F: hw/xenpv/
333 F: hw/i386/xen/
334 F: include/hw/xen/
335 F: include/sysemu/xen-mapcache.h
337 Hosts:
338 ------
340 LINUX
341 L: qemu-devel@nongnu.org
342 S: Maintained
343 F: linux-*
344 F: linux-headers/
346 POSIX
347 L: qemu-devel@nongnu.org
348 S: Maintained
349 F: *posix*
351 NETBSD
352 L: qemu-devel@nongnu.org
353 M: Kamil Rytarowski <kamil@netbsd.org>
354 S: Maintained
355 K: ^Subject:.*(?i)NetBSD
357 W32, W64
358 L: qemu-devel@nongnu.org
359 M: Stefan Weil <sw@weilnetz.de>
360 S: Maintained
361 F: *win32*
362 F: */*win32*
363 F: include/*/*win32*
364 X: qga/*win32*
365 F: qemu.nsi
367 ARM Machines
368 ------------
369 Allwinner-a10
370 M: Beniamino Galvani <b.galvani@gmail.com>
371 L: qemu-arm@nongnu.org
372 S: Maintained
373 F: hw/*/allwinner*
374 F: include/hw/*/allwinner*
375 F: hw/arm/cubieboard.c
377 ARM PrimeCell and CMSDK devices
378 M: Peter Maydell <peter.maydell@linaro.org>
379 L: qemu-arm@nongnu.org
380 S: Maintained
381 F: hw/char/pl011.c
382 F: hw/display/pl110*
383 F: hw/dma/pl080.c
384 F: hw/dma/pl330.c
385 F: hw/gpio/pl061.c
386 F: hw/input/pl050.c
387 F: hw/intc/pl190.c
388 F: hw/sd/pl181.c
389 F: hw/timer/pl031.c
390 F: include/hw/arm/primecell.h
391 F: hw/timer/cmsdk-apb-timer.c
392 F: include/hw/timer/cmsdk-apb-timer.h
393 F: hw/char/cmsdk-apb-uart.c
394 F: include/hw/char/cmsdk-apb-uart.h
396 ARM cores
397 M: Peter Maydell <peter.maydell@linaro.org>
398 L: qemu-arm@nongnu.org
399 S: Maintained
400 F: hw/intc/arm*
401 F: hw/intc/gic_internal.h
402 F: hw/misc/a9scu.c
403 F: hw/misc/arm11scu.c
404 F: hw/timer/a9gtimer*
405 F: hw/timer/arm_*
406 F: include/hw/arm/arm.h
407 F: include/hw/intc/arm*
408 F: include/hw/misc/a9scu.h
409 F: include/hw/misc/arm11scu.h
410 F: include/hw/timer/a9gtimer.h
411 F: include/hw/timer/arm_mptimer.h
413 Exynos
414 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
415 L: qemu-arm@nongnu.org
416 S: Maintained
417 F: hw/*/exynos*
418 F: include/hw/arm/exynos4210.h
420 Calxeda Highbank
421 M: Rob Herring <robh@kernel.org>
422 L: qemu-arm@nongnu.org
423 S: Maintained
424 F: hw/arm/highbank.c
425 F: hw/net/xgmac.c
427 Canon DIGIC
428 M: Antony Pavlov <antonynpavlov@gmail.com>
429 L: qemu-arm@nongnu.org
430 S: Maintained
431 F: include/hw/arm/digic.h
432 F: hw/*/digic*
434 Gumstix
435 L: qemu-devel@nongnu.org
436 L: qemu-arm@nongnu.org
437 S: Orphan
438 F: hw/arm/gumstix.c
440 i.MX31
441 M: Peter Chubb <peter.chubb@nicta.com.au>
442 L: qemu-arm@nongnu.org
443 S: Odd fixes
444 F: hw/*/imx*
445 F: include/hw/*/imx*
446 F: hw/arm/kzm.c
447 F: include/hw/arm/fsl-imx31.h
449 Integrator CP
450 M: Peter Maydell <peter.maydell@linaro.org>
451 L: qemu-arm@nongnu.org
452 S: Maintained
453 F: hw/arm/integratorcp.c
454 F: hw/misc/arm_integrator_debug.c
456 MPS2
457 M: Peter Maydell <peter.maydell@linaro.org>
458 L: qemu-arm@nongnu.org
459 S: Maintained
460 F: hw/arm/mps2.c
461 F: hw/misc/mps2-scc.c
462 F: include/hw/misc/mps2-scc.h
464 Musicpal
465 M: Jan Kiszka <jan.kiszka@web.de>
466 L: qemu-arm@nongnu.org
467 S: Maintained
468 F: hw/arm/musicpal.c
470 nSeries
471 M: Andrzej Zaborowski <balrogg@gmail.com>
472 L: qemu-arm@nongnu.org
473 S: Maintained
474 F: hw/arm/nseries.c
476 Palm
477 M: Andrzej Zaborowski <balrogg@gmail.com>
478 L: qemu-arm@nongnu.org
479 S: Maintained
480 F: hw/arm/palm.c
482 Real View
483 M: Peter Maydell <peter.maydell@linaro.org>
484 L: qemu-arm@nongnu.org
485 S: Maintained
486 F: hw/arm/realview*
487 F: hw/cpu/realview_mpcore.c
488 F: hw/intc/realview_gic.c
489 F: include/hw/intc/realview_gic.h
491 PXA2XX
492 M: Andrzej Zaborowski <balrogg@gmail.com>
493 L: qemu-arm@nongnu.org
494 S: Maintained
495 F: hw/arm/mainstone.c
496 F: hw/arm/spitz.c
497 F: hw/arm/tosa.c
498 F: hw/arm/z2.c
499 F: hw/*/pxa2xx*
500 F: hw/misc/mst_fpga.c
501 F: include/hw/arm/pxa.h
503 Stellaris
504 M: Peter Maydell <peter.maydell@linaro.org>
505 L: qemu-arm@nongnu.org
506 S: Maintained
507 F: hw/*/stellaris*
509 Versatile PB
510 M: Peter Maydell <peter.maydell@linaro.org>
511 L: qemu-arm@nongnu.org
512 S: Maintained
513 F: hw/*/versatile*
515 Xilinx Zynq
516 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
517 M: Alistair Francis <alistair.francis@xilinx.com>
518 L: qemu-arm@nongnu.org
519 S: Maintained
520 F: hw/*/xilinx_*
521 F: hw/*/cadence_*
522 F: hw/misc/zynq*
523 F: include/hw/misc/zynq*
524 X: hw/ssi/xilinx_*
526 Xilinx ZynqMP
527 M: Alistair Francis <alistair.francis@xilinx.com>
528 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
529 L: qemu-arm@nongnu.org
530 S: Maintained
531 F: hw/*/xlnx*.c
532 F: include/hw/*/xlnx*.h
534 ARM ACPI Subsystem
535 M: Shannon Zhao <zhaoshenglong@huawei.com>
536 M: Shannon Zhao <shannon.zhao@linaro.org>
537 L: qemu-arm@nongnu.org
538 S: Maintained
539 F: hw/arm/virt-acpi-build.c
541 STM32F205
542 M: Alistair Francis <alistair@alistair23.me>
543 S: Maintained
544 F: hw/arm/stm32f205_soc.c
545 F: hw/misc/stm32f2xx_syscfg.c
546 F: hw/char/stm32f2xx_usart.c
547 F: hw/timer/stm32f2xx_timer.c
548 F: hw/adc/*
549 F: hw/ssi/stm32f2xx_spi.c
551 Netduino 2
552 M: Alistair Francis <alistair@alistair23.me>
553 S: Maintained
554 F: hw/arm/netduino2.c
556 CRIS Machines
557 -------------
558 Axis Dev88
559 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
560 S: Maintained
561 F: hw/cris/axis_dev88.c
562 F: hw/*/etraxfs_*.c
564 LM32 Machines
565 -------------
566 EVR32 and uclinux BSP
567 M: Michael Walle <michael@walle.cc>
568 S: Maintained
569 F: hw/lm32/lm32_boards.c
571 milkymist
572 M: Michael Walle <michael@walle.cc>
573 S: Maintained
574 F: hw/lm32/milkymist.c
576 M68K Machines
577 -------------
578 an5206
579 M: Thomas Huth <huth@tuxfamily.org>
580 S: Odd Fixes
581 F: hw/m68k/an5206.c
582 F: hw/m68k/mcf5206.c
584 mcf5208
585 M: Thomas Huth <huth@tuxfamily.org>
586 S: Odd Fixes
587 F: hw/m68k/mcf5208.c
588 F: hw/m68k/mcf_intc.c
589 F: hw/char/mcf_uart.c
590 F: hw/net/mcf_fec.c
591 F: include/hw/m68k/mcf*.h
593 MicroBlaze Machines
594 -------------------
595 petalogix_s3adsp1800
596 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
597 S: Maintained
598 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
600 petalogix_ml605
601 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
602 S: Maintained
603 F: hw/microblaze/petalogix_ml605_mmu.c
605 MIPS Machines
606 -------------
607 Jazz
608 M: Hervé Poussineau <hpoussin@reactos.org>
609 S: Maintained
610 F: hw/mips/mips_jazz.c
612 Malta
613 M: Aurelien Jarno <aurelien@aurel32.net>
614 S: Maintained
615 F: hw/mips/mips_malta.c
617 Mipssim
618 M: Yongbok Kim <yongbok.kim@imgtec.com>
619 S: Odd Fixes
620 F: hw/mips/mips_mipssim.c
621 F: hw/net/mipsnet.c
623 R4000
624 M: Aurelien Jarno <aurelien@aurel32.net>
625 S: Maintained
626 F: hw/mips/mips_r4k.c
628 Fulong 2E
629 M: Yongbok Kim <yongbok.kim@imgtec.com>
630 S: Odd Fixes
631 F: hw/mips/mips_fulong2e.c
633 Boston
634 M: Paul Burton <paul.burton@imgtec.com>
635 S: Maintained
636 F: hw/core/loader-fit.c
637 F: hw/mips/boston.c
638 F: hw/pci-host/xilinx-pcie.c
640 OpenRISC Machines
641 -----------------
642 or1k-sim
643 M: Jia Liu <proljc@gmail.com>
644 S: Maintained
645 F: hw/openrisc/openrisc_sim.c
647 PowerPC Machines
648 ----------------
650 M: Alexander Graf <agraf@suse.de>
651 L: qemu-ppc@nongnu.org
652 S: Odd Fixes
653 F: hw/ppc/ppc405_boards.c
655 Bamboo
656 M: Alexander Graf <agraf@suse.de>
657 L: qemu-ppc@nongnu.org
658 S: Odd Fixes
659 F: hw/ppc/ppc440_bamboo.c
661 e500
662 M: Alexander Graf <agraf@suse.de>
663 L: qemu-ppc@nongnu.org
664 S: Supported
665 F: hw/ppc/e500.[hc]
666 F: hw/ppc/e500plat.c
667 F: include/hw/ppc/ppc_e500.h
668 F: include/hw/pci-host/ppce500.h
669 F: pc-bios/u-boot.e500
671 mpc8544ds
672 M: Alexander Graf <agraf@suse.de>
673 L: qemu-ppc@nongnu.org
674 S: Supported
675 F: hw/ppc/mpc8544ds.c
676 F: hw/ppc/mpc8544_guts.c
678 New World
679 M: Alexander Graf <agraf@suse.de>
680 L: qemu-ppc@nongnu.org
681 S: Maintained
682 F: hw/ppc/mac_newworld.c
683 F: hw/pci-host/uninorth.c
684 F: hw/pci-bridge/dec.[hc]
685 F: hw/misc/macio/
686 F: include/hw/ppc/mac_dbdma.h
687 F: hw/nvram/mac_nvram.c
689 Old World
690 M: Alexander Graf <agraf@suse.de>
691 L: qemu-ppc@nongnu.org
692 S: Maintained
693 F: hw/ppc/mac_oldworld.c
694 F: hw/pci-host/grackle.c
695 F: hw/misc/macio/
696 F: hw/intc/heathrow_pic.c
698 PReP
699 M: Hervé Poussineau <hpoussin@reactos.org>
700 L: qemu-devel@nongnu.org
701 L: qemu-ppc@nongnu.org
702 S: Maintained
703 F: hw/ppc/prep.c
704 F: hw/ppc/prep_systemio.c
705 F: hw/ppc/rs6000_mc.c
706 F: hw/pci-host/prep.[hc]
707 F: hw/isa/pc87312.[hc]
708 F: pc-bios/ppc_rom.bin
710 sPAPR
711 M: David Gibson <david@gibson.dropbear.id.au>
712 M: Alexander Graf <agraf@suse.de>
713 L: qemu-ppc@nongnu.org
714 S: Supported
715 F: hw/*/spapr*
716 F: include/hw/*/spapr*
717 F: hw/*/xics*
718 F: include/hw/*/xics*
719 F: pc-bios/spapr-rtas/*
720 F: pc-bios/spapr-rtas.bin
721 F: pc-bios/slof.bin
722 F: pc-bios/skiboot.lid
723 F: docs/specs/ppc-spapr-hcalls.txt
724 F: docs/specs/ppc-spapr-hotplug.txt
725 F: tests/spapr*
726 F: tests/libqos/*spapr*
727 F: tests/rtas*
728 F: tests/libqos/rtas*
730 virtex_ml507
731 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
732 L: qemu-ppc@nongnu.org
733 S: Odd Fixes
734 F: hw/ppc/virtex_ml507.c
736 SH4 Machines
737 ------------
739 M: Magnus Damm <magnus.damm@gmail.com>
740 S: Maintained
741 F: hw/sh4/r2d.c
742 F: hw/intc/sh_intc.c
743 F: hw/timer/sh_timer.c
745 Shix
746 M: Magnus Damm <magnus.damm@gmail.com>
747 S: Odd Fixes
748 F: hw/sh4/shix.c
750 SPARC Machines
751 --------------
752 Sun4m
753 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
754 S: Maintained
755 F: hw/sparc/sun4m.c
756 F: hw/dma/sparc32_dma.c
757 F: hw/dma/sun4m_iommu.c
758 F: hw/misc/eccmemctl.c
759 F: hw/misc/slavio_misc.c
760 F: include/hw/sparc/sparc32_dma.h
761 F: include/hw/sparc/sun4m.h
762 F: pc-bios/openbios-sparc32
764 Sun4u
765 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
766 S: Maintained
767 F: hw/sparc64/sun4u.c
768 F: pc-bios/openbios-sparc64
770 Sun4v
771 M: Artyom Tarasenko <atar4qemu@gmail.com>
772 S: Maintained
773 F: hw/sparc64/sun4v.c
774 F: hw/timer/sun4v-rtc.c
775 F: include/hw/timer/sun4v-rtc.h
777 Leon3
778 M: Fabien Chouteau <chouteau@adacore.com>
779 S: Maintained
780 F: hw/sparc/leon3.c
781 F: hw/*/grlib*
782 F: include/hw/sparc/grlib.h
784 S390 Machines
785 -------------
786 S390 Virtio-ccw
787 M: Cornelia Huck <cohuck@redhat.com>
788 M: Christian Borntraeger <borntraeger@de.ibm.com>
789 M: Alexander Graf <agraf@suse.de>
790 S: Supported
791 F: hw/char/sclp*.[hc]
792 F: hw/s390x/
793 F: include/hw/s390x/
794 F: pc-bios/s390-ccw/
795 F: hw/watchdog/wdt_diag288.c
796 F: include/hw/watchdog/wdt_diag288.h
797 F: pc-bios/s390-ccw.img
798 F: default-configs/s390x-softmmu.mak
799 T: git git://github.com/cohuck/qemu.git s390-next
800 T: git git://github.com/borntraeger/qemu.git s390-next
802 UniCore32 Machines
803 -------------
804 PKUnity-3 SoC initramfs-with-busybox
805 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
806 S: Maintained
807 F: hw/*/puv3*
808 F: hw/unicore32/
810 X86 Machines
811 ------------
813 M: Michael S. Tsirkin <mst@redhat.com>
814 S: Supported
815 F: include/hw/i386/
816 F: hw/i386/
817 F: hw/pci-host/piix.c
818 F: hw/pci-host/q35.c
819 F: hw/pci-host/pam.c
820 F: include/hw/pci-host/q35.h
821 F: include/hw/pci-host/pam.h
822 F: hw/isa/piix4.c
823 F: hw/isa/lpc_ich9.c
824 F: hw/i2c/smbus_ich9.c
825 F: hw/acpi/piix4.c
826 F: hw/acpi/ich9.c
827 F: include/hw/acpi/ich9.h
828 F: include/hw/acpi/piix4.h
829 F: hw/misc/sga.c
831 PC Chipset
832 M: Michael S. Tsirkin <mst@redhat.com>
833 M: Paolo Bonzini <pbonzini@redhat.com>
834 S: Support
835 F: hw/char/debugcon.c
836 F: hw/char/parallel.c
837 F: hw/char/serial*
838 F: hw/dma/i8257*
839 F: hw/i2c/pm_smbus.c
840 F: hw/intc/apic*
841 F: hw/intc/ioapic*
842 F: hw/intc/i8259*
843 F: hw/misc/debugexit.c
844 F: hw/misc/pc-testdev.c
845 F: hw/timer/hpet*
846 F: hw/timer/i8254*
847 F: hw/timer/mc146818rtc*
848 F: include/hw/i2c/pm_smbus.h
849 F: include/hw/timer/hpet.h
850 F: include/hw/timer/i8254*
851 F: include/hw/timer/mc146818rtc*
853 Machine core
854 M: Eduardo Habkost <ehabkost@redhat.com>
855 M: Marcel Apfelbaum <marcel@redhat.com>
856 S: Supported
857 F: hw/core/machine.c
858 F: hw/core/null-machine.c
859 F: include/hw/boards.h
861 Xtensa Machines
862 ---------------
864 M: Max Filippov <jcmvbkbc@gmail.com>
865 S: Maintained
866 F: hw/xtensa/sim.c
868 XTFPGA (LX60, LX200, ML605, KC705)
869 M: Max Filippov <jcmvbkbc@gmail.com>
870 S: Maintained
871 F: hw/xtensa/xtfpga.c
872 F: hw/net/opencores_eth.c
874 Devices
875 -------
877 M: Jiri Slaby <jslaby@suse.cz>
878 S: Maintained
879 F: hw/misc/edu.c
882 M: John Snow <jsnow@redhat.com>
883 L: qemu-block@nongnu.org
884 S: Supported
885 F: include/hw/ide.h
886 F: include/hw/ide/
887 F: hw/ide/
888 F: hw/block/block.c
889 F: hw/block/cdrom.c
890 F: hw/block/hd-geometry.c
891 F: tests/ide-test.c
892 F: tests/ahci-test.c
893 F: tests/libqos/ahci*
894 T: git git://github.com/jnsnow/qemu.git ide
896 Floppy
897 M: John Snow <jsnow@redhat.com>
898 L: qemu-block@nongnu.org
899 S: Supported
900 F: hw/block/fdc.c
901 F: include/hw/block/fdc.h
902 F: tests/fdc-test.c
903 T: git git://github.com/jnsnow/qemu.git ide
905 OMAP
906 M: Peter Maydell <peter.maydell@linaro.org>
907 S: Maintained
908 F: hw/*/omap*
909 F: include/hw/arm/omap.h
911 IPack
912 M: Alberto Garcia <berto@igalia.com>
913 S: Odd Fixes
914 F: hw/char/ipoctal232.c
915 F: hw/ipack/
918 M: Michael S. Tsirkin <mst@redhat.com>
919 M: Marcel Apfelbaum <marcel@redhat.com>
920 S: Supported
921 F: include/hw/pci/*
922 F: hw/misc/pci-testdev.c
923 F: hw/pci/*
924 F: hw/pci-bridge/*
926 ACPI/SMBIOS
927 M: Michael S. Tsirkin <mst@redhat.com>
928 M: Igor Mammedov <imammedo@redhat.com>
929 S: Supported
930 F: include/hw/acpi/*
931 F: include/hw/smbios/*
932 F: hw/mem/*
933 F: hw/acpi/*
934 F: hw/smbios/*
935 F: hw/i386/acpi-build.[hc]
936 F: hw/arm/virt-acpi-build.c
937 F: tests/bios-tables-test.c
938 F: tests/acpi-utils.[hc]
940 ppc4xx
941 M: Alexander Graf <agraf@suse.de>
942 L: qemu-ppc@nongnu.org
943 S: Odd Fixes
944 F: hw/ppc/ppc4*.c
945 F: include/hw/ppc/ppc4xx.h
947 ppce500
948 M: Alexander Graf <agraf@suse.de>
949 L: qemu-ppc@nongnu.org
950 S: Supported
951 F: hw/ppc/e500*
952 F: hw/pci-host/ppce500.c
953 F: hw/net/fsl_etsec/
955 Character devices
956 M: Paolo Bonzini <pbonzini@redhat.com>
957 S: Odd Fixes
958 F: hw/char/
960 Network devices
961 M: Jason Wang <jasowang@redhat.com>
962 S: Odd Fixes
963 F: hw/net/
964 F: tests/virtio-net-test.c
965 T: git git://github.com/jasowang/qemu.git net
967 SCSI
968 M: Paolo Bonzini <pbonzini@redhat.com>
969 S: Supported
970 F: include/hw/scsi/*
971 F: include/scsi/*
972 F: hw/scsi/*
973 F: util/scsi*
974 F: tests/virtio-scsi-test.c
975 T: git git://github.com/bonzini/qemu.git scsi-next
977 LSI53C895A
978 S: Orphan
979 F: hw/scsi/lsi53c895a.c
982 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
983 S: Maintained
984 F: hw/ssi/*
985 F: hw/block/m25p80.c
986 X: hw/ssi/xilinx_*
988 Xilinx SPI
989 M: Alistair Francis <alistair.francis@xilinx.com>
990 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
991 S: Maintained
992 F: hw/ssi/xilinx_*
995 M: Gerd Hoffmann <kraxel@redhat.com>
996 S: Maintained
997 F: hw/usb/*
998 F: tests/usb-*-test.c
999 F: docs/usb2.txt
1000 F: docs/usb-storage.txt
1001 F: include/hw/usb.h
1002 F: include/hw/usb/
1003 F: default-configs/usb.mak
1005 USB (serial adapter)
1006 M: Gerd Hoffmann <kraxel@redhat.com>
1007 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1008 S: Maintained
1009 F: hw/usb/dev-serial.c
1011 VFIO
1012 M: Alex Williamson <alex.williamson@redhat.com>
1013 S: Supported
1014 F: hw/vfio/*
1015 F: include/hw/vfio/
1017 vfio-ccw
1018 M: Cornelia Huck <cohuck@redhat.com>
1019 S: Supported
1020 F: hw/vfio/ccw.c
1021 F: hw/s390x/s390-ccw.c
1022 F: include/hw/s390x/s390-ccw.h
1023 T: git git://github.com/cohuck/qemu.git s390-next
1025 vhost
1026 M: Michael S. Tsirkin <mst@redhat.com>
1027 S: Supported
1028 F: hw/*/*vhost*
1030 virtio
1031 M: Michael S. Tsirkin <mst@redhat.com>
1032 S: Supported
1033 F: hw/*/virtio*
1034 F: hw/virtio/Makefile.objs
1035 F: hw/virtio/trace-events
1036 F: net/vhost-user.c
1037 F: include/hw/virtio/
1038 F: tests/virtio-balloon-test.c
1040 virtio-9p
1041 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1042 M: Greg Kurz <groug@kaod.org>
1043 S: Supported
1044 F: hw/9pfs/
1045 F: fsdev/
1046 F: tests/virtio-9p-test.c
1047 T: git git://github.com/kvaneesh/QEMU.git
1048 T: git git://github.com/gkurz/qemu.git 9p-next
1050 virtio-blk
1051 M: Stefan Hajnoczi <stefanha@redhat.com>
1052 L: qemu-block@nongnu.org
1053 S: Supported
1054 F: hw/block/virtio-blk.c
1055 F: hw/block/dataplane/*
1056 F: tests/virtio-blk-test.c
1057 T: git git://github.com/stefanha/qemu.git block
1059 virtio-ccw
1060 M: Cornelia Huck <cohuck@redhat.com>
1061 M: Christian Borntraeger <borntraeger@de.ibm.com>
1062 S: Supported
1063 F: hw/s390x/virtio-ccw.[hc]
1064 T: git git://github.com/cohuck/qemu.git s390-next
1065 T: git git://github.com/borntraeger/qemu.git s390-next
1067 virtio-input
1068 M: Gerd Hoffmann <kraxel@redhat.com>
1069 S: Maintained
1070 F: hw/input/virtio-input*.c
1071 F: include/hw/virtio/virtio-input.h
1073 virtio-serial
1074 M: Amit Shah <amit@kernel.org>
1075 S: Supported
1076 F: hw/char/virtio-serial-bus.c
1077 F: hw/char/virtio-console.c
1078 F: include/hw/virtio/virtio-serial.h
1079 F: tests/virtio-console-test.c
1080 F: tests/virtio-serial-test.c
1082 virtio-rng
1083 M: Amit Shah <amit@kernel.org>
1084 S: Supported
1085 F: hw/virtio/virtio-rng.c
1086 F: include/hw/virtio/virtio-rng.h
1087 F: include/sysemu/rng*.h
1088 F: backends/rng*.c
1089 F: tests/virtio-rng-test.c
1091 virtio-crypto
1092 M: Gonglei <arei.gonglei@huawei.com>
1093 S: Supported
1094 F: hw/virtio/virtio-crypto.c
1095 F: hw/virtio/virtio-crypto-pci.c
1096 F: include/hw/virtio/virtio-crypto.h
1098 nvme
1099 M: Keith Busch <keith.busch@intel.com>
1100 L: qemu-block@nongnu.org
1101 S: Supported
1102 F: hw/block/nvme*
1103 F: tests/nvme-test.c
1105 megasas
1106 M: Hannes Reinecke <hare@suse.com>
1107 L: qemu-block@nongnu.org
1108 S: Supported
1109 F: hw/scsi/megasas.c
1110 F: hw/scsi/mfi.h
1111 F: tests/megasas-test.c
1113 Network packet abstractions
1114 M: Dmitry Fleytman <dmitry@daynix.com>
1115 S: Maintained
1116 F: include/net/eth.h
1117 F: net/eth.c
1118 F: hw/net/net_rx_pkt*
1119 F: hw/net/net_tx_pkt*
1121 Vmware
1122 M: Dmitry Fleytman <dmitry@daynix.com>
1123 S: Maintained
1124 F: hw/net/vmxnet*
1125 F: hw/scsi/vmw_pvscsi*
1127 Rocker
1128 M: Jiri Pirko <jiri@resnulli.us>
1129 S: Maintained
1130 F: hw/net/rocker/
1131 F: tests/rocker/
1132 F: docs/specs/rocker.txt
1134 NVDIMM
1135 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1136 S: Maintained
1137 F: hw/acpi/nvdimm.c
1138 F: hw/mem/nvdimm.c
1139 F: include/hw/mem/nvdimm.h
1141 e1000x
1142 M: Dmitry Fleytman <dmitry@daynix.com>
1143 S: Maintained
1144 F: hw/net/e1000x*
1146 e1000e
1147 M: Dmitry Fleytman <dmitry@daynix.com>
1148 S: Maintained
1149 F: hw/net/e1000e*
1151 Generic Loader
1152 M: Alistair Francis <alistair.francis@xilinx.com>
1153 S: Maintained
1154 F: hw/core/generic-loader.c
1155 F: include/hw/core/generic-loader.h
1157 CHRP NVRAM
1158 M: Thomas Huth <thuth@redhat.com>
1159 S: Maintained
1160 F: hw/nvram/chrp_nvram.c
1161 F: include/hw/nvram/chrp_nvram.h
1162 F: tests/prom-env-test.c
1164 VM Generation ID
1165 M: Ben Warren <ben@skyportsystems.com>
1166 S: Maintained
1167 F: hw/acpi/vmgenid.c
1168 F: include/hw/acpi/vmgenid.h
1169 F: docs/specs/vmgenid.txt
1170 F: tests/vmgenid-test.c
1171 F: stubs/vmgenid.c
1173 Unimplemented device
1174 M: Peter Maydell <peter.maydell@linaro.org>
1175 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1176 S: Maintained
1177 F: include/hw/misc/unimp.h
1178 F: hw/misc/unimp.c
1180 Subsystems
1181 ----------
1182 Audio
1183 M: Gerd Hoffmann <kraxel@redhat.com>
1184 S: Maintained
1185 F: audio/
1186 F: hw/audio/
1187 F: include/hw/audio/
1188 F: tests/ac97-test.c
1189 F: tests/es1370-test.c
1190 F: tests/intel-hda-test.c
1192 Block layer core
1193 M: Kevin Wolf <kwolf@redhat.com>
1194 M: Max Reitz <mreitz@redhat.com>
1195 L: qemu-block@nongnu.org
1196 S: Supported
1197 F: block*
1198 F: block/
1199 F: hw/block/
1200 F: include/block/
1201 F: qemu-img*
1202 F: qemu-io*
1203 F: tests/qemu-iotests/
1204 F: util/qemu-progress.c
1205 T: git git://repo.or.cz/qemu/kevin.git block
1207 Block I/O path
1208 M: Stefan Hajnoczi <stefanha@redhat.com>
1209 M: Fam Zheng <famz@redhat.com>
1210 L: qemu-block@nongnu.org
1211 S: Supported
1212 F: util/async.c
1213 F: util/aio-*.c
1214 F: block/io.c
1215 F: migration/block*
1216 F: include/block/aio.h
1217 T: git git://github.com/stefanha/qemu.git block
1219 Block SCSI subsystem
1220 M: Paolo Bonzini <pbonzini@redhat.com>
1221 L: qemu-block@nongnu.org
1222 S: Supported
1223 F: include/scsi/*
1224 F: scsi/*
1226 Block Jobs
1227 M: Jeff Cody <jcody@redhat.com>
1228 L: qemu-block@nongnu.org
1229 S: Supported
1230 F: blockjob.c
1231 F: include/block/blockjob.h
1232 F: block/backup.c
1233 F: block/commit.c
1234 F: block/stream.c
1235 F: block/mirror.c
1236 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1238 Block QAPI, monitor, command line
1239 M: Markus Armbruster <armbru@redhat.com>
1240 S: Supported
1241 F: blockdev.c
1242 F: block/qapi.c
1243 F: qapi/block*.json
1244 F: qapi/transaction.json
1245 T: git git://repo.or.cz/qemu/armbru.git block-next
1247 Dirty Bitmaps
1248 M: Fam Zheng <famz@redhat.com>
1249 M: John Snow <jsnow@redhat.com>
1250 L: qemu-block@nongnu.org
1251 S: Supported
1252 F: util/hbitmap.c
1253 F: block/dirty-bitmap.c
1254 F: include/qemu/hbitmap.h
1255 F: include/block/dirty-bitmap.h
1256 F: tests/test-hbitmap.c
1257 F: docs/bitmaps.md
1258 T: git git://github.com/famz/qemu.git bitmaps
1259 T: git git://github.com/jnsnow/qemu.git bitmaps
1261 Character device backends
1262 M: Paolo Bonzini <pbonzini@redhat.com>
1263 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1264 S: Maintained
1265 F: chardev/
1266 F: include/chardev/
1267 F: qapi/char.json
1269 Character Devices (Braille)
1270 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1271 S: Maintained
1272 F: chardev/baum.c
1274 Command line option argument parsing
1275 M: Markus Armbruster <armbru@redhat.com>
1276 S: Supported
1277 F: include/qemu/option.h
1278 F: tests/test-keyval.c
1279 F: tests/test-qemu-opts.c
1280 F: util/keyval.c
1281 F: util/qemu-option.c
1283 Coverity model
1284 M: Markus Armbruster <armbru@redhat.com>
1285 S: Supported
1286 F: scripts/coverity-model.c
1289 L: qemu-devel@nongnu.org
1290 S: Supported
1291 F: qom/cpu.c
1292 F: include/qom/cpu.h
1294 Device Tree
1295 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1296 M: Alexander Graf <agraf@suse.de>
1297 S: Maintained
1298 F: device_tree.c
1299 F: include/sysemu/device_tree.h
1301 Error reporting
1302 M: Markus Armbruster <armbru@redhat.com>
1303 S: Supported
1304 F: include/qapi/error.h
1305 F: include/qemu/error-report.h
1306 F: util/error.c
1307 F: util/qemu-error.c
1309 GDB stub
1310 L: qemu-devel@nongnu.org
1311 S: Odd Fixes
1312 F: gdbstub*
1313 F: gdb-xml/
1315 Memory API
1316 M: Paolo Bonzini <pbonzini@redhat.com>
1317 S: Supported
1318 F: include/exec/ioport.h
1319 F: ioport.c
1320 F: include/exec/memory.h
1321 F: include/exec/ram_addr.h
1322 F: memory.c
1323 F: include/exec/memory-internal.h
1324 F: exec.c
1326 SPICE
1327 M: Gerd Hoffmann <kraxel@redhat.com>
1328 S: Supported
1329 F: include/ui/qemu-spice.h
1330 F: include/ui/spice-display.h
1331 F: ui/spice-*.c
1332 F: audio/spiceaudio.c
1333 F: hw/display/qxl*
1334 F: qapi/ui.json
1336 Graphics
1337 M: Gerd Hoffmann <kraxel@redhat.com>
1338 S: Odd Fixes
1339 F: ui/
1340 F: include/ui/
1341 F: qapi/ui.json
1343 Cocoa graphics
1344 M: Peter Maydell <peter.maydell@linaro.org>
1345 S: Odd Fixes
1346 F: ui/cocoa.m
1348 Main loop
1349 M: Paolo Bonzini <pbonzini@redhat.com>
1350 S: Maintained
1351 F: cpus.c
1352 F: util/main-loop.c
1353 F: util/qemu-timer.c
1354 F: vl.c
1355 F: qapi/run-state.json
1357 Human Monitor (HMP)
1358 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1359 S: Maintained
1360 F: monitor.c
1361 F: hmp.[ch]
1362 F: hmp-commands*.hx
1363 F: include/monitor/hmp-target.h
1364 F: tests/test-hmp.c
1366 Network device backends
1367 M: Jason Wang <jasowang@redhat.com>
1368 S: Maintained
1369 F: net/
1370 F: include/net/
1371 T: git git://github.com/jasowang/qemu.git net
1372 F: qapi/net.json
1374 Netmap network backend
1375 M: Luigi Rizzo <rizzo@iet.unipi.it>
1376 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1377 M: Vincenzo Maffione <v.maffione@gmail.com>
1378 W: http://info.iet.unipi.it/~luigi/netmap/
1379 S: Maintained
1380 F: net/netmap.c
1382 NUMA
1383 M: Eduardo Habkost <ehabkost@redhat.com>
1384 S: Maintained
1385 F: numa.c
1386 F: include/sysemu/numa.h
1387 T: git git://github.com/ehabkost/qemu.git numa
1389 Host Memory Backends
1390 M: Eduardo Habkost <ehabkost@redhat.com>
1391 M: Igor Mammedov <imammedo@redhat.com>
1392 S: Maintained
1393 F: backends/hostmem*.c
1394 F: include/sysemu/hostmem.h
1396 Cryptodev Backends
1397 M: Gonglei <arei.gonglei@huawei.com>
1398 S: Maintained
1399 F: include/sysemu/cryptodev*.h
1400 F: backends/cryptodev*.c
1402 QAPI
1403 M: Markus Armbruster <armbru@redhat.com>
1404 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1405 S: Supported
1406 F: qapi/
1407 X: qapi/*.json
1408 F: include/qapi/
1409 X: include/qapi/qmp/
1410 F: include/qapi/qmp/dispatch.h
1411 F: tests/qapi-schema/
1412 F: tests/test-*-visitor.c
1413 F: tests/test-qapi-*.c
1414 F: tests/test-qmp-*.c
1415 F: tests/test-visitor-serialization.c
1416 F: scripts/qapi*
1417 F: docs/qapi*
1418 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1420 QAPI Schema
1421 M: Eric Blake <eblake@redhat.com>
1422 M: Markus Armbruster <armbru@redhat.com>
1423 S: Supported
1424 F: qapi-schema.json
1425 F: qapi/*.json
1426 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1428 QObject
1429 M: Markus Armbruster <armbru@redhat.com>
1430 S: Supported
1431 F: qobject/
1432 F: include/qapi/qmp/
1433 X: include/qapi/qmp/dispatch.h
1434 F: scripts/coccinelle/qobject.cocci
1435 F: tests/check-qdict.c
1436 F: tests/check-qnum.c
1437 F: tests/check-qjson.c
1438 F: tests/check-qlist.c
1439 F: tests/check-qstring.c
1440 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1442 QEMU Guest Agent
1443 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1444 S: Maintained
1445 F: qga/
1446 T: git git://github.com/mdroth/qemu.git qga
1449 M: Andreas Färber <afaerber@suse.de>
1450 S: Supported
1451 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1452 F: include/qom/
1453 X: include/qom/cpu.h
1454 F: qom/
1455 X: qom/cpu.c
1456 F: tests/check-qom-interface.c
1457 F: tests/check-qom-proplist.c
1458 F: tests/qom-test.c
1461 M: Markus Armbruster <armbru@redhat.com>
1462 S: Supported
1463 F: qmp.c
1464 F: monitor.c
1465 F: docs/*qmp-*
1466 F: scripts/qmp/
1467 F: tests/qmp-test.c
1468 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1470 Register API
1471 M: Alistair Francis <alistair.francis@xilinx.com>
1472 S: Maintained
1473 F: hw/core/register.c
1474 F: include/hw/register.h
1476 SLIRP
1477 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1478 M: Jan Kiszka <jan.kiszka@siemens.com>
1479 S: Maintained
1480 F: slirp/
1481 F: net/slirp.c
1482 F: include/net/slirp.h
1483 T: git git://git.kiszka.org/qemu.git queues/slirp
1485 Stubs
1486 M: Paolo Bonzini <pbonzini@redhat.com>
1487 S: Maintained
1488 F: stubs/
1490 Tracing
1491 M: Stefan Hajnoczi <stefanha@redhat.com>
1492 S: Maintained
1493 F: trace/
1494 F: scripts/tracetool.py
1495 F: scripts/tracetool/
1496 F: docs/tracing.txt
1497 T: git git://github.com/stefanha/qemu.git tracing
1500 S: Orphan
1501 F: tpm.c
1502 F: hw/tpm/*
1503 F: include/hw/acpi/tpm.h
1504 F: include/sysemu/tpm*
1505 F: qapi/tpm.json
1507 Checkpatch
1508 S: Odd Fixes
1509 F: scripts/checkpatch.pl
1511 Migration
1512 M: Juan Quintela <quintela@redhat.com>
1513 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1514 S: Maintained
1515 F: include/migration/
1516 F: migration/
1517 F: scripts/vmstate-static-checker.py
1518 F: tests/vmstate-static-checker-data/
1519 F: docs/migration.txt
1520 F: qapi/migration.json
1522 Seccomp
1523 M: Eduardo Otubo <otubo@redhat.com>
1524 S: Supported
1525 F: qemu-seccomp.c
1526 F: include/sysemu/seccomp.h
1528 Cryptography
1529 M: Daniel P. Berrange <berrange@redhat.com>
1530 S: Maintained
1531 F: crypto/
1532 F: include/crypto/
1533 F: tests/test-crypto-*
1534 F: qemu.sasl
1536 Coroutines
1537 M: Stefan Hajnoczi <stefanha@redhat.com>
1538 M: Kevin Wolf <kwolf@redhat.com>
1539 F: util/*coroutine*
1540 F: include/qemu/coroutine*
1541 F: tests/test-coroutine.c
1543 Buffers
1544 M: Daniel P. Berrange <berrange@redhat.com>
1545 S: Odd fixes
1546 F: util/buffer.c
1547 F: include/qemu/buffer.h
1549 I/O Channels
1550 M: Daniel P. Berrange <berrange@redhat.com>
1551 S: Maintained
1552 F: io/
1553 F: include/io/
1554 F: tests/test-io-*
1556 Sockets
1557 M: Daniel P. Berrange <berrange@redhat.com>
1558 M: Gerd Hoffmann <kraxel@redhat.com>
1559 M: Paolo Bonzini <pbonzini@redhat.com>
1560 S: Maintained
1561 F: include/qemu/sockets.h
1562 F: util/qemu-sockets.c
1563 F: qapi/sockets.json
1565 Throttling infrastructure
1566 M: Alberto Garcia <berto@igalia.com>
1567 S: Supported
1568 F: block/throttle-groups.c
1569 F: include/block/throttle-groups.h
1570 F: include/qemu/throttle.h
1571 F: util/throttle.c
1572 L: qemu-block@nongnu.org
1574 UUID
1575 M: Fam Zheng <famz@redhat.com>
1576 S: Supported
1577 F: util/uuid.c
1578 F: include/qemu/uuid.h
1579 F: tests/test-uuid.c
1581 COLO Framework
1582 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1583 S: Maintained
1584 F: migration/colo*
1585 F: include/migration/colo.h
1586 F: include/migration/failover.h
1587 F: docs/COLO-FT.txt
1589 COLO Proxy
1590 M: Zhang Chen <zhangckid@gmail.com>
1591 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1592 S: Supported
1593 F: docs/colo-proxy.txt
1594 F: net/colo*
1595 F: net/filter-rewriter.c
1596 F: net/filter-mirror.c
1598 Record/replay
1599 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1600 R: Paolo Bonzini <pbonzini@redhat.com>
1601 W: http://wiki.qemu.org/Features/record-replay
1602 S: Supported
1603 F: replay/*
1604 F: block/blkreplay.c
1605 F: net/filter-replay.c
1606 F: include/sysemu/replay.h
1607 F: docs/replay.txt
1608 F: stubs/replay.c
1610 Usermode Emulation
1611 ------------------
1612 Overall
1613 M: Riku Voipio <riku.voipio@iki.fi>
1614 S: Maintained
1615 F: thunk.c
1616 F: accel/tcg/user-exec*.c
1618 BSD user
1619 S: Orphan
1620 F: bsd-user/
1621 F: default-configs/*-bsd-user.mak
1623 Linux user
1624 M: Riku Voipio <riku.voipio@iki.fi>
1625 R: Laurent Vivier <laurent@vivier.eu>
1626 S: Maintained
1627 F: linux-user/
1628 F: default-configs/*-linux-user.mak
1630 Tiny Code Generator (TCG)
1631 -------------------------
1632 Common code
1633 M: Richard Henderson <rth@twiddle.net>
1634 S: Maintained
1635 F: tcg/
1637 AArch64 target
1638 M: Claudio Fontana <claudio.fontana@huawei.com>
1639 M: Claudio Fontana <claudio.fontana@gmail.com>
1640 S: Maintained
1641 L: qemu-arm@nongnu.org
1642 F: tcg/aarch64/
1643 F: disas/arm-a64.cc
1644 F: disas/libvixl/
1646 ARM target
1647 M: Andrzej Zaborowski <balrogg@gmail.com>
1648 S: Maintained
1649 L: qemu-arm@nongnu.org
1650 F: tcg/arm/
1651 F: disas/arm.c
1653 i386 target
1654 L: qemu-devel@nongnu.org
1655 S: Maintained
1656 F: tcg/i386/
1657 F: disas/i386.c
1659 MIPS target
1660 M: Aurelien Jarno <aurelien@aurel32.net>
1661 S: Maintained
1662 F: tcg/mips/
1663 F: disas/mips.c
1666 M: Richard Henderson <rth@twiddle.net>
1667 S: Odd Fixes
1668 F: tcg/ppc/
1669 F: disas/ppc.c
1671 S390 target
1672 M: Alexander Graf <agraf@suse.de>
1673 M: Richard Henderson <rth@twiddle.net>
1674 S: Maintained
1675 F: tcg/s390/
1676 F: disas/s390.c
1678 SPARC target
1679 S: Odd Fixes
1680 F: tcg/sparc/
1681 F: disas/sparc.c
1683 TCI target
1684 M: Stefan Weil <sw@weilnetz.de>
1685 S: Maintained
1686 F: tcg/tci/
1687 F: tcg/tci.c
1688 F: disas/tci.c
1690 Block drivers
1691 -------------
1692 VMDK
1693 M: Fam Zheng <famz@redhat.com>
1694 L: qemu-block@nongnu.org
1695 S: Supported
1696 F: block/vmdk.c
1699 M: Josh Durgin <jdurgin@redhat.com>
1700 M: Jeff Cody <jcody@redhat.com>
1701 L: qemu-block@nongnu.org
1702 S: Supported
1703 F: block/rbd.c
1704 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1706 Sheepdog
1707 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1708 M: Liu Yuan <namei.unix@gmail.com>
1709 M: Jeff Cody <jcody@redhat.com>
1710 L: qemu-block@nongnu.org
1711 L: sheepdog@lists.wpkg.org
1712 S: Supported
1713 F: block/sheepdog.c
1714 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1716 VHDX
1717 M: Jeff Cody <jcody@redhat.com>
1718 L: qemu-block@nongnu.org
1719 S: Supported
1720 F: block/vhdx*
1721 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1724 M: Stefan Weil <sw@weilnetz.de>
1725 L: qemu-block@nongnu.org
1726 S: Maintained
1727 F: block/vdi.c
1729 iSCSI
1730 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1731 M: Paolo Bonzini <pbonzini@redhat.com>
1732 M: Peter Lieven <pl@kamp.de>
1733 L: qemu-block@nongnu.org
1734 S: Supported
1735 F: block/iscsi.c
1736 F: block/iscsi-opts.c
1738 Network Block Device (NBD)
1739 M: Eric Blake <eblake@redhat.com>
1740 M: Paolo Bonzini <pbonzini@redhat.com>
1741 L: qemu-block@nongnu.org
1742 S: Maintained
1743 F: block/nbd*
1744 F: nbd/
1745 F: include/block/nbd*
1746 F: qemu-nbd.*
1747 F: blockdev-nbd.c
1748 T: git git://repo.or.cz/qemu/ericb.git nbd
1751 M: Jeff Cody <jcody@redhat.com>
1752 M: Peter Lieven <pl@kamp.de>
1753 L: qemu-block@nongnu.org
1754 S: Maintained
1755 F: block/nfs.c
1756 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1759 M: Richard W.M. Jones <rjones@redhat.com>
1760 M: Jeff Cody <jcody@redhat.com>
1761 L: qemu-block@nongnu.org
1762 S: Supported
1763 F: block/ssh.c
1764 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1766 CURL
1767 M: Jeff Cody <jcody@redhat.com>
1768 L: qemu-block@nongnu.org
1769 S: Supported
1770 F: block/curl.c
1771 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1773 GLUSTER
1774 M: Jeff Cody <jcody@redhat.com>
1775 L: qemu-block@nongnu.org
1776 S: Supported
1777 F: block/gluster.c
1778 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1780 Null Block Driver
1781 M: Fam Zheng <famz@redhat.com>
1782 L: qemu-block@nongnu.org
1783 S: Supported
1784 F: block/null.c
1786 Bootdevice
1787 M: Gonglei <arei.gonglei@huawei.com>
1788 S: Maintained
1789 F: bootdevice.c
1791 Quorum
1792 M: Alberto Garcia <berto@igalia.com>
1793 S: Supported
1794 F: block/quorum.c
1795 L: qemu-block@nongnu.org
1797 blkverify
1798 M: Stefan Hajnoczi <stefanha@redhat.com>
1799 L: qemu-block@nongnu.org
1800 S: Supported
1801 F: block/blkverify.c
1803 bochs
1804 M: Stefan Hajnoczi <stefanha@redhat.com>
1805 L: qemu-block@nongnu.org
1806 S: Supported
1807 F: block/bochs.c
1809 cloop
1810 M: Stefan Hajnoczi <stefanha@redhat.com>
1811 L: qemu-block@nongnu.org
1812 S: Supported
1813 F: block/cloop.c
1816 M: Stefan Hajnoczi <stefanha@redhat.com>
1817 L: qemu-block@nongnu.org
1818 S: Supported
1819 F: block/dmg.c
1821 parallels
1822 M: Stefan Hajnoczi <stefanha@redhat.com>
1823 M: Denis V. Lunev <den@openvz.org>
1824 L: qemu-block@nongnu.org
1825 S: Supported
1826 F: block/parallels.c
1827 F: docs/specs/parallels.txt
1830 M: Stefan Hajnoczi <stefanha@redhat.com>
1831 L: qemu-block@nongnu.org
1832 S: Supported
1833 F: block/qed.c
1836 M: Kevin Wolf <kwolf@redhat.com>
1837 L: qemu-block@nongnu.org
1838 S: Supported
1839 F: block/linux-aio.c
1840 F: include/block/raw-aio.h
1841 F: block/raw-format.c
1842 F: block/file-posix.c
1843 F: block/file-win32.c
1844 F: block/win32-aio.c
1846 qcow2
1847 M: Kevin Wolf <kwolf@redhat.com>
1848 M: Max Reitz <mreitz@redhat.com>
1849 L: qemu-block@nongnu.org
1850 S: Supported
1851 F: block/qcow2*
1853 qcow
1854 M: Kevin Wolf <kwolf@redhat.com>
1855 L: qemu-block@nongnu.org
1856 S: Supported
1857 F: block/qcow.c
1859 blkdebug
1860 M: Kevin Wolf <kwolf@redhat.com>
1861 M: Max Reitz <mreitz@redhat.com>
1862 L: qemu-block@nongnu.org
1863 S: Supported
1864 F: block/blkdebug.c
1867 M: Kevin Wolf <kwolf@redhat.com>
1868 L: qemu-block@nongnu.org
1869 S: Supported
1870 F: block/vpc.c
1872 vvfat
1873 M: Kevin Wolf <kwolf@redhat.com>
1874 L: qemu-block@nongnu.org
1875 S: Supported
1876 F: block/vvfat.c
1878 Image format fuzzer
1879 M: Stefan Hajnoczi <stefanha@redhat.com>
1880 L: qemu-block@nongnu.org
1881 S: Supported
1882 F: tests/image-fuzzer/
1884 Replication
1885 M: Wen Congyang <wencongyang2@huawei.com>
1886 M: Xie Changlong <xiechanglong.d@gmail.com>
1887 S: Supported
1888 F: replication*
1889 F: block/replication.c
1890 F: tests/test-replication.c
1891 F: docs/block-replication.txt
1893 Build and test automation
1894 -------------------------
1895 M: Alex Bennée <alex.bennee@linaro.org>
1896 M: Fam Zheng <famz@redhat.com>
1897 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1898 L: qemu-devel@nongnu.org
1899 S: Maintained
1900 F: .travis.yml
1901 F: .shippable.yml
1902 F: tests/docker/
1903 W: https://travis-ci.org/qemu/qemu
1904 W: https://app.shippable.com/github/qemu/qemu
1905 W: http://patchew.org/QEMU/
1907 Documentation
1908 -------------
1909 Build system architecture
1910 M: Daniel P. Berrange <berrange@redhat.com>
1911 S: Odd Fixes
1912 F: docs/build-system.txt