]> Git Repo - qemu.git/blob - MAINTAINERS
hw/qxl: fix condition for exiting guest_bug
[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 <[email protected]>
54 M: Paul Brook <[email protected]>
55
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <[email protected]>
60 S: Maintained
61 F: target-alpha/
62
63 ARM
64 M: Paul Brook <[email protected]>
65 M: Peter Maydell <[email protected]>
66 S: Maintained
67 F: target-arm/
68
69 CRIS
70 M: Edgar E. Iglesias <[email protected]>
71 S: Maintained
72 F: target-cris/
73
74 LM32
75 M: Michael Walle <[email protected]>
76 S: Maintained
77 F: target-lm32/
78
79 M68K
80 M: Paul Brook <[email protected]>
81 S: Odd Fixes
82 F: target-m68k/
83
84 MicroBlaze
85 M: Edgar E. Iglesias <[email protected]>
86 S: Maintained
87 F: target-microblaze/
88
89 MIPS
90 M: Aurelien Jarno <[email protected]>
91 S: Odd Fixes
92 F: target-mips/
93
94 PowerPC
95 M: Alexander Graf <[email protected]>
96 L: [email protected]
97 S: Maintained
98 F: target-ppc/
99
100 S390
101 M: Alexander Graf <[email protected]>
102 S: Maintained
103 F: target-s390x/
104
105 SH4
106 M: Aurelien Jarno <[email protected]>
107 S: Odd Fixes
108 F: target-sh4/
109
110 SPARC
111 M: Blue Swirl <[email protected]>
112 S: Maintained
113 F: target-sparc/
114
115 UniCore32
116 M: Guan Xuetao <[email protected]>
117 S: Maintained
118 F: target-unicore32/
119
120 X86
121 M: [email protected]
122 S: Odd Fixes
123 F: target-i386/
124
125 Xtensa
126 M: Max Filippov <[email protected]>
127 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
128 S: Maintained
129 F: target-xtensa/
130
131 Guest CPU Cores (KVM):
132 ----------------------
133
134 Overall
135 M: Avi Kivity <[email protected]>
136 M: Marcelo Tosatti <[email protected]>
137 L: [email protected]
138 S: Supported
139 F: kvm-*
140 F: */kvm.*
141
142 PPC
143 M: Alexander Graf <[email protected]>
144 S: Maintained
145 F: target-ppc/kvm.c
146
147 S390
148 M: Alexander Graf <[email protected]>
149 S: Maintained
150 F: target-s390x/kvm.c
151
152 X86
153 M: Avi Kivity <[email protected]>
154 M: Marcelo Tosatti <[email protected]>
155 L: [email protected]
156 S: Supported
157 F: target-i386/kvm.c
158
159 Guest CPU Cores (Xen):
160 ----------------------
161
162 X86
163 M: Stefano Stabellini <[email protected]>
164 L: [email protected]
165 S: Supported
166 F: xen-*
167 F: */xen*
168
169 Hosts:
170 ------
171
172 LINUX
173 L: [email protected]
174 S: Maintained
175 F: linux-*
176 F: linux-headers/
177
178 POSIX
179 L: [email protected]
180 S: Maintained
181 F: *posix*
182
183 W32, W64
184 L: [email protected]
185 M: Stefan Weil <[email protected]>
186 S: Maintained
187 F: *win32*
188
189 ARM Machines
190 ------------
191 Exynos
192 M: Evgeny Voevodin <[email protected]>
193 M: Maksim Kozlov <[email protected]>
194 M: Igor Mitsyanko <[email protected]>
195 M: Dmitry Solodkiy <[email protected]>
196 S: Maintained
197 F: hw/exynos*
198
199 Calxeda Highbank
200 M: Mark Langsdorf <[email protected]>
201 S: Supported
202 F: hw/highbank.c
203 F: hw/xgmac.c
204
205 Gumstix
206 M: [email protected]
207 S: Orphan
208 F: hw/gumstix.c
209
210 i.MX31
211 M: Peter Chubb <[email protected]>
212 S: Odd fixes
213 F: hw/imx*
214 F: hw/kzm.c
215
216 Integrator CP
217 M: Paul Brook <[email protected]>
218 M: Peter Maydell <[email protected]>
219 S: Maintained
220 F: hw/integratorcp.c
221
222 Mainstone
223 M: [email protected]
224 S: Orphan
225 F: hw/mainstone.c
226
227 Musicpal
228 M: Jan Kiszka <[email protected]>
229 S: Maintained
230 F: hw/musicpal.c
231
232 nSeries
233 M: Andrzej Zaborowski <[email protected]>
234 S: Maintained
235 F: hw/nseries.c
236
237 Palm
238 M: Andrzej Zaborowski <[email protected]>
239 S: Maintained
240 F: hw/palm.c
241
242 Real View
243 M: Paul Brook <[email protected]>
244 M: Peter Maydell <[email protected]>
245 S: Maintained
246 F: hw/realview*
247
248 Spitz
249 M: Andrzej Zaborowski <[email protected]>
250 S: Maintained
251 F: hw/spitz.c
252
253 Stellaris
254 M: Paul Brook <[email protected]>
255 M: Peter Maydell <[email protected]>
256 S: Maintained
257 F: hw/stellaris.c
258
259 Versatile PB
260 M: Paul Brook <[email protected]>
261 M: Peter Maydell <[email protected]>
262 S: Maintained
263 F: hw/versatilepb.c
264
265 Xilinx Zynq
266 M: Peter Crosthwaite <[email protected]>
267 S: Maintained
268 F: hw/xilinx_zynq.c
269 F: hw/zynq_slcr.c
270 F: hw/cadence_*
271
272 CRIS Machines
273 -------------
274 Axis Dev88
275 M: Edgar E. Iglesias <[email protected]>
276 S: Maintained
277 F: hw/axis_dev88.c
278
279 etraxfs
280 M: Edgar E. Iglesias <[email protected]>
281 S: Maintained
282 F: hw/etraxfs.c
283
284 LM32 Machines
285 -------------
286 EVR32 and uclinux BSP
287 M: Michael Walle <[email protected]>
288 S: Maintained
289 F: hw/lm32_boards.c
290
291 milkymist
292 M: Michael Walle <[email protected]>
293 S: Maintained
294 F: hw/milkymist.c
295
296 M68K Machines
297 -------------
298 an5206
299 M: Paul Brook <[email protected]>
300 S: Maintained
301 F: hw/an5206.c
302
303 dummy_m68k
304 M: Paul Brook <[email protected]>
305 S: Maintained
306 F: hw/dummy_m68k.c
307
308 mcf5208
309 M: Paul Brook <[email protected]>
310 S: Maintained
311 F: hw/mcf5208.c
312
313 MicroBlaze Machines
314 -------------------
315 petalogix_s3adsp1800
316 M: Edgar E. Iglesias <[email protected]>
317 S: Maintained
318 F: hw/petalogix_s3adsp1800.c
319
320 petalogix_ml605
321 M: Peter Crosthwaite <[email protected]>
322 S: Maintained
323 F: hw/petalogix_ml605_mmu.c
324
325 MIPS Machines
326 -------------
327 Jazz
328 M: Hervé Poussineau <[email protected]>
329 S: Maintained
330 F: hw/mips_jazz.c
331
332 Malta
333 M: Aurelien Jarno <[email protected]>
334 S: Maintained
335 F: hw/mips_malta.c
336
337 Mipssim
338 M: [email protected]
339 S: Orphan
340 F: hw/mips_mipssim.c
341
342 R4000
343 M: Aurelien Jarno <[email protected]>
344 S: Maintained
345 F: hw/mips_r4k.c
346
347 PowerPC Machines
348 ----------------
349 405
350 M: Alexander Graf <[email protected]>
351 L: [email protected]
352 S: Odd Fixes
353 F: hw/ppc405_boards.c
354
355 Bamboo
356 M: Alexander Graf <[email protected]>
357 L: [email protected]
358 S: Odd Fixes
359 F: hw/ppc440_bamboo.c
360
361 e500
362 M: Alexander Graf <[email protected]>
363 M: Scott Wood <[email protected]>
364 L: [email protected]
365 S: Supported
366 F: hw/ppc/e500.[hc]
367 F: hw/ppc/e500plat.c
368
369 mpc8544ds
370 M: Alexander Graf <[email protected]>
371 M: Scott Wood <[email protected]>
372 L: [email protected]
373 S: Supported
374 F: hw/ppc/mpc8544ds.c
375 F: hw/mpc8544_guts.c
376
377 New World
378 M: Alexander Graf <[email protected]>
379 L: [email protected]
380 S: Maintained
381 F: hw/ppc_newworld.c
382 F: hw/unin_pci.c
383 F: hw/dec_pci.[hc]
384
385 Old World
386 M: Alexander Graf <[email protected]>
387 L: [email protected]
388 S: Maintained
389 F: hw/ppc_oldworld.c
390 F: hw/grackle_pci.c
391
392 PReP
393 M: Andreas Färber <[email protected]>
394 L: [email protected]
395 S: Odd Fixes
396 F: hw/ppc_prep.c
397 F: hw/prep_pci.[hc]
398
399 sPAPR
400 M: David Gibson <[email protected]>
401 M: Alexander Graf <[email protected]>
402 L: [email protected]
403 S: Supported
404 F: hw/spapr*
405
406 virtex_ml507
407 M: Edgar E. Iglesias <[email protected]>
408 L: [email protected]
409 S: Odd Fixes
410 F: hw/virtex_ml507.c
411
412 SH4 Machines
413 ------------
414 R2D
415 M: Magnus Damm <[email protected]>
416 S: Maintained
417 F: hw/r2d.c
418
419 Shix
420 M: Magnus Damm <[email protected]>
421 S: Orphan
422 F: hw/shix.c
423
424 SPARC Machines
425 --------------
426 Sun4m
427 M: Blue Swirl <[email protected]>
428 S: Maintained
429 F: hw/sun4m.c
430
431 Sun4u
432 M: Blue Swirl <[email protected]>
433 S: Maintained
434 F: hw/sun4u.c
435
436 Leon3
437 M: Fabien Chouteau <[email protected]>
438 S: Maintained
439 F: hw/leon3.c
440 F: hw/grlib*
441
442 S390 Machines
443 -------------
444 S390 Virtio
445 M: Alexander Graf <[email protected]>
446 S: Maintained
447 F: hw/s390-*.c
448
449 UniCore32 Machines
450 -------------
451 PKUnity-3 SoC initramfs-with-busybox
452 M: Guan Xuetao <[email protected]>
453 S: Maintained
454 F: hw/puv3*
455 F: hw/unicore32/
456
457 X86 Machines
458 ------------
459 PC
460 M: Anthony Liguori <[email protected]>
461 S: Supported
462 F: hw/pc.[ch]
463 F: hw/pc_piix.c
464
465 Xtensa Machines
466 ---------------
467 sim
468 M: Max Filippov <[email protected]>
469 S: Maintained
470 F: hw/xtensa_sim.c
471
472 Avnet LX60
473 M: Max Filippov <[email protected]>
474 S: Maintained
475 F: hw/xtensa_lx60.c
476
477 Devices
478 -------
479 IDE
480 M: Kevin Wolf <[email protected]>
481 S: Odd Fixes
482 F: hw/ide/
483
484 OMAP
485 M: Peter Maydell <[email protected]>
486 S: Maintained
487 F: hw/omap*
488
489 PCI
490 M: Michael S. Tsirkin <[email protected]>
491 S: Supported
492 F: hw/pci*
493 F: hw/piix*
494
495 ppc4xx
496 M: Alexander Graf <[email protected]>
497 L: [email protected]
498 S: Odd Fixes
499 F: hw/ppc4xx*.[hc]
500
501 ppce500
502 M: Alexander Graf <[email protected]>
503 M: Scott Wood <[email protected]>
504 L: [email protected]
505 S: Supported
506 F: hw/ppce500_*
507
508 SCSI
509 M: Paolo Bonzini <[email protected]>
510 S: Supported
511 F: hw/virtio-scsi.*
512 F: hw/scsi*
513 T: git git://github.com/bonzini/qemu.git scsi-next
514
515 LSI53C895A
516 M: Paul Brook <[email protected]>
517 S: Odd Fixes
518 F: hw/lsi53c895a.c
519
520 USB
521 M: Gerd Hoffmann <[email protected]>
522 S: Maintained
523 F: hw/usb*
524
525 VFIO
526 M: Alex Williamson <[email protected]>
527 S: Supported
528 F: hw/vfio*
529
530 vhost
531 M: Michael S. Tsirkin <[email protected]>
532 S: Supported
533 F: hw/vhost*
534
535 virtio
536 M: Anthony Liguori <[email protected]>
537 S: Supported
538 F: hw/virtio*
539
540 virtio-9p
541 M: Aneesh Kumar K.V <[email protected]>
542 S: Supported
543 F: hw/9pfs/
544 F: fsdev/
545 T: git git://github.com/kvaneesh/QEMU.git
546
547 virtio-blk
548 M: Kevin Wolf <[email protected]>
549 S: Supported
550 F: hw/virtio-blk*
551
552 virtio-serial
553 M: Amit Shah <[email protected]>
554 S: Supported
555 F: hw/virtio-serial*
556 F: hw/virtio-console*
557
558 Xilinx EDK
559 M: Peter Crosthwaite <[email protected]>
560 M: Edgar E. Iglesias <[email protected]>
561 S: Maintained
562 F: hw/xilinx_axi*
563 F: hw/xilinx_uartlite.c
564 F: hw/xilinx_intc.c
565 F: hw/xilinx_ethlite.c
566 F: hw/xilinx_timer.c
567 F: hw/xilinx.h
568
569 Subsystems
570 ----------
571 Audio
572 M: Vassili Karpov (malc) <[email protected]>
573 S: Maintained
574 F: audio/
575
576 Block
577 M: Kevin Wolf <[email protected]>
578 S: Supported
579 F: block*
580 F: block/
581
582 Character Devices
583 M: Anthony Liguori <[email protected]>
584 S: Maintained
585 F: qemu-char.c
586
587 CPU
588 M: Andreas Färber <[email protected]>
589 S: Supported
590 F: qom/cpu.c
591 F: include/qemu/cpu.h
592
593 Device Tree
594 M: Peter Crosthwaite <[email protected]>
595 M: Alexander Graf <[email protected]>
596 S: Maintained
597 F: device-tree.[ch]
598
599 GDB stub
600 M: [email protected]
601 S: Odd Fixes
602 F: gdbstub*
603 F: gdb-xml/
604
605 SPICE
606 M: Gerd Hoffmann <[email protected]>
607 S: Supported
608 F: ui/qemu-spice.h
609 F: ui/spice-*.c
610 F: audio/spiceaudio.c
611 F: hw/qxl*
612
613 Graphics
614 M: Anthony Liguori <[email protected]>
615 S: Maintained
616 F: ui/
617
618 Cocoa graphics
619 M: Andreas Färber <[email protected]>
620 S: Odd Fixes
621 F: ui/cocoa.m
622
623 Main loop
624 M: Anthony Liguori <[email protected]>
625 S: Supported
626 F: vl.c
627
628 Monitor (QMP/HMP)
629 M: Luiz Capitulino <[email protected]>
630 M: Markus Armbruster <[email protected]>
631 S: Supported
632 F: monitor.c
633
634 Network device layer
635 M: Anthony Liguori <[email protected]>
636 M: Stefan Hajnoczi <[email protected]>
637 S: Maintained
638 F: net/
639 T: git git://github.com/stefanha/qemu.git net
640
641 Network Block Device (NBD)
642 M: Paolo Bonzini <[email protected]>
643 S: Odd Fixes
644 F: block/nbd.c
645 F: nbd.*
646 F: qemu-nbd.c
647 T: git git://github.com/bonzini/qemu.git nbd-next
648
649 SLIRP
650 M: Jan Kiszka <[email protected]>
651 S: Maintained
652 F: slirp/
653 T: git git://git.kiszka.org/qemu.git queues/slirp
654
655 Tracing
656 M: Stefan Hajnoczi <[email protected]>
657 S: Maintained
658 F: trace/
659 F: scripts/tracetool.py
660 F: scripts/tracetool/
661 F: docs/tracing.txt
662 T: git git://github.com/stefanha/qemu.git tracing
663
664 Checkpatch
665 M: Blue Swirl <[email protected]>
666 S: Odd Fixes
667 F: scripts/checkpatch.pl
668
669 Usermode Emulation
670 ------------------
671 BSD user
672 M: Blue Swirl <[email protected]>
673 S: Maintained
674 F: bsd-user/
675
676 Linux user
677 M: Riku Voipio <[email protected]>
678 S: Maintained
679 F: linux-user/
680
681 Tiny Code Generator (TCG)
682 -------------------------
683 Common code
684 M: [email protected]
685 S: Maintained
686 F: tcg/
687
688 ARM target
689 M: Andrzej Zaborowski <[email protected]>
690 S: Maintained
691 F: tcg/arm/
692
693 HPPA target
694 M: Richard Henderson <[email protected]>
695 S: Maintained
696 F: tcg/hppa/
697
698 i386 target
699 M: [email protected]
700 S: Maintained
701 F: tcg/i386/
702
703 IA64 target
704 M: Aurelien Jarno <[email protected]>
705 S: Maintained
706 F: tcg/ia64/
707
708 MIPS target
709 M: Aurelien Jarno <[email protected]>
710 S: Maintained
711 F: tcg/mips/
712
713 PPC
714 M: Vassili Karpov (malc) <[email protected]>
715 S: Maintained
716 F: tcg/ppc/
717
718 PPC64 target
719 M: Vassili Karpov (malc) <[email protected]>
720 S: Maintained
721 F: tcg/ppc64/
722
723 S390 target
724 M: Alexander Graf <[email protected]>
725 M: Richard Henderson <[email protected]>
726 S: Maintained
727 F: tcg/s390/
728
729 SPARC target
730 M: Blue Swirl <[email protected]>
731 S: Maintained
732 F: tcg/sparc/
733
734 TCI target
735 M: Stefan Weil <[email protected]>
736 S: Maintained
737 F: tcg/tci/
738
739 Stable branches
740 ---------------
741 Stable 1.0
742 L: [email protected]
743 T: git git://git.qemu.org/qemu-stable-1.0.git
744 S: Orphan
745
746 Stable 0.15
747 L: [email protected]
748 T: git git://git.qemu.org/qemu-stable-0.15.git
749 S: Orphan
750
751 Stable 0.14
752 L: [email protected]
753 T: git git://git.qemu.org/qemu-stable-0.14.git
754 S: Orphan
755
756 Stable 0.10
757 L: [email protected]
758 T: git git://git.qemu.org/qemu-stable-0.10.git
759 S: Orphan
This page took 0.069669 seconds and 4 git commands to generate.