Make vfio MSI interrupt be non-threaded.
[kvmfornfv.git] / qemu / MAINTAINERS
1 QEMU Maintainers
2 ================
3
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.
8
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.
11
12 Descriptions of section entries:
13
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.
49
50
51 General Project Administration
52 ------------------------------
53 M: Peter Maydell <peter.maydell@linaro.org>
54
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
60
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
73
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
81 ARM
82 M: Peter Maydell <peter.maydell@linaro.org>
83 S: Maintained
84 F: target-arm/
85 F: hw/arm/
86 F: hw/cpu/a*mpcore.c
87
88 CRIS
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 S: Maintained
91 F: target-cris/
92 F: hw/cris/
93 F: tests/tcg/cris/
94
95 LM32
96 M: Michael Walle <michael@walle.cc>
97 S: Maintained
98 F: target-lm32/
99 F: disas/lm32.c
100 F: hw/lm32/
101 F: hw/*/lm32_*
102 F: hw/*/milkymist-*
103 F: include/hw/char/lm32_juart.h
104 F: include/hw/lm32/
105 F: tests/tcg/lm32/
106
107 M68K
108 S: Orphan
109 F: target-m68k/
110 F: hw/m68k/
111
112 MicroBlaze
113 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
114 S: Maintained
115 F: target-microblaze/
116 F: hw/microblaze/
117
118 MIPS
119 M: Aurelien Jarno <aurelien@aurel32.net>
120 M: Leon Alrae <leon.alrae@imgtec.com>
121 S: Maintained
122 F: target-mips/
123 F: hw/mips/
124 F: tests/tcg/mips/
125
126 Moxie
127 M: Anthony Green <green@moxielogic.com>
128 S: Maintained
129 F: target-moxie/
130
131 OpenRISC
132 M: Jia Liu <proljc@gmail.com>
133 S: Maintained
134 F: target-openrisc/
135 F: hw/openrisc/
136 F: tests/tcg/openrisc/
137
138 PowerPC
139 M: Alexander Graf <agraf@suse.de>
140 L: qemu-ppc@nongnu.org
141 S: Maintained
142 F: target-ppc/
143 F: hw/ppc/
144
145 S390
146 M: Richard Henderson <rth@twiddle.net>
147 M: Alexander Graf <agraf@suse.de>
148 S: Maintained
149 F: target-s390x/
150 F: hw/s390x/
151
152 SH4
153 M: Aurelien Jarno <aurelien@aurel32.net>
154 S: Odd Fixes
155 F: target-sh4/
156 F: hw/sh4/
157
158 SPARC
159 M: Blue Swirl <blauwirbel@gmail.com>
160 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
161 S: Maintained
162 F: target-sparc/
163 F: hw/sparc/
164 F: hw/sparc64/
165
166 UniCore32
167 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
168 S: Maintained
169 F: target-unicore32/
170 F: hw/unicore32/
171
172 X86
173 M: Paolo Bonzini <pbonzini@redhat.com>
174 M: Richard Henderson <rth@twiddle.net>
175 M: Eduardo Habkost <ehabkost@redhat.com>
176 S: Maintained
177 F: target-i386/
178 F: hw/i386/
179
180 Xtensa
181 M: Max Filippov <jcmvbkbc@gmail.com>
182 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
183 S: Maintained
184 F: target-xtensa/
185 F: hw/xtensa/
186 F: tests/tcg/xtensa/
187
188 TriCore
189 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
190 S: Maintained
191 F: target-tricore/
192 F: hw/tricore/
193
194 Guest CPU Cores (KVM):
195 ----------------------
196
197 Overall
198 M: Paolo Bonzini <pbonzini@redhat.com>
199 L: kvm@vger.kernel.org
200 S: Supported
201 F: kvm-*
202 F: */kvm.*
203
204 ARM
205 M: Peter Maydell <peter.maydell@linaro.org>
206 S: Maintained
207 F: target-arm/kvm.c
208
209 MIPS
210 M: James Hogan <james.hogan@imgtec.com>
211 S: Maintained
212 F: target-mips/kvm.c
213
214 PPC
215 M: Alexander Graf <agraf@suse.de>
216 S: Maintained
217 F: target-ppc/kvm.c
218
219 S390
220 M: Christian Borntraeger <borntraeger@de.ibm.com>
221 M: Cornelia Huck <cornelia.huck@de.ibm.com>
222 M: Alexander Graf <agraf@suse.de>
223 S: Maintained
224 F: target-s390x/kvm.c
225 F: hw/intc/s390_flic.c
226 F: hw/intc/s390_flic_kvm.c
227 F: include/hw/s390x/s390_flic.h
228
229 X86
230 M: Paolo Bonzini <pbonzini@redhat.com>
231 M: Marcelo Tosatti <mtosatti@redhat.com>
232 L: kvm@vger.kernel.org
233 S: Supported
234 F: target-i386/kvm.c
235
236 Guest CPU Cores (Xen):
237 ----------------------
238
239 X86
240 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
241 L: xen-devel@lists.xensource.com
242 S: Supported
243 F: xen-*
244 F: */xen*
245
246 Hosts:
247 ------
248
249 LINUX
250 L: qemu-devel@nongnu.org
251 S: Maintained
252 F: linux-*
253 F: linux-headers/
254
255 POSIX
256 L: qemu-devel@nongnu.org
257 S: Maintained
258 F: *posix*
259
260 W32, W64
261 L: qemu-devel@nongnu.org
262 M: Stefan Weil <sw@weilnetz.de>
263 S: Maintained
264 F: *win32*
265
266 ARM Machines
267 ------------
268 Allwinner-a10
269 M: Li Guang <lig.fnst@cn.fujitsu.com>
270 S: Maintained
271 F: hw/*/allwinner-a10*
272 F: include/hw/*/allwinner-a10*
273 F: hw/arm/cubieboard.c
274
275 Exynos
276 M: Evgeny Voevodin <e.voevodin@samsung.com>
277 M: Maksim Kozlov <m.kozlov@samsung.com>
278 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
279 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
280 S: Maintained
281 F: hw/*/exynos*
282
283 Calxeda Highbank
284 M: Rob Herring <robh@kernel.org>
285 S: Maintained
286 F: hw/arm/highbank.c
287 F: hw/net/xgmac.c
288
289 Canon DIGIC
290 M: Antony Pavlov <antonynpavlov@gmail.com>
291 S: Maintained
292 F: include/hw/arm/digic.h
293 F: hw/*/digic*
294
295 Gumstix
296 L: qemu-devel@nongnu.org
297 S: Orphan
298 F: hw/arm/gumstix.c
299
300 i.MX31
301 M: Peter Chubb <peter.chubb@nicta.com.au>
302 S: Odd fixes
303 F: hw/*/imx*
304 F: hw/arm/kzm.c
305
306 Integrator CP
307 M: Peter Maydell <peter.maydell@linaro.org>
308 S: Maintained
309 F: hw/arm/integratorcp.c
310
311 Mainstone
312 L: qemu-devel@nongnu.org
313 S: Orphan
314 F: hw/arm/mainstone.c
315
316 Musicpal
317 M: Jan Kiszka <jan.kiszka@web.de>
318 S: Maintained
319 F: hw/arm/musicpal.c
320
321 nSeries
322 M: Andrzej Zaborowski <balrogg@gmail.com>
323 S: Maintained
324 F: hw/arm/nseries.c
325
326 Palm
327 M: Andrzej Zaborowski <balrogg@gmail.com>
328 S: Maintained
329 F: hw/arm/palm.c
330
331 Real View
332 M: Peter Maydell <peter.maydell@linaro.org>
333 S: Maintained
334 F: hw/arm/realview*
335
336 Spitz
337 M: Andrzej Zaborowski <balrogg@gmail.com>
338 S: Maintained
339 F: hw/arm/spitz.c
340
341 Stellaris
342 M: Peter Maydell <peter.maydell@linaro.org>
343 S: Maintained
344 F: hw/*/stellaris*
345
346 Versatile PB
347 M: Peter Maydell <peter.maydell@linaro.org>
348 S: Maintained
349 F: hw/*/versatile*
350
351 Xilinx Zynq
352 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
353 S: Maintained
354 F: hw/arm/xilinx_zynq.c
355 F: hw/misc/zynq_slcr.c
356 F: hw/*/cadence_*
357 F: hw/ssi/xilinx_spips.c
358
359 ARM ACPI Subsystem
360 M: Shannon Zhao <zhaoshenglong@huawei.com>
361 M: Shannon Zhao <shannon.zhao@linaro.org>
362 S: Maintained
363 F: hw/arm/virt-acpi-build.c
364 F: include/hw/arm/virt-acpi-build.h
365
366 CRIS Machines
367 -------------
368 Axis Dev88
369 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
370 S: Maintained
371 F: hw/cris/axis_dev88.c
372 F: hw/*/etraxfs_*.c
373
374 LM32 Machines
375 -------------
376 EVR32 and uclinux BSP
377 M: Michael Walle <michael@walle.cc>
378 S: Maintained
379 F: hw/lm32/lm32_boards.c
380
381 milkymist
382 M: Michael Walle <michael@walle.cc>
383 S: Maintained
384 F: hw/lm32/milkymist.c
385
386 M68K Machines
387 -------------
388 an5206
389 S: Orphan
390 F: hw/m68k/an5206.c
391
392 dummy_m68k
393 S: Orphan
394 F: hw/m68k/dummy_m68k.c
395
396 mcf5208
397 S: Orphan
398 F: hw/m68k/mcf5208.c
399
400 MicroBlaze Machines
401 -------------------
402 petalogix_s3adsp1800
403 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
404 S: Maintained
405 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
406
407 petalogix_ml605
408 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
409 S: Maintained
410 F: hw/microblaze/petalogix_ml605_mmu.c
411
412 MIPS Machines
413 -------------
414 Jazz
415 M: HervĂ© Poussineau <hpoussin@reactos.org>
416 S: Maintained
417 F: hw/mips/mips_jazz.c
418
419 Malta
420 M: Aurelien Jarno <aurelien@aurel32.net>
421 S: Maintained
422 F: hw/mips/mips_malta.c
423
424 Mipssim
425 L: qemu-devel@nongnu.org
426 S: Orphan
427 F: hw/mips/mips_mipssim.c
428
429 R4000
430 M: Aurelien Jarno <aurelien@aurel32.net>
431 S: Maintained
432 F: hw/mips/mips_r4k.c
433
434 OpenRISC Machines
435 -----------------
436 or1k-sim
437 M: Jia Liu <proljc@gmail.com>
438 S: Maintained
439 F: hw/openrisc/openrisc_sim.c
440
441 PowerPC Machines
442 ----------------
443 405
444 M: Alexander Graf <agraf@suse.de>
445 L: qemu-ppc@nongnu.org
446 S: Odd Fixes
447 F: hw/ppc/ppc405_boards.c
448
449 Bamboo
450 M: Alexander Graf <agraf@suse.de>
451 L: qemu-ppc@nongnu.org
452 S: Odd Fixes
453 F: hw/ppc/ppc440_bamboo.c
454
455 e500
456 M: Alexander Graf <agraf@suse.de>
457 M: Scott Wood <scottwood@freescale.com>
458 L: qemu-ppc@nongnu.org
459 S: Supported
460 F: hw/ppc/e500.[hc]
461 F: hw/ppc/e500plat.c
462
463 mpc8544ds
464 M: Alexander Graf <agraf@suse.de>
465 M: Scott Wood <scottwood@freescale.com>
466 L: qemu-ppc@nongnu.org
467 S: Supported
468 F: hw/ppc/mpc8544ds.c
469 F: hw/ppc/mpc8544_guts.c
470
471 New World
472 M: Alexander Graf <agraf@suse.de>
473 L: qemu-ppc@nongnu.org
474 S: Maintained
475 F: hw/ppc/mac_newworld.c
476 F: hw/pci-host/uninorth.c
477 F: hw/pci-bridge/dec.[hc]
478 F: hw/misc/macio/
479
480 Old World
481 M: Alexander Graf <agraf@suse.de>
482 L: qemu-ppc@nongnu.org
483 S: Maintained
484 F: hw/ppc/mac_oldworld.c
485 F: hw/pci-host/grackle.c
486 F: hw/misc/macio/
487
488 PReP
489 M: Andreas Färber <andreas.faerber@web.de>
490 L: qemu-ppc@nongnu.org
491 S: Odd Fixes
492 F: hw/ppc/prep.c
493 F: hw/pci-host/prep.[hc]
494 F: hw/isa/pc87312.[hc]
495
496 sPAPR (pseries)
497 M: David Gibson <david@gibson.dropbear.id.au>
498 M: Alexander Graf <agraf@suse.de>
499 L: qemu-ppc@nongnu.org
500 S: Supported
501 F: hw/*/spapr*
502 F: include/hw/*/spapr*
503 F: hw/*/xics*
504 F: include/hw/*/xics*
505 F: pc-bios/spapr-rtas/*
506
507 virtex_ml507
508 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
509 L: qemu-ppc@nongnu.org
510 S: Odd Fixes
511 F: hw/ppc/virtex_ml507.c
512
513 SH4 Machines
514 ------------
515 R2D
516 M: Magnus Damm <magnus.damm@gmail.com>
517 S: Maintained
518 F: hw/sh4/r2d.c
519
520 Shix
521 M: Magnus Damm <magnus.damm@gmail.com>
522 S: Orphan
523 F: hw/sh4/shix.c
524
525 SPARC Machines
526 --------------
527 Sun4m
528 M: Blue Swirl <blauwirbel@gmail.com>
529 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
530 S: Maintained
531 F: hw/sparc/sun4m.c
532
533 Sun4u
534 M: Blue Swirl <blauwirbel@gmail.com>
535 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
536 S: Maintained
537 F: hw/sparc64/sun4u.c
538
539 Leon3
540 M: Fabien Chouteau <chouteau@adacore.com>
541 S: Maintained
542 F: hw/sparc/leon3.c
543 F: hw/*/grlib*
544
545 S390 Machines
546 -------------
547 S390 Virtio
548 M: Alexander Graf <agraf@suse.de>
549 S: Maintained
550 F: hw/s390x/s390-*.c
551 X: hw/s390x/*pci*.[hc]
552
553 S390 Virtio-ccw
554 M: Cornelia Huck <cornelia.huck@de.ibm.com>
555 M: Christian Borntraeger <borntraeger@de.ibm.com>
556 M: Alexander Graf <agraf@suse.de>
557 S: Supported
558 F: hw/s390x/s390-virtio-ccw.c
559 F: hw/s390x/css.[hc]
560 F: hw/s390x/sclp*.[hc]
561 F: hw/s390x/ipl*.[hc]
562 F: hw/s390x/*pci*.[hc]
563 F: include/hw/s390x/
564 F: pc-bios/s390-ccw/
565 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
566
567 UniCore32 Machines
568 -------------
569 PKUnity-3 SoC initramfs-with-busybox
570 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
571 S: Maintained
572 F: hw/*/puv3*
573 F: hw/unicore32/
574
575 X86 Machines
576 ------------
577 PC
578 M: Michael S. Tsirkin <mst@redhat.com>
579 S: Supported
580 F: include/hw/i386/
581 F: hw/i386/
582 F: hw/pci-host/piix.c
583 F: hw/pci-host/q35.c
584 F: hw/pci-host/pam.c
585 F: include/hw/pci-host/q35.h
586 F: include/hw/pci-host/pam.h
587 F: hw/isa/piix4.c
588 F: hw/isa/lpc_ich9.c
589 F: hw/i2c/smbus_ich9.c
590 F: hw/acpi/piix4.c
591 F: hw/acpi/ich9.c
592 F: include/hw/acpi/ich9.h
593 F: include/hw/acpi/piix.h
594
595
596 Xtensa Machines
597 ---------------
598 sim
599 M: Max Filippov <jcmvbkbc@gmail.com>
600 S: Maintained
601 F: hw/xtensa/sim.c
602
603 XTFPGA (LX60, LX200, ML605, KC705)
604 M: Max Filippov <jcmvbkbc@gmail.com>
605 S: Maintained
606 F: hw/xtensa/xtfpga.c
607 F: hw/net/opencores_eth.c
608
609 Devices
610 -------
611 EDU
612 M: Jiri Slaby <jslaby@suse.cz>
613 S: Maintained
614 F: hw/misc/edu.c
615
616 IDE
617 M: John Snow <jsnow@redhat.com>
618 L: qemu-block@nongnu.org
619 S: Supported
620 F: include/hw/ide.h
621 F: hw/ide/
622 F: hw/block/block.c
623 F: hw/block/cdrom.c
624 F: hw/block/hd-geometry.c
625 F: tests/ide-test.c
626 F: tests/ahci-test.c
627 T: git git://github.com/jnsnow/qemu.git ide
628
629 Floppy
630 M: John Snow <jsnow@redhat.com>
631 L: qemu-block@nongnu.org
632 S: Supported
633 F: hw/block/fdc.c
634 F: include/hw/block/fdc.h
635 T: git git://github.com/jnsnow/qemu.git ide
636
637 OMAP
638 M: Peter Maydell <peter.maydell@linaro.org>
639 S: Maintained
640 F: hw/*/omap*
641
642 PCI
643 M: Michael S. Tsirkin <mst@redhat.com>
644 S: Supported
645 F: include/hw/pci/*
646 F: hw/pci/*
647
648 ACPI
649 M: Michael S. Tsirkin <mst@redhat.com>
650 M: Igor Mammedov <imammedo@redhat.com>
651 S: Supported
652 F: include/hw/acpi/*
653 F: hw/mem/*
654 F: hw/acpi/*
655 F: hw/i386/acpi-build.[hc]
656 F: hw/i386/*dsl
657 F: hw/arm/virt-acpi-build.c
658 F: include/hw/arm/virt-acpi-build.h
659 F: scripts/acpi*py
660
661 ppc4xx
662 M: Alexander Graf <agraf@suse.de>
663 L: qemu-ppc@nongnu.org
664 S: Odd Fixes
665 F: hw/ppc/ppc4*.c
666
667 ppce500
668 M: Alexander Graf <agraf@suse.de>
669 M: Scott Wood <scottwood@freescale.com>
670 L: qemu-ppc@nongnu.org
671 S: Supported
672 F: hw/ppc/e500*
673
674 SCSI
675 M: Paolo Bonzini <pbonzini@redhat.com>
676 S: Supported
677 F: include/hw/scsi*
678 F: hw/scsi/*
679 T: git git://github.com/bonzini/qemu.git scsi-next
680
681 LSI53C895A
682 S: Orphan
683 F: hw/scsi/lsi53c895a.c
684
685 SSI
686 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
687 S: Maintained
688 F: hw/ssi/*
689 F: hw/block/m25p80.c
690
691 USB
692 M: Gerd Hoffmann <kraxel@redhat.com>
693 S: Maintained
694 F: hw/usb/*
695 F: tests/usb-*-test.c
696
697 USB (serial adapter)
698 M: Gerd Hoffmann <kraxel@redhat.com>
699 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
700 S: Maintained
701 F: hw/usb/dev-serial.c
702
703 VFIO
704 M: Alex Williamson <alex.williamson@redhat.com>
705 S: Supported
706 F: hw/vfio/*
707
708 vhost
709 M: Michael S. Tsirkin <mst@redhat.com>
710 S: Supported
711 F: hw/*/*vhost*
712
713 virtio
714 M: Michael S. Tsirkin <mst@redhat.com>
715 S: Supported
716 F: hw/*/virtio*
717 F: net/vhost-user.c
718
719 virtio-9p
720 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
721 S: Supported
722 F: hw/9pfs/
723 F: fsdev/
724 F: tests/virtio-9p-test.c
725 T: git git://github.com/kvaneesh/QEMU.git
726
727 virtio-blk
728 M: Stefan Hajnoczi <stefanha@redhat.com>
729 L: qemu-block@nongnu.org
730 S: Supported
731 F: hw/block/virtio-blk.c
732 F: hw/block/dataplane/*
733 F: hw/virtio/dataplane/*
734 T: git git://github.com/stefanha/qemu.git block
735
736 virtio-ccw
737 M: Cornelia Huck <cornelia.huck@de.ibm.com>
738 M: Christian Borntraeger <borntraeger@de.ibm.com>
739 S: Supported
740 F: hw/s390x/virtio-ccw.[hc]
741 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
742
743 virtio-input
744 M: Gerd Hoffmann <kraxel@redhat.com>
745 S: Maintained
746 F: hw/input/virtio-input*.c
747 F: include/hw/virtio/virtio-input.h
748
749 virtio-serial
750 M: Amit Shah <amit.shah@redhat.com>
751 S: Supported
752 F: hw/char/virtio-serial-bus.c
753 F: hw/char/virtio-console.c
754 F: include/hw/virtio/virtio-serial.h
755
756 virtio-rng
757 M: Amit Shah <amit.shah@redhat.com>
758 S: Supported
759 F: hw/virtio/virtio-rng.c
760 F: include/hw/virtio/virtio-rng.h
761 F: backends/rng*.c
762
763 nvme
764 M: Keith Busch <keith.busch@intel.com>
765 L: qemu-block@nongnu.org
766 S: Supported
767 F: hw/block/nvme*
768 F: tests/nvme-test.c
769
770 megasas
771 M: Hannes Reinecke <hare@suse.de>
772 L: qemu-block@nongnu.org
773 S: Supported
774 F: hw/scsi/megasas.c
775 F: hw/scsi/mfi.h
776
777 Xilinx EDK
778 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
779 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
780 S: Maintained
781 F: hw/*/xilinx_*
782 F: include/hw/xilinx.h
783
784 Vmware
785 M: Dmitry Fleytman <dmitry@daynix.com>
786 S: Maintained
787 F: hw/net/vmxnet*
788 F: hw/scsi/vmw_pvscsi*
789
790 Rocker
791 M: Scott Feldman <sfeldma@gmail.com>
792 M: Jiri Pirko <jiri@resnulli.us>
793 S: Maintained
794 F: hw/net/rocker/
795
796 Subsystems
797 ----------
798 Audio
799 M: Gerd Hoffmann <kraxel@redhat.com>
800 S: Maintained
801 F: audio/
802 F: hw/audio/
803 F: tests/ac97-test.c
804 F: tests/es1370-test.c
805 F: tests/intel-hda-test.c
806
807 Block layer core
808 M: Kevin Wolf <kwolf@redhat.com>
809 L: qemu-block@nongnu.org
810 S: Supported
811 F: block*
812 F: block/
813 F: hw/block/
814 F: include/block/
815 F: qemu-img*
816 F: qemu-io*
817 F: tests/qemu-iotests/
818 T: git git://repo.or.cz/qemu/kevin.git block
819
820 Block I/O path
821 M: Stefan Hajnoczi <stefanha@redhat.com>
822 L: qemu-block@nongnu.org
823 S: Supported
824 F: async.c
825 F: aio-*.c
826 F: block/io.c
827 F: migration/block*
828 T: git git://github.com/stefanha/qemu.git block
829
830 Block Jobs
831 M: Jeff Cody <jcody@redhat.com>
832 L: qemu-block@nongnu.org
833 S: Supported
834 F: blockjob.c
835 F: include/block/blockjob.h
836 F: block/backup.c
837 F: block/commit.c
838 F: block/stream.h
839 F: block/mirror.c
840 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
841
842 Block QAPI, monitor, command line
843 M: Markus Armbruster <armbru@redhat.com>
844 S: Supported
845 F: blockdev.c
846 F: block/qapi.c
847 F: qapi/block*.json
848 T: git git://repo.or.cz/qemu/armbru.git block-next
849
850 Character Devices
851 M: Paolo Bonzini <pbonzini@redhat.com>
852 S: Maintained
853 F: qemu-char.c
854 F: backends/msmouse.c
855 F: backends/testdev.c
856
857 Character Devices (Braille)
858 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
859 S: Maintained
860 F: backends/baum.c
861
862 Coverity model
863 M: Markus Armbruster <armbru@redhat.com>
864 S: Supported
865 F: scripts/coverity-model.c
866
867 CPU
868 M: Andreas Färber <afaerber@suse.de>
869 S: Supported
870 F: qom/cpu.c
871 F: include/qom/cpu.h
872 F: target-i386/cpu.c
873
874 ICC Bus
875 M: Igor Mammedov <imammedo@redhat.com>
876 S: Supported
877 F: include/hw/cpu/icc_bus.h
878 F: hw/cpu/icc_bus.c
879
880 Device Tree
881 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
882 M: Alexander Graf <agraf@suse.de>
883 S: Maintained
884 F: device_tree.[ch]
885
886 GDB stub
887 L: qemu-devel@nongnu.org
888 S: Odd Fixes
889 F: gdbstub*
890 F: gdb-xml/
891
892 Memory API
893 M: Paolo Bonzini <pbonzini@redhat.com>
894 S: Supported
895 F: include/exec/ioport.h
896 F: ioport.c
897 F: include/exec/memory.h
898 F: memory.c
899 F: include/exec/memory-internal.h
900 F: exec.c
901
902 SPICE
903 M: Gerd Hoffmann <kraxel@redhat.com>
904 S: Supported
905 F: include/ui/qemu-spice.h
906 F: ui/spice-*.c
907 F: audio/spiceaudio.c
908 F: hw/display/qxl*
909
910 Graphics
911 M: Gerd Hoffmann <kraxel@redhat.com>
912 S: Odd Fixes
913 F: ui/
914
915 Cocoa graphics
916 M: Andreas Färber <andreas.faerber@web.de>
917 M: Peter Maydell <peter.maydell@linaro.org>
918 S: Odd Fixes
919 F: ui/cocoa.m
920
921 Main loop
922 M: Paolo Bonzini <pbonzini@redhat.com>
923 S: Maintained
924 F: cpus.c
925 F: main-loop.c
926 F: qemu-timer.c
927 F: vl.c
928
929 Human Monitor (HMP)
930 M: Luiz Capitulino <lcapitulino@redhat.com>
931 S: Maintained
932 F: monitor.c
933 F: hmp.c
934 F: hmp-commands.hx
935 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
936
937 Network device layer
938 M: Stefan Hajnoczi <stefanha@redhat.com>
939 M: Jason Wang <jasowang@redhat.com>
940 S: Maintained
941 F: net/
942 T: git git://github.com/stefanha/qemu.git net
943
944 Netmap network backend
945 M: Luigi Rizzo <rizzo@iet.unipi.it>
946 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
947 M: Vincenzo Maffione <v.maffione@gmail.com>
948 W: http://info.iet.unipi.it/~luigi/netmap/
949 S: Maintained
950 F: net/netmap.c
951
952 Network Block Device (NBD)
953 M: Paolo Bonzini <pbonzini@redhat.com>
954 S: Odd Fixes
955 F: block/nbd.c
956 F: nbd.*
957 F: qemu-nbd.c
958 T: git git://github.com/bonzini/qemu.git nbd-next
959
960 NUMA
961 M: Eduardo Habkost <ehabkost@redhat.com>
962 S: Maintained
963 F: numa.c
964 F: include/sysemu/numa.h
965 K: numa|NUMA
966 K: srat|SRAT
967 T: git git://github.com/ehabkost/qemu.git numa
968
969 QAPI
970 M: Markus Armbruster <armbru@redhat.com>
971 M: Michael Roth <mdroth@linux.vnet.ibm.com>
972 S: Supported
973 F: qapi/
974 X: qapi/*.json
975 F: tests/qapi-schema/
976 F: scripts/qapi*
977 F: docs/qapi*
978 T: git git://repo.or.cz/qemu/armbru.git qapi-next
979
980 QAPI Schema
981 M: Eric Blake <eblake@redhat.com>
982 M: Markus Armbruster <armbru@redhat.com>
983 S: Supported
984 F: qapi-schema.json
985 F: qapi/*.json
986 T: git git://repo.or.cz/qemu/armbru.git qapi-next
987
988 QObject
989 M: Luiz Capitulino <lcapitulino@redhat.com>
990 S: Maintained
991 F: qobject/
992 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
993
994 QEMU Guest Agent
995 M: Michael Roth <mdroth@linux.vnet.ibm.com>
996 S: Maintained
997 F: qga/
998 T: git git://github.com/mdroth/qemu.git qga
999
1000 QOM
1001 M: Andreas Färber <afaerber@suse.de>
1002 S: Supported
1003 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1004 F: include/qom/
1005 X: include/qom/cpu.h
1006 F: qom/
1007 X: qom/cpu.c
1008 F: tests/qom-test.c
1009
1010 QMP
1011 M: Markus Armbruster <armbru@redhat.com>
1012 S: Supported
1013 F: qmp.c
1014 F: monitor.c
1015 F: qmp-commands.hx
1016 F: docs/qmp/
1017 F: scripts/qmp/
1018 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1019
1020 SLIRP
1021 M: Jan Kiszka <jan.kiszka@siemens.com>
1022 S: Maintained
1023 F: slirp/
1024 T: git git://git.kiszka.org/qemu.git queues/slirp
1025
1026 Tracing
1027 M: Stefan Hajnoczi <stefanha@redhat.com>
1028 S: Maintained
1029 F: trace/
1030 F: scripts/tracetool.py
1031 F: scripts/tracetool/
1032 F: docs/tracing.txt
1033 T: git git://github.com/stefanha/qemu.git tracing
1034
1035 Checkpatch
1036 M: Blue Swirl <blauwirbel@gmail.com>
1037 S: Odd Fixes
1038 F: scripts/checkpatch.pl
1039
1040 Migration
1041 M: Juan Quintela <quintela@redhat.com>
1042 M: Amit Shah <amit.shah@redhat.com>
1043 S: Maintained
1044 F: include/migration/
1045 F: migration/
1046 F: scripts/vmstate-static-checker.py
1047 F: tests/vmstate-static-checker-data/
1048
1049 Seccomp
1050 M: Eduardo Otubo <eduardo.otubo@profitbricks.com>
1051 S: Supported
1052 F: qemu-seccomp.c
1053 F: include/sysemu/seccomp.h
1054
1055 Cryptography
1056 M: Daniel P. Berrange <berrange@redhat.com>
1057 S: Maintained
1058 F: crypto/
1059 F: include/crypto/
1060 F: tests/test-crypto-*
1061
1062 Usermode Emulation
1063 ------------------
1064 Overall
1065 M: Riku Voipio <riku.voipio@iki.fi>
1066 S: Maintained
1067 F: thunk.c
1068 F: user-exec.c
1069
1070 BSD user
1071 M: Blue Swirl <blauwirbel@gmail.com>
1072 S: Maintained
1073 F: bsd-user/
1074
1075 Linux user
1076 M: Riku Voipio <riku.voipio@iki.fi>
1077 S: Maintained
1078 F: linux-user/
1079
1080 Tiny Code Generator (TCG)
1081 -------------------------
1082 Common code
1083 M: Richard Henderson <rth@twiddle.net>
1084 S: Maintained
1085 F: tcg/
1086
1087 AArch64 target
1088 M: Claudio Fontana <claudio.fontana@huawei.com>
1089 M: Claudio Fontana <claudio.fontana@gmail.com>
1090 S: Maintained
1091 F: tcg/aarch64/
1092
1093 ARM target
1094 M: Andrzej Zaborowski <balrogg@gmail.com>
1095 S: Maintained
1096 F: tcg/arm/
1097
1098 i386 target
1099 L: qemu-devel@nongnu.org
1100 S: Maintained
1101 F: tcg/i386/
1102
1103 IA64 target
1104 M: Aurelien Jarno <aurelien@aurel32.net>
1105 S: Maintained
1106 F: tcg/ia64/
1107
1108 MIPS target
1109 M: Aurelien Jarno <aurelien@aurel32.net>
1110 S: Maintained
1111 F: tcg/mips/
1112
1113 PPC
1114 M: Vassili Karpov (malc) <av1474@comtv.ru>
1115 S: Maintained
1116 F: tcg/ppc/
1117
1118 PPC64 target
1119 M: Vassili Karpov (malc) <av1474@comtv.ru>
1120 S: Maintained
1121 F: tcg/ppc64/
1122
1123 S390 target
1124 M: Alexander Graf <agraf@suse.de>
1125 M: Richard Henderson <rth@twiddle.net>
1126 S: Maintained
1127 F: tcg/s390/
1128
1129 SPARC target
1130 M: Blue Swirl <blauwirbel@gmail.com>
1131 S: Maintained
1132 F: tcg/sparc/
1133
1134 TCI target
1135 M: Stefan Weil <sw@weilnetz.de>
1136 S: Maintained
1137 F: tcg/tci/
1138 F: tci.c
1139
1140 Stable branches
1141 ---------------
1142 Stable 1.0
1143 L: qemu-stable@nongnu.org
1144 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1145 S: Orphan
1146
1147 Stable 0.15
1148 L: qemu-stable@nongnu.org
1149 M: Andreas Färber <afaerber@suse.de>
1150 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1151 S: Supported
1152
1153 Stable 0.14
1154 L: qemu-stable@nongnu.org
1155 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1156 S: Orphan
1157
1158 Stable 0.10
1159 L: qemu-stable@nongnu.org
1160 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1161 S: Orphan
1162
1163 Block drivers
1164 -------------
1165 VMDK
1166 M: Fam Zheng <famz@redhat.com>
1167 L: qemu-block@nongnu.org
1168 S: Supported
1169 F: block/vmdk.c
1170
1171 RBD
1172 M: Josh Durgin <jdurgin@redhat.com>
1173 M: Jeff Cody <jcody@redhat.com>
1174 L: qemu-block@nongnu.org
1175 S: Supported
1176 F: block/rbd.c
1177 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1178
1179 Sheepdog
1180 M: Hitoshi Mitake <mitake.hitoshi@lab.ntt.co.jp>
1181 M: Liu Yuan <namei.unix@gmail.com>
1182 M: Jeff Cody <jcody@redhat.com>
1183 L: qemu-block@nongnu.org
1184 L: sheepdog@lists.wpkg.org
1185 S: Supported
1186 F: block/sheepdog.c
1187 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1188
1189 VHDX
1190 M: Jeff Cody <jcody@redhat.com>
1191 L: qemu-block@nongnu.org
1192 S: Supported
1193 F: block/vhdx*
1194 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1195
1196 VDI
1197 M: Stefan Weil <sw@weilnetz.de>
1198 L: qemu-block@nongnu.org
1199 S: Maintained
1200 F: block/vdi.c
1201
1202 iSCSI
1203 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
1204 M: Paolo Bonzini <pbonzini@redhat.com>
1205 M: Peter Lieven <pl@kamp.de>
1206 L: qemu-block@nongnu.org
1207 S: Supported
1208 F: block/iscsi.c
1209
1210 NFS
1211 M: Jeff Cody <jcody@redhat.com>
1212 M: Peter Lieven <pl@kamp.de>
1213 L: qemu-block@nongnu.org
1214 S: Maintained
1215 F: block/nfs.c
1216 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1217
1218 SSH
1219 M: Richard W.M. Jones <rjones@redhat.com>
1220 M: Jeff Cody <jcody@redhat.com>
1221 L: qemu-block@nongnu.org
1222 S: Supported
1223 F: block/ssh.c
1224 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1225
1226 ARCHIPELAGO
1227 M: Chrysostomos Nanakos <chris@include.gr>
1228 M: Jeff Cody <jcody@redhat.com>
1229 L: qemu-block@nongnu.org
1230 S: Maintained
1231 F: block/archipelago.c
1232 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1233
1234 CURL
1235 M: Jeff Cody <jcody@redhat.com>
1236 L: qemu-block@nongnu.org
1237 S: Supported
1238 F: block/curl.c
1239 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1240
1241 GLUSTER
1242 M: Jeff Cody <jcody@redhat.com>
1243 L: qemu-block@nongnu.org
1244 S: Supported
1245 F: block/gluster.c
1246 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1247
1248 Null Block Driver
1249 M: Fam Zheng <famz@redhat.com>
1250 L: qemu-block@nongnu.org
1251 S: Supported
1252 F: block/null.c
1253
1254 Bootdevice
1255 M: Gonglei <arei.gonglei@huawei.com>
1256 S: Maintained
1257 F: bootdevice.c
1258
1259 Quorum
1260 M: Alberto Garcia <berto@igalia.com>
1261 S: Supported
1262 F: block/quorum.c
1263 L: qemu-block@nongnu.org
1264
1265 blkverify
1266 M: Stefan Hajnoczi <stefanha@redhat.com>
1267 L: qemu-block@nongnu.org
1268 S: Supported
1269 F: block/blkverify.c
1270
1271 bochs
1272 M: Stefan Hajnoczi <stefanha@redhat.com>
1273 L: qemu-block@nongnu.org
1274 S: Supported
1275 F: block/bochs.c
1276
1277 cloop
1278 M: Stefan Hajnoczi <stefanha@redhat.com>
1279 L: qemu-block@nongnu.org
1280 S: Supported
1281 F: block/cloop.c
1282
1283 dmg
1284 M: Stefan Hajnoczi <stefanha@redhat.com>
1285 L: qemu-block@nongnu.org
1286 S: Supported
1287 F: block/dmg.c
1288
1289 parallels
1290 M: Stefan Hajnoczi <stefanha@redhat.com>
1291 L: qemu-block@nongnu.org
1292 S: Supported
1293 F: block/parallels.c
1294
1295 qed
1296 M: Stefan Hajnoczi <stefanha@redhat.com>
1297 L: qemu-block@nongnu.org
1298 S: Supported
1299 F: block/qed.c
1300
1301 raw
1302 M: Kevin Wolf <kwolf@redhat.com>
1303 L: qemu-block@nongnu.org
1304 S: Supported
1305 F: block/linux-aio.c
1306 F: block/raw-aio.h
1307 F: block/raw-posix.c
1308 F: block/raw-win32.c
1309 F: block/raw_bsd.c
1310 F: block/win32-aio.c
1311
1312 qcow2
1313 M: Kevin Wolf <kwolf@redhat.com>
1314 L: qemu-block@nongnu.org
1315 S: Supported
1316 F: block/qcow2*
1317
1318 qcow
1319 M: Kevin Wolf <kwolf@redhat.com>
1320 L: qemu-block@nongnu.org
1321 S: Supported
1322 F: block/qcow.c
1323
1324 blkdebug
1325 M: Kevin Wolf <kwolf@redhat.com>
1326 L: qemu-block@nongnu.org
1327 S: Supported
1328 F: block/blkdebug.c
1329
1330 vpc
1331 M: Kevin Wolf <kwolf@redhat.com>
1332 L: qemu-block@nongnu.org
1333 S: Supported
1334 F: block/vpc.c
1335
1336 vvfat
1337 M: Kevin Wolf <kwolf@redhat.com>
1338 L: qemu-block@nongnu.org
1339 S: Supported
1340 F: block/vvfat.c
1341
1342 Image format fuzzer
1343 M: Stefan Hajnoczi <stefanha@redhat.com>
1344 L: qemu-block@nongnu.org
1345 S: Supported
1346 F: tests/image-fuzzer/