]> Git Repo - qemu.git/blame - MAINTAINERS
typedef: add typedef for QemuOpts
[qemu.git] / MAINTAINERS
CommitLineData
b6f97c14
FB
1QEMU Maintainers
2================
3
fd5d5c56
AL
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.
3cd9acb4 8
fd5d5c56
AL
9In general, if you have a question about inclusion of a patch, you should
10consult qemu-devel and not any specific individual privately.
b6f97c14 11
fd5d5c56
AL
12Descriptions of section entries:
13
14 M: Mail patches to: FullName <address@domain>
15 L: Mailing list that is relevant to this area
16 W: Web-page with status/info
17 Q: Patchwork web based patch tracking system site
18 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
19 S: Status, one of the following:
20 Supported: Someone is actually paid to look after this.
21 Maintained: Someone actually looks after it.
22 Odd Fixes: It has a maintainer but they don't have time to do
c91bbffb 23 much other than throw the odd patch in. See below.
fd5d5c56
AL
24 Orphan: No current maintainer [but maybe you could take the
25 role as you write your new code].
26 Obsolete: Old code. Something tagged obsolete generally means
27 it has been replaced by a better system and you
28 should be using that.
29 F: Files and directories with wildcard patterns.
30 A trailing slash includes all files and subdirectory files.
31 F: drivers/net/ all files in and below drivers/net
32 F: drivers/net/* all files in drivers/net, but not below
33 F: */net/* all files in "any top level directory"/net
34 One pattern per line. Multiple F: lines acceptable.
35 X: Files and directories that are NOT maintained, same rules as F:
36 Files exclusions are tested before file matches.
37 Can be useful for excluding a specific subdirectory, for instance:
38 F: net/
39 X: net/ipv6/
40 matches all files in and below net excluding net/ipv6/
41 K: Keyword perl extended regex pattern to match content in a
42 patch or file. For instance:
43 K: of_get_profile
44 matches patches or files that contain "of_get_profile"
45 K: \b(printk|pr_(info|err))\b
46 matches patches or files that contain one or more of the words
47 printk, pr_info or pr_err
48 One regex pattern per line. Multiple K: lines acceptable.
49
50
51General Project Administration
52------------------------------
ff0d4876 53M: Peter Maydell <[email protected]>
fd5d5c56 54
62622c11
MT
55Responsible Disclosure, Reporting Security Issues
56------------------------------
57W: http://wiki.qemu.org/SecurityProcess
58M: Michael S. Tsirkin <[email protected]>
62622c11
MT
59L: [email protected]
60
fd5d5c56
AL
61Guest CPU cores (TCG):
62----------------------
486bbe5f 63Overall
5dd4a88c 64L: [email protected]
486bbe5f
PB
65S: Odd fixes
66F: cpu-exec.c
67F: cputlb.c
68F: softmmu_template.h
69F: translate-all.c
70F: include/exec/cpu_ldst.h
71F: include/exec/cpu_ldst_template.h
72F: include/exec/helper*.h
73
fd5d5c56 74Alpha
8d6df264
RH
75M: Richard Henderson <[email protected]>
76S: Maintained
fd5d5c56 77F: target-alpha/
8d8b636d 78F: hw/alpha/
c0bd0b50 79F: tests/tcg/alpha/
c17652ee 80F: disas/alpha.c
b6f97c14 81
b6f97c14 82ARM
1ce9ce6a 83M: Peter Maydell <[email protected]>
fd5d5c56
AL
84S: Maintained
85F: target-arm/
8d8b636d
PB
86F: hw/arm/
87F: hw/cpu/a*mpcore.c
c17652ee
PB
88F: disas/arm.c
89F: disas/arm-a64.cc
90F: disas/libvixl/
fd5d5c56
AL
91
92CRIS
93M: Edgar E. Iglesias <[email protected]>
94S: Maintained
95F: target-cris/
8d8b636d 96F: hw/cris/
c0bd0b50 97F: tests/tcg/cris/
c17652ee 98F: disas/cris.c
fd5d5c56 99
07bf23a7
MW
100LM32
101M: Michael Walle <[email protected]>
102S: Maintained
103F: target-lm32/
4eab7a0a 104F: disas/lm32.c
8d8b636d 105F: hw/lm32/
4eab7a0a
MW
106F: hw/*/lm32_*
107F: hw/*/milkymist-*
108F: include/hw/char/lm32_juart.h
109F: include/hw/lm32/
c0bd0b50 110F: tests/tcg/lm32/
07bf23a7 111
fd5d5c56 112M68K
0e19885e 113S: Orphan
fd5d5c56 114F: target-m68k/
8d8b636d 115F: hw/m68k/
fd5d5c56
AL
116
117MicroBlaze
118M: Edgar E. Iglesias <[email protected]>
119S: Maintained
120F: target-microblaze/
8d8b636d 121F: hw/microblaze/
c17652ee 122F: disas/microblaze.c
fd5d5c56 123
b6f97c14 124MIPS
ddb13561 125M: Aurelien Jarno <[email protected]>
6f640917
LA
126M: Leon Alrae <[email protected]>
127S: Maintained
fd5d5c56 128F: target-mips/
8d8b636d 129F: hw/mips/
c0bd0b50 130F: tests/tcg/mips/
c17652ee 131F: disas/mips.c
fd5d5c56 132
d15a9c23
AG
133Moxie
134M: Anthony Green <[email protected]>
135S: Maintained
136F: target-moxie/
c17652ee 137F: disas/moxie.c
d15a9c23 138
945dad6d
JL
139OpenRISC
140M: Jia Liu <[email protected]>
141S: Maintained
142F: target-openrisc/
143F: hw/openrisc/
c0bd0b50 144F: tests/tcg/openrisc/
945dad6d 145
b6f97c14 146PowerPC
fd5d5c56 147M: Alexander Graf <[email protected]>
a6c98685 148L: [email protected]
fd5d5c56
AL
149S: Maintained
150F: target-ppc/
8d8b636d 151F: hw/ppc/
c17652ee 152F: disas/ppc.c
fd5d5c56
AL
153
154S390
2b35e93f 155M: Richard Henderson <[email protected]>
fd5d5c56
AL
156M: Alexander Graf <[email protected]>
157S: Maintained
158F: target-s390x/
8d8b636d 159F: hw/s390x/
c17652ee 160F: disas/s390.c
fd5d5c56 161
b6f97c14 162SH4
ddb13561 163M: Aurelien Jarno <[email protected]>
2c9b7d1a 164S: Odd Fixes
fd5d5c56 165F: target-sh4/
8d8b636d 166F: hw/sh4/
c17652ee 167F: disas/sh4.c
fd5d5c56
AL
168
169SPARC
170M: Blue Swirl <[email protected]>
f2416d3a 171M: Mark Cave-Ayland <[email protected]>
fd5d5c56
AL
172S: Maintained
173F: target-sparc/
8d8b636d
PB
174F: hw/sparc/
175F: hw/sparc64/
c17652ee 176F: disas/sparc.c
fd5d5c56 177
a6ea7b4c
AF
178UniCore32
179M: Guan Xuetao <[email protected]>
180S: Maintained
181F: target-unicore32/
8d8b636d 182F: hw/unicore32/
a6ea7b4c 183
fd5d5c56 184X86
d46d72fd
PB
185M: Paolo Bonzini <[email protected]>
186M: Richard Henderson <[email protected]>
e1a04339 187M: Eduardo Habkost <[email protected]>
b203a4ba 188S: Maintained
fd5d5c56 189F: target-i386/
8d8b636d 190F: hw/i386/
c17652ee 191F: disas/i386.c
fd5d5c56 192
16e7caae
MF
193Xtensa
194M: Max Filippov <[email protected]>
375847a6 195W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
196S: Maintained
197F: target-xtensa/
8d8b636d 198F: hw/xtensa/
c0bd0b50 199F: tests/tcg/xtensa/
16e7caae 200
48e06fe0
BK
201TriCore
202M: Bastian Koppelmann <[email protected]>
203S: Maintained
204F: target-tricore/
205F: hw/tricore/
206
fd5d5c56
AL
207Guest CPU Cores (KVM):
208----------------------
209
210Overall
c6d559d9 211M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
212L: [email protected]
213S: Supported
214F: kvm-*
215F: */kvm.*
216
ed4659d1
PM
217ARM
218M: Peter Maydell <[email protected]>
219S: Maintained
220F: target-arm/kvm.c
221
a31896c4
JH
222MIPS
223M: James Hogan <[email protected]>
224S: Maintained
225F: target-mips/kvm.c
226
fd5d5c56
AL
227PPC
228M: Alexander Graf <[email protected]>
229S: Maintained
230F: target-ppc/kvm.c
231
749717a0 232S390
b304bf00
CB
233M: Christian Borntraeger <[email protected]>
234M: Cornelia Huck <[email protected]>
fd5d5c56
AL
235M: Alexander Graf <[email protected]>
236S: Maintained
237F: target-s390x/kvm.c
4277af19
CH
238F: hw/intc/s390_flic.c
239F: hw/intc/s390_flic_kvm.c
240F: include/hw/s390x/s390_flic.h
fd5d5c56
AL
241
242X86
d46d72fd 243M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
244M: Marcelo Tosatti <[email protected]>
245L: [email protected]
246S: Supported
247F: target-i386/kvm.c
248
8a6b0cd7
SS
249Guest CPU Cores (Xen):
250----------------------
251
252X86
253M: Stefano Stabellini <[email protected]>
254L: [email protected]
255S: Supported
256F: xen-*
257F: */xen*
258
1bdd6874
SW
259Hosts:
260------
261
262LINUX
263L: [email protected]
264S: Maintained
265F: linux-*
266F: linux-headers/
267
268POSIX
269L: [email protected]
270S: Maintained
271F: *posix*
272
273W32, W64
274L: [email protected]
275M: Stefan Weil <[email protected]>
276S: Maintained
277F: *win32*
278
fd5d5c56
AL
279ARM Machines
280------------
84291fe7 281Allwinner-a10
85b4d5da 282M: Beniamino Galvani <[email protected]>
84291fe7 283S: Maintained
85b4d5da
BG
284F: hw/*/allwinner*
285F: include/hw/*/allwinner*
84291fe7
LG
286F: hw/arm/cubieboard.c
287
fc63dcff
EV
288Exynos
289M: Evgeny Voevodin <[email protected]>
290M: Maksim Kozlov <[email protected]>
f44c5c67 291M: Igor Mitsyanko <[email protected]>
fc63dcff
EV
292M: Dmitry Solodkiy <[email protected]>
293S: Maintained
8d8b636d 294F: hw/*/exynos*
fc63dcff 295
766fd09f 296Calxeda Highbank
9ef137ca
RH
297M: Rob Herring <[email protected]>
298S: Maintained
8d8b636d
PB
299F: hw/arm/highbank.c
300F: hw/net/xgmac.c
766fd09f 301
9082f121
AP
302Canon DIGIC
303M: Antony Pavlov <[email protected]>
304S: Maintained
305F: include/hw/arm/digic.h
306F: hw/*/digic*
307
fd5d5c56 308Gumstix
5dd4a88c 309L: [email protected]
fd5d5c56 310S: Orphan
8d8b636d 311F: hw/arm/gumstix.c
fd5d5c56 312
0325559d
PC
313i.MX31
314M: Peter Chubb <[email protected]>
315S: Odd fixes
8d8b636d
PB
316F: hw/*/imx*
317F: hw/arm/kzm.c
0325559d 318
fd5d5c56 319Integrator CP
1ce9ce6a 320M: Peter Maydell <[email protected]>
fd5d5c56 321S: Maintained
8d8b636d 322F: hw/arm/integratorcp.c
fd5d5c56
AL
323
324Mainstone
5dd4a88c 325L: [email protected]
fd5d5c56 326S: Orphan
8d8b636d 327F: hw/arm/mainstone.c
fd5d5c56
AL
328
329Musicpal
330M: Jan Kiszka <[email protected]>
331S: Maintained
8d8b636d 332F: hw/arm/musicpal.c
fd5d5c56
AL
333
334nSeries
335M: Andrzej Zaborowski <[email protected]>
336S: Maintained
8d8b636d 337F: hw/arm/nseries.c
fd5d5c56
AL
338
339Palm
340M: Andrzej Zaborowski <[email protected]>
341S: Maintained
8d8b636d 342F: hw/arm/palm.c
fd5d5c56
AL
343
344Real View
1ce9ce6a 345M: Peter Maydell <[email protected]>
fd5d5c56 346S: Maintained
8d8b636d 347F: hw/arm/realview*
fd5d5c56
AL
348
349Spitz
350M: Andrzej Zaborowski <[email protected]>
351S: Maintained
8d8b636d 352F: hw/arm/spitz.c
fd5d5c56
AL
353
354Stellaris
1ce9ce6a 355M: Peter Maydell <[email protected]>
fd5d5c56 356S: Maintained
8d8b636d 357F: hw/*/stellaris*
fd5d5c56
AL
358
359Versatile PB
1ce9ce6a 360M: Peter Maydell <[email protected]>
fd5d5c56 361S: Maintained
8d8b636d 362F: hw/*/versatile*
fd5d5c56 363
e3260506 364Xilinx Zynq
4b46ba61
AF
365M: Alistair Francis <[email protected]>
366M: Peter Crosthwaite <[email protected]>
e3260506 367S: Maintained
8d8b636d
PB
368F: hw/arm/xilinx_zynq.c
369F: hw/misc/zynq_slcr.c
370F: hw/*/cadence_*
371F: hw/ssi/xilinx_spips.c
e3260506 372
137805f5
AF
373Xilinx ZynqMP
374M: Alistair Francis <[email protected]>
375M: Peter Crosthwaite <[email protected]>
376S: Maintained
377F: hw/arm/xlnx-zynqmp.c
378F: hw/arm/xlnx-ep108.c
379F: include/hw/arm/xlnx-zynqmp.h
380
8f4d260e
SZ
381ARM ACPI Subsystem
382M: Shannon Zhao <[email protected]>
383M: Shannon Zhao <[email protected]>
384S: Maintained
385F: hw/arm/virt-acpi-build.c
386F: include/hw/arm/virt-acpi-build.h
387
fd5d5c56
AL
388CRIS Machines
389-------------
390Axis Dev88
391M: Edgar E. Iglesias <[email protected]>
392S: Maintained
8d8b636d 393F: hw/cris/axis_dev88.c
6e481d57 394F: hw/*/etraxfs_*.c
fd5d5c56 395
07bf23a7
MW
396LM32 Machines
397-------------
398EVR32 and uclinux BSP
399M: Michael Walle <[email protected]>
400S: Maintained
8d8b636d 401F: hw/lm32/lm32_boards.c
07bf23a7 402
d118aa6b
MW
403milkymist
404M: Michael Walle <[email protected]>
405S: Maintained
8d8b636d 406F: hw/lm32/milkymist.c
d118aa6b 407
afcacd53 408M68K Machines
fd5d5c56
AL
409-------------
410an5206
0e19885e 411S: Orphan
8d8b636d 412F: hw/m68k/an5206.c
fd5d5c56
AL
413
414dummy_m68k
0e19885e 415S: Orphan
8d8b636d 416F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
417
418mcf5208
0e19885e 419S: Orphan
8d8b636d 420F: hw/m68k/mcf5208.c
fd5d5c56
AL
421
422MicroBlaze Machines
423-------------------
424petalogix_s3adsp1800
425M: Edgar E. Iglesias <[email protected]>
426S: Maintained
6e481d57 427F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 428
d36e8ce7 429petalogix_ml605
4b46ba61 430M: Edgar E. Iglesias <[email protected]>
d36e8ce7 431S: Maintained
8d8b636d 432F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 433
fd5d5c56
AL
434MIPS Machines
435-------------
436Jazz
437M: Hervé Poussineau <[email protected]>
438S: Maintained
8d8b636d 439F: hw/mips/mips_jazz.c
fd5d5c56
AL
440
441Malta
442M: Aurelien Jarno <[email protected]>
443S: Maintained
8d8b636d 444F: hw/mips/mips_malta.c
fd5d5c56
AL
445
446Mipssim
5dd4a88c 447L: [email protected]
fd5d5c56 448S: Orphan
8d8b636d 449F: hw/mips/mips_mipssim.c
fd5d5c56
AL
450
451R4000
452M: Aurelien Jarno <[email protected]>
453S: Maintained
8d8b636d 454F: hw/mips/mips_r4k.c
fd5d5c56 455
945dad6d
JL
456OpenRISC Machines
457-----------------
458or1k-sim
459M: Jia Liu <[email protected]>
460S: Maintained
461F: hw/openrisc/openrisc_sim.c
462
fd5d5c56
AL
463PowerPC Machines
464----------------
465405
466M: Alexander Graf <[email protected]>
a6c98685 467L: [email protected]
9b9fe135 468S: Odd Fixes
8d8b636d 469F: hw/ppc/ppc405_boards.c
fd5d5c56 470
aaade8d7
AF
471Bamboo
472M: Alexander Graf <[email protected]>
473L: [email protected]
474S: Odd Fixes
8d8b636d 475F: hw/ppc/ppc440_bamboo.c
aaade8d7 476
98cded3a
AF
477e500
478M: Alexander Graf <[email protected]>
479M: Scott Wood <[email protected]>
480L: [email protected]
481S: Supported
482F: hw/ppc/e500.[hc]
483F: hw/ppc/e500plat.c
484
485mpc8544ds
486M: Alexander Graf <[email protected]>
487M: Scott Wood <[email protected]>
488L: [email protected]
489S: Supported
490F: hw/ppc/mpc8544ds.c
8d8b636d 491F: hw/ppc/mpc8544_guts.c
98cded3a 492
fd5d5c56
AL
493New World
494M: Alexander Graf <[email protected]>
a6c98685 495L: [email protected]
fd5d5c56 496S: Maintained
baec1910 497F: hw/ppc/mac_newworld.c
6e481d57
PM
498F: hw/pci-host/uninorth.c
499F: hw/pci-bridge/dec.[hc]
8d8b636d 500F: hw/misc/macio/
fd5d5c56
AL
501
502Old World
503M: Alexander Graf <[email protected]>
a6c98685 504L: [email protected]
fd5d5c56 505S: Maintained
baec1910 506F: hw/ppc/mac_oldworld.c
6e481d57 507F: hw/pci-host/grackle.c
8d8b636d 508F: hw/misc/macio/
fd5d5c56 509
ec38d398
AF
510PReP
511M: Andreas Färber <[email protected]>
a6c98685 512L: [email protected]
ec38d398 513S: Odd Fixes
75610155 514F: hw/ppc/prep.c
6e481d57 515F: hw/pci-host/prep.[hc]
8d8b636d 516F: hw/isa/pc87312.[hc]
fd5d5c56 517
085eb217
DG
518sPAPR (pseries)
519M: David Gibson <[email protected]>
8a269ca4
AF
520M: Alexander Graf <[email protected]>
521L: [email protected]
522S: Supported
8d8b636d 523F: hw/*/spapr*
f9de2da7
DG
524F: include/hw/*/spapr*
525F: hw/*/xics*
526F: include/hw/*/xics*
527F: pc-bios/spapr-rtas/*
8a269ca4 528
794d00bf
AF
529virtex_ml507
530M: Edgar E. Iglesias <[email protected]>
531L: [email protected]
532S: Odd Fixes
6e481d57 533F: hw/ppc/virtex_ml507.c
794d00bf 534
fd5d5c56
AL
535SH4 Machines
536------------
537R2D
538M: Magnus Damm <[email protected]>
539S: Maintained
6e481d57 540F: hw/sh4/r2d.c
fd5d5c56
AL
541
542Shix
543M: Magnus Damm <[email protected]>
afcacd53 544S: Orphan
6e481d57 545F: hw/sh4/shix.c
fd5d5c56
AL
546
547SPARC Machines
548--------------
549Sun4m
550M: Blue Swirl <[email protected]>
f2416d3a 551M: Mark Cave-Ayland <[email protected]>
fd5d5c56 552S: Maintained
8d8b636d 553F: hw/sparc/sun4m.c
fd5d5c56
AL
554
555Sun4u
556M: Blue Swirl <[email protected]>
f2416d3a 557M: Mark Cave-Ayland <[email protected]>
fd5d5c56 558S: Maintained
8d8b636d 559F: hw/sparc64/sun4u.c
fd5d5c56 560
ce6c760c
FC
561Leon3
562M: Fabien Chouteau <[email protected]>
563S: Maintained
8d8b636d
PB
564F: hw/sparc/leon3.c
565F: hw/*/grlib*
ce6c760c 566
fd5d5c56
AL
567S390 Machines
568-------------
569S390 Virtio
570M: Alexander Graf <[email protected]>
571S: Maintained
6e481d57 572F: hw/s390x/s390-*.c
8cba80c3 573X: hw/s390x/*pci*.[hc]
fd5d5c56 574
dd4ad64a
CH
575S390 Virtio-ccw
576M: Cornelia Huck <[email protected]>
b304bf00 577M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
578M: Alexander Graf <[email protected]>
579S: Supported
0c6aa7ee 580F: hw/char/sclp*.[hc]
dd4ad64a
CH
581F: hw/s390x/s390-virtio-ccw.c
582F: hw/s390x/css.[hc]
b304bf00
CB
583F: hw/s390x/sclp*.[hc]
584F: hw/s390x/ipl*.[hc]
8cba80c3 585F: hw/s390x/*pci*.[hc]
0efe406c 586F: hw/s390x/s390-skeys*.c
4277af19
CH
587F: include/hw/s390x/
588F: pc-bios/s390-ccw/
dd4ad64a
CH
589T: git git://github.com/cohuck/qemu virtio-ccw-upstr
590
ab9528ca
GX
591UniCore32 Machines
592-------------
593PKUnity-3 SoC initramfs-with-busybox
594M: Guan Xuetao <[email protected]>
595S: Maintained
8d8b636d 596F: hw/*/puv3*
ab9528ca
GX
597F: hw/unicore32/
598
fd5d5c56
AL
599X86 Machines
600------------
601PC
046a6486 602M: Michael S. Tsirkin <[email protected]>
fd5d5c56 603S: Supported
046a6486
MT
604F: include/hw/i386/
605F: hw/i386/
606F: hw/pci-host/piix.c
607F: hw/pci-host/q35.c
608F: hw/pci-host/pam.c
609F: include/hw/pci-host/q35.h
610F: include/hw/pci-host/pam.h
611F: hw/isa/piix4.c
612F: hw/isa/lpc_ich9.c
613F: hw/i2c/smbus_ich9.c
614F: hw/acpi/piix4.c
615F: hw/acpi/ich9.c
616F: include/hw/acpi/ich9.h
617F: include/hw/acpi/piix.h
618
fd5d5c56 619
16e7caae
MF
620Xtensa Machines
621---------------
375847a6 622sim
16e7caae
MF
623M: Max Filippov <[email protected]>
624S: Maintained
437a8c11 625F: hw/xtensa/sim.c
375847a6 626
437a8c11 627XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
628M: Max Filippov <[email protected]>
629S: Maintained
437a8c11
MF
630F: hw/xtensa/xtfpga.c
631F: hw/net/opencores_eth.c
16e7caae 632
fd5d5c56
AL
633Devices
634-------
b30934cb
JS
635EDU
636M: Jiri Slaby <[email protected]>
637S: Maintained
638F: hw/misc/edu.c
639
fd5d5c56 640IDE
c095348b
JS
641M: John Snow <[email protected]>
642L: [email protected]
643S: Supported
8d8b636d 644F: include/hw/ide.h
fd5d5c56 645F: hw/ide/
c095348b
JS
646F: hw/block/block.c
647F: hw/block/cdrom.c
648F: hw/block/hd-geometry.c
649F: tests/ide-test.c
650F: tests/ahci-test.c
651T: git git://github.com/jnsnow/qemu.git ide
652
653Floppy
654M: John Snow <[email protected]>
655L: [email protected]
656S: Supported
657F: hw/block/fdc.c
658F: include/hw/block/fdc.h
659T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 660
f5f487b2
PM
661OMAP
662M: Peter Maydell <[email protected]>
663S: Maintained
8d8b636d 664F: hw/*/omap*
f5f487b2 665
28d54e58
PB
666IPack
667M: Alberto Garcia <[email protected]>
668S: Odd Fixes
669F: hw/char/ipoctal232.c
670F: hw/ipack/
671
fd5d5c56
AL
672PCI
673M: Michael S. Tsirkin <[email protected]>
674S: Supported
8d8b636d 675F: include/hw/pci/*
ca818cfb 676F: hw/pci/*
0e0b3592 677
d31e5ae7 678ACPI/SMBIOS
0e0b3592
MT
679M: Michael S. Tsirkin <[email protected]>
680M: Igor Mammedov <[email protected]>
681S: Supported
682F: include/hw/acpi/*
d31e5ae7 683F: include/hw/smbios/*
0e0b3592 684F: hw/mem/*
8d8b636d 685F: hw/acpi/*
d31e5ae7 686F: hw/smbios/*
0e0b3592
MT
687F: hw/i386/acpi-build.[hc]
688F: hw/i386/*dsl
689F: hw/arm/virt-acpi-build.c
690F: include/hw/arm/virt-acpi-build.h
691F: scripts/acpi*py
fd5d5c56 692
aaade8d7
AF
693ppc4xx
694M: Alexander Graf <[email protected]>
695L: [email protected]
696S: Odd Fixes
8d8b636d 697F: hw/ppc/ppc4*.c
aaade8d7 698
98cded3a
AF
699ppce500
700M: Alexander Graf <[email protected]>
701M: Scott Wood <[email protected]>
702L: [email protected]
703S: Supported
6e481d57 704F: hw/ppc/e500*
98cded3a 705
61af0ee6
PB
706Character devices
707M: Paolo Bonzini <[email protected]>
708S: Odd Fixes
709F: hw/char/
710
f536f112
PB
711Network devices
712M: Jason Wang <[email protected]>
713S: Odd Fixes
714F: hw/net/
715T: git git://github.com/jasowang/qemu.git net
716
fd5d5c56 717SCSI
de7724f7
PB
718M: Paolo Bonzini <[email protected]>
719S: Supported
8d8b636d
PB
720F: include/hw/scsi*
721F: hw/scsi/*
1ab09a40 722T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
723
724LSI53C895A
0e19885e 725S: Orphan
8d8b636d 726F: hw/scsi/lsi53c895a.c
fd5d5c56 727
fcb5629d 728SSI
4b46ba61 729M: Peter Crosthwaite <[email protected]>
fcb5629d 730S: Maintained
8d8b636d
PB
731F: hw/ssi/*
732F: hw/block/m25p80.c
4b46ba61
AF
733X: hw/ssi/xilinx_*
734
735Xilinx SPI
736M: Alistair Francis <[email protected]>
737M: Peter Crosthwaite <[email protected]>
738S: Maintained
739F: hw/ssi/xilinx_*
fcb5629d 740
fd5d5c56 741USB
5d0d62fe
GH
742M: Gerd Hoffmann <[email protected]>
743S: Maintained
8d8b636d 744F: hw/usb/*
28edfce0 745F: tests/usb-*-test.c
fd5d5c56 746
e26082fd
PB
747USB (serial adapter)
748M: Gerd Hoffmann <[email protected]>
749M: Samuel Thibault <[email protected]>
750S: Maintained
751F: hw/usb/dev-serial.c
752
92e1fb5e
AW
753VFIO
754M: Alex Williamson <[email protected]>
755S: Supported
cf7087db 756F: hw/vfio/*
92e1fb5e 757
fd5d5c56
AL
758vhost
759M: Michael S. Tsirkin <[email protected]>
760S: Supported
8d8b636d 761F: hw/*/*vhost*
fd5d5c56
AL
762
763virtio
a75143ed 764M: Michael S. Tsirkin <[email protected]>
fd5d5c56 765S: Supported
8d8b636d 766F: hw/*/virtio*
6a084ea3 767F: net/vhost-user.c
fd5d5c56
AL
768
769virtio-9p
23704102 770M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 771S: Supported
aebeca25
AF
772F: hw/9pfs/
773F: fsdev/
2d888c09 774F: tests/virtio-9p-test.c
3f3309cb 775T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
776
777virtio-blk
54d01a00 778M: Stefan Hajnoczi <[email protected]>
b457a5f5 779L: [email protected]
fd5d5c56 780S: Supported
8d8b636d 781F: hw/block/virtio-blk.c
b457a5f5
SH
782F: hw/block/dataplane/*
783F: hw/virtio/dataplane/*
784T: git git://github.com/stefanha/qemu.git block
fd5d5c56 785
dd4ad64a
CH
786virtio-ccw
787M: Cornelia Huck <[email protected]>
b304bf00 788M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
789S: Supported
790F: hw/s390x/virtio-ccw.[hc]
791T: git git://github.com/cohuck/qemu virtio-ccw-upstr
792
a5d4d7b5
GH
793virtio-input
794M: Gerd Hoffmann <[email protected]>
795S: Maintained
796F: hw/input/virtio-input*.c
797F: include/hw/virtio/virtio-input.h
798
fd5d5c56
AL
799virtio-serial
800M: Amit Shah <[email protected]>
801S: Supported
8d8b636d
PB
802F: hw/char/virtio-serial-bus.c
803F: hw/char/virtio-console.c
68a5e38a 804F: include/hw/virtio/virtio-serial.h
fd5d5c56 805
1f51a5cb
AS
806virtio-rng
807M: Amit Shah <[email protected]>
808S: Supported
809F: hw/virtio/virtio-rng.c
810F: include/hw/virtio/virtio-rng.h
811F: backends/rng*.c
812
f3c507ad
KB
813nvme
814M: Keith Busch <[email protected]>
c95e4c0e 815L: [email protected]
f3c507ad
KB
816S: Supported
817F: hw/block/nvme*
fc967791 818F: tests/nvme-test.c
f3c507ad 819
d383c625
HR
820megasas
821M: Hannes Reinecke <[email protected]>
c95e4c0e 822L: [email protected]
d383c625
HR
823S: Supported
824F: hw/scsi/megasas.c
825F: hw/scsi/mfi.h
826
ab61d240 827Xilinx EDK
ab61d240 828M: Edgar E. Iglesias <[email protected]>
4b46ba61
AF
829M: Alistair Francis <[email protected]>
830M: Peter Crosthwaite <[email protected]>
ab61d240 831S: Maintained
8d8b636d
PB
832F: hw/*/xilinx_*
833F: include/hw/xilinx.h
ab61d240 834
622fb504
DF
835Vmware
836M: Dmitry Fleytman <[email protected]>
837S: Maintained
838F: hw/net/vmxnet*
839F: hw/scsi/vmw_pvscsi*
840
de24d3f1
SF
841Rocker
842M: Scott Feldman <[email protected]>
843M: Jiri Pirko <[email protected]>
844S: Maintained
845F: hw/net/rocker/
846
fd5d5c56
AL
847Subsystems
848----------
849Audio
9f575846 850M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
851S: Maintained
852F: audio/
8d8b636d 853F: hw/audio/
d7b50c0c 854F: tests/ac97-test.c
8fa74c94 855F: tests/es1370-test.c
fbaf445a 856F: tests/intel-hda-test.c
fd5d5c56 857
17f1e8f5 858Block layer core
fd5d5c56 859M: Kevin Wolf <[email protected]>
c95e4c0e 860L: [email protected]
fd5d5c56
AL
861S: Supported
862F: block*
863F: block/
8d8b636d 864F: hw/block/
4c346e0b 865F: include/block/
46078760
KW
866F: qemu-img*
867F: qemu-io*
29242091 868F: tests/qemu-iotests/
d48addda 869T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 870
d55053b1
SH
871Block I/O path
872M: Stefan Hajnoczi <[email protected]>
873L: [email protected]
874S: Supported
875F: async.c
876F: aio-*.c
877F: block/io.c
878F: migration/block*
879T: git git://github.com/stefanha/qemu.git block
880
280458a3
JC
881Block Jobs
882M: Jeff Cody <[email protected]>
883L: [email protected]
884S: Supported
885F: blockjob.c
886F: include/block/blockjob.h
887F: block/backup.c
888F: block/commit.c
889F: block/stream.h
890F: block/mirror.c
891T: git git://github.com/codyprime/qemu-kvm-jtc.git block
892
4120201d
MA
893Block QAPI, monitor, command line
894M: Markus Armbruster <[email protected]>
895S: Supported
896F: blockdev.c
897F: block/qapi.c
898F: qapi/block*.json
899T: git git://repo.or.cz/qemu/armbru.git block-next
900
61af0ee6 901Character device backends
da26f37a 902M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
903S: Maintained
904F: qemu-char.c
da26f37a
PB
905F: backends/msmouse.c
906F: backends/testdev.c
fd5d5c56 907
e26082fd
PB
908Character Devices (Braille)
909M: Samuel Thibault <[email protected]>
910S: Maintained
911F: backends/baum.c
fd5d5c56 912
8c413e79
MA
913Coverity model
914M: Markus Armbruster <[email protected]>
915S: Supported
916F: scripts/coverity-model.c
917
f2ca0524
AF
918CPU
919M: Andreas Färber <[email protected]>
920S: Supported
921F: qom/cpu.c
6e481d57 922F: include/qom/cpu.h
62e0c095 923F: target-i386/cpu.c
f2ca0524 924
f0513d2c
IM
925ICC Bus
926M: Igor Mammedov <[email protected]>
927S: Supported
928F: include/hw/cpu/icc_bus.h
929F: hw/cpu/icc_bus.c
930
d24b569a 931Device Tree
4b46ba61 932M: Peter Crosthwaite <[email protected]>
d24b569a
PC
933M: Alexander Graf <[email protected]>
934S: Maintained
6e481d57 935F: device_tree.[ch]
d24b569a 936
4f966768
MA
937Error reporting
938M: Markus Armbruster <[email protected]>
939S: Supported
940F: include/qapi/error.h
941F: include/qemu/error-report.h
942F: util/error.c
943F: util/qemu-error.c
944
fd5d5c56 945GDB stub
5dd4a88c 946L: [email protected]
fd5d5c56
AL
947S: Odd Fixes
948F: gdbstub*
949F: gdb-xml/
950
01a9c03c
PB
951Memory API
952M: Paolo Bonzini <[email protected]>
953S: Supported
954F: include/exec/ioport.h
955F: ioport.c
956F: include/exec/memory.h
957F: memory.c
958F: include/exec/memory-internal.h
959F: exec.c
960
7ee3bf03
GH
961SPICE
962M: Gerd Hoffmann <[email protected]>
963S: Supported
6e481d57 964F: include/ui/qemu-spice.h
7ee3bf03
GH
965F: ui/spice-*.c
966F: audio/spiceaudio.c
8d8b636d 967F: hw/display/qxl*
7ee3bf03 968
fd5d5c56 969Graphics
25eccc37
GH
970M: Gerd Hoffmann <[email protected]>
971S: Odd Fixes
fd5d5c56
AL
972F: ui/
973
351f1bf6
AF
974Cocoa graphics
975M: Andreas Färber <[email protected]>
30ef3c74 976M: Peter Maydell <[email protected]>
351f1bf6
AF
977S: Odd Fixes
978F: ui/cocoa.m
979
fd5d5c56 980Main loop
da26f37a
PB
981M: Paolo Bonzini <[email protected]>
982S: Maintained
983F: cpus.c
984F: main-loop.c
985F: qemu-timer.c
fd5d5c56
AL
986F: vl.c
987
8899b4ae 988Human Monitor (HMP)
fd5d5c56 989M: Luiz Capitulino <[email protected]>
fbb0621a 990S: Maintained
fd5d5c56 991F: monitor.c
8899b4ae
LC
992F: hmp.c
993F: hmp-commands.hx
dce07e0b 994T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56 995
f536f112 996Network device backends
442469e6 997M: Jason Wang <[email protected]>
fd5d5c56
AL
998S: Maintained
999F: net/
5fc51cc3 1000T: git git://github.com/jasowang/qemu.git net
fd5d5c56 1001
aee09baf
VM
1002Netmap network backend
1003M: Luigi Rizzo <[email protected]>
1004M: Giuseppe Lettieri <[email protected]>
1005M: Vincenzo Maffione <[email protected]>
1006W: http://info.iet.unipi.it/~luigi/netmap/
1007S: Maintained
1008F: net/netmap.c
1009
44f76b28
PB
1010Network Block Device (NBD)
1011M: Paolo Bonzini <[email protected]>
1012S: Odd Fixes
1013F: block/nbd.c
1014F: nbd.*
1015F: qemu-nbd.c
1ab09a40 1016T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 1017
2f54eb98
EH
1018NUMA
1019M: Eduardo Habkost <[email protected]>
1020S: Maintained
1021F: numa.c
1022F: include/sysemu/numa.h
1023K: numa|NUMA
1024K: srat|SRAT
1025T: git git://github.com/ehabkost/qemu.git numa
1026
8899b4ae 1027QAPI
9740618c 1028M: Markus Armbruster <[email protected]>
8899b4ae 1029M: Michael Roth <[email protected]>
9740618c 1030S: Supported
8899b4ae 1031F: qapi/
0311c5bd 1032X: qapi/*.json
c0bd0b50 1033F: tests/qapi-schema/
0311c5bd
MA
1034F: scripts/qapi*
1035F: docs/qapi*
9740618c 1036T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1037
7810d291
LC
1038QAPI Schema
1039M: Eric Blake <[email protected]>
7810d291
LC
1040M: Markus Armbruster <[email protected]>
1041S: Supported
1042F: qapi-schema.json
0311c5bd 1043F: qapi/*.json
9740618c 1044T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1045
f3582ba4
LC
1046QObject
1047M: Luiz Capitulino <[email protected]>
1048S: Maintained
1049F: qobject/
1050T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
1051
f05d9999
MR
1052QEMU Guest Agent
1053M: Michael Roth <[email protected]>
1054S: Maintained
1055F: qga/
1056T: git git://github.com/mdroth/qemu.git qga
1057
4688c94c 1058QOM
4688c94c
AF
1059M: Andreas Färber <[email protected]>
1060S: Supported
1061T: git git://github.com/afaerber/qemu-cpu.git qom-next
1062F: include/qom/
1063X: include/qom/cpu.h
1064F: qom/
1065X: qom/cpu.c
1066F: tests/qom-test.c
1067
8899b4ae 1068QMP
9740618c
LC
1069M: Markus Armbruster <[email protected]>
1070S: Supported
8899b4ae
LC
1071F: qmp.c
1072F: monitor.c
1073F: qmp-commands.hx
9740618c
LC
1074F: docs/qmp/
1075F: scripts/qmp/
1076T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1077
fd5d5c56 1078SLIRP
bafc72ab
JK
1079M: Jan Kiszka <[email protected]>
1080S: Maintained
fd5d5c56 1081F: slirp/
1ab09a40 1082T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1083
598a3f35 1084Tracing
1cd0f8ce 1085M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
1086S: Maintained
1087F: trace/
f70fd8fd
LV
1088F: scripts/tracetool.py
1089F: scripts/tracetool/
f922ea46 1090F: docs/tracing.txt
1ab09a40 1091T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1092
14f40fdc
BS
1093Checkpatch
1094M: Blue Swirl <[email protected]>
1095S: Odd Fixes
1096F: scripts/checkpatch.pl
1097
c0787c8d
JQ
1098Migration
1099M: Juan Quintela <[email protected]>
7f4675c3 1100M: Amit Shah <[email protected]>
c0787c8d
JQ
1101S: Maintained
1102F: include/migration/
44a1f946 1103F: migration/
c5515640
AS
1104F: scripts/vmstate-static-checker.py
1105F: tests/vmstate-static-checker-data/
c0787c8d 1106
92bfedb0 1107Seccomp
9d9de254 1108M: Eduardo Otubo <[email protected]>
92bfedb0
EO
1109S: Supported
1110F: qemu-seccomp.c
1111F: include/sysemu/seccomp.h
1112
ddbb0d09
DB
1113Cryptography
1114M: Daniel P. Berrange <[email protected]>
1115S: Maintained
1116F: crypto/
1117F: include/crypto/
1118F: tests/test-crypto-*
1119
fd5d5c56
AL
1120Usermode Emulation
1121------------------
486bbe5f
PB
1122Overall
1123M: Riku Voipio <[email protected]>
1124S: Maintained
1125F: thunk.c
1126F: user-exec.c
1127
fd5d5c56
AL
1128BSD user
1129M: Blue Swirl <[email protected]>
1130S: Maintained
1131F: bsd-user/
1132
fd5d5c56
AL
1133Linux user
1134M: Riku Voipio <[email protected]>
1135S: Maintained
1136F: linux-user/
42f5a7e9
AJ
1137
1138Tiny Code Generator (TCG)
1139-------------------------
1140Common code
cc7772bd 1141M: Richard Henderson <[email protected]>
42f5a7e9
AJ
1142S: Maintained
1143F: tcg/
1144
b25a464c
CF
1145AArch64 target
1146M: Claudio Fontana <[email protected]>
1147M: Claudio Fontana <[email protected]>
1148S: Maintained
1149F: tcg/aarch64/
c17652ee
PB
1150F: disas/arm-a64.cc
1151F: disas/libvixl/
b25a464c 1152
42f5a7e9
AJ
1153ARM target
1154M: Andrzej Zaborowski <[email protected]>
1155S: Maintained
1156F: tcg/arm/
c17652ee 1157F: disas/arm.c
42f5a7e9 1158
42f5a7e9 1159i386 target
5dd4a88c 1160L: [email protected]
42f5a7e9
AJ
1161S: Maintained
1162F: tcg/i386/
c17652ee 1163F: disas/i386.c
42f5a7e9
AJ
1164
1165IA64 target
1166M: Aurelien Jarno <[email protected]>
1167S: Maintained
1168F: tcg/ia64/
c17652ee 1169F: disas/ia64.c
42f5a7e9
AJ
1170
1171MIPS target
d6eec7a2 1172M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
1173S: Maintained
1174F: tcg/mips/
c17652ee 1175F: disas/mips.c
42f5a7e9
AJ
1176
1177PPC
1178M: Vassili Karpov (malc) <[email protected]>
1179S: Maintained
1180F: tcg/ppc/
c17652ee 1181F: disas/ppc.c
42f5a7e9 1182
42f5a7e9
AJ
1183S390 target
1184M: Alexander Graf <[email protected]>
1185M: Richard Henderson <[email protected]>
1186S: Maintained
1187F: tcg/s390/
c17652ee 1188F: disas/s390.c
42f5a7e9
AJ
1189
1190SPARC target
1191M: Blue Swirl <[email protected]>
1192S: Maintained
1193F: tcg/sparc/
c17652ee 1194F: disas/sparc.c
bc75c9e5
SW
1195
1196TCI target
1197M: Stefan Weil <[email protected]>
1198S: Maintained
8ef9cd55 1199F: tcg/tci/
2b7be8c8 1200F: tci.c
c17652ee 1201F: disas/tci.c
aa09c951
AF
1202
1203Stable branches
1204---------------
1205Stable 1.0
1206L: [email protected]
85938981 1207T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
1208S: Orphan
1209
1210Stable 0.15
1211L: [email protected]
73c30df6 1212M: Andreas Färber <[email protected]>
85938981 1213T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 1214S: Supported
aa09c951
AF
1215
1216Stable 0.14
1217L: [email protected]
85938981 1218T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
1219S: Orphan
1220
1221Stable 0.10
1222L: [email protected]
85938981 1223T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 1224S: Orphan
f05b328c
SH
1225
1226Block drivers
1227-------------
1228VMDK
1229M: Fam Zheng <[email protected]>
c95e4c0e 1230L: [email protected]
f05b328c
SH
1231S: Supported
1232F: block/vmdk.c
1233
1234RBD
5a8ac6d9 1235M: Josh Durgin <[email protected]>
280458a3
JC
1236M: Jeff Cody <[email protected]>
1237L: [email protected]
f05b328c
SH
1238S: Supported
1239F: block/rbd.c
280458a3 1240T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1241
1242Sheepdog
53b33231 1243M: Hitoshi Mitake <[email protected]>
f05b328c 1244M: Liu Yuan <[email protected]>
280458a3
JC
1245M: Jeff Cody <[email protected]>
1246L: [email protected]
dce32b6c 1247L: [email protected]
f05b328c
SH
1248S: Supported
1249F: block/sheepdog.c
280458a3 1250T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1251
1252VHDX
1253M: Jeff Cody <[email protected]>
280458a3 1254L: [email protected]
f05b328c
SH
1255S: Supported
1256F: block/vhdx*
280458a3 1257T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1258
1259VDI
1260M: Stefan Weil <[email protected]>
c95e4c0e 1261L: [email protected]
f05b328c
SH
1262S: Maintained
1263F: block/vdi.c
1264
1265iSCSI
1266M: Ronnie Sahlberg <[email protected]>
1267M: Paolo Bonzini <[email protected]>
1268M: Peter Lieven <[email protected]>
c95e4c0e 1269L: [email protected]
f05b328c
SH
1270S: Supported
1271F: block/iscsi.c
1272
6542aa9c 1273NFS
280458a3 1274M: Jeff Cody <[email protected]>
6542aa9c 1275M: Peter Lieven <[email protected]>
280458a3 1276L: [email protected]
6542aa9c
PL
1277S: Maintained
1278F: block/nfs.c
280458a3 1279T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1280
f05b328c
SH
1281SSH
1282M: Richard W.M. Jones <[email protected]>
280458a3
JC
1283M: Jeff Cody <[email protected]>
1284L: [email protected]
f05b328c
SH
1285S: Supported
1286F: block/ssh.c
280458a3 1287T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75
CN
1288
1289ARCHIPELAGO
c9a12e75 1290M: Chrysostomos Nanakos <[email protected]>
280458a3
JC
1291M: Jeff Cody <[email protected]>
1292L: [email protected]
c9a12e75
CN
1293S: Maintained
1294F: block/archipelago.c
280458a3
JC
1295T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1296
1297CURL
1298M: Jeff Cody <[email protected]>
1299L: [email protected]
1300S: Supported
1301F: block/curl.c
1302T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1303
1304GLUSTER
1305M: Jeff Cody <[email protected]>
1306L: [email protected]
1307S: Supported
1308F: block/gluster.c
1309T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1310
199667a8
FZ
1311Null Block Driver
1312M: Fam Zheng <[email protected]>
1313L: [email protected]
1314S: Supported
1315F: block/null.c
1316
b5e9476c
GA
1317Bootdevice
1318M: Gonglei <[email protected]>
1319S: Maintained
1320F: bootdevice.c
ecdda9e0
AG
1321
1322Quorum
1323M: Alberto Garcia <[email protected]>
1324S: Supported
1325F: block/quorum.c
1326L: [email protected]
e7c6e631
SH
1327
1328blkverify
1329M: Stefan Hajnoczi <[email protected]>
1330L: [email protected]
1331S: Supported
1332F: block/blkverify.c
1333
1334bochs
1335M: Stefan Hajnoczi <[email protected]>
1336L: [email protected]
1337S: Supported
1338F: block/bochs.c
1339
1340cloop
1341M: Stefan Hajnoczi <[email protected]>
1342L: [email protected]
1343S: Supported
1344F: block/cloop.c
1345
1346dmg
1347M: Stefan Hajnoczi <[email protected]>
1348L: [email protected]
1349S: Supported
1350F: block/dmg.c
1351
1352parallels
1353M: Stefan Hajnoczi <[email protected]>
f3073712 1354M: Denis V. Lunev <[email protected]>
e7c6e631
SH
1355L: [email protected]
1356S: Supported
1357F: block/parallels.c
1358
1359qed
1360M: Stefan Hajnoczi <[email protected]>
1361L: [email protected]
1362S: Supported
1363F: block/qed.c
1364
1365raw
1366M: Kevin Wolf <[email protected]>
1367L: [email protected]
1368S: Supported
1369F: block/linux-aio.c
1370F: block/raw-aio.h
1371F: block/raw-posix.c
1372F: block/raw-win32.c
1373F: block/raw_bsd.c
1374F: block/win32-aio.c
1375
1376qcow2
1377M: Kevin Wolf <[email protected]>
1378L: [email protected]
1379S: Supported
1380F: block/qcow2*
1381
1382qcow
1383M: Kevin Wolf <[email protected]>
1384L: [email protected]
1385S: Supported
1386F: block/qcow.c
1387
1388blkdebug
1389M: Kevin Wolf <[email protected]>
1390L: [email protected]
1391S: Supported
1392F: block/blkdebug.c
1393
1394vpc
1395M: Kevin Wolf <[email protected]>
1396L: [email protected]
1397S: Supported
1398F: block/vpc.c
1399
1400vvfat
1401M: Kevin Wolf <[email protected]>
1402L: [email protected]
1403S: Supported
1404F: block/vvfat.c
abfe4e94
SH
1405
1406Image format fuzzer
1407M: Stefan Hajnoczi <[email protected]>
1408L: [email protected]
1409S: Supported
1410F: tests/image-fuzzer/
This page took 0.650472 seconds and 4 git commands to generate.