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