]> Git Repo - qemu.git/blob - MAINTAINERS
MAINTAINERS: add missing SSI entries
[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         R: Designated reviewer: FullName <address@domain>
16            These reviewers should be CCed on patches.
17         L: Mailing list that is relevant to this area
18         W: Web-page with status/info
19         Q: Patchwork web based patch tracking system site
20         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
21         S: Status, one of the following:
22            Supported:   Someone is actually paid to look after this.
23            Maintained:  Someone actually looks after it.
24            Odd Fixes:   It has a maintainer but they don't have time to do
25                         much other than throw the odd patch in. See below.
26            Orphan:      No current maintainer [but maybe you could take the
27                         role as you write your new code].
28            Obsolete:    Old code. Something tagged obsolete generally means
29                         it has been replaced by a better system and you
30                         should be using that.
31         F: Files and directories with wildcard patterns.
32            A trailing slash includes all files and subdirectory files.
33            F:   drivers/net/    all files in and below drivers/net
34            F:   drivers/net/*   all files in drivers/net, but not below
35            F:   */net/*         all files in "any top level directory"/net
36            One pattern per line.  Multiple F: lines acceptable.
37         X: Files and directories that are NOT maintained, same rules as F:
38            Files exclusions are tested before file matches.
39            Can be useful for excluding a specific subdirectory, for instance:
40            F:   net/
41            X:   net/ipv6/
42            matches all files in and below net excluding net/ipv6/
43         K: Keyword perl extended regex pattern to match content in a
44            patch or file.  For instance:
45            K: of_get_profile
46               matches patches or files that contain "of_get_profile"
47            K: \b(printk|pr_(info|err))\b
48               matches patches or files that contain one or more of the words
49               printk, pr_info or pr_err
50            One regex pattern per line.  Multiple K: lines acceptable.
51
52
53 General Project Administration
54 ------------------------------
55 M: Peter Maydell <[email protected]>
56
57 All patches CC here
58 L: [email protected]
59 F: *
60 F: */
61
62 Responsible Disclosure, Reporting Security Issues
63 ------------------------------
64 W: http://wiki.qemu.org/SecurityProcess
65 M: Michael S. Tsirkin <[email protected]>
66 L: [email protected]
67
68 Trivial patches
69 ---------------
70 Trivial patches
71 M: Michael Tokarev <[email protected]>
72 M: Laurent Vivier <[email protected]>
73 S: Maintained
74 L: [email protected]
75 K: ^Subject:.*(?i)trivial
76 T: git git://git.corpit.ru/qemu.git trivial-patches
77 T: git git://github.com/vivier/qemu.git trivial-patches
78
79 Guest CPU cores (TCG):
80 ----------------------
81 Overall
82 L: [email protected]
83 M: Paolo Bonzini <[email protected]>
84 M: Peter Crosthwaite <[email protected]>
85 M: Richard Henderson <[email protected]>
86 S: Maintained
87 F: cpus.c
88 F: exec.c
89 F: accel/tcg/
90 F: include/exec/cpu*.h
91 F: include/exec/exec-all.h
92 F: include/exec/helper*.h
93 F: include/exec/tb-hash.h
94 F: include/sysemu/cpus.h
95
96 FPU emulation
97 M: Aurelien Jarno <[email protected]>
98 M: Peter Maydell <[email protected]>
99 S: Odd Fixes
100 F: fpu/
101 F: include/fpu/
102
103 Alpha
104 M: Richard Henderson <[email protected]>
105 S: Maintained
106 F: target/alpha/
107 F: hw/alpha/
108 F: tests/tcg/alpha/
109 F: disas/alpha.c
110
111 ARM
112 M: Peter Maydell <[email protected]>
113 L: [email protected]
114 S: Maintained
115 F: target/arm/
116 F: hw/arm/
117 F: hw/cpu/a*mpcore.c
118 F: include/hw/cpu/a*mpcore.h
119 F: disas/arm.c
120 F: disas/arm-a64.cc
121 F: disas/libvixl/
122
123 CRIS
124 M: Edgar E. Iglesias <[email protected]>
125 S: Maintained
126 F: target/cris/
127 F: hw/cris/
128 F: include/hw/cris/
129 F: tests/tcg/cris/
130 F: disas/cris.c
131
132 HPPA (PA-RISC)
133 M: Richard Henderson <[email protected]>
134 S: Maintained
135 F: target/hppa/
136 F: disas/hppa.c
137
138 LM32
139 M: Michael Walle <[email protected]>
140 S: Maintained
141 F: target/lm32/
142 F: disas/lm32.c
143 F: hw/lm32/
144 F: hw/*/lm32_*
145 F: hw/*/milkymist-*
146 F: include/hw/char/lm32_juart.h
147 F: include/hw/lm32/
148 F: tests/tcg/lm32/
149
150 M68K
151 M: Laurent Vivier <[email protected]>
152 S: Maintained
153 F: target/m68k/
154 F: disas/m68k.c
155
156 MicroBlaze
157 M: Edgar E. Iglesias <[email protected]>
158 S: Maintained
159 F: target/microblaze/
160 F: hw/microblaze/
161 F: disas/microblaze.c
162
163 MIPS
164 M: Aurelien Jarno <[email protected]>
165 M: Yongbok Kim <[email protected]>
166 S: Maintained
167 F: target/mips/
168 F: hw/mips/
169 F: hw/misc/mips_*
170 F: hw/intc/mips_gic.c
171 F: hw/timer/mips_gictimer.c
172 F: include/hw/mips/
173 F: include/hw/misc/mips_*
174 F: include/hw/intc/mips_gic.h
175 F: include/hw/timer/mips_gictimer.h
176 F: tests/tcg/mips/
177 F: disas/mips.c
178
179 Moxie
180 M: Anthony Green <[email protected]>
181 S: Maintained
182 F: target/moxie/
183 F: disas/moxie.c
184 F: hw/moxie/
185 F: default-configs/moxie-softmmu.mak
186
187 NiosII
188 M: Chris Wulff <[email protected]>
189 M: Marek Vasut <[email protected]>
190 S: Maintained
191 F: target/nios2/
192 F: hw/nios2/
193 F: disas/nios2.c
194
195 OpenRISC
196 M: Stafford Horne <[email protected]>
197 S: Odd Fixes
198 F: target/openrisc/
199 F: hw/openrisc/
200 F: tests/tcg/openrisc/
201
202 PowerPC
203 M: David Gibson <[email protected]>
204 M: Alexander Graf <[email protected]>
205 L: [email protected]
206 S: Maintained
207 F: target/ppc/
208 F: hw/ppc/
209 F: include/hw/ppc/
210 F: disas/ppc.c
211
212 S390
213 M: Richard Henderson <[email protected]>
214 M: Alexander Graf <[email protected]>
215 S: Maintained
216 F: target/s390x/
217 F: hw/s390x/
218 F: disas/s390.c
219
220 SH4
221 M: Aurelien Jarno <[email protected]>
222 S: Odd Fixes
223 F: target/sh4/
224 F: hw/sh4/
225 F: disas/sh4.c
226 F: include/hw/sh4/
227
228 SPARC
229 M: Mark Cave-Ayland <[email protected]>
230 M: Artyom Tarasenko <[email protected]>
231 S: Maintained
232 F: target/sparc/
233 F: hw/sparc/
234 F: hw/sparc64/
235 F: disas/sparc.c
236
237 UniCore32
238 M: Guan Xuetao <[email protected]>
239 S: Maintained
240 F: target/unicore32/
241 F: hw/unicore32/
242 F: include/hw/unicore32/
243
244 X86
245 M: Paolo Bonzini <[email protected]>
246 M: Richard Henderson <[email protected]>
247 M: Eduardo Habkost <[email protected]>
248 S: Maintained
249 F: target/i386/
250 F: hw/i386/
251 F: disas/i386.c
252 T: git git://github.com/ehabkost/qemu.git x86-next
253
254 Xtensa
255 M: Max Filippov <[email protected]>
256 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
257 S: Maintained
258 F: target/xtensa/
259 F: hw/xtensa/
260 F: tests/tcg/xtensa/
261
262 TriCore
263 M: Bastian Koppelmann <[email protected]>
264 S: Maintained
265 F: target/tricore/
266 F: hw/tricore/
267 F: include/hw/tricore/
268
269 Guest CPU Cores (KVM):
270 ----------------------
271
272 Overall
273 M: Paolo Bonzini <[email protected]>
274 L: [email protected]
275 S: Supported
276 F: */kvm.*
277 F: accel/kvm/
278 F: include/sysemu/kvm*.h
279
280 ARM
281 M: Peter Maydell <[email protected]>
282 L: [email protected]
283 S: Maintained
284 F: target/arm/kvm.c
285
286 MIPS
287 M: James Hogan <[email protected]>
288 S: Maintained
289 F: target/mips/kvm.c
290
291 PPC
292 M: Alexander Graf <[email protected]>
293 S: Maintained
294 F: target/ppc/kvm.c
295
296 S390
297 M: Christian Borntraeger <[email protected]>
298 M: Cornelia Huck <[email protected]>
299 M: Alexander Graf <[email protected]>
300 S: Maintained
301 F: target/s390x/kvm.c
302 F: target/s390x/ioinst.[ch]
303 F: target/s390x/machine.c
304 F: hw/intc/s390_flic.c
305 F: hw/intc/s390_flic_kvm.c
306 F: include/hw/s390x/s390_flic.h
307 F: gdb-xml/s390*.xml
308 T: git git://github.com/cohuck/qemu.git s390-next
309 T: git git://github.com/borntraeger/qemu.git s390-next
310
311 X86
312 M: Paolo Bonzini <[email protected]>
313 M: Marcelo Tosatti <[email protected]>
314 L: [email protected]
315 S: Supported
316 F: target/i386/kvm.c
317
318 Guest CPU Cores (Xen):
319 ----------------------
320
321 X86
322 M: Stefano Stabellini <[email protected]>
323 M: Anthony Perard <[email protected]>
324 L: [email protected]
325 S: Supported
326 F: */xen*
327 F: hw/9pfs/xen-9p-backend.c
328 F: hw/char/xen_console.c
329 F: hw/display/xenfb.c
330 F: hw/net/xen_nic.c
331 F: hw/block/xen_*
332 F: hw/xen/
333 F: hw/xenpv/
334 F: hw/i386/xen/
335 F: include/hw/xen/
336 F: include/sysemu/xen-mapcache.h
337
338 Hosts:
339 ------
340
341 LINUX
342 L: [email protected]
343 S: Maintained
344 F: linux-*
345 F: linux-headers/
346
347 POSIX
348 L: [email protected]
349 S: Maintained
350 F: *posix*
351
352 NETBSD
353 L: [email protected]
354 M: Kamil Rytarowski <[email protected]>
355 S: Maintained
356 K: ^Subject:.*(?i)NetBSD
357
358 W32, W64
359 L: [email protected]
360 M: Stefan Weil <[email protected]>
361 S: Maintained
362 F: *win32*
363 F: */*win32*
364 F: include/*/*win32*
365 X: qga/*win32*
366 F: qemu.nsi
367
368 ARM Machines
369 ------------
370 Allwinner-a10
371 M: Beniamino Galvani <[email protected]>
372 L: [email protected]
373 S: Maintained
374 F: hw/*/allwinner*
375 F: include/hw/*/allwinner*
376 F: hw/arm/cubieboard.c
377
378 ARM PrimeCell and CMSDK devices
379 M: Peter Maydell <[email protected]>
380 L: [email protected]
381 S: Maintained
382 F: hw/char/pl011.c
383 F: include/hw/char/pl011.h
384 F: hw/display/pl110*
385 F: hw/dma/pl080.c
386 F: hw/dma/pl330.c
387 F: hw/gpio/pl061.c
388 F: hw/input/pl050.c
389 F: hw/intc/pl190.c
390 F: hw/sd/pl181.c
391 F: hw/timer/pl031.c
392 F: include/hw/arm/primecell.h
393 F: hw/timer/cmsdk-apb-timer.c
394 F: include/hw/timer/cmsdk-apb-timer.h
395 F: hw/char/cmsdk-apb-uart.c
396 F: include/hw/char/cmsdk-apb-uart.h
397
398 ARM cores
399 M: Peter Maydell <[email protected]>
400 L: [email protected]
401 S: Maintained
402 F: hw/intc/arm*
403 F: hw/intc/gic_internal.h
404 F: hw/misc/a9scu.c
405 F: hw/misc/arm11scu.c
406 F: hw/timer/a9gtimer*
407 F: hw/timer/arm*
408 F: include/hw/arm/arm*.h
409 F: include/hw/intc/arm*
410 F: include/hw/misc/a9scu.h
411 F: include/hw/misc/arm11scu.h
412 F: include/hw/timer/a9gtimer.h
413 F: include/hw/timer/arm_mptimer.h
414 F: include/hw/timer/armv7m_systick.h
415 F: tests/test-arm-mptimer.c
416
417 Exynos
418 M: Igor Mitsyanko <[email protected]>
419 L: [email protected]
420 S: Maintained
421 F: hw/*/exynos*
422 F: include/hw/arm/exynos4210.h
423
424 Calxeda Highbank
425 M: Rob Herring <[email protected]>
426 L: [email protected]
427 S: Maintained
428 F: hw/arm/highbank.c
429 F: hw/net/xgmac.c
430
431 Canon DIGIC
432 M: Antony Pavlov <[email protected]>
433 L: [email protected]
434 S: Maintained
435 F: include/hw/arm/digic.h
436 F: hw/*/digic*
437
438 Gumstix
439 L: [email protected]
440 L: [email protected]
441 S: Orphan
442 F: hw/arm/gumstix.c
443
444 i.MX31
445 M: Peter Chubb <[email protected]>
446 L: [email protected]
447 S: Odd fixes
448 F: hw/*/imx*
449 F: include/hw/*/imx*
450 F: hw/arm/kzm.c
451 F: include/hw/arm/fsl-imx31.h
452
453 Integrator CP
454 M: Peter Maydell <[email protected]>
455 L: [email protected]
456 S: Maintained
457 F: hw/arm/integratorcp.c
458 F: hw/misc/arm_integrator_debug.c
459
460 MPS2
461 M: Peter Maydell <[email protected]>
462 L: [email protected]
463 S: Maintained
464 F: hw/arm/mps2.c
465 F: hw/misc/mps2-scc.c
466 F: include/hw/misc/mps2-scc.h
467
468 Musicpal
469 M: Jan Kiszka <[email protected]>
470 L: [email protected]
471 S: Maintained
472 F: hw/arm/musicpal.c
473
474 nSeries
475 M: Andrzej Zaborowski <[email protected]>
476 L: [email protected]
477 S: Maintained
478 F: hw/arm/nseries.c
479
480 Palm
481 M: Andrzej Zaborowski <[email protected]>
482 L: [email protected]
483 S: Maintained
484 F: hw/arm/palm.c
485
486 Real View
487 M: Peter Maydell <[email protected]>
488 L: [email protected]
489 S: Maintained
490 F: hw/arm/realview*
491 F: hw/cpu/realview_mpcore.c
492 F: hw/intc/realview_gic.c
493 F: include/hw/intc/realview_gic.h
494
495 PXA2XX
496 M: Andrzej Zaborowski <[email protected]>
497 L: [email protected]
498 S: Maintained
499 F: hw/arm/mainstone.c
500 F: hw/arm/spitz.c
501 F: hw/arm/tosa.c
502 F: hw/arm/z2.c
503 F: hw/*/pxa2xx*
504 F: hw/misc/mst_fpga.c
505 F: include/hw/arm/pxa.h
506
507 Stellaris
508 M: Peter Maydell <[email protected]>
509 L: [email protected]
510 S: Maintained
511 F: hw/*/stellaris*
512
513 Versatile PB
514 M: Peter Maydell <[email protected]>
515 L: [email protected]
516 S: Maintained
517 F: hw/*/versatile*
518 F: hw/misc/arm_sysctl.c
519
520 Xilinx Zynq
521 M: Edgar E. Iglesias <[email protected]>
522 M: Alistair Francis <[email protected]>
523 L: [email protected]
524 S: Maintained
525 F: hw/*/xilinx_*
526 F: hw/*/cadence_*
527 F: hw/misc/zynq*
528 F: include/hw/misc/zynq*
529 X: hw/ssi/xilinx_*
530
531 Xilinx ZynqMP
532 M: Alistair Francis <[email protected]>
533 M: Edgar E. Iglesias <[email protected]>
534 L: [email protected]
535 S: Maintained
536 F: hw/*/xlnx*.c
537 F: include/hw/*/xlnx*.h
538
539 ARM ACPI Subsystem
540 M: Shannon Zhao <[email protected]>
541 M: Shannon Zhao <[email protected]>
542 L: [email protected]
543 S: Maintained
544 F: hw/arm/virt-acpi-build.c
545
546 STM32F205
547 M: Alistair Francis <[email protected]>
548 S: Maintained
549 F: hw/arm/stm32f205_soc.c
550 F: hw/misc/stm32f2xx_syscfg.c
551 F: hw/char/stm32f2xx_usart.c
552 F: hw/timer/stm32f2xx_timer.c
553 F: hw/adc/*
554 F: hw/ssi/stm32f2xx_spi.c
555 F: include/hw/*/stm32*.h
556
557 Netduino 2
558 M: Alistair Francis <[email protected]>
559 S: Maintained
560 F: hw/arm/netduino2.c
561
562 CRIS Machines
563 -------------
564 Axis Dev88
565 M: Edgar E. Iglesias <[email protected]>
566 S: Maintained
567 F: hw/cris/axis_dev88.c
568 F: hw/*/etraxfs_*.c
569
570 LM32 Machines
571 -------------
572 EVR32 and uclinux BSP
573 M: Michael Walle <[email protected]>
574 S: Maintained
575 F: hw/lm32/lm32_boards.c
576
577 milkymist
578 M: Michael Walle <[email protected]>
579 S: Maintained
580 F: hw/lm32/milkymist.c
581
582 M68K Machines
583 -------------
584 an5206
585 M: Thomas Huth <[email protected]>
586 S: Odd Fixes
587 F: hw/m68k/an5206.c
588 F: hw/m68k/mcf5206.c
589
590 mcf5208
591 M: Thomas Huth <[email protected]>
592 S: Odd Fixes
593 F: hw/m68k/mcf5208.c
594 F: hw/m68k/mcf_intc.c
595 F: hw/char/mcf_uart.c
596 F: hw/net/mcf_fec.c
597 F: include/hw/m68k/mcf*.h
598
599 MicroBlaze Machines
600 -------------------
601 petalogix_s3adsp1800
602 M: Edgar E. Iglesias <[email protected]>
603 S: Maintained
604 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
605
606 petalogix_ml605
607 M: Edgar E. Iglesias <[email protected]>
608 S: Maintained
609 F: hw/microblaze/petalogix_ml605_mmu.c
610
611 MIPS Machines
612 -------------
613 Jazz
614 M: Hervé Poussineau <[email protected]>
615 S: Maintained
616 F: hw/mips/mips_jazz.c
617
618 Malta
619 M: Aurelien Jarno <[email protected]>
620 S: Maintained
621 F: hw/mips/mips_malta.c
622
623 Mipssim
624 M: Yongbok Kim <[email protected]>
625 S: Odd Fixes
626 F: hw/mips/mips_mipssim.c
627 F: hw/net/mipsnet.c
628
629 R4000
630 M: Aurelien Jarno <[email protected]>
631 S: Maintained
632 F: hw/mips/mips_r4k.c
633
634 Fulong 2E
635 M: Yongbok Kim <[email protected]>
636 S: Odd Fixes
637 F: hw/mips/mips_fulong2e.c
638
639 Boston
640 M: Paul Burton <[email protected]>
641 S: Maintained
642 F: hw/core/loader-fit.c
643 F: hw/mips/boston.c
644 F: hw/pci-host/xilinx-pcie.c
645
646 OpenRISC Machines
647 -----------------
648 or1k-sim
649 M: Jia Liu <[email protected]>
650 S: Maintained
651 F: hw/openrisc/openrisc_sim.c
652
653 PowerPC Machines
654 ----------------
655 405
656 M: Alexander Graf <[email protected]>
657 L: [email protected]
658 S: Odd Fixes
659 F: hw/ppc/ppc405_boards.c
660
661 Bamboo
662 M: Alexander Graf <[email protected]>
663 L: [email protected]
664 S: Odd Fixes
665 F: hw/ppc/ppc440_bamboo.c
666
667 e500
668 M: Alexander Graf <[email protected]>
669 L: [email protected]
670 S: Supported
671 F: hw/ppc/e500.[hc]
672 F: hw/ppc/e500plat.c
673 F: include/hw/ppc/ppc_e500.h
674 F: include/hw/pci-host/ppce500.h
675 F: pc-bios/u-boot.e500
676
677 mpc8544ds
678 M: Alexander Graf <[email protected]>
679 L: [email protected]
680 S: Supported
681 F: hw/ppc/mpc8544ds.c
682 F: hw/ppc/mpc8544_guts.c
683
684 New World
685 M: Alexander Graf <[email protected]>
686 L: [email protected]
687 S: Maintained
688 F: hw/ppc/mac_newworld.c
689 F: hw/pci-host/uninorth.c
690 F: hw/pci-bridge/dec.[hc]
691 F: hw/misc/macio/
692 F: include/hw/ppc/mac_dbdma.h
693 F: hw/nvram/mac_nvram.c
694
695 Old World
696 M: Alexander Graf <[email protected]>
697 L: [email protected]
698 S: Maintained
699 F: hw/ppc/mac_oldworld.c
700 F: hw/pci-host/grackle.c
701 F: hw/misc/macio/
702 F: hw/intc/heathrow_pic.c
703
704 PReP
705 M: Hervé Poussineau <[email protected]>
706 L: [email protected]
707 L: [email protected]
708 S: Maintained
709 F: hw/ppc/prep.c
710 F: hw/ppc/prep_systemio.c
711 F: hw/ppc/rs6000_mc.c
712 F: hw/pci-host/prep.[hc]
713 F: hw/isa/pc87312.[hc]
714 F: pc-bios/ppc_rom.bin
715
716 sPAPR
717 M: David Gibson <[email protected]>
718 M: Alexander Graf <[email protected]>
719 L: [email protected]
720 S: Supported
721 F: hw/*/spapr*
722 F: include/hw/*/spapr*
723 F: hw/*/xics*
724 F: include/hw/*/xics*
725 F: pc-bios/spapr-rtas/*
726 F: pc-bios/spapr-rtas.bin
727 F: pc-bios/slof.bin
728 F: pc-bios/skiboot.lid
729 F: docs/specs/ppc-spapr-hcalls.txt
730 F: docs/specs/ppc-spapr-hotplug.txt
731 F: tests/spapr*
732 F: tests/libqos/*spapr*
733 F: tests/rtas*
734 F: tests/libqos/rtas*
735
736 virtex_ml507
737 M: Edgar E. Iglesias <[email protected]>
738 L: [email protected]
739 S: Odd Fixes
740 F: hw/ppc/virtex_ml507.c
741
742 SH4 Machines
743 ------------
744 R2D
745 M: Magnus Damm <[email protected]>
746 S: Maintained
747 F: hw/sh4/r2d.c
748 F: hw/intc/sh_intc.c
749 F: hw/timer/sh_timer.c
750
751 Shix
752 M: Magnus Damm <[email protected]>
753 S: Odd Fixes
754 F: hw/sh4/shix.c
755
756 SPARC Machines
757 --------------
758 Sun4m
759 M: Mark Cave-Ayland <[email protected]>
760 S: Maintained
761 F: hw/sparc/sun4m.c
762 F: hw/dma/sparc32_dma.c
763 F: hw/dma/sun4m_iommu.c
764 F: hw/misc/eccmemctl.c
765 F: hw/misc/slavio_misc.c
766 F: include/hw/sparc/sparc32_dma.h
767 F: include/hw/sparc/sun4m.h
768 F: pc-bios/openbios-sparc32
769
770 Sun4u
771 M: Mark Cave-Ayland <[email protected]>
772 S: Maintained
773 F: hw/sparc64/sun4u.c
774 F: pc-bios/openbios-sparc64
775
776 Sun4v
777 M: Artyom Tarasenko <[email protected]>
778 S: Maintained
779 F: hw/sparc64/sun4v.c
780 F: hw/timer/sun4v-rtc.c
781 F: include/hw/timer/sun4v-rtc.h
782
783 Leon3
784 M: Fabien Chouteau <[email protected]>
785 S: Maintained
786 F: hw/sparc/leon3.c
787 F: hw/*/grlib*
788 F: include/hw/sparc/grlib.h
789
790 S390 Machines
791 -------------
792 S390 Virtio-ccw
793 M: Cornelia Huck <[email protected]>
794 M: Christian Borntraeger <[email protected]>
795 M: Alexander Graf <[email protected]>
796 S: Supported
797 F: hw/char/sclp*.[hc]
798 F: hw/char/terminal3270.c
799 F: hw/s390x/
800 F: include/hw/s390x/
801 F: pc-bios/s390-ccw/
802 F: hw/watchdog/wdt_diag288.c
803 F: include/hw/watchdog/wdt_diag288.h
804 F: pc-bios/s390-ccw.img
805 F: default-configs/s390x-softmmu.mak
806 T: git git://github.com/cohuck/qemu.git s390-next
807 T: git git://github.com/borntraeger/qemu.git s390-next
808
809 UniCore32 Machines
810 -------------
811 PKUnity-3 SoC initramfs-with-busybox
812 M: Guan Xuetao <[email protected]>
813 S: Maintained
814 F: hw/*/puv3*
815 F: hw/unicore32/
816
817 X86 Machines
818 ------------
819 PC
820 M: Michael S. Tsirkin <[email protected]>
821 S: Supported
822 F: include/hw/i386/
823 F: hw/i386/
824 F: hw/pci-host/piix.c
825 F: hw/pci-host/q35.c
826 F: hw/pci-host/pam.c
827 F: include/hw/pci-host/q35.h
828 F: include/hw/pci-host/pam.h
829 F: hw/isa/piix4.c
830 F: hw/isa/lpc_ich9.c
831 F: hw/i2c/smbus_ich9.c
832 F: hw/acpi/piix4.c
833 F: hw/acpi/ich9.c
834 F: include/hw/acpi/ich9.h
835 F: include/hw/acpi/piix4.h
836 F: hw/misc/sga.c
837
838 PC Chipset
839 M: Michael S. Tsirkin <[email protected]>
840 M: Paolo Bonzini <[email protected]>
841 S: Support
842 F: hw/char/debugcon.c
843 F: hw/char/parallel.c
844 F: hw/char/serial*
845 F: hw/dma/i8257*
846 F: hw/i2c/pm_smbus.c
847 F: hw/intc/apic*
848 F: hw/intc/ioapic*
849 F: hw/intc/i8259*
850 F: hw/misc/debugexit.c
851 F: hw/misc/pc-testdev.c
852 F: hw/timer/hpet*
853 F: hw/timer/i8254*
854 F: hw/timer/mc146818rtc*
855 F: include/hw/i2c/pm_smbus.h
856 F: include/hw/timer/hpet.h
857 F: include/hw/timer/i8254*
858 F: include/hw/timer/mc146818rtc*
859
860 Machine core
861 M: Eduardo Habkost <[email protected]>
862 M: Marcel Apfelbaum <[email protected]>
863 S: Supported
864 F: hw/core/machine.c
865 F: hw/core/null-machine.c
866 F: include/hw/boards.h
867 T: git git://github.com/ehabkost/qemu.git machine-next
868
869 Xtensa Machines
870 ---------------
871 sim
872 M: Max Filippov <[email protected]>
873 S: Maintained
874 F: hw/xtensa/sim.c
875
876 XTFPGA (LX60, LX200, ML605, KC705)
877 M: Max Filippov <[email protected]>
878 S: Maintained
879 F: hw/xtensa/xtfpga.c
880 F: hw/net/opencores_eth.c
881
882 Devices
883 -------
884 EDU
885 M: Jiri Slaby <[email protected]>
886 S: Maintained
887 F: hw/misc/edu.c
888
889 IDE
890 M: John Snow <[email protected]>
891 L: [email protected]
892 S: Supported
893 F: include/hw/ide.h
894 F: include/hw/ide/
895 F: hw/ide/
896 F: hw/block/block.c
897 F: hw/block/cdrom.c
898 F: hw/block/hd-geometry.c
899 F: tests/ide-test.c
900 F: tests/ahci-test.c
901 F: tests/libqos/ahci*
902 T: git git://github.com/jnsnow/qemu.git ide
903
904 Floppy
905 M: John Snow <[email protected]>
906 L: [email protected]
907 S: Supported
908 F: hw/block/fdc.c
909 F: include/hw/block/fdc.h
910 F: tests/fdc-test.c
911 T: git git://github.com/jnsnow/qemu.git ide
912
913 OMAP
914 M: Peter Maydell <[email protected]>
915 S: Maintained
916 F: hw/*/omap*
917 F: include/hw/arm/omap.h
918
919 IPack
920 M: Alberto Garcia <[email protected]>
921 S: Odd Fixes
922 F: hw/char/ipoctal232.c
923 F: hw/ipack/
924
925 PCI
926 M: Michael S. Tsirkin <[email protected]>
927 M: Marcel Apfelbaum <[email protected]>
928 S: Supported
929 F: include/hw/pci/*
930 F: hw/misc/pci-testdev.c
931 F: hw/pci/*
932 F: hw/pci-bridge/*
933 F: docs/pci*
934 F: docs/specs/*pci*
935
936 ACPI/SMBIOS
937 M: Michael S. Tsirkin <[email protected]>
938 M: Igor Mammedov <[email protected]>
939 S: Supported
940 F: include/hw/acpi/*
941 F: include/hw/smbios/*
942 F: hw/mem/*
943 F: hw/acpi/*
944 F: hw/smbios/*
945 F: hw/i386/acpi-build.[hc]
946 F: hw/arm/virt-acpi-build.c
947 F: tests/bios-tables-test.c
948 F: tests/acpi-utils.[hc]
949
950 ppc4xx
951 M: Alexander Graf <[email protected]>
952 L: [email protected]
953 S: Odd Fixes
954 F: hw/ppc/ppc4*.c
955 F: include/hw/ppc/ppc4xx.h
956
957 ppce500
958 M: Alexander Graf <[email protected]>
959 L: [email protected]
960 S: Supported
961 F: hw/ppc/e500*
962 F: hw/pci-host/ppce500.c
963 F: hw/net/fsl_etsec/
964
965 Character devices
966 M: Paolo Bonzini <[email protected]>
967 S: Odd Fixes
968 F: hw/char/
969
970 Network devices
971 M: Jason Wang <[email protected]>
972 S: Odd Fixes
973 F: hw/net/
974 F: tests/virtio-net-test.c
975 T: git git://github.com/jasowang/qemu.git net
976
977 SCSI
978 M: Paolo Bonzini <[email protected]>
979 S: Supported
980 F: include/hw/scsi/*
981 F: include/scsi/*
982 F: hw/scsi/*
983 F: util/scsi*
984 F: tests/virtio-scsi-test.c
985 T: git git://github.com/bonzini/qemu.git scsi-next
986
987 LSI53C895A
988 S: Orphan
989 F: hw/scsi/lsi53c895a.c
990
991 SSI
992 M: Peter Crosthwaite <[email protected]>
993 M: Alistair Francis <[email protected]>
994 S: Maintained
995 F: hw/ssi/*
996 F: hw/block/m25p80.c
997 F: include/hw/ssi/ssi.h
998 X: hw/ssi/xilinx_*
999 F: tests/m25p80-test.c
1000
1001 Xilinx SPI
1002 M: Alistair Francis <[email protected]>
1003 M: Peter Crosthwaite <[email protected]>
1004 S: Maintained
1005 F: hw/ssi/xilinx_*
1006
1007 USB
1008 M: Gerd Hoffmann <[email protected]>
1009 S: Maintained
1010 F: hw/usb/*
1011 F: tests/usb-*-test.c
1012 F: docs/usb2.txt
1013 F: docs/usb-storage.txt
1014 F: include/hw/usb.h
1015 F: include/hw/usb/
1016 F: default-configs/usb.mak
1017
1018 USB (serial adapter)
1019 M: Gerd Hoffmann <[email protected]>
1020 M: Samuel Thibault <[email protected]>
1021 S: Maintained
1022 F: hw/usb/dev-serial.c
1023
1024 VFIO
1025 M: Alex Williamson <[email protected]>
1026 S: Supported
1027 F: hw/vfio/*
1028 F: include/hw/vfio/
1029
1030 vfio-ccw
1031 M: Cornelia Huck <[email protected]>
1032 S: Supported
1033 F: hw/vfio/ccw.c
1034 F: hw/s390x/s390-ccw.c
1035 F: include/hw/s390x/s390-ccw.h
1036 T: git git://github.com/cohuck/qemu.git s390-next
1037
1038 vhost
1039 M: Michael S. Tsirkin <[email protected]>
1040 S: Supported
1041 F: hw/*/*vhost*
1042 F: docs/interop/vhost-user.txt
1043
1044 virtio
1045 M: Michael S. Tsirkin <[email protected]>
1046 S: Supported
1047 F: hw/*/virtio*
1048 F: hw/virtio/Makefile.objs
1049 F: hw/virtio/trace-events
1050 F: net/vhost-user.c
1051 F: include/hw/virtio/
1052 F: tests/virtio-balloon-test.c
1053
1054 virtio-9p
1055 M: Aneesh Kumar K.V <[email protected]>
1056 M: Greg Kurz <[email protected]>
1057 S: Supported
1058 F: hw/9pfs/
1059 F: fsdev/
1060 F: tests/virtio-9p-test.c
1061 T: git git://github.com/kvaneesh/QEMU.git
1062 T: git git://github.com/gkurz/qemu.git 9p-next
1063
1064 virtio-blk
1065 M: Stefan Hajnoczi <[email protected]>
1066 L: [email protected]
1067 S: Supported
1068 F: hw/block/virtio-blk.c
1069 F: hw/block/dataplane/*
1070 F: tests/virtio-blk-test.c
1071 T: git git://github.com/stefanha/qemu.git block
1072
1073 virtio-ccw
1074 M: Cornelia Huck <[email protected]>
1075 M: Christian Borntraeger <[email protected]>
1076 S: Supported
1077 F: hw/s390x/virtio-ccw.[hc]
1078 T: git git://github.com/cohuck/qemu.git s390-next
1079 T: git git://github.com/borntraeger/qemu.git s390-next
1080
1081 virtio-input
1082 M: Gerd Hoffmann <[email protected]>
1083 S: Maintained
1084 F: hw/input/virtio-input*.c
1085 F: include/hw/virtio/virtio-input.h
1086
1087 virtio-serial
1088 M: Amit Shah <[email protected]>
1089 S: Supported
1090 F: hw/char/virtio-serial-bus.c
1091 F: hw/char/virtio-console.c
1092 F: include/hw/virtio/virtio-serial.h
1093 F: tests/virtio-console-test.c
1094 F: tests/virtio-serial-test.c
1095
1096 virtio-rng
1097 M: Amit Shah <[email protected]>
1098 S: Supported
1099 F: hw/virtio/virtio-rng.c
1100 F: include/hw/virtio/virtio-rng.h
1101 F: include/sysemu/rng*.h
1102 F: backends/rng*.c
1103 F: tests/virtio-rng-test.c
1104
1105 virtio-crypto
1106 M: Gonglei <[email protected]>
1107 S: Supported
1108 F: hw/virtio/virtio-crypto.c
1109 F: hw/virtio/virtio-crypto-pci.c
1110 F: include/hw/virtio/virtio-crypto.h
1111
1112 nvme
1113 M: Keith Busch <[email protected]>
1114 L: [email protected]
1115 S: Supported
1116 F: hw/block/nvme*
1117 F: tests/nvme-test.c
1118
1119 megasas
1120 M: Hannes Reinecke <[email protected]>
1121 L: [email protected]
1122 S: Supported
1123 F: hw/scsi/megasas.c
1124 F: hw/scsi/mfi.h
1125 F: tests/megasas-test.c
1126
1127 Network packet abstractions
1128 M: Dmitry Fleytman <[email protected]>
1129 S: Maintained
1130 F: include/net/eth.h
1131 F: net/eth.c
1132 F: hw/net/net_rx_pkt*
1133 F: hw/net/net_tx_pkt*
1134
1135 Vmware
1136 M: Dmitry Fleytman <[email protected]>
1137 S: Maintained
1138 F: hw/net/vmxnet*
1139 F: hw/scsi/vmw_pvscsi*
1140 F: tests/vmxnet3-test.c
1141
1142 Rocker
1143 M: Jiri Pirko <[email protected]>
1144 S: Maintained
1145 F: hw/net/rocker/
1146 F: tests/rocker/
1147 F: docs/specs/rocker.txt
1148
1149 NVDIMM
1150 M: Xiao Guangrong <[email protected]>
1151 S: Maintained
1152 F: hw/acpi/nvdimm.c
1153 F: hw/mem/nvdimm.c
1154 F: include/hw/mem/nvdimm.h
1155
1156 e1000x
1157 M: Dmitry Fleytman <[email protected]>
1158 S: Maintained
1159 F: hw/net/e1000x*
1160
1161 e1000e
1162 M: Dmitry Fleytman <[email protected]>
1163 S: Maintained
1164 F: hw/net/e1000e*
1165
1166 Generic Loader
1167 M: Alistair Francis <[email protected]>
1168 S: Maintained
1169 F: hw/core/generic-loader.c
1170 F: include/hw/core/generic-loader.h
1171
1172 CHRP NVRAM
1173 M: Thomas Huth <[email protected]>
1174 S: Maintained
1175 F: hw/nvram/chrp_nvram.c
1176 F: include/hw/nvram/chrp_nvram.h
1177 F: tests/prom-env-test.c
1178
1179 VM Generation ID
1180 M: Ben Warren <[email protected]>
1181 S: Maintained
1182 F: hw/acpi/vmgenid.c
1183 F: include/hw/acpi/vmgenid.h
1184 F: docs/specs/vmgenid.txt
1185 F: tests/vmgenid-test.c
1186 F: stubs/vmgenid.c
1187
1188 Unimplemented device
1189 M: Peter Maydell <[email protected]>
1190 R: Philippe Mathieu-Daudé <[email protected]>
1191 S: Maintained
1192 F: include/hw/misc/unimp.h
1193 F: hw/misc/unimp.c
1194
1195 Subsystems
1196 ----------
1197 Audio
1198 M: Gerd Hoffmann <[email protected]>
1199 S: Maintained
1200 F: audio/
1201 F: hw/audio/
1202 F: include/hw/audio/
1203 F: tests/ac97-test.c
1204 F: tests/es1370-test.c
1205 F: tests/intel-hda-test.c
1206
1207 Block layer core
1208 M: Kevin Wolf <[email protected]>
1209 M: Max Reitz <[email protected]>
1210 L: [email protected]
1211 S: Supported
1212 F: block*
1213 F: block/
1214 F: hw/block/
1215 F: include/block/
1216 F: qemu-img*
1217 F: qemu-io*
1218 F: tests/qemu-iotests/
1219 F: util/qemu-progress.c
1220 T: git git://repo.or.cz/qemu/kevin.git block
1221
1222 Block I/O path
1223 M: Stefan Hajnoczi <[email protected]>
1224 M: Fam Zheng <[email protected]>
1225 L: [email protected]
1226 S: Supported
1227 F: util/async.c
1228 F: util/aio-*.c
1229 F: block/io.c
1230 F: migration/block*
1231 F: include/block/aio.h
1232 T: git git://github.com/stefanha/qemu.git block
1233
1234 Block SCSI subsystem
1235 M: Paolo Bonzini <[email protected]>
1236 L: [email protected]
1237 S: Supported
1238 F: include/scsi/*
1239 F: scsi/*
1240
1241 Block Jobs
1242 M: Jeff Cody <[email protected]>
1243 L: [email protected]
1244 S: Supported
1245 F: blockjob.c
1246 F: include/block/blockjob.h
1247 F: block/backup.c
1248 F: block/commit.c
1249 F: block/stream.c
1250 F: block/mirror.c
1251 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1252
1253 Block QAPI, monitor, command line
1254 M: Markus Armbruster <[email protected]>
1255 S: Supported
1256 F: blockdev.c
1257 F: block/qapi.c
1258 F: qapi/block*.json
1259 F: qapi/transaction.json
1260 T: git git://repo.or.cz/qemu/armbru.git block-next
1261
1262 Dirty Bitmaps
1263 M: Fam Zheng <[email protected]>
1264 M: John Snow <[email protected]>
1265 L: [email protected]
1266 S: Supported
1267 F: util/hbitmap.c
1268 F: block/dirty-bitmap.c
1269 F: include/qemu/hbitmap.h
1270 F: include/block/dirty-bitmap.h
1271 F: tests/test-hbitmap.c
1272 F: docs/bitmaps.md
1273 T: git git://github.com/famz/qemu.git bitmaps
1274 T: git git://github.com/jnsnow/qemu.git bitmaps
1275
1276 Character device backends
1277 M: Paolo Bonzini <[email protected]>
1278 M: Marc-André Lureau <[email protected]>
1279 S: Maintained
1280 F: chardev/
1281 F: include/chardev/
1282 F: qapi/char.json
1283
1284 Character Devices (Braille)
1285 M: Samuel Thibault <[email protected]>
1286 S: Maintained
1287 F: chardev/baum.c
1288
1289 Command line option argument parsing
1290 M: Markus Armbruster <[email protected]>
1291 S: Supported
1292 F: include/qemu/option.h
1293 F: tests/test-keyval.c
1294 F: tests/test-qemu-opts.c
1295 F: util/keyval.c
1296 F: util/qemu-option.c
1297
1298 Coverity model
1299 M: Markus Armbruster <[email protected]>
1300 S: Supported
1301 F: scripts/coverity-model.c
1302
1303 CPU
1304 L: [email protected]
1305 S: Supported
1306 F: qom/cpu.c
1307 F: include/qom/cpu.h
1308
1309 Device Tree
1310 M: Peter Crosthwaite <[email protected]>
1311 M: Alexander Graf <[email protected]>
1312 S: Maintained
1313 F: device_tree.c
1314 F: include/sysemu/device_tree.h
1315
1316 Error reporting
1317 M: Markus Armbruster <[email protected]>
1318 S: Supported
1319 F: include/qapi/error.h
1320 F: include/qemu/error-report.h
1321 F: util/error.c
1322 F: util/qemu-error.c
1323
1324 GDB stub
1325 L: [email protected]
1326 S: Odd Fixes
1327 F: gdbstub*
1328 F: gdb-xml/
1329
1330 Memory API
1331 M: Paolo Bonzini <[email protected]>
1332 S: Supported
1333 F: include/exec/ioport.h
1334 F: ioport.c
1335 F: include/exec/memory.h
1336 F: include/exec/ram_addr.h
1337 F: memory.c
1338 F: include/exec/memory-internal.h
1339 F: exec.c
1340
1341 SPICE
1342 M: Gerd Hoffmann <[email protected]>
1343 S: Supported
1344 F: include/ui/qemu-spice.h
1345 F: include/ui/spice-display.h
1346 F: ui/spice-*.c
1347 F: audio/spiceaudio.c
1348 F: hw/display/qxl*
1349 F: qapi/ui.json
1350
1351 Graphics
1352 M: Gerd Hoffmann <[email protected]>
1353 S: Odd Fixes
1354 F: ui/
1355 F: include/ui/
1356 F: qapi/ui.json
1357
1358 Cocoa graphics
1359 M: Peter Maydell <[email protected]>
1360 S: Odd Fixes
1361 F: ui/cocoa.m
1362
1363 Main loop
1364 M: Paolo Bonzini <[email protected]>
1365 S: Maintained
1366 F: cpus.c
1367 F: util/main-loop.c
1368 F: util/qemu-timer.c
1369 F: vl.c
1370 F: qapi/run-state.json
1371
1372 Human Monitor (HMP)
1373 M: Dr. David Alan Gilbert <[email protected]>
1374 S: Maintained
1375 F: monitor.c
1376 F: hmp.[ch]
1377 F: hmp-commands*.hx
1378 F: include/monitor/hmp-target.h
1379 F: tests/test-hmp.c
1380
1381 Network device backends
1382 M: Jason Wang <[email protected]>
1383 S: Maintained
1384 F: net/
1385 F: include/net/
1386 T: git git://github.com/jasowang/qemu.git net
1387 F: qapi/net.json
1388
1389 Netmap network backend
1390 M: Luigi Rizzo <[email protected]>
1391 M: Giuseppe Lettieri <[email protected]>
1392 M: Vincenzo Maffione <[email protected]>
1393 W: http://info.iet.unipi.it/~luigi/netmap/
1394 S: Maintained
1395 F: net/netmap.c
1396
1397 NUMA
1398 M: Eduardo Habkost <[email protected]>
1399 S: Maintained
1400 F: numa.c
1401 F: include/sysemu/numa.h
1402 T: git git://github.com/ehabkost/qemu.git machine-next
1403
1404 Host Memory Backends
1405 M: Eduardo Habkost <[email protected]>
1406 M: Igor Mammedov <[email protected]>
1407 S: Maintained
1408 F: backends/hostmem*.c
1409 F: include/sysemu/hostmem.h
1410 T: git git://github.com/ehabkost/qemu.git machine-next
1411
1412 Cryptodev Backends
1413 M: Gonglei <[email protected]>
1414 S: Maintained
1415 F: include/sysemu/cryptodev*.h
1416 F: backends/cryptodev*.c
1417
1418 Python scripts
1419 M: Eduardo Habkost <[email protected]>
1420 M: Cleber Rosa <[email protected]>
1421 S: Odd fixes
1422 F: scripts/qmp/*
1423 F: scripts/*.py
1424 F: tests/*.py
1425
1426 QAPI
1427 M: Markus Armbruster <[email protected]>
1428 M: Michael Roth <[email protected]>
1429 S: Supported
1430 F: qapi/
1431 X: qapi/*.json
1432 F: include/qapi/
1433 X: include/qapi/qmp/
1434 F: include/qapi/qmp/dispatch.h
1435 F: tests/qapi-schema/
1436 F: tests/test-*-visitor.c
1437 F: tests/test-qapi-*.c
1438 F: tests/test-qmp-*.c
1439 F: tests/test-visitor-serialization.c
1440 F: scripts/qapi*
1441 F: docs/qapi*
1442 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1443
1444 QAPI Schema
1445 M: Eric Blake <[email protected]>
1446 M: Markus Armbruster <[email protected]>
1447 S: Supported
1448 F: qapi-schema.json
1449 F: qapi/*.json
1450 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1451
1452 QObject
1453 M: Markus Armbruster <[email protected]>
1454 S: Supported
1455 F: qobject/
1456 F: include/qapi/qmp/
1457 X: include/qapi/qmp/dispatch.h
1458 F: scripts/coccinelle/qobject.cocci
1459 F: tests/check-qdict.c
1460 F: tests/check-qnum.c
1461 F: tests/check-qjson.c
1462 F: tests/check-qlist.c
1463 F: tests/check-qstring.c
1464 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1465
1466 QEMU Guest Agent
1467 M: Michael Roth <[email protected]>
1468 S: Maintained
1469 F: qga/
1470 F: qemu-ga.texi
1471 F: scripts/qemu-guest-agent/
1472 F: tests/test-qga.c
1473 F: docs/interop/qemu-ga-ref.texi
1474 T: git git://github.com/mdroth/qemu.git qga
1475
1476 QOM
1477 M: Andreas Färber <[email protected]>
1478 S: Supported
1479 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1480 F: include/qom/
1481 X: include/qom/cpu.h
1482 F: qom/
1483 X: qom/cpu.c
1484 F: tests/check-qom-interface.c
1485 F: tests/check-qom-proplist.c
1486 F: tests/qom-test.c
1487
1488 QMP
1489 M: Markus Armbruster <[email protected]>
1490 S: Supported
1491 F: qmp.c
1492 F: monitor.c
1493 F: docs/*qmp-*
1494 F: scripts/qmp/
1495 F: tests/qmp-test.c
1496 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1497
1498 Register API
1499 M: Alistair Francis <[email protected]>
1500 S: Maintained
1501 F: hw/core/register.c
1502 F: include/hw/register.h
1503
1504 SLIRP
1505 M: Samuel Thibault <[email protected]>
1506 M: Jan Kiszka <[email protected]>
1507 S: Maintained
1508 F: slirp/
1509 F: net/slirp.c
1510 F: include/net/slirp.h
1511 T: git git://git.kiszka.org/qemu.git queues/slirp
1512
1513 Stubs
1514 M: Paolo Bonzini <[email protected]>
1515 S: Maintained
1516 F: stubs/
1517
1518 Tracing
1519 M: Stefan Hajnoczi <[email protected]>
1520 S: Maintained
1521 F: trace/
1522 F: scripts/tracetool.py
1523 F: scripts/tracetool/
1524 F: docs/tracing.txt
1525 T: git git://github.com/stefanha/qemu.git tracing
1526
1527 TPM
1528 S: Orphan
1529 F: tpm.c
1530 F: hw/tpm/*
1531 F: include/hw/acpi/tpm.h
1532 F: include/sysemu/tpm*
1533 F: qapi/tpm.json
1534
1535 Checkpatch
1536 S: Odd Fixes
1537 F: scripts/checkpatch.pl
1538
1539 Migration
1540 M: Juan Quintela <[email protected]>
1541 M: Dr. David Alan Gilbert <[email protected]>
1542 S: Maintained
1543 F: include/migration/
1544 F: migration/
1545 F: scripts/vmstate-static-checker.py
1546 F: tests/vmstate-static-checker-data/
1547 F: docs/migration.txt
1548 F: qapi/migration.json
1549
1550 Seccomp
1551 M: Eduardo Otubo <[email protected]>
1552 S: Supported
1553 F: qemu-seccomp.c
1554 F: include/sysemu/seccomp.h
1555
1556 Cryptography
1557 M: Daniel P. Berrange <[email protected]>
1558 S: Maintained
1559 F: crypto/
1560 F: include/crypto/
1561 F: tests/test-crypto-*
1562 F: qemu.sasl
1563
1564 Coroutines
1565 M: Stefan Hajnoczi <[email protected]>
1566 M: Kevin Wolf <[email protected]>
1567 F: util/*coroutine*
1568 F: include/qemu/coroutine*
1569 F: tests/test-coroutine.c
1570
1571 Buffers
1572 M: Daniel P. Berrange <[email protected]>
1573 S: Odd fixes
1574 F: util/buffer.c
1575 F: include/qemu/buffer.h
1576
1577 I/O Channels
1578 M: Daniel P. Berrange <[email protected]>
1579 S: Maintained
1580 F: io/
1581 F: include/io/
1582 F: tests/test-io-*
1583
1584 Sockets
1585 M: Daniel P. Berrange <[email protected]>
1586 M: Gerd Hoffmann <[email protected]>
1587 M: Paolo Bonzini <[email protected]>
1588 S: Maintained
1589 F: include/qemu/sockets.h
1590 F: util/qemu-sockets.c
1591 F: qapi/sockets.json
1592
1593 Throttling infrastructure
1594 M: Alberto Garcia <[email protected]>
1595 S: Supported
1596 F: block/throttle-groups.c
1597 F: include/block/throttle-groups.h
1598 F: include/qemu/throttle.h
1599 F: util/throttle.c
1600 L: [email protected]
1601
1602 UUID
1603 M: Fam Zheng <[email protected]>
1604 S: Supported
1605 F: util/uuid.c
1606 F: include/qemu/uuid.h
1607 F: tests/test-uuid.c
1608
1609 COLO Framework
1610 M: zhanghailiang <[email protected]>
1611 S: Maintained
1612 F: migration/colo*
1613 F: include/migration/colo.h
1614 F: include/migration/failover.h
1615 F: docs/COLO-FT.txt
1616
1617 COLO Proxy
1618 M: Zhang Chen <[email protected]>
1619 M: Li Zhijian <[email protected]>
1620 S: Supported
1621 F: docs/colo-proxy.txt
1622 F: net/colo*
1623 F: net/filter-rewriter.c
1624 F: net/filter-mirror.c
1625
1626 Record/replay
1627 M: Pavel Dovgalyuk <[email protected]>
1628 R: Paolo Bonzini <[email protected]>
1629 W: http://wiki.qemu.org/Features/record-replay
1630 S: Supported
1631 F: replay/*
1632 F: block/blkreplay.c
1633 F: net/filter-replay.c
1634 F: include/sysemu/replay.h
1635 F: docs/replay.txt
1636 F: stubs/replay.c
1637
1638 Usermode Emulation
1639 ------------------
1640 Overall
1641 M: Riku Voipio <[email protected]>
1642 S: Maintained
1643 F: thunk.c
1644 F: accel/tcg/user-exec*.c
1645
1646 BSD user
1647 S: Orphan
1648 F: bsd-user/
1649 F: default-configs/*-bsd-user.mak
1650
1651 Linux user
1652 M: Riku Voipio <[email protected]>
1653 R: Laurent Vivier <[email protected]>
1654 S: Maintained
1655 F: linux-user/
1656 F: default-configs/*-linux-user.mak
1657
1658 Tiny Code Generator (TCG)
1659 -------------------------
1660 Common code
1661 M: Richard Henderson <[email protected]>
1662 S: Maintained
1663 F: tcg/
1664
1665 AArch64 target
1666 M: Claudio Fontana <[email protected]>
1667 M: Claudio Fontana <[email protected]>
1668 S: Maintained
1669 L: [email protected]
1670 F: tcg/aarch64/
1671 F: disas/arm-a64.cc
1672 F: disas/libvixl/
1673
1674 ARM target
1675 M: Andrzej Zaborowski <[email protected]>
1676 S: Maintained
1677 L: [email protected]
1678 F: tcg/arm/
1679 F: disas/arm.c
1680
1681 i386 target
1682 L: [email protected]
1683 S: Maintained
1684 F: tcg/i386/
1685 F: disas/i386.c
1686
1687 MIPS target
1688 M: Aurelien Jarno <[email protected]>
1689 S: Maintained
1690 F: tcg/mips/
1691 F: disas/mips.c
1692
1693 PPC
1694 M: Richard Henderson <[email protected]>
1695 S: Odd Fixes
1696 F: tcg/ppc/
1697 F: disas/ppc.c
1698
1699 S390 target
1700 M: Alexander Graf <[email protected]>
1701 M: Richard Henderson <[email protected]>
1702 S: Maintained
1703 F: tcg/s390/
1704 F: disas/s390.c
1705
1706 SPARC target
1707 S: Odd Fixes
1708 F: tcg/sparc/
1709 F: disas/sparc.c
1710
1711 TCI target
1712 M: Stefan Weil <[email protected]>
1713 S: Maintained
1714 F: tcg/tci/
1715 F: tcg/tci.c
1716 F: disas/tci.c
1717
1718 Block drivers
1719 -------------
1720 VMDK
1721 M: Fam Zheng <[email protected]>
1722 L: [email protected]
1723 S: Supported
1724 F: block/vmdk.c
1725
1726 RBD
1727 M: Josh Durgin <[email protected]>
1728 M: Jeff Cody <[email protected]>
1729 L: [email protected]
1730 S: Supported
1731 F: block/rbd.c
1732 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1733
1734 Sheepdog
1735 M: Hitoshi Mitake <[email protected]>
1736 M: Liu Yuan <[email protected]>
1737 M: Jeff Cody <[email protected]>
1738 L: [email protected]
1739 L: [email protected]
1740 S: Supported
1741 F: block/sheepdog.c
1742 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1743
1744 VHDX
1745 M: Jeff Cody <[email protected]>
1746 L: [email protected]
1747 S: Supported
1748 F: block/vhdx*
1749 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1750
1751 VDI
1752 M: Stefan Weil <[email protected]>
1753 L: [email protected]
1754 S: Maintained
1755 F: block/vdi.c
1756
1757 iSCSI
1758 M: Ronnie Sahlberg <[email protected]>
1759 M: Paolo Bonzini <[email protected]>
1760 M: Peter Lieven <[email protected]>
1761 L: [email protected]
1762 S: Supported
1763 F: block/iscsi.c
1764 F: block/iscsi-opts.c
1765
1766 Network Block Device (NBD)
1767 M: Eric Blake <[email protected]>
1768 M: Paolo Bonzini <[email protected]>
1769 L: [email protected]
1770 S: Maintained
1771 F: block/nbd*
1772 F: nbd/
1773 F: include/block/nbd*
1774 F: qemu-nbd.*
1775 F: blockdev-nbd.c
1776 T: git git://repo.or.cz/qemu/ericb.git nbd
1777
1778 NFS
1779 M: Jeff Cody <[email protected]>
1780 M: Peter Lieven <[email protected]>
1781 L: [email protected]
1782 S: Maintained
1783 F: block/nfs.c
1784 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1785
1786 SSH
1787 M: Richard W.M. Jones <[email protected]>
1788 M: Jeff Cody <[email protected]>
1789 L: [email protected]
1790 S: Supported
1791 F: block/ssh.c
1792 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1793
1794 CURL
1795 M: Jeff Cody <[email protected]>
1796 L: [email protected]
1797 S: Supported
1798 F: block/curl.c
1799 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1800
1801 GLUSTER
1802 M: Jeff Cody <[email protected]>
1803 L: [email protected]
1804 S: Supported
1805 F: block/gluster.c
1806 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1807
1808 Null Block Driver
1809 M: Fam Zheng <[email protected]>
1810 L: [email protected]
1811 S: Supported
1812 F: block/null.c
1813
1814 Bootdevice
1815 M: Gonglei <[email protected]>
1816 S: Maintained
1817 F: bootdevice.c
1818
1819 Quorum
1820 M: Alberto Garcia <[email protected]>
1821 S: Supported
1822 F: block/quorum.c
1823 L: [email protected]
1824
1825 blkverify
1826 M: Stefan Hajnoczi <[email protected]>
1827 L: [email protected]
1828 S: Supported
1829 F: block/blkverify.c
1830
1831 bochs
1832 M: Stefan Hajnoczi <[email protected]>
1833 L: [email protected]
1834 S: Supported
1835 F: block/bochs.c
1836
1837 cloop
1838 M: Stefan Hajnoczi <[email protected]>
1839 L: [email protected]
1840 S: Supported
1841 F: block/cloop.c
1842
1843 dmg
1844 M: Stefan Hajnoczi <[email protected]>
1845 L: [email protected]
1846 S: Supported
1847 F: block/dmg.c
1848
1849 parallels
1850 M: Stefan Hajnoczi <[email protected]>
1851 M: Denis V. Lunev <[email protected]>
1852 L: [email protected]
1853 S: Supported
1854 F: block/parallels.c
1855 F: docs/specs/parallels.txt
1856
1857 qed
1858 M: Stefan Hajnoczi <[email protected]>
1859 L: [email protected]
1860 S: Supported
1861 F: block/qed.c
1862
1863 raw
1864 M: Kevin Wolf <[email protected]>
1865 L: [email protected]
1866 S: Supported
1867 F: block/linux-aio.c
1868 F: include/block/raw-aio.h
1869 F: block/raw-format.c
1870 F: block/file-posix.c
1871 F: block/file-win32.c
1872 F: block/win32-aio.c
1873
1874 qcow2
1875 M: Kevin Wolf <[email protected]>
1876 M: Max Reitz <[email protected]>
1877 L: [email protected]
1878 S: Supported
1879 F: block/qcow2*
1880 F: docs/interop/qcow2.txt
1881
1882 qcow
1883 M: Kevin Wolf <[email protected]>
1884 L: [email protected]
1885 S: Supported
1886 F: block/qcow.c
1887
1888 blkdebug
1889 M: Kevin Wolf <[email protected]>
1890 M: Max Reitz <[email protected]>
1891 L: [email protected]
1892 S: Supported
1893 F: block/blkdebug.c
1894
1895 vpc
1896 M: Kevin Wolf <[email protected]>
1897 L: [email protected]
1898 S: Supported
1899 F: block/vpc.c
1900
1901 vvfat
1902 M: Kevin Wolf <[email protected]>
1903 L: [email protected]
1904 S: Supported
1905 F: block/vvfat.c
1906
1907 Image format fuzzer
1908 M: Stefan Hajnoczi <[email protected]>
1909 L: [email protected]
1910 S: Supported
1911 F: tests/image-fuzzer/
1912
1913 Replication
1914 M: Wen Congyang <[email protected]>
1915 M: Xie Changlong <[email protected]>
1916 S: Supported
1917 F: replication*
1918 F: block/replication.c
1919 F: tests/test-replication.c
1920 F: docs/block-replication.txt
1921
1922 Build and test automation
1923 -------------------------
1924 Build and test automation
1925 M: Alex Bennée <[email protected]>
1926 M: Fam Zheng <[email protected]>
1927 R: Philippe Mathieu-Daudé <[email protected]>
1928 L: [email protected]
1929 S: Maintained
1930 F: .travis.yml
1931 F: .shippable.yml
1932 F: tests/docker/
1933 F: tests/vm/
1934 W: https://travis-ci.org/qemu/qemu
1935 W: https://app.shippable.com/github/qemu/qemu
1936 W: http://patchew.org/QEMU/
1937
1938 Documentation
1939 -------------
1940 Build system architecture
1941 M: Daniel P. Berrange <[email protected]>
1942 S: Odd Fixes
1943 F: docs/build-system.txt
1944
This page took 0.119346 seconds and 4 git commands to generate.