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