virtio: out-of-bounds buffer write on invalid state load
[qemu.git] / MAINTAINERS
blobb287ef893918730cedc0081eceef201d3aa909da
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: Anthony Liguori <aliguori@amazon.com>
55 Guest CPU cores (TCG):
56 ----------------------
57 Alpha
58 M: Richard Henderson <rth@twiddle.net>
59 S: Maintained
60 F: target-alpha/
61 F: hw/alpha/
63 ARM
64 M: Peter Maydell <peter.maydell@linaro.org>
65 S: Maintained
66 F: target-arm/
67 F: hw/arm/
68 F: hw/cpu/a*mpcore.c
70 CRIS
71 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
72 S: Maintained
73 F: target-cris/
74 F: hw/cris/
76 LM32
77 M: Michael Walle <michael@walle.cc>
78 S: Maintained
79 F: target-lm32/
80 F: hw/lm32/
81 F: hw/char/lm32_*
83 M68K
84 S: Orphan
85 F: target-m68k/
86 F: hw/m68k/
88 MicroBlaze
89 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90 S: Maintained
91 F: target-microblaze/
92 F: hw/microblaze/
94 MIPS
95 M: Aurelien Jarno <aurelien@aurel32.net>
96 S: Odd Fixes
97 F: target-mips/
98 F: hw/mips/
100 Moxie
101 M: Anthony Green <green@moxielogic.com>
102 S: Maintained
103 F: target-moxie/
105 OpenRISC
106 M: Jia Liu <proljc@gmail.com>
107 S: Maintained
108 F: target-openrisc/
109 F: hw/openrisc/
111 PowerPC
112 M: Alexander Graf <agraf@suse.de>
113 L: qemu-ppc@nongnu.org
114 S: Maintained
115 F: target-ppc/
116 F: hw/ppc/
118 S390
119 M: Richard Henderson <rth@twiddle.net>
120 M: Alexander Graf <agraf@suse.de>
121 S: Maintained
122 F: target-s390x/
123 F: hw/s390x/
126 M: Aurelien Jarno <aurelien@aurel32.net>
127 S: Odd Fixes
128 F: target-sh4/
129 F: hw/sh4/
131 SPARC
132 M: Blue Swirl <blauwirbel@gmail.com>
133 S: Maintained
134 F: target-sparc/
135 F: hw/sparc/
136 F: hw/sparc64/
138 UniCore32
139 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
140 S: Maintained
141 F: target-unicore32/
142 F: hw/unicore32/
145 M: qemu-devel@nongnu.org
146 S: Odd Fixes
147 F: target-i386/
148 F: hw/i386/
150 Xtensa
151 M: Max Filippov <jcmvbkbc@gmail.com>
152 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
153 S: Maintained
154 F: target-xtensa/
155 F: hw/xtensa/
157 Guest CPU Cores (KVM):
158 ----------------------
160 Overall
161 M: Paolo Bonzini <pbonzini@redhat.com>
162 L: kvm@vger.kernel.org
163 S: Supported
164 F: kvm-*
165 F: */kvm.*
168 M: Peter Maydell <peter.maydell@linaro.org>
169 S: Maintained
170 F: target-arm/kvm.c
173 M: Alexander Graf <agraf@suse.de>
174 S: Maintained
175 F: target-ppc/kvm.c
177 S390
178 M: Christian Borntraeger <borntraeger@de.ibm.com>
179 M: Cornelia Huck <cornelia.huck@de.ibm.com>
180 M: Alexander Graf <agraf@suse.de>
181 S: Maintained
182 F: target-s390x/kvm.c
183 F: hw/intc/s390_flic.[hc]
186 M: Marcelo Tosatti <mtosatti@redhat.com>
187 L: kvm@vger.kernel.org
188 S: Supported
189 F: target-i386/kvm.c
191 Guest CPU Cores (Xen):
192 ----------------------
195 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
196 L: xen-devel@lists.xensource.com
197 S: Supported
198 F: xen-*
199 F: */xen*
201 Hosts:
202 ------
204 LINUX
205 L: qemu-devel@nongnu.org
206 S: Maintained
207 F: linux-*
208 F: linux-headers/
210 POSIX
211 L: qemu-devel@nongnu.org
212 S: Maintained
213 F: *posix*
215 W32, W64
216 L: qemu-devel@nongnu.org
217 M: Stefan Weil <sw@weilnetz.de>
218 S: Maintained
219 F: *win32*
221 ARM Machines
222 ------------
223 Allwinner-a10
224 M: Li Guang <lig.fnst@cn.fujitsu.com>
225 S: Maintained
226 F: hw/*/allwinner-a10*
227 F: include/hw/*/allwinner-a10*
228 F: hw/arm/cubieboard.c
230 Exynos
231 M: Evgeny Voevodin <e.voevodin@samsung.com>
232 M: Maksim Kozlov <m.kozlov@samsung.com>
233 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
234 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
235 S: Maintained
236 F: hw/*/exynos*
238 Calxeda Highbank
239 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
240 S: Supported
241 F: hw/arm/highbank.c
242 F: hw/net/xgmac.c
244 Canon DIGIC
245 M: Antony Pavlov <antonynpavlov@gmail.com>
246 S: Maintained
247 F: include/hw/arm/digic.h
248 F: hw/*/digic*
250 Gumstix
251 M: qemu-devel@nongnu.org
252 S: Orphan
253 F: hw/arm/gumstix.c
255 i.MX31
256 M: Peter Chubb <peter.chubb@nicta.com.au>
257 S: Odd fixes
258 F: hw/*/imx*
259 F: hw/arm/kzm.c
261 Integrator CP
262 M: Peter Maydell <peter.maydell@linaro.org>
263 S: Maintained
264 F: hw/arm/integratorcp.c
266 Mainstone
267 M: qemu-devel@nongnu.org
268 S: Orphan
269 F: hw/arm/mainstone.c
271 Musicpal
272 M: Jan Kiszka <jan.kiszka@web.de>
273 S: Maintained
274 F: hw/arm/musicpal.c
276 nSeries
277 M: Andrzej Zaborowski <balrogg@gmail.com>
278 S: Maintained
279 F: hw/arm/nseries.c
281 Palm
282 M: Andrzej Zaborowski <balrogg@gmail.com>
283 S: Maintained
284 F: hw/arm/palm.c
286 Real View
287 M: Peter Maydell <peter.maydell@linaro.org>
288 S: Maintained
289 F: hw/arm/realview*
291 Spitz
292 M: Andrzej Zaborowski <balrogg@gmail.com>
293 S: Maintained
294 F: hw/arm/spitz.c
296 Stellaris
297 M: Peter Maydell <peter.maydell@linaro.org>
298 S: Maintained
299 F: hw/*/stellaris*
301 Versatile PB
302 M: Peter Maydell <peter.maydell@linaro.org>
303 S: Maintained
304 F: hw/*/versatile*
306 Xilinx Zynq
307 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
308 S: Maintained
309 F: hw/arm/xilinx_zynq.c
310 F: hw/misc/zynq_slcr.c
311 F: hw/*/cadence_*
312 F: hw/ssi/xilinx_spips.c
314 CRIS Machines
315 -------------
316 Axis Dev88
317 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
318 S: Maintained
319 F: hw/cris/axis_dev88.c
320 F: hw/*/etraxfs_*.c
322 LM32 Machines
323 -------------
324 EVR32 and uclinux BSP
325 M: Michael Walle <michael@walle.cc>
326 S: Maintained
327 F: hw/lm32/lm32_boards.c
329 milkymist
330 M: Michael Walle <michael@walle.cc>
331 S: Maintained
332 F: hw/lm32/milkymist.c
334 M68K Machines
335 -------------
336 an5206
337 S: Orphan
338 F: hw/m68k/an5206.c
340 dummy_m68k
341 S: Orphan
342 F: hw/m68k/dummy_m68k.c
344 mcf5208
345 S: Orphan
346 F: hw/m68k/mcf5208.c
348 MicroBlaze Machines
349 -------------------
350 petalogix_s3adsp1800
351 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
352 S: Maintained
353 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
355 petalogix_ml605
356 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
357 S: Maintained
358 F: hw/microblaze/petalogix_ml605_mmu.c
360 MIPS Machines
361 -------------
362 Jazz
363 M: Hervé Poussineau <hpoussin@reactos.org>
364 S: Maintained
365 F: hw/mips/mips_jazz.c
367 Malta
368 M: Aurelien Jarno <aurelien@aurel32.net>
369 S: Maintained
370 F: hw/mips/mips_malta.c
372 Mipssim
373 M: qemu-devel@nongnu.org
374 S: Orphan
375 F: hw/mips/mips_mipssim.c
377 R4000
378 M: Aurelien Jarno <aurelien@aurel32.net>
379 S: Maintained
380 F: hw/mips/mips_r4k.c
382 OpenRISC Machines
383 -----------------
384 or1k-sim
385 M: Jia Liu <proljc@gmail.com>
386 S: Maintained
387 F: hw/openrisc/openrisc_sim.c
389 PowerPC Machines
390 ----------------
392 M: Alexander Graf <agraf@suse.de>
393 L: qemu-ppc@nongnu.org
394 S: Odd Fixes
395 F: hw/ppc/ppc405_boards.c
397 Bamboo
398 M: Alexander Graf <agraf@suse.de>
399 L: qemu-ppc@nongnu.org
400 S: Odd Fixes
401 F: hw/ppc/ppc440_bamboo.c
403 e500
404 M: Alexander Graf <agraf@suse.de>
405 M: Scott Wood <scottwood@freescale.com>
406 L: qemu-ppc@nongnu.org
407 S: Supported
408 F: hw/ppc/e500.[hc]
409 F: hw/ppc/e500plat.c
411 mpc8544ds
412 M: Alexander Graf <agraf@suse.de>
413 M: Scott Wood <scottwood@freescale.com>
414 L: qemu-ppc@nongnu.org
415 S: Supported
416 F: hw/ppc/mpc8544ds.c
417 F: hw/ppc/mpc8544_guts.c
419 New World
420 M: Alexander Graf <agraf@suse.de>
421 L: qemu-ppc@nongnu.org
422 S: Maintained
423 F: hw/ppc/mac_newworld.c
424 F: hw/pci-host/uninorth.c
425 F: hw/pci-bridge/dec.[hc]
426 F: hw/misc/macio/
428 Old World
429 M: Alexander Graf <agraf@suse.de>
430 L: qemu-ppc@nongnu.org
431 S: Maintained
432 F: hw/ppc/mac_oldworld.c
433 F: hw/pci-host/grackle.c
434 F: hw/misc/macio/
436 PReP
437 M: Andreas Färber <andreas.faerber@web.de>
438 L: qemu-ppc@nongnu.org
439 S: Odd Fixes
440 F: hw/ppc/prep.c
441 F: hw/pci-host/prep.[hc]
442 F: hw/isa/pc87312.[hc]
444 sPAPR
445 M: Alexander Graf <agraf@suse.de>
446 L: qemu-ppc@nongnu.org
447 S: Supported
448 F: hw/*/spapr*
449 F: include/hw/*/spapr*
450 F: hw/*/xics*
451 F: include/hw/*/xics*
452 F: pc-bios/spapr-rtas/*
454 virtex_ml507
455 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
456 L: qemu-ppc@nongnu.org
457 S: Odd Fixes
458 F: hw/ppc/virtex_ml507.c
460 SH4 Machines
461 ------------
463 M: Magnus Damm <magnus.damm@gmail.com>
464 S: Maintained
465 F: hw/sh4/r2d.c
467 Shix
468 M: Magnus Damm <magnus.damm@gmail.com>
469 S: Orphan
470 F: hw/sh4/shix.c
472 SPARC Machines
473 --------------
474 Sun4m
475 M: Blue Swirl <blauwirbel@gmail.com>
476 S: Maintained
477 F: hw/sparc/sun4m.c
479 Sun4u
480 M: Blue Swirl <blauwirbel@gmail.com>
481 S: Maintained
482 F: hw/sparc64/sun4u.c
484 Leon3
485 M: Fabien Chouteau <chouteau@adacore.com>
486 S: Maintained
487 F: hw/sparc/leon3.c
488 F: hw/*/grlib*
490 S390 Machines
491 -------------
492 S390 Virtio
493 M: Alexander Graf <agraf@suse.de>
494 S: Maintained
495 F: hw/s390x/s390-*.c
497 S390 Virtio-ccw
498 M: Cornelia Huck <cornelia.huck@de.ibm.com>
499 M: Christian Borntraeger <borntraeger@de.ibm.com>
500 M: Alexander Graf <agraf@suse.de>
501 S: Supported
502 F: hw/s390x/s390-virtio-ccw.c
503 F: hw/s390x/css.[hc]
504 F: hw/s390x/sclp*.[hc]
505 F: hw/s390x/ipl*.[hc]
506 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
508 UniCore32 Machines
509 -------------
510 PKUnity-3 SoC initramfs-with-busybox
511 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
512 S: Maintained
513 F: hw/*/puv3*
514 F: hw/unicore32/
516 X86 Machines
517 ------------
519 M: Anthony Liguori <aliguori@amazon.com>
520 M: Michael S. Tsirkin <mst@redhat.com>
521 S: Supported
522 F: include/hw/i386/
523 F: hw/i386/
524 F: hw/pci-host/piix.c
525 F: hw/pci-host/q35.c
526 F: hw/pci-host/pam.c
527 F: include/hw/pci-host/q35.h
528 F: include/hw/pci-host/pam.h
529 F: hw/isa/piix4.c
530 F: hw/isa/lpc_ich9.c
531 F: hw/i2c/smbus_ich9.c
532 F: hw/acpi/piix4.c
533 F: hw/acpi/ich9.c
534 F: include/hw/acpi/ich9.h
535 F: include/hw/acpi/piix.h
538 Xtensa Machines
539 ---------------
541 M: Max Filippov <jcmvbkbc@gmail.com>
542 S: Maintained
543 F: hw/xtensa/xtensa_sim.c
545 Avnet LX60
546 M: Max Filippov <jcmvbkbc@gmail.com>
547 S: Maintained
548 F: hw/xtensa/xtensa_lx60.c
550 Devices
551 -------
553 M: Kevin Wolf <kwolf@redhat.com>
554 S: Odd Fixes
555 F: include/hw/ide.h
556 F: hw/ide/
558 OMAP
559 M: Peter Maydell <peter.maydell@linaro.org>
560 S: Maintained
561 F: hw/*/omap*
564 M: Michael S. Tsirkin <mst@redhat.com>
565 S: Supported
566 F: include/hw/pci/*
567 F: hw/pci/*
568 F: hw/acpi/*
570 ppc4xx
571 M: Alexander Graf <agraf@suse.de>
572 L: qemu-ppc@nongnu.org
573 S: Odd Fixes
574 F: hw/ppc/ppc4*.c
576 ppce500
577 M: Alexander Graf <agraf@suse.de>
578 M: Scott Wood <scottwood@freescale.com>
579 L: qemu-ppc@nongnu.org
580 S: Supported
581 F: hw/ppc/e500*
583 SCSI
584 M: Paolo Bonzini <pbonzini@redhat.com>
585 S: Supported
586 F: include/hw/scsi*
587 F: hw/scsi/*
588 T: git git://github.com/bonzini/qemu.git scsi-next
590 LSI53C895A
591 S: Orphan
592 F: hw/scsi/lsi53c895a.c
595 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
596 S: Maintained
597 F: hw/ssi/*
598 F: hw/block/m25p80.c
601 M: Gerd Hoffmann <kraxel@redhat.com>
602 S: Maintained
603 F: hw/usb/*
605 VFIO
606 M: Alex Williamson <alex.williamson@redhat.com>
607 S: Supported
608 F: hw/misc/vfio.c
610 vhost
611 M: Michael S. Tsirkin <mst@redhat.com>
612 S: Supported
613 F: hw/*/*vhost*
615 virtio
616 M: Anthony Liguori <aliguori@amazon.com>
617 M: Michael S. Tsirkin <mst@redhat.com>
618 S: Supported
619 F: hw/*/virtio*
621 virtio-9p
622 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
623 S: Supported
624 F: hw/9pfs/
625 F: fsdev/
626 F: tests/virtio-9p-test.c
627 T: git git://github.com/kvaneesh/QEMU.git
629 virtio-blk
630 M: Kevin Wolf <kwolf@redhat.com>
631 M: Stefan Hajnoczi <stefanha@redhat.com>
632 S: Supported
633 F: hw/block/virtio-blk.c
635 virtio-ccw
636 M: Cornelia Huck <cornelia.huck@de.ibm.com>
637 M: Christian Borntraeger <borntraeger@de.ibm.com>
638 S: Supported
639 F: hw/s390x/virtio-ccw.[hc]
640 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
642 virtio-serial
643 M: Amit Shah <amit.shah@redhat.com>
644 S: Supported
645 F: hw/char/virtio-serial-bus.c
646 F: hw/char/virtio-console.c
648 nvme
649 M: Keith Busch <keith.busch@intel.com>
650 S: Supported
651 F: hw/block/nvme*
652 F: tests/nvme-test.c
654 Xilinx EDK
655 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
656 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
657 S: Maintained
658 F: hw/*/xilinx_*
659 F: include/hw/xilinx.h
661 Subsystems
662 ----------
663 Audio
664 M: Vassili Karpov (malc) <av1474@comtv.ru>
665 M: Gerd Hoffmann <kraxel@redhat.com>
666 S: Maintained
667 F: audio/
668 F: hw/audio/
670 Block
671 M: Kevin Wolf <kwolf@redhat.com>
672 M: Stefan Hajnoczi <stefanha@redhat.com>
673 S: Supported
674 F: block*
675 F: block/
676 F: hw/block/
677 F: qemu-img*
678 F: qemu-io*
679 T: git git://repo.or.cz/qemu/kevin.git block
680 T: git git://github.com/stefanha/qemu.git block
682 Character Devices
683 M: Anthony Liguori <aliguori@amazon.com>
684 S: Maintained
685 F: qemu-char.c
688 M: Andreas Färber <afaerber@suse.de>
689 S: Supported
690 F: qom/cpu.c
691 F: include/qom/cpu.h
692 F: target-i386/cpu.c
694 ICC Bus
695 M: Igor Mammedov <imammedo@redhat.com>
696 S: Supported
697 F: include/hw/cpu/icc_bus.h
698 F: hw/cpu/icc_bus.c
700 Device Tree
701 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
702 M: Alexander Graf <agraf@suse.de>
703 S: Maintained
704 F: device_tree.[ch]
706 GDB stub
707 M: qemu-devel@nongnu.org
708 S: Odd Fixes
709 F: gdbstub*
710 F: gdb-xml/
712 SPICE
713 M: Gerd Hoffmann <kraxel@redhat.com>
714 S: Supported
715 F: include/ui/qemu-spice.h
716 F: ui/spice-*.c
717 F: audio/spiceaudio.c
718 F: hw/display/qxl*
720 Graphics
721 M: Anthony Liguori <aliguori@amazon.com>
722 M: Gerd Hoffmann <kraxel@redhat.com>
723 S: Odd Fixes
724 F: ui/
726 Cocoa graphics
727 M: Andreas Färber <andreas.faerber@web.de>
728 M: Peter Maydell <peter.maydell@linaro.org>
729 S: Odd Fixes
730 F: ui/cocoa.m
732 Main loop
733 M: Anthony Liguori <aliguori@amazon.com>
734 S: Supported
735 F: vl.c
737 Human Monitor (HMP)
738 M: Luiz Capitulino <lcapitulino@redhat.com>
739 S: Maintained
740 F: monitor.c
741 F: hmp.c
742 F: hmp-commands.hx
743 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
745 Network device layer
746 M: Anthony Liguori <aliguori@amazon.com>
747 M: Stefan Hajnoczi <stefanha@redhat.com>
748 S: Maintained
749 F: net/
750 T: git git://github.com/stefanha/qemu.git net
752 Netmap network backend
753 M: Luigi Rizzo <rizzo@iet.unipi.it>
754 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
755 M: Vincenzo Maffione <v.maffione@gmail.com>
756 W: http://info.iet.unipi.it/~luigi/netmap/
757 S: Maintained
758 F: net/netmap.c
760 Network Block Device (NBD)
761 M: Paolo Bonzini <pbonzini@redhat.com>
762 S: Odd Fixes
763 F: block/nbd.c
764 F: nbd.*
765 F: qemu-nbd.c
766 T: git git://github.com/bonzini/qemu.git nbd-next
768 QAPI
769 M: Luiz Capitulino <lcapitulino@redhat.com>
770 M: Michael Roth <mdroth@linux.vnet.ibm.com>
771 S: Maintained
772 F: qapi/
773 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
775 QAPI Schema
776 M: Eric Blake <eblake@redhat.com>
777 M: Luiz Capitulino <lcapitulino@redhat.com>
778 M: Markus Armbruster <armbru@redhat.com>
779 S: Supported
780 F: qapi-schema.json
781 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
784 M: Luiz Capitulino <lcapitulino@redhat.com>
785 S: Maintained
786 F: qmp.c
787 F: monitor.c
788 F: qmp-commands.hx
789 F: QMP/
790 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
792 SLIRP
793 M: Jan Kiszka <jan.kiszka@siemens.com>
794 S: Maintained
795 F: slirp/
796 T: git git://git.kiszka.org/qemu.git queues/slirp
798 Tracing
799 M: Stefan Hajnoczi <stefanha@redhat.com>
800 S: Maintained
801 F: trace/
802 F: scripts/tracetool.py
803 F: scripts/tracetool/
804 F: docs/tracing.txt
805 T: git git://github.com/stefanha/qemu.git tracing
807 Checkpatch
808 M: Blue Swirl <blauwirbel@gmail.com>
809 S: Odd Fixes
810 F: scripts/checkpatch.pl
812 Seccomp
813 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
814 S: Supported
815 F: qemu-seccomp.c
816 F: include/sysemu/seccomp.h
818 Usermode Emulation
819 ------------------
820 BSD user
821 M: Blue Swirl <blauwirbel@gmail.com>
822 S: Maintained
823 F: bsd-user/
825 Linux user
826 M: Riku Voipio <riku.voipio@iki.fi>
827 S: Maintained
828 F: linux-user/
830 Tiny Code Generator (TCG)
831 -------------------------
832 Common code
833 M: qemu-devel@nongnu.org
834 M: Richard Henderson <rth@twiddle.net>
835 S: Maintained
836 F: tcg/
838 AArch64 target
839 M: Claudio Fontana <claudio.fontana@huawei.com>
840 M: Claudio Fontana <claudio.fontana@gmail.com>
841 S: Maintained
842 F: tcg/aarch64/
844 ARM target
845 M: Andrzej Zaborowski <balrogg@gmail.com>
846 S: Maintained
847 F: tcg/arm/
849 i386 target
850 M: qemu-devel@nongnu.org
851 S: Maintained
852 F: tcg/i386/
854 IA64 target
855 M: Aurelien Jarno <aurelien@aurel32.net>
856 S: Maintained
857 F: tcg/ia64/
859 MIPS target
860 M: Aurelien Jarno <aurelien@aurel32.net>
861 S: Maintained
862 F: tcg/mips/
865 M: Vassili Karpov (malc) <av1474@comtv.ru>
866 S: Maintained
867 F: tcg/ppc/
869 PPC64 target
870 M: Vassili Karpov (malc) <av1474@comtv.ru>
871 S: Maintained
872 F: tcg/ppc64/
874 S390 target
875 M: Alexander Graf <agraf@suse.de>
876 M: Richard Henderson <rth@twiddle.net>
877 S: Maintained
878 F: tcg/s390/
880 SPARC target
881 M: Blue Swirl <blauwirbel@gmail.com>
882 S: Maintained
883 F: tcg/sparc/
885 TCI target
886 M: Stefan Weil <sw@weilnetz.de>
887 S: Maintained
888 F: tcg/tci/
889 F: tci.c
891 Stable branches
892 ---------------
893 Stable 1.0
894 L: qemu-stable@nongnu.org
895 T: git git://git.qemu-project.org/qemu-stable-1.0.git
896 S: Orphan
898 Stable 0.15
899 L: qemu-stable@nongnu.org
900 M: Andreas Färber <afaerber@suse.de>
901 T: git git://git.qemu-project.org/qemu-stable-0.15.git
902 S: Supported
904 Stable 0.14
905 L: qemu-stable@nongnu.org
906 T: git git://git.qemu-project.org/qemu-stable-0.14.git
907 S: Orphan
909 Stable 0.10
910 L: qemu-stable@nongnu.org
911 T: git git://git.qemu-project.org/qemu-stable-0.10.git
912 S: Orphan
914 Block drivers
915 -------------
916 VMDK
917 M: Fam Zheng <famz@redhat.com>
918 S: Supported
919 F: block/vmdk.c
922 M: Josh Durgin <josh.durgin@inktank.com>
923 S: Supported
924 F: block/rbd.c
926 Sheepdog
927 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
928 M: Liu Yuan <namei.unix@gmail.com>
929 L: sheepdog@lists.wpkg.org
930 S: Supported
931 F: block/sheepdog.c
933 VHDX
934 M: Jeff Cody <jcody@redhat.com>
935 S: Supported
936 F: block/vhdx*
939 M: Stefan Weil <sw@weilnetz.de>
940 S: Maintained
941 F: block/vdi.c
943 iSCSI
944 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
945 M: Paolo Bonzini <pbonzini@redhat.com>
946 M: Peter Lieven <pl@kamp.de>
947 S: Supported
948 F: block/iscsi.c
951 M: Peter Lieven <pl@kamp.de>
952 S: Maintained
953 F: block/nfs.c
956 M: Richard W.M. Jones <rjones@redhat.com>
957 S: Supported
958 F: block/ssh.c