]> Git Repo - qemu.git/blob - MAINTAINERS
target-ppc: Bug Fix: mullw
[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 Subsystems
688 ----------
689 Audio
690 M: Vassili Karpov (malc) <[email protected]>
691 M: Gerd Hoffmann <[email protected]>
692 S: Maintained
693 F: audio/
694 F: hw/audio/
695 F: tests/ac97-test.c
696 F: tests/es1370-test.c
697 F: tests/intel-hda-test.c
698
699 Block
700 M: Kevin Wolf <[email protected]>
701 M: Stefan Hajnoczi <[email protected]>
702 S: Supported
703 F: block*
704 F: block/
705 F: hw/block/
706 F: qemu-img*
707 F: qemu-io*
708 T: git git://repo.or.cz/qemu/kevin.git block
709 T: git git://github.com/stefanha/qemu.git block
710
711 Character Devices
712 M: Anthony Liguori <[email protected]>
713 S: Maintained
714 F: qemu-char.c
715
716 CPU
717 M: Andreas Färber <[email protected]>
718 S: Supported
719 F: qom/cpu.c
720 F: include/qom/cpu.h
721 F: target-i386/cpu.c
722
723 ICC Bus
724 M: Igor Mammedov <[email protected]>
725 S: Supported
726 F: include/hw/cpu/icc_bus.h
727 F: hw/cpu/icc_bus.c
728
729 Device Tree
730 M: Peter Crosthwaite <[email protected]>
731 M: Alexander Graf <[email protected]>
732 S: Maintained
733 F: device_tree.[ch]
734
735 GDB stub
736 M: [email protected]
737 S: Odd Fixes
738 F: gdbstub*
739 F: gdb-xml/
740
741 Memory API
742 M: Paolo Bonzini <[email protected]>
743 S: Supported
744 F: include/exec/ioport.h
745 F: ioport.c
746 F: include/exec/memory.h
747 F: memory.c
748 F: include/exec/memory-internal.h
749 F: exec.c
750
751 SPICE
752 M: Gerd Hoffmann <[email protected]>
753 S: Supported
754 F: include/ui/qemu-spice.h
755 F: ui/spice-*.c
756 F: audio/spiceaudio.c
757 F: hw/display/qxl*
758
759 Graphics
760 M: Anthony Liguori <[email protected]>
761 M: Gerd Hoffmann <[email protected]>
762 S: Odd Fixes
763 F: ui/
764
765 Cocoa graphics
766 M: Andreas Färber <[email protected]>
767 M: Peter Maydell <[email protected]>
768 S: Odd Fixes
769 F: ui/cocoa.m
770
771 Main loop
772 M: Anthony Liguori <[email protected]>
773 S: Supported
774 F: vl.c
775
776 Human Monitor (HMP)
777 M: Luiz Capitulino <[email protected]>
778 S: Maintained
779 F: monitor.c
780 F: hmp.c
781 F: hmp-commands.hx
782 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
783
784 Network device layer
785 M: Anthony Liguori <[email protected]>
786 M: Stefan Hajnoczi <[email protected]>
787 S: Maintained
788 F: net/
789 T: git git://github.com/stefanha/qemu.git net
790
791 Netmap network backend
792 M: Luigi Rizzo <[email protected]>
793 M: Giuseppe Lettieri <[email protected]>
794 M: Vincenzo Maffione <[email protected]>
795 W: http://info.iet.unipi.it/~luigi/netmap/
796 S: Maintained
797 F: net/netmap.c
798
799 Network Block Device (NBD)
800 M: Paolo Bonzini <[email protected]>
801 S: Odd Fixes
802 F: block/nbd.c
803 F: nbd.*
804 F: qemu-nbd.c
805 T: git git://github.com/bonzini/qemu.git nbd-next
806
807 QAPI
808 M: Luiz Capitulino <[email protected]>
809 M: Michael Roth <[email protected]>
810 S: Maintained
811 F: qapi/
812 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
813
814 QAPI Schema
815 M: Eric Blake <[email protected]>
816 M: Luiz Capitulino <[email protected]>
817 M: Markus Armbruster <[email protected]>
818 S: Supported
819 F: qapi-schema.json
820 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
821
822 QOM
823 M: Anthony Liguori <[email protected]>
824 M: Andreas Färber <[email protected]>
825 S: Supported
826 T: git git://github.com/afaerber/qemu-cpu.git qom-next
827 F: include/qom/
828 X: include/qom/cpu.h
829 F: qom/
830 X: qom/cpu.c
831 F: tests/qom-test.c
832
833 QMP
834 M: Luiz Capitulino <[email protected]>
835 S: Maintained
836 F: qmp.c
837 F: monitor.c
838 F: qmp-commands.hx
839 F: QMP/
840 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
841
842 SLIRP
843 M: Jan Kiszka <[email protected]>
844 S: Maintained
845 F: slirp/
846 T: git git://git.kiszka.org/qemu.git queues/slirp
847
848 Tracing
849 M: Stefan Hajnoczi <[email protected]>
850 S: Maintained
851 F: trace/
852 F: scripts/tracetool.py
853 F: scripts/tracetool/
854 F: docs/tracing.txt
855 T: git git://github.com/stefanha/qemu.git tracing
856
857 Checkpatch
858 M: Blue Swirl <[email protected]>
859 S: Odd Fixes
860 F: scripts/checkpatch.pl
861
862 Seccomp
863 M: Eduardo Otubo <[email protected]>
864 S: Supported
865 F: qemu-seccomp.c
866 F: include/sysemu/seccomp.h
867
868 Usermode Emulation
869 ------------------
870 BSD user
871 M: Blue Swirl <[email protected]>
872 S: Maintained
873 F: bsd-user/
874
875 Linux user
876 M: Riku Voipio <[email protected]>
877 S: Maintained
878 F: linux-user/
879
880 Tiny Code Generator (TCG)
881 -------------------------
882 Common code
883 M: [email protected]
884 M: Richard Henderson <[email protected]>
885 S: Maintained
886 F: tcg/
887
888 AArch64 target
889 M: Claudio Fontana <[email protected]>
890 M: Claudio Fontana <[email protected]>
891 S: Maintained
892 F: tcg/aarch64/
893
894 ARM target
895 M: Andrzej Zaborowski <[email protected]>
896 S: Maintained
897 F: tcg/arm/
898
899 i386 target
900 M: [email protected]
901 S: Maintained
902 F: tcg/i386/
903
904 IA64 target
905 M: Aurelien Jarno <[email protected]>
906 S: Maintained
907 F: tcg/ia64/
908
909 MIPS target
910 M: Aurelien Jarno <[email protected]>
911 S: Maintained
912 F: tcg/mips/
913
914 PPC
915 M: Vassili Karpov (malc) <[email protected]>
916 S: Maintained
917 F: tcg/ppc/
918
919 PPC64 target
920 M: Vassili Karpov (malc) <[email protected]>
921 S: Maintained
922 F: tcg/ppc64/
923
924 S390 target
925 M: Alexander Graf <[email protected]>
926 M: Richard Henderson <[email protected]>
927 S: Maintained
928 F: tcg/s390/
929
930 SPARC target
931 M: Blue Swirl <[email protected]>
932 S: Maintained
933 F: tcg/sparc/
934
935 TCI target
936 M: Stefan Weil <[email protected]>
937 S: Maintained
938 F: tcg/tci/
939 F: tci.c
940
941 Stable branches
942 ---------------
943 Stable 1.0
944 L: [email protected]
945 T: git git://git.qemu-project.org/qemu-stable-1.0.git
946 S: Orphan
947
948 Stable 0.15
949 L: [email protected]
950 M: Andreas Färber <[email protected]>
951 T: git git://git.qemu-project.org/qemu-stable-0.15.git
952 S: Supported
953
954 Stable 0.14
955 L: [email protected]
956 T: git git://git.qemu-project.org/qemu-stable-0.14.git
957 S: Orphan
958
959 Stable 0.10
960 L: [email protected]
961 T: git git://git.qemu-project.org/qemu-stable-0.10.git
962 S: Orphan
963
964 Block drivers
965 -------------
966 VMDK
967 M: Fam Zheng <[email protected]>
968 S: Supported
969 F: block/vmdk.c
970
971 RBD
972 M: Josh Durgin <[email protected]>
973 S: Supported
974 F: block/rbd.c
975
976 Sheepdog
977 M: MORITA Kazutaka <[email protected]>
978 M: Liu Yuan <[email protected]>
979 L: [email protected]
980 S: Supported
981 F: block/sheepdog.c
982
983 VHDX
984 M: Jeff Cody <[email protected]>
985 S: Supported
986 F: block/vhdx*
987
988 VDI
989 M: Stefan Weil <[email protected]>
990 S: Maintained
991 F: block/vdi.c
992
993 iSCSI
994 M: Ronnie Sahlberg <[email protected]>
995 M: Paolo Bonzini <[email protected]>
996 M: Peter Lieven <[email protected]>
997 S: Supported
998 F: block/iscsi.c
999
1000 NFS
1001 M: Peter Lieven <[email protected]>
1002 S: Maintained
1003 F: block/nfs.c
1004
1005 SSH
1006 M: Richard W.M. Jones <[email protected]>
1007 S: Supported
1008 F: block/ssh.c
1009
1010 ARCHIPELAGO
1011 M: Chrysostomos Nanakos <[email protected]>
1012 M: Chrysostomos Nanakos <[email protected]>
1013 S: Maintained
1014 F: block/archipelago.c
This page took 0.077675 seconds and 4 git commands to generate.