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