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