]> Git Repo - qemu.git/blob - MAINTAINERS
MAINTAINERS: Update target/mips maintainer's email addresses
[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 CHRP NVRAM
1328 M: Thomas Huth <[email protected]>
1329 S: Maintained
1330 F: hw/nvram/chrp_nvram.c
1331 F: include/hw/nvram/chrp_nvram.h
1332 F: tests/prom-env-test.c
1333
1334 VM Generation ID
1335 M: Ben Warren <[email protected]>
1336 S: Maintained
1337 F: hw/acpi/vmgenid.c
1338 F: include/hw/acpi/vmgenid.h
1339 F: docs/specs/vmgenid.txt
1340 F: tests/vmgenid-test.c
1341 F: stubs/vmgenid.c
1342
1343 Unimplemented device
1344 M: Peter Maydell <[email protected]>
1345 R: Philippe Mathieu-Daudé <[email protected]>
1346 S: Maintained
1347 F: include/hw/misc/unimp.h
1348 F: hw/misc/unimp.c
1349
1350 Standard VGA
1351 M: Gerd Hoffmann <[email protected]>
1352 S: Maintained
1353 F: hw/display/vga*
1354 F: hw/display/bochs-display.c
1355 F: include/hw/display/vga.h
1356 F: include/hw/display/bochs-vbe.h
1357
1358 ramfb
1359 M: Gerd Hoffmann <[email protected]>
1360 S: Maintained
1361 F: hw/display/ramfb*.c
1362 F: include/hw/display/ramfb.h
1363
1364 virtio-gpu
1365 M: Gerd Hoffmann <[email protected]>
1366 S: Maintained
1367 F: hw/display/virtio-gpu*
1368 F: hw/display/virtio-vga.c
1369 F: include/hw/virtio/virtio-gpu.h
1370
1371 Cirrus VGA
1372 M: Gerd Hoffmann <[email protected]>
1373 S: Odd Fixes
1374 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1375 F: hw/display/cirrus*
1376
1377 Subsystems
1378 ----------
1379 Audio
1380 M: Gerd Hoffmann <[email protected]>
1381 S: Maintained
1382 F: audio/
1383 F: hw/audio/
1384 F: include/hw/audio/
1385 F: tests/ac97-test.c
1386 F: tests/es1370-test.c
1387 F: tests/intel-hda-test.c
1388
1389 Block layer core
1390 M: Kevin Wolf <[email protected]>
1391 M: Max Reitz <[email protected]>
1392 L: [email protected]
1393 S: Supported
1394 F: block*
1395 F: block/
1396 F: hw/block/
1397 F: include/block/
1398 F: qemu-img*
1399 F: qemu-io*
1400 F: tests/qemu-iotests/
1401 F: util/qemu-progress.c
1402 F: qobject/block-qdict.c
1403 F: test/check-block-qdict.c
1404 T: git git://repo.or.cz/qemu/kevin.git block
1405
1406 Block I/O path
1407 M: Stefan Hajnoczi <[email protected]>
1408 M: Fam Zheng <[email protected]>
1409 L: [email protected]
1410 S: Supported
1411 F: util/async.c
1412 F: util/aio-*.c
1413 F: block/io.c
1414 F: migration/block*
1415 F: include/block/aio.h
1416 F: include/block/aio-wait.h
1417 F: scripts/qemugdb/aio.py
1418 T: git git://github.com/stefanha/qemu.git block
1419
1420 Block SCSI subsystem
1421 M: Paolo Bonzini <[email protected]>
1422 R: Fam Zheng <[email protected]>
1423 L: [email protected]
1424 S: Supported
1425 F: include/scsi/*
1426 F: scsi/*
1427
1428 Block Jobs
1429 M: Jeff Cody <[email protected]>
1430 L: [email protected]
1431 S: Supported
1432 F: blockjob.c
1433 F: include/block/blockjob.h
1434 F: job.c
1435 F: job-qmp.c
1436 F: include/block/job.h
1437 F: block/backup.c
1438 F: block/commit.c
1439 F: block/stream.c
1440 F: block/mirror.c
1441 F: qapi/job.json
1442 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1443
1444 Block QAPI, monitor, command line
1445 M: Markus Armbruster <[email protected]>
1446 S: Supported
1447 F: blockdev.c
1448 F: block/qapi.c
1449 F: qapi/block*.json
1450 F: qapi/transaction.json
1451 T: git git://repo.or.cz/qemu/armbru.git block-next
1452
1453 Dirty Bitmaps
1454 M: Fam Zheng <[email protected]>
1455 M: John Snow <[email protected]>
1456 L: [email protected]
1457 S: Supported
1458 F: util/hbitmap.c
1459 F: block/dirty-bitmap.c
1460 F: include/qemu/hbitmap.h
1461 F: include/block/dirty-bitmap.h
1462 F: tests/test-hbitmap.c
1463 F: docs/interop/bitmaps.rst
1464 T: git git://github.com/famz/qemu.git bitmaps
1465 T: git git://github.com/jnsnow/qemu.git bitmaps
1466
1467 Character device backends
1468 M: Paolo Bonzini <[email protected]>
1469 M: Marc-André Lureau <[email protected]>
1470 S: Maintained
1471 F: chardev/
1472 F: include/chardev/
1473 F: qapi/char.json
1474
1475 Character Devices (Braille)
1476 M: Samuel Thibault <[email protected]>
1477 S: Maintained
1478 F: chardev/baum.c
1479
1480 Command line option argument parsing
1481 M: Markus Armbruster <[email protected]>
1482 S: Supported
1483 F: include/qemu/option.h
1484 F: tests/test-keyval.c
1485 F: tests/test-qemu-opts.c
1486 F: util/keyval.c
1487 F: util/qemu-option.c
1488
1489 Coverity model
1490 M: Markus Armbruster <[email protected]>
1491 S: Supported
1492 F: scripts/coverity-model.c
1493
1494 CPU
1495 L: [email protected]
1496 S: Supported
1497 F: qom/cpu.c
1498 F: include/qom/cpu.h
1499
1500 Device Tree
1501 M: Peter Crosthwaite <[email protected]>
1502 M: Alexander Graf <[email protected]>
1503 S: Maintained
1504 F: device_tree.c
1505 F: include/sysemu/device_tree.h
1506
1507 Dump
1508 S: Supported
1509 M: Marc-André Lureau <[email protected]>
1510 F: dump.c
1511 F: hw/misc/vmcoreinfo.c
1512 F: include/hw/misc/vmcoreinfo.h
1513 F: include/sysemu/dump-arch.h
1514 F: include/sysemu/dump.h
1515 F: scripts/dump-guest-memory.py
1516 F: stubs/dump.c
1517
1518 Error reporting
1519 M: Markus Armbruster <[email protected]>
1520 S: Supported
1521 F: include/qapi/error.h
1522 F: include/qemu/error-report.h
1523 F: util/error.c
1524 F: util/qemu-error.c
1525
1526 GDB stub
1527 L: [email protected]
1528 S: Odd Fixes
1529 F: gdbstub*
1530 F: gdb-xml/
1531
1532 Memory API
1533 M: Paolo Bonzini <[email protected]>
1534 S: Supported
1535 F: include/exec/ioport.h
1536 F: ioport.c
1537 F: include/exec/memory.h
1538 F: include/exec/ram_addr.h
1539 F: memory.c
1540 F: include/exec/memory-internal.h
1541 F: exec.c
1542
1543 SPICE
1544 M: Gerd Hoffmann <[email protected]>
1545 S: Supported
1546 F: include/ui/qemu-spice.h
1547 F: include/ui/spice-display.h
1548 F: ui/spice-*.c
1549 F: audio/spiceaudio.c
1550 F: hw/display/qxl*
1551 F: qapi/ui.json
1552
1553 Graphics
1554 M: Gerd Hoffmann <[email protected]>
1555 S: Odd Fixes
1556 F: ui/
1557 F: include/ui/
1558 F: qapi/ui.json
1559
1560 Cocoa graphics
1561 M: Peter Maydell <[email protected]>
1562 S: Odd Fixes
1563 F: ui/cocoa.m
1564
1565 Main loop
1566 M: Paolo Bonzini <[email protected]>
1567 S: Maintained
1568 F: cpus.c
1569 F: util/main-loop.c
1570 F: util/qemu-timer.c
1571 F: vl.c
1572 F: qapi/run-state.json
1573
1574 Human Monitor (HMP)
1575 M: Dr. David Alan Gilbert <[email protected]>
1576 S: Maintained
1577 F: monitor.c
1578 F: hmp.[ch]
1579 F: hmp-commands*.hx
1580 F: include/monitor/hmp-target.h
1581 F: tests/test-hmp.c
1582
1583 Network device backends
1584 M: Jason Wang <[email protected]>
1585 S: Maintained
1586 F: net/
1587 F: include/net/
1588 T: git git://github.com/jasowang/qemu.git net
1589 F: qapi/net.json
1590
1591 Netmap network backend
1592 M: Luigi Rizzo <[email protected]>
1593 M: Giuseppe Lettieri <[email protected]>
1594 M: Vincenzo Maffione <[email protected]>
1595 W: http://info.iet.unipi.it/~luigi/netmap/
1596 S: Maintained
1597 F: net/netmap.c
1598
1599 NUMA
1600 M: Eduardo Habkost <[email protected]>
1601 S: Maintained
1602 F: numa.c
1603 F: include/sysemu/numa.h
1604 T: git git://github.com/ehabkost/qemu.git machine-next
1605
1606 Host Memory Backends
1607 M: Eduardo Habkost <[email protected]>
1608 M: Igor Mammedov <[email protected]>
1609 S: Maintained
1610 F: backends/hostmem*.c
1611 F: include/sysemu/hostmem.h
1612 T: git git://github.com/ehabkost/qemu.git machine-next
1613
1614 Cryptodev Backends
1615 M: Gonglei <[email protected]>
1616 S: Maintained
1617 F: include/sysemu/cryptodev*.h
1618 F: backends/cryptodev*.c
1619
1620 Python scripts
1621 M: Eduardo Habkost <[email protected]>
1622 M: Cleber Rosa <[email protected]>
1623 S: Odd fixes
1624 F: scripts/qmp/*
1625 F: scripts/*.py
1626 F: tests/*.py
1627
1628 QAPI
1629 M: Markus Armbruster <[email protected]>
1630 M: Michael Roth <[email protected]>
1631 S: Supported
1632 F: qapi/
1633 X: qapi/*.json
1634 F: include/qapi/
1635 X: include/qapi/qmp/
1636 F: include/qapi/qmp/dispatch.h
1637 F: tests/qapi-schema/
1638 F: tests/test-*-visitor.c
1639 F: tests/test-qapi-*.c
1640 F: tests/test-qmp-*.c
1641 F: tests/test-visitor-serialization.c
1642 F: scripts/qapi-gen.py
1643 F: scripts/qapi/*
1644 F: docs/devel/qapi*
1645 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1646
1647 QAPI Schema
1648 M: Eric Blake <[email protected]>
1649 M: Markus Armbruster <[email protected]>
1650 S: Supported
1651 F: qapi-schema.json
1652 F: qapi/*.json
1653 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1654
1655 QObject
1656 M: Markus Armbruster <[email protected]>
1657 S: Supported
1658 F: qobject/
1659 F: include/qapi/qmp/
1660 X: include/qapi/qmp/dispatch.h
1661 F: scripts/coccinelle/qobject.cocci
1662 F: tests/check-qdict.c
1663 F: tests/check-qnum.c
1664 F: tests/check-qjson.c
1665 F: tests/check-qlist.c
1666 F: tests/check-qstring.c
1667 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1668
1669 QEMU Guest Agent
1670 M: Michael Roth <[email protected]>
1671 S: Maintained
1672 F: qga/
1673 F: qemu-ga.texi
1674 F: scripts/qemu-guest-agent/
1675 F: tests/test-qga.c
1676 F: docs/interop/qemu-ga-ref.texi
1677 T: git git://github.com/mdroth/qemu.git qga
1678
1679 QOM
1680 M: Andreas Färber <[email protected]>
1681 S: Supported
1682 T: git git://github.com/afaerber/qemu-cpu.git qom-next
1683 F: include/qom/
1684 X: include/qom/cpu.h
1685 F: qom/
1686 X: qom/cpu.c
1687 F: tests/check-qom-interface.c
1688 F: tests/check-qom-proplist.c
1689 F: tests/qom-test.c
1690
1691 QMP
1692 M: Markus Armbruster <[email protected]>
1693 S: Supported
1694 F: qmp.c
1695 F: monitor.c
1696 F: docs/devel/*qmp-*
1697 F: scripts/qmp/
1698 F: tests/qmp-test.c
1699 T: git git://repo.or.cz/qemu/armbru.git qapi-next
1700
1701 Register API
1702 M: Alistair Francis <[email protected]>
1703 S: Maintained
1704 F: hw/core/register.c
1705 F: include/hw/register.h
1706 F: include/hw/registerfields.h
1707
1708 SLIRP
1709 M: Samuel Thibault <[email protected]>
1710 M: Jan Kiszka <[email protected]>
1711 S: Maintained
1712 F: slirp/
1713 F: net/slirp.c
1714 F: include/net/slirp.h
1715 T: git https://people.debian.org/~sthibault/qemu.git slirp
1716 T: git git://git.kiszka.org/qemu.git queues/slirp
1717
1718 Stubs
1719 M: Paolo Bonzini <[email protected]>
1720 S: Maintained
1721 F: stubs/
1722
1723 Tracing
1724 M: Stefan Hajnoczi <[email protected]>
1725 S: Maintained
1726 F: trace/
1727 F: trace-events
1728 F: qemu-option-trace.texi
1729 F: scripts/tracetool.py
1730 F: scripts/tracetool/
1731 F: docs/devel/tracing.txt
1732 T: git git://github.com/stefanha/qemu.git tracing
1733
1734 TPM
1735 M: Stefan Berger <[email protected]>
1736 S: Maintained
1737 F: tpm.c
1738 F: stubs/tpm.c
1739 F: hw/tpm/*
1740 F: include/hw/acpi/tpm.h
1741 F: include/sysemu/tpm*
1742 F: qapi/tpm.json
1743 F: backends/tpm.c
1744 F: tests/*tpm*
1745 T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
1746
1747 Checkpatch
1748 S: Odd Fixes
1749 F: scripts/checkpatch.pl
1750
1751 Migration
1752 M: Juan Quintela <[email protected]>
1753 M: Dr. David Alan Gilbert <[email protected]>
1754 S: Maintained
1755 F: include/migration/
1756 F: migration/
1757 F: scripts/vmstate-static-checker.py
1758 F: tests/vmstate-static-checker-data/
1759 F: tests/migration-test.c
1760 F: docs/devel/migration.txt
1761 F: qapi/migration.json
1762
1763 Seccomp
1764 M: Eduardo Otubo <[email protected]>
1765 S: Supported
1766 F: qemu-seccomp.c
1767 F: include/sysemu/seccomp.h
1768
1769 Cryptography
1770 M: Daniel P. Berrange <[email protected]>
1771 S: Maintained
1772 F: crypto/
1773 F: include/crypto/
1774 F: tests/test-crypto-*
1775 F: tests/benchmark-crypto-*
1776 F: qemu.sasl
1777
1778 Coroutines
1779 M: Stefan Hajnoczi <[email protected]>
1780 M: Kevin Wolf <[email protected]>
1781 F: util/*coroutine*
1782 F: include/qemu/coroutine*
1783 F: tests/test-coroutine.c
1784
1785 Buffers
1786 M: Daniel P. Berrange <[email protected]>
1787 S: Odd fixes
1788 F: util/buffer.c
1789 F: include/qemu/buffer.h
1790
1791 I/O Channels
1792 M: Daniel P. Berrange <[email protected]>
1793 S: Maintained
1794 F: io/
1795 F: include/io/
1796 F: tests/test-io-*
1797
1798 Sockets
1799 M: Daniel P. Berrange <[email protected]>
1800 M: Gerd Hoffmann <[email protected]>
1801 M: Paolo Bonzini <[email protected]>
1802 S: Maintained
1803 F: include/qemu/sockets.h
1804 F: util/qemu-sockets.c
1805 F: qapi/sockets.json
1806
1807 Throttling infrastructure
1808 M: Alberto Garcia <[email protected]>
1809 S: Supported
1810 F: block/throttle-groups.c
1811 F: include/block/throttle-groups.h
1812 F: include/qemu/throttle*.h
1813 F: util/throttle.c
1814 F: docs/throttle.txt
1815 F: tests/test-throttle.c
1816 L: [email protected]
1817
1818 UUID
1819 M: Fam Zheng <[email protected]>
1820 S: Supported
1821 F: util/uuid.c
1822 F: include/qemu/uuid.h
1823 F: tests/test-uuid.c
1824
1825 COLO Framework
1826 M: zhanghailiang <[email protected]>
1827 S: Maintained
1828 F: migration/colo*
1829 F: include/migration/colo.h
1830 F: include/migration/failover.h
1831 F: docs/COLO-FT.txt
1832
1833 COLO Proxy
1834 M: Zhang Chen <[email protected]>
1835 M: Li Zhijian <[email protected]>
1836 S: Supported
1837 F: docs/colo-proxy.txt
1838 F: net/colo*
1839 F: net/filter-rewriter.c
1840 F: net/filter-mirror.c
1841
1842 Record/replay
1843 M: Pavel Dovgalyuk <[email protected]>
1844 R: Paolo Bonzini <[email protected]>
1845 W: https://wiki.qemu.org/Features/record-replay
1846 S: Supported
1847 F: replay/*
1848 F: block/blkreplay.c
1849 F: net/filter-replay.c
1850 F: include/sysemu/replay.h
1851 F: docs/replay.txt
1852 F: stubs/replay.c
1853
1854 IOVA Tree
1855 M: Peter Xu <[email protected]>
1856 S: Maintained
1857 F: include/qemu/iova-tree.h
1858 F: util/iova-tree.c
1859
1860 Usermode Emulation
1861 ------------------
1862 Overall
1863 M: Riku Voipio <[email protected]>
1864 S: Maintained
1865 F: thunk.c
1866 F: accel/tcg/user-exec*.c
1867
1868 BSD user
1869 S: Orphan
1870 F: bsd-user/
1871 F: default-configs/*-bsd-user.mak
1872
1873 Linux user
1874 M: Riku Voipio <[email protected]>
1875 R: Laurent Vivier <[email protected]>
1876 S: Maintained
1877 F: linux-user/
1878 F: default-configs/*-linux-user.mak
1879 F: scripts/qemu-binfmt-conf.sh
1880
1881 Tiny Code Generator (TCG)
1882 -------------------------
1883 Common code
1884 M: Richard Henderson <[email protected]>
1885 S: Maintained
1886 F: tcg/
1887
1888 AArch64 target
1889 M: Claudio Fontana <[email protected]>
1890 M: Claudio Fontana <[email protected]>
1891 S: Maintained
1892 L: [email protected]
1893 F: tcg/aarch64/
1894 F: disas/arm-a64.cc
1895 F: disas/libvixl/
1896
1897 ARM target
1898 M: Andrzej Zaborowski <[email protected]>
1899 S: Maintained
1900 L: [email protected]
1901 F: tcg/arm/
1902 F: disas/arm.c
1903
1904 i386 target
1905 L: [email protected]
1906 S: Maintained
1907 F: tcg/i386/
1908 F: disas/i386.c
1909
1910 MIPS target
1911 M: Aurelien Jarno <[email protected]>
1912 S: Maintained
1913 F: tcg/mips/
1914 F: disas/mips.c
1915
1916 PPC
1917 M: Richard Henderson <[email protected]>
1918 S: Odd Fixes
1919 F: tcg/ppc/
1920 F: disas/ppc.c
1921
1922 S390 target
1923 M: Alexander Graf <[email protected]>
1924 M: Richard Henderson <[email protected]>
1925 S: Maintained
1926 F: tcg/s390/
1927 F: disas/s390.c
1928 L: [email protected]
1929
1930 SPARC target
1931 S: Odd Fixes
1932 F: tcg/sparc/
1933 F: disas/sparc.c
1934
1935 TCI target
1936 M: Stefan Weil <[email protected]>
1937 S: Maintained
1938 F: tcg/tci/
1939 F: tcg/tci.c
1940 F: disas/tci.c
1941
1942 Block drivers
1943 -------------
1944 VMDK
1945 M: Fam Zheng <[email protected]>
1946 L: [email protected]
1947 S: Supported
1948 F: block/vmdk.c
1949
1950 RBD
1951 M: Josh Durgin <[email protected]>
1952 M: Jeff Cody <[email protected]>
1953 L: [email protected]
1954 S: Supported
1955 F: block/rbd.c
1956 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1957
1958 Sheepdog
1959 M: Hitoshi Mitake <[email protected]>
1960 M: Liu Yuan <[email protected]>
1961 M: Jeff Cody <[email protected]>
1962 L: [email protected]
1963 L: [email protected]
1964 S: Supported
1965 F: block/sheepdog.c
1966 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1967
1968 VHDX
1969 M: Jeff Cody <[email protected]>
1970 L: [email protected]
1971 S: Supported
1972 F: block/vhdx*
1973 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1974
1975 VDI
1976 M: Stefan Weil <[email protected]>
1977 L: [email protected]
1978 S: Maintained
1979 F: block/vdi.c
1980
1981 iSCSI
1982 M: Ronnie Sahlberg <[email protected]>
1983 M: Paolo Bonzini <[email protected]>
1984 M: Peter Lieven <[email protected]>
1985 L: [email protected]
1986 S: Supported
1987 F: block/iscsi.c
1988 F: block/iscsi-opts.c
1989
1990 Network Block Device (NBD)
1991 M: Eric Blake <[email protected]>
1992 M: Paolo Bonzini <[email protected]>
1993 L: [email protected]
1994 S: Maintained
1995 F: block/nbd*
1996 F: nbd/
1997 F: include/block/nbd*
1998 F: qemu-nbd.*
1999 F: blockdev-nbd.c
2000 F: docs/interop/nbd.txt
2001 T: git git://repo.or.cz/qemu/ericb.git nbd
2002
2003 NFS
2004 M: Jeff Cody <[email protected]>
2005 M: Peter Lieven <[email protected]>
2006 L: [email protected]
2007 S: Maintained
2008 F: block/nfs.c
2009 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2010
2011 SSH
2012 M: Richard W.M. Jones <[email protected]>
2013 M: Jeff Cody <[email protected]>
2014 L: [email protected]
2015 S: Supported
2016 F: block/ssh.c
2017 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2018
2019 CURL
2020 M: Jeff Cody <[email protected]>
2021 L: [email protected]
2022 S: Supported
2023 F: block/curl.c
2024 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2025
2026 GLUSTER
2027 M: Jeff Cody <[email protected]>
2028 L: [email protected]
2029 S: Supported
2030 F: block/gluster.c
2031 T: git git://github.com/codyprime/qemu-kvm-jtc.git block
2032
2033 Null Block Driver
2034 M: Fam Zheng <[email protected]>
2035 L: [email protected]
2036 S: Supported
2037 F: block/null.c
2038
2039 NVMe Block Driver
2040 M: Fam Zheng <[email protected]>
2041 L: [email protected]
2042 S: Supported
2043 F: block/nvme*
2044
2045 Bootdevice
2046 M: Gonglei <[email protected]>
2047 S: Maintained
2048 F: bootdevice.c
2049
2050 Quorum
2051 M: Alberto Garcia <[email protected]>
2052 S: Supported
2053 F: block/quorum.c
2054 L: [email protected]
2055
2056 blklogwrites
2057 M: Ari Sundholm <[email protected]>
2058 L: [email protected]
2059 S: Supported
2060 F: block/blklogwrites.c
2061
2062 blkverify
2063 M: Stefan Hajnoczi <[email protected]>
2064 L: [email protected]
2065 S: Supported
2066 F: block/blkverify.c
2067
2068 bochs
2069 M: Stefan Hajnoczi <[email protected]>
2070 L: [email protected]
2071 S: Supported
2072 F: block/bochs.c
2073
2074 cloop
2075 M: Stefan Hajnoczi <[email protected]>
2076 L: [email protected]
2077 S: Supported
2078 F: block/cloop.c
2079
2080 dmg
2081 M: Stefan Hajnoczi <[email protected]>
2082 L: [email protected]
2083 S: Supported
2084 F: block/dmg.c
2085
2086 parallels
2087 M: Stefan Hajnoczi <[email protected]>
2088 M: Denis V. Lunev <[email protected]>
2089 L: [email protected]
2090 S: Supported
2091 F: block/parallels.c
2092 F: docs/interop/parallels.txt
2093
2094 qed
2095 M: Stefan Hajnoczi <[email protected]>
2096 L: [email protected]
2097 S: Supported
2098 F: block/qed.c
2099
2100 raw
2101 M: Kevin Wolf <[email protected]>
2102 L: [email protected]
2103 S: Supported
2104 F: block/linux-aio.c
2105 F: include/block/raw-aio.h
2106 F: block/raw-format.c
2107 F: block/file-posix.c
2108 F: block/file-win32.c
2109 F: block/win32-aio.c
2110
2111 qcow2
2112 M: Kevin Wolf <[email protected]>
2113 M: Max Reitz <[email protected]>
2114 L: [email protected]
2115 S: Supported
2116 F: block/qcow2*
2117 F: docs/interop/qcow2.txt
2118
2119 qcow
2120 M: Kevin Wolf <[email protected]>
2121 L: [email protected]
2122 S: Supported
2123 F: block/qcow.c
2124
2125 blkdebug
2126 M: Kevin Wolf <[email protected]>
2127 M: Max Reitz <[email protected]>
2128 L: [email protected]
2129 S: Supported
2130 F: block/blkdebug.c
2131
2132 vpc
2133 M: Kevin Wolf <[email protected]>
2134 L: [email protected]
2135 S: Supported
2136 F: block/vpc.c
2137
2138 vvfat
2139 M: Kevin Wolf <[email protected]>
2140 L: [email protected]
2141 S: Supported
2142 F: block/vvfat.c
2143
2144 Image format fuzzer
2145 M: Stefan Hajnoczi <[email protected]>
2146 L: [email protected]
2147 S: Supported
2148 F: tests/image-fuzzer/
2149
2150 Replication
2151 M: Wen Congyang <[email protected]>
2152 M: Xie Changlong <[email protected]>
2153 S: Supported
2154 F: replication*
2155 F: block/replication.c
2156 F: tests/test-replication.c
2157 F: docs/block-replication.txt
2158
2159 PVRDMA
2160 M: Yuval Shaia <[email protected]>
2161 M: Marcel Apfelbaum <[email protected]>
2162 S: Maintained
2163 F: hw/rdma/*
2164 F: hw/rdma/vmw/*
2165 F: docs/pvrdma.txt
2166
2167 Build and test automation
2168 -------------------------
2169 Build and test automation
2170 M: Alex Bennée <[email protected]>
2171 M: Fam Zheng <[email protected]>
2172 R: Philippe Mathieu-Daudé <[email protected]>
2173 L: [email protected]
2174 S: Maintained
2175 F: .travis.yml
2176 F: scripts/travis/
2177 F: .shippable.yml
2178 F: tests/docker/
2179 F: tests/vm/
2180 W: https://travis-ci.org/qemu/qemu
2181 W: https://app.shippable.com/github/qemu/qemu
2182 W: http://patchew.org/QEMU/
2183
2184 Guest Test Compilation Support
2185 M: Alex Bennée <[email protected]>
2186 R: Philippe Mathieu-Daudé <[email protected]>
2187 F: tests/tcg/Makefile
2188 F: tests/tcg/Makefile.include
2189 L: [email protected]
2190
2191 Documentation
2192 -------------
2193 Build system architecture
2194 M: Daniel P. Berrange <[email protected]>
2195 S: Odd Fixes
2196 F: docs/devel/build-system.txt
2197
2198 Incompatible changes
2199 R: [email protected]
2200 F: qemu-deprecated.texi
2201
2202 Build System
2203 ------------
2204 GIT submodules
2205 M: Daniel P. Berrange <[email protected]>
2206 S: Odd Fixes
2207 F: scripts/git-submodule.sh
This page took 0.135984 seconds and 4 git commands to generate.