virtio: introduce virtqueue_discard()
[qemu/ar7.git] / MAINTAINERS
blobe3e34fb4b13e0359d531dab0469ac0749ab67844
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*
279 ARM Machines
280 ------------
281 Allwinner-a10
282 M: Beniamino Galvani <b.galvani@gmail.com>
283 S: Maintained
284 F: hw/*/allwinner*
285 F: include/hw/*/allwinner*
286 F: hw/arm/cubieboard.c
288 Exynos
289 M: Evgeny Voevodin <e.voevodin@samsung.com>
290 M: Maksim Kozlov <m.kozlov@samsung.com>
291 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
292 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
293 S: Maintained
294 F: hw/*/exynos*
296 Calxeda Highbank
297 M: Rob Herring <robh@kernel.org>
298 S: Maintained
299 F: hw/arm/highbank.c
300 F: hw/net/xgmac.c
302 Canon DIGIC
303 M: Antony Pavlov <antonynpavlov@gmail.com>
304 S: Maintained
305 F: include/hw/arm/digic.h
306 F: hw/*/digic*
308 Gumstix
309 L: qemu-devel@nongnu.org
310 S: Orphan
311 F: hw/arm/gumstix.c
313 i.MX31
314 M: Peter Chubb <peter.chubb@nicta.com.au>
315 S: Odd fixes
316 F: hw/*/imx*
317 F: hw/arm/kzm.c
319 Integrator CP
320 M: Peter Maydell <peter.maydell@linaro.org>
321 S: Maintained
322 F: hw/arm/integratorcp.c
324 Mainstone
325 L: qemu-devel@nongnu.org
326 S: Orphan
327 F: hw/arm/mainstone.c
329 Musicpal
330 M: Jan Kiszka <jan.kiszka@web.de>
331 S: Maintained
332 F: hw/arm/musicpal.c
334 nSeries
335 M: Andrzej Zaborowski <balrogg@gmail.com>
336 S: Maintained
337 F: hw/arm/nseries.c
339 Palm
340 M: Andrzej Zaborowski <balrogg@gmail.com>
341 S: Maintained
342 F: hw/arm/palm.c
344 Real View
345 M: Peter Maydell <peter.maydell@linaro.org>
346 S: Maintained
347 F: hw/arm/realview*
349 Spitz
350 M: Andrzej Zaborowski <balrogg@gmail.com>
351 S: Maintained
352 F: hw/arm/spitz.c
354 Stellaris
355 M: Peter Maydell <peter.maydell@linaro.org>
356 S: Maintained
357 F: hw/*/stellaris*
359 Versatile PB
360 M: Peter Maydell <peter.maydell@linaro.org>
361 S: Maintained
362 F: hw/*/versatile*
364 Xilinx Zynq
365 M: Alistair Francis <alistair.francis@xilinx.com>
366 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
367 S: Maintained
368 F: hw/arm/xilinx_zynq.c
369 F: hw/misc/zynq_slcr.c
370 F: hw/*/cadence_*
371 F: hw/ssi/xilinx_spips.c
373 Xilinx ZynqMP
374 M: Alistair Francis <alistair.francis@xilinx.com>
375 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
376 S: Maintained
377 F: hw/arm/xlnx-zynqmp.c
378 F: hw/arm/xlnx-ep108.c
379 F: include/hw/arm/xlnx-zynqmp.h
381 ARM ACPI Subsystem
382 M: Shannon Zhao <zhaoshenglong@huawei.com>
383 M: Shannon Zhao <shannon.zhao@linaro.org>
384 S: Maintained
385 F: hw/arm/virt-acpi-build.c
386 F: include/hw/arm/virt-acpi-build.h
388 CRIS Machines
389 -------------
390 Axis Dev88
391 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
392 S: Maintained
393 F: hw/cris/axis_dev88.c
394 F: hw/*/etraxfs_*.c
396 LM32 Machines
397 -------------
398 EVR32 and uclinux BSP
399 M: Michael Walle <michael@walle.cc>
400 S: Maintained
401 F: hw/lm32/lm32_boards.c
403 milkymist
404 M: Michael Walle <michael@walle.cc>
405 S: Maintained
406 F: hw/lm32/milkymist.c
408 M68K Machines
409 -------------
410 an5206
411 S: Orphan
412 F: hw/m68k/an5206.c
414 dummy_m68k
415 S: Orphan
416 F: hw/m68k/dummy_m68k.c
418 mcf5208
419 S: Orphan
420 F: hw/m68k/mcf5208.c
422 MicroBlaze Machines
423 -------------------
424 petalogix_s3adsp1800
425 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
426 S: Maintained
427 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
429 petalogix_ml605
430 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
431 S: Maintained
432 F: hw/microblaze/petalogix_ml605_mmu.c
434 MIPS Machines
435 -------------
436 Jazz
437 M: Hervé Poussineau <hpoussin@reactos.org>
438 S: Maintained
439 F: hw/mips/mips_jazz.c
441 Malta
442 M: Aurelien Jarno <aurelien@aurel32.net>
443 S: Maintained
444 F: hw/mips/mips_malta.c
446 Mipssim
447 L: qemu-devel@nongnu.org
448 S: Orphan
449 F: hw/mips/mips_mipssim.c
451 R4000
452 M: Aurelien Jarno <aurelien@aurel32.net>
453 S: Maintained
454 F: hw/mips/mips_r4k.c
456 OpenRISC Machines
457 -----------------
458 or1k-sim
459 M: Jia Liu <proljc@gmail.com>
460 S: Maintained
461 F: hw/openrisc/openrisc_sim.c
463 PowerPC Machines
464 ----------------
466 M: Alexander Graf <agraf@suse.de>
467 L: qemu-ppc@nongnu.org
468 S: Odd Fixes
469 F: hw/ppc/ppc405_boards.c
471 Bamboo
472 M: Alexander Graf <agraf@suse.de>
473 L: qemu-ppc@nongnu.org
474 S: Odd Fixes
475 F: hw/ppc/ppc440_bamboo.c
477 e500
478 M: Alexander Graf <agraf@suse.de>
479 M: Scott Wood <scottwood@freescale.com>
480 L: qemu-ppc@nongnu.org
481 S: Supported
482 F: hw/ppc/e500.[hc]
483 F: hw/ppc/e500plat.c
485 mpc8544ds
486 M: Alexander Graf <agraf@suse.de>
487 M: Scott Wood <scottwood@freescale.com>
488 L: qemu-ppc@nongnu.org
489 S: Supported
490 F: hw/ppc/mpc8544ds.c
491 F: hw/ppc/mpc8544_guts.c
493 New World
494 M: Alexander Graf <agraf@suse.de>
495 L: qemu-ppc@nongnu.org
496 S: Maintained
497 F: hw/ppc/mac_newworld.c
498 F: hw/pci-host/uninorth.c
499 F: hw/pci-bridge/dec.[hc]
500 F: hw/misc/macio/
502 Old World
503 M: Alexander Graf <agraf@suse.de>
504 L: qemu-ppc@nongnu.org
505 S: Maintained
506 F: hw/ppc/mac_oldworld.c
507 F: hw/pci-host/grackle.c
508 F: hw/misc/macio/
510 PReP
511 M: Andreas Färber <andreas.faerber@web.de>
512 L: qemu-ppc@nongnu.org
513 S: Odd Fixes
514 F: hw/ppc/prep.c
515 F: hw/pci-host/prep.[hc]
516 F: hw/isa/pc87312.[hc]
518 sPAPR (pseries)
519 M: David Gibson <david@gibson.dropbear.id.au>
520 M: Alexander Graf <agraf@suse.de>
521 L: qemu-ppc@nongnu.org
522 S: Supported
523 F: hw/*/spapr*
524 F: include/hw/*/spapr*
525 F: hw/*/xics*
526 F: include/hw/*/xics*
527 F: pc-bios/spapr-rtas/*
529 virtex_ml507
530 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
531 L: qemu-ppc@nongnu.org
532 S: Odd Fixes
533 F: hw/ppc/virtex_ml507.c
535 SH4 Machines
536 ------------
538 M: Magnus Damm <magnus.damm@gmail.com>
539 S: Maintained
540 F: hw/sh4/r2d.c
542 Shix
543 M: Magnus Damm <magnus.damm@gmail.com>
544 S: Orphan
545 F: hw/sh4/shix.c
547 SPARC Machines
548 --------------
549 Sun4m
550 M: Blue Swirl <blauwirbel@gmail.com>
551 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
552 S: Maintained
553 F: hw/sparc/sun4m.c
555 Sun4u
556 M: Blue Swirl <blauwirbel@gmail.com>
557 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
558 S: Maintained
559 F: hw/sparc64/sun4u.c
561 Leon3
562 M: Fabien Chouteau <chouteau@adacore.com>
563 S: Maintained
564 F: hw/sparc/leon3.c
565 F: hw/*/grlib*
567 S390 Machines
568 -------------
569 S390 Virtio
570 M: Alexander Graf <agraf@suse.de>
571 S: Maintained
572 F: hw/s390x/s390-*.c
573 X: hw/s390x/*pci*.[hc]
575 S390 Virtio-ccw
576 M: Cornelia Huck <cornelia.huck@de.ibm.com>
577 M: Christian Borntraeger <borntraeger@de.ibm.com>
578 M: Alexander Graf <agraf@suse.de>
579 S: Supported
580 F: hw/char/sclp*.[hc]
581 F: hw/s390x/s390-virtio-ccw.c
582 F: hw/s390x/css.[hc]
583 F: hw/s390x/sclp*.[hc]
584 F: hw/s390x/ipl*.[hc]
585 F: hw/s390x/*pci*.[hc]
586 F: hw/s390x/s390-skeys*.c
587 F: include/hw/s390x/
588 F: pc-bios/s390-ccw/
589 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
591 UniCore32 Machines
592 -------------
593 PKUnity-3 SoC initramfs-with-busybox
594 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
595 S: Maintained
596 F: hw/*/puv3*
597 F: hw/unicore32/
599 X86 Machines
600 ------------
602 M: Michael S. Tsirkin <mst@redhat.com>
603 S: Supported
604 F: include/hw/i386/
605 F: hw/i386/
606 F: hw/pci-host/piix.c
607 F: hw/pci-host/q35.c
608 F: hw/pci-host/pam.c
609 F: include/hw/pci-host/q35.h
610 F: include/hw/pci-host/pam.h
611 F: hw/isa/piix4.c
612 F: hw/isa/lpc_ich9.c
613 F: hw/i2c/smbus_ich9.c
614 F: hw/acpi/piix4.c
615 F: hw/acpi/ich9.c
616 F: include/hw/acpi/ich9.h
617 F: include/hw/acpi/piix.h
618 F: hw/misc/sga.c
620 PC Chipset
621 M: Michael S. Tsirkin <mst@redhat.com>
622 M: Paolo Bonzini <pbonzini@redhat.com>
623 S: Support
624 F: hw/char/debugcon.c
625 F: hw/char/parallel.c
626 F: hw/char/serial*
627 F: hw/dma/i8257*
628 F: hw/i2c/pm_smbus.c
629 F: hw/intc/apic*
630 F: hw/intc/ioapic*
631 F: hw/intc/i8259*
632 F: hw/misc/debugexit.c
633 F: hw/misc/pc-testdev.c
634 F: hw/timer/hpet*
635 F: hw/timer/i8254*
636 F: hw/timer/mc146818rtc*
639 Xtensa Machines
640 ---------------
642 M: Max Filippov <jcmvbkbc@gmail.com>
643 S: Maintained
644 F: hw/xtensa/sim.c
646 XTFPGA (LX60, LX200, ML605, KC705)
647 M: Max Filippov <jcmvbkbc@gmail.com>
648 S: Maintained
649 F: hw/xtensa/xtfpga.c
650 F: hw/net/opencores_eth.c
652 Devices
653 -------
655 M: Jiri Slaby <jslaby@suse.cz>
656 S: Maintained
657 F: hw/misc/edu.c
660 M: John Snow <jsnow@redhat.com>
661 L: qemu-block@nongnu.org
662 S: Supported
663 F: include/hw/ide.h
664 F: hw/ide/
665 F: hw/block/block.c
666 F: hw/block/cdrom.c
667 F: hw/block/hd-geometry.c
668 F: tests/ide-test.c
669 F: tests/ahci-test.c
670 T: git git://github.com/jnsnow/qemu.git ide
672 Floppy
673 M: John Snow <jsnow@redhat.com>
674 L: qemu-block@nongnu.org
675 S: Supported
676 F: hw/block/fdc.c
677 F: include/hw/block/fdc.h
678 T: git git://github.com/jnsnow/qemu.git ide
680 OMAP
681 M: Peter Maydell <peter.maydell@linaro.org>
682 S: Maintained
683 F: hw/*/omap*
685 IPack
686 M: Alberto Garcia <berto@igalia.com>
687 S: Odd Fixes
688 F: hw/char/ipoctal232.c
689 F: hw/ipack/
692 M: Michael S. Tsirkin <mst@redhat.com>
693 S: Supported
694 F: include/hw/pci/*
695 F: hw/misc/pci-testdev.c
696 F: hw/pci/*
697 F: hw/pci-bridge/*
699 ACPI/SMBIOS
700 M: Michael S. Tsirkin <mst@redhat.com>
701 M: Igor Mammedov <imammedo@redhat.com>
702 S: Supported
703 F: include/hw/acpi/*
704 F: include/hw/smbios/*
705 F: hw/mem/*
706 F: hw/acpi/*
707 F: hw/smbios/*
708 F: hw/i386/acpi-build.[hc]
709 F: hw/i386/*dsl
710 F: hw/arm/virt-acpi-build.c
711 F: include/hw/arm/virt-acpi-build.h
712 F: scripts/acpi*py
714 ppc4xx
715 M: Alexander Graf <agraf@suse.de>
716 L: qemu-ppc@nongnu.org
717 S: Odd Fixes
718 F: hw/ppc/ppc4*.c
720 ppce500
721 M: Alexander Graf <agraf@suse.de>
722 M: Scott Wood <scottwood@freescale.com>
723 L: qemu-ppc@nongnu.org
724 S: Supported
725 F: hw/ppc/e500*
727 Character devices
728 M: Paolo Bonzini <pbonzini@redhat.com>
729 S: Odd Fixes
730 F: hw/char/
732 Network devices
733 M: Jason Wang <jasowang@redhat.com>
734 S: Odd Fixes
735 F: hw/net/
736 T: git git://github.com/jasowang/qemu.git net
738 SCSI
739 M: Paolo Bonzini <pbonzini@redhat.com>
740 S: Supported
741 F: include/hw/scsi*
742 F: hw/scsi/*
743 T: git git://github.com/bonzini/qemu.git scsi-next
745 LSI53C895A
746 S: Orphan
747 F: hw/scsi/lsi53c895a.c
750 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
751 S: Maintained
752 F: hw/ssi/*
753 F: hw/block/m25p80.c
754 X: hw/ssi/xilinx_*
756 Xilinx SPI
757 M: Alistair Francis <alistair.francis@xilinx.com>
758 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
759 S: Maintained
760 F: hw/ssi/xilinx_*
763 M: Gerd Hoffmann <kraxel@redhat.com>
764 S: Maintained
765 F: hw/usb/*
766 F: tests/usb-*-test.c
768 USB (serial adapter)
769 M: Gerd Hoffmann <kraxel@redhat.com>
770 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
771 S: Maintained
772 F: hw/usb/dev-serial.c
774 VFIO
775 M: Alex Williamson <alex.williamson@redhat.com>
776 S: Supported
777 F: hw/vfio/*
779 vhost
780 M: Michael S. Tsirkin <mst@redhat.com>
781 S: Supported
782 F: hw/*/*vhost*
784 virtio
785 M: Michael S. Tsirkin <mst@redhat.com>
786 S: Supported
787 F: hw/*/virtio*
788 F: net/vhost-user.c
790 virtio-9p
791 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
792 S: Supported
793 F: hw/9pfs/
794 F: fsdev/
795 F: tests/virtio-9p-test.c
796 T: git git://github.com/kvaneesh/QEMU.git
798 virtio-blk
799 M: Stefan Hajnoczi <stefanha@redhat.com>
800 L: qemu-block@nongnu.org
801 S: Supported
802 F: hw/block/virtio-blk.c
803 F: hw/block/dataplane/*
804 F: hw/virtio/dataplane/*
805 T: git git://github.com/stefanha/qemu.git block
807 virtio-ccw
808 M: Cornelia Huck <cornelia.huck@de.ibm.com>
809 M: Christian Borntraeger <borntraeger@de.ibm.com>
810 S: Supported
811 F: hw/s390x/virtio-ccw.[hc]
812 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
814 virtio-input
815 M: Gerd Hoffmann <kraxel@redhat.com>
816 S: Maintained
817 F: hw/input/virtio-input*.c
818 F: include/hw/virtio/virtio-input.h
820 virtio-serial
821 M: Amit Shah <amit.shah@redhat.com>
822 S: Supported
823 F: hw/char/virtio-serial-bus.c
824 F: hw/char/virtio-console.c
825 F: include/hw/virtio/virtio-serial.h
827 virtio-rng
828 M: Amit Shah <amit.shah@redhat.com>
829 S: Supported
830 F: hw/virtio/virtio-rng.c
831 F: include/hw/virtio/virtio-rng.h
832 F: backends/rng*.c
834 nvme
835 M: Keith Busch <keith.busch@intel.com>
836 L: qemu-block@nongnu.org
837 S: Supported
838 F: hw/block/nvme*
839 F: tests/nvme-test.c
841 megasas
842 M: Hannes Reinecke <hare@suse.de>
843 L: qemu-block@nongnu.org
844 S: Supported
845 F: hw/scsi/megasas.c
846 F: hw/scsi/mfi.h
848 Xilinx EDK
849 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
850 M: Alistair Francis <alistair.francis@xilinx.com>
851 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
852 S: Maintained
853 F: hw/*/xilinx_*
854 F: include/hw/xilinx.h
856 Vmware
857 M: Dmitry Fleytman <dmitry@daynix.com>
858 S: Maintained
859 F: hw/net/vmxnet*
860 F: hw/scsi/vmw_pvscsi*
862 Rocker
863 M: Scott Feldman <sfeldma@gmail.com>
864 M: Jiri Pirko <jiri@resnulli.us>
865 S: Maintained
866 F: hw/net/rocker/
868 Subsystems
869 ----------
870 Audio
871 M: Gerd Hoffmann <kraxel@redhat.com>
872 S: Maintained
873 F: audio/
874 F: hw/audio/
875 F: tests/ac97-test.c
876 F: tests/es1370-test.c
877 F: tests/intel-hda-test.c
879 Block layer core
880 M: Kevin Wolf <kwolf@redhat.com>
881 L: qemu-block@nongnu.org
882 S: Supported
883 F: block*
884 F: block/
885 F: hw/block/
886 F: include/block/
887 F: qemu-img*
888 F: qemu-io*
889 F: tests/qemu-iotests/
890 T: git git://repo.or.cz/qemu/kevin.git block
892 Block I/O path
893 M: Stefan Hajnoczi <stefanha@redhat.com>
894 L: qemu-block@nongnu.org
895 S: Supported
896 F: async.c
897 F: aio-*.c
898 F: block/io.c
899 F: migration/block*
900 T: git git://github.com/stefanha/qemu.git block
902 Block Jobs
903 M: Jeff Cody <jcody@redhat.com>
904 L: qemu-block@nongnu.org
905 S: Supported
906 F: blockjob.c
907 F: include/block/blockjob.h
908 F: block/backup.c
909 F: block/commit.c
910 F: block/stream.h
911 F: block/mirror.c
912 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
914 Block QAPI, monitor, command line
915 M: Markus Armbruster <armbru@redhat.com>
916 S: Supported
917 F: blockdev.c
918 F: block/qapi.c
919 F: qapi/block*.json
920 T: git git://repo.or.cz/qemu/armbru.git block-next
922 Character device backends
923 M: Paolo Bonzini <pbonzini@redhat.com>
924 S: Maintained
925 F: qemu-char.c
926 F: backends/msmouse.c
927 F: backends/testdev.c
929 Character Devices (Braille)
930 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
931 S: Maintained
932 F: backends/baum.c
934 Coverity model
935 M: Markus Armbruster <armbru@redhat.com>
936 S: Supported
937 F: scripts/coverity-model.c
940 M: Andreas Färber <afaerber@suse.de>
941 S: Supported
942 F: qom/cpu.c
943 F: include/qom/cpu.h
944 F: target-i386/cpu.c
946 ICC Bus
947 M: Igor Mammedov <imammedo@redhat.com>
948 S: Supported
949 F: include/hw/cpu/icc_bus.h
950 F: hw/cpu/icc_bus.c
952 Device Tree
953 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
954 M: Alexander Graf <agraf@suse.de>
955 S: Maintained
956 F: device_tree.[ch]
958 Error reporting
959 M: Markus Armbruster <armbru@redhat.com>
960 S: Supported
961 F: include/qapi/error.h
962 F: include/qemu/error-report.h
963 F: util/error.c
964 F: util/qemu-error.c
966 GDB stub
967 L: qemu-devel@nongnu.org
968 S: Odd Fixes
969 F: gdbstub*
970 F: gdb-xml/
972 Memory API
973 M: Paolo Bonzini <pbonzini@redhat.com>
974 S: Supported
975 F: include/exec/ioport.h
976 F: ioport.c
977 F: include/exec/memory.h
978 F: memory.c
979 F: include/exec/memory-internal.h
980 F: exec.c
982 SPICE
983 M: Gerd Hoffmann <kraxel@redhat.com>
984 S: Supported
985 F: include/ui/qemu-spice.h
986 F: ui/spice-*.c
987 F: audio/spiceaudio.c
988 F: hw/display/qxl*
990 Graphics
991 M: Gerd Hoffmann <kraxel@redhat.com>
992 S: Odd Fixes
993 F: ui/
995 Cocoa graphics
996 M: Andreas Färber <andreas.faerber@web.de>
997 M: Peter Maydell <peter.maydell@linaro.org>
998 S: Odd Fixes
999 F: ui/cocoa.m
1001 Main loop
1002 M: Paolo Bonzini <pbonzini@redhat.com>
1003 S: Maintained
1004 F: cpus.c
1005 F: main-loop.c
1006 F: qemu-timer.c
1007 F: vl.c
1009 Human Monitor (HMP)
1010 M: Luiz Capitulino <lcapitulino@redhat.com>
1011 S: Maintained
1012 F: monitor.c
1013 F: hmp.c
1014 F: hmp-commands.hx
1015 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1017 Network device backends
1018 M: Jason Wang <jasowang@redhat.com>
1019 S: Maintained
1020 F: net/
1021 T: git git://github.com/jasowang/qemu.git net
1023 Netmap network backend
1024 M: Luigi Rizzo <rizzo@iet.unipi.it>
1025 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1026 M: Vincenzo Maffione <v.maffione@gmail.com>
1027 W: http://info.iet.unipi.it/~luigi/netmap/
1028 S: Maintained
1029 F: net/netmap.c
1031 Network Block Device (NBD)
1032 M: Paolo Bonzini <pbonzini@redhat.com>
1033 S: Odd Fixes
1034 F: block/nbd.c
1035 F: nbd.*
1036 F: qemu-nbd.c
1037 T: git git://github.com/bonzini/qemu.git nbd-next
1039 NUMA
1040 M: Eduardo Habkost <ehabkost@redhat.com>
1041 S: Maintained
1042 F: numa.c
1043 F: include/sysemu/numa.h
1044 K: numa|NUMA
1045 K: srat|SRAT
1046 T: git git://github.com/ehabkost/qemu.git numa
1048 QAPI
1049 M: Markus Armbruster <armbru@redhat.com>
1050 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1051 S: Supported
1052 F: qapi/
1053 X: qapi/*.json
1054 F: tests/qapi-schema/
1055 F: scripts/qapi*
1056 F: docs/qapi*
1057 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1059 QAPI Schema
1060 M: Eric Blake <eblake@redhat.com>
1061 M: Markus Armbruster <armbru@redhat.com>
1062 S: Supported
1063 F: qapi-schema.json
1064 F: qapi/*.json
1065 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1067 QObject
1068 M: Luiz Capitulino <lcapitulino@redhat.com>
1069 S: Maintained
1070 F: qobject/
1071 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1073 QEMU Guest Agent
1074 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1075 S: Maintained
1076 F: qga/
1077 T: git git://github.com/mdroth/qemu.git qga
1080 M: Andreas Färber <afaerber@suse.de>
1081 S: Supported
1082 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1083 F: include/qom/
1084 X: include/qom/cpu.h
1085 F: qom/
1086 X: qom/cpu.c
1087 F: tests/qom-test.c
1090 M: Markus Armbruster <armbru@redhat.com>
1091 S: Supported
1092 F: qmp.c
1093 F: monitor.c
1094 F: qmp-commands.hx
1095 F: docs/qmp/
1096 F: scripts/qmp/
1097 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1099 SLIRP
1100 M: Jan Kiszka <jan.kiszka@siemens.com>
1101 S: Maintained
1102 F: slirp/
1103 T: git git://git.kiszka.org/qemu.git queues/slirp
1105 Tracing
1106 M: Stefan Hajnoczi <stefanha@redhat.com>
1107 S: Maintained
1108 F: trace/
1109 F: scripts/tracetool.py
1110 F: scripts/tracetool/
1111 F: docs/tracing.txt
1112 T: git git://github.com/stefanha/qemu.git tracing
1114 Checkpatch
1115 M: Blue Swirl <blauwirbel@gmail.com>
1116 S: Odd Fixes
1117 F: scripts/checkpatch.pl
1119 Migration
1120 M: Juan Quintela <quintela@redhat.com>
1121 M: Amit Shah <amit.shah@redhat.com>
1122 S: Maintained
1123 F: include/migration/
1124 F: migration/
1125 F: scripts/vmstate-static-checker.py
1126 F: tests/vmstate-static-checker-data/
1128 Seccomp
1129 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1130 S: Supported
1131 F: qemu-seccomp.c
1132 F: include/sysemu/seccomp.h
1134 Cryptography
1135 M: Daniel P. Berrange <berrange@redhat.com>
1136 S: Maintained
1137 F: crypto/
1138 F: include/crypto/
1139 F: tests/test-crypto-*
1141 Usermode Emulation
1142 ------------------
1143 Overall
1144 M: Riku Voipio <riku.voipio@iki.fi>
1145 S: Maintained
1146 F: thunk.c
1147 F: user-exec.c
1149 BSD user
1150 M: Blue Swirl <blauwirbel@gmail.com>
1151 S: Maintained
1152 F: bsd-user/
1154 Linux user
1155 M: Riku Voipio <riku.voipio@iki.fi>
1156 S: Maintained
1157 F: linux-user/
1159 Tiny Code Generator (TCG)
1160 -------------------------
1161 Common code
1162 M: Richard Henderson <rth@twiddle.net>
1163 S: Maintained
1164 F: tcg/
1166 AArch64 target
1167 M: Claudio Fontana <claudio.fontana@huawei.com>
1168 M: Claudio Fontana <claudio.fontana@gmail.com>
1169 S: Maintained
1170 F: tcg/aarch64/
1171 F: disas/arm-a64.cc
1172 F: disas/libvixl/
1174 ARM target
1175 M: Andrzej Zaborowski <balrogg@gmail.com>
1176 S: Maintained
1177 F: tcg/arm/
1178 F: disas/arm.c
1180 i386 target
1181 L: qemu-devel@nongnu.org
1182 S: Maintained
1183 F: tcg/i386/
1184 F: disas/i386.c
1186 IA64 target
1187 M: Aurelien Jarno <aurelien@aurel32.net>
1188 S: Maintained
1189 F: tcg/ia64/
1190 F: disas/ia64.c
1192 MIPS target
1193 M: Aurelien Jarno <aurelien@aurel32.net>
1194 S: Maintained
1195 F: tcg/mips/
1196 F: disas/mips.c
1199 M: Vassili Karpov (malc) <av1474@comtv.ru>
1200 S: Maintained
1201 F: tcg/ppc/
1202 F: disas/ppc.c
1204 S390 target
1205 M: Alexander Graf <agraf@suse.de>
1206 M: Richard Henderson <rth@twiddle.net>
1207 S: Maintained
1208 F: tcg/s390/
1209 F: disas/s390.c
1211 SPARC target
1212 M: Blue Swirl <blauwirbel@gmail.com>
1213 S: Maintained
1214 F: tcg/sparc/
1215 F: disas/sparc.c
1217 TCI target
1218 M: Stefan Weil <sw@weilnetz.de>
1219 S: Maintained
1220 F: tcg/tci/
1221 F: tci.c
1222 F: disas/tci.c
1224 Stable branches
1225 ---------------
1226 Stable 1.0
1227 L: qemu-stable@nongnu.org
1228 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1229 S: Orphan
1231 Stable 0.15
1232 L: qemu-stable@nongnu.org
1233 M: Andreas Färber <afaerber@suse.de>
1234 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1235 S: Supported
1237 Stable 0.14
1238 L: qemu-stable@nongnu.org
1239 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1240 S: Orphan
1242 Stable 0.10
1243 L: qemu-stable@nongnu.org
1244 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1245 S: Orphan
1247 Block drivers
1248 -------------
1249 VMDK
1250 M: Fam Zheng <famz@redhat.com>
1251 L: qemu-block@nongnu.org
1252 S: Supported
1253 F: block/vmdk.c
1256 M: Josh Durgin <jdurgin@redhat.com>
1257 M: Jeff Cody <jcody@redhat.com>
1258 L: qemu-block@nongnu.org
1259 S: Supported
1260 F: block/rbd.c
1261 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1263 Sheepdog
1264 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1265 M: Liu Yuan <namei.unix@gmail.com>
1266 M: Jeff Cody <jcody@redhat.com>
1267 L: qemu-block@nongnu.org
1268 L: sheepdog@lists.wpkg.org
1269 S: Supported
1270 F: block/sheepdog.c
1271 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1273 VHDX
1274 M: Jeff Cody <jcody@redhat.com>
1275 L: qemu-block@nongnu.org
1276 S: Supported
1277 F: block/vhdx*
1278 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1281 M: Stefan Weil <sw@weilnetz.de>
1282 L: qemu-block@nongnu.org
1283 S: Maintained
1284 F: block/vdi.c
1286 iSCSI
1287 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1288 M: Paolo Bonzini <pbonzini@redhat.com>
1289 M: Peter Lieven <pl@kamp.de>
1290 L: qemu-block@nongnu.org
1291 S: Supported
1292 F: block/iscsi.c
1295 M: Jeff Cody <jcody@redhat.com>
1296 M: Peter Lieven <pl@kamp.de>
1297 L: qemu-block@nongnu.org
1298 S: Maintained
1299 F: block/nfs.c
1300 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1303 M: Richard W.M. Jones <rjones@redhat.com>
1304 M: Jeff Cody <jcody@redhat.com>
1305 L: qemu-block@nongnu.org
1306 S: Supported
1307 F: block/ssh.c
1308 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1310 ARCHIPELAGO
1311 M: Chrysostomos Nanakos <chris@include.gr>
1312 M: Jeff Cody <jcody@redhat.com>
1313 L: qemu-block@nongnu.org
1314 S: Maintained
1315 F: block/archipelago.c
1316 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1318 CURL
1319 M: Jeff Cody <jcody@redhat.com>
1320 L: qemu-block@nongnu.org
1321 S: Supported
1322 F: block/curl.c
1323 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1325 GLUSTER
1326 M: Jeff Cody <jcody@redhat.com>
1327 L: qemu-block@nongnu.org
1328 S: Supported
1329 F: block/gluster.c
1330 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1332 Null Block Driver
1333 M: Fam Zheng <famz@redhat.com>
1334 L: qemu-block@nongnu.org
1335 S: Supported
1336 F: block/null.c
1338 Bootdevice
1339 M: Gonglei <arei.gonglei@huawei.com>
1340 S: Maintained
1341 F: bootdevice.c
1343 Quorum
1344 M: Alberto Garcia <berto@igalia.com>
1345 S: Supported
1346 F: block/quorum.c
1347 L: qemu-block@nongnu.org
1349 blkverify
1350 M: Stefan Hajnoczi <stefanha@redhat.com>
1351 L: qemu-block@nongnu.org
1352 S: Supported
1353 F: block/blkverify.c
1355 bochs
1356 M: Stefan Hajnoczi <stefanha@redhat.com>
1357 L: qemu-block@nongnu.org
1358 S: Supported
1359 F: block/bochs.c
1361 cloop
1362 M: Stefan Hajnoczi <stefanha@redhat.com>
1363 L: qemu-block@nongnu.org
1364 S: Supported
1365 F: block/cloop.c
1368 M: Stefan Hajnoczi <stefanha@redhat.com>
1369 L: qemu-block@nongnu.org
1370 S: Supported
1371 F: block/dmg.c
1373 parallels
1374 M: Stefan Hajnoczi <stefanha@redhat.com>
1375 M: Denis V. Lunev <den@openvz.org>
1376 L: qemu-block@nongnu.org
1377 S: Supported
1378 F: block/parallels.c
1381 M: Stefan Hajnoczi <stefanha@redhat.com>
1382 L: qemu-block@nongnu.org
1383 S: Supported
1384 F: block/qed.c
1387 M: Kevin Wolf <kwolf@redhat.com>
1388 L: qemu-block@nongnu.org
1389 S: Supported
1390 F: block/linux-aio.c
1391 F: block/raw-aio.h
1392 F: block/raw-posix.c
1393 F: block/raw-win32.c
1394 F: block/raw_bsd.c
1395 F: block/win32-aio.c
1397 qcow2
1398 M: Kevin Wolf <kwolf@redhat.com>
1399 L: qemu-block@nongnu.org
1400 S: Supported
1401 F: block/qcow2*
1403 qcow
1404 M: Kevin Wolf <kwolf@redhat.com>
1405 L: qemu-block@nongnu.org
1406 S: Supported
1407 F: block/qcow.c
1409 blkdebug
1410 M: Kevin Wolf <kwolf@redhat.com>
1411 L: qemu-block@nongnu.org
1412 S: Supported
1413 F: block/blkdebug.c
1416 M: Kevin Wolf <kwolf@redhat.com>
1417 L: qemu-block@nongnu.org
1418 S: Supported
1419 F: block/vpc.c
1421 vvfat
1422 M: Kevin Wolf <kwolf@redhat.com>
1423 L: qemu-block@nongnu.org
1424 S: Supported
1425 F: block/vvfat.c
1427 Image format fuzzer
1428 M: Stefan Hajnoczi <stefanha@redhat.com>
1429 L: qemu-block@nongnu.org
1430 S: Supported
1431 F: tests/image-fuzzer/
1434 Documentation
1435 -------------
1436 Build system architecture
1437 M: Daniel P. Berrange <berrange@redhat.com>
1438 S: Odd Fixes
1439 F: docs/build-system.txt