linux-user/uname: Return correct uname string for x86_64
[qemu.git] / MAINTAINERS
blob51a6f51842be9b57768b8f5fdd05e36b137cd547
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 Responsible Disclosure, Reporting Security Issues
56 ------------------------------
57 W: http://wiki.qemu.org/SecurityProcess
58 M: Michael S. Tsirkin <mst@redhat.com>
59 M: Anthony Liguori <aliguori@amazon.com>
60 L: secalert@redhat.com
62 Guest CPU cores (TCG):
63 ----------------------
64 Alpha
65 M: Richard Henderson <rth@twiddle.net>
66 S: Maintained
67 F: target-alpha/
68 F: hw/alpha/
70 ARM
71 M: Peter Maydell <peter.maydell@linaro.org>
72 S: Maintained
73 F: target-arm/
74 F: hw/arm/
75 F: hw/cpu/a*mpcore.c
77 CRIS
78 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
79 S: Maintained
80 F: target-cris/
81 F: hw/cris/
83 LM32
84 M: Michael Walle <michael@walle.cc>
85 S: Maintained
86 F: target-lm32/
87 F: hw/lm32/
88 F: hw/char/lm32_*
90 M68K
91 S: Orphan
92 F: target-m68k/
93 F: hw/m68k/
95 MicroBlaze
96 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
97 S: Maintained
98 F: target-microblaze/
99 F: hw/microblaze/
101 MIPS
102 M: Aurelien Jarno <aurelien@aurel32.net>
103 S: Odd Fixes
104 F: target-mips/
105 F: hw/mips/
107 Moxie
108 M: Anthony Green <green@moxielogic.com>
109 S: Maintained
110 F: target-moxie/
112 OpenRISC
113 M: Jia Liu <proljc@gmail.com>
114 S: Maintained
115 F: target-openrisc/
116 F: hw/openrisc/
118 PowerPC
119 M: Alexander Graf <agraf@suse.de>
120 L: qemu-ppc@nongnu.org
121 S: Maintained
122 F: target-ppc/
123 F: hw/ppc/
125 S390
126 M: Richard Henderson <rth@twiddle.net>
127 M: Alexander Graf <agraf@suse.de>
128 S: Maintained
129 F: target-s390x/
130 F: hw/s390x/
133 M: Aurelien Jarno <aurelien@aurel32.net>
134 S: Odd Fixes
135 F: target-sh4/
136 F: hw/sh4/
138 SPARC
139 M: Blue Swirl <blauwirbel@gmail.com>
140 S: Maintained
141 F: target-sparc/
142 F: hw/sparc/
143 F: hw/sparc64/
145 UniCore32
146 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
147 S: Maintained
148 F: target-unicore32/
149 F: hw/unicore32/
152 M: qemu-devel@nongnu.org
153 S: Odd Fixes
154 F: target-i386/
155 F: hw/i386/
157 Xtensa
158 M: Max Filippov <jcmvbkbc@gmail.com>
159 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
160 S: Maintained
161 F: target-xtensa/
162 F: hw/xtensa/
164 Guest CPU Cores (KVM):
165 ----------------------
167 Overall
168 M: Paolo Bonzini <pbonzini@redhat.com>
169 L: kvm@vger.kernel.org
170 S: Supported
171 F: kvm-*
172 F: */kvm.*
175 M: Peter Maydell <peter.maydell@linaro.org>
176 S: Maintained
177 F: target-arm/kvm.c
180 M: Alexander Graf <agraf@suse.de>
181 S: Maintained
182 F: target-ppc/kvm.c
184 S390
185 M: Christian Borntraeger <borntraeger@de.ibm.com>
186 M: Cornelia Huck <cornelia.huck@de.ibm.com>
187 M: Alexander Graf <agraf@suse.de>
188 S: Maintained
189 F: target-s390x/kvm.c
190 F: hw/intc/s390_flic.[hc]
193 M: Marcelo Tosatti <mtosatti@redhat.com>
194 L: kvm@vger.kernel.org
195 S: Supported
196 F: target-i386/kvm.c
198 Guest CPU Cores (Xen):
199 ----------------------
202 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
203 L: xen-devel@lists.xensource.com
204 S: Supported
205 F: xen-*
206 F: */xen*
208 Hosts:
209 ------
211 LINUX
212 L: qemu-devel@nongnu.org
213 S: Maintained
214 F: linux-*
215 F: linux-headers/
217 POSIX
218 L: qemu-devel@nongnu.org
219 S: Maintained
220 F: *posix*
222 W32, W64
223 L: qemu-devel@nongnu.org
224 M: Stefan Weil <sw@weilnetz.de>
225 S: Maintained
226 F: *win32*
228 ARM Machines
229 ------------
230 Allwinner-a10
231 M: Li Guang <lig.fnst@cn.fujitsu.com>
232 S: Maintained
233 F: hw/*/allwinner-a10*
234 F: include/hw/*/allwinner-a10*
235 F: hw/arm/cubieboard.c
237 Exynos
238 M: Evgeny Voevodin <e.voevodin@samsung.com>
239 M: Maksim Kozlov <m.kozlov@samsung.com>
240 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
241 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
242 S: Maintained
243 F: hw/*/exynos*
245 Calxeda Highbank
246 M: Rob Herring <robh@kernel.org>
247 S: Maintained
248 F: hw/arm/highbank.c
249 F: hw/net/xgmac.c
251 Canon DIGIC
252 M: Antony Pavlov <antonynpavlov@gmail.com>
253 S: Maintained
254 F: include/hw/arm/digic.h
255 F: hw/*/digic*
257 Gumstix
258 M: qemu-devel@nongnu.org
259 S: Orphan
260 F: hw/arm/gumstix.c
262 i.MX31
263 M: Peter Chubb <peter.chubb@nicta.com.au>
264 S: Odd fixes
265 F: hw/*/imx*
266 F: hw/arm/kzm.c
268 Integrator CP
269 M: Peter Maydell <peter.maydell@linaro.org>
270 S: Maintained
271 F: hw/arm/integratorcp.c
273 Mainstone
274 M: qemu-devel@nongnu.org
275 S: Orphan
276 F: hw/arm/mainstone.c
278 Musicpal
279 M: Jan Kiszka <jan.kiszka@web.de>
280 S: Maintained
281 F: hw/arm/musicpal.c
283 nSeries
284 M: Andrzej Zaborowski <balrogg@gmail.com>
285 S: Maintained
286 F: hw/arm/nseries.c
288 Palm
289 M: Andrzej Zaborowski <balrogg@gmail.com>
290 S: Maintained
291 F: hw/arm/palm.c
293 Real View
294 M: Peter Maydell <peter.maydell@linaro.org>
295 S: Maintained
296 F: hw/arm/realview*
298 Spitz
299 M: Andrzej Zaborowski <balrogg@gmail.com>
300 S: Maintained
301 F: hw/arm/spitz.c
303 Stellaris
304 M: Peter Maydell <peter.maydell@linaro.org>
305 S: Maintained
306 F: hw/*/stellaris*
308 Versatile PB
309 M: Peter Maydell <peter.maydell@linaro.org>
310 S: Maintained
311 F: hw/*/versatile*
313 Xilinx Zynq
314 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
315 S: Maintained
316 F: hw/arm/xilinx_zynq.c
317 F: hw/misc/zynq_slcr.c
318 F: hw/*/cadence_*
319 F: hw/ssi/xilinx_spips.c
321 CRIS Machines
322 -------------
323 Axis Dev88
324 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
325 S: Maintained
326 F: hw/cris/axis_dev88.c
327 F: hw/*/etraxfs_*.c
329 LM32 Machines
330 -------------
331 EVR32 and uclinux BSP
332 M: Michael Walle <michael@walle.cc>
333 S: Maintained
334 F: hw/lm32/lm32_boards.c
336 milkymist
337 M: Michael Walle <michael@walle.cc>
338 S: Maintained
339 F: hw/lm32/milkymist.c
341 M68K Machines
342 -------------
343 an5206
344 S: Orphan
345 F: hw/m68k/an5206.c
347 dummy_m68k
348 S: Orphan
349 F: hw/m68k/dummy_m68k.c
351 mcf5208
352 S: Orphan
353 F: hw/m68k/mcf5208.c
355 MicroBlaze Machines
356 -------------------
357 petalogix_s3adsp1800
358 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
359 S: Maintained
360 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
362 petalogix_ml605
363 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
364 S: Maintained
365 F: hw/microblaze/petalogix_ml605_mmu.c
367 MIPS Machines
368 -------------
369 Jazz
370 M: Hervé Poussineau <hpoussin@reactos.org>
371 S: Maintained
372 F: hw/mips/mips_jazz.c
374 Malta
375 M: Aurelien Jarno <aurelien@aurel32.net>
376 S: Maintained
377 F: hw/mips/mips_malta.c
379 Mipssim
380 M: qemu-devel@nongnu.org
381 S: Orphan
382 F: hw/mips/mips_mipssim.c
384 R4000
385 M: Aurelien Jarno <aurelien@aurel32.net>
386 S: Maintained
387 F: hw/mips/mips_r4k.c
389 OpenRISC Machines
390 -----------------
391 or1k-sim
392 M: Jia Liu <proljc@gmail.com>
393 S: Maintained
394 F: hw/openrisc/openrisc_sim.c
396 PowerPC Machines
397 ----------------
399 M: Alexander Graf <agraf@suse.de>
400 L: qemu-ppc@nongnu.org
401 S: Odd Fixes
402 F: hw/ppc/ppc405_boards.c
404 Bamboo
405 M: Alexander Graf <agraf@suse.de>
406 L: qemu-ppc@nongnu.org
407 S: Odd Fixes
408 F: hw/ppc/ppc440_bamboo.c
410 e500
411 M: Alexander Graf <agraf@suse.de>
412 M: Scott Wood <scottwood@freescale.com>
413 L: qemu-ppc@nongnu.org
414 S: Supported
415 F: hw/ppc/e500.[hc]
416 F: hw/ppc/e500plat.c
418 mpc8544ds
419 M: Alexander Graf <agraf@suse.de>
420 M: Scott Wood <scottwood@freescale.com>
421 L: qemu-ppc@nongnu.org
422 S: Supported
423 F: hw/ppc/mpc8544ds.c
424 F: hw/ppc/mpc8544_guts.c
426 New World
427 M: Alexander Graf <agraf@suse.de>
428 L: qemu-ppc@nongnu.org
429 S: Maintained
430 F: hw/ppc/mac_newworld.c
431 F: hw/pci-host/uninorth.c
432 F: hw/pci-bridge/dec.[hc]
433 F: hw/misc/macio/
435 Old World
436 M: Alexander Graf <agraf@suse.de>
437 L: qemu-ppc@nongnu.org
438 S: Maintained
439 F: hw/ppc/mac_oldworld.c
440 F: hw/pci-host/grackle.c
441 F: hw/misc/macio/
443 PReP
444 M: Andreas Färber <andreas.faerber@web.de>
445 L: qemu-ppc@nongnu.org
446 S: Odd Fixes
447 F: hw/ppc/prep.c
448 F: hw/pci-host/prep.[hc]
449 F: hw/isa/pc87312.[hc]
451 sPAPR
452 M: Alexander Graf <agraf@suse.de>
453 L: qemu-ppc@nongnu.org
454 S: Supported
455 F: hw/*/spapr*
456 F: include/hw/*/spapr*
457 F: hw/*/xics*
458 F: include/hw/*/xics*
459 F: pc-bios/spapr-rtas/*
461 virtex_ml507
462 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
463 L: qemu-ppc@nongnu.org
464 S: Odd Fixes
465 F: hw/ppc/virtex_ml507.c
467 SH4 Machines
468 ------------
470 M: Magnus Damm <magnus.damm@gmail.com>
471 S: Maintained
472 F: hw/sh4/r2d.c
474 Shix
475 M: Magnus Damm <magnus.damm@gmail.com>
476 S: Orphan
477 F: hw/sh4/shix.c
479 SPARC Machines
480 --------------
481 Sun4m
482 M: Blue Swirl <blauwirbel@gmail.com>
483 S: Maintained
484 F: hw/sparc/sun4m.c
486 Sun4u
487 M: Blue Swirl <blauwirbel@gmail.com>
488 S: Maintained
489 F: hw/sparc64/sun4u.c
491 Leon3
492 M: Fabien Chouteau <chouteau@adacore.com>
493 S: Maintained
494 F: hw/sparc/leon3.c
495 F: hw/*/grlib*
497 S390 Machines
498 -------------
499 S390 Virtio
500 M: Alexander Graf <agraf@suse.de>
501 S: Maintained
502 F: hw/s390x/s390-*.c
504 S390 Virtio-ccw
505 M: Cornelia Huck <cornelia.huck@de.ibm.com>
506 M: Christian Borntraeger <borntraeger@de.ibm.com>
507 M: Alexander Graf <agraf@suse.de>
508 S: Supported
509 F: hw/s390x/s390-virtio-ccw.c
510 F: hw/s390x/css.[hc]
511 F: hw/s390x/sclp*.[hc]
512 F: hw/s390x/ipl*.[hc]
513 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
515 UniCore32 Machines
516 -------------
517 PKUnity-3 SoC initramfs-with-busybox
518 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
519 S: Maintained
520 F: hw/*/puv3*
521 F: hw/unicore32/
523 X86 Machines
524 ------------
526 M: Anthony Liguori <aliguori@amazon.com>
527 M: Michael S. Tsirkin <mst@redhat.com>
528 S: Supported
529 F: include/hw/i386/
530 F: hw/i386/
531 F: hw/pci-host/piix.c
532 F: hw/pci-host/q35.c
533 F: hw/pci-host/pam.c
534 F: include/hw/pci-host/q35.h
535 F: include/hw/pci-host/pam.h
536 F: hw/isa/piix4.c
537 F: hw/isa/lpc_ich9.c
538 F: hw/i2c/smbus_ich9.c
539 F: hw/acpi/piix4.c
540 F: hw/acpi/ich9.c
541 F: include/hw/acpi/ich9.h
542 F: include/hw/acpi/piix.h
545 Xtensa Machines
546 ---------------
548 M: Max Filippov <jcmvbkbc@gmail.com>
549 S: Maintained
550 F: hw/xtensa/xtensa_sim.c
552 Avnet LX60
553 M: Max Filippov <jcmvbkbc@gmail.com>
554 S: Maintained
555 F: hw/xtensa/xtensa_lx60.c
557 Devices
558 -------
560 M: Kevin Wolf <kwolf@redhat.com>
561 S: Odd Fixes
562 F: include/hw/ide.h
563 F: hw/ide/
565 OMAP
566 M: Peter Maydell <peter.maydell@linaro.org>
567 S: Maintained
568 F: hw/*/omap*
571 M: Michael S. Tsirkin <mst@redhat.com>
572 S: Supported
573 F: include/hw/pci/*
574 F: hw/pci/*
575 F: hw/acpi/*
577 ppc4xx
578 M: Alexander Graf <agraf@suse.de>
579 L: qemu-ppc@nongnu.org
580 S: Odd Fixes
581 F: hw/ppc/ppc4*.c
583 ppce500
584 M: Alexander Graf <agraf@suse.de>
585 M: Scott Wood <scottwood@freescale.com>
586 L: qemu-ppc@nongnu.org
587 S: Supported
588 F: hw/ppc/e500*
590 SCSI
591 M: Paolo Bonzini <pbonzini@redhat.com>
592 S: Supported
593 F: include/hw/scsi*
594 F: hw/scsi/*
595 T: git git://github.com/bonzini/qemu.git scsi-next
597 LSI53C895A
598 S: Orphan
599 F: hw/scsi/lsi53c895a.c
602 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
603 S: Maintained
604 F: hw/ssi/*
605 F: hw/block/m25p80.c
608 M: Gerd Hoffmann <kraxel@redhat.com>
609 S: Maintained
610 F: hw/usb/*
611 F: tests/usb-hcd-ehci-test.c
613 VFIO
614 M: Alex Williamson <alex.williamson@redhat.com>
615 S: Supported
616 F: hw/misc/vfio.c
618 vhost
619 M: Michael S. Tsirkin <mst@redhat.com>
620 S: Supported
621 F: hw/*/*vhost*
623 virtio
624 M: Anthony Liguori <aliguori@amazon.com>
625 M: Michael S. Tsirkin <mst@redhat.com>
626 S: Supported
627 F: hw/*/virtio*
629 virtio-9p
630 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
631 S: Supported
632 F: hw/9pfs/
633 F: fsdev/
634 F: tests/virtio-9p-test.c
635 T: git git://github.com/kvaneesh/QEMU.git
637 virtio-blk
638 M: Kevin Wolf <kwolf@redhat.com>
639 M: Stefan Hajnoczi <stefanha@redhat.com>
640 S: Supported
641 F: hw/block/virtio-blk.c
643 virtio-ccw
644 M: Cornelia Huck <cornelia.huck@de.ibm.com>
645 M: Christian Borntraeger <borntraeger@de.ibm.com>
646 S: Supported
647 F: hw/s390x/virtio-ccw.[hc]
648 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
650 virtio-serial
651 M: Amit Shah <amit.shah@redhat.com>
652 S: Supported
653 F: hw/char/virtio-serial-bus.c
654 F: hw/char/virtio-console.c
656 nvme
657 M: Keith Busch <keith.busch@intel.com>
658 S: Supported
659 F: hw/block/nvme*
660 F: tests/nvme-test.c
662 megasas
663 M: Hannes Reinecke <hare@suse.de>
664 S: Supported
665 F: hw/scsi/megasas.c
666 F: hw/scsi/mfi.h
668 Xilinx EDK
669 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
670 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
671 S: Maintained
672 F: hw/*/xilinx_*
673 F: include/hw/xilinx.h
675 Subsystems
676 ----------
677 Audio
678 M: Vassili Karpov (malc) <av1474@comtv.ru>
679 M: Gerd Hoffmann <kraxel@redhat.com>
680 S: Maintained
681 F: audio/
682 F: hw/audio/
683 F: tests/ac97-test.c
684 F: tests/es1370-test.c
685 F: tests/intel-hda-test.c
687 Block
688 M: Kevin Wolf <kwolf@redhat.com>
689 M: Stefan Hajnoczi <stefanha@redhat.com>
690 S: Supported
691 F: block*
692 F: block/
693 F: hw/block/
694 F: qemu-img*
695 F: qemu-io*
696 T: git git://repo.or.cz/qemu/kevin.git block
697 T: git git://github.com/stefanha/qemu.git block
699 Character Devices
700 M: Anthony Liguori <aliguori@amazon.com>
701 S: Maintained
702 F: qemu-char.c
705 M: Andreas Färber <afaerber@suse.de>
706 S: Supported
707 F: qom/cpu.c
708 F: include/qom/cpu.h
709 F: target-i386/cpu.c
711 ICC Bus
712 M: Igor Mammedov <imammedo@redhat.com>
713 S: Supported
714 F: include/hw/cpu/icc_bus.h
715 F: hw/cpu/icc_bus.c
717 Device Tree
718 M: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
719 M: Alexander Graf <agraf@suse.de>
720 S: Maintained
721 F: device_tree.[ch]
723 GDB stub
724 M: qemu-devel@nongnu.org
725 S: Odd Fixes
726 F: gdbstub*
727 F: gdb-xml/
729 SPICE
730 M: Gerd Hoffmann <kraxel@redhat.com>
731 S: Supported
732 F: include/ui/qemu-spice.h
733 F: ui/spice-*.c
734 F: audio/spiceaudio.c
735 F: hw/display/qxl*
737 Graphics
738 M: Anthony Liguori <aliguori@amazon.com>
739 M: Gerd Hoffmann <kraxel@redhat.com>
740 S: Odd Fixes
741 F: ui/
743 Cocoa graphics
744 M: Andreas Färber <andreas.faerber@web.de>
745 M: Peter Maydell <peter.maydell@linaro.org>
746 S: Odd Fixes
747 F: ui/cocoa.m
749 Main loop
750 M: Anthony Liguori <aliguori@amazon.com>
751 S: Supported
752 F: vl.c
754 Human Monitor (HMP)
755 M: Luiz Capitulino <lcapitulino@redhat.com>
756 S: Maintained
757 F: monitor.c
758 F: hmp.c
759 F: hmp-commands.hx
760 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
762 Network device layer
763 M: Anthony Liguori <aliguori@amazon.com>
764 M: Stefan Hajnoczi <stefanha@redhat.com>
765 S: Maintained
766 F: net/
767 T: git git://github.com/stefanha/qemu.git net
769 Netmap network backend
770 M: Luigi Rizzo <rizzo@iet.unipi.it>
771 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
772 M: Vincenzo Maffione <v.maffione@gmail.com>
773 W: http://info.iet.unipi.it/~luigi/netmap/
774 S: Maintained
775 F: net/netmap.c
777 Network Block Device (NBD)
778 M: Paolo Bonzini <pbonzini@redhat.com>
779 S: Odd Fixes
780 F: block/nbd.c
781 F: nbd.*
782 F: qemu-nbd.c
783 T: git git://github.com/bonzini/qemu.git nbd-next
785 QAPI
786 M: Luiz Capitulino <lcapitulino@redhat.com>
787 M: Michael Roth <mdroth@linux.vnet.ibm.com>
788 S: Maintained
789 F: qapi/
790 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
792 QAPI Schema
793 M: Eric Blake <eblake@redhat.com>
794 M: Luiz Capitulino <lcapitulino@redhat.com>
795 M: Markus Armbruster <armbru@redhat.com>
796 S: Supported
797 F: qapi-schema.json
798 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
801 M: Anthony Liguori <aliguori@amazon.com>
802 M: Andreas Färber <afaerber@suse.de>
803 S: Supported
804 T: git git://github.com/afaerber/qemu-cpu.git qom-next
805 F: include/qom/
806 X: include/qom/cpu.h
807 F: qom/
808 X: qom/cpu.c
809 F: tests/qom-test.c
812 M: Luiz Capitulino <lcapitulino@redhat.com>
813 S: Maintained
814 F: qmp.c
815 F: monitor.c
816 F: qmp-commands.hx
817 F: QMP/
818 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
820 SLIRP
821 M: Jan Kiszka <jan.kiszka@siemens.com>
822 S: Maintained
823 F: slirp/
824 T: git git://git.kiszka.org/qemu.git queues/slirp
826 Tracing
827 M: Stefan Hajnoczi <stefanha@redhat.com>
828 S: Maintained
829 F: trace/
830 F: scripts/tracetool.py
831 F: scripts/tracetool/
832 F: docs/tracing.txt
833 T: git git://github.com/stefanha/qemu.git tracing
835 Checkpatch
836 M: Blue Swirl <blauwirbel@gmail.com>
837 S: Odd Fixes
838 F: scripts/checkpatch.pl
840 Seccomp
841 M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
842 S: Supported
843 F: qemu-seccomp.c
844 F: include/sysemu/seccomp.h
846 Usermode Emulation
847 ------------------
848 BSD user
849 M: Blue Swirl <blauwirbel@gmail.com>
850 S: Maintained
851 F: bsd-user/
853 Linux user
854 M: Riku Voipio <riku.voipio@iki.fi>
855 S: Maintained
856 F: linux-user/
858 Tiny Code Generator (TCG)
859 -------------------------
860 Common code
861 M: qemu-devel@nongnu.org
862 M: Richard Henderson <rth@twiddle.net>
863 S: Maintained
864 F: tcg/
866 AArch64 target
867 M: Claudio Fontana <claudio.fontana@huawei.com>
868 M: Claudio Fontana <claudio.fontana@gmail.com>
869 S: Maintained
870 F: tcg/aarch64/
872 ARM target
873 M: Andrzej Zaborowski <balrogg@gmail.com>
874 S: Maintained
875 F: tcg/arm/
877 i386 target
878 M: qemu-devel@nongnu.org
879 S: Maintained
880 F: tcg/i386/
882 IA64 target
883 M: Aurelien Jarno <aurelien@aurel32.net>
884 S: Maintained
885 F: tcg/ia64/
887 MIPS target
888 M: Aurelien Jarno <aurelien@aurel32.net>
889 S: Maintained
890 F: tcg/mips/
893 M: Vassili Karpov (malc) <av1474@comtv.ru>
894 S: Maintained
895 F: tcg/ppc/
897 PPC64 target
898 M: Vassili Karpov (malc) <av1474@comtv.ru>
899 S: Maintained
900 F: tcg/ppc64/
902 S390 target
903 M: Alexander Graf <agraf@suse.de>
904 M: Richard Henderson <rth@twiddle.net>
905 S: Maintained
906 F: tcg/s390/
908 SPARC target
909 M: Blue Swirl <blauwirbel@gmail.com>
910 S: Maintained
911 F: tcg/sparc/
913 TCI target
914 M: Stefan Weil <sw@weilnetz.de>
915 S: Maintained
916 F: tcg/tci/
917 F: tci.c
919 Stable branches
920 ---------------
921 Stable 1.0
922 L: qemu-stable@nongnu.org
923 T: git git://git.qemu-project.org/qemu-stable-1.0.git
924 S: Orphan
926 Stable 0.15
927 L: qemu-stable@nongnu.org
928 M: Andreas Färber <afaerber@suse.de>
929 T: git git://git.qemu-project.org/qemu-stable-0.15.git
930 S: Supported
932 Stable 0.14
933 L: qemu-stable@nongnu.org
934 T: git git://git.qemu-project.org/qemu-stable-0.14.git
935 S: Orphan
937 Stable 0.10
938 L: qemu-stable@nongnu.org
939 T: git git://git.qemu-project.org/qemu-stable-0.10.git
940 S: Orphan
942 Block drivers
943 -------------
944 VMDK
945 M: Fam Zheng <famz@redhat.com>
946 S: Supported
947 F: block/vmdk.c
950 M: Josh Durgin <josh.durgin@inktank.com>
951 S: Supported
952 F: block/rbd.c
954 Sheepdog
955 M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
956 M: Liu Yuan <namei.unix@gmail.com>
957 L: sheepdog@lists.wpkg.org
958 S: Supported
959 F: block/sheepdog.c
961 VHDX
962 M: Jeff Cody <jcody@redhat.com>
963 S: Supported
964 F: block/vhdx*
967 M: Stefan Weil <sw@weilnetz.de>
968 S: Maintained
969 F: block/vdi.c
971 iSCSI
972 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
973 M: Paolo Bonzini <pbonzini@redhat.com>
974 M: Peter Lieven <pl@kamp.de>
975 S: Supported
976 F: block/iscsi.c
979 M: Peter Lieven <pl@kamp.de>
980 S: Maintained
981 F: block/nfs.c
984 M: Richard W.M. Jones <rjones@redhat.com>
985 S: Supported
986 F: block/ssh.c