hw/input/i8042: Extract declarations from i386/pc.h into input/i8042.h
[qemu/ar7.git] / MAINTAINERS
blob6703ac8c89c087c48c21a8e1c1d2b0230daf6570
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 Architecture support
80 --------------------
81 S390
82 M: Cornelia Huck <cohuck@redhat.com>
83 S: Supported
84 F: default-configs/s390x-softmmu.mak
85 F: gdb-xml/s390*.xml
86 F: hw/char/sclp*.[hc]
87 F: hw/char/terminal3270.c
88 F: hw/intc/s390_flic.c
89 F: hw/intc/s390_flic_kvm.c
90 F: hw/s390x/
91 F: hw/vfio/ccw.c
92 F: hw/watchdog/wdt_diag288.c
93 F: include/hw/s390x/
94 F: include/hw/watchdog/wdt_diag288.h
95 F: pc-bios/s390-ccw/
96 F: pc-bios/s390-ccw.img
97 F: target/s390x/
98 K: ^Subject:.*(?i)s390x?
99 T: git git://github.com/cohuck/qemu.git s390-next
100 L: qemu-s390x@nongnu.org
102 Guest CPU cores (TCG):
103 ----------------------
104 Overall
105 L: qemu-devel@nongnu.org
106 M: Paolo Bonzini <pbonzini@redhat.com>
107 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
108 M: Richard Henderson <rth@twiddle.net>
109 S: Maintained
110 F: cpus.c
111 F: exec.c
112 F: accel/tcg/
113 F: include/exec/cpu*.h
114 F: include/exec/exec-all.h
115 F: include/exec/helper*.h
116 F: include/exec/tb-hash.h
117 F: include/sysemu/cpus.h
119 FPU emulation
120 M: Aurelien Jarno <aurelien@aurel32.net>
121 M: Peter Maydell <peter.maydell@linaro.org>
122 S: Odd Fixes
123 F: fpu/
124 F: include/fpu/
126 Alpha
127 M: Richard Henderson <rth@twiddle.net>
128 S: Maintained
129 F: target/alpha/
130 F: hw/alpha/
131 F: tests/tcg/alpha/
132 F: disas/alpha.c
135 M: Peter Maydell <peter.maydell@linaro.org>
136 L: qemu-arm@nongnu.org
137 S: Maintained
138 F: target/arm/
139 F: hw/arm/
140 F: hw/cpu/a*mpcore.c
141 F: include/hw/cpu/a*mpcore.h
142 F: disas/arm.c
143 F: disas/arm-a64.cc
144 F: disas/libvixl/
146 CRIS
147 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
148 S: Maintained
149 F: target/cris/
150 F: hw/cris/
151 F: include/hw/cris/
152 F: tests/tcg/cris/
153 F: disas/cris.c
155 HPPA (PA-RISC)
156 M: Richard Henderson <rth@twiddle.net>
157 S: Maintained
158 F: target/hppa/
159 F: hw/hppa/
160 F: disas/hppa.c
162 LM32
163 M: Michael Walle <michael@walle.cc>
164 S: Maintained
165 F: target/lm32/
166 F: disas/lm32.c
167 F: hw/lm32/
168 F: hw/*/lm32_*
169 F: hw/*/milkymist-*
170 F: include/hw/char/lm32_juart.h
171 F: include/hw/lm32/
172 F: tests/tcg/lm32/
174 M68K
175 M: Laurent Vivier <laurent@vivier.eu>
176 S: Maintained
177 F: target/m68k/
178 F: disas/m68k.c
180 MicroBlaze
181 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
182 S: Maintained
183 F: target/microblaze/
184 F: hw/microblaze/
185 F: disas/microblaze.c
187 MIPS
188 M: Aurelien Jarno <aurelien@aurel32.net>
189 M: Yongbok Kim <yongbok.kim@mips.com>
190 S: Maintained
191 F: target/mips/
192 F: hw/mips/
193 F: hw/misc/mips_*
194 F: hw/intc/mips_gic.c
195 F: hw/timer/mips_gictimer.c
196 F: include/hw/mips/
197 F: include/hw/misc/mips_*
198 F: include/hw/intc/mips_gic.h
199 F: include/hw/timer/mips_gictimer.h
200 F: tests/tcg/mips/
201 F: disas/mips.c
203 Moxie
204 M: Anthony Green <green@moxielogic.com>
205 S: Maintained
206 F: target/moxie/
207 F: disas/moxie.c
208 F: hw/moxie/
209 F: default-configs/moxie-softmmu.mak
211 NiosII
212 M: Chris Wulff <crwulff@gmail.com>
213 M: Marek Vasut <marex@denx.de>
214 S: Maintained
215 F: target/nios2/
216 F: hw/nios2/
217 F: disas/nios2.c
219 OpenRISC
220 M: Stafford Horne <shorne@gmail.com>
221 S: Odd Fixes
222 F: target/openrisc/
223 F: hw/openrisc/
224 F: tests/tcg/openrisc/
226 PowerPC
227 M: David Gibson <david@gibson.dropbear.id.au>
228 M: Alexander Graf <agraf@suse.de>
229 L: qemu-ppc@nongnu.org
230 S: Maintained
231 F: target/ppc/
232 F: hw/ppc/
233 F: include/hw/ppc/
234 F: disas/ppc.c
236 RISC-V
237 M: Michael Clark <mjc@sifive.com>
238 M: Palmer Dabbelt <palmer@sifive.com>
239 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
240 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
241 S: Maintained
242 F: target/riscv/
243 F: hw/riscv/
244 F: include/hw/riscv/
245 F: disas/riscv.c
247 S390
248 M: Richard Henderson <rth@twiddle.net>
249 M: Alexander Graf <agraf@suse.de>
250 M: David Hildenbrand <david@redhat.com>
251 S: Maintained
252 F: target/s390x/
253 F: hw/s390x/
254 F: disas/s390.c
255 L: qemu-s390x@nongnu.org
258 M: Aurelien Jarno <aurelien@aurel32.net>
259 S: Odd Fixes
260 F: target/sh4/
261 F: hw/sh4/
262 F: disas/sh4.c
263 F: include/hw/sh4/
265 SPARC
266 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
267 M: Artyom Tarasenko <atar4qemu@gmail.com>
268 S: Maintained
269 F: target/sparc/
270 F: hw/sparc/
271 F: hw/sparc64/
272 F: disas/sparc.c
274 UniCore32
275 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
276 S: Maintained
277 F: target/unicore32/
278 F: hw/unicore32/
279 F: include/hw/unicore32/
282 M: Paolo Bonzini <pbonzini@redhat.com>
283 M: Richard Henderson <rth@twiddle.net>
284 M: Eduardo Habkost <ehabkost@redhat.com>
285 S: Maintained
286 F: target/i386/
287 F: hw/i386/
288 F: disas/i386.c
289 T: git git://github.com/ehabkost/qemu.git x86-next
291 Xtensa
292 M: Max Filippov <jcmvbkbc@gmail.com>
293 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
294 S: Maintained
295 F: target/xtensa/
296 F: hw/xtensa/
297 F: tests/tcg/xtensa/
298 F: disas/xtensa.c
300 TriCore
301 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
302 S: Maintained
303 F: target/tricore/
304 F: hw/tricore/
305 F: include/hw/tricore/
307 Guest CPU Cores (KVM):
308 ----------------------
310 Overall
311 M: Paolo Bonzini <pbonzini@redhat.com>
312 L: kvm@vger.kernel.org
313 S: Supported
314 F: */kvm.*
315 F: accel/kvm/
316 F: include/sysemu/kvm*.h
319 M: Peter Maydell <peter.maydell@linaro.org>
320 L: qemu-arm@nongnu.org
321 S: Maintained
322 F: target/arm/kvm.c
324 MIPS
325 M: James Hogan <jhogan@kernel.org>
326 S: Maintained
327 F: target/mips/kvm.c
330 M: Alexander Graf <agraf@suse.de>
331 S: Maintained
332 F: target/ppc/kvm.c
334 S390
335 M: Christian Borntraeger <borntraeger@de.ibm.com>
336 M: Cornelia Huck <cohuck@redhat.com>
337 M: Alexander Graf <agraf@suse.de>
338 S: Maintained
339 F: target/s390x/kvm.c
340 F: target/s390x/kvm_s390x.h
341 F: target/s390x/kvm-stub.c
342 F: target/s390x/ioinst.[ch]
343 F: target/s390x/machine.c
344 F: target/s390x/sigp.c
345 F: hw/intc/s390_flic.c
346 F: hw/intc/s390_flic_kvm.c
347 F: include/hw/s390x/s390_flic.h
348 F: gdb-xml/s390*.xml
349 T: git git://github.com/cohuck/qemu.git s390-next
350 T: git git://github.com/borntraeger/qemu.git s390-next
351 L: qemu-s390x@nongnu.org
354 M: Paolo Bonzini <pbonzini@redhat.com>
355 M: Marcelo Tosatti <mtosatti@redhat.com>
356 L: kvm@vger.kernel.org
357 S: Supported
358 F: target/i386/kvm.c
360 Guest CPU Cores (Xen):
361 ----------------------
364 M: Stefano Stabellini <sstabellini@kernel.org>
365 M: Anthony Perard <anthony.perard@citrix.com>
366 L: xen-devel@lists.xenproject.org
367 S: Supported
368 F: */xen*
369 F: hw/9pfs/xen-9p-backend.c
370 F: hw/char/xen_console.c
371 F: hw/display/xenfb.c
372 F: hw/net/xen_nic.c
373 F: hw/block/xen_*
374 F: hw/xen/
375 F: hw/xenpv/
376 F: hw/i386/xen/
377 F: include/hw/xen/
378 F: include/sysemu/xen-mapcache.h
380 Hosts:
381 ------
383 LINUX
384 L: qemu-devel@nongnu.org
385 S: Maintained
386 F: linux-*
387 F: linux-headers/
389 POSIX
390 L: qemu-devel@nongnu.org
391 S: Maintained
392 F: *posix*
394 NETBSD
395 L: qemu-devel@nongnu.org
396 M: Kamil Rytarowski <kamil@netbsd.org>
397 S: Maintained
398 K: ^Subject:.*(?i)NetBSD
400 OPENBSD
401 L: qemu-devel@nongnu.org
402 M: Brad Smith <brad@comstyle.com>
403 S: Maintained
404 K: ^Subject:.*(?i)OpenBSD
406 W32, W64
407 L: qemu-devel@nongnu.org
408 M: Stefan Weil <sw@weilnetz.de>
409 S: Maintained
410 F: *win32*
411 F: */*win32*
412 F: include/*/*win32*
413 X: qga/*win32*
414 F: qemu.nsi
416 ARM Machines
417 ------------
418 Allwinner-a10
419 M: Beniamino Galvani <b.galvani@gmail.com>
420 L: qemu-arm@nongnu.org
421 S: Maintained
422 F: hw/*/allwinner*
423 F: include/hw/*/allwinner*
424 F: hw/arm/cubieboard.c
426 ARM PrimeCell and CMSDK devices
427 M: Peter Maydell <peter.maydell@linaro.org>
428 L: qemu-arm@nongnu.org
429 S: Maintained
430 F: hw/char/pl011.c
431 F: include/hw/char/pl011.h
432 F: hw/display/pl110*
433 F: hw/dma/pl080.c
434 F: hw/dma/pl330.c
435 F: hw/gpio/pl061.c
436 F: hw/input/pl050.c
437 F: hw/intc/pl190.c
438 F: hw/sd/pl181.c
439 F: hw/timer/pl031.c
440 F: include/hw/arm/primecell.h
441 F: hw/timer/cmsdk-apb-timer.c
442 F: include/hw/timer/cmsdk-apb-timer.h
443 F: hw/char/cmsdk-apb-uart.c
444 F: include/hw/char/cmsdk-apb-uart.h
446 ARM cores
447 M: Peter Maydell <peter.maydell@linaro.org>
448 L: qemu-arm@nongnu.org
449 S: Maintained
450 F: hw/intc/arm*
451 F: hw/intc/gic_internal.h
452 F: hw/misc/a9scu.c
453 F: hw/misc/arm11scu.c
454 F: hw/timer/a9gtimer*
455 F: hw/timer/arm*
456 F: include/hw/arm/arm*.h
457 F: include/hw/intc/arm*
458 F: include/hw/misc/a9scu.h
459 F: include/hw/misc/arm11scu.h
460 F: include/hw/timer/a9gtimer.h
461 F: include/hw/timer/arm_mptimer.h
462 F: include/hw/timer/armv7m_systick.h
463 F: tests/test-arm-mptimer.c
465 Exynos
466 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
467 L: qemu-arm@nongnu.org
468 S: Maintained
469 F: hw/*/exynos*
470 F: include/hw/arm/exynos4210.h
472 Calxeda Highbank
473 M: Rob Herring <robh@kernel.org>
474 L: qemu-arm@nongnu.org
475 S: Maintained
476 F: hw/arm/highbank.c
477 F: hw/net/xgmac.c
479 Canon DIGIC
480 M: Antony Pavlov <antonynpavlov@gmail.com>
481 L: qemu-arm@nongnu.org
482 S: Maintained
483 F: include/hw/arm/digic.h
484 F: hw/*/digic*
486 Gumstix
487 L: qemu-devel@nongnu.org
488 L: qemu-arm@nongnu.org
489 S: Orphan
490 F: hw/arm/gumstix.c
492 i.MX31
493 M: Peter Chubb <peter.chubb@nicta.com.au>
494 L: qemu-arm@nongnu.org
495 S: Odd fixes
496 F: hw/*/imx*
497 F: include/hw/*/imx*
498 F: hw/arm/kzm.c
499 F: include/hw/arm/fsl-imx31.h
501 Integrator CP
502 M: Peter Maydell <peter.maydell@linaro.org>
503 L: qemu-arm@nongnu.org
504 S: Maintained
505 F: hw/arm/integratorcp.c
506 F: hw/misc/arm_integrator_debug.c
508 MPS2
509 M: Peter Maydell <peter.maydell@linaro.org>
510 L: qemu-arm@nongnu.org
511 S: Maintained
512 F: hw/arm/mps2.c
513 F: hw/misc/mps2-scc.c
514 F: include/hw/misc/mps2-scc.h
516 Musicpal
517 M: Jan Kiszka <jan.kiszka@web.de>
518 L: qemu-arm@nongnu.org
519 S: Maintained
520 F: hw/arm/musicpal.c
522 nSeries
523 M: Andrzej Zaborowski <balrogg@gmail.com>
524 L: qemu-arm@nongnu.org
525 S: Maintained
526 F: hw/arm/nseries.c
528 Palm
529 M: Andrzej Zaborowski <balrogg@gmail.com>
530 L: qemu-arm@nongnu.org
531 S: Maintained
532 F: hw/arm/palm.c
534 Real View
535 M: Peter Maydell <peter.maydell@linaro.org>
536 L: qemu-arm@nongnu.org
537 S: Maintained
538 F: hw/arm/realview*
539 F: hw/cpu/realview_mpcore.c
540 F: hw/intc/realview_gic.c
541 F: include/hw/intc/realview_gic.h
543 PXA2XX
544 M: Andrzej Zaborowski <balrogg@gmail.com>
545 L: qemu-arm@nongnu.org
546 S: Maintained
547 F: hw/arm/mainstone.c
548 F: hw/arm/spitz.c
549 F: hw/arm/tosa.c
550 F: hw/arm/z2.c
551 F: hw/*/pxa2xx*
552 F: hw/misc/mst_fpga.c
553 F: include/hw/arm/pxa.h
555 Stellaris
556 M: Peter Maydell <peter.maydell@linaro.org>
557 L: qemu-arm@nongnu.org
558 S: Maintained
559 F: hw/*/stellaris*
561 Versatile PB
562 M: Peter Maydell <peter.maydell@linaro.org>
563 L: qemu-arm@nongnu.org
564 S: Maintained
565 F: hw/*/versatile*
566 F: hw/misc/arm_sysctl.c
568 Xilinx Zynq
569 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
570 M: Alistair Francis <alistair@alistair23.me>
571 L: qemu-arm@nongnu.org
572 S: Maintained
573 F: hw/*/xilinx_*
574 F: hw/*/cadence_*
575 F: hw/misc/zynq*
576 F: include/hw/misc/zynq*
577 X: hw/ssi/xilinx_*
579 Xilinx ZynqMP
580 M: Alistair Francis <alistair@alistair23.me>
581 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
582 L: qemu-arm@nongnu.org
583 S: Maintained
584 F: hw/*/xlnx*.c
585 F: include/hw/*/xlnx*.h
587 ARM ACPI Subsystem
588 M: Shannon Zhao <zhaoshenglong@huawei.com>
589 M: Shannon Zhao <shannon.zhaosl@gmail.com>
590 L: qemu-arm@nongnu.org
591 S: Maintained
592 F: hw/arm/virt-acpi-build.c
594 STM32F205
595 M: Alistair Francis <alistair@alistair23.me>
596 S: Maintained
597 F: hw/arm/stm32f205_soc.c
598 F: hw/misc/stm32f2xx_syscfg.c
599 F: hw/char/stm32f2xx_usart.c
600 F: hw/timer/stm32f2xx_timer.c
601 F: hw/adc/*
602 F: hw/ssi/stm32f2xx_spi.c
603 F: include/hw/*/stm32*.h
605 Netduino 2
606 M: Alistair Francis <alistair@alistair23.me>
607 S: Maintained
608 F: hw/arm/netduino2.c
610 SmartFusion2
611 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
612 S: Maintained
613 F: hw/arm/msf2-soc.c
614 F: hw/misc/msf2-sysreg.c
615 F: hw/timer/mss-timer.c
616 F: hw/ssi/mss-spi.c
617 F: include/hw/arm/msf2-soc.h
618 F: include/hw/misc/msf2-sysreg.h
619 F: include/hw/timer/mss-timer.h
620 F: include/hw/ssi/mss-spi.h
622 Emcraft M2S-FG484
623 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
624 S: Maintained
625 F: hw/arm/msf2-som.c
627 CRIS Machines
628 -------------
629 Axis Dev88
630 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
631 S: Maintained
632 F: hw/cris/axis_dev88.c
633 F: hw/*/etraxfs_*.c
635 LM32 Machines
636 -------------
637 EVR32 and uclinux BSP
638 M: Michael Walle <michael@walle.cc>
639 S: Maintained
640 F: hw/lm32/lm32_boards.c
642 milkymist
643 M: Michael Walle <michael@walle.cc>
644 S: Maintained
645 F: hw/lm32/milkymist.c
647 M68K Machines
648 -------------
649 an5206
650 M: Thomas Huth <huth@tuxfamily.org>
651 S: Odd Fixes
652 F: hw/m68k/an5206.c
653 F: hw/m68k/mcf5206.c
655 mcf5208
656 M: Thomas Huth <huth@tuxfamily.org>
657 S: Odd Fixes
658 F: hw/m68k/mcf5208.c
659 F: hw/m68k/mcf_intc.c
660 F: hw/char/mcf_uart.c
661 F: hw/net/mcf_fec.c
662 F: include/hw/m68k/mcf*.h
664 MicroBlaze Machines
665 -------------------
666 petalogix_s3adsp1800
667 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
668 S: Maintained
669 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
671 petalogix_ml605
672 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
673 S: Maintained
674 F: hw/microblaze/petalogix_ml605_mmu.c
676 MIPS Machines
677 -------------
678 Jazz
679 M: Hervé Poussineau <hpoussin@reactos.org>
680 S: Maintained
681 F: hw/mips/mips_jazz.c
683 Malta
684 M: Aurelien Jarno <aurelien@aurel32.net>
685 S: Maintained
686 F: hw/mips/mips_malta.c
688 Mipssim
689 M: Yongbok Kim <yongbok.kim@mips.com>
690 S: Odd Fixes
691 F: hw/mips/mips_mipssim.c
692 F: hw/net/mipsnet.c
694 R4000
695 M: Aurelien Jarno <aurelien@aurel32.net>
696 S: Maintained
697 F: hw/mips/mips_r4k.c
699 Fulong 2E
700 M: Yongbok Kim <yongbok.kim@mips.com>
701 S: Odd Fixes
702 F: hw/mips/mips_fulong2e.c
704 Boston
705 M: Paul Burton <paul.burton@mips.com>
706 S: Maintained
707 F: hw/core/loader-fit.c
708 F: hw/mips/boston.c
709 F: hw/pci-host/xilinx-pcie.c
711 OpenRISC Machines
712 -----------------
713 or1k-sim
714 M: Jia Liu <proljc@gmail.com>
715 S: Maintained
716 F: hw/openrisc/openrisc_sim.c
718 PowerPC Machines
719 ----------------
721 M: Alexander Graf <agraf@suse.de>
722 L: qemu-ppc@nongnu.org
723 S: Odd Fixes
724 F: hw/ppc/ppc405_boards.c
726 Bamboo
727 M: Alexander Graf <agraf@suse.de>
728 L: qemu-ppc@nongnu.org
729 S: Odd Fixes
730 F: hw/ppc/ppc440_bamboo.c
732 e500
733 M: Alexander Graf <agraf@suse.de>
734 L: qemu-ppc@nongnu.org
735 S: Supported
736 F: hw/ppc/e500.[hc]
737 F: hw/ppc/e500plat.c
738 F: include/hw/ppc/ppc_e500.h
739 F: include/hw/pci-host/ppce500.h
740 F: pc-bios/u-boot.e500
742 mpc8544ds
743 M: Alexander Graf <agraf@suse.de>
744 L: qemu-ppc@nongnu.org
745 S: Supported
746 F: hw/ppc/mpc8544ds.c
747 F: hw/ppc/mpc8544_guts.c
749 New World
750 M: Alexander Graf <agraf@suse.de>
751 L: qemu-ppc@nongnu.org
752 S: Maintained
753 F: hw/ppc/mac_newworld.c
754 F: hw/pci-host/uninorth.c
755 F: hw/pci-bridge/dec.[hc]
756 F: hw/misc/macio/
757 F: include/hw/ppc/mac_dbdma.h
758 F: hw/nvram/mac_nvram.c
760 Old World
761 M: Alexander Graf <agraf@suse.de>
762 L: qemu-ppc@nongnu.org
763 S: Maintained
764 F: hw/ppc/mac_oldworld.c
765 F: hw/pci-host/grackle.c
766 F: hw/misc/macio/
767 F: hw/intc/heathrow_pic.c
769 PReP
770 M: Hervé Poussineau <hpoussin@reactos.org>
771 L: qemu-devel@nongnu.org
772 L: qemu-ppc@nongnu.org
773 S: Maintained
774 F: hw/ppc/prep.c
775 F: hw/ppc/prep_systemio.c
776 F: hw/ppc/rs6000_mc.c
777 F: hw/pci-host/prep.[hc]
778 F: hw/isa/i82378.c
779 F: hw/isa/pc87312.[hc]
780 F: hw/dma/i82374.c
781 F: hw/timer/m48t59-isa.c
782 F: include/hw/timer/m48t59.h
783 F: pc-bios/ppc_rom.bin
785 sPAPR
786 M: David Gibson <david@gibson.dropbear.id.au>
787 M: Alexander Graf <agraf@suse.de>
788 L: qemu-ppc@nongnu.org
789 S: Supported
790 F: hw/*/spapr*
791 F: include/hw/*/spapr*
792 F: hw/*/xics*
793 F: include/hw/*/xics*
794 F: pc-bios/spapr-rtas/*
795 F: pc-bios/spapr-rtas.bin
796 F: pc-bios/slof.bin
797 F: pc-bios/skiboot.lid
798 F: docs/specs/ppc-spapr-hcalls.txt
799 F: docs/specs/ppc-spapr-hotplug.txt
800 F: tests/spapr*
801 F: tests/libqos/*spapr*
802 F: tests/rtas*
803 F: tests/libqos/rtas*
805 virtex_ml507
806 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
807 L: qemu-ppc@nongnu.org
808 S: Odd Fixes
809 F: hw/ppc/virtex_ml507.c
811 sam460ex
812 M: BALATON Zoltan <balaton@eik.bme.hu>
813 L: qemu-ppc@nongnu.org
814 S: Maintained
815 F: hw/ide/sii3112.c
817 SH4 Machines
818 ------------
820 M: Magnus Damm <magnus.damm@gmail.com>
821 S: Maintained
822 F: hw/sh4/r2d.c
823 F: hw/intc/sh_intc.c
824 F: hw/timer/sh_timer.c
826 Shix
827 M: Magnus Damm <magnus.damm@gmail.com>
828 S: Odd Fixes
829 F: hw/sh4/shix.c
831 SPARC Machines
832 --------------
833 Sun4m
834 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
835 S: Maintained
836 F: hw/sparc/sun4m.c
837 F: hw/dma/sparc32_dma.c
838 F: hw/dma/sun4m_iommu.c
839 F: hw/misc/eccmemctl.c
840 F: hw/misc/slavio_misc.c
841 F: include/hw/sparc/sparc32_dma.h
842 F: include/hw/sparc/sun4m.h
843 F: pc-bios/openbios-sparc32
845 Sun4u
846 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
847 S: Maintained
848 F: hw/sparc64/sun4u.c
849 F: pc-bios/openbios-sparc64
851 Sun4v
852 M: Artyom Tarasenko <atar4qemu@gmail.com>
853 S: Maintained
854 F: hw/sparc64/niagara.c
855 F: hw/timer/sun4v-rtc.c
856 F: include/hw/timer/sun4v-rtc.h
858 Leon3
859 M: Fabien Chouteau <chouteau@adacore.com>
860 S: Maintained
861 F: hw/sparc/leon3.c
862 F: hw/*/grlib*
863 F: include/hw/sparc/grlib.h
865 S390 Machines
866 -------------
867 S390 Virtio-ccw
868 M: Cornelia Huck <cohuck@redhat.com>
869 M: Christian Borntraeger <borntraeger@de.ibm.com>
870 M: Alexander Graf <agraf@suse.de>
871 S: Supported
872 F: hw/char/sclp*.[hc]
873 F: hw/char/terminal3270.c
874 F: hw/s390x/
875 F: include/hw/s390x/
876 F: hw/watchdog/wdt_diag288.c
877 F: include/hw/watchdog/wdt_diag288.h
878 F: default-configs/s390x-softmmu.mak
879 T: git git://github.com/cohuck/qemu.git s390-next
880 T: git git://github.com/borntraeger/qemu.git s390-next
881 L: qemu-s390x@nongnu.org
883 S390-ccw Bios
884 M: Christian Borntraeger <borntraeger@de.ibm.com>
885 M: Thomas Huth <thuth@redhat.com>
886 S: Supported
887 F: pc-bios/s390-ccw/
888 F: pc-bios/s390-ccw.img
889 T: git git://github.com/borntraeger/qemu.git s390-next
890 L: qemu-s390x@nongnu.org
892 UniCore32 Machines
893 -------------
894 PKUnity-3 SoC initramfs-with-busybox
895 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
896 S: Maintained
897 F: hw/*/puv3*
898 F: hw/unicore32/
900 X86 Machines
901 ------------
903 M: Michael S. Tsirkin <mst@redhat.com>
904 M: Marcel Apfelbaum <marcel@redhat.com>
905 S: Supported
906 F: include/hw/i386/
907 F: hw/i386/
908 F: hw/pci-host/piix.c
909 F: hw/pci-host/q35.c
910 F: hw/pci-host/pam.c
911 F: include/hw/pci-host/q35.h
912 F: include/hw/pci-host/pam.h
913 F: hw/isa/piix4.c
914 F: hw/isa/lpc_ich9.c
915 F: hw/i2c/smbus_ich9.c
916 F: hw/acpi/piix4.c
917 F: hw/acpi/ich9.c
918 F: include/hw/acpi/ich9.h
919 F: include/hw/acpi/piix4.h
920 F: hw/misc/sga.c
922 PC Chipset
923 M: Michael S. Tsirkin <mst@redhat.com>
924 M: Paolo Bonzini <pbonzini@redhat.com>
925 S: Supported
926 F: hw/char/debugcon.c
927 F: hw/char/parallel*
928 F: hw/char/serial*
929 F: hw/dma/i8257*
930 F: hw/i2c/pm_smbus.c
931 F: hw/input/pckbd.c
932 F: hw/intc/apic*
933 F: hw/intc/ioapic*
934 F: hw/intc/i8259*
935 F: hw/misc/debugexit.c
936 F: hw/misc/pc-testdev.c
937 F: hw/timer/hpet*
938 F: hw/timer/i8254*
939 F: hw/timer/mc146818rtc*
940 F: hw/watchdog/wdt_ib700.c
941 F: include/hw/display/vga.h
942 F: include/hw/char/parallel.h
943 F: include/hw/dma/i8257.h
944 F: include/hw/i2c/pm_smbus.h
945 F: include/hw/input/i8042.h
946 F: include/hw/timer/hpet.h
947 F: include/hw/timer/i8254*
948 F: include/hw/timer/mc146818rtc*
950 Machine core
951 M: Eduardo Habkost <ehabkost@redhat.com>
952 M: Marcel Apfelbaum <marcel@redhat.com>
953 S: Supported
954 F: hw/core/machine.c
955 F: hw/core/null-machine.c
956 F: include/hw/boards.h
957 T: git git://github.com/ehabkost/qemu.git machine-next
959 Xtensa Machines
960 ---------------
962 M: Max Filippov <jcmvbkbc@gmail.com>
963 S: Maintained
964 F: hw/xtensa/sim.c
966 XTFPGA (LX60, LX200, ML605, KC705)
967 M: Max Filippov <jcmvbkbc@gmail.com>
968 S: Maintained
969 F: hw/xtensa/xtfpga.c
970 F: hw/net/opencores_eth.c
972 Devices
973 -------
975 M: Jiri Slaby <jslaby@suse.cz>
976 S: Maintained
977 F: hw/misc/edu.c
980 M: John Snow <jsnow@redhat.com>
981 L: qemu-block@nongnu.org
982 S: Supported
983 F: include/hw/ide.h
984 F: include/hw/ide/
985 F: hw/ide/
986 F: hw/block/block.c
987 F: hw/block/cdrom.c
988 F: hw/block/hd-geometry.c
989 F: tests/ide-test.c
990 F: tests/ahci-test.c
991 F: tests/libqos/ahci*
992 T: git git://github.com/jnsnow/qemu.git ide
994 IPMI
995 M: Corey Minyard <minyard@acm.org>
996 S: Maintained
997 F: include/hw/ipmi/*
998 F: hw/ipmi/*
999 F: hw/smbios/smbios_type_38.c
1000 F: tests/ipmi*
1001 T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1003 Floppy
1004 M: John Snow <jsnow@redhat.com>
1005 L: qemu-block@nongnu.org
1006 S: Supported
1007 F: hw/block/fdc.c
1008 F: include/hw/block/fdc.h
1009 F: tests/fdc-test.c
1010 T: git git://github.com/jnsnow/qemu.git ide
1012 OMAP
1013 M: Peter Maydell <peter.maydell@linaro.org>
1014 S: Maintained
1015 F: hw/*/omap*
1016 F: include/hw/arm/omap.h
1018 IPack
1019 M: Alberto Garcia <berto@igalia.com>
1020 S: Odd Fixes
1021 F: hw/char/ipoctal232.c
1022 F: hw/ipack/
1025 M: Michael S. Tsirkin <mst@redhat.com>
1026 M: Marcel Apfelbaum <marcel@redhat.com>
1027 S: Supported
1028 F: include/hw/pci/*
1029 F: hw/misc/pci-testdev.c
1030 F: hw/pci/*
1031 F: hw/pci-bridge/*
1032 F: docs/pci*
1033 F: docs/specs/*pci*
1034 F: default-configs/pci.mak
1036 ACPI/SMBIOS
1037 M: Michael S. Tsirkin <mst@redhat.com>
1038 M: Igor Mammedov <imammedo@redhat.com>
1039 S: Supported
1040 F: include/hw/acpi/*
1041 F: include/hw/smbios/*
1042 F: hw/mem/*
1043 F: hw/acpi/*
1044 F: hw/smbios/*
1045 F: hw/i386/acpi-build.[hc]
1046 F: hw/arm/virt-acpi-build.c
1047 F: tests/bios-tables-test.c
1048 F: tests/acpi-utils.[hc]
1050 ppc4xx
1051 M: Alexander Graf <agraf@suse.de>
1052 L: qemu-ppc@nongnu.org
1053 S: Odd Fixes
1054 F: hw/ppc/ppc4*.c
1055 F: hw/i2c/ppc4xx_i2c.c
1056 F: include/hw/ppc/ppc4xx.h
1057 F: include/hw/i2c/ppc4xx_i2c.h
1059 ppce500
1060 M: Alexander Graf <agraf@suse.de>
1061 L: qemu-ppc@nongnu.org
1062 S: Supported
1063 F: hw/ppc/e500*
1064 F: hw/pci-host/ppce500.c
1065 F: hw/net/fsl_etsec/
1067 Character devices
1068 M: Paolo Bonzini <pbonzini@redhat.com>
1069 S: Odd Fixes
1070 F: hw/char/
1072 Network devices
1073 M: Jason Wang <jasowang@redhat.com>
1074 S: Odd Fixes
1075 F: hw/net/
1076 F: include/hw/net/
1077 F: tests/virtio-net-test.c
1078 T: git git://github.com/jasowang/qemu.git net
1080 SCSI
1081 M: Paolo Bonzini <pbonzini@redhat.com>
1082 R: Fam Zheng <famz@redhat.com>
1083 S: Supported
1084 F: include/hw/scsi/*
1085 F: hw/scsi/*
1086 F: tests/virtio-scsi-test.c
1087 T: git git://github.com/bonzini/qemu.git scsi-next
1090 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1091 M: Alistair Francis <alistair@alistair23.me>
1092 S: Maintained
1093 F: hw/ssi/*
1094 F: hw/block/m25p80.c
1095 F: include/hw/ssi/ssi.h
1096 X: hw/ssi/xilinx_*
1097 F: tests/m25p80-test.c
1099 Xilinx SPI
1100 M: Alistair Francis <alistair@alistair23.me>
1101 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1102 S: Maintained
1103 F: hw/ssi/xilinx_*
1105 SD (Secure Card)
1106 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1107 S: Odd Fixes
1108 F: include/hw/sd/sd*
1109 F: hw/sd/core.c
1110 F: hw/sd/sd*
1111 F: tests/sd*
1114 M: Gerd Hoffmann <kraxel@redhat.com>
1115 S: Maintained
1116 F: hw/usb/*
1117 F: tests/usb-*-test.c
1118 F: docs/usb2.txt
1119 F: docs/usb-storage.txt
1120 F: include/hw/usb.h
1121 F: include/hw/usb/
1122 F: default-configs/usb.mak
1124 USB (serial adapter)
1125 M: Gerd Hoffmann <kraxel@redhat.com>
1126 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1127 S: Maintained
1128 F: hw/usb/dev-serial.c
1130 VFIO
1131 M: Alex Williamson <alex.williamson@redhat.com>
1132 S: Supported
1133 F: hw/vfio/*
1134 F: include/hw/vfio/
1136 vfio-ccw
1137 M: Cornelia Huck <cohuck@redhat.com>
1138 S: Supported
1139 F: hw/vfio/ccw.c
1140 F: hw/s390x/s390-ccw.c
1141 F: include/hw/s390x/s390-ccw.h
1142 T: git git://github.com/cohuck/qemu.git s390-next
1143 L: qemu-s390x@nongnu.org
1145 vhost
1146 M: Michael S. Tsirkin <mst@redhat.com>
1147 S: Supported
1148 F: hw/*/*vhost*
1149 F: docs/interop/vhost-user.txt
1151 virtio
1152 M: Michael S. Tsirkin <mst@redhat.com>
1153 S: Supported
1154 F: hw/*/virtio*
1155 F: hw/virtio/Makefile.objs
1156 F: hw/virtio/trace-events
1157 F: net/vhost-user.c
1158 F: include/hw/virtio/
1159 F: tests/virtio-balloon-test.c
1161 virtio-9p
1162 M: Greg Kurz <groug@kaod.org>
1163 S: Supported
1164 F: hw/9pfs/
1165 F: fsdev/
1166 F: tests/virtio-9p-test.c
1167 T: git git://github.com/gkurz/qemu.git 9p-next
1169 virtio-blk
1170 M: Stefan Hajnoczi <stefanha@redhat.com>
1171 L: qemu-block@nongnu.org
1172 S: Supported
1173 F: hw/block/virtio-blk.c
1174 F: hw/block/dataplane/*
1175 F: tests/virtio-blk-test.c
1176 T: git git://github.com/stefanha/qemu.git block
1178 virtio-ccw
1179 M: Cornelia Huck <cohuck@redhat.com>
1180 M: Christian Borntraeger <borntraeger@de.ibm.com>
1181 S: Supported
1182 F: hw/s390x/virtio-ccw.[hc]
1183 T: git git://github.com/cohuck/qemu.git s390-next
1184 T: git git://github.com/borntraeger/qemu.git s390-next
1185 L: qemu-s390x@nongnu.org
1187 virtio-input
1188 M: Gerd Hoffmann <kraxel@redhat.com>
1189 S: Maintained
1190 F: hw/input/virtio-input*.c
1191 F: include/hw/virtio/virtio-input.h
1193 virtio-serial
1194 M: Amit Shah <amit@kernel.org>
1195 S: Supported
1196 F: hw/char/virtio-serial-bus.c
1197 F: hw/char/virtio-console.c
1198 F: include/hw/virtio/virtio-serial.h
1199 F: tests/virtio-console-test.c
1200 F: tests/virtio-serial-test.c
1202 virtio-rng
1203 M: Amit Shah <amit@kernel.org>
1204 S: Supported
1205 F: hw/virtio/virtio-rng.c
1206 F: include/hw/virtio/virtio-rng.h
1207 F: include/sysemu/rng*.h
1208 F: backends/rng*.c
1209 F: tests/virtio-rng-test.c
1211 virtio-crypto
1212 M: Gonglei <arei.gonglei@huawei.com>
1213 S: Supported
1214 F: hw/virtio/virtio-crypto.c
1215 F: hw/virtio/virtio-crypto-pci.c
1216 F: include/hw/virtio/virtio-crypto.h
1218 nvme
1219 M: Keith Busch <keith.busch@intel.com>
1220 L: qemu-block@nongnu.org
1221 S: Supported
1222 F: hw/block/nvme*
1223 F: tests/nvme-test.c
1225 megasas
1226 M: Hannes Reinecke <hare@suse.com>
1227 L: qemu-block@nongnu.org
1228 S: Supported
1229 F: hw/scsi/megasas.c
1230 F: hw/scsi/mfi.h
1231 F: tests/megasas-test.c
1233 Network packet abstractions
1234 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1235 S: Maintained
1236 F: include/net/eth.h
1237 F: net/eth.c
1238 F: hw/net/net_rx_pkt*
1239 F: hw/net/net_tx_pkt*
1241 Vmware
1242 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1243 S: Maintained
1244 F: hw/net/vmxnet*
1245 F: hw/scsi/vmw_pvscsi*
1246 F: tests/vmxnet3-test.c
1248 Rocker
1249 M: Jiri Pirko <jiri@resnulli.us>
1250 S: Maintained
1251 F: hw/net/rocker/
1252 F: tests/rocker/
1253 F: docs/specs/rocker.txt
1255 NVDIMM
1256 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1257 S: Maintained
1258 F: hw/acpi/nvdimm.c
1259 F: hw/mem/nvdimm.c
1260 F: include/hw/mem/nvdimm.h
1262 e1000x
1263 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1264 S: Maintained
1265 F: hw/net/e1000x*
1267 e1000e
1268 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1269 S: Maintained
1270 F: hw/net/e1000e*
1272 eepro100
1273 M: Stefan Weil <sw@weilnetz.de>
1274 S: Maintained
1275 F: hw/net/eepro100.c
1277 Generic Loader
1278 M: Alistair Francis <alistair@alistair23.me>
1279 S: Maintained
1280 F: hw/core/generic-loader.c
1281 F: include/hw/core/generic-loader.h
1282 F: docs/generic-loader.txt
1284 CHRP NVRAM
1285 M: Thomas Huth <thuth@redhat.com>
1286 S: Maintained
1287 F: hw/nvram/chrp_nvram.c
1288 F: include/hw/nvram/chrp_nvram.h
1289 F: tests/prom-env-test.c
1291 VM Generation ID
1292 M: Ben Warren <ben@skyportsystems.com>
1293 S: Maintained
1294 F: hw/acpi/vmgenid.c
1295 F: include/hw/acpi/vmgenid.h
1296 F: docs/specs/vmgenid.txt
1297 F: tests/vmgenid-test.c
1298 F: stubs/vmgenid.c
1300 Unimplemented device
1301 M: Peter Maydell <peter.maydell@linaro.org>
1302 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1303 S: Maintained
1304 F: include/hw/misc/unimp.h
1305 F: hw/misc/unimp.c
1307 Subsystems
1308 ----------
1309 Audio
1310 M: Gerd Hoffmann <kraxel@redhat.com>
1311 S: Maintained
1312 F: audio/
1313 F: hw/audio/
1314 F: include/hw/audio/
1315 F: tests/ac97-test.c
1316 F: tests/es1370-test.c
1317 F: tests/intel-hda-test.c
1319 Block layer core
1320 M: Kevin Wolf <kwolf@redhat.com>
1321 M: Max Reitz <mreitz@redhat.com>
1322 L: qemu-block@nongnu.org
1323 S: Supported
1324 F: block*
1325 F: block/
1326 F: hw/block/
1327 F: include/block/
1328 F: qemu-img*
1329 F: qemu-io*
1330 F: tests/qemu-iotests/
1331 F: util/qemu-progress.c
1332 T: git git://repo.or.cz/qemu/kevin.git block
1334 Block I/O path
1335 M: Stefan Hajnoczi <stefanha@redhat.com>
1336 M: Fam Zheng <famz@redhat.com>
1337 L: qemu-block@nongnu.org
1338 S: Supported
1339 F: util/async.c
1340 F: util/aio-*.c
1341 F: block/io.c
1342 F: migration/block*
1343 F: include/block/aio.h
1344 F: scripts/qemugdb/aio.py
1345 T: git git://github.com/stefanha/qemu.git block
1347 Block SCSI subsystem
1348 M: Paolo Bonzini <pbonzini@redhat.com>
1349 R: Fam Zheng <famz@redhat.com>
1350 L: qemu-block@nongnu.org
1351 S: Supported
1352 F: include/scsi/*
1353 F: scsi/*
1355 Block Jobs
1356 M: Jeff Cody <jcody@redhat.com>
1357 L: qemu-block@nongnu.org
1358 S: Supported
1359 F: blockjob.c
1360 F: include/block/blockjob.h
1361 F: block/backup.c
1362 F: block/commit.c
1363 F: block/stream.c
1364 F: block/mirror.c
1365 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1367 Block QAPI, monitor, command line
1368 M: Markus Armbruster <armbru@redhat.com>
1369 S: Supported
1370 F: blockdev.c
1371 F: block/qapi.c
1372 F: qapi/block*.json
1373 F: qapi/transaction.json
1374 T: git git://repo.or.cz/qemu/armbru.git block-next
1376 Dirty Bitmaps
1377 M: Fam Zheng <famz@redhat.com>
1378 M: John Snow <jsnow@redhat.com>
1379 L: qemu-block@nongnu.org
1380 S: Supported
1381 F: util/hbitmap.c
1382 F: block/dirty-bitmap.c
1383 F: include/qemu/hbitmap.h
1384 F: include/block/dirty-bitmap.h
1385 F: tests/test-hbitmap.c
1386 F: docs/interop/bitmaps.rst
1387 T: git git://github.com/famz/qemu.git bitmaps
1388 T: git git://github.com/jnsnow/qemu.git bitmaps
1390 Character device backends
1391 M: Paolo Bonzini <pbonzini@redhat.com>
1392 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1393 S: Maintained
1394 F: chardev/
1395 F: include/chardev/
1396 F: qapi/char.json
1398 Character Devices (Braille)
1399 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1400 S: Maintained
1401 F: chardev/baum.c
1403 Command line option argument parsing
1404 M: Markus Armbruster <armbru@redhat.com>
1405 S: Supported
1406 F: include/qemu/option.h
1407 F: tests/test-keyval.c
1408 F: tests/test-qemu-opts.c
1409 F: util/keyval.c
1410 F: util/qemu-option.c
1412 Coverity model
1413 M: Markus Armbruster <armbru@redhat.com>
1414 S: Supported
1415 F: scripts/coverity-model.c
1418 L: qemu-devel@nongnu.org
1419 S: Supported
1420 F: qom/cpu.c
1421 F: include/qom/cpu.h
1423 Device Tree
1424 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1425 M: Alexander Graf <agraf@suse.de>
1426 S: Maintained
1427 F: device_tree.c
1428 F: include/sysemu/device_tree.h
1430 Dump
1431 S: Supported
1432 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1433 F: dump.c
1434 F: hw/misc/vmcoreinfo.c
1435 F: include/hw/misc/vmcoreinfo.h
1436 F: include/sysemu/dump-arch.h
1437 F: include/sysemu/dump.h
1438 F: scripts/dump-guest-memory.py
1439 F: stubs/dump.c
1441 Error reporting
1442 M: Markus Armbruster <armbru@redhat.com>
1443 S: Supported
1444 F: include/qapi/error.h
1445 F: include/qemu/error-report.h
1446 F: util/error.c
1447 F: util/qemu-error.c
1449 GDB stub
1450 L: qemu-devel@nongnu.org
1451 S: Odd Fixes
1452 F: gdbstub*
1453 F: gdb-xml/
1455 Memory API
1456 M: Paolo Bonzini <pbonzini@redhat.com>
1457 S: Supported
1458 F: include/exec/ioport.h
1459 F: ioport.c
1460 F: include/exec/memory.h
1461 F: include/exec/ram_addr.h
1462 F: memory.c
1463 F: include/exec/memory-internal.h
1464 F: exec.c
1466 SPICE
1467 M: Gerd Hoffmann <kraxel@redhat.com>
1468 S: Supported
1469 F: include/ui/qemu-spice.h
1470 F: include/ui/spice-display.h
1471 F: ui/spice-*.c
1472 F: audio/spiceaudio.c
1473 F: hw/display/qxl*
1474 F: qapi/ui.json
1476 Graphics
1477 M: Gerd Hoffmann <kraxel@redhat.com>
1478 S: Odd Fixes
1479 F: ui/
1480 F: include/ui/
1481 F: qapi/ui.json
1483 Cocoa graphics
1484 M: Peter Maydell <peter.maydell@linaro.org>
1485 S: Odd Fixes
1486 F: ui/cocoa.m
1488 Main loop
1489 M: Paolo Bonzini <pbonzini@redhat.com>
1490 S: Maintained
1491 F: cpus.c
1492 F: util/main-loop.c
1493 F: util/qemu-timer.c
1494 F: vl.c
1495 F: qapi/run-state.json
1497 Human Monitor (HMP)
1498 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1499 S: Maintained
1500 F: monitor.c
1501 F: hmp.[ch]
1502 F: hmp-commands*.hx
1503 F: include/monitor/hmp-target.h
1504 F: tests/test-hmp.c
1506 Network device backends
1507 M: Jason Wang <jasowang@redhat.com>
1508 S: Maintained
1509 F: net/
1510 F: include/net/
1511 T: git git://github.com/jasowang/qemu.git net
1512 F: qapi/net.json
1514 Netmap network backend
1515 M: Luigi Rizzo <rizzo@iet.unipi.it>
1516 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1517 M: Vincenzo Maffione <v.maffione@gmail.com>
1518 W: http://info.iet.unipi.it/~luigi/netmap/
1519 S: Maintained
1520 F: net/netmap.c
1522 NUMA
1523 M: Eduardo Habkost <ehabkost@redhat.com>
1524 S: Maintained
1525 F: numa.c
1526 F: include/sysemu/numa.h
1527 T: git git://github.com/ehabkost/qemu.git machine-next
1529 Host Memory Backends
1530 M: Eduardo Habkost <ehabkost@redhat.com>
1531 M: Igor Mammedov <imammedo@redhat.com>
1532 S: Maintained
1533 F: backends/hostmem*.c
1534 F: include/sysemu/hostmem.h
1535 T: git git://github.com/ehabkost/qemu.git machine-next
1537 Cryptodev Backends
1538 M: Gonglei <arei.gonglei@huawei.com>
1539 S: Maintained
1540 F: include/sysemu/cryptodev*.h
1541 F: backends/cryptodev*.c
1543 Python scripts
1544 M: Eduardo Habkost <ehabkost@redhat.com>
1545 M: Cleber Rosa <crosa@redhat.com>
1546 S: Odd fixes
1547 F: scripts/qmp/*
1548 F: scripts/*.py
1549 F: tests/*.py
1551 QAPI
1552 M: Markus Armbruster <armbru@redhat.com>
1553 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1554 S: Supported
1555 F: qapi/
1556 X: qapi/*.json
1557 F: include/qapi/
1558 X: include/qapi/qmp/
1559 F: include/qapi/qmp/dispatch.h
1560 F: tests/qapi-schema/
1561 F: tests/test-*-visitor.c
1562 F: tests/test-qapi-*.c
1563 F: tests/test-qmp-*.c
1564 F: tests/test-visitor-serialization.c
1565 F: scripts/qapi*
1566 F: docs/devel/qapi*
1567 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1569 QAPI Schema
1570 M: Eric Blake <eblake@redhat.com>
1571 M: Markus Armbruster <armbru@redhat.com>
1572 S: Supported
1573 F: qapi-schema.json
1574 F: qapi/*.json
1575 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1577 QObject
1578 M: Markus Armbruster <armbru@redhat.com>
1579 S: Supported
1580 F: qobject/
1581 F: include/qapi/qmp/
1582 X: include/qapi/qmp/dispatch.h
1583 F: scripts/coccinelle/qobject.cocci
1584 F: tests/check-qdict.c
1585 F: tests/check-qnum.c
1586 F: tests/check-qjson.c
1587 F: tests/check-qlist.c
1588 F: tests/check-qstring.c
1589 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1591 QEMU Guest Agent
1592 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1593 S: Maintained
1594 F: qga/
1595 F: qemu-ga.texi
1596 F: scripts/qemu-guest-agent/
1597 F: tests/test-qga.c
1598 F: docs/interop/qemu-ga-ref.texi
1599 T: git git://github.com/mdroth/qemu.git qga
1602 M: Andreas Färber <afaerber@suse.de>
1603 S: Supported
1604 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1605 F: include/qom/
1606 X: include/qom/cpu.h
1607 F: qom/
1608 X: qom/cpu.c
1609 F: tests/check-qom-interface.c
1610 F: tests/check-qom-proplist.c
1611 F: tests/qom-test.c
1614 M: Markus Armbruster <armbru@redhat.com>
1615 S: Supported
1616 F: qmp.c
1617 F: monitor.c
1618 F: docs/devel/*qmp-*
1619 F: scripts/qmp/
1620 F: tests/qmp-test.c
1621 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1623 Register API
1624 M: Alistair Francis <alistair@alistair23.me>
1625 S: Maintained
1626 F: hw/core/register.c
1627 F: include/hw/register.h
1628 F: include/hw/registerfields.h
1630 SLIRP
1631 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1632 M: Jan Kiszka <jan.kiszka@siemens.com>
1633 S: Maintained
1634 F: slirp/
1635 F: net/slirp.c
1636 F: include/net/slirp.h
1637 T: git git://git.kiszka.org/qemu.git queues/slirp
1639 Stubs
1640 M: Paolo Bonzini <pbonzini@redhat.com>
1641 S: Maintained
1642 F: stubs/
1644 Tracing
1645 M: Stefan Hajnoczi <stefanha@redhat.com>
1646 S: Maintained
1647 F: trace/
1648 F: scripts/tracetool.py
1649 F: scripts/tracetool/
1650 F: docs/devel/tracing.txt
1651 T: git git://github.com/stefanha/qemu.git tracing
1654 M: Stefan Berger <stefanb@linux.vnet.ibm.com>
1655 S: Maintained
1656 F: tpm.c
1657 F: stubs/tpm.c
1658 F: hw/tpm/*
1659 F: include/hw/acpi/tpm.h
1660 F: include/sysemu/tpm*
1661 F: qapi/tpm.json
1662 F: backends/tpm.c
1663 F: tests/*tpm*
1664 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1666 Checkpatch
1667 S: Odd Fixes
1668 F: scripts/checkpatch.pl
1670 Migration
1671 M: Juan Quintela <quintela@redhat.com>
1672 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1673 S: Maintained
1674 F: include/migration/
1675 F: migration/
1676 F: scripts/vmstate-static-checker.py
1677 F: tests/vmstate-static-checker-data/
1678 F: tests/migration-test.c
1679 F: docs/devel/migration.txt
1680 F: qapi/migration.json
1682 Seccomp
1683 M: Eduardo Otubo <otubo@redhat.com>
1684 S: Supported
1685 F: qemu-seccomp.c
1686 F: include/sysemu/seccomp.h
1688 Cryptography
1689 M: Daniel P. Berrange <berrange@redhat.com>
1690 S: Maintained
1691 F: crypto/
1692 F: include/crypto/
1693 F: tests/test-crypto-*
1694 F: tests/benchmark-crypto-*
1695 F: qemu.sasl
1697 Coroutines
1698 M: Stefan Hajnoczi <stefanha@redhat.com>
1699 M: Kevin Wolf <kwolf@redhat.com>
1700 F: util/*coroutine*
1701 F: include/qemu/coroutine*
1702 F: tests/test-coroutine.c
1704 Buffers
1705 M: Daniel P. Berrange <berrange@redhat.com>
1706 S: Odd fixes
1707 F: util/buffer.c
1708 F: include/qemu/buffer.h
1710 I/O Channels
1711 M: Daniel P. Berrange <berrange@redhat.com>
1712 S: Maintained
1713 F: io/
1714 F: include/io/
1715 F: tests/test-io-*
1717 Sockets
1718 M: Daniel P. Berrange <berrange@redhat.com>
1719 M: Gerd Hoffmann <kraxel@redhat.com>
1720 M: Paolo Bonzini <pbonzini@redhat.com>
1721 S: Maintained
1722 F: include/qemu/sockets.h
1723 F: util/qemu-sockets.c
1724 F: qapi/sockets.json
1726 Throttling infrastructure
1727 M: Alberto Garcia <berto@igalia.com>
1728 S: Supported
1729 F: block/throttle-groups.c
1730 F: include/block/throttle-groups.h
1731 F: include/qemu/throttle*.h
1732 F: util/throttle.c
1733 F: docs/throttle.txt
1734 F: tests/test-throttle.c
1735 L: qemu-block@nongnu.org
1737 UUID
1738 M: Fam Zheng <famz@redhat.com>
1739 S: Supported
1740 F: util/uuid.c
1741 F: include/qemu/uuid.h
1742 F: tests/test-uuid.c
1744 COLO Framework
1745 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1746 S: Maintained
1747 F: migration/colo*
1748 F: include/migration/colo.h
1749 F: include/migration/failover.h
1750 F: docs/COLO-FT.txt
1752 COLO Proxy
1753 M: Zhang Chen <zhangckid@gmail.com>
1754 M: Li Zhijian <lizhijian@cn.fujitsu.com>
1755 S: Supported
1756 F: docs/colo-proxy.txt
1757 F: net/colo*
1758 F: net/filter-rewriter.c
1759 F: net/filter-mirror.c
1761 Record/replay
1762 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
1763 R: Paolo Bonzini <pbonzini@redhat.com>
1764 W: https://wiki.qemu.org/Features/record-replay
1765 S: Supported
1766 F: replay/*
1767 F: block/blkreplay.c
1768 F: net/filter-replay.c
1769 F: include/sysemu/replay.h
1770 F: docs/replay.txt
1771 F: stubs/replay.c
1773 Usermode Emulation
1774 ------------------
1775 Overall
1776 M: Riku Voipio <riku.voipio@iki.fi>
1777 S: Maintained
1778 F: thunk.c
1779 F: accel/tcg/user-exec*.c
1781 BSD user
1782 S: Orphan
1783 F: bsd-user/
1784 F: default-configs/*-bsd-user.mak
1786 Linux user
1787 M: Riku Voipio <riku.voipio@iki.fi>
1788 R: Laurent Vivier <laurent@vivier.eu>
1789 S: Maintained
1790 F: linux-user/
1791 F: default-configs/*-linux-user.mak
1792 F: scripts/qemu-binfmt-conf.sh
1794 Tiny Code Generator (TCG)
1795 -------------------------
1796 Common code
1797 M: Richard Henderson <rth@twiddle.net>
1798 S: Maintained
1799 F: tcg/
1801 AArch64 target
1802 M: Claudio Fontana <claudio.fontana@huawei.com>
1803 M: Claudio Fontana <claudio.fontana@gmail.com>
1804 S: Maintained
1805 L: qemu-arm@nongnu.org
1806 F: tcg/aarch64/
1807 F: disas/arm-a64.cc
1808 F: disas/libvixl/
1810 ARM target
1811 M: Andrzej Zaborowski <balrogg@gmail.com>
1812 S: Maintained
1813 L: qemu-arm@nongnu.org
1814 F: tcg/arm/
1815 F: disas/arm.c
1817 i386 target
1818 L: qemu-devel@nongnu.org
1819 S: Maintained
1820 F: tcg/i386/
1821 F: disas/i386.c
1823 MIPS target
1824 M: Aurelien Jarno <aurelien@aurel32.net>
1825 S: Maintained
1826 F: tcg/mips/
1827 F: disas/mips.c
1830 M: Richard Henderson <rth@twiddle.net>
1831 S: Odd Fixes
1832 F: tcg/ppc/
1833 F: disas/ppc.c
1835 S390 target
1836 M: Alexander Graf <agraf@suse.de>
1837 M: Richard Henderson <rth@twiddle.net>
1838 S: Maintained
1839 F: tcg/s390/
1840 F: disas/s390.c
1841 L: qemu-s390x@nongnu.org
1843 SPARC target
1844 S: Odd Fixes
1845 F: tcg/sparc/
1846 F: disas/sparc.c
1848 TCI target
1849 M: Stefan Weil <sw@weilnetz.de>
1850 S: Maintained
1851 F: tcg/tci/
1852 F: tcg/tci.c
1853 F: disas/tci.c
1855 Block drivers
1856 -------------
1857 VMDK
1858 M: Fam Zheng <famz@redhat.com>
1859 L: qemu-block@nongnu.org
1860 S: Supported
1861 F: block/vmdk.c
1864 M: Josh Durgin <jdurgin@redhat.com>
1865 M: Jeff Cody <jcody@redhat.com>
1866 L: qemu-block@nongnu.org
1867 S: Supported
1868 F: block/rbd.c
1869 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1871 Sheepdog
1872 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1873 M: Liu Yuan <namei.unix@gmail.com>
1874 M: Jeff Cody <jcody@redhat.com>
1875 L: qemu-block@nongnu.org
1876 L: sheepdog@lists.wpkg.org
1877 S: Supported
1878 F: block/sheepdog.c
1879 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1881 VHDX
1882 M: Jeff Cody <jcody@redhat.com>
1883 L: qemu-block@nongnu.org
1884 S: Supported
1885 F: block/vhdx*
1886 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1889 M: Stefan Weil <sw@weilnetz.de>
1890 L: qemu-block@nongnu.org
1891 S: Maintained
1892 F: block/vdi.c
1894 iSCSI
1895 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1896 M: Paolo Bonzini <pbonzini@redhat.com>
1897 M: Peter Lieven <pl@kamp.de>
1898 L: qemu-block@nongnu.org
1899 S: Supported
1900 F: block/iscsi.c
1901 F: block/iscsi-opts.c
1903 Network Block Device (NBD)
1904 M: Eric Blake <eblake@redhat.com>
1905 M: Paolo Bonzini <pbonzini@redhat.com>
1906 L: qemu-block@nongnu.org
1907 S: Maintained
1908 F: block/nbd*
1909 F: nbd/
1910 F: include/block/nbd*
1911 F: qemu-nbd.*
1912 F: blockdev-nbd.c
1913 T: git git://repo.or.cz/qemu/ericb.git nbd
1916 M: Jeff Cody <jcody@redhat.com>
1917 M: Peter Lieven <pl@kamp.de>
1918 L: qemu-block@nongnu.org
1919 S: Maintained
1920 F: block/nfs.c
1921 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1924 M: Richard W.M. Jones <rjones@redhat.com>
1925 M: Jeff Cody <jcody@redhat.com>
1926 L: qemu-block@nongnu.org
1927 S: Supported
1928 F: block/ssh.c
1929 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1931 CURL
1932 M: Jeff Cody <jcody@redhat.com>
1933 L: qemu-block@nongnu.org
1934 S: Supported
1935 F: block/curl.c
1936 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1938 GLUSTER
1939 M: Jeff Cody <jcody@redhat.com>
1940 L: qemu-block@nongnu.org
1941 S: Supported
1942 F: block/gluster.c
1943 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1945 Null Block Driver
1946 M: Fam Zheng <famz@redhat.com>
1947 L: qemu-block@nongnu.org
1948 S: Supported
1949 F: block/null.c
1951 NVMe Block Driver
1952 M: Fam Zheng <famz@redhat.com>
1953 L: qemu-block@nongnu.org
1954 S: Supported
1955 F: block/nvme*
1957 Bootdevice
1958 M: Gonglei <arei.gonglei@huawei.com>
1959 S: Maintained
1960 F: bootdevice.c
1962 Quorum
1963 M: Alberto Garcia <berto@igalia.com>
1964 S: Supported
1965 F: block/quorum.c
1966 L: qemu-block@nongnu.org
1968 blkverify
1969 M: Stefan Hajnoczi <stefanha@redhat.com>
1970 L: qemu-block@nongnu.org
1971 S: Supported
1972 F: block/blkverify.c
1974 bochs
1975 M: Stefan Hajnoczi <stefanha@redhat.com>
1976 L: qemu-block@nongnu.org
1977 S: Supported
1978 F: block/bochs.c
1980 cloop
1981 M: Stefan Hajnoczi <stefanha@redhat.com>
1982 L: qemu-block@nongnu.org
1983 S: Supported
1984 F: block/cloop.c
1987 M: Stefan Hajnoczi <stefanha@redhat.com>
1988 L: qemu-block@nongnu.org
1989 S: Supported
1990 F: block/dmg.c
1992 parallels
1993 M: Stefan Hajnoczi <stefanha@redhat.com>
1994 M: Denis V. Lunev <den@openvz.org>
1995 L: qemu-block@nongnu.org
1996 S: Supported
1997 F: block/parallels.c
1998 F: docs/interop/parallels.txt
2001 M: Stefan Hajnoczi <stefanha@redhat.com>
2002 L: qemu-block@nongnu.org
2003 S: Supported
2004 F: block/qed.c
2007 M: Kevin Wolf <kwolf@redhat.com>
2008 L: qemu-block@nongnu.org
2009 S: Supported
2010 F: block/linux-aio.c
2011 F: include/block/raw-aio.h
2012 F: block/raw-format.c
2013 F: block/file-posix.c
2014 F: block/file-win32.c
2015 F: block/win32-aio.c
2017 qcow2
2018 M: Kevin Wolf <kwolf@redhat.com>
2019 M: Max Reitz <mreitz@redhat.com>
2020 L: qemu-block@nongnu.org
2021 S: Supported
2022 F: block/qcow2*
2023 F: docs/interop/qcow2.txt
2025 qcow
2026 M: Kevin Wolf <kwolf@redhat.com>
2027 L: qemu-block@nongnu.org
2028 S: Supported
2029 F: block/qcow.c
2031 blkdebug
2032 M: Kevin Wolf <kwolf@redhat.com>
2033 M: Max Reitz <mreitz@redhat.com>
2034 L: qemu-block@nongnu.org
2035 S: Supported
2036 F: block/blkdebug.c
2039 M: Kevin Wolf <kwolf@redhat.com>
2040 L: qemu-block@nongnu.org
2041 S: Supported
2042 F: block/vpc.c
2044 vvfat
2045 M: Kevin Wolf <kwolf@redhat.com>
2046 L: qemu-block@nongnu.org
2047 S: Supported
2048 F: block/vvfat.c
2050 Image format fuzzer
2051 M: Stefan Hajnoczi <stefanha@redhat.com>
2052 L: qemu-block@nongnu.org
2053 S: Supported
2054 F: tests/image-fuzzer/
2056 Replication
2057 M: Wen Congyang <wencongyang2@huawei.com>
2058 M: Xie Changlong <xiechanglong.d@gmail.com>
2059 S: Supported
2060 F: replication*
2061 F: block/replication.c
2062 F: tests/test-replication.c
2063 F: docs/block-replication.txt
2065 PVRDMA
2066 M: Yuval Shaia <yuval.shaia@oracle.com>
2067 M: Marcel Apfelbaum <marcel@redhat.com>
2068 S: Maintained
2069 F: hw/rdma/*
2070 F: hw/rdma/vmw/*
2071 F: docs/pvrdma.txt
2073 Build and test automation
2074 -------------------------
2075 Build and test automation
2076 M: Alex Bennée <alex.bennee@linaro.org>
2077 M: Fam Zheng <famz@redhat.com>
2078 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2079 L: qemu-devel@nongnu.org
2080 S: Maintained
2081 F: .travis.yml
2082 F: .shippable.yml
2083 F: tests/docker/
2084 F: tests/vm/
2085 W: https://travis-ci.org/qemu/qemu
2086 W: https://app.shippable.com/github/qemu/qemu
2087 W: http://patchew.org/QEMU/
2089 Documentation
2090 -------------
2091 Build system architecture
2092 M: Daniel P. Berrange <berrange@redhat.com>
2093 S: Odd Fixes
2094 F: docs/devel/build-system.txt
2096 Build System
2097 ------------
2098 GIT submodules
2099 M: Daniel P. Berrange <berrange@redhat.com>
2100 S: Odd Fixes
2101 F: scripts/git-submodule.sh