osdep: Define QEMU_MADV_REMOVE
[qemu/ar7.git] / MAINTAINERS
blob4bd1797330ed79a104eaa598d255bf45be9e11a8
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: hw/scsi/*
972 F: tests/virtio-scsi-test.c
973 T: git git://github.com/bonzini/qemu.git scsi-next
975 LSI53C895A
976 S: Orphan
977 F: hw/scsi/lsi53c895a.c
980 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
981 S: Maintained
982 F: hw/ssi/*
983 F: hw/block/m25p80.c
984 X: hw/ssi/xilinx_*
986 Xilinx SPI
987 M: Alistair Francis <alistair.francis@xilinx.com>
988 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
989 S: Maintained
990 F: hw/ssi/xilinx_*
993 M: Gerd Hoffmann <kraxel@redhat.com>
994 S: Maintained
995 F: hw/usb/*
996 F: tests/usb-*-test.c
997 F: docs/usb2.txt
998 F: docs/usb-storage.txt
999 F: include/hw/usb.h
1000 F: include/hw/usb/
1001 F: default-configs/usb.mak
1003 USB (serial adapter)
1004 M: Gerd Hoffmann <kraxel@redhat.com>
1005 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1006 S: Maintained
1007 F: hw/usb/dev-serial.c
1009 VFIO
1010 M: Alex Williamson <alex.williamson@redhat.com>
1011 S: Supported
1012 F: hw/vfio/*
1013 F: include/hw/vfio/
1015 vfio-ccw
1016 M: Cornelia Huck <cohuck@redhat.com>
1017 S: Supported
1018 F: hw/vfio/ccw.c
1019 F: hw/s390x/s390-ccw.c
1020 F: include/hw/s390x/s390-ccw.h
1021 T: git git://github.com/cohuck/qemu.git s390-next
1023 vhost
1024 M: Michael S. Tsirkin <mst@redhat.com>
1025 S: Supported
1026 F: hw/*/*vhost*
1028 virtio
1029 M: Michael S. Tsirkin <mst@redhat.com>
1030 S: Supported
1031 F: hw/*/virtio*
1032 F: hw/virtio/Makefile.objs
1033 F: hw/virtio/trace-events
1034 F: net/vhost-user.c
1035 F: include/hw/virtio/
1036 F: tests/virtio-balloon-test.c
1038 virtio-9p
1039 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
1040 M: Greg Kurz <groug@kaod.org>
1041 S: Supported
1042 F: hw/9pfs/
1043 F: fsdev/
1044 F: tests/virtio-9p-test.c
1045 T: git git://github.com/kvaneesh/QEMU.git
1046 T: git git://github.com/gkurz/qemu.git 9p-next
1048 virtio-blk
1049 M: Stefan Hajnoczi <stefanha@redhat.com>
1050 L: qemu-block@nongnu.org
1051 S: Supported
1052 F: hw/block/virtio-blk.c
1053 F: hw/block/dataplane/*
1054 F: tests/virtio-blk-test.c
1055 T: git git://github.com/stefanha/qemu.git block
1057 virtio-ccw
1058 M: Cornelia Huck <cohuck@redhat.com>
1059 M: Christian Borntraeger <borntraeger@de.ibm.com>
1060 S: Supported
1061 F: hw/s390x/virtio-ccw.[hc]
1062 T: git git://github.com/cohuck/qemu.git s390-next
1063 T: git git://github.com/borntraeger/qemu.git s390-next
1065 virtio-input
1066 M: Gerd Hoffmann <kraxel@redhat.com>
1067 S: Maintained
1068 F: hw/input/virtio-input*.c
1069 F: include/hw/virtio/virtio-input.h
1071 virtio-serial
1072 M: Amit Shah <amit@kernel.org>
1073 S: Supported
1074 F: hw/char/virtio-serial-bus.c
1075 F: hw/char/virtio-console.c
1076 F: include/hw/virtio/virtio-serial.h
1077 F: tests/virtio-console-test.c
1078 F: tests/virtio-serial-test.c
1080 virtio-rng
1081 M: Amit Shah <amit@kernel.org>
1082 S: Supported
1083 F: hw/virtio/virtio-rng.c
1084 F: include/hw/virtio/virtio-rng.h
1085 F: include/sysemu/rng*.h
1086 F: backends/rng*.c
1087 F: tests/virtio-rng-test.c
1089 virtio-crypto
1090 M: Gonglei <arei.gonglei@huawei.com>
1091 S: Supported
1092 F: hw/virtio/virtio-crypto.c
1093 F: hw/virtio/virtio-crypto-pci.c
1094 F: include/hw/virtio/virtio-crypto.h
1096 nvme
1097 M: Keith Busch <keith.busch@intel.com>
1098 L: qemu-block@nongnu.org
1099 S: Supported
1100 F: hw/block/nvme*
1101 F: tests/nvme-test.c
1103 megasas
1104 M: Hannes Reinecke <hare@suse.de>
1105 L: qemu-block@nongnu.org
1106 S: Supported
1107 F: hw/scsi/megasas.c
1108 F: hw/scsi/mfi.h
1110 Network packet abstractions
1111 M: Dmitry Fleytman <dmitry@daynix.com>
1112 S: Maintained
1113 F: include/net/eth.h
1114 F: net/eth.c
1115 F: hw/net/net_rx_pkt*
1116 F: hw/net/net_tx_pkt*
1118 Vmware
1119 M: Dmitry Fleytman <dmitry@daynix.com>
1120 S: Maintained
1121 F: hw/net/vmxnet*
1122 F: hw/scsi/vmw_pvscsi*
1124 Rocker
1125 M: Jiri Pirko <jiri@resnulli.us>
1126 S: Maintained
1127 F: hw/net/rocker/
1128 F: tests/rocker/
1129 F: docs/specs/rocker.txt
1131 NVDIMM
1132 M: Xiao Guangrong <guangrong.xiao@linux.intel.com>
1133 S: Maintained
1134 F: hw/acpi/nvdimm.c
1135 F: hw/mem/nvdimm.c
1136 F: include/hw/mem/nvdimm.h
1138 e1000x
1139 M: Dmitry Fleytman <dmitry@daynix.com>
1140 S: Maintained
1141 F: hw/net/e1000x*
1143 e1000e
1144 M: Dmitry Fleytman <dmitry@daynix.com>
1145 S: Maintained
1146 F: hw/net/e1000e*
1148 Generic Loader
1149 M: Alistair Francis <alistair.francis@xilinx.com>
1150 S: Maintained
1151 F: hw/core/generic-loader.c
1152 F: include/hw/core/generic-loader.h
1154 CHRP NVRAM
1155 M: Thomas Huth <thuth@redhat.com>
1156 S: Maintained
1157 F: hw/nvram/chrp_nvram.c
1158 F: include/hw/nvram/chrp_nvram.h
1159 F: tests/prom-env-test.c
1161 VM Generation ID
1162 M: Ben Warren <ben@skyportsystems.com>
1163 S: Maintained
1164 F: hw/acpi/vmgenid.c
1165 F: include/hw/acpi/vmgenid.h
1166 F: docs/specs/vmgenid.txt
1167 F: tests/vmgenid-test.c
1168 F: stubs/vmgenid.c
1170 Unimplemented device
1171 M: Peter Maydell <peter.maydell@linaro.org>
1172 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1173 S: Maintained
1174 F: include/hw/misc/unimp.h
1175 F: hw/misc/unimp.c
1177 Subsystems
1178 ----------
1179 Audio
1180 M: Gerd Hoffmann <kraxel@redhat.com>
1181 S: Maintained
1182 F: audio/
1183 F: hw/audio/
1184 F: include/hw/audio/
1185 F: tests/ac97-test.c
1186 F: tests/es1370-test.c
1187 F: tests/intel-hda-test.c
1189 Block layer core
1190 M: Kevin Wolf <kwolf@redhat.com>
1191 M: Max Reitz <mreitz@redhat.com>
1192 L: qemu-block@nongnu.org
1193 S: Supported
1194 F: block*
1195 F: block/
1196 F: hw/block/
1197 F: include/block/
1198 F: qemu-img*
1199 F: qemu-io*
1200 F: tests/qemu-iotests/
1201 F: util/qemu-progress.c
1202 T: git git://repo.or.cz/qemu/kevin.git block
1204 Block I/O path
1205 M: Stefan Hajnoczi <stefanha@redhat.com>
1206 M: Fam Zheng <famz@redhat.com>
1207 L: qemu-block@nongnu.org
1208 S: Supported
1209 F: util/async.c
1210 F: util/aio-*.c
1211 F: block/io.c
1212 F: migration/block*
1213 F: include/block/aio.h
1214 T: git git://github.com/stefanha/qemu.git block
1216 Block Jobs
1217 M: Jeff Cody <jcody@redhat.com>
1218 L: qemu-block@nongnu.org
1219 S: Supported
1220 F: blockjob.c
1221 F: include/block/blockjob.h
1222 F: block/backup.c
1223 F: block/commit.c
1224 F: block/stream.c
1225 F: block/mirror.c
1226 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1228 Block QAPI, monitor, command line
1229 M: Markus Armbruster <armbru@redhat.com>
1230 S: Supported
1231 F: blockdev.c
1232 F: block/qapi.c
1233 F: qapi/block*.json
1234 F: qapi/transaction.json
1235 T: git git://repo.or.cz/qemu/armbru.git block-next
1237 Dirty Bitmaps
1238 M: Fam Zheng <famz@redhat.com>
1239 M: John Snow <jsnow@redhat.com>
1240 L: qemu-block@nongnu.org
1241 S: Supported
1242 F: util/hbitmap.c
1243 F: block/dirty-bitmap.c
1244 F: include/qemu/hbitmap.h
1245 F: include/block/dirty-bitmap.h
1246 F: tests/test-hbitmap.c
1247 F: docs/bitmaps.md
1248 T: git git://github.com/famz/qemu.git bitmaps
1249 T: git git://github.com/jnsnow/qemu.git bitmaps
1251 Character device backends
1252 M: Paolo Bonzini <pbonzini@redhat.com>
1253 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1254 S: Maintained
1255 F: chardev/
1256 F: include/chardev/
1257 F: qapi/char.json
1259 Character Devices (Braille)
1260 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1261 S: Maintained
1262 F: chardev/baum.c
1264 Command line option argument parsing
1265 M: Markus Armbruster <armbru@redhat.com>
1266 S: Supported
1267 F: include/qemu/option.h
1268 F: tests/test-keyval.c
1269 F: tests/test-qemu-opts.c
1270 F: util/keyval.c
1271 F: util/qemu-option.c
1273 Coverity model
1274 M: Markus Armbruster <armbru@redhat.com>
1275 S: Supported
1276 F: scripts/coverity-model.c
1279 L: qemu-devel@nongnu.org
1280 S: Supported
1281 F: qom/cpu.c
1282 F: include/qom/cpu.h
1284 Device Tree
1285 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1286 M: Alexander Graf <agraf@suse.de>
1287 S: Maintained
1288 F: device_tree.c
1289 F: include/sysemu/device_tree.h
1291 Error reporting
1292 M: Markus Armbruster <armbru@redhat.com>
1293 S: Supported
1294 F: include/qapi/error.h
1295 F: include/qemu/error-report.h
1296 F: util/error.c
1297 F: util/qemu-error.c
1299 GDB stub
1300 L: qemu-devel@nongnu.org
1301 S: Odd Fixes
1302 F: gdbstub*
1303 F: gdb-xml/
1305 Memory API
1306 M: Paolo Bonzini <pbonzini@redhat.com>
1307 S: Supported
1308 F: include/exec/ioport.h
1309 F: ioport.c
1310 F: include/exec/memory.h
1311 F: include/exec/ram_addr.h
1312 F: memory.c
1313 F: include/exec/memory-internal.h
1314 F: exec.c
1316 SPICE
1317 M: Gerd Hoffmann <kraxel@redhat.com>
1318 S: Supported
1319 F: include/ui/qemu-spice.h
1320 F: include/ui/spice-display.h
1321 F: ui/spice-*.c
1322 F: audio/spiceaudio.c
1323 F: hw/display/qxl*
1324 F: qapi/ui.json
1326 Graphics
1327 M: Gerd Hoffmann <kraxel@redhat.com>
1328 S: Odd Fixes
1329 F: ui/
1330 F: include/ui/
1331 F: qapi/ui.json
1333 Cocoa graphics
1334 M: Peter Maydell <peter.maydell@linaro.org>
1335 S: Odd Fixes
1336 F: ui/cocoa.m
1338 Main loop
1339 M: Paolo Bonzini <pbonzini@redhat.com>
1340 S: Maintained
1341 F: cpus.c
1342 F: util/main-loop.c
1343 F: util/qemu-timer.c
1344 F: vl.c
1345 F: qapi/run-state.json
1347 Human Monitor (HMP)
1348 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1349 S: Maintained
1350 F: monitor.c
1351 F: hmp.[ch]
1352 F: hmp-commands*.hx
1353 F: include/monitor/hmp-target.h
1354 F: tests/test-hmp.c
1356 Network device backends
1357 M: Jason Wang <jasowang@redhat.com>
1358 S: Maintained
1359 F: net/
1360 F: include/net/
1361 T: git git://github.com/jasowang/qemu.git net
1362 F: qapi/net.json
1364 Netmap network backend
1365 M: Luigi Rizzo <rizzo@iet.unipi.it>
1366 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1367 M: Vincenzo Maffione <v.maffione@gmail.com>
1368 W: http://info.iet.unipi.it/~luigi/netmap/
1369 S: Maintained
1370 F: net/netmap.c
1372 NUMA
1373 M: Eduardo Habkost <ehabkost@redhat.com>
1374 S: Maintained
1375 F: numa.c
1376 F: include/sysemu/numa.h
1377 T: git git://github.com/ehabkost/qemu.git numa
1379 Host Memory Backends
1380 M: Eduardo Habkost <ehabkost@redhat.com>
1381 M: Igor Mammedov <imammedo@redhat.com>
1382 S: Maintained
1383 F: backends/hostmem*.c
1384 F: include/sysemu/hostmem.h
1386 Cryptodev Backends
1387 M: Gonglei <arei.gonglei@huawei.com>
1388 S: Maintained
1389 F: include/sysemu/cryptodev*.h
1390 F: backends/cryptodev*.c
1392 QAPI
1393 M: Markus Armbruster <armbru@redhat.com>
1394 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1395 S: Supported
1396 F: qapi/
1397 X: qapi/*.json
1398 F: include/qapi/
1399 X: include/qapi/qmp/
1400 F: include/qapi/qmp/dispatch.h
1401 F: tests/qapi-schema/
1402 F: tests/test-*-visitor.c
1403 F: tests/test-qapi-*.c
1404 F: tests/test-qmp-*.c
1405 F: tests/test-visitor-serialization.c
1406 F: scripts/qapi*
1407 F: docs/qapi*
1408 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1410 QAPI Schema
1411 M: Eric Blake <eblake@redhat.com>
1412 M: Markus Armbruster <armbru@redhat.com>
1413 S: Supported
1414 F: qapi-schema.json
1415 F: qapi/*.json
1416 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1418 QObject
1419 M: Markus Armbruster <armbru@redhat.com>
1420 S: Supported
1421 F: qobject/
1422 F: include/qapi/qmp/
1423 X: include/qapi/qmp/dispatch.h
1424 F: scripts/coccinelle/qobject.cocci
1425 F: tests/check-qdict.c
1426 F: tests/check-qnum.c
1427 F: tests/check-qjson.c
1428 F: tests/check-qlist.c
1429 F: tests/check-qstring.c
1430 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1432 QEMU Guest Agent
1433 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1434 S: Maintained
1435 F: qga/
1436 T: git git://github.com/mdroth/qemu.git qga
1439 M: Andreas Färber <afaerber@suse.de>
1440 S: Supported
1441 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1442 F: include/qom/
1443 X: include/qom/cpu.h
1444 F: qom/
1445 X: qom/cpu.c
1446 F: tests/check-qom-interface.c
1447 F: tests/check-qom-proplist.c
1448 F: tests/qom-test.c
1451 M: Markus Armbruster <armbru@redhat.com>
1452 S: Supported
1453 F: qmp.c
1454 F: monitor.c
1455 F: docs/*qmp-*
1456 F: scripts/qmp/
1457 F: tests/qmp-test.c
1458 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1460 Register API
1461 M: Alistair Francis <alistair.francis@xilinx.com>
1462 S: Maintained
1463 F: hw/core/register.c
1464 F: include/hw/register.h
1466 SLIRP
1467 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1468 M: Jan Kiszka <jan.kiszka@siemens.com>
1469 S: Maintained
1470 F: slirp/
1471 F: net/slirp.c
1472 F: include/net/slirp.h
1473 T: git git://git.kiszka.org/qemu.git queues/slirp
1475 Stubs
1476 M: Paolo Bonzini <pbonzini@redhat.com>
1477 S: Maintained
1478 F: stubs/
1480 Tracing
1481 M: Stefan Hajnoczi <stefanha@redhat.com>
1482 S: Maintained
1483 F: trace/
1484 F: scripts/tracetool.py
1485 F: scripts/tracetool/
1486 F: docs/tracing.txt
1487 T: git git://github.com/stefanha/qemu.git tracing
1490 S: Orphan
1491 F: tpm.c
1492 F: hw/tpm/*
1493 F: include/hw/acpi/tpm.h
1494 F: include/sysemu/tpm*
1495 F: qapi/tpm.json
1497 Checkpatch
1498 S: Odd Fixes
1499 F: scripts/checkpatch.pl
1501 Migration
1502 M: Juan Quintela <quintela@redhat.com>
1503 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1504 S: Maintained
1505 F: include/migration/
1506 F: migration/
1507 F: scripts/vmstate-static-checker.py
1508 F: tests/vmstate-static-checker-data/
1509 F: docs/migration.txt
1510 F: qapi/migration.json
1512 Seccomp
1513 M: Eduardo Otubo <otubo@redhat.com>
1514 S: Supported
1515 F: qemu-seccomp.c
1516 F: include/sysemu/seccomp.h
1518 Cryptography
1519 M: Daniel P. Berrange <berrange@redhat.com>
1520 S: Maintained
1521 F: crypto/
1522 F: include/crypto/
1523 F: tests/test-crypto-*
1524 F: qemu.sasl
1526 Coroutines
1527 M: Stefan Hajnoczi <stefanha@redhat.com>
1528 M: Kevin Wolf <kwolf@redhat.com>
1529 F: util/*coroutine*
1530 F: include/qemu/coroutine*
1531 F: tests/test-coroutine.c
1533 Buffers
1534 M: Daniel P. Berrange <berrange@redhat.com>
1535 S: Odd fixes
1536 F: util/buffer.c
1537 F: include/qemu/buffer.h
1539 I/O Channels
1540 M: Daniel P. Berrange <berrange@redhat.com>
1541 S: Maintained
1542 F: io/
1543 F: include/io/
1544 F: tests/test-io-*
1546 Sockets
1547 M: Daniel P. Berrange <berrange@redhat.com>
1548 M: Gerd Hoffmann <kraxel@redhat.com>
1549 M: Paolo Bonzini <pbonzini@redhat.com>
1550 S: Maintained
1551 F: include/qemu/sockets.h
1552 F: util/qemu-sockets.c
1553 F: qapi/sockets.json
1555 Throttling infrastructure
1556 M: Alberto Garcia <berto@igalia.com>
1557 S: Supported
1558 F: block/throttle-groups.c
1559 F: include/block/throttle-groups.h
1560 F: include/qemu/throttle.h
1561 F: util/throttle.c
1562 L: qemu-block@nongnu.org
1564 UUID
1565 M: Fam Zheng <famz@redhat.com>
1566 S: Supported
1567 F: util/uuid.c
1568 F: include/qemu/uuid.h
1569 F: tests/test-uuid.c
1571 COLO Framework
1572 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1573 S: Maintained
1574 F: migration/colo*
1575 F: include/migration/colo.h
1576 F: include/migration/failover.h
1577 F: docs/COLO-FT.txt
1579 COLO Proxy
1580 M: Zhang Chen <zhangckid@gmail.com>
1581 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1582 S: Supported
1583 F: docs/colo-proxy.txt
1584 F: net/colo*
1585 F: net/filter-rewriter.c
1586 F: net/filter-mirror.c
1588 Record/replay
1589 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1590 R: Paolo Bonzini <pbonzini@redhat.com>
1591 W: http://wiki.qemu.org/Features/record-replay
1592 S: Supported
1593 F: replay/*
1594 F: block/blkreplay.c
1595 F: net/filter-replay.c
1596 F: include/sysemu/replay.h
1597 F: docs/replay.txt
1598 F: stubs/replay.c
1600 Usermode Emulation
1601 ------------------
1602 Overall
1603 M: Riku Voipio <riku.voipio@iki.fi>
1604 S: Maintained
1605 F: thunk.c
1606 F: accel/tcg/user-exec*.c
1608 BSD user
1609 S: Orphan
1610 F: bsd-user/
1611 F: default-configs/*-bsd-user.mak
1613 Linux user
1614 M: Riku Voipio <riku.voipio@iki.fi>
1615 R: Laurent Vivier <laurent@vivier.eu>
1616 S: Maintained
1617 F: linux-user/
1618 F: default-configs/*-linux-user.mak
1620 Tiny Code Generator (TCG)
1621 -------------------------
1622 Common code
1623 M: Richard Henderson <rth@twiddle.net>
1624 S: Maintained
1625 F: tcg/
1627 AArch64 target
1628 M: Claudio Fontana <claudio.fontana@huawei.com>
1629 M: Claudio Fontana <claudio.fontana@gmail.com>
1630 S: Maintained
1631 L: qemu-arm@nongnu.org
1632 F: tcg/aarch64/
1633 F: disas/arm-a64.cc
1634 F: disas/libvixl/
1636 ARM target
1637 M: Andrzej Zaborowski <balrogg@gmail.com>
1638 S: Maintained
1639 L: qemu-arm@nongnu.org
1640 F: tcg/arm/
1641 F: disas/arm.c
1643 i386 target
1644 L: qemu-devel@nongnu.org
1645 S: Maintained
1646 F: tcg/i386/
1647 F: disas/i386.c
1649 MIPS target
1650 M: Aurelien Jarno <aurelien@aurel32.net>
1651 S: Maintained
1652 F: tcg/mips/
1653 F: disas/mips.c
1656 M: Richard Henderson <rth@twiddle.net>
1657 S: Odd Fixes
1658 F: tcg/ppc/
1659 F: disas/ppc.c
1661 S390 target
1662 M: Alexander Graf <agraf@suse.de>
1663 M: Richard Henderson <rth@twiddle.net>
1664 S: Maintained
1665 F: tcg/s390/
1666 F: disas/s390.c
1668 SPARC target
1669 S: Odd Fixes
1670 F: tcg/sparc/
1671 F: disas/sparc.c
1673 TCI target
1674 M: Stefan Weil <sw@weilnetz.de>
1675 S: Maintained
1676 F: tcg/tci/
1677 F: tcg/tci.c
1678 F: disas/tci.c
1680 Block drivers
1681 -------------
1682 VMDK
1683 M: Fam Zheng <famz@redhat.com>
1684 L: qemu-block@nongnu.org
1685 S: Supported
1686 F: block/vmdk.c
1689 M: Josh Durgin <jdurgin@redhat.com>
1690 M: Jeff Cody <jcody@redhat.com>
1691 L: qemu-block@nongnu.org
1692 S: Supported
1693 F: block/rbd.c
1694 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1696 Sheepdog
1697 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1698 M: Liu Yuan <namei.unix@gmail.com>
1699 M: Jeff Cody <jcody@redhat.com>
1700 L: qemu-block@nongnu.org
1701 L: sheepdog@lists.wpkg.org
1702 S: Supported
1703 F: block/sheepdog.c
1704 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1706 VHDX
1707 M: Jeff Cody <jcody@redhat.com>
1708 L: qemu-block@nongnu.org
1709 S: Supported
1710 F: block/vhdx*
1711 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1714 M: Stefan Weil <sw@weilnetz.de>
1715 L: qemu-block@nongnu.org
1716 S: Maintained
1717 F: block/vdi.c
1719 iSCSI
1720 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1721 M: Paolo Bonzini <pbonzini@redhat.com>
1722 M: Peter Lieven <pl@kamp.de>
1723 L: qemu-block@nongnu.org
1724 S: Supported
1725 F: block/iscsi.c
1726 F: block/iscsi-opts.c
1728 Network Block Device (NBD)
1729 M: Eric Blake <eblake@redhat.com>
1730 M: Paolo Bonzini <pbonzini@redhat.com>
1731 L: qemu-block@nongnu.org
1732 S: Maintained
1733 F: block/nbd*
1734 F: nbd/
1735 F: include/block/nbd*
1736 F: qemu-nbd.*
1737 F: blockdev-nbd.c
1738 T: git git://repo.or.cz/qemu/ericb.git nbd
1741 M: Jeff Cody <jcody@redhat.com>
1742 M: Peter Lieven <pl@kamp.de>
1743 L: qemu-block@nongnu.org
1744 S: Maintained
1745 F: block/nfs.c
1746 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1749 M: Richard W.M. Jones <rjones@redhat.com>
1750 M: Jeff Cody <jcody@redhat.com>
1751 L: qemu-block@nongnu.org
1752 S: Supported
1753 F: block/ssh.c
1754 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1756 CURL
1757 M: Jeff Cody <jcody@redhat.com>
1758 L: qemu-block@nongnu.org
1759 S: Supported
1760 F: block/curl.c
1761 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1763 GLUSTER
1764 M: Jeff Cody <jcody@redhat.com>
1765 L: qemu-block@nongnu.org
1766 S: Supported
1767 F: block/gluster.c
1768 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1770 Null Block Driver
1771 M: Fam Zheng <famz@redhat.com>
1772 L: qemu-block@nongnu.org
1773 S: Supported
1774 F: block/null.c
1776 Bootdevice
1777 M: Gonglei <arei.gonglei@huawei.com>
1778 S: Maintained
1779 F: bootdevice.c
1781 Quorum
1782 M: Alberto Garcia <berto@igalia.com>
1783 S: Supported
1784 F: block/quorum.c
1785 L: qemu-block@nongnu.org
1787 blkverify
1788 M: Stefan Hajnoczi <stefanha@redhat.com>
1789 L: qemu-block@nongnu.org
1790 S: Supported
1791 F: block/blkverify.c
1793 bochs
1794 M: Stefan Hajnoczi <stefanha@redhat.com>
1795 L: qemu-block@nongnu.org
1796 S: Supported
1797 F: block/bochs.c
1799 cloop
1800 M: Stefan Hajnoczi <stefanha@redhat.com>
1801 L: qemu-block@nongnu.org
1802 S: Supported
1803 F: block/cloop.c
1806 M: Stefan Hajnoczi <stefanha@redhat.com>
1807 L: qemu-block@nongnu.org
1808 S: Supported
1809 F: block/dmg.c
1811 parallels
1812 M: Stefan Hajnoczi <stefanha@redhat.com>
1813 M: Denis V. Lunev <den@openvz.org>
1814 L: qemu-block@nongnu.org
1815 S: Supported
1816 F: block/parallels.c
1817 F: docs/specs/parallels.txt
1820 M: Stefan Hajnoczi <stefanha@redhat.com>
1821 L: qemu-block@nongnu.org
1822 S: Supported
1823 F: block/qed.c
1826 M: Kevin Wolf <kwolf@redhat.com>
1827 L: qemu-block@nongnu.org
1828 S: Supported
1829 F: block/linux-aio.c
1830 F: include/block/raw-aio.h
1831 F: block/raw-format.c
1832 F: block/file-posix.c
1833 F: block/file-win32.c
1834 F: block/win32-aio.c
1836 qcow2
1837 M: Kevin Wolf <kwolf@redhat.com>
1838 M: Max Reitz <mreitz@redhat.com>
1839 L: qemu-block@nongnu.org
1840 S: Supported
1841 F: block/qcow2*
1843 qcow
1844 M: Kevin Wolf <kwolf@redhat.com>
1845 L: qemu-block@nongnu.org
1846 S: Supported
1847 F: block/qcow.c
1849 blkdebug
1850 M: Kevin Wolf <kwolf@redhat.com>
1851 M: Max Reitz <mreitz@redhat.com>
1852 L: qemu-block@nongnu.org
1853 S: Supported
1854 F: block/blkdebug.c
1857 M: Kevin Wolf <kwolf@redhat.com>
1858 L: qemu-block@nongnu.org
1859 S: Supported
1860 F: block/vpc.c
1862 vvfat
1863 M: Kevin Wolf <kwolf@redhat.com>
1864 L: qemu-block@nongnu.org
1865 S: Supported
1866 F: block/vvfat.c
1868 Image format fuzzer
1869 M: Stefan Hajnoczi <stefanha@redhat.com>
1870 L: qemu-block@nongnu.org
1871 S: Supported
1872 F: tests/image-fuzzer/
1874 Replication
1875 M: Wen Congyang <wencongyang2@huawei.com>
1876 M: Xie Changlong <xiechanglong.d@gmail.com>
1877 S: Supported
1878 F: replication*
1879 F: block/replication.c
1880 F: tests/test-replication.c
1881 F: docs/block-replication.txt
1883 Build and test automation
1884 -------------------------
1885 M: Alex Bennée <alex.bennee@linaro.org>
1886 M: Fam Zheng <famz@redhat.com>
1887 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1888 L: qemu-devel@nongnu.org
1889 S: Maintained
1890 F: .travis.yml
1891 F: .shippable.yml
1892 F: tests/docker/
1893 W: https://travis-ci.org/qemu/qemu
1894 W: https://app.shippable.com/github/qemu/qemu
1895 W: http://patchew.org/QEMU/
1897 Documentation
1898 -------------
1899 Build system architecture
1900 M: Daniel P. Berrange <berrange@redhat.com>
1901 S: Odd Fixes
1902 F: docs/build-system.txt