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