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