]> Git Repo - qemu.git/blob - MAINTAINERS
exec: pull qemu_flush_coalesced_mmio_buffer() into address_space_rw/ld*/st*
[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: Peter Maydell <[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 L: [email protected]
60
61 Guest CPU cores (TCG):
62 ----------------------
63 Overall
64 L: [email protected]
65 S: Odd fixes
66 F: cpu-exec.c
67 F: cputlb.c
68 F: softmmu_template.h
69 F: translate-all.c
70 F: include/exec/cpu_ldst.h
71 F: include/exec/cpu_ldst_template.h
72 F: include/exec/helper*.h
73
74 Alpha
75 M: Richard Henderson <[email protected]>
76 S: Maintained
77 F: target-alpha/
78 F: hw/alpha/
79 F: tests/tcg/alpha/
80
81 ARM
82 M: Peter Maydell <[email protected]>
83 S: Maintained
84 F: target-arm/
85 F: hw/arm/
86 F: hw/cpu/a*mpcore.c
87
88 CRIS
89 M: Edgar E. Iglesias <[email protected]>
90 S: Maintained
91 F: target-cris/
92 F: hw/cris/
93 F: tests/tcg/cris/
94
95 LM32
96 M: Michael Walle <[email protected]>
97 S: Maintained
98 F: target-lm32/
99 F: disas/lm32.c
100 F: hw/lm32/
101 F: hw/*/lm32_*
102 F: hw/*/milkymist-*
103 F: include/hw/char/lm32_juart.h
104 F: include/hw/lm32/
105 F: tests/tcg/lm32/
106
107 M68K
108 S: Orphan
109 F: target-m68k/
110 F: hw/m68k/
111
112 MicroBlaze
113 M: Edgar E. Iglesias <[email protected]>
114 S: Maintained
115 F: target-microblaze/
116 F: hw/microblaze/
117
118 MIPS
119 M: Aurelien Jarno <[email protected]>
120 M: Leon Alrae <[email protected]>
121 S: Maintained
122 F: target-mips/
123 F: hw/mips/
124 F: tests/tcg/mips/
125
126 Moxie
127 M: Anthony Green <[email protected]>
128 S: Maintained
129 F: target-moxie/
130
131 OpenRISC
132 M: Jia Liu <[email protected]>
133 S: Maintained
134 F: target-openrisc/
135 F: hw/openrisc/
136 F: tests/tcg/openrisc/
137
138 PowerPC
139 M: Alexander Graf <[email protected]>
140 L: [email protected]
141 S: Maintained
142 F: target-ppc/
143 F: hw/ppc/
144
145 S390
146 M: Richard Henderson <[email protected]>
147 M: Alexander Graf <[email protected]>
148 S: Maintained
149 F: target-s390x/
150 F: hw/s390x/
151
152 SH4
153 M: Aurelien Jarno <[email protected]>
154 S: Odd Fixes
155 F: target-sh4/
156 F: hw/sh4/
157
158 SPARC
159 M: Blue Swirl <[email protected]>
160 M: Mark Cave-Ayland <[email protected]>
161 S: Maintained
162 F: target-sparc/
163 F: hw/sparc/
164 F: hw/sparc64/
165
166 UniCore32
167 M: Guan Xuetao <[email protected]>
168 S: Maintained
169 F: target-unicore32/
170 F: hw/unicore32/
171
172 X86
173 M: Paolo Bonzini <[email protected]>
174 M: Richard Henderson <[email protected]>
175 M: Eduardo Habkost <[email protected]>
176 S: Maintained
177 F: target-i386/
178 F: hw/i386/
179
180 Xtensa
181 M: Max Filippov <[email protected]>
182 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
183 S: Maintained
184 F: target-xtensa/
185 F: hw/xtensa/
186 F: tests/tcg/xtensa/
187
188 TriCore
189 M: Bastian Koppelmann <[email protected]>
190 S: Maintained
191 F: target-tricore/
192 F: hw/tricore/
193
194 Guest CPU Cores (KVM):
195 ----------------------
196
197 Overall
198 M: Paolo Bonzini <[email protected]>
199 L: [email protected]
200 S: Supported
201 F: kvm-*
202 F: */kvm.*
203
204 ARM
205 M: Peter Maydell <[email protected]>
206 S: Maintained
207 F: target-arm/kvm.c
208
209 MIPS
210 M: James Hogan <[email protected]>
211 S: Maintained
212 F: target-mips/kvm.c
213
214 PPC
215 M: Alexander Graf <[email protected]>
216 S: Maintained
217 F: target-ppc/kvm.c
218
219 S390
220 M: Christian Borntraeger <[email protected]>
221 M: Cornelia Huck <[email protected]>
222 M: Alexander Graf <[email protected]>
223 S: Maintained
224 F: target-s390x/kvm.c
225 F: hw/intc/s390_flic.c
226 F: hw/intc/s390_flic_kvm.c
227 F: include/hw/s390x/s390_flic.h
228
229 X86
230 M: Paolo Bonzini <[email protected]>
231 M: Marcelo Tosatti <[email protected]>
232 L: [email protected]
233 S: Supported
234 F: target-i386/kvm.c
235
236 Guest CPU Cores (Xen):
237 ----------------------
238
239 X86
240 M: Stefano Stabellini <[email protected]>
241 L: [email protected]
242 S: Supported
243 F: xen-*
244 F: */xen*
245
246 Hosts:
247 ------
248
249 LINUX
250 L: [email protected]
251 S: Maintained
252 F: linux-*
253 F: linux-headers/
254
255 POSIX
256 L: [email protected]
257 S: Maintained
258 F: *posix*
259
260 W32, W64
261 L: [email protected]
262 M: Stefan Weil <[email protected]>
263 S: Maintained
264 F: *win32*
265
266 ARM Machines
267 ------------
268 Allwinner-a10
269 M: Li Guang <[email protected]>
270 S: Maintained
271 F: hw/*/allwinner-a10*
272 F: include/hw/*/allwinner-a10*
273 F: hw/arm/cubieboard.c
274
275 Exynos
276 M: Evgeny Voevodin <[email protected]>
277 M: Maksim Kozlov <[email protected]>
278 M: Igor Mitsyanko <[email protected]>
279 M: Dmitry Solodkiy <[email protected]>
280 S: Maintained
281 F: hw/*/exynos*
282
283 Calxeda Highbank
284 M: Rob Herring <[email protected]>
285 S: Maintained
286 F: hw/arm/highbank.c
287 F: hw/net/xgmac.c
288
289 Canon DIGIC
290 M: Antony Pavlov <[email protected]>
291 S: Maintained
292 F: include/hw/arm/digic.h
293 F: hw/*/digic*
294
295 Gumstix
296 L: [email protected]
297 S: Orphan
298 F: hw/arm/gumstix.c
299
300 i.MX31
301 M: Peter Chubb <[email protected]>
302 S: Odd fixes
303 F: hw/*/imx*
304 F: hw/arm/kzm.c
305
306 Integrator CP
307 M: Peter Maydell <[email protected]>
308 S: Maintained
309 F: hw/arm/integratorcp.c
310
311 Mainstone
312 L: [email protected]
313 S: Orphan
314 F: hw/arm/mainstone.c
315
316 Musicpal
317 M: Jan Kiszka <[email protected]>
318 S: Maintained
319 F: hw/arm/musicpal.c
320
321 nSeries
322 M: Andrzej Zaborowski <[email protected]>
323 S: Maintained
324 F: hw/arm/nseries.c
325
326 Palm
327 M: Andrzej Zaborowski <[email protected]>
328 S: Maintained
329 F: hw/arm/palm.c
330
331 Real View
332 M: Peter Maydell <[email protected]>
333 S: Maintained
334 F: hw/arm/realview*
335
336 Spitz
337 M: Andrzej Zaborowski <[email protected]>
338 S: Maintained
339 F: hw/arm/spitz.c
340
341 Stellaris
342 M: Peter Maydell <[email protected]>
343 S: Maintained
344 F: hw/*/stellaris*
345
346 Versatile PB
347 M: Peter Maydell <[email protected]>
348 S: Maintained
349 F: hw/*/versatile*
350
351 Xilinx Zynq
352 M: Peter Crosthwaite <[email protected]>
353 S: Maintained
354 F: hw/arm/xilinx_zynq.c
355 F: hw/misc/zynq_slcr.c
356 F: hw/*/cadence_*
357 F: hw/ssi/xilinx_spips.c
358
359 ARM ACPI Subsystem
360 M: Shannon Zhao <[email protected]>
361 M: Shannon Zhao <[email protected]>
362 S: Maintained
363 F: hw/arm/virt-acpi-build.c
364 F: include/hw/arm/virt-acpi-build.h
365
366 CRIS Machines
367 -------------
368 Axis Dev88
369 M: Edgar E. Iglesias <[email protected]>
370 S: Maintained
371 F: hw/cris/axis_dev88.c
372 F: hw/*/etraxfs_*.c
373
374 LM32 Machines
375 -------------
376 EVR32 and uclinux BSP
377 M: Michael Walle <[email protected]>
378 S: Maintained
379 F: hw/lm32/lm32_boards.c
380
381 milkymist
382 M: Michael Walle <[email protected]>
383 S: Maintained
384 F: hw/lm32/milkymist.c
385
386 M68K Machines
387 -------------
388 an5206
389 S: Orphan
390 F: hw/m68k/an5206.c
391
392 dummy_m68k
393 S: Orphan
394 F: hw/m68k/dummy_m68k.c
395
396 mcf5208
397 S: Orphan
398 F: hw/m68k/mcf5208.c
399
400 MicroBlaze Machines
401 -------------------
402 petalogix_s3adsp1800
403 M: Edgar E. Iglesias <[email protected]>
404 S: Maintained
405 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
406
407 petalogix_ml605
408 M: Peter Crosthwaite <[email protected]>
409 S: Maintained
410 F: hw/microblaze/petalogix_ml605_mmu.c
411
412 MIPS Machines
413 -------------
414 Jazz
415 M: HervĂ© Poussineau <[email protected]>
416 S: Maintained
417 F: hw/mips/mips_jazz.c
418
419 Malta
420 M: Aurelien Jarno <[email protected]>
421 S: Maintained
422 F: hw/mips/mips_malta.c
423
424 Mipssim
425 L: [email protected]
426 S: Orphan
427 F: hw/mips/mips_mipssim.c
428
429 R4000
430 M: Aurelien Jarno <[email protected]>
431 S: Maintained
432 F: hw/mips/mips_r4k.c
433
434 OpenRISC Machines
435 -----------------
436 or1k-sim
437 M: Jia Liu <[email protected]>
438 S: Maintained
439 F: hw/openrisc/openrisc_sim.c
440
441 PowerPC Machines
442 ----------------
443 405
444 M: Alexander Graf <[email protected]>
445 L: [email protected]
446 S: Odd Fixes
447 F: hw/ppc/ppc405_boards.c
448
449 Bamboo
450 M: Alexander Graf <[email protected]>
451 L: [email protected]
452 S: Odd Fixes
453 F: hw/ppc/ppc440_bamboo.c
454
455 e500
456 M: Alexander Graf <[email protected]>
457 M: Scott Wood <[email protected]>
458 L: [email protected]
459 S: Supported
460 F: hw/ppc/e500.[hc]
461 F: hw/ppc/e500plat.c
462
463 mpc8544ds
464 M: Alexander Graf <[email protected]>
465 M: Scott Wood <[email protected]>
466 L: [email protected]
467 S: Supported
468 F: hw/ppc/mpc8544ds.c
469 F: hw/ppc/mpc8544_guts.c
470
471 New World
472 M: Alexander Graf <[email protected]>
473 L: [email protected]
474 S: Maintained
475 F: hw/ppc/mac_newworld.c
476 F: hw/pci-host/uninorth.c
477 F: hw/pci-bridge/dec.[hc]
478 F: hw/misc/macio/
479
480 Old World
481 M: Alexander Graf <[email protected]>
482 L: [email protected]
483 S: Maintained
484 F: hw/ppc/mac_oldworld.c
485 F: hw/pci-host/grackle.c
486 F: hw/misc/macio/
487
488 PReP
489 M: Andreas Färber <[email protected]>
490 L: [email protected]
491 S: Odd Fixes
492 F: hw/ppc/prep.c
493 F: hw/pci-host/prep.[hc]
494 F: hw/isa/pc87312.[hc]
495
496 sPAPR (pseries)
497 M: David Gibson <[email protected]>
498 M: Alexander Graf <[email protected]>
499 L: [email protected]
500 S: Supported
501 F: hw/*/spapr*
502 F: include/hw/*/spapr*
503 F: hw/*/xics*
504 F: include/hw/*/xics*
505 F: pc-bios/spapr-rtas/*
506
507 virtex_ml507
508 M: Edgar E. Iglesias <[email protected]>
509 L: [email protected]
510 S: Odd Fixes
511 F: hw/ppc/virtex_ml507.c
512
513 SH4 Machines
514 ------------
515 R2D
516 M: Magnus Damm <[email protected]>
517 S: Maintained
518 F: hw/sh4/r2d.c
519
520 Shix
521 M: Magnus Damm <[email protected]>
522 S: Orphan
523 F: hw/sh4/shix.c
524
525 SPARC Machines
526 --------------
527 Sun4m
528 M: Blue Swirl <[email protected]>
529 M: Mark Cave-Ayland <[email protected]>
530 S: Maintained
531 F: hw/sparc/sun4m.c
532
533 Sun4u
534 M: Blue Swirl <[email protected]>
535 M: Mark Cave-Ayland <[email protected]>
536 S: Maintained
537 F: hw/sparc64/sun4u.c
538
539 Leon3
540 M: Fabien Chouteau <[email protected]>
541 S: Maintained
542 F: hw/sparc/leon3.c
543 F: hw/*/grlib*
544
545 S390 Machines
546 -------------
547 S390 Virtio
548 M: Alexander Graf <[email protected]>
549 S: Maintained
550 F: hw/s390x/s390-*.c
551 X: hw/s390x/*pci*.[hc]
552
553 S390 Virtio-ccw
554 M: Cornelia Huck <[email protected]>
555 M: Christian Borntraeger <[email protected]>
556 M: Alexander Graf <[email protected]>
557 S: Supported
558 F: hw/s390x/s390-virtio-ccw.c
559 F: hw/s390x/css.[hc]
560 F: hw/s390x/sclp*.[hc]
561 F: hw/s390x/ipl*.[hc]
562 F: hw/s390x/*pci*.[hc]
563 F: include/hw/s390x/
564 F: pc-bios/s390-ccw/
565 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
566
567 UniCore32 Machines
568 -------------
569 PKUnity-3 SoC initramfs-with-busybox
570 M: Guan Xuetao <[email protected]>
571 S: Maintained
572 F: hw/*/puv3*
573 F: hw/unicore32/
574
575 X86 Machines
576 ------------
577 PC
578 M: Michael S. Tsirkin <[email protected]>
579 S: Supported
580 F: include/hw/i386/
581 F: hw/i386/
582 F: hw/pci-host/piix.c
583 F: hw/pci-host/q35.c
584 F: hw/pci-host/pam.c
585 F: include/hw/pci-host/q35.h
586 F: include/hw/pci-host/pam.h
587 F: hw/isa/piix4.c
588 F: hw/isa/lpc_ich9.c
589 F: hw/i2c/smbus_ich9.c
590 F: hw/acpi/piix4.c
591 F: hw/acpi/ich9.c
592 F: include/hw/acpi/ich9.h
593 F: include/hw/acpi/piix.h
594
595
596 Xtensa Machines
597 ---------------
598 sim
599 M: Max Filippov <[email protected]>
600 S: Maintained
601 F: hw/xtensa/sim.c
602
603 XTFPGA (LX60, LX200, ML605, KC705)
604 M: Max Filippov <[email protected]>
605 S: Maintained
606 F: hw/xtensa/xtfpga.c
607 F: hw/net/opencores_eth.c
608
609 Devices
610 -------
611 EDU
612 M: Jiri Slaby <[email protected]>
613 S: Maintained
614 F: hw/misc/edu.c
615
616 IDE
617 M: John Snow <[email protected]>
618 L: [email protected]
619 S: Supported
620 F: include/hw/ide.h
621 F: hw/ide/
622 F: hw/block/block.c
623 F: hw/block/cdrom.c
624 F: hw/block/hd-geometry.c
625 F: tests/ide-test.c
626 F: tests/ahci-test.c
627 T: git git://github.com/jnsnow/qemu.git ide
628
629 Floppy
630 M: John Snow <[email protected]>
631 L: [email protected]
632 S: Supported
633 F: hw/block/fdc.c
634 F: include/hw/block/fdc.h
635 T: git git://github.com/jnsnow/qemu.git ide
636
637 OMAP
638 M: Peter Maydell <[email protected]>
639 S: Maintained
640 F: hw/*/omap*
641
642 PCI
643 M: Michael S. Tsirkin <[email protected]>
644 S: Supported
645 F: include/hw/pci/*
646 F: hw/pci/*
647 F: hw/acpi/*
648
649 ppc4xx
650 M: Alexander Graf <[email protected]>
651 L: [email protected]
652 S: Odd Fixes
653 F: hw/ppc/ppc4*.c
654
655 ppce500
656 M: Alexander Graf <[email protected]>
657 M: Scott Wood <[email protected]>
658 L: [email protected]
659 S: Supported
660 F: hw/ppc/e500*
661
662 SCSI
663 M: Paolo Bonzini <[email protected]>
664 S: Supported
665 F: include/hw/scsi*
666 F: hw/scsi/*
667 T: git git://github.com/bonzini/qemu.git scsi-next
668
669 LSI53C895A
670 S: Orphan
671 F: hw/scsi/lsi53c895a.c
672
673 SSI
674 M: Peter Crosthwaite <[email protected]>
675 S: Maintained
676 F: hw/ssi/*
677 F: hw/block/m25p80.c
678
679 USB
680 M: Gerd Hoffmann <[email protected]>
681 S: Maintained
682 F: hw/usb/*
683 F: tests/usb-*-test.c
684
685 USB (serial adapter)
686 M: Gerd Hoffmann <[email protected]>
687 M: Samuel Thibault <[email protected]>
688 S: Maintained
689 F: hw/usb/dev-serial.c
690
691 VFIO
692 M: Alex Williamson <[email protected]>
693 S: Supported
694 F: hw/vfio/*
695
696 vhost
697 M: Michael S. Tsirkin <[email protected]>
698 S: Supported
699 F: hw/*/*vhost*
700
701 virtio
702 M: Michael S. Tsirkin <[email protected]>
703 S: Supported
704 F: hw/*/virtio*
705 F: net/vhost-user.c
706
707 virtio-9p
708 M: Aneesh Kumar K.V <[email protected]>
709 S: Supported
710 F: hw/9pfs/
711 F: fsdev/
712 F: tests/virtio-9p-test.c
713 T: git git://github.com/kvaneesh/QEMU.git
714
715 virtio-blk
716 M: Stefan Hajnoczi <[email protected]>
717 L: [email protected]
718 S: Supported
719 F: hw/block/virtio-blk.c
720 F: hw/block/dataplane/*
721 F: hw/virtio/dataplane/*
722 T: git git://github.com/stefanha/qemu.git block
723
724 virtio-ccw
725 M: Cornelia Huck <[email protected]>
726 M: Christian Borntraeger <[email protected]>
727 S: Supported
728 F: hw/s390x/virtio-ccw.[hc]
729 T: git git://github.com/cohuck/qemu virtio-ccw-upstr
730
731 virtio-input
732 M: Gerd Hoffmann <[email protected]>
733 S: Maintained
734 F: hw/input/virtio-input*.c
735 F: include/hw/virtio/virtio-input.h
736
737 virtio-serial
738 M: Amit Shah <[email protected]>
739 S: Supported
740 F: hw/char/virtio-serial-bus.c
741 F: hw/char/virtio-console.c
742 F: include/hw/virtio/virtio-serial.h
743
744 virtio-rng
745 M: Amit Shah <[email protected]>
746 S: Supported
747 F: hw/virtio/virtio-rng.c
748 F: include/hw/virtio/virtio-rng.h
749 F: backends/rng*.c
750
751 nvme
752 M: Keith Busch <[email protected]>
753 L: [email protected]
754 S: Supported
755 F: hw/block/nvme*
756 F: tests/nvme-test.c
757
758 megasas
759 M: Hannes Reinecke <[email protected]>
760 L: [email protected]
761 S: Supported
762 F: hw/scsi/megasas.c
763 F: hw/scsi/mfi.h
764
765 Xilinx EDK
766 M: Peter Crosthwaite <[email protected]>
767 M: Edgar E. Iglesias <[email protected]>
768 S: Maintained
769 F: hw/*/xilinx_*
770 F: include/hw/xilinx.h
771
772 Vmware
773 M: Dmitry Fleytman <[email protected]>
774 S: Maintained
775 F: hw/net/vmxnet*
776 F: hw/scsi/vmw_pvscsi*
777
778 Rocker
779 M: Scott Feldman <[email protected]>
780 M: Jiri Pirko <[email protected]>
781 S: Maintained
782 F: hw/net/rocker/
783
784 Subsystems
785 ----------
786 Audio
787 M: Gerd Hoffmann <[email protected]>
788 S: Maintained
789 F: audio/
790 F: hw/audio/
791 F: tests/ac97-test.c
792 F: tests/es1370-test.c
793 F: tests/intel-hda-test.c
794
795 Block layer core
796 M: Kevin Wolf <[email protected]>
797 L: [email protected]
798 S: Supported
799 F: block*
800 F: block/
801 F: hw/block/
802 F: include/block/
803 F: qemu-img*
804 F: qemu-io*
805 F: tests/qemu-iotests/
806 T: git git://repo.or.cz/qemu/kevin.git block
807
808 Block I/O path
809 M: Stefan Hajnoczi <[email protected]>
810 L: [email protected]
811 S: Supported
812 F: async.c
813 F: aio-*.c
814 F: block/io.c
815 F: migration/block*
816 T: git git://github.com/stefanha/qemu.git block
817
818 Block Jobs
819 M: Jeff Cody <[email protected]>
820 L: [email protected]
821 S: Supported
822 F: blockjob.c
823 F: include/block/blockjob.h
824 F: block/backup.c
825 F: block/commit.c
826 F: block/stream.h
827 F: block/mirror.c
828 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
829
830 Block QAPI, monitor, command line
831 M: Markus Armbruster <[email protected]>
832 S: Supported
833 F: blockdev.c
834 F: block/qapi.c
835 F: qapi/block*.json
836 T: git git://repo.or.cz/qemu/armbru.git block-next
837
838 Character Devices
839 M: Paolo Bonzini <[email protected]>
840 S: Maintained
841 F: qemu-char.c
842 F: backends/msmouse.c
843 F: backends/testdev.c
844
845 Character Devices (Braille)
846 M: Samuel Thibault <[email protected]>
847 S: Maintained
848 F: backends/baum.c
849
850 Coverity model
851 M: Markus Armbruster <[email protected]>
852 S: Supported
853 F: scripts/coverity-model.c
854
855 CPU
856 M: Andreas Färber <[email protected]>
857 S: Supported
858 F: qom/cpu.c
859 F: include/qom/cpu.h
860 F: target-i386/cpu.c
861
862 ICC Bus
863 M: Igor Mammedov <[email protected]>
864 S: Supported
865 F: include/hw/cpu/icc_bus.h
866 F: hw/cpu/icc_bus.c
867
868 Device Tree
869 M: Peter Crosthwaite <[email protected]>
870 M: Alexander Graf <[email protected]>
871 S: Maintained
872 F: device_tree.[ch]
873
874 GDB stub
875 L: [email protected]
876 S: Odd Fixes
877 F: gdbstub*
878 F: gdb-xml/
879
880 Memory API
881 M: Paolo Bonzini <[email protected]>
882 S: Supported
883 F: include/exec/ioport.h
884 F: ioport.c
885 F: include/exec/memory.h
886 F: memory.c
887 F: include/exec/memory-internal.h
888 F: exec.c
889
890 SPICE
891 M: Gerd Hoffmann <[email protected]>
892 S: Supported
893 F: include/ui/qemu-spice.h
894 F: ui/spice-*.c
895 F: audio/spiceaudio.c
896 F: hw/display/qxl*
897
898 Graphics
899 M: Gerd Hoffmann <[email protected]>
900 S: Odd Fixes
901 F: ui/
902
903 Cocoa graphics
904 M: Andreas Färber <[email protected]>
905 M: Peter Maydell <[email protected]>
906 S: Odd Fixes
907 F: ui/cocoa.m
908
909 Main loop
910 M: Paolo Bonzini <[email protected]>
911 S: Maintained
912 F: cpus.c
913 F: main-loop.c
914 F: qemu-timer.c
915 F: vl.c
916
917 Human Monitor (HMP)
918 M: Luiz Capitulino <[email protected]>
919 S: Maintained
920 F: monitor.c
921 F: hmp.c
922 F: hmp-commands.hx
923 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
924
925 Network device layer
926 M: Stefan Hajnoczi <[email protected]>
927 M: Jason Wang <[email protected]>
928 S: Maintained
929 F: net/
930 T: git git://github.com/stefanha/qemu.git net
931
932 Netmap network backend
933 M: Luigi Rizzo <[email protected]>
934 M: Giuseppe Lettieri <[email protected]>
935 M: Vincenzo Maffione <[email protected]>
936 W: http://info.iet.unipi.it/~luigi/netmap/
937 S: Maintained
938 F: net/netmap.c
939
940 Network Block Device (NBD)
941 M: Paolo Bonzini <[email protected]>
942 S: Odd Fixes
943 F: block/nbd.c
944 F: nbd.*
945 F: qemu-nbd.c
946 T: git git://github.com/bonzini/qemu.git nbd-next
947
948 NUMA
949 M: Eduardo Habkost <[email protected]>
950 S: Maintained
951 F: numa.c
952 F: include/sysemu/numa.h
953 K: numa|NUMA
954 K: srat|SRAT
955 T: git git://github.com/ehabkost/qemu.git numa
956
957 QAPI
958 M: Markus Armbruster <[email protected]>
959 M: Michael Roth <[email protected]>
960 S: Supported
961 F: qapi/
962 X: qapi/*.json
963 F: tests/qapi-schema/
964 F: scripts/qapi*
965 F: docs/qapi*
966 T: git git://repo.or.cz/qemu/armbru.git qapi-next
967
968 QAPI Schema
969 M: Eric Blake <[email protected]>
970 M: Markus Armbruster <[email protected]>
971 S: Supported
972 F: qapi-schema.json
973 F: qapi/*.json
974 T: git git://repo.or.cz/qemu/armbru.git qapi-next
975
976 QObject
977 M: Luiz Capitulino <[email protected]>
978 S: Maintained
979 F: qobject/
980 T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
981
982 QEMU Guest Agent
983 M: Michael Roth <[email protected]>
984 S: Maintained
985 F: qga/
986 T: git git://github.com/mdroth/qemu.git qga
987
988 QOM
989 M: Andreas Färber <[email protected]>
990 S: Supported
991 T: git git://github.com/afaerber/qemu-cpu.git qom-next
992 F: include/qom/
993 X: include/qom/cpu.h
994 F: qom/
995 X: qom/cpu.c
996 F: tests/qom-test.c
997
998 QMP
999 M: Markus Armbruster <[email protected]>
1000 S: Supported
1001 F: qmp.c
1002 F: monitor.c
1003 F: qmp-commands.hx
1004 F: docs/qmp/
1005 F: scripts/qmp/
1006 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1007
1008 SLIRP
1009 M: Jan Kiszka <[email protected]>
1010 S: Maintained
1011 F: slirp/
1012 T: git git://git.kiszka.org/qemu.git queues/slirp
1013
1014 Tracing
1015 M: Stefan Hajnoczi <[email protected]>
1016 S: Maintained
1017 F: trace/
1018 F: scripts/tracetool.py
1019 F: scripts/tracetool/
1020 F: docs/tracing.txt
1021 T: git git://github.com/stefanha/qemu.git tracing
1022
1023 Checkpatch
1024 M: Blue Swirl <[email protected]>
1025 S: Odd Fixes
1026 F: scripts/checkpatch.pl
1027
1028 Migration
1029 M: Juan Quintela <[email protected]>
1030 M: Amit Shah <[email protected]>
1031 S: Maintained
1032 F: include/migration/
1033 F: migration/
1034 F: scripts/vmstate-static-checker.py
1035 F: tests/vmstate-static-checker-data/
1036
1037 Seccomp
1038 M: Eduardo Otubo <[email protected]>
1039 S: Supported
1040 F: qemu-seccomp.c
1041 F: include/sysemu/seccomp.h
1042
1043 Usermode Emulation
1044 ------------------
1045 Overall
1046 M: Riku Voipio <[email protected]>
1047 S: Maintained
1048 F: thunk.c
1049 F: user-exec.c
1050
1051 BSD user
1052 M: Blue Swirl <[email protected]>
1053 S: Maintained
1054 F: bsd-user/
1055
1056 Linux user
1057 M: Riku Voipio <[email protected]>
1058 S: Maintained
1059 F: linux-user/
1060
1061 Tiny Code Generator (TCG)
1062 -------------------------
1063 Common code
1064 M: Richard Henderson <[email protected]>
1065 S: Maintained
1066 F: tcg/
1067
1068 AArch64 target
1069 M: Claudio Fontana <[email protected]>
1070 M: Claudio Fontana <[email protected]>
1071 S: Maintained
1072 F: tcg/aarch64/
1073
1074 ARM target
1075 M: Andrzej Zaborowski <[email protected]>
1076 S: Maintained
1077 F: tcg/arm/
1078
1079 i386 target
1080 L: [email protected]
1081 S: Maintained
1082 F: tcg/i386/
1083
1084 IA64 target
1085 M: Aurelien Jarno <[email protected]>
1086 S: Maintained
1087 F: tcg/ia64/
1088
1089 MIPS target
1090 M: Aurelien Jarno <[email protected]>
1091 S: Maintained
1092 F: tcg/mips/
1093
1094 PPC
1095 M: Vassili Karpov (malc) <[email protected]>
1096 S: Maintained
1097 F: tcg/ppc/
1098
1099 PPC64 target
1100 M: Vassili Karpov (malc) <[email protected]>
1101 S: Maintained
1102 F: tcg/ppc64/
1103
1104 S390 target
1105 M: Alexander Graf <[email protected]>
1106 M: Richard Henderson <[email protected]>
1107 S: Maintained
1108 F: tcg/s390/
1109
1110 SPARC target
1111 M: Blue Swirl <[email protected]>
1112 S: Maintained
1113 F: tcg/sparc/
1114
1115 TCI target
1116 M: Stefan Weil <[email protected]>
1117 S: Maintained
1118 F: tcg/tci/
1119 F: tci.c
1120
1121 Stable branches
1122 ---------------
1123 Stable 1.0
1124 L: [email protected]
1125 T: git git://git.qemu-project.org/qemu-stable-1.0.git
1126 S: Orphan
1127
1128 Stable 0.15
1129 L: [email protected]
1130 M: Andreas Färber <[email protected]>
1131 T: git git://git.qemu-project.org/qemu-stable-0.15.git
1132 S: Supported
1133
1134 Stable 0.14
1135 L: [email protected]
1136 T: git git://git.qemu-project.org/qemu-stable-0.14.git
1137 S: Orphan
1138
1139 Stable 0.10
1140 L: [email protected]
1141 T: git git://git.qemu-project.org/qemu-stable-0.10.git
1142 S: Orphan
1143
1144 Block drivers
1145 -------------
1146 VMDK
1147 M: Fam Zheng <[email protected]>
1148 L: [email protected]
1149 S: Supported
1150 F: block/vmdk.c
1151
1152 RBD
1153 M: Josh Durgin <[email protected]>
1154 M: Jeff Cody <[email protected]>
1155 L: [email protected]
1156 S: Supported
1157 F: block/rbd.c
1158 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1159
1160 Sheepdog
1161 M: Hitoshi Mitake <[email protected]>
1162 M: Liu Yuan <[email protected]>
1163 M: Jeff Cody <[email protected]>
1164 L: [email protected]
1165 L: [email protected]
1166 S: Supported
1167 F: block/sheepdog.c
1168 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1169
1170 VHDX
1171 M: Jeff Cody <[email protected]>
1172 L: [email protected]
1173 S: Supported
1174 F: block/vhdx*
1175 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1176
1177 VDI
1178 M: Stefan Weil <[email protected]>
1179 L: [email protected]
1180 S: Maintained
1181 F: block/vdi.c
1182
1183 iSCSI
1184 M: Ronnie Sahlberg <[email protected]>
1185 M: Paolo Bonzini <[email protected]>
1186 M: Peter Lieven <[email protected]>
1187 L: [email protected]
1188 S: Supported
1189 F: block/iscsi.c
1190
1191 NFS
1192 M: Jeff Cody <[email protected]>
1193 M: Peter Lieven <[email protected]>
1194 L: [email protected]
1195 S: Maintained
1196 F: block/nfs.c
1197 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1198
1199 SSH
1200 M: Richard W.M. Jones <[email protected]>
1201 M: Jeff Cody <[email protected]>
1202 L: [email protected]
1203 S: Supported
1204 F: block/ssh.c
1205 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1206
1207 ARCHIPELAGO
1208 M: Chrysostomos Nanakos <[email protected]>
1209 M: Jeff Cody <[email protected]>
1210 L: [email protected]
1211 S: Maintained
1212 F: block/archipelago.c
1213 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1214
1215 CURL
1216 M: Jeff Cody <[email protected]>
1217 L: [email protected]
1218 S: Supported
1219 F: block/curl.c
1220 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1221
1222 GLUSTER
1223 M: Jeff Cody <[email protected]>
1224 L: [email protected]
1225 S: Supported
1226 F: block/gluster.c
1227 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1228
1229 Null Block Driver
1230 M: Fam Zheng <[email protected]>
1231 L: [email protected]
1232 S: Supported
1233 F: block/null.c
1234
1235 Bootdevice
1236 M: Gonglei <[email protected]>
1237 S: Maintained
1238 F: bootdevice.c
1239
1240 Quorum
1241 M: Alberto Garcia <[email protected]>
1242 S: Supported
1243 F: block/quorum.c
1244 L: [email protected]
1245
1246 blkverify
1247 M: Stefan Hajnoczi <[email protected]>
1248 L: [email protected]
1249 S: Supported
1250 F: block/blkverify.c
1251
1252 bochs
1253 M: Stefan Hajnoczi <[email protected]>
1254 L: [email protected]
1255 S: Supported
1256 F: block/bochs.c
1257
1258 cloop
1259 M: Stefan Hajnoczi <[email protected]>
1260 L: [email protected]
1261 S: Supported
1262 F: block/cloop.c
1263
1264 dmg
1265 M: Stefan Hajnoczi <[email protected]>
1266 L: [email protected]
1267 S: Supported
1268 F: block/dmg.c
1269
1270 parallels
1271 M: Stefan Hajnoczi <[email protected]>
1272 L: [email protected]
1273 S: Supported
1274 F: block/parallels.c
1275
1276 qed
1277 M: Stefan Hajnoczi <[email protected]>
1278 L: [email protected]
1279 S: Supported
1280 F: block/qed.c
1281
1282 raw
1283 M: Kevin Wolf <[email protected]>
1284 L: [email protected]
1285 S: Supported
1286 F: block/linux-aio.c
1287 F: block/raw-aio.h
1288 F: block/raw-posix.c
1289 F: block/raw-win32.c
1290 F: block/raw_bsd.c
1291 F: block/win32-aio.c
1292
1293 qcow2
1294 M: Kevin Wolf <[email protected]>
1295 L: [email protected]
1296 S: Supported
1297 F: block/qcow2*
1298
1299 qcow
1300 M: Kevin Wolf <[email protected]>
1301 L: [email protected]
1302 S: Supported
1303 F: block/qcow.c
1304
1305 blkdebug
1306 M: Kevin Wolf <[email protected]>
1307 L: [email protected]
1308 S: Supported
1309 F: block/blkdebug.c
1310
1311 vpc
1312 M: Kevin Wolf <[email protected]>
1313 L: [email protected]
1314 S: Supported
1315 F: block/vpc.c
1316
1317 vvfat
1318 M: Kevin Wolf <[email protected]>
1319 L: [email protected]
1320 S: Supported
1321 F: block/vvfat.c
1322
1323 Image format fuzzer
1324 M: Stefan Hajnoczi <[email protected]>
1325 L: [email protected]
1326 S: Supported
1327 F: tests/image-fuzzer/
This page took 0.093457 seconds and 4 git commands to generate.