hw/arm/virt: smbios: inform guest of kvm
[qemu/ar7.git] / MAINTAINERS
blob9bd2b8f678a766c827eb8a865316da0cbd76d17c
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         L: Mailing list that is relevant to this area
16         W: Web-page with status/info
17         Q: Patchwork web based patch tracking system site
18         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
19         S: Status, one of the following:
20            Supported:   Someone is actually paid to look after this.
21            Maintained:  Someone actually looks after it.
22            Odd Fixes:   It has a maintainer but they don't have time to do
23                         much other than throw the odd patch in. See below.
24            Orphan:      No current maintainer [but maybe you could take the
25                         role as you write your new code].
26            Obsolete:    Old code. Something tagged obsolete generally means
27                         it has been replaced by a better system and you
28                         should be using that.
29         F: Files and directories with wildcard patterns.
30            A trailing slash includes all files and subdirectory files.
31            F:   drivers/net/    all files in and below drivers/net
32            F:   drivers/net/*   all files in drivers/net, but not below
33            F:   */net/*         all files in "any top level directory"/net
34            One pattern per line.  Multiple F: lines acceptable.
35         X: Files and directories that are NOT maintained, same rules as F:
36            Files exclusions are tested before file matches.
37            Can be useful for excluding a specific subdirectory, for instance:
38            F:   net/
39            X:   net/ipv6/
40            matches all files in and below net excluding net/ipv6/
41         K: Keyword perl extended regex pattern to match content in a
42            patch or file.  For instance:
43            K: of_get_profile
44               matches patches or files that contain "of_get_profile"
45            K: \b(printk|pr_(info|err))\b
46               matches patches or files that contain one or more of the words
47               printk, pr_info or pr_err
48            One regex pattern per line.  Multiple K: lines acceptable.
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
55 Responsible Disclosure, Reporting Security Issues
56 ------------------------------
57 W: http://wiki.qemu.org/SecurityProcess
58 M: Michael S. Tsirkin <mst@redhat.com>
59 L: secalert@redhat.com
61 Guest CPU cores (TCG):
62 ----------------------
63 Overall
64 L: qemu-devel@nongnu.org
65 S: Odd fixes
66 F: cpu-exec.c
67 F: cputlb.c
68 F: softmmu_template.h
69 F: translate-all.c
70 F: include/exec/cpu_ldst.h
71 F: include/exec/cpu_ldst_template.h
72 F: include/exec/helper*.h
74 Alpha
75 M: Richard Henderson <rth@twiddle.net>
76 S: Maintained
77 F: target-alpha/
78 F: hw/alpha/
79 F: tests/tcg/alpha/
80 F: disas/alpha.c
82 ARM
83 M: Peter Maydell <peter.maydell@linaro.org>
84 S: Maintained
85 F: target-arm/
86 F: hw/arm/
87 F: hw/cpu/a*mpcore.c
88 F: disas/arm.c
89 F: disas/arm-a64.cc
90 F: disas/libvixl/
92 CRIS
93 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
94 S: Maintained
95 F: target-cris/
96 F: hw/cris/
97 F: tests/tcg/cris/
98 F: disas/cris.c
100 LM32
101 M: Michael Walle <michael@walle.cc>
102 S: Maintained
103 F: target-lm32/
104 F: disas/lm32.c
105 F: hw/lm32/
106 F: hw/*/lm32_*
107 F: hw/*/milkymist-*
108 F: include/hw/char/lm32_juart.h
109 F: include/hw/lm32/
110 F: tests/tcg/lm32/
112 M68K
113 S: Orphan
114 F: target-m68k/
115 F: hw/m68k/
117 MicroBlaze
118 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
119 S: Maintained
120 F: target-microblaze/
121 F: hw/microblaze/
122 F: disas/microblaze.c
124 MIPS
125 M: Aurelien Jarno <aurelien@aurel32.net>
126 M: Leon Alrae <leon.alrae@imgtec.com>
127 S: Maintained
128 F: target-mips/
129 F: hw/mips/
130 F: tests/tcg/mips/
131 F: disas/mips.c
133 Moxie
134 M: Anthony Green <green@moxielogic.com>
135 S: Maintained
136 F: target-moxie/
137 F: disas/moxie.c
139 OpenRISC
140 M: Jia Liu <proljc@gmail.com>
141 S: Maintained
142 F: target-openrisc/
143 F: hw/openrisc/
144 F: tests/tcg/openrisc/
146 PowerPC
147 M: Alexander Graf <agraf@suse.de>
148 L: qemu-ppc@nongnu.org
149 S: Maintained
150 F: target-ppc/
151 F: hw/ppc/
152 F: disas/ppc.c
154 S390
155 M: Richard Henderson <rth@twiddle.net>
156 M: Alexander Graf <agraf@suse.de>
157 S: Maintained
158 F: target-s390x/
159 F: hw/s390x/
160 F: disas/s390.c
163 M: Aurelien Jarno <aurelien@aurel32.net>
164 S: Odd Fixes
165 F: target-sh4/
166 F: hw/sh4/
167 F: disas/sh4.c
169 SPARC
170 M: Blue Swirl <blauwirbel@gmail.com>
171 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
172 S: Maintained
173 F: target-sparc/
174 F: hw/sparc/
175 F: hw/sparc64/
176 F: disas/sparc.c
178 UniCore32
179 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
180 S: Maintained
181 F: target-unicore32/
182 F: hw/unicore32/
185 M: Paolo Bonzini <pbonzini@redhat.com>
186 M: Richard Henderson <rth@twiddle.net>
187 M: Eduardo Habkost <ehabkost@redhat.com>
188 S: Maintained
189 F: target-i386/
190 F: hw/i386/
191 F: disas/i386.c
193 Xtensa
194 M: Max Filippov <jcmvbkbc@gmail.com>
195 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
196 S: Maintained
197 F: target-xtensa/
198 F: hw/xtensa/
199 F: tests/tcg/xtensa/
201 TriCore
202 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
203 S: Maintained
204 F: target-tricore/
205 F: hw/tricore/
207 Guest CPU Cores (KVM):
208 ----------------------
210 Overall
211 M: Paolo Bonzini <pbonzini@redhat.com>
212 L: kvm@vger.kernel.org
213 S: Supported
214 F: kvm-*
215 F: */kvm.*
218 M: Peter Maydell <peter.maydell@linaro.org>
219 S: Maintained
220 F: target-arm/kvm.c
222 MIPS
223 M: James Hogan <james.hogan@imgtec.com>
224 S: Maintained
225 F: target-mips/kvm.c
228 M: Alexander Graf <agraf@suse.de>
229 S: Maintained
230 F: target-ppc/kvm.c
232 S390
233 M: Christian Borntraeger <borntraeger@de.ibm.com>
234 M: Cornelia Huck <cornelia.huck@de.ibm.com>
235 M: Alexander Graf <agraf@suse.de>
236 S: Maintained
237 F: target-s390x/kvm.c
238 F: hw/intc/s390_flic.c
239 F: hw/intc/s390_flic_kvm.c
240 F: include/hw/s390x/s390_flic.h
243 M: Paolo Bonzini <pbonzini@redhat.com>
244 M: Marcelo Tosatti <mtosatti@redhat.com>
245 L: kvm@vger.kernel.org
246 S: Supported
247 F: target-i386/kvm.c
249 Guest CPU Cores (Xen):
250 ----------------------
253 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
254 L: xen-devel@lists.xensource.com
255 S: Supported
256 F: xen-*
257 F: */xen*
259 Hosts:
260 ------
262 LINUX
263 L: qemu-devel@nongnu.org
264 S: Maintained
265 F: linux-*
266 F: linux-headers/
268 POSIX
269 L: qemu-devel@nongnu.org
270 S: Maintained
271 F: *posix*
273 W32, W64
274 L: qemu-devel@nongnu.org
275 M: Stefan Weil <sw@weilnetz.de>
276 S: Maintained
277 F: *win32*
278 F: qemu.nsi
280 ARM Machines
281 ------------
282 Allwinner-a10
283 M: Beniamino Galvani <b.galvani@gmail.com>
284 S: Maintained
285 F: hw/*/allwinner*
286 F: include/hw/*/allwinner*
287 F: hw/arm/cubieboard.c
289 Exynos
290 M: Evgeny Voevodin <e.voevodin@samsung.com>
291 M: Maksim Kozlov <m.kozlov@samsung.com>
292 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
293 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
294 S: Maintained
295 F: hw/*/exynos*
297 Calxeda Highbank
298 M: Rob Herring <robh@kernel.org>
299 S: Maintained
300 F: hw/arm/highbank.c
301 F: hw/net/xgmac.c
303 Canon DIGIC
304 M: Antony Pavlov <antonynpavlov@gmail.com>
305 S: Maintained
306 F: include/hw/arm/digic.h
307 F: hw/*/digic*
309 Gumstix
310 L: qemu-devel@nongnu.org
311 S: Orphan
312 F: hw/arm/gumstix.c
314 i.MX31
315 M: Peter Chubb <peter.chubb@nicta.com.au>
316 S: Odd fixes
317 F: hw/*/imx*
318 F: hw/arm/kzm.c
320 Integrator CP
321 M: Peter Maydell <peter.maydell@linaro.org>
322 S: Maintained
323 F: hw/arm/integratorcp.c
325 Mainstone
326 L: qemu-devel@nongnu.org
327 S: Orphan
328 F: hw/arm/mainstone.c
330 Musicpal
331 M: Jan Kiszka <jan.kiszka@web.de>
332 S: Maintained
333 F: hw/arm/musicpal.c
335 nSeries
336 M: Andrzej Zaborowski <balrogg@gmail.com>
337 S: Maintained
338 F: hw/arm/nseries.c
340 Palm
341 M: Andrzej Zaborowski <balrogg@gmail.com>
342 S: Maintained
343 F: hw/arm/palm.c
345 Real View
346 M: Peter Maydell <peter.maydell@linaro.org>
347 S: Maintained
348 F: hw/arm/realview*
350 Spitz
351 M: Andrzej Zaborowski <balrogg@gmail.com>
352 S: Maintained
353 F: hw/arm/spitz.c
355 Stellaris
356 M: Peter Maydell <peter.maydell@linaro.org>
357 S: Maintained
358 F: hw/*/stellaris*
360 Versatile PB
361 M: Peter Maydell <peter.maydell@linaro.org>
362 S: Maintained
363 F: hw/*/versatile*
365 Xilinx Zynq
366 M: Alistair Francis <alistair.francis@xilinx.com>
367 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
368 S: Maintained
369 F: hw/arm/xilinx_zynq.c
370 F: hw/misc/zynq_slcr.c
371 F: hw/*/cadence_*
372 F: hw/ssi/xilinx_spips.c
374 Xilinx ZynqMP
375 M: Alistair Francis <alistair.francis@xilinx.com>
376 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
377 S: Maintained
378 F: hw/arm/xlnx-zynqmp.c
379 F: hw/arm/xlnx-ep108.c
380 F: include/hw/arm/xlnx-zynqmp.h
382 ARM ACPI Subsystem
383 M: Shannon Zhao <zhaoshenglong@huawei.com>
384 M: Shannon Zhao <shannon.zhao@linaro.org>
385 S: Maintained
386 F: hw/arm/virt-acpi-build.c
387 F: include/hw/arm/virt-acpi-build.h
389 CRIS Machines
390 -------------
391 Axis Dev88
392 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
393 S: Maintained
394 F: hw/cris/axis_dev88.c
395 F: hw/*/etraxfs_*.c
397 LM32 Machines
398 -------------
399 EVR32 and uclinux BSP
400 M: Michael Walle <michael@walle.cc>
401 S: Maintained
402 F: hw/lm32/lm32_boards.c
404 milkymist
405 M: Michael Walle <michael@walle.cc>
406 S: Maintained
407 F: hw/lm32/milkymist.c
409 M68K Machines
410 -------------
411 an5206
412 S: Orphan
413 F: hw/m68k/an5206.c
415 dummy_m68k
416 S: Orphan
417 F: hw/m68k/dummy_m68k.c
419 mcf5208
420 S: Orphan
421 F: hw/m68k/mcf5208.c
423 MicroBlaze Machines
424 -------------------
425 petalogix_s3adsp1800
426 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
427 S: Maintained
428 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
430 petalogix_ml605
431 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
432 S: Maintained
433 F: hw/microblaze/petalogix_ml605_mmu.c
435 MIPS Machines
436 -------------
437 Jazz
438 M: Hervé Poussineau <hpoussin@reactos.org>
439 S: Maintained
440 F: hw/mips/mips_jazz.c
442 Malta
443 M: Aurelien Jarno <aurelien@aurel32.net>
444 S: Maintained
445 F: hw/mips/mips_malta.c
447 Mipssim
448 L: qemu-devel@nongnu.org
449 S: Orphan
450 F: hw/mips/mips_mipssim.c
452 R4000
453 M: Aurelien Jarno <aurelien@aurel32.net>
454 S: Maintained
455 F: hw/mips/mips_r4k.c
457 OpenRISC Machines
458 -----------------
459 or1k-sim
460 M: Jia Liu <proljc@gmail.com>
461 S: Maintained
462 F: hw/openrisc/openrisc_sim.c
464 PowerPC Machines
465 ----------------
467 M: Alexander Graf <agraf@suse.de>
468 L: qemu-ppc@nongnu.org
469 S: Odd Fixes
470 F: hw/ppc/ppc405_boards.c
472 Bamboo
473 M: Alexander Graf <agraf@suse.de>
474 L: qemu-ppc@nongnu.org
475 S: Odd Fixes
476 F: hw/ppc/ppc440_bamboo.c
478 e500
479 M: Alexander Graf <agraf@suse.de>
480 M: Scott Wood <scottwood@freescale.com>
481 L: qemu-ppc@nongnu.org
482 S: Supported
483 F: hw/ppc/e500.[hc]
484 F: hw/ppc/e500plat.c
486 mpc8544ds
487 M: Alexander Graf <agraf@suse.de>
488 M: Scott Wood <scottwood@freescale.com>
489 L: qemu-ppc@nongnu.org
490 S: Supported
491 F: hw/ppc/mpc8544ds.c
492 F: hw/ppc/mpc8544_guts.c
494 New World
495 M: Alexander Graf <agraf@suse.de>
496 L: qemu-ppc@nongnu.org
497 S: Maintained
498 F: hw/ppc/mac_newworld.c
499 F: hw/pci-host/uninorth.c
500 F: hw/pci-bridge/dec.[hc]
501 F: hw/misc/macio/
503 Old World
504 M: Alexander Graf <agraf@suse.de>
505 L: qemu-ppc@nongnu.org
506 S: Maintained
507 F: hw/ppc/mac_oldworld.c
508 F: hw/pci-host/grackle.c
509 F: hw/misc/macio/
511 PReP
512 M: Andreas Färber <andreas.faerber@web.de>
513 L: qemu-ppc@nongnu.org
514 S: Odd Fixes
515 F: hw/ppc/prep.c
516 F: hw/pci-host/prep.[hc]
517 F: hw/isa/pc87312.[hc]
519 sPAPR (pseries)
520 M: David Gibson <david@gibson.dropbear.id.au>
521 M: Alexander Graf <agraf@suse.de>
522 L: qemu-ppc@nongnu.org
523 S: Supported
524 F: hw/*/spapr*
525 F: include/hw/*/spapr*
526 F: hw/*/xics*
527 F: include/hw/*/xics*
528 F: pc-bios/spapr-rtas/*
530 virtex_ml507
531 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
532 L: qemu-ppc@nongnu.org
533 S: Odd Fixes
534 F: hw/ppc/virtex_ml507.c
536 SH4 Machines
537 ------------
539 M: Magnus Damm <magnus.damm@gmail.com>
540 S: Maintained
541 F: hw/sh4/r2d.c
543 Shix
544 M: Magnus Damm <magnus.damm@gmail.com>
545 S: Orphan
546 F: hw/sh4/shix.c
548 SPARC Machines
549 --------------
550 Sun4m
551 M: Blue Swirl <blauwirbel@gmail.com>
552 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
553 S: Maintained
554 F: hw/sparc/sun4m.c
556 Sun4u
557 M: Blue Swirl <blauwirbel@gmail.com>
558 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
559 S: Maintained
560 F: hw/sparc64/sun4u.c
562 Leon3
563 M: Fabien Chouteau <chouteau@adacore.com>
564 S: Maintained
565 F: hw/sparc/leon3.c
566 F: hw/*/grlib*
568 S390 Machines
569 -------------
570 S390 Virtio
571 M: Alexander Graf <agraf@suse.de>
572 S: Maintained
573 F: hw/s390x/s390-*.c
574 X: hw/s390x/*pci*.[hc]
576 S390 Virtio-ccw
577 M: Cornelia Huck <cornelia.huck@de.ibm.com>
578 M: Christian Borntraeger <borntraeger@de.ibm.com>
579 M: Alexander Graf <agraf@suse.de>
580 S: Supported
581 F: hw/char/sclp*.[hc]
582 F: hw/s390x/s390-virtio-ccw.c
583 F: hw/s390x/css.[hc]
584 F: hw/s390x/sclp*.[hc]
585 F: hw/s390x/ipl*.[hc]
586 F: hw/s390x/*pci*.[hc]
587 F: hw/s390x/s390-skeys*.c
588 F: include/hw/s390x/
589 F: pc-bios/s390-ccw/
590 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
592 UniCore32 Machines
593 -------------
594 PKUnity-3 SoC initramfs-with-busybox
595 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
596 S: Maintained
597 F: hw/*/puv3*
598 F: hw/unicore32/
600 X86 Machines
601 ------------
603 M: Michael S. Tsirkin <mst@redhat.com>
604 S: Supported
605 F: include/hw/i386/
606 F: hw/i386/
607 F: hw/pci-host/piix.c
608 F: hw/pci-host/q35.c
609 F: hw/pci-host/pam.c
610 F: include/hw/pci-host/q35.h
611 F: include/hw/pci-host/pam.h
612 F: hw/isa/piix4.c
613 F: hw/isa/lpc_ich9.c
614 F: hw/i2c/smbus_ich9.c
615 F: hw/acpi/piix4.c
616 F: hw/acpi/ich9.c
617 F: include/hw/acpi/ich9.h
618 F: include/hw/acpi/piix.h
619 F: hw/misc/sga.c
621 PC Chipset
622 M: Michael S. Tsirkin <mst@redhat.com>
623 M: Paolo Bonzini <pbonzini@redhat.com>
624 S: Support
625 F: hw/char/debugcon.c
626 F: hw/char/parallel.c
627 F: hw/char/serial*
628 F: hw/dma/i8257*
629 F: hw/i2c/pm_smbus.c
630 F: hw/intc/apic*
631 F: hw/intc/ioapic*
632 F: hw/intc/i8259*
633 F: hw/misc/debugexit.c
634 F: hw/misc/pc-testdev.c
635 F: hw/timer/hpet*
636 F: hw/timer/i8254*
637 F: hw/timer/mc146818rtc*
640 Xtensa Machines
641 ---------------
643 M: Max Filippov <jcmvbkbc@gmail.com>
644 S: Maintained
645 F: hw/xtensa/sim.c
647 XTFPGA (LX60, LX200, ML605, KC705)
648 M: Max Filippov <jcmvbkbc@gmail.com>
649 S: Maintained
650 F: hw/xtensa/xtfpga.c
651 F: hw/net/opencores_eth.c
653 Devices
654 -------
656 M: Jiri Slaby <jslaby@suse.cz>
657 S: Maintained
658 F: hw/misc/edu.c
661 M: John Snow <jsnow@redhat.com>
662 L: qemu-block@nongnu.org
663 S: Supported
664 F: include/hw/ide.h
665 F: hw/ide/
666 F: hw/block/block.c
667 F: hw/block/cdrom.c
668 F: hw/block/hd-geometry.c
669 F: tests/ide-test.c
670 F: tests/ahci-test.c
671 F: tests/libqos/ahci*
672 T: git git://github.com/jnsnow/qemu.git ide
674 Floppy
675 M: John Snow <jsnow@redhat.com>
676 L: qemu-block@nongnu.org
677 S: Supported
678 F: hw/block/fdc.c
679 F: include/hw/block/fdc.h
680 F: tests/fdc-test.c
681 T: git git://github.com/jnsnow/qemu.git ide
683 OMAP
684 M: Peter Maydell <peter.maydell@linaro.org>
685 S: Maintained
686 F: hw/*/omap*
688 IPack
689 M: Alberto Garcia <berto@igalia.com>
690 S: Odd Fixes
691 F: hw/char/ipoctal232.c
692 F: hw/ipack/
695 M: Michael S. Tsirkin <mst@redhat.com>
696 S: Supported
697 F: include/hw/pci/*
698 F: hw/misc/pci-testdev.c
699 F: hw/pci/*
700 F: hw/pci-bridge/*
702 ACPI/SMBIOS
703 M: Michael S. Tsirkin <mst@redhat.com>
704 M: Igor Mammedov <imammedo@redhat.com>
705 S: Supported
706 F: include/hw/acpi/*
707 F: include/hw/smbios/*
708 F: hw/mem/*
709 F: hw/acpi/*
710 F: hw/smbios/*
711 F: hw/i386/acpi-build.[hc]
712 F: hw/i386/*dsl
713 F: hw/arm/virt-acpi-build.c
714 F: include/hw/arm/virt-acpi-build.h
715 F: scripts/acpi*py
717 ppc4xx
718 M: Alexander Graf <agraf@suse.de>
719 L: qemu-ppc@nongnu.org
720 S: Odd Fixes
721 F: hw/ppc/ppc4*.c
723 ppce500
724 M: Alexander Graf <agraf@suse.de>
725 M: Scott Wood <scottwood@freescale.com>
726 L: qemu-ppc@nongnu.org
727 S: Supported
728 F: hw/ppc/e500*
730 Character devices
731 M: Paolo Bonzini <pbonzini@redhat.com>
732 S: Odd Fixes
733 F: hw/char/
735 Network devices
736 M: Jason Wang <jasowang@redhat.com>
737 S: Odd Fixes
738 F: hw/net/
739 T: git git://github.com/jasowang/qemu.git net
741 SCSI
742 M: Paolo Bonzini <pbonzini@redhat.com>
743 S: Supported
744 F: include/hw/scsi*
745 F: hw/scsi/*
746 T: git git://github.com/bonzini/qemu.git scsi-next
748 LSI53C895A
749 S: Orphan
750 F: hw/scsi/lsi53c895a.c
753 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
754 S: Maintained
755 F: hw/ssi/*
756 F: hw/block/m25p80.c
757 X: hw/ssi/xilinx_*
759 Xilinx SPI
760 M: Alistair Francis <alistair.francis@xilinx.com>
761 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
762 S: Maintained
763 F: hw/ssi/xilinx_*
766 M: Gerd Hoffmann <kraxel@redhat.com>
767 S: Maintained
768 F: hw/usb/*
769 F: tests/usb-*-test.c
771 USB (serial adapter)
772 M: Gerd Hoffmann <kraxel@redhat.com>
773 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
774 S: Maintained
775 F: hw/usb/dev-serial.c
777 VFIO
778 M: Alex Williamson <alex.williamson@redhat.com>
779 S: Supported
780 F: hw/vfio/*
782 vhost
783 M: Michael S. Tsirkin <mst@redhat.com>
784 S: Supported
785 F: hw/*/*vhost*
787 virtio
788 M: Michael S. Tsirkin <mst@redhat.com>
789 S: Supported
790 F: hw/*/virtio*
791 F: net/vhost-user.c
793 virtio-9p
794 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
795 S: Supported
796 F: hw/9pfs/
797 F: fsdev/
798 F: tests/virtio-9p-test.c
799 T: git git://github.com/kvaneesh/QEMU.git
801 virtio-blk
802 M: Stefan Hajnoczi <stefanha@redhat.com>
803 L: qemu-block@nongnu.org
804 S: Supported
805 F: hw/block/virtio-blk.c
806 F: hw/block/dataplane/*
807 F: hw/virtio/dataplane/*
808 T: git git://github.com/stefanha/qemu.git block
810 virtio-ccw
811 M: Cornelia Huck <cornelia.huck@de.ibm.com>
812 M: Christian Borntraeger <borntraeger@de.ibm.com>
813 S: Supported
814 F: hw/s390x/virtio-ccw.[hc]
815 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
817 virtio-input
818 M: Gerd Hoffmann <kraxel@redhat.com>
819 S: Maintained
820 F: hw/input/virtio-input*.c
821 F: include/hw/virtio/virtio-input.h
823 virtio-serial
824 M: Amit Shah <amit.shah@redhat.com>
825 S: Supported
826 F: hw/char/virtio-serial-bus.c
827 F: hw/char/virtio-console.c
828 F: include/hw/virtio/virtio-serial.h
830 virtio-rng
831 M: Amit Shah <amit.shah@redhat.com>
832 S: Supported
833 F: hw/virtio/virtio-rng.c
834 F: include/hw/virtio/virtio-rng.h
835 F: backends/rng*.c
837 nvme
838 M: Keith Busch <keith.busch@intel.com>
839 L: qemu-block@nongnu.org
840 S: Supported
841 F: hw/block/nvme*
842 F: tests/nvme-test.c
844 megasas
845 M: Hannes Reinecke <hare@suse.de>
846 L: qemu-block@nongnu.org
847 S: Supported
848 F: hw/scsi/megasas.c
849 F: hw/scsi/mfi.h
851 Xilinx EDK
852 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
853 M: Alistair Francis <alistair.francis@xilinx.com>
854 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
855 S: Maintained
856 F: hw/*/xilinx_*
857 F: include/hw/xilinx.h
859 Vmware
860 M: Dmitry Fleytman <dmitry@daynix.com>
861 S: Maintained
862 F: hw/net/vmxnet*
863 F: hw/scsi/vmw_pvscsi*
865 Rocker
866 M: Scott Feldman <sfeldma@gmail.com>
867 M: Jiri Pirko <jiri@resnulli.us>
868 S: Maintained
869 F: hw/net/rocker/
871 Subsystems
872 ----------
873 Audio
874 M: Gerd Hoffmann <kraxel@redhat.com>
875 S: Maintained
876 F: audio/
877 F: hw/audio/
878 F: tests/ac97-test.c
879 F: tests/es1370-test.c
880 F: tests/intel-hda-test.c
882 Block layer core
883 M: Kevin Wolf <kwolf@redhat.com>
884 L: qemu-block@nongnu.org
885 S: Supported
886 F: block*
887 F: block/
888 F: hw/block/
889 F: include/block/
890 F: qemu-img*
891 F: qemu-io*
892 F: tests/qemu-iotests/
893 T: git git://repo.or.cz/qemu/kevin.git block
895 Block I/O path
896 M: Stefan Hajnoczi <stefanha@redhat.com>
897 L: qemu-block@nongnu.org
898 S: Supported
899 F: async.c
900 F: aio-*.c
901 F: block/io.c
902 F: migration/block*
903 T: git git://github.com/stefanha/qemu.git block
905 Block Jobs
906 M: Jeff Cody <jcody@redhat.com>
907 L: qemu-block@nongnu.org
908 S: Supported
909 F: blockjob.c
910 F: include/block/blockjob.h
911 F: block/backup.c
912 F: block/commit.c
913 F: block/stream.h
914 F: block/mirror.c
915 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
917 Block QAPI, monitor, command line
918 M: Markus Armbruster <armbru@redhat.com>
919 S: Supported
920 F: blockdev.c
921 F: block/qapi.c
922 F: qapi/block*.json
923 T: git git://repo.or.cz/qemu/armbru.git block-next
925 Character device backends
926 M: Paolo Bonzini <pbonzini@redhat.com>
927 S: Maintained
928 F: qemu-char.c
929 F: backends/msmouse.c
930 F: backends/testdev.c
932 Character Devices (Braille)
933 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
934 S: Maintained
935 F: backends/baum.c
937 Coverity model
938 M: Markus Armbruster <armbru@redhat.com>
939 S: Supported
940 F: scripts/coverity-model.c
943 M: Andreas Färber <afaerber@suse.de>
944 S: Supported
945 F: qom/cpu.c
946 F: include/qom/cpu.h
947 F: target-i386/cpu.c
949 ICC Bus
950 M: Igor Mammedov <imammedo@redhat.com>
951 S: Supported
952 F: include/hw/cpu/icc_bus.h
953 F: hw/cpu/icc_bus.c
955 Device Tree
956 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
957 M: Alexander Graf <agraf@suse.de>
958 S: Maintained
959 F: device_tree.[ch]
961 Error reporting
962 M: Markus Armbruster <armbru@redhat.com>
963 S: Supported
964 F: include/qapi/error.h
965 F: include/qemu/error-report.h
966 F: util/error.c
967 F: util/qemu-error.c
969 GDB stub
970 L: qemu-devel@nongnu.org
971 S: Odd Fixes
972 F: gdbstub*
973 F: gdb-xml/
975 Memory API
976 M: Paolo Bonzini <pbonzini@redhat.com>
977 S: Supported
978 F: include/exec/ioport.h
979 F: ioport.c
980 F: include/exec/memory.h
981 F: memory.c
982 F: include/exec/memory-internal.h
983 F: exec.c
985 SPICE
986 M: Gerd Hoffmann <kraxel@redhat.com>
987 S: Supported
988 F: include/ui/qemu-spice.h
989 F: ui/spice-*.c
990 F: audio/spiceaudio.c
991 F: hw/display/qxl*
993 Graphics
994 M: Gerd Hoffmann <kraxel@redhat.com>
995 S: Odd Fixes
996 F: ui/
998 Cocoa graphics
999 M: Andreas Färber <andreas.faerber@web.de>
1000 M: Peter Maydell <peter.maydell@linaro.org>
1001 S: Odd Fixes
1002 F: ui/cocoa.m
1004 Main loop
1005 M: Paolo Bonzini <pbonzini@redhat.com>
1006 S: Maintained
1007 F: cpus.c
1008 F: main-loop.c
1009 F: qemu-timer.c
1010 F: vl.c
1012 Human Monitor (HMP)
1013 M: Luiz Capitulino <lcapitulino@redhat.com>
1014 S: Maintained
1015 F: monitor.c
1016 F: hmp.c
1017 F: hmp-commands.hx
1018 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1020 Network device backends
1021 M: Jason Wang <jasowang@redhat.com>
1022 S: Maintained
1023 F: net/
1024 T: git git://github.com/jasowang/qemu.git net
1026 Netmap network backend
1027 M: Luigi Rizzo <rizzo@iet.unipi.it>
1028 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1029 M: Vincenzo Maffione <v.maffione@gmail.com>
1030 W: http://info.iet.unipi.it/~luigi/netmap/
1031 S: Maintained
1032 F: net/netmap.c
1034 Network Block Device (NBD)
1035 M: Paolo Bonzini <pbonzini@redhat.com>
1036 S: Odd Fixes
1037 F: block/nbd.c
1038 F: nbd.*
1039 F: qemu-nbd.c
1040 T: git git://github.com/bonzini/qemu.git nbd-next
1042 NUMA
1043 M: Eduardo Habkost <ehabkost@redhat.com>
1044 S: Maintained
1045 F: numa.c
1046 F: include/sysemu/numa.h
1047 K: numa|NUMA
1048 K: srat|SRAT
1049 T: git git://github.com/ehabkost/qemu.git numa
1051 QAPI
1052 M: Markus Armbruster <armbru@redhat.com>
1053 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1054 S: Supported
1055 F: qapi/
1056 X: qapi/*.json
1057 F: include/qapi/
1058 X: include/qapi/qmp/
1059 F: include/qapi/qmp/dispatch.h
1060 F: tests/qapi-schema/
1061 F: tests/test-*-visitor.c
1062 F: tests/test-qmp-*.c
1063 F: scripts/qapi*
1064 F: docs/qapi*
1065 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1067 QAPI Schema
1068 M: Eric Blake <eblake@redhat.com>
1069 M: Markus Armbruster <armbru@redhat.com>
1070 S: Supported
1071 F: qapi-schema.json
1072 F: qapi/*.json
1073 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1075 QObject
1076 M: Luiz Capitulino <lcapitulino@redhat.com>
1077 S: Maintained
1078 F: qobject/
1079 F: include/qapi/qmp/
1080 X: include/qapi/qmp/dispatch.h
1081 F: tests/check-qdict.c
1082 F: tests/check-qfloat.c
1083 F: tests/check-qint.c
1084 F: tests/check-qjson.c
1085 F: tests/check-qlist.c
1086 F: tests/check-qstring.c
1087 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1089 QEMU Guest Agent
1090 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1091 S: Maintained
1092 F: qga/
1093 T: git git://github.com/mdroth/qemu.git qga
1096 M: Andreas Färber <afaerber@suse.de>
1097 S: Supported
1098 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1099 F: include/qom/
1100 X: include/qom/cpu.h
1101 F: qom/
1102 X: qom/cpu.c
1103 F: tests/qom-test.c
1106 M: Markus Armbruster <armbru@redhat.com>
1107 S: Supported
1108 F: qmp.c
1109 F: monitor.c
1110 F: qmp-commands.hx
1111 F: docs/*qmp-*
1112 F: scripts/qmp/
1113 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1115 SLIRP
1116 M: Jan Kiszka <jan.kiszka@siemens.com>
1117 S: Maintained
1118 F: slirp/
1119 T: git git://git.kiszka.org/qemu.git queues/slirp
1121 Tracing
1122 M: Stefan Hajnoczi <stefanha@redhat.com>
1123 S: Maintained
1124 F: trace/
1125 F: scripts/tracetool.py
1126 F: scripts/tracetool/
1127 F: docs/tracing.txt
1128 T: git git://github.com/stefanha/qemu.git tracing
1130 Checkpatch
1131 M: Blue Swirl <blauwirbel@gmail.com>
1132 S: Odd Fixes
1133 F: scripts/checkpatch.pl
1135 Migration
1136 M: Juan Quintela <quintela@redhat.com>
1137 M: Amit Shah <amit.shah@redhat.com>
1138 S: Maintained
1139 F: include/migration/
1140 F: migration/
1141 F: scripts/vmstate-static-checker.py
1142 F: tests/vmstate-static-checker-data/
1144 Seccomp
1145 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1146 S: Supported
1147 F: qemu-seccomp.c
1148 F: include/sysemu/seccomp.h
1150 Cryptography
1151 M: Daniel P. Berrange <berrange@redhat.com>
1152 S: Maintained
1153 F: crypto/
1154 F: include/crypto/
1155 F: tests/test-crypto-*
1157 Usermode Emulation
1158 ------------------
1159 Overall
1160 M: Riku Voipio <riku.voipio@iki.fi>
1161 S: Maintained
1162 F: thunk.c
1163 F: user-exec.c
1165 BSD user
1166 M: Blue Swirl <blauwirbel@gmail.com>
1167 S: Maintained
1168 F: bsd-user/
1170 Linux user
1171 M: Riku Voipio <riku.voipio@iki.fi>
1172 S: Maintained
1173 F: linux-user/
1175 Tiny Code Generator (TCG)
1176 -------------------------
1177 Common code
1178 M: Richard Henderson <rth@twiddle.net>
1179 S: Maintained
1180 F: tcg/
1182 AArch64 target
1183 M: Claudio Fontana <claudio.fontana@huawei.com>
1184 M: Claudio Fontana <claudio.fontana@gmail.com>
1185 S: Maintained
1186 F: tcg/aarch64/
1187 F: disas/arm-a64.cc
1188 F: disas/libvixl/
1190 ARM target
1191 M: Andrzej Zaborowski <balrogg@gmail.com>
1192 S: Maintained
1193 F: tcg/arm/
1194 F: disas/arm.c
1196 i386 target
1197 L: qemu-devel@nongnu.org
1198 S: Maintained
1199 F: tcg/i386/
1200 F: disas/i386.c
1202 IA64 target
1203 M: Aurelien Jarno <aurelien@aurel32.net>
1204 S: Maintained
1205 F: tcg/ia64/
1206 F: disas/ia64.c
1208 MIPS target
1209 M: Aurelien Jarno <aurelien@aurel32.net>
1210 S: Maintained
1211 F: tcg/mips/
1212 F: disas/mips.c
1215 M: Vassili Karpov (malc) <av1474@comtv.ru>
1216 S: Maintained
1217 F: tcg/ppc/
1218 F: disas/ppc.c
1220 S390 target
1221 M: Alexander Graf <agraf@suse.de>
1222 M: Richard Henderson <rth@twiddle.net>
1223 S: Maintained
1224 F: tcg/s390/
1225 F: disas/s390.c
1227 SPARC target
1228 M: Blue Swirl <blauwirbel@gmail.com>
1229 S: Maintained
1230 F: tcg/sparc/
1231 F: disas/sparc.c
1233 TCI target
1234 M: Stefan Weil <sw@weilnetz.de>
1235 S: Maintained
1236 F: tcg/tci/
1237 F: tci.c
1238 F: disas/tci.c
1240 Stable branches
1241 ---------------
1242 Stable 1.0
1243 L: qemu-stable@nongnu.org
1244 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1245 S: Orphan
1247 Stable 0.15
1248 L: qemu-stable@nongnu.org
1249 M: Andreas Färber <afaerber@suse.de>
1250 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1251 S: Supported
1253 Stable 0.14
1254 L: qemu-stable@nongnu.org
1255 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1256 S: Orphan
1258 Stable 0.10
1259 L: qemu-stable@nongnu.org
1260 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1261 S: Orphan
1263 Block drivers
1264 -------------
1265 VMDK
1266 M: Fam Zheng <famz@redhat.com>
1267 L: qemu-block@nongnu.org
1268 S: Supported
1269 F: block/vmdk.c
1272 M: Josh Durgin <jdurgin@redhat.com>
1273 M: Jeff Cody <jcody@redhat.com>
1274 L: qemu-block@nongnu.org
1275 S: Supported
1276 F: block/rbd.c
1277 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1279 Sheepdog
1280 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1281 M: Liu Yuan <namei.unix@gmail.com>
1282 M: Jeff Cody <jcody@redhat.com>
1283 L: qemu-block@nongnu.org
1284 L: sheepdog@lists.wpkg.org
1285 S: Supported
1286 F: block/sheepdog.c
1287 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1289 VHDX
1290 M: Jeff Cody <jcody@redhat.com>
1291 L: qemu-block@nongnu.org
1292 S: Supported
1293 F: block/vhdx*
1294 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1297 M: Stefan Weil <sw@weilnetz.de>
1298 L: qemu-block@nongnu.org
1299 S: Maintained
1300 F: block/vdi.c
1302 iSCSI
1303 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1304 M: Paolo Bonzini <pbonzini@redhat.com>
1305 M: Peter Lieven <pl@kamp.de>
1306 L: qemu-block@nongnu.org
1307 S: Supported
1308 F: block/iscsi.c
1311 M: Jeff Cody <jcody@redhat.com>
1312 M: Peter Lieven <pl@kamp.de>
1313 L: qemu-block@nongnu.org
1314 S: Maintained
1315 F: block/nfs.c
1316 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1319 M: Richard W.M. Jones <rjones@redhat.com>
1320 M: Jeff Cody <jcody@redhat.com>
1321 L: qemu-block@nongnu.org
1322 S: Supported
1323 F: block/ssh.c
1324 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1326 ARCHIPELAGO
1327 M: Chrysostomos Nanakos <chris@include.gr>
1328 M: Jeff Cody <jcody@redhat.com>
1329 L: qemu-block@nongnu.org
1330 S: Maintained
1331 F: block/archipelago.c
1332 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1334 CURL
1335 M: Jeff Cody <jcody@redhat.com>
1336 L: qemu-block@nongnu.org
1337 S: Supported
1338 F: block/curl.c
1339 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1341 GLUSTER
1342 M: Jeff Cody <jcody@redhat.com>
1343 L: qemu-block@nongnu.org
1344 S: Supported
1345 F: block/gluster.c
1346 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1348 Null Block Driver
1349 M: Fam Zheng <famz@redhat.com>
1350 L: qemu-block@nongnu.org
1351 S: Supported
1352 F: block/null.c
1354 Bootdevice
1355 M: Gonglei <arei.gonglei@huawei.com>
1356 S: Maintained
1357 F: bootdevice.c
1359 Quorum
1360 M: Alberto Garcia <berto@igalia.com>
1361 S: Supported
1362 F: block/quorum.c
1363 L: qemu-block@nongnu.org
1365 blkverify
1366 M: Stefan Hajnoczi <stefanha@redhat.com>
1367 L: qemu-block@nongnu.org
1368 S: Supported
1369 F: block/blkverify.c
1371 bochs
1372 M: Stefan Hajnoczi <stefanha@redhat.com>
1373 L: qemu-block@nongnu.org
1374 S: Supported
1375 F: block/bochs.c
1377 cloop
1378 M: Stefan Hajnoczi <stefanha@redhat.com>
1379 L: qemu-block@nongnu.org
1380 S: Supported
1381 F: block/cloop.c
1384 M: Stefan Hajnoczi <stefanha@redhat.com>
1385 L: qemu-block@nongnu.org
1386 S: Supported
1387 F: block/dmg.c
1389 parallels
1390 M: Stefan Hajnoczi <stefanha@redhat.com>
1391 M: Denis V. Lunev <den@openvz.org>
1392 L: qemu-block@nongnu.org
1393 S: Supported
1394 F: block/parallels.c
1397 M: Stefan Hajnoczi <stefanha@redhat.com>
1398 L: qemu-block@nongnu.org
1399 S: Supported
1400 F: block/qed.c
1403 M: Kevin Wolf <kwolf@redhat.com>
1404 L: qemu-block@nongnu.org
1405 S: Supported
1406 F: block/linux-aio.c
1407 F: block/raw-aio.h
1408 F: block/raw-posix.c
1409 F: block/raw-win32.c
1410 F: block/raw_bsd.c
1411 F: block/win32-aio.c
1413 qcow2
1414 M: Kevin Wolf <kwolf@redhat.com>
1415 L: qemu-block@nongnu.org
1416 S: Supported
1417 F: block/qcow2*
1419 qcow
1420 M: Kevin Wolf <kwolf@redhat.com>
1421 L: qemu-block@nongnu.org
1422 S: Supported
1423 F: block/qcow.c
1425 blkdebug
1426 M: Kevin Wolf <kwolf@redhat.com>
1427 L: qemu-block@nongnu.org
1428 S: Supported
1429 F: block/blkdebug.c
1432 M: Kevin Wolf <kwolf@redhat.com>
1433 L: qemu-block@nongnu.org
1434 S: Supported
1435 F: block/vpc.c
1437 vvfat
1438 M: Kevin Wolf <kwolf@redhat.com>
1439 L: qemu-block@nongnu.org
1440 S: Supported
1441 F: block/vvfat.c
1443 Image format fuzzer
1444 M: Stefan Hajnoczi <stefanha@redhat.com>
1445 L: qemu-block@nongnu.org
1446 S: Supported
1447 F: tests/image-fuzzer/
1450 Documentation
1451 -------------
1452 Build system architecture
1453 M: Daniel P. Berrange <berrange@redhat.com>
1454 S: Odd Fixes
1455 F: docs/build-system.txt