scsi: move block/scsi.h to include/scsi/constants.h
[qemu/ar7.git] / MAINTAINERS
blob2dbb9ec79f67a52a5021cb05ef45fe2b445168e3
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.de>
1107 L: qemu-block@nongnu.org
1108 S: Supported
1109 F: hw/scsi/megasas.c
1110 F: hw/scsi/mfi.h
1112 Network packet abstractions
1113 M: Dmitry Fleytman <dmitry@daynix.com>
1114 S: Maintained
1115 F: include/net/eth.h
1116 F: net/eth.c
1117 F: hw/net/net_rx_pkt*
1118 F: hw/net/net_tx_pkt*
1120 Vmware
1121 M: Dmitry Fleytman <dmitry@daynix.com>
1122 S: Maintained
1123 F: hw/net/vmxnet*
1124 F: hw/scsi/vmw_pvscsi*
1126 Rocker
1127 M: Jiri Pirko <jiri@resnulli.us>
1128 S: Maintained
1129 F: hw/net/rocker/
1130 F: tests/rocker/
1131 F: docs/specs/rocker.txt
1133 NVDIMM
1134 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1135 S: Maintained
1136 F: hw/acpi/nvdimm.c
1137 F: hw/mem/nvdimm.c
1138 F: include/hw/mem/nvdimm.h
1140 e1000x
1141 M: Dmitry Fleytman <dmitry@daynix.com>
1142 S: Maintained
1143 F: hw/net/e1000x*
1145 e1000e
1146 M: Dmitry Fleytman <dmitry@daynix.com>
1147 S: Maintained
1148 F: hw/net/e1000e*
1150 Generic Loader
1151 M: Alistair Francis <alistair.francis@xilinx.com>
1152 S: Maintained
1153 F: hw/core/generic-loader.c
1154 F: include/hw/core/generic-loader.h
1156 CHRP NVRAM
1157 M: Thomas Huth <thuth@redhat.com>
1158 S: Maintained
1159 F: hw/nvram/chrp_nvram.c
1160 F: include/hw/nvram/chrp_nvram.h
1161 F: tests/prom-env-test.c
1163 VM Generation ID
1164 M: Ben Warren <ben@skyportsystems.com>
1165 S: Maintained
1166 F: hw/acpi/vmgenid.c
1167 F: include/hw/acpi/vmgenid.h
1168 F: docs/specs/vmgenid.txt
1169 F: tests/vmgenid-test.c
1170 F: stubs/vmgenid.c
1172 Unimplemented device
1173 M: Peter Maydell <peter.maydell@linaro.org>
1174 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1175 S: Maintained
1176 F: include/hw/misc/unimp.h
1177 F: hw/misc/unimp.c
1179 Subsystems
1180 ----------
1181 Audio
1182 M: Gerd Hoffmann <kraxel@redhat.com>
1183 S: Maintained
1184 F: audio/
1185 F: hw/audio/
1186 F: include/hw/audio/
1187 F: tests/ac97-test.c
1188 F: tests/es1370-test.c
1189 F: tests/intel-hda-test.c
1191 Block layer core
1192 M: Kevin Wolf <kwolf@redhat.com>
1193 M: Max Reitz <mreitz@redhat.com>
1194 L: qemu-block@nongnu.org
1195 S: Supported
1196 F: block*
1197 F: block/
1198 F: hw/block/
1199 F: include/block/
1200 F: qemu-img*
1201 F: qemu-io*
1202 F: tests/qemu-iotests/
1203 F: util/qemu-progress.c
1204 T: git git://repo.or.cz/qemu/kevin.git block
1206 Block I/O path
1207 M: Stefan Hajnoczi <stefanha@redhat.com>
1208 M: Fam Zheng <famz@redhat.com>
1209 L: qemu-block@nongnu.org
1210 S: Supported
1211 F: util/async.c
1212 F: util/aio-*.c
1213 F: block/io.c
1214 F: migration/block*
1215 F: include/block/aio.h
1216 T: git git://github.com/stefanha/qemu.git block
1218 Block SCSI subsystem
1219 M: Paolo Bonzini <pbonzini@redhat.com>
1220 L: qemu-block@nongnu.org
1221 S: Supported
1222 F: include/scsi/*
1223 F: scsi/*
1225 Block Jobs
1226 M: Jeff Cody <jcody@redhat.com>
1227 L: qemu-block@nongnu.org
1228 S: Supported
1229 F: blockjob.c
1230 F: include/block/blockjob.h
1231 F: block/backup.c
1232 F: block/commit.c
1233 F: block/stream.c
1234 F: block/mirror.c
1235 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1237 Block QAPI, monitor, command line
1238 M: Markus Armbruster <armbru@redhat.com>
1239 S: Supported
1240 F: blockdev.c
1241 F: block/qapi.c
1242 F: qapi/block*.json
1243 F: qapi/transaction.json
1244 T: git git://repo.or.cz/qemu/armbru.git block-next
1246 Dirty Bitmaps
1247 M: Fam Zheng <famz@redhat.com>
1248 M: John Snow <jsnow@redhat.com>
1249 L: qemu-block@nongnu.org
1250 S: Supported
1251 F: util/hbitmap.c
1252 F: block/dirty-bitmap.c
1253 F: include/qemu/hbitmap.h
1254 F: include/block/dirty-bitmap.h
1255 F: tests/test-hbitmap.c
1256 F: docs/bitmaps.md
1257 T: git git://github.com/famz/qemu.git bitmaps
1258 T: git git://github.com/jnsnow/qemu.git bitmaps
1260 Character device backends
1261 M: Paolo Bonzini <pbonzini@redhat.com>
1262 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1263 S: Maintained
1264 F: chardev/
1265 F: include/chardev/
1266 F: qapi/char.json
1268 Character Devices (Braille)
1269 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1270 S: Maintained
1271 F: chardev/baum.c
1273 Command line option argument parsing
1274 M: Markus Armbruster <armbru@redhat.com>
1275 S: Supported
1276 F: include/qemu/option.h
1277 F: tests/test-keyval.c
1278 F: tests/test-qemu-opts.c
1279 F: util/keyval.c
1280 F: util/qemu-option.c
1282 Coverity model
1283 M: Markus Armbruster <armbru@redhat.com>
1284 S: Supported
1285 F: scripts/coverity-model.c
1288 L: qemu-devel@nongnu.org
1289 S: Supported
1290 F: qom/cpu.c
1291 F: include/qom/cpu.h
1293 Device Tree
1294 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1295 M: Alexander Graf <agraf@suse.de>
1296 S: Maintained
1297 F: device_tree.c
1298 F: include/sysemu/device_tree.h
1300 Error reporting
1301 M: Markus Armbruster <armbru@redhat.com>
1302 S: Supported
1303 F: include/qapi/error.h
1304 F: include/qemu/error-report.h
1305 F: util/error.c
1306 F: util/qemu-error.c
1308 GDB stub
1309 L: qemu-devel@nongnu.org
1310 S: Odd Fixes
1311 F: gdbstub*
1312 F: gdb-xml/
1314 Memory API
1315 M: Paolo Bonzini <pbonzini@redhat.com>
1316 S: Supported
1317 F: include/exec/ioport.h
1318 F: ioport.c
1319 F: include/exec/memory.h
1320 F: include/exec/ram_addr.h
1321 F: memory.c
1322 F: include/exec/memory-internal.h
1323 F: exec.c
1325 SPICE
1326 M: Gerd Hoffmann <kraxel@redhat.com>
1327 S: Supported
1328 F: include/ui/qemu-spice.h
1329 F: include/ui/spice-display.h
1330 F: ui/spice-*.c
1331 F: audio/spiceaudio.c
1332 F: hw/display/qxl*
1333 F: qapi/ui.json
1335 Graphics
1336 M: Gerd Hoffmann <kraxel@redhat.com>
1337 S: Odd Fixes
1338 F: ui/
1339 F: include/ui/
1340 F: qapi/ui.json
1342 Cocoa graphics
1343 M: Peter Maydell <peter.maydell@linaro.org>
1344 S: Odd Fixes
1345 F: ui/cocoa.m
1347 Main loop
1348 M: Paolo Bonzini <pbonzini@redhat.com>
1349 S: Maintained
1350 F: cpus.c
1351 F: util/main-loop.c
1352 F: util/qemu-timer.c
1353 F: vl.c
1354 F: qapi/run-state.json
1356 Human Monitor (HMP)
1357 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1358 S: Maintained
1359 F: monitor.c
1360 F: hmp.[ch]
1361 F: hmp-commands*.hx
1362 F: include/monitor/hmp-target.h
1363 F: tests/test-hmp.c
1365 Network device backends
1366 M: Jason Wang <jasowang@redhat.com>
1367 S: Maintained
1368 F: net/
1369 F: include/net/
1370 T: git git://github.com/jasowang/qemu.git net
1371 F: qapi/net.json
1373 Netmap network backend
1374 M: Luigi Rizzo <rizzo@iet.unipi.it>
1375 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1376 M: Vincenzo Maffione <v.maffione@gmail.com>
1377 W: http://info.iet.unipi.it/~luigi/netmap/
1378 S: Maintained
1379 F: net/netmap.c
1381 NUMA
1382 M: Eduardo Habkost <ehabkost@redhat.com>
1383 S: Maintained
1384 F: numa.c
1385 F: include/sysemu/numa.h
1386 T: git git://github.com/ehabkost/qemu.git numa
1388 Host Memory Backends
1389 M: Eduardo Habkost <ehabkost@redhat.com>
1390 M: Igor Mammedov <imammedo@redhat.com>
1391 S: Maintained
1392 F: backends/hostmem*.c
1393 F: include/sysemu/hostmem.h
1395 Cryptodev Backends
1396 M: Gonglei <arei.gonglei@huawei.com>
1397 S: Maintained
1398 F: include/sysemu/cryptodev*.h
1399 F: backends/cryptodev*.c
1401 QAPI
1402 M: Markus Armbruster <armbru@redhat.com>
1403 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1404 S: Supported
1405 F: qapi/
1406 X: qapi/*.json
1407 F: include/qapi/
1408 X: include/qapi/qmp/
1409 F: include/qapi/qmp/dispatch.h
1410 F: tests/qapi-schema/
1411 F: tests/test-*-visitor.c
1412 F: tests/test-qapi-*.c
1413 F: tests/test-qmp-*.c
1414 F: tests/test-visitor-serialization.c
1415 F: scripts/qapi*
1416 F: docs/qapi*
1417 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1419 QAPI Schema
1420 M: Eric Blake <eblake@redhat.com>
1421 M: Markus Armbruster <armbru@redhat.com>
1422 S: Supported
1423 F: qapi-schema.json
1424 F: qapi/*.json
1425 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1427 QObject
1428 M: Markus Armbruster <armbru@redhat.com>
1429 S: Supported
1430 F: qobject/
1431 F: include/qapi/qmp/
1432 X: include/qapi/qmp/dispatch.h
1433 F: scripts/coccinelle/qobject.cocci
1434 F: tests/check-qdict.c
1435 F: tests/check-qnum.c
1436 F: tests/check-qjson.c
1437 F: tests/check-qlist.c
1438 F: tests/check-qstring.c
1439 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1441 QEMU Guest Agent
1442 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1443 S: Maintained
1444 F: qga/
1445 T: git git://github.com/mdroth/qemu.git qga
1448 M: Andreas Färber <afaerber@suse.de>
1449 S: Supported
1450 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1451 F: include/qom/
1452 X: include/qom/cpu.h
1453 F: qom/
1454 X: qom/cpu.c
1455 F: tests/check-qom-interface.c
1456 F: tests/check-qom-proplist.c
1457 F: tests/qom-test.c
1460 M: Markus Armbruster <armbru@redhat.com>
1461 S: Supported
1462 F: qmp.c
1463 F: monitor.c
1464 F: docs/*qmp-*
1465 F: scripts/qmp/
1466 F: tests/qmp-test.c
1467 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1469 Register API
1470 M: Alistair Francis <alistair.francis@xilinx.com>
1471 S: Maintained
1472 F: hw/core/register.c
1473 F: include/hw/register.h
1475 SLIRP
1476 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1477 M: Jan Kiszka <jan.kiszka@siemens.com>
1478 S: Maintained
1479 F: slirp/
1480 F: net/slirp.c
1481 F: include/net/slirp.h
1482 T: git git://git.kiszka.org/qemu.git queues/slirp
1484 Stubs
1485 M: Paolo Bonzini <pbonzini@redhat.com>
1486 S: Maintained
1487 F: stubs/
1489 Tracing
1490 M: Stefan Hajnoczi <stefanha@redhat.com>
1491 S: Maintained
1492 F: trace/
1493 F: scripts/tracetool.py
1494 F: scripts/tracetool/
1495 F: docs/tracing.txt
1496 T: git git://github.com/stefanha/qemu.git tracing
1499 S: Orphan
1500 F: tpm.c
1501 F: hw/tpm/*
1502 F: include/hw/acpi/tpm.h
1503 F: include/sysemu/tpm*
1504 F: qapi/tpm.json
1506 Checkpatch
1507 S: Odd Fixes
1508 F: scripts/checkpatch.pl
1510 Migration
1511 M: Juan Quintela <quintela@redhat.com>
1512 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1513 S: Maintained
1514 F: include/migration/
1515 F: migration/
1516 F: scripts/vmstate-static-checker.py
1517 F: tests/vmstate-static-checker-data/
1518 F: docs/migration.txt
1519 F: qapi/migration.json
1521 Seccomp
1522 M: Eduardo Otubo <otubo@redhat.com>
1523 S: Supported
1524 F: qemu-seccomp.c
1525 F: include/sysemu/seccomp.h
1527 Cryptography
1528 M: Daniel P. Berrange <berrange@redhat.com>
1529 S: Maintained
1530 F: crypto/
1531 F: include/crypto/
1532 F: tests/test-crypto-*
1533 F: qemu.sasl
1535 Coroutines
1536 M: Stefan Hajnoczi <stefanha@redhat.com>
1537 M: Kevin Wolf <kwolf@redhat.com>
1538 F: util/*coroutine*
1539 F: include/qemu/coroutine*
1540 F: tests/test-coroutine.c
1542 Buffers
1543 M: Daniel P. Berrange <berrange@redhat.com>
1544 S: Odd fixes
1545 F: util/buffer.c
1546 F: include/qemu/buffer.h
1548 I/O Channels
1549 M: Daniel P. Berrange <berrange@redhat.com>
1550 S: Maintained
1551 F: io/
1552 F: include/io/
1553 F: tests/test-io-*
1555 Sockets
1556 M: Daniel P. Berrange <berrange@redhat.com>
1557 M: Gerd Hoffmann <kraxel@redhat.com>
1558 M: Paolo Bonzini <pbonzini@redhat.com>
1559 S: Maintained
1560 F: include/qemu/sockets.h
1561 F: util/qemu-sockets.c
1562 F: qapi/sockets.json
1564 Throttling infrastructure
1565 M: Alberto Garcia <berto@igalia.com>
1566 S: Supported
1567 F: block/throttle-groups.c
1568 F: include/block/throttle-groups.h
1569 F: include/qemu/throttle.h
1570 F: util/throttle.c
1571 L: qemu-block@nongnu.org
1573 UUID
1574 M: Fam Zheng <famz@redhat.com>
1575 S: Supported
1576 F: util/uuid.c
1577 F: include/qemu/uuid.h
1578 F: tests/test-uuid.c
1580 COLO Framework
1581 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1582 S: Maintained
1583 F: migration/colo*
1584 F: include/migration/colo.h
1585 F: include/migration/failover.h
1586 F: docs/COLO-FT.txt
1588 COLO Proxy
1589 M: Zhang Chen <zhangckid@gmail.com>
1590 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1591 S: Supported
1592 F: docs/colo-proxy.txt
1593 F: net/colo*
1594 F: net/filter-rewriter.c
1595 F: net/filter-mirror.c
1597 Record/replay
1598 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1599 R: Paolo Bonzini <pbonzini@redhat.com>
1600 W: http://wiki.qemu.org/Features/record-replay
1601 S: Supported
1602 F: replay/*
1603 F: block/blkreplay.c
1604 F: net/filter-replay.c
1605 F: include/sysemu/replay.h
1606 F: docs/replay.txt
1607 F: stubs/replay.c
1609 Usermode Emulation
1610 ------------------
1611 Overall
1612 M: Riku Voipio <riku.voipio@iki.fi>
1613 S: Maintained
1614 F: thunk.c
1615 F: accel/tcg/user-exec*.c
1617 BSD user
1618 S: Orphan
1619 F: bsd-user/
1620 F: default-configs/*-bsd-user.mak
1622 Linux user
1623 M: Riku Voipio <riku.voipio@iki.fi>
1624 R: Laurent Vivier <laurent@vivier.eu>
1625 S: Maintained
1626 F: linux-user/
1627 F: default-configs/*-linux-user.mak
1629 Tiny Code Generator (TCG)
1630 -------------------------
1631 Common code
1632 M: Richard Henderson <rth@twiddle.net>
1633 S: Maintained
1634 F: tcg/
1636 AArch64 target
1637 M: Claudio Fontana <claudio.fontana@huawei.com>
1638 M: Claudio Fontana <claudio.fontana@gmail.com>
1639 S: Maintained
1640 L: qemu-arm@nongnu.org
1641 F: tcg/aarch64/
1642 F: disas/arm-a64.cc
1643 F: disas/libvixl/
1645 ARM target
1646 M: Andrzej Zaborowski <balrogg@gmail.com>
1647 S: Maintained
1648 L: qemu-arm@nongnu.org
1649 F: tcg/arm/
1650 F: disas/arm.c
1652 i386 target
1653 L: qemu-devel@nongnu.org
1654 S: Maintained
1655 F: tcg/i386/
1656 F: disas/i386.c
1658 MIPS target
1659 M: Aurelien Jarno <aurelien@aurel32.net>
1660 S: Maintained
1661 F: tcg/mips/
1662 F: disas/mips.c
1665 M: Richard Henderson <rth@twiddle.net>
1666 S: Odd Fixes
1667 F: tcg/ppc/
1668 F: disas/ppc.c
1670 S390 target
1671 M: Alexander Graf <agraf@suse.de>
1672 M: Richard Henderson <rth@twiddle.net>
1673 S: Maintained
1674 F: tcg/s390/
1675 F: disas/s390.c
1677 SPARC target
1678 S: Odd Fixes
1679 F: tcg/sparc/
1680 F: disas/sparc.c
1682 TCI target
1683 M: Stefan Weil <sw@weilnetz.de>
1684 S: Maintained
1685 F: tcg/tci/
1686 F: tcg/tci.c
1687 F: disas/tci.c
1689 Block drivers
1690 -------------
1691 VMDK
1692 M: Fam Zheng <famz@redhat.com>
1693 L: qemu-block@nongnu.org
1694 S: Supported
1695 F: block/vmdk.c
1698 M: Josh Durgin <jdurgin@redhat.com>
1699 M: Jeff Cody <jcody@redhat.com>
1700 L: qemu-block@nongnu.org
1701 S: Supported
1702 F: block/rbd.c
1703 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1705 Sheepdog
1706 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1707 M: Liu Yuan <namei.unix@gmail.com>
1708 M: Jeff Cody <jcody@redhat.com>
1709 L: qemu-block@nongnu.org
1710 L: sheepdog@lists.wpkg.org
1711 S: Supported
1712 F: block/sheepdog.c
1713 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1715 VHDX
1716 M: Jeff Cody <jcody@redhat.com>
1717 L: qemu-block@nongnu.org
1718 S: Supported
1719 F: block/vhdx*
1720 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1723 M: Stefan Weil <sw@weilnetz.de>
1724 L: qemu-block@nongnu.org
1725 S: Maintained
1726 F: block/vdi.c
1728 iSCSI
1729 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1730 M: Paolo Bonzini <pbonzini@redhat.com>
1731 M: Peter Lieven <pl@kamp.de>
1732 L: qemu-block@nongnu.org
1733 S: Supported
1734 F: block/iscsi.c
1735 F: block/iscsi-opts.c
1737 Network Block Device (NBD)
1738 M: Eric Blake <eblake@redhat.com>
1739 M: Paolo Bonzini <pbonzini@redhat.com>
1740 L: qemu-block@nongnu.org
1741 S: Maintained
1742 F: block/nbd*
1743 F: nbd/
1744 F: include/block/nbd*
1745 F: qemu-nbd.*
1746 F: blockdev-nbd.c
1747 T: git git://repo.or.cz/qemu/ericb.git nbd
1750 M: Jeff Cody <jcody@redhat.com>
1751 M: Peter Lieven <pl@kamp.de>
1752 L: qemu-block@nongnu.org
1753 S: Maintained
1754 F: block/nfs.c
1755 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1758 M: Richard W.M. Jones <rjones@redhat.com>
1759 M: Jeff Cody <jcody@redhat.com>
1760 L: qemu-block@nongnu.org
1761 S: Supported
1762 F: block/ssh.c
1763 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1765 CURL
1766 M: Jeff Cody <jcody@redhat.com>
1767 L: qemu-block@nongnu.org
1768 S: Supported
1769 F: block/curl.c
1770 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1772 GLUSTER
1773 M: Jeff Cody <jcody@redhat.com>
1774 L: qemu-block@nongnu.org
1775 S: Supported
1776 F: block/gluster.c
1777 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1779 Null Block Driver
1780 M: Fam Zheng <famz@redhat.com>
1781 L: qemu-block@nongnu.org
1782 S: Supported
1783 F: block/null.c
1785 Bootdevice
1786 M: Gonglei <arei.gonglei@huawei.com>
1787 S: Maintained
1788 F: bootdevice.c
1790 Quorum
1791 M: Alberto Garcia <berto@igalia.com>
1792 S: Supported
1793 F: block/quorum.c
1794 L: qemu-block@nongnu.org
1796 blkverify
1797 M: Stefan Hajnoczi <stefanha@redhat.com>
1798 L: qemu-block@nongnu.org
1799 S: Supported
1800 F: block/blkverify.c
1802 bochs
1803 M: Stefan Hajnoczi <stefanha@redhat.com>
1804 L: qemu-block@nongnu.org
1805 S: Supported
1806 F: block/bochs.c
1808 cloop
1809 M: Stefan Hajnoczi <stefanha@redhat.com>
1810 L: qemu-block@nongnu.org
1811 S: Supported
1812 F: block/cloop.c
1815 M: Stefan Hajnoczi <stefanha@redhat.com>
1816 L: qemu-block@nongnu.org
1817 S: Supported
1818 F: block/dmg.c
1820 parallels
1821 M: Stefan Hajnoczi <stefanha@redhat.com>
1822 M: Denis V. Lunev <den@openvz.org>
1823 L: qemu-block@nongnu.org
1824 S: Supported
1825 F: block/parallels.c
1826 F: docs/specs/parallels.txt
1829 M: Stefan Hajnoczi <stefanha@redhat.com>
1830 L: qemu-block@nongnu.org
1831 S: Supported
1832 F: block/qed.c
1835 M: Kevin Wolf <kwolf@redhat.com>
1836 L: qemu-block@nongnu.org
1837 S: Supported
1838 F: block/linux-aio.c
1839 F: include/block/raw-aio.h
1840 F: block/raw-format.c
1841 F: block/file-posix.c
1842 F: block/file-win32.c
1843 F: block/win32-aio.c
1845 qcow2
1846 M: Kevin Wolf <kwolf@redhat.com>
1847 M: Max Reitz <mreitz@redhat.com>
1848 L: qemu-block@nongnu.org
1849 S: Supported
1850 F: block/qcow2*
1852 qcow
1853 M: Kevin Wolf <kwolf@redhat.com>
1854 L: qemu-block@nongnu.org
1855 S: Supported
1856 F: block/qcow.c
1858 blkdebug
1859 M: Kevin Wolf <kwolf@redhat.com>
1860 M: Max Reitz <mreitz@redhat.com>
1861 L: qemu-block@nongnu.org
1862 S: Supported
1863 F: block/blkdebug.c
1866 M: Kevin Wolf <kwolf@redhat.com>
1867 L: qemu-block@nongnu.org
1868 S: Supported
1869 F: block/vpc.c
1871 vvfat
1872 M: Kevin Wolf <kwolf@redhat.com>
1873 L: qemu-block@nongnu.org
1874 S: Supported
1875 F: block/vvfat.c
1877 Image format fuzzer
1878 M: Stefan Hajnoczi <stefanha@redhat.com>
1879 L: qemu-block@nongnu.org
1880 S: Supported
1881 F: tests/image-fuzzer/
1883 Replication
1884 M: Wen Congyang <wencongyang2@huawei.com>
1885 M: Xie Changlong <xiechanglong.d@gmail.com>
1886 S: Supported
1887 F: replication*
1888 F: block/replication.c
1889 F: tests/test-replication.c
1890 F: docs/block-replication.txt
1892 Build and test automation
1893 -------------------------
1894 M: Alex Bennée <alex.bennee@linaro.org>
1895 M: Fam Zheng <famz@redhat.com>
1896 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1897 L: qemu-devel@nongnu.org
1898 S: Maintained
1899 F: .travis.yml
1900 F: .shippable.yml
1901 F: tests/docker/
1902 W: https://travis-ci.org/qemu/qemu
1903 W: https://app.shippable.com/github/qemu/qemu
1904 W: http://patchew.org/QEMU/
1906 Documentation
1907 -------------
1908 Build system architecture
1909 M: Daniel P. Berrange <berrange@redhat.com>
1910 S: Odd Fixes
1911 F: docs/build-system.txt