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