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