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