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