hw/ide: Emulate SiI3112 SATA controller
[qemu/ar7.git] / MAINTAINERS
blob8ab86930e4b9f70be1c0d6e207abe2caa55e0001
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: https://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@mips.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
219 L: qemu-s390x@nongnu.org
222 M: Aurelien Jarno <aurelien@aurel32.net>
223 S: Odd Fixes
224 F: target/sh4/
225 F: hw/sh4/
226 F: disas/sh4.c
227 F: include/hw/sh4/
229 SPARC
230 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
231 M: Artyom Tarasenko <atar4qemu@gmail.com>
232 S: Maintained
233 F: target/sparc/
234 F: hw/sparc/
235 F: hw/sparc64/
236 F: disas/sparc.c
238 UniCore32
239 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
240 S: Maintained
241 F: target/unicore32/
242 F: hw/unicore32/
243 F: include/hw/unicore32/
246 M: Paolo Bonzini <pbonzini@redhat.com>
247 M: Richard Henderson <rth@twiddle.net>
248 M: Eduardo Habkost <ehabkost@redhat.com>
249 S: Maintained
250 F: target/i386/
251 F: hw/i386/
252 F: disas/i386.c
253 T: git git://github.com/ehabkost/qemu.git x86-next
255 Xtensa
256 M: Max Filippov <jcmvbkbc@gmail.com>
257 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
258 S: Maintained
259 F: target/xtensa/
260 F: hw/xtensa/
261 F: tests/tcg/xtensa/
263 TriCore
264 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
265 S: Maintained
266 F: target/tricore/
267 F: hw/tricore/
268 F: include/hw/tricore/
270 Guest CPU Cores (KVM):
271 ----------------------
273 Overall
274 M: Paolo Bonzini <pbonzini@redhat.com>
275 L: kvm@vger.kernel.org
276 S: Supported
277 F: */kvm.*
278 F: accel/kvm/
279 F: include/sysemu/kvm*.h
282 M: Peter Maydell <peter.maydell@linaro.org>
283 L: qemu-arm@nongnu.org
284 S: Maintained
285 F: target/arm/kvm.c
287 MIPS
288 M: James Hogan <jhogan@kernel.org>
289 S: Maintained
290 F: target/mips/kvm.c
293 M: Alexander Graf <agraf@suse.de>
294 S: Maintained
295 F: target/ppc/kvm.c
297 S390
298 M: Christian Borntraeger <borntraeger@de.ibm.com>
299 M: Cornelia Huck <cohuck@redhat.com>
300 M: Alexander Graf <agraf@suse.de>
301 S: Maintained
302 F: target/s390x/kvm.c
303 F: target/s390x/kvm_s390x.h
304 F: target/s390x/kvm-stub.c
305 F: target/s390x/ioinst.[ch]
306 F: target/s390x/machine.c
307 F: target/s390x/sigp.c
308 F: hw/intc/s390_flic.c
309 F: hw/intc/s390_flic_kvm.c
310 F: include/hw/s390x/s390_flic.h
311 F: gdb-xml/s390*.xml
312 T: git git://github.com/cohuck/qemu.git s390-next
313 T: git git://github.com/borntraeger/qemu.git s390-next
314 L: qemu-s390x@nongnu.org
317 M: Paolo Bonzini <pbonzini@redhat.com>
318 M: Marcelo Tosatti <mtosatti@redhat.com>
319 L: kvm@vger.kernel.org
320 S: Supported
321 F: target/i386/kvm.c
323 Guest CPU Cores (Xen):
324 ----------------------
327 M: Stefano Stabellini <sstabellini@kernel.org>
328 M: Anthony Perard <anthony.perard@citrix.com>
329 L: xen-devel@lists.xenproject.org
330 S: Supported
331 F: */xen*
332 F: hw/9pfs/xen-9p-backend.c
333 F: hw/char/xen_console.c
334 F: hw/display/xenfb.c
335 F: hw/net/xen_nic.c
336 F: hw/block/xen_*
337 F: hw/xen/
338 F: hw/xenpv/
339 F: hw/i386/xen/
340 F: include/hw/xen/
341 F: include/sysemu/xen-mapcache.h
343 Hosts:
344 ------
346 LINUX
347 L: qemu-devel@nongnu.org
348 S: Maintained
349 F: linux-*
350 F: linux-headers/
352 POSIX
353 L: qemu-devel@nongnu.org
354 S: Maintained
355 F: *posix*
357 NETBSD
358 L: qemu-devel@nongnu.org
359 M: Kamil Rytarowski <kamil@netbsd.org>
360 S: Maintained
361 K: ^Subject:.*(?i)NetBSD
363 W32, W64
364 L: qemu-devel@nongnu.org
365 M: Stefan Weil <sw@weilnetz.de>
366 S: Maintained
367 F: *win32*
368 F: */*win32*
369 F: include/*/*win32*
370 X: qga/*win32*
371 F: qemu.nsi
373 ARM Machines
374 ------------
375 Allwinner-a10
376 M: Beniamino Galvani <b.galvani@gmail.com>
377 L: qemu-arm@nongnu.org
378 S: Maintained
379 F: hw/*/allwinner*
380 F: include/hw/*/allwinner*
381 F: hw/arm/cubieboard.c
383 ARM PrimeCell and CMSDK devices
384 M: Peter Maydell <peter.maydell@linaro.org>
385 L: qemu-arm@nongnu.org
386 S: Maintained
387 F: hw/char/pl011.c
388 F: include/hw/char/pl011.h
389 F: hw/display/pl110*
390 F: hw/dma/pl080.c
391 F: hw/dma/pl330.c
392 F: hw/gpio/pl061.c
393 F: hw/input/pl050.c
394 F: hw/intc/pl190.c
395 F: hw/sd/pl181.c
396 F: hw/timer/pl031.c
397 F: include/hw/arm/primecell.h
398 F: hw/timer/cmsdk-apb-timer.c
399 F: include/hw/timer/cmsdk-apb-timer.h
400 F: hw/char/cmsdk-apb-uart.c
401 F: include/hw/char/cmsdk-apb-uart.h
403 ARM cores
404 M: Peter Maydell <peter.maydell@linaro.org>
405 L: qemu-arm@nongnu.org
406 S: Maintained
407 F: hw/intc/arm*
408 F: hw/intc/gic_internal.h
409 F: hw/misc/a9scu.c
410 F: hw/misc/arm11scu.c
411 F: hw/timer/a9gtimer*
412 F: hw/timer/arm*
413 F: include/hw/arm/arm*.h
414 F: include/hw/intc/arm*
415 F: include/hw/misc/a9scu.h
416 F: include/hw/misc/arm11scu.h
417 F: include/hw/timer/a9gtimer.h
418 F: include/hw/timer/arm_mptimer.h
419 F: include/hw/timer/armv7m_systick.h
420 F: tests/test-arm-mptimer.c
422 Exynos
423 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
424 L: qemu-arm@nongnu.org
425 S: Maintained
426 F: hw/*/exynos*
427 F: include/hw/arm/exynos4210.h
429 Calxeda Highbank
430 M: Rob Herring <robh@kernel.org>
431 L: qemu-arm@nongnu.org
432 S: Maintained
433 F: hw/arm/highbank.c
434 F: hw/net/xgmac.c
436 Canon DIGIC
437 M: Antony Pavlov <antonynpavlov@gmail.com>
438 L: qemu-arm@nongnu.org
439 S: Maintained
440 F: include/hw/arm/digic.h
441 F: hw/*/digic*
443 Gumstix
444 L: qemu-devel@nongnu.org
445 L: qemu-arm@nongnu.org
446 S: Orphan
447 F: hw/arm/gumstix.c
449 i.MX31
450 M: Peter Chubb <peter.chubb@nicta.com.au>
451 L: qemu-arm@nongnu.org
452 S: Odd fixes
453 F: hw/*/imx*
454 F: include/hw/*/imx*
455 F: hw/arm/kzm.c
456 F: include/hw/arm/fsl-imx31.h
458 Integrator CP
459 M: Peter Maydell <peter.maydell@linaro.org>
460 L: qemu-arm@nongnu.org
461 S: Maintained
462 F: hw/arm/integratorcp.c
463 F: hw/misc/arm_integrator_debug.c
465 MPS2
466 M: Peter Maydell <peter.maydell@linaro.org>
467 L: qemu-arm@nongnu.org
468 S: Maintained
469 F: hw/arm/mps2.c
470 F: hw/misc/mps2-scc.c
471 F: include/hw/misc/mps2-scc.h
473 Musicpal
474 M: Jan Kiszka <jan.kiszka@web.de>
475 L: qemu-arm@nongnu.org
476 S: Maintained
477 F: hw/arm/musicpal.c
479 nSeries
480 M: Andrzej Zaborowski <balrogg@gmail.com>
481 L: qemu-arm@nongnu.org
482 S: Maintained
483 F: hw/arm/nseries.c
485 Palm
486 M: Andrzej Zaborowski <balrogg@gmail.com>
487 L: qemu-arm@nongnu.org
488 S: Maintained
489 F: hw/arm/palm.c
491 Real View
492 M: Peter Maydell <peter.maydell@linaro.org>
493 L: qemu-arm@nongnu.org
494 S: Maintained
495 F: hw/arm/realview*
496 F: hw/cpu/realview_mpcore.c
497 F: hw/intc/realview_gic.c
498 F: include/hw/intc/realview_gic.h
500 PXA2XX
501 M: Andrzej Zaborowski <balrogg@gmail.com>
502 L: qemu-arm@nongnu.org
503 S: Maintained
504 F: hw/arm/mainstone.c
505 F: hw/arm/spitz.c
506 F: hw/arm/tosa.c
507 F: hw/arm/z2.c
508 F: hw/*/pxa2xx*
509 F: hw/misc/mst_fpga.c
510 F: include/hw/arm/pxa.h
512 Stellaris
513 M: Peter Maydell <peter.maydell@linaro.org>
514 L: qemu-arm@nongnu.org
515 S: Maintained
516 F: hw/*/stellaris*
518 Versatile PB
519 M: Peter Maydell <peter.maydell@linaro.org>
520 L: qemu-arm@nongnu.org
521 S: Maintained
522 F: hw/*/versatile*
523 F: hw/misc/arm_sysctl.c
525 Xilinx Zynq
526 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
527 M: Alistair Francis <alistair.francis@xilinx.com>
528 L: qemu-arm@nongnu.org
529 S: Maintained
530 F: hw/*/xilinx_*
531 F: hw/*/cadence_*
532 F: hw/misc/zynq*
533 F: include/hw/misc/zynq*
534 X: hw/ssi/xilinx_*
536 Xilinx ZynqMP
537 M: Alistair Francis <alistair.francis@xilinx.com>
538 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
539 L: qemu-arm@nongnu.org
540 S: Maintained
541 F: hw/*/xlnx*.c
542 F: include/hw/*/xlnx*.h
544 ARM ACPI Subsystem
545 M: Shannon Zhao <zhaoshenglong@huawei.com>
546 M: Shannon Zhao <shannon.zhaosl@gmail.com>
547 L: qemu-arm@nongnu.org
548 S: Maintained
549 F: hw/arm/virt-acpi-build.c
551 STM32F205
552 M: Alistair Francis <alistair@alistair23.me>
553 S: Maintained
554 F: hw/arm/stm32f205_soc.c
555 F: hw/misc/stm32f2xx_syscfg.c
556 F: hw/char/stm32f2xx_usart.c
557 F: hw/timer/stm32f2xx_timer.c
558 F: hw/adc/*
559 F: hw/ssi/stm32f2xx_spi.c
560 F: include/hw/*/stm32*.h
562 Netduino 2
563 M: Alistair Francis <alistair@alistair23.me>
564 S: Maintained
565 F: hw/arm/netduino2.c
567 SmartFusion2
568 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
569 S: Maintained
570 F: hw/arm/msf2-soc.c
571 F: hw/misc/msf2-sysreg.c
572 F: hw/timer/mss-timer.c
573 F: hw/ssi/mss-spi.c
574 F: include/hw/arm/msf2-soc.h
575 F: include/hw/misc/msf2-sysreg.h
576 F: include/hw/timer/mss-timer.h
577 F: include/hw/ssi/mss-spi.h
579 Emcraft M2S-FG484
580 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
581 S: Maintained
582 F: hw/arm/msf2-som.c
584 CRIS Machines
585 -------------
586 Axis Dev88
587 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
588 S: Maintained
589 F: hw/cris/axis_dev88.c
590 F: hw/*/etraxfs_*.c
592 LM32 Machines
593 -------------
594 EVR32 and uclinux BSP
595 M: Michael Walle <michael@walle.cc>
596 S: Maintained
597 F: hw/lm32/lm32_boards.c
599 milkymist
600 M: Michael Walle <michael@walle.cc>
601 S: Maintained
602 F: hw/lm32/milkymist.c
604 M68K Machines
605 -------------
606 an5206
607 M: Thomas Huth <huth@tuxfamily.org>
608 S: Odd Fixes
609 F: hw/m68k/an5206.c
610 F: hw/m68k/mcf5206.c
612 mcf5208
613 M: Thomas Huth <huth@tuxfamily.org>
614 S: Odd Fixes
615 F: hw/m68k/mcf5208.c
616 F: hw/m68k/mcf_intc.c
617 F: hw/char/mcf_uart.c
618 F: hw/net/mcf_fec.c
619 F: include/hw/m68k/mcf*.h
621 MicroBlaze Machines
622 -------------------
623 petalogix_s3adsp1800
624 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
625 S: Maintained
626 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
628 petalogix_ml605
629 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
630 S: Maintained
631 F: hw/microblaze/petalogix_ml605_mmu.c
633 MIPS Machines
634 -------------
635 Jazz
636 M: Hervé Poussineau <hpoussin@reactos.org>
637 S: Maintained
638 F: hw/mips/mips_jazz.c
640 Malta
641 M: Aurelien Jarno <aurelien@aurel32.net>
642 S: Maintained
643 F: hw/mips/mips_malta.c
645 Mipssim
646 M: Yongbok Kim <yongbok.kim@mips.com>
647 S: Odd Fixes
648 F: hw/mips/mips_mipssim.c
649 F: hw/net/mipsnet.c
651 R4000
652 M: Aurelien Jarno <aurelien@aurel32.net>
653 S: Maintained
654 F: hw/mips/mips_r4k.c
656 Fulong 2E
657 M: Yongbok Kim <yongbok.kim@mips.com>
658 S: Odd Fixes
659 F: hw/mips/mips_fulong2e.c
661 Boston
662 M: Paul Burton <paul.burton@mips.com>
663 S: Maintained
664 F: hw/core/loader-fit.c
665 F: hw/mips/boston.c
666 F: hw/pci-host/xilinx-pcie.c
668 OpenRISC Machines
669 -----------------
670 or1k-sim
671 M: Jia Liu <proljc@gmail.com>
672 S: Maintained
673 F: hw/openrisc/openrisc_sim.c
675 PowerPC Machines
676 ----------------
678 M: Alexander Graf <agraf@suse.de>
679 L: qemu-ppc@nongnu.org
680 S: Odd Fixes
681 F: hw/ppc/ppc405_boards.c
683 Bamboo
684 M: Alexander Graf <agraf@suse.de>
685 L: qemu-ppc@nongnu.org
686 S: Odd Fixes
687 F: hw/ppc/ppc440_bamboo.c
689 e500
690 M: Alexander Graf <agraf@suse.de>
691 L: qemu-ppc@nongnu.org
692 S: Supported
693 F: hw/ppc/e500.[hc]
694 F: hw/ppc/e500plat.c
695 F: include/hw/ppc/ppc_e500.h
696 F: include/hw/pci-host/ppce500.h
697 F: pc-bios/u-boot.e500
699 mpc8544ds
700 M: Alexander Graf <agraf@suse.de>
701 L: qemu-ppc@nongnu.org
702 S: Supported
703 F: hw/ppc/mpc8544ds.c
704 F: hw/ppc/mpc8544_guts.c
706 New World
707 M: Alexander Graf <agraf@suse.de>
708 L: qemu-ppc@nongnu.org
709 S: Maintained
710 F: hw/ppc/mac_newworld.c
711 F: hw/pci-host/uninorth.c
712 F: hw/pci-bridge/dec.[hc]
713 F: hw/misc/macio/
714 F: include/hw/ppc/mac_dbdma.h
715 F: hw/nvram/mac_nvram.c
717 Old World
718 M: Alexander Graf <agraf@suse.de>
719 L: qemu-ppc@nongnu.org
720 S: Maintained
721 F: hw/ppc/mac_oldworld.c
722 F: hw/pci-host/grackle.c
723 F: hw/misc/macio/
724 F: hw/intc/heathrow_pic.c
726 PReP
727 M: Hervé Poussineau <hpoussin@reactos.org>
728 L: qemu-devel@nongnu.org
729 L: qemu-ppc@nongnu.org
730 S: Maintained
731 F: hw/ppc/prep.c
732 F: hw/ppc/prep_systemio.c
733 F: hw/ppc/rs6000_mc.c
734 F: hw/pci-host/prep.[hc]
735 F: hw/isa/i82378.c
736 F: hw/isa/pc87312.[hc]
737 F: hw/dma/i82374.c
738 F: hw/timer/m48t59-isa.c
739 F: include/hw/timer/m48t59.h
740 F: pc-bios/ppc_rom.bin
742 sPAPR
743 M: David Gibson <david@gibson.dropbear.id.au>
744 M: Alexander Graf <agraf@suse.de>
745 L: qemu-ppc@nongnu.org
746 S: Supported
747 F: hw/*/spapr*
748 F: include/hw/*/spapr*
749 F: hw/*/xics*
750 F: include/hw/*/xics*
751 F: pc-bios/spapr-rtas/*
752 F: pc-bios/spapr-rtas.bin
753 F: pc-bios/slof.bin
754 F: pc-bios/skiboot.lid
755 F: docs/specs/ppc-spapr-hcalls.txt
756 F: docs/specs/ppc-spapr-hotplug.txt
757 F: tests/spapr*
758 F: tests/libqos/*spapr*
759 F: tests/rtas*
760 F: tests/libqos/rtas*
762 virtex_ml507
763 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
764 L: qemu-ppc@nongnu.org
765 S: Odd Fixes
766 F: hw/ppc/virtex_ml507.c
768 sam460ex
769 M: BALATON Zoltan <balaton@eik.bme.hu>
770 L: qemu-ppc@nongnu.org
771 S: Maintained
772 F: hw/ide/sii3112.c
774 SH4 Machines
775 ------------
777 M: Magnus Damm <magnus.damm@gmail.com>
778 S: Maintained
779 F: hw/sh4/r2d.c
780 F: hw/intc/sh_intc.c
781 F: hw/timer/sh_timer.c
783 Shix
784 M: Magnus Damm <magnus.damm@gmail.com>
785 S: Odd Fixes
786 F: hw/sh4/shix.c
788 SPARC Machines
789 --------------
790 Sun4m
791 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
792 S: Maintained
793 F: hw/sparc/sun4m.c
794 F: hw/dma/sparc32_dma.c
795 F: hw/dma/sun4m_iommu.c
796 F: hw/misc/eccmemctl.c
797 F: hw/misc/slavio_misc.c
798 F: include/hw/sparc/sparc32_dma.h
799 F: include/hw/sparc/sun4m.h
800 F: pc-bios/openbios-sparc32
802 Sun4u
803 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
804 S: Maintained
805 F: hw/sparc64/sun4u.c
806 F: pc-bios/openbios-sparc64
808 Sun4v
809 M: Artyom Tarasenko <atar4qemu@gmail.com>
810 S: Maintained
811 F: hw/sparc64/niagara.c
812 F: hw/timer/sun4v-rtc.c
813 F: include/hw/timer/sun4v-rtc.h
815 Leon3
816 M: Fabien Chouteau <chouteau@adacore.com>
817 S: Maintained
818 F: hw/sparc/leon3.c
819 F: hw/*/grlib*
820 F: include/hw/sparc/grlib.h
822 S390 Machines
823 -------------
824 S390 Virtio-ccw
825 M: Cornelia Huck <cohuck@redhat.com>
826 M: Christian Borntraeger <borntraeger@de.ibm.com>
827 M: Alexander Graf <agraf@suse.de>
828 S: Supported
829 F: hw/char/sclp*.[hc]
830 F: hw/char/terminal3270.c
831 F: hw/s390x/
832 F: include/hw/s390x/
833 F: pc-bios/s390-ccw/
834 F: hw/watchdog/wdt_diag288.c
835 F: include/hw/watchdog/wdt_diag288.h
836 F: pc-bios/s390-ccw.img
837 F: default-configs/s390x-softmmu.mak
838 T: git git://github.com/cohuck/qemu.git s390-next
839 T: git git://github.com/borntraeger/qemu.git s390-next
840 L: qemu-s390x@nongnu.org
842 UniCore32 Machines
843 -------------
844 PKUnity-3 SoC initramfs-with-busybox
845 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
846 S: Maintained
847 F: hw/*/puv3*
848 F: hw/unicore32/
850 X86 Machines
851 ------------
853 M: Michael S. Tsirkin <mst@redhat.com>
854 S: Supported
855 F: include/hw/i386/
856 F: hw/i386/
857 F: hw/pci-host/piix.c
858 F: hw/pci-host/q35.c
859 F: hw/pci-host/pam.c
860 F: include/hw/pci-host/q35.h
861 F: include/hw/pci-host/pam.h
862 F: hw/isa/piix4.c
863 F: hw/isa/lpc_ich9.c
864 F: hw/i2c/smbus_ich9.c
865 F: hw/acpi/piix4.c
866 F: hw/acpi/ich9.c
867 F: include/hw/acpi/ich9.h
868 F: include/hw/acpi/piix4.h
869 F: hw/misc/sga.c
871 PC Chipset
872 M: Michael S. Tsirkin <mst@redhat.com>
873 M: Paolo Bonzini <pbonzini@redhat.com>
874 S: Supported
875 F: hw/char/debugcon.c
876 F: hw/char/parallel.c
877 F: hw/char/serial*
878 F: hw/dma/i8257*
879 F: hw/i2c/pm_smbus.c
880 F: hw/input/pckbd.c
881 F: hw/intc/apic*
882 F: hw/intc/ioapic*
883 F: hw/intc/i8259*
884 F: hw/misc/debugexit.c
885 F: hw/misc/pc-testdev.c
886 F: hw/timer/hpet*
887 F: hw/timer/i8254*
888 F: hw/timer/mc146818rtc*
889 F: hw/watchdog/wdt_ib700.c
890 F: include/hw/display/vga.h
891 F: include/hw/i2c/pm_smbus.h
892 F: include/hw/isa/i8257.h
893 F: include/hw/timer/hpet.h
894 F: include/hw/timer/i8254*
895 F: include/hw/timer/mc146818rtc*
897 Machine core
898 M: Eduardo Habkost <ehabkost@redhat.com>
899 M: Marcel Apfelbaum <marcel@redhat.com>
900 S: Supported
901 F: hw/core/machine.c
902 F: hw/core/null-machine.c
903 F: include/hw/boards.h
904 T: git git://github.com/ehabkost/qemu.git machine-next
906 Xtensa Machines
907 ---------------
909 M: Max Filippov <jcmvbkbc@gmail.com>
910 S: Maintained
911 F: hw/xtensa/sim.c
913 XTFPGA (LX60, LX200, ML605, KC705)
914 M: Max Filippov <jcmvbkbc@gmail.com>
915 S: Maintained
916 F: hw/xtensa/xtfpga.c
917 F: hw/net/opencores_eth.c
919 Devices
920 -------
922 M: Jiri Slaby <jslaby@suse.cz>
923 S: Maintained
924 F: hw/misc/edu.c
927 M: John Snow <jsnow@redhat.com>
928 L: qemu-block@nongnu.org
929 S: Supported
930 F: include/hw/ide.h
931 F: include/hw/ide/
932 F: hw/ide/
933 F: hw/block/block.c
934 F: hw/block/cdrom.c
935 F: hw/block/hd-geometry.c
936 F: tests/ide-test.c
937 F: tests/ahci-test.c
938 F: tests/libqos/ahci*
939 T: git git://github.com/jnsnow/qemu.git ide
941 Floppy
942 M: John Snow <jsnow@redhat.com>
943 L: qemu-block@nongnu.org
944 S: Supported
945 F: hw/block/fdc.c
946 F: include/hw/block/fdc.h
947 F: tests/fdc-test.c
948 T: git git://github.com/jnsnow/qemu.git ide
950 OMAP
951 M: Peter Maydell <peter.maydell@linaro.org>
952 S: Maintained
953 F: hw/*/omap*
954 F: include/hw/arm/omap.h
956 IPack
957 M: Alberto Garcia <berto@igalia.com>
958 S: Odd Fixes
959 F: hw/char/ipoctal232.c
960 F: hw/ipack/
963 M: Michael S. Tsirkin <mst@redhat.com>
964 M: Marcel Apfelbaum <marcel@redhat.com>
965 S: Supported
966 F: include/hw/pci/*
967 F: hw/misc/pci-testdev.c
968 F: hw/pci/*
969 F: hw/pci-bridge/*
970 F: docs/pci*
971 F: docs/specs/*pci*
972 F: default-configs/pci.mak
974 ACPI/SMBIOS
975 M: Michael S. Tsirkin <mst@redhat.com>
976 M: Igor Mammedov <imammedo@redhat.com>
977 S: Supported
978 F: include/hw/acpi/*
979 F: include/hw/smbios/*
980 F: hw/mem/*
981 F: hw/acpi/*
982 F: hw/smbios/*
983 F: hw/i386/acpi-build.[hc]
984 F: hw/arm/virt-acpi-build.c
985 F: tests/bios-tables-test.c
986 F: tests/acpi-utils.[hc]
988 ppc4xx
989 M: Alexander Graf <agraf@suse.de>
990 L: qemu-ppc@nongnu.org
991 S: Odd Fixes
992 F: hw/ppc/ppc4*.c
993 F: hw/i2c/ppc4xx_i2c.c
994 F: include/hw/ppc/ppc4xx.h
995 F: include/hw/i2c/ppc4xx_i2c.h
997 ppce500
998 M: Alexander Graf <agraf@suse.de>
999 L: qemu-ppc@nongnu.org
1000 S: Supported
1001 F: hw/ppc/e500*
1002 F: hw/pci-host/ppce500.c
1003 F: hw/net/fsl_etsec/
1005 Character devices
1006 M: Paolo Bonzini <pbonzini@redhat.com>
1007 S: Odd Fixes
1008 F: hw/char/
1010 Network devices
1011 M: Jason Wang <jasowang@redhat.com>
1012 S: Odd Fixes
1013 F: hw/net/
1014 F: include/hw/net/
1015 F: tests/virtio-net-test.c
1016 T: git git://github.com/jasowang/qemu.git net
1018 SCSI
1019 M: Paolo Bonzini <pbonzini@redhat.com>
1020 R: Fam Zheng <famz@redhat.com>
1021 S: Supported
1022 F: include/hw/scsi/*
1023 F: hw/scsi/*
1024 F: tests/virtio-scsi-test.c
1025 T: git git://github.com/bonzini/qemu.git scsi-next
1028 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1029 M: Alistair Francis <alistair.francis@xilinx.com>
1030 S: Maintained
1031 F: hw/ssi/*
1032 F: hw/block/m25p80.c
1033 F: include/hw/ssi/ssi.h
1034 X: hw/ssi/xilinx_*
1035 F: tests/m25p80-test.c
1037 Xilinx SPI
1038 M: Alistair Francis <alistair.francis@xilinx.com>
1039 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1040 S: Maintained
1041 F: hw/ssi/xilinx_*
1044 M: Gerd Hoffmann <kraxel@redhat.com>
1045 S: Maintained
1046 F: hw/usb/*
1047 F: tests/usb-*-test.c
1048 F: docs/usb2.txt
1049 F: docs/usb-storage.txt
1050 F: include/hw/usb.h
1051 F: include/hw/usb/
1052 F: default-configs/usb.mak
1054 USB (serial adapter)
1055 M: Gerd Hoffmann <kraxel@redhat.com>
1056 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1057 S: Maintained
1058 F: hw/usb/dev-serial.c
1060 VFIO
1061 M: Alex Williamson <alex.williamson@redhat.com>
1062 S: Supported
1063 F: hw/vfio/*
1064 F: include/hw/vfio/
1066 vfio-ccw
1067 M: Cornelia Huck <cohuck@redhat.com>
1068 S: Supported
1069 F: hw/vfio/ccw.c
1070 F: hw/s390x/s390-ccw.c
1071 F: include/hw/s390x/s390-ccw.h
1072 T: git git://github.com/cohuck/qemu.git s390-next
1073 L: qemu-s390x@nongnu.org
1075 vhost
1076 M: Michael S. Tsirkin <mst@redhat.com>
1077 S: Supported
1078 F: hw/*/*vhost*
1079 F: docs/interop/vhost-user.txt
1081 virtio
1082 M: Michael S. Tsirkin <mst@redhat.com>
1083 S: Supported
1084 F: hw/*/virtio*
1085 F: hw/virtio/Makefile.objs
1086 F: hw/virtio/trace-events
1087 F: net/vhost-user.c
1088 F: include/hw/virtio/
1089 F: tests/virtio-balloon-test.c
1091 virtio-9p
1092 M: Greg Kurz <groug@kaod.org>
1093 S: Supported
1094 F: hw/9pfs/
1095 F: fsdev/
1096 F: tests/virtio-9p-test.c
1097 T: git git://github.com/gkurz/qemu.git 9p-next
1099 virtio-blk
1100 M: Stefan Hajnoczi <stefanha@redhat.com>
1101 L: qemu-block@nongnu.org
1102 S: Supported
1103 F: hw/block/virtio-blk.c
1104 F: hw/block/dataplane/*
1105 F: tests/virtio-blk-test.c
1106 T: git git://github.com/stefanha/qemu.git block
1108 virtio-ccw
1109 M: Cornelia Huck <cohuck@redhat.com>
1110 M: Christian Borntraeger <borntraeger@de.ibm.com>
1111 S: Supported
1112 F: hw/s390x/virtio-ccw.[hc]
1113 T: git git://github.com/cohuck/qemu.git s390-next
1114 T: git git://github.com/borntraeger/qemu.git s390-next
1115 L: qemu-s390x@nongnu.org
1117 virtio-input
1118 M: Gerd Hoffmann <kraxel@redhat.com>
1119 S: Maintained
1120 F: hw/input/virtio-input*.c
1121 F: include/hw/virtio/virtio-input.h
1123 virtio-serial
1124 M: Amit Shah <amit@kernel.org>
1125 S: Supported
1126 F: hw/char/virtio-serial-bus.c
1127 F: hw/char/virtio-console.c
1128 F: include/hw/virtio/virtio-serial.h
1129 F: tests/virtio-console-test.c
1130 F: tests/virtio-serial-test.c
1132 virtio-rng
1133 M: Amit Shah <amit@kernel.org>
1134 S: Supported
1135 F: hw/virtio/virtio-rng.c
1136 F: include/hw/virtio/virtio-rng.h
1137 F: include/sysemu/rng*.h
1138 F: backends/rng*.c
1139 F: tests/virtio-rng-test.c
1141 virtio-crypto
1142 M: Gonglei <arei.gonglei@huawei.com>
1143 S: Supported
1144 F: hw/virtio/virtio-crypto.c
1145 F: hw/virtio/virtio-crypto-pci.c
1146 F: include/hw/virtio/virtio-crypto.h
1148 nvme
1149 M: Keith Busch <keith.busch@intel.com>
1150 L: qemu-block@nongnu.org
1151 S: Supported
1152 F: hw/block/nvme*
1153 F: tests/nvme-test.c
1155 megasas
1156 M: Hannes Reinecke <hare@suse.com>
1157 L: qemu-block@nongnu.org
1158 S: Supported
1159 F: hw/scsi/megasas.c
1160 F: hw/scsi/mfi.h
1161 F: tests/megasas-test.c
1163 Network packet abstractions
1164 M: Dmitry Fleytman <dmitry@daynix.com>
1165 S: Maintained
1166 F: include/net/eth.h
1167 F: net/eth.c
1168 F: hw/net/net_rx_pkt*
1169 F: hw/net/net_tx_pkt*
1171 Vmware
1172 M: Dmitry Fleytman <dmitry@daynix.com>
1173 S: Maintained
1174 F: hw/net/vmxnet*
1175 F: hw/scsi/vmw_pvscsi*
1176 F: tests/vmxnet3-test.c
1178 Rocker
1179 M: Jiri Pirko <jiri@resnulli.us>
1180 S: Maintained
1181 F: hw/net/rocker/
1182 F: tests/rocker/
1183 F: docs/specs/rocker.txt
1185 NVDIMM
1186 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1187 S: Maintained
1188 F: hw/acpi/nvdimm.c
1189 F: hw/mem/nvdimm.c
1190 F: include/hw/mem/nvdimm.h
1192 e1000x
1193 M: Dmitry Fleytman <dmitry@daynix.com>
1194 S: Maintained
1195 F: hw/net/e1000x*
1197 e1000e
1198 M: Dmitry Fleytman <dmitry@daynix.com>
1199 S: Maintained
1200 F: hw/net/e1000e*
1202 eepro100
1203 M: Stefan Weil <sw@weilnetz.de>
1204 S: Maintained
1205 F: hw/net/eepro100.c
1207 Generic Loader
1208 M: Alistair Francis <alistair.francis@xilinx.com>
1209 S: Maintained
1210 F: hw/core/generic-loader.c
1211 F: include/hw/core/generic-loader.h
1212 F: docs/generic-loader.txt
1214 CHRP NVRAM
1215 M: Thomas Huth <thuth@redhat.com>
1216 S: Maintained
1217 F: hw/nvram/chrp_nvram.c
1218 F: include/hw/nvram/chrp_nvram.h
1219 F: tests/prom-env-test.c
1221 VM Generation ID
1222 M: Ben Warren <ben@skyportsystems.com>
1223 S: Maintained
1224 F: hw/acpi/vmgenid.c
1225 F: include/hw/acpi/vmgenid.h
1226 F: docs/specs/vmgenid.txt
1227 F: tests/vmgenid-test.c
1228 F: stubs/vmgenid.c
1230 Unimplemented device
1231 M: Peter Maydell <peter.maydell@linaro.org>
1232 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1233 S: Maintained
1234 F: include/hw/misc/unimp.h
1235 F: hw/misc/unimp.c
1237 Subsystems
1238 ----------
1239 Audio
1240 M: Gerd Hoffmann <kraxel@redhat.com>
1241 S: Maintained
1242 F: audio/
1243 F: hw/audio/
1244 F: include/hw/audio/
1245 F: tests/ac97-test.c
1246 F: tests/es1370-test.c
1247 F: tests/intel-hda-test.c
1249 Block layer core
1250 M: Kevin Wolf <kwolf@redhat.com>
1251 M: Max Reitz <mreitz@redhat.com>
1252 L: qemu-block@nongnu.org
1253 S: Supported
1254 F: block*
1255 F: block/
1256 F: hw/block/
1257 F: include/block/
1258 F: qemu-img*
1259 F: qemu-io*
1260 F: tests/qemu-iotests/
1261 F: util/qemu-progress.c
1262 T: git git://repo.or.cz/qemu/kevin.git block
1264 Block I/O path
1265 M: Stefan Hajnoczi <stefanha@redhat.com>
1266 M: Fam Zheng <famz@redhat.com>
1267 L: qemu-block@nongnu.org
1268 S: Supported
1269 F: util/async.c
1270 F: util/aio-*.c
1271 F: block/io.c
1272 F: migration/block*
1273 F: include/block/aio.h
1274 F: scripts/qemugdb/aio.py
1275 T: git git://github.com/stefanha/qemu.git block
1277 Block SCSI subsystem
1278 M: Paolo Bonzini <pbonzini@redhat.com>
1279 R: Fam Zheng <famz@redhat.com>
1280 L: qemu-block@nongnu.org
1281 S: Supported
1282 F: include/scsi/*
1283 F: scsi/*
1285 Block Jobs
1286 M: Jeff Cody <jcody@redhat.com>
1287 L: qemu-block@nongnu.org
1288 S: Supported
1289 F: blockjob.c
1290 F: include/block/blockjob.h
1291 F: block/backup.c
1292 F: block/commit.c
1293 F: block/stream.c
1294 F: block/mirror.c
1295 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1297 Block QAPI, monitor, command line
1298 M: Markus Armbruster <armbru@redhat.com>
1299 S: Supported
1300 F: blockdev.c
1301 F: block/qapi.c
1302 F: qapi/block*.json
1303 F: qapi/transaction.json
1304 T: git git://repo.or.cz/qemu/armbru.git block-next
1306 Dirty Bitmaps
1307 M: Fam Zheng <famz@redhat.com>
1308 M: John Snow <jsnow@redhat.com>
1309 L: qemu-block@nongnu.org
1310 S: Supported
1311 F: util/hbitmap.c
1312 F: block/dirty-bitmap.c
1313 F: include/qemu/hbitmap.h
1314 F: include/block/dirty-bitmap.h
1315 F: tests/test-hbitmap.c
1316 F: docs/interop/bitmaps.rst
1317 T: git git://github.com/famz/qemu.git bitmaps
1318 T: git git://github.com/jnsnow/qemu.git bitmaps
1320 Character device backends
1321 M: Paolo Bonzini <pbonzini@redhat.com>
1322 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1323 S: Maintained
1324 F: chardev/
1325 F: include/chardev/
1326 F: qapi/char.json
1328 Character Devices (Braille)
1329 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1330 S: Maintained
1331 F: chardev/baum.c
1333 Command line option argument parsing
1334 M: Markus Armbruster <armbru@redhat.com>
1335 S: Supported
1336 F: include/qemu/option.h
1337 F: tests/test-keyval.c
1338 F: tests/test-qemu-opts.c
1339 F: util/keyval.c
1340 F: util/qemu-option.c
1342 Coverity model
1343 M: Markus Armbruster <armbru@redhat.com>
1344 S: Supported
1345 F: scripts/coverity-model.c
1348 L: qemu-devel@nongnu.org
1349 S: Supported
1350 F: qom/cpu.c
1351 F: include/qom/cpu.h
1353 Device Tree
1354 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1355 M: Alexander Graf <agraf@suse.de>
1356 S: Maintained
1357 F: device_tree.c
1358 F: include/sysemu/device_tree.h
1360 Dump
1361 S: Supported
1362 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1363 F: dump.c
1364 F: hw/misc/vmcoreinfo.c
1365 F: include/hw/misc/vmcoreinfo.h
1366 F: include/sysemu/dump-arch.h
1367 F: include/sysemu/dump.h
1368 F: scripts/dump-guest-memory.py
1369 F: stubs/dump.c
1371 Error reporting
1372 M: Markus Armbruster <armbru@redhat.com>
1373 S: Supported
1374 F: include/qapi/error.h
1375 F: include/qemu/error-report.h
1376 F: util/error.c
1377 F: util/qemu-error.c
1379 GDB stub
1380 L: qemu-devel@nongnu.org
1381 S: Odd Fixes
1382 F: gdbstub*
1383 F: gdb-xml/
1385 Memory API
1386 M: Paolo Bonzini <pbonzini@redhat.com>
1387 S: Supported
1388 F: include/exec/ioport.h
1389 F: ioport.c
1390 F: include/exec/memory.h
1391 F: include/exec/ram_addr.h
1392 F: memory.c
1393 F: include/exec/memory-internal.h
1394 F: exec.c
1396 SPICE
1397 M: Gerd Hoffmann <kraxel@redhat.com>
1398 S: Supported
1399 F: include/ui/qemu-spice.h
1400 F: include/ui/spice-display.h
1401 F: ui/spice-*.c
1402 F: audio/spiceaudio.c
1403 F: hw/display/qxl*
1404 F: qapi/ui.json
1406 Graphics
1407 M: Gerd Hoffmann <kraxel@redhat.com>
1408 S: Odd Fixes
1409 F: ui/
1410 F: include/ui/
1411 F: qapi/ui.json
1413 Cocoa graphics
1414 M: Peter Maydell <peter.maydell@linaro.org>
1415 S: Odd Fixes
1416 F: ui/cocoa.m
1418 Main loop
1419 M: Paolo Bonzini <pbonzini@redhat.com>
1420 S: Maintained
1421 F: cpus.c
1422 F: util/main-loop.c
1423 F: util/qemu-timer.c
1424 F: vl.c
1425 F: qapi/run-state.json
1427 Human Monitor (HMP)
1428 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1429 S: Maintained
1430 F: monitor.c
1431 F: hmp.[ch]
1432 F: hmp-commands*.hx
1433 F: include/monitor/hmp-target.h
1434 F: tests/test-hmp.c
1436 Network device backends
1437 M: Jason Wang <jasowang@redhat.com>
1438 S: Maintained
1439 F: net/
1440 F: include/net/
1441 T: git git://github.com/jasowang/qemu.git net
1442 F: qapi/net.json
1444 Netmap network backend
1445 M: Luigi Rizzo <rizzo@iet.unipi.it>
1446 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1447 M: Vincenzo Maffione <v.maffione@gmail.com>
1448 W: http://info.iet.unipi.it/~luigi/netmap/
1449 S: Maintained
1450 F: net/netmap.c
1452 NUMA
1453 M: Eduardo Habkost <ehabkost@redhat.com>
1454 S: Maintained
1455 F: numa.c
1456 F: include/sysemu/numa.h
1457 T: git git://github.com/ehabkost/qemu.git machine-next
1459 Host Memory Backends
1460 M: Eduardo Habkost <ehabkost@redhat.com>
1461 M: Igor Mammedov <imammedo@redhat.com>
1462 S: Maintained
1463 F: backends/hostmem*.c
1464 F: include/sysemu/hostmem.h
1465 T: git git://github.com/ehabkost/qemu.git machine-next
1467 Cryptodev Backends
1468 M: Gonglei <arei.gonglei@huawei.com>
1469 S: Maintained
1470 F: include/sysemu/cryptodev*.h
1471 F: backends/cryptodev*.c
1473 Python scripts
1474 M: Eduardo Habkost <ehabkost@redhat.com>
1475 M: Cleber Rosa <crosa@redhat.com>
1476 S: Odd fixes
1477 F: scripts/qmp/*
1478 F: scripts/*.py
1479 F: tests/*.py
1481 QAPI
1482 M: Markus Armbruster <armbru@redhat.com>
1483 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1484 S: Supported
1485 F: qapi/
1486 X: qapi/*.json
1487 F: include/qapi/
1488 X: include/qapi/qmp/
1489 F: include/qapi/qmp/dispatch.h
1490 F: tests/qapi-schema/
1491 F: tests/test-*-visitor.c
1492 F: tests/test-qapi-*.c
1493 F: tests/test-qmp-*.c
1494 F: tests/test-visitor-serialization.c
1495 F: scripts/qapi*
1496 F: docs/devel/qapi*
1497 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1499 QAPI Schema
1500 M: Eric Blake <eblake@redhat.com>
1501 M: Markus Armbruster <armbru@redhat.com>
1502 S: Supported
1503 F: qapi-schema.json
1504 F: qapi/*.json
1505 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1507 QObject
1508 M: Markus Armbruster <armbru@redhat.com>
1509 S: Supported
1510 F: qobject/
1511 F: include/qapi/qmp/
1512 X: include/qapi/qmp/dispatch.h
1513 F: scripts/coccinelle/qobject.cocci
1514 F: tests/check-qdict.c
1515 F: tests/check-qnum.c
1516 F: tests/check-qjson.c
1517 F: tests/check-qlist.c
1518 F: tests/check-qstring.c
1519 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1521 QEMU Guest Agent
1522 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1523 S: Maintained
1524 F: qga/
1525 F: qemu-ga.texi
1526 F: scripts/qemu-guest-agent/
1527 F: tests/test-qga.c
1528 F: docs/interop/qemu-ga-ref.texi
1529 T: git git://github.com/mdroth/qemu.git qga
1532 M: Andreas Färber <afaerber@suse.de>
1533 S: Supported
1534 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1535 F: include/qom/
1536 X: include/qom/cpu.h
1537 F: qom/
1538 X: qom/cpu.c
1539 F: tests/check-qom-interface.c
1540 F: tests/check-qom-proplist.c
1541 F: tests/qom-test.c
1544 M: Markus Armbruster <armbru@redhat.com>
1545 S: Supported
1546 F: qmp.c
1547 F: monitor.c
1548 F: docs/devel/*qmp-*
1549 F: scripts/qmp/
1550 F: tests/qmp-test.c
1551 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1553 Register API
1554 M: Alistair Francis <alistair.francis@xilinx.com>
1555 S: Maintained
1556 F: hw/core/register.c
1557 F: include/hw/register.h
1558 F: include/hw/registerfields.h
1560 SLIRP
1561 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1562 M: Jan Kiszka <jan.kiszka@siemens.com>
1563 S: Maintained
1564 F: slirp/
1565 F: net/slirp.c
1566 F: include/net/slirp.h
1567 T: git git://git.kiszka.org/qemu.git queues/slirp
1569 Stubs
1570 M: Paolo Bonzini <pbonzini@redhat.com>
1571 S: Maintained
1572 F: stubs/
1574 Tracing
1575 M: Stefan Hajnoczi <stefanha@redhat.com>
1576 S: Maintained
1577 F: trace/
1578 F: scripts/tracetool.py
1579 F: scripts/tracetool/
1580 F: docs/devel/tracing.txt
1581 T: git git://github.com/stefanha/qemu.git tracing
1584 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1585 S: Maintained
1586 F: tpm.c
1587 F: stubs/tpm.c
1588 F: hw/tpm/*
1589 F: include/hw/acpi/tpm.h
1590 F: include/sysemu/tpm*
1591 F: qapi/tpm.json
1592 F: backends/tpm.c
1594 Checkpatch
1595 S: Odd Fixes
1596 F: scripts/checkpatch.pl
1598 Migration
1599 M: Juan Quintela <quintela@redhat.com>
1600 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1601 S: Maintained
1602 F: include/migration/
1603 F: migration/
1604 F: scripts/vmstate-static-checker.py
1605 F: tests/vmstate-static-checker-data/
1606 F: tests/migration-test.c
1607 F: docs/devel/migration.txt
1608 F: qapi/migration.json
1610 Seccomp
1611 M: Eduardo Otubo <otubo@redhat.com>
1612 S: Supported
1613 F: qemu-seccomp.c
1614 F: include/sysemu/seccomp.h
1616 Cryptography
1617 M: Daniel P. Berrange <berrange@redhat.com>
1618 S: Maintained
1619 F: crypto/
1620 F: include/crypto/
1621 F: tests/test-crypto-*
1622 F: tests/benchmark-crypto-*
1623 F: qemu.sasl
1625 Coroutines
1626 M: Stefan Hajnoczi <stefanha@redhat.com>
1627 M: Kevin Wolf <kwolf@redhat.com>
1628 F: util/*coroutine*
1629 F: include/qemu/coroutine*
1630 F: tests/test-coroutine.c
1632 Buffers
1633 M: Daniel P. Berrange <berrange@redhat.com>
1634 S: Odd fixes
1635 F: util/buffer.c
1636 F: include/qemu/buffer.h
1638 I/O Channels
1639 M: Daniel P. Berrange <berrange@redhat.com>
1640 S: Maintained
1641 F: io/
1642 F: include/io/
1643 F: tests/test-io-*
1645 Sockets
1646 M: Daniel P. Berrange <berrange@redhat.com>
1647 M: Gerd Hoffmann <kraxel@redhat.com>
1648 M: Paolo Bonzini <pbonzini@redhat.com>
1649 S: Maintained
1650 F: include/qemu/sockets.h
1651 F: util/qemu-sockets.c
1652 F: qapi/sockets.json
1654 Throttling infrastructure
1655 M: Alberto Garcia <berto@igalia.com>
1656 S: Supported
1657 F: block/throttle-groups.c
1658 F: include/block/throttle-groups.h
1659 F: include/qemu/throttle*.h
1660 F: util/throttle.c
1661 F: docs/throttle.txt
1662 F: tests/test-throttle.c
1663 L: qemu-block@nongnu.org
1665 UUID
1666 M: Fam Zheng <famz@redhat.com>
1667 S: Supported
1668 F: util/uuid.c
1669 F: include/qemu/uuid.h
1670 F: tests/test-uuid.c
1672 COLO Framework
1673 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1674 S: Maintained
1675 F: migration/colo*
1676 F: include/migration/colo.h
1677 F: include/migration/failover.h
1678 F: docs/COLO-FT.txt
1680 COLO Proxy
1681 M: Zhang Chen <zhangckid@gmail.com>
1682 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1683 S: Supported
1684 F: docs/colo-proxy.txt
1685 F: net/colo*
1686 F: net/filter-rewriter.c
1687 F: net/filter-mirror.c
1689 Record/replay
1690 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1691 R: Paolo Bonzini <pbonzini@redhat.com>
1692 W: https://wiki.qemu.org/Features/record-replay
1693 S: Supported
1694 F: replay/*
1695 F: block/blkreplay.c
1696 F: net/filter-replay.c
1697 F: include/sysemu/replay.h
1698 F: docs/replay.txt
1699 F: stubs/replay.c
1701 Usermode Emulation
1702 ------------------
1703 Overall
1704 M: Riku Voipio <riku.voipio@iki.fi>
1705 S: Maintained
1706 F: thunk.c
1707 F: accel/tcg/user-exec*.c
1709 BSD user
1710 S: Orphan
1711 F: bsd-user/
1712 F: default-configs/*-bsd-user.mak
1714 Linux user
1715 M: Riku Voipio <riku.voipio@iki.fi>
1716 R: Laurent Vivier <laurent@vivier.eu>
1717 S: Maintained
1718 F: linux-user/
1719 F: default-configs/*-linux-user.mak
1721 Tiny Code Generator (TCG)
1722 -------------------------
1723 Common code
1724 M: Richard Henderson <rth@twiddle.net>
1725 S: Maintained
1726 F: tcg/
1728 AArch64 target
1729 M: Claudio Fontana <claudio.fontana@huawei.com>
1730 M: Claudio Fontana <claudio.fontana@gmail.com>
1731 S: Maintained
1732 L: qemu-arm@nongnu.org
1733 F: tcg/aarch64/
1734 F: disas/arm-a64.cc
1735 F: disas/libvixl/
1737 ARM target
1738 M: Andrzej Zaborowski <balrogg@gmail.com>
1739 S: Maintained
1740 L: qemu-arm@nongnu.org
1741 F: tcg/arm/
1742 F: disas/arm.c
1744 i386 target
1745 L: qemu-devel@nongnu.org
1746 S: Maintained
1747 F: tcg/i386/
1748 F: disas/i386.c
1750 MIPS target
1751 M: Aurelien Jarno <aurelien@aurel32.net>
1752 S: Maintained
1753 F: tcg/mips/
1754 F: disas/mips.c
1757 M: Richard Henderson <rth@twiddle.net>
1758 S: Odd Fixes
1759 F: tcg/ppc/
1760 F: disas/ppc.c
1762 S390 target
1763 M: Alexander Graf <agraf@suse.de>
1764 M: Richard Henderson <rth@twiddle.net>
1765 S: Maintained
1766 F: tcg/s390/
1767 F: disas/s390.c
1768 L: qemu-s390x@nongnu.org
1770 SPARC target
1771 S: Odd Fixes
1772 F: tcg/sparc/
1773 F: disas/sparc.c
1775 TCI target
1776 M: Stefan Weil <sw@weilnetz.de>
1777 S: Maintained
1778 F: tcg/tci/
1779 F: tcg/tci.c
1780 F: disas/tci.c
1782 Block drivers
1783 -------------
1784 VMDK
1785 M: Fam Zheng <famz@redhat.com>
1786 L: qemu-block@nongnu.org
1787 S: Supported
1788 F: block/vmdk.c
1791 M: Josh Durgin <jdurgin@redhat.com>
1792 M: Jeff Cody <jcody@redhat.com>
1793 L: qemu-block@nongnu.org
1794 S: Supported
1795 F: block/rbd.c
1796 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1798 Sheepdog
1799 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1800 M: Liu Yuan <namei.unix@gmail.com>
1801 M: Jeff Cody <jcody@redhat.com>
1802 L: qemu-block@nongnu.org
1803 L: sheepdog@lists.wpkg.org
1804 S: Supported
1805 F: block/sheepdog.c
1806 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1808 VHDX
1809 M: Jeff Cody <jcody@redhat.com>
1810 L: qemu-block@nongnu.org
1811 S: Supported
1812 F: block/vhdx*
1813 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1816 M: Stefan Weil <sw@weilnetz.de>
1817 L: qemu-block@nongnu.org
1818 S: Maintained
1819 F: block/vdi.c
1821 iSCSI
1822 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1823 M: Paolo Bonzini <pbonzini@redhat.com>
1824 M: Peter Lieven <pl@kamp.de>
1825 L: qemu-block@nongnu.org
1826 S: Supported
1827 F: block/iscsi.c
1828 F: block/iscsi-opts.c
1830 Network Block Device (NBD)
1831 M: Eric Blake <eblake@redhat.com>
1832 M: Paolo Bonzini <pbonzini@redhat.com>
1833 L: qemu-block@nongnu.org
1834 S: Maintained
1835 F: block/nbd*
1836 F: nbd/
1837 F: include/block/nbd*
1838 F: qemu-nbd.*
1839 F: blockdev-nbd.c
1840 T: git git://repo.or.cz/qemu/ericb.git nbd
1843 M: Jeff Cody <jcody@redhat.com>
1844 M: Peter Lieven <pl@kamp.de>
1845 L: qemu-block@nongnu.org
1846 S: Maintained
1847 F: block/nfs.c
1848 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1851 M: Richard W.M. Jones <rjones@redhat.com>
1852 M: Jeff Cody <jcody@redhat.com>
1853 L: qemu-block@nongnu.org
1854 S: Supported
1855 F: block/ssh.c
1856 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1858 CURL
1859 M: Jeff Cody <jcody@redhat.com>
1860 L: qemu-block@nongnu.org
1861 S: Supported
1862 F: block/curl.c
1863 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1865 GLUSTER
1866 M: Jeff Cody <jcody@redhat.com>
1867 L: qemu-block@nongnu.org
1868 S: Supported
1869 F: block/gluster.c
1870 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1872 Null Block Driver
1873 M: Fam Zheng <famz@redhat.com>
1874 L: qemu-block@nongnu.org
1875 S: Supported
1876 F: block/null.c
1878 Bootdevice
1879 M: Gonglei <arei.gonglei@huawei.com>
1880 S: Maintained
1881 F: bootdevice.c
1883 Quorum
1884 M: Alberto Garcia <berto@igalia.com>
1885 S: Supported
1886 F: block/quorum.c
1887 L: qemu-block@nongnu.org
1889 blkverify
1890 M: Stefan Hajnoczi <stefanha@redhat.com>
1891 L: qemu-block@nongnu.org
1892 S: Supported
1893 F: block/blkverify.c
1895 bochs
1896 M: Stefan Hajnoczi <stefanha@redhat.com>
1897 L: qemu-block@nongnu.org
1898 S: Supported
1899 F: block/bochs.c
1901 cloop
1902 M: Stefan Hajnoczi <stefanha@redhat.com>
1903 L: qemu-block@nongnu.org
1904 S: Supported
1905 F: block/cloop.c
1908 M: Stefan Hajnoczi <stefanha@redhat.com>
1909 L: qemu-block@nongnu.org
1910 S: Supported
1911 F: block/dmg.c
1913 parallels
1914 M: Stefan Hajnoczi <stefanha@redhat.com>
1915 M: Denis V. Lunev <den@openvz.org>
1916 L: qemu-block@nongnu.org
1917 S: Supported
1918 F: block/parallels.c
1919 F: docs/interop/parallels.txt
1922 M: Stefan Hajnoczi <stefanha@redhat.com>
1923 L: qemu-block@nongnu.org
1924 S: Supported
1925 F: block/qed.c
1928 M: Kevin Wolf <kwolf@redhat.com>
1929 L: qemu-block@nongnu.org
1930 S: Supported
1931 F: block/linux-aio.c
1932 F: include/block/raw-aio.h
1933 F: block/raw-format.c
1934 F: block/file-posix.c
1935 F: block/file-win32.c
1936 F: block/win32-aio.c
1938 qcow2
1939 M: Kevin Wolf <kwolf@redhat.com>
1940 M: Max Reitz <mreitz@redhat.com>
1941 L: qemu-block@nongnu.org
1942 S: Supported
1943 F: block/qcow2*
1944 F: docs/interop/qcow2.txt
1946 qcow
1947 M: Kevin Wolf <kwolf@redhat.com>
1948 L: qemu-block@nongnu.org
1949 S: Supported
1950 F: block/qcow.c
1952 blkdebug
1953 M: Kevin Wolf <kwolf@redhat.com>
1954 M: Max Reitz <mreitz@redhat.com>
1955 L: qemu-block@nongnu.org
1956 S: Supported
1957 F: block/blkdebug.c
1960 M: Kevin Wolf <kwolf@redhat.com>
1961 L: qemu-block@nongnu.org
1962 S: Supported
1963 F: block/vpc.c
1965 vvfat
1966 M: Kevin Wolf <kwolf@redhat.com>
1967 L: qemu-block@nongnu.org
1968 S: Supported
1969 F: block/vvfat.c
1971 Image format fuzzer
1972 M: Stefan Hajnoczi <stefanha@redhat.com>
1973 L: qemu-block@nongnu.org
1974 S: Supported
1975 F: tests/image-fuzzer/
1977 Replication
1978 M: Wen Congyang <wencongyang2@huawei.com>
1979 M: Xie Changlong <xiechanglong.d@gmail.com>
1980 S: Supported
1981 F: replication*
1982 F: block/replication.c
1983 F: tests/test-replication.c
1984 F: docs/block-replication.txt
1986 Build and test automation
1987 -------------------------
1988 Build and test automation
1989 M: Alex Bennée <alex.bennee@linaro.org>
1990 M: Fam Zheng <famz@redhat.com>
1991 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1992 L: qemu-devel@nongnu.org
1993 S: Maintained
1994 F: .travis.yml
1995 F: .shippable.yml
1996 F: tests/docker/
1997 F: tests/vm/
1998 W: https://travis-ci.org/qemu/qemu
1999 W: https://app.shippable.com/github/qemu/qemu
2000 W: http://patchew.org/QEMU/
2002 Documentation
2003 -------------
2004 Build system architecture
2005 M: Daniel P. Berrange <berrange@redhat.com>
2006 S: Odd Fixes
2007 F: docs/devel/build-system.txt
2009 Build System
2010 ------------
2011 GIT submodules
2012 M: Daniel P. Berrange <berrange@redhat.com>
2013 S: Odd Fixes
2014 F: scripts/git-submodule.sh