target-i386: Use mulu2 and muls2
[qemu/pbrook.git] / MAINTAINERS
blob21043e4b4abad2e5ce681713f989a2040bf4c059
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@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 M: Peter Maydell <peter.maydell@linaro.org>
66 S: Maintained
67 F: target-arm/
69 CRIS
70 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71 S: Maintained
72 F: target-cris/
74 LM32
75 M: Michael Walle <michael@walle.cc>
76 S: Maintained
77 F: target-lm32/
79 M68K
80 M: Paul Brook <paul@codesourcery.com>
81 S: Odd Fixes
82 F: target-m68k/
84 MicroBlaze
85 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86 S: Maintained
87 F: target-microblaze/
89 MIPS
90 M: Aurelien Jarno <aurelien@aurel32.net>
91 S: Odd Fixes
92 F: target-mips/
94 PowerPC
95 M: Alexander Graf <agraf@suse.de>
96 L: qemu-ppc@nongnu.org
97 S: Maintained
98 F: target-ppc/
100 S390
101 M: Richard Henderson <rth@twiddle.net>
102 M: Alexander Graf <agraf@suse.de>
103 S: Maintained
104 F: target-s390x/
107 M: Aurelien Jarno <aurelien@aurel32.net>
108 S: Odd Fixes
109 F: target-sh4/
111 SPARC
112 M: Blue Swirl <blauwirbel@gmail.com>
113 S: Maintained
114 F: target-sparc/
116 UniCore32
117 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
118 S: Maintained
119 F: target-unicore32/
122 M: qemu-devel@nongnu.org
123 S: Odd Fixes
124 F: target-i386/
126 Xtensa
127 M: Max Filippov <jcmvbkbc@gmail.com>
128 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
129 S: Maintained
130 F: target-xtensa/
132 Guest CPU Cores (KVM):
133 ----------------------
135 Overall
136 M: Gleb Natapov <gleb@redhat.com>
137 M: Marcelo Tosatti <mtosatti@redhat.com>
138 L: kvm@vger.kernel.org
139 S: Supported
140 F: kvm-*
141 F: */kvm.*
144 M: Alexander Graf <agraf@suse.de>
145 S: Maintained
146 F: target-ppc/kvm.c
148 S390
149 M: Alexander Graf <agraf@suse.de>
150 S: Maintained
151 F: target-s390x/kvm.c
154 M: Gleb Natapov <gleb@redhat.com>
155 M: Marcelo Tosatti <mtosatti@redhat.com>
156 L: kvm@vger.kernel.org
157 S: Supported
158 F: target-i386/kvm.c
160 Guest CPU Cores (Xen):
161 ----------------------
164 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
165 L: xen-devel@lists.xensource.com
166 S: Supported
167 F: xen-*
168 F: */xen*
170 Hosts:
171 ------
173 LINUX
174 L: qemu-devel@nongnu.org
175 S: Maintained
176 F: linux-*
177 F: linux-headers/
179 POSIX
180 L: qemu-devel@nongnu.org
181 S: Maintained
182 F: *posix*
184 W32, W64
185 L: qemu-devel@nongnu.org
186 M: Stefan Weil <sw@weilnetz.de>
187 S: Maintained
188 F: *win32*
190 ARM Machines
191 ------------
192 Exynos
193 M: Evgeny Voevodin <e.voevodin@samsung.com>
194 M: Maksim Kozlov <m.kozlov@samsung.com>
195 M: Igor Mitsyanko <i.mitsyanko@samsung.com>
196 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
197 S: Maintained
198 F: hw/exynos*
200 Calxeda Highbank
201 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
202 S: Supported
203 F: hw/highbank.c
204 F: hw/xgmac.c
206 Gumstix
207 M: qemu-devel@nongnu.org
208 S: Orphan
209 F: hw/gumstix.c
211 i.MX31
212 M: Peter Chubb <peter.chubb@nicta.com.au>
213 S: Odd fixes
214 F: hw/imx*
215 F: hw/kzm.c
217 Integrator CP
218 M: Paul Brook <paul@codesourcery.com>
219 M: Peter Maydell <peter.maydell@linaro.org>
220 S: Maintained
221 F: hw/integratorcp.c
223 Mainstone
224 M: qemu-devel@nongnu.org
225 S: Orphan
226 F: hw/mainstone.c
228 Musicpal
229 M: Jan Kiszka <jan.kiszka@web.de>
230 S: Maintained
231 F: hw/musicpal.c
233 nSeries
234 M: Andrzej Zaborowski <balrogg@gmail.com>
235 S: Maintained
236 F: hw/nseries.c
238 Palm
239 M: Andrzej Zaborowski <balrogg@gmail.com>
240 S: Maintained
241 F: hw/palm.c
243 Real View
244 M: Paul Brook <paul@codesourcery.com>
245 M: Peter Maydell <peter.maydell@linaro.org>
246 S: Maintained
247 F: hw/realview*
249 Spitz
250 M: Andrzej Zaborowski <balrogg@gmail.com>
251 S: Maintained
252 F: hw/spitz.c
254 Stellaris
255 M: Paul Brook <paul@codesourcery.com>
256 M: Peter Maydell <peter.maydell@linaro.org>
257 S: Maintained
258 F: hw/stellaris.c
260 Versatile PB
261 M: Paul Brook <paul@codesourcery.com>
262 M: Peter Maydell <peter.maydell@linaro.org>
263 S: Maintained
264 F: hw/versatilepb.c
266 Xilinx Zynq
267 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
268 S: Maintained
269 F: hw/xilinx_zynq.c
270 F: hw/zynq_slcr.c
271 F: hw/cadence_*
272 F: hw/xilinx_spips.c
274 CRIS Machines
275 -------------
276 Axis Dev88
277 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
278 S: Maintained
279 F: hw/axis_dev88.c
281 etraxfs
282 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
283 S: Maintained
284 F: hw/etraxfs.c
286 LM32 Machines
287 -------------
288 EVR32 and uclinux BSP
289 M: Michael Walle <michael@walle.cc>
290 S: Maintained
291 F: hw/lm32_boards.c
293 milkymist
294 M: Michael Walle <michael@walle.cc>
295 S: Maintained
296 F: hw/milkymist.c
298 M68K Machines
299 -------------
300 an5206
301 M: Paul Brook <paul@codesourcery.com>
302 S: Maintained
303 F: hw/an5206.c
305 dummy_m68k
306 M: Paul Brook <paul@codesourcery.com>
307 S: Maintained
308 F: hw/dummy_m68k.c
310 mcf5208
311 M: Paul Brook <paul@codesourcery.com>
312 S: Maintained
313 F: hw/mcf5208.c
315 MicroBlaze Machines
316 -------------------
317 petalogix_s3adsp1800
318 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
319 S: Maintained
320 F: hw/petalogix_s3adsp1800.c
322 petalogix_ml605
323 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
324 S: Maintained
325 F: hw/petalogix_ml605_mmu.c
327 MIPS Machines
328 -------------
329 Jazz
330 M: Hervé Poussineau <hpoussin@reactos.org>
331 S: Maintained
332 F: hw/mips_jazz.c
334 Malta
335 M: Aurelien Jarno <aurelien@aurel32.net>
336 S: Maintained
337 F: hw/mips_malta.c
339 Mipssim
340 M: qemu-devel@nongnu.org
341 S: Orphan
342 F: hw/mips_mipssim.c
344 R4000
345 M: Aurelien Jarno <aurelien@aurel32.net>
346 S: Maintained
347 F: hw/mips_r4k.c
349 PowerPC Machines
350 ----------------
352 M: Alexander Graf <agraf@suse.de>
353 L: qemu-ppc@nongnu.org
354 S: Odd Fixes
355 F: hw/ppc405_boards.c
357 Bamboo
358 M: Alexander Graf <agraf@suse.de>
359 L: qemu-ppc@nongnu.org
360 S: Odd Fixes
361 F: hw/ppc440_bamboo.c
363 e500
364 M: Alexander Graf <agraf@suse.de>
365 M: Scott Wood <scottwood@freescale.com>
366 L: qemu-ppc@nongnu.org
367 S: Supported
368 F: hw/ppc/e500.[hc]
369 F: hw/ppc/e500plat.c
371 mpc8544ds
372 M: Alexander Graf <agraf@suse.de>
373 M: Scott Wood <scottwood@freescale.com>
374 L: qemu-ppc@nongnu.org
375 S: Supported
376 F: hw/ppc/mpc8544ds.c
377 F: hw/mpc8544_guts.c
379 New World
380 M: Alexander Graf <agraf@suse.de>
381 L: qemu-ppc@nongnu.org
382 S: Maintained
383 F: hw/ppc/mac_newworld.c
384 F: hw/unin_pci.c
385 F: hw/dec_pci.[hc]
387 Old World
388 M: Alexander Graf <agraf@suse.de>
389 L: qemu-ppc@nongnu.org
390 S: Maintained
391 F: hw/ppc/mac_oldworld.c
392 F: hw/grackle_pci.c
394 PReP
395 M: Andreas Färber <andreas.faerber@web.de>
396 L: qemu-ppc@nongnu.org
397 S: Odd Fixes
398 F: hw/ppc/prep.c
399 F: hw/prep_pci.[hc]
400 F: hw/pc87312.[hc]
402 sPAPR
403 M: David Gibson <david@gibson.dropbear.id.au>
404 M: Alexander Graf <agraf@suse.de>
405 L: qemu-ppc@nongnu.org
406 S: Supported
407 F: hw/spapr*
409 virtex_ml507
410 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
411 L: qemu-ppc@nongnu.org
412 S: Odd Fixes
413 F: hw/virtex_ml507.c
415 SH4 Machines
416 ------------
418 M: Magnus Damm <magnus.damm@gmail.com>
419 S: Maintained
420 F: hw/r2d.c
422 Shix
423 M: Magnus Damm <magnus.damm@gmail.com>
424 S: Orphan
425 F: hw/shix.c
427 SPARC Machines
428 --------------
429 Sun4m
430 M: Blue Swirl <blauwirbel@gmail.com>
431 S: Maintained
432 F: hw/sun4m.c
434 Sun4u
435 M: Blue Swirl <blauwirbel@gmail.com>
436 S: Maintained
437 F: hw/sun4u.c
439 Leon3
440 M: Fabien Chouteau <chouteau@adacore.com>
441 S: Maintained
442 F: hw/leon3.c
443 F: hw/grlib*
445 S390 Machines
446 -------------
447 S390 Virtio
448 M: Alexander Graf <agraf@suse.de>
449 S: Maintained
450 F: hw/s390-*.c
452 UniCore32 Machines
453 -------------
454 PKUnity-3 SoC initramfs-with-busybox
455 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
456 S: Maintained
457 F: hw/puv3*
458 F: hw/unicore32/
460 X86 Machines
461 ------------
463 M: Anthony Liguori <aliguori@us.ibm.com>
464 S: Supported
465 F: hw/pc.[ch]
466 F: hw/pc_piix.c
468 Xtensa Machines
469 ---------------
471 M: Max Filippov <jcmvbkbc@gmail.com>
472 S: Maintained
473 F: hw/xtensa_sim.c
475 Avnet LX60
476 M: Max Filippov <jcmvbkbc@gmail.com>
477 S: Maintained
478 F: hw/xtensa_lx60.c
480 Devices
481 -------
483 M: Kevin Wolf <kwolf@redhat.com>
484 S: Odd Fixes
485 F: hw/ide/
487 OMAP
488 M: Peter Maydell <peter.maydell@linaro.org>
489 S: Maintained
490 F: hw/omap*
493 M: Michael S. Tsirkin <mst@redhat.com>
494 S: Supported
495 F: hw/pci/*
496 F: hw/pci*
497 F: hw/piix*
499 ppc4xx
500 M: Alexander Graf <agraf@suse.de>
501 L: qemu-ppc@nongnu.org
502 S: Odd Fixes
503 F: hw/ppc4xx*.[hc]
505 ppce500
506 M: Alexander Graf <agraf@suse.de>
507 M: Scott Wood <scottwood@freescale.com>
508 L: qemu-ppc@nongnu.org
509 S: Supported
510 F: hw/ppce500_*
512 SCSI
513 M: Paolo Bonzini <pbonzini@redhat.com>
514 S: Supported
515 F: hw/virtio-scsi.*
516 F: hw/scsi*
517 T: git git://github.com/bonzini/qemu.git scsi-next
519 LSI53C895A
520 M: Paul Brook <paul@codesourcery.com>
521 S: Odd Fixes
522 F: hw/lsi53c895a.c
525 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
526 S: Maintained
527 F: hw/ssi.*
528 F: hw/m25p80.c
531 M: Gerd Hoffmann <kraxel@redhat.com>
532 S: Maintained
533 F: hw/usb*
535 VFIO
536 M: Alex Williamson <alex.williamson@redhat.com>
537 S: Supported
538 F: hw/vfio*
540 vhost
541 M: Michael S. Tsirkin <mst@redhat.com>
542 S: Supported
543 F: hw/vhost*
545 virtio
546 M: Anthony Liguori <aliguori@us.ibm.com>
547 S: Supported
548 F: hw/virtio*
550 virtio-9p
551 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
552 S: Supported
553 F: hw/9pfs/
554 F: fsdev/
555 T: git git://github.com/kvaneesh/QEMU.git
557 virtio-blk
558 M: Kevin Wolf <kwolf@redhat.com>
559 M: Stefan Hajnoczi <stefanha@redhat.com>
560 S: Supported
561 F: hw/virtio-blk*
563 virtio-serial
564 M: Amit Shah <amit.shah@redhat.com>
565 S: Supported
566 F: hw/virtio-serial*
567 F: hw/virtio-console*
569 Xilinx EDK
570 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
571 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
572 S: Maintained
573 F: hw/xilinx_axi*
574 F: hw/xilinx_uartlite.c
575 F: hw/xilinx_intc.c
576 F: hw/xilinx_ethlite.c
577 F: hw/xilinx_timer.c
578 F: hw/xilinx.h
579 F: hw/xilinx_spi.c
581 Subsystems
582 ----------
583 Audio
584 M: Vassili Karpov (malc) <av1474@comtv.ru>
585 S: Maintained
586 F: audio/
588 Block
589 M: Kevin Wolf <kwolf@redhat.com>
590 M: Stefan Hajnoczi <stefanha@redhat.com>
591 S: Supported
592 F: block*
593 F: block/
595 Character Devices
596 M: Anthony Liguori <aliguori@us.ibm.com>
597 S: Maintained
598 F: qemu-char.c
601 M: Andreas Färber <afaerber@suse.de>
602 S: Supported
603 F: qom/cpu.c
604 F: include/qemu/cpu.h
605 F: target-i386/cpu.c
607 Device Tree
608 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
609 M: Alexander Graf <agraf@suse.de>
610 S: Maintained
611 F: device-tree.[ch]
613 GDB stub
614 M: qemu-devel@nongnu.org
615 S: Odd Fixes
616 F: gdbstub*
617 F: gdb-xml/
619 SPICE
620 M: Gerd Hoffmann <kraxel@redhat.com>
621 S: Supported
622 F: ui/qemu-spice.h
623 F: ui/spice-*.c
624 F: audio/spiceaudio.c
625 F: hw/qxl*
627 Graphics
628 M: Anthony Liguori <aliguori@us.ibm.com>
629 S: Maintained
630 F: ui/
632 Cocoa graphics
633 M: Andreas Färber <andreas.faerber@web.de>
634 S: Odd Fixes
635 F: ui/cocoa.m
637 Main loop
638 M: Anthony Liguori <aliguori@us.ibm.com>
639 S: Supported
640 F: vl.c
642 Monitor (QMP/HMP)
643 M: Luiz Capitulino <lcapitulino@redhat.com>
644 M: Markus Armbruster <armbru@redhat.com>
645 S: Supported
646 F: monitor.c
648 Network device layer
649 M: Anthony Liguori <aliguori@us.ibm.com>
650 M: Stefan Hajnoczi <stefanha@redhat.com>
651 S: Maintained
652 F: net/
653 T: git git://github.com/stefanha/qemu.git net
655 Network Block Device (NBD)
656 M: Paolo Bonzini <pbonzini@redhat.com>
657 S: Odd Fixes
658 F: block/nbd.c
659 F: nbd.*
660 F: qemu-nbd.c
661 T: git git://github.com/bonzini/qemu.git nbd-next
663 SLIRP
664 M: Jan Kiszka <jan.kiszka@siemens.com>
665 S: Maintained
666 F: slirp/
667 T: git git://git.kiszka.org/qemu.git queues/slirp
669 Tracing
670 M: Stefan Hajnoczi <stefanha@redhat.com>
671 S: Maintained
672 F: trace/
673 F: scripts/tracetool.py
674 F: scripts/tracetool/
675 F: docs/tracing.txt
676 T: git git://github.com/stefanha/qemu.git tracing
678 Checkpatch
679 M: Blue Swirl <blauwirbel@gmail.com>
680 S: Odd Fixes
681 F: scripts/checkpatch.pl
683 Usermode Emulation
684 ------------------
685 BSD user
686 M: Blue Swirl <blauwirbel@gmail.com>
687 S: Maintained
688 F: bsd-user/
690 Linux user
691 M: Riku Voipio <riku.voipio@iki.fi>
692 S: Maintained
693 F: linux-user/
695 Tiny Code Generator (TCG)
696 -------------------------
697 Common code
698 M: qemu-devel@nongnu.org
699 S: Maintained
700 F: tcg/
702 ARM target
703 M: Andrzej Zaborowski <balrogg@gmail.com>
704 S: Maintained
705 F: tcg/arm/
707 HPPA target
708 M: Richard Henderson <rth@twiddle.net>
709 S: Maintained
710 F: tcg/hppa/
712 i386 target
713 M: qemu-devel@nongnu.org
714 S: Maintained
715 F: tcg/i386/
717 IA64 target
718 M: Aurelien Jarno <aurelien@aurel32.net>
719 S: Maintained
720 F: tcg/ia64/
722 MIPS target
723 M: Aurelien Jarno <aurelien@aurel32.net>
724 S: Maintained
725 F: tcg/mips/
728 M: Vassili Karpov (malc) <av1474@comtv.ru>
729 S: Maintained
730 F: tcg/ppc/
732 PPC64 target
733 M: Vassili Karpov (malc) <av1474@comtv.ru>
734 S: Maintained
735 F: tcg/ppc64/
737 S390 target
738 M: Alexander Graf <agraf@suse.de>
739 M: Richard Henderson <rth@twiddle.net>
740 S: Maintained
741 F: tcg/s390/
743 SPARC target
744 M: Blue Swirl <blauwirbel@gmail.com>
745 S: Maintained
746 F: tcg/sparc/
748 TCI target
749 M: Stefan Weil <sw@weilnetz.de>
750 S: Maintained
751 F: tcg/tci/
753 Stable branches
754 ---------------
755 Stable 1.0
756 L: qemu-stable@nongnu.org
757 T: git git://git.qemu.org/qemu-stable-1.0.git
758 S: Orphan
760 Stable 0.15
761 L: qemu-stable@nongnu.org
762 T: git git://git.qemu.org/qemu-stable-0.15.git
763 S: Orphan
765 Stable 0.14
766 L: qemu-stable@nongnu.org
767 T: git git://git.qemu.org/qemu-stable-0.14.git
768 S: Orphan
770 Stable 0.10
771 L: qemu-stable@nongnu.org
772 T: git git://git.qemu.org/qemu-stable-0.10.git
773 S: Orphan