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