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