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