]> Git Repo - qemu.git/blame - MAINTAINERS
aspeed: remove ignore_memory_transaction_failures on all boards
[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>
fdf6fab4
PM
15 R: Designated reviewer: FullName <address@domain>
16 These reviewers should be CCed on patches.
fd5d5c56
AL
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
c91bbffb 25 much other than throw the odd patch in. See below.
fd5d5c56
AL
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------------------------------
ff0d4876 55M: Peter Maydell <[email protected]>
fd5d5c56 56
c9a19d5b
SW
57All patches CC here
58L: [email protected]
59F: *
60F: */
61
62622c11
MT
62Responsible Disclosure, Reporting Security Issues
63------------------------------
70b7fba9 64W: https://wiki.qemu.org/SecurityProcess
62622c11 65M: Michael S. Tsirkin <[email protected]>
62622c11
MT
66L: [email protected]
67
936c2230
LV
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
daf14ce3
CH
79Architecture support
80--------------------
81S390
82M: Cornelia Huck <[email protected]>
83S: Supported
84F: default-configs/s390x-softmmu.mak
85F: gdb-xml/s390*.xml
86F: hw/char/sclp*.[hc]
87F: hw/char/terminal3270.c
88F: hw/intc/s390_flic.c
89F: hw/intc/s390_flic_kvm.c
90F: hw/s390x/
91F: hw/vfio/ccw.c
92F: hw/watchdog/wdt_diag288.c
93F: include/hw/s390x/
94F: include/hw/watchdog/wdt_diag288.h
95F: pc-bios/s390-ccw/
96F: pc-bios/s390-ccw.img
97F: target/s390x/
98K: ^Subject:.*(?i)s390x?
99T: git git://github.com/cohuck/qemu.git s390-next
100L: [email protected]
101
fd5d5c56
AL
102Guest CPU cores (TCG):
103----------------------
486bbe5f 104Overall
5dd4a88c 105L: [email protected]
2b1641d0
PB
106M: Paolo Bonzini <[email protected]>
107M: Peter Crosthwaite <[email protected]>
108M: Richard Henderson <[email protected]>
109S: Maintained
2b1641d0 110F: cpus.c
2b1641d0 111F: exec.c
c6a88dda 112F: accel/tcg/
2b1641d0
PB
113F: include/exec/cpu*.h
114F: include/exec/exec-all.h
486bbe5f 115F: include/exec/helper*.h
2b1641d0 116F: include/exec/tb-hash.h
460423d3 117F: include/sysemu/cpus.h
486bbe5f 118
1badb586
PM
119FPU emulation
120M: Aurelien Jarno <[email protected]>
121M: Peter Maydell <[email protected]>
122S: Odd Fixes
123F: fpu/
124F: include/fpu/
125
fd5d5c56 126Alpha
8d6df264
RH
127M: Richard Henderson <[email protected]>
128S: Maintained
fcf5ef2a 129F: target/alpha/
c0bd0b50 130F: tests/tcg/alpha/
c17652ee 131F: disas/alpha.c
b6f97c14 132
b6f97c14 133ARM
1ce9ce6a 134M: Peter Maydell <[email protected]>
b4f2bd1c 135L: [email protected]
fd5d5c56 136S: Maintained
fcf5ef2a 137F: target/arm/
8d8b636d
PB
138F: hw/arm/
139F: hw/cpu/a*mpcore.c
f7e242d6 140F: include/hw/cpu/a*mpcore.h
c17652ee
PB
141F: disas/arm.c
142F: disas/arm-a64.cc
143F: disas/libvixl/
fd5d5c56
AL
144
145CRIS
146M: Edgar E. Iglesias <[email protected]>
147S: Maintained
fcf5ef2a 148F: target/cris/
8d8b636d 149F: hw/cris/
c9b90090 150F: include/hw/cris/
c0bd0b50 151F: tests/tcg/cris/
c17652ee 152F: disas/cris.c
fd5d5c56 153
61766fe9
RH
154HPPA (PA-RISC)
155M: Richard Henderson <[email protected]>
156S: Maintained
157F: target/hppa/
61461802 158F: hw/hppa/
61766fe9
RH
159F: disas/hppa.c
160
07bf23a7
MW
161LM32
162M: Michael Walle <[email protected]>
163S: Maintained
fcf5ef2a 164F: target/lm32/
4eab7a0a 165F: disas/lm32.c
8d8b636d 166F: hw/lm32/
4eab7a0a
MW
167F: hw/*/lm32_*
168F: hw/*/milkymist-*
169F: include/hw/char/lm32_juart.h
170F: include/hw/lm32/
c0bd0b50 171F: tests/tcg/lm32/
07bf23a7 172
fd5d5c56 173M68K
595a926d
LV
174M: Laurent Vivier <[email protected]>
175S: Maintained
fcf5ef2a 176F: target/m68k/
e9a56114 177F: disas/m68k.c
fd5d5c56
AL
178
179MicroBlaze
180M: Edgar E. Iglesias <[email protected]>
181S: Maintained
fcf5ef2a 182F: target/microblaze/
8d8b636d 183F: hw/microblaze/
c17652ee 184F: disas/microblaze.c
fd5d5c56 185
b6f97c14 186MIPS
ddb13561 187M: Aurelien Jarno <[email protected]>
0eb4e1f3 188M: Yongbok Kim <[email protected]>
6f640917 189S: Maintained
fcf5ef2a 190F: target/mips/
8d8b636d 191F: hw/mips/
5995db88
TH
192F: hw/misc/mips_*
193F: hw/intc/mips_gic.c
194F: hw/timer/mips_gictimer.c
195F: include/hw/mips/
196F: include/hw/misc/mips_*
197F: include/hw/intc/mips_gic.h
198F: include/hw/timer/mips_gictimer.h
c0bd0b50 199F: tests/tcg/mips/
c17652ee 200F: disas/mips.c
fd5d5c56 201
d15a9c23
AG
202Moxie
203M: Anthony Green <[email protected]>
204S: Maintained
fcf5ef2a 205F: target/moxie/
c17652ee 206F: disas/moxie.c
a3ccdfb5
TH
207F: hw/moxie/
208F: default-configs/moxie-softmmu.mak
d15a9c23 209
e671711c
MV
210NiosII
211M: Chris Wulff <[email protected]>
212M: Marek Vasut <[email protected]>
213S: Maintained
214F: target/nios2/
215F: hw/nios2/
216F: disas/nios2.c
217
945dad6d 218OpenRISC
1d7cf18d
SH
219M: Stafford Horne <[email protected]>
220S: Odd Fixes
fcf5ef2a 221F: target/openrisc/
945dad6d 222F: hw/openrisc/
c0bd0b50 223F: tests/tcg/openrisc/
945dad6d 224
b6f97c14 225PowerPC
b4daafbd 226M: David Gibson <[email protected]>
fd5d5c56 227M: Alexander Graf <[email protected]>
a6c98685 228L: [email protected]
fd5d5c56 229S: Maintained
fcf5ef2a 230F: target/ppc/
8d8b636d 231F: hw/ppc/
b5d55020 232F: include/hw/ppc/
c17652ee 233F: disas/ppc.c
fd5d5c56 234
4dc62b15
MC
235RISC-V
236M: Michael Clark <[email protected]>
237M: Palmer Dabbelt <[email protected]>
238M: Sagar Karandikar <[email protected]>
239M: Bastian Koppelmann <[email protected]>
240S: Maintained
241F: target/riscv/
242F: hw/riscv/
243F: include/hw/riscv/
244F: disas/riscv.c
245
fd5d5c56 246S390
2b35e93f 247M: Richard Henderson <[email protected]>
fd5d5c56 248M: Alexander Graf <[email protected]>
ced01bb7 249M: David Hildenbrand <[email protected]>
fd5d5c56 250S: Maintained
fcf5ef2a 251F: target/s390x/
8d8b636d 252F: hw/s390x/
c17652ee 253F: disas/s390.c
146bd283 254L: [email protected]
fd5d5c56 255
b6f97c14 256SH4
ddb13561 257M: Aurelien Jarno <[email protected]>
2c9b7d1a 258S: Odd Fixes
fcf5ef2a 259F: target/sh4/
8d8b636d 260F: hw/sh4/
c17652ee 261F: disas/sh4.c
8a90f900 262F: include/hw/sh4/
fd5d5c56
AL
263
264SPARC
f2416d3a 265M: Mark Cave-Ayland <[email protected]>
2c742bf7 266M: Artyom Tarasenko <[email protected]>
fd5d5c56 267S: Maintained
fcf5ef2a 268F: target/sparc/
8d8b636d
PB
269F: hw/sparc/
270F: hw/sparc64/
c17652ee 271F: disas/sparc.c
fd5d5c56 272
a6ea7b4c
AF
273UniCore32
274M: Guan Xuetao <[email protected]>
275S: Maintained
fcf5ef2a 276F: target/unicore32/
8d8b636d 277F: hw/unicore32/
47b98d59 278F: include/hw/unicore32/
a6ea7b4c 279
fd5d5c56 280X86
d46d72fd
PB
281M: Paolo Bonzini <[email protected]>
282M: Richard Henderson <[email protected]>
e1a04339 283M: Eduardo Habkost <[email protected]>
b203a4ba 284S: Maintained
fcf5ef2a 285F: target/i386/
8d8b636d 286F: hw/i386/
c17652ee 287F: disas/i386.c
e3d038b8 288T: git git://github.com/ehabkost/qemu.git x86-next
fd5d5c56 289
16e7caae
MF
290Xtensa
291M: Max Filippov <[email protected]>
b8105d21 292W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae 293S: Maintained
fcf5ef2a 294F: target/xtensa/
8d8b636d 295F: hw/xtensa/
c0bd0b50 296F: tests/tcg/xtensa/
5a6539e6 297F: disas/xtensa.c
16e7caae 298
48e06fe0
BK
299TriCore
300M: Bastian Koppelmann <[email protected]>
301S: Maintained
fcf5ef2a 302F: target/tricore/
48e06fe0 303F: hw/tricore/
d46d14e6 304F: include/hw/tricore/
48e06fe0 305
fd5d5c56
AL
306Guest CPU Cores (KVM):
307----------------------
308
309Overall
c6d559d9 310M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
311L: [email protected]
312S: Supported
fd5d5c56 313F: */kvm.*
1962cb20 314F: accel/kvm/
a95e9a48 315F: include/sysemu/kvm*.h
fd5d5c56 316
ed4659d1
PM
317ARM
318M: Peter Maydell <[email protected]>
b4f2bd1c 319L: [email protected]
ed4659d1 320S: Maintained
fcf5ef2a 321F: target/arm/kvm.c
ed4659d1 322
a31896c4 323MIPS
a7a2d7d2 324M: James Hogan <[email protected]>
a31896c4 325S: Maintained
fcf5ef2a 326F: target/mips/kvm.c
a31896c4 327
fd5d5c56
AL
328PPC
329M: Alexander Graf <[email protected]>
330S: Maintained
fcf5ef2a 331F: target/ppc/kvm.c
fd5d5c56 332
749717a0 333S390
b304bf00 334M: Christian Borntraeger <[email protected]>
c1976ae7 335M: Cornelia Huck <[email protected]>
fd5d5c56
AL
336M: Alexander Graf <[email protected]>
337S: Maintained
fcf5ef2a 338F: target/s390x/kvm.c
040078e0
DH
339F: target/s390x/kvm_s390x.h
340F: target/s390x/kvm-stub.c
fcf5ef2a
TH
341F: target/s390x/ioinst.[ch]
342F: target/s390x/machine.c
74b4c74d 343F: target/s390x/sigp.c
4277af19
CH
344F: hw/intc/s390_flic.c
345F: hw/intc/s390_flic_kvm.c
346F: include/hw/s390x/s390_flic.h
c5bfb202 347F: gdb-xml/s390*.xml
3e9ed24b
CH
348T: git git://github.com/cohuck/qemu.git s390-next
349T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 350L: [email protected]
fd5d5c56
AL
351
352X86
d46d72fd 353M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
354M: Marcelo Tosatti <[email protected]>
355L: [email protected]
356S: Supported
fcf5ef2a 357F: target/i386/kvm.c
fd5d5c56 358
8a6b0cd7
SS
359Guest CPU Cores (Xen):
360----------------------
361
362X86
3623c57e
SS
363M: Stefano Stabellini <[email protected]>
364M: Anthony Perard <[email protected]>
6d06220a 365L: [email protected]
8a6b0cd7 366S: Supported
8a6b0cd7 367F: */xen*
d6a3f64a 368F: hw/9pfs/xen-9p-backend.c
c92451c2
PB
369F: hw/char/xen_console.c
370F: hw/display/xenfb.c
371F: hw/net/xen_nic.c
9027ac50 372F: hw/block/xen_*
c92451c2
PB
373F: hw/xen/
374F: hw/xenpv/
9027ac50 375F: hw/i386/xen/
c92451c2 376F: include/hw/xen/
9027ac50 377F: include/sysemu/xen-mapcache.h
8a6b0cd7 378
1bdd6874
SW
379Hosts:
380------
381
382LINUX
383L: [email protected]
384S: Maintained
385F: linux-*
386F: linux-headers/
387
388POSIX
389L: [email protected]
390S: Maintained
391F: *posix*
392
3c2bdbc1
KR
393NETBSD
394L: [email protected]
395M: Kamil Rytarowski <[email protected]>
396S: Maintained
1b61270b 397K: ^Subject:.*(?i)NetBSD
3c2bdbc1 398
0a773d55
BS
399OPENBSD
400L: [email protected]
401M: Brad Smith <[email protected]>
402S: Maintained
403K: ^Subject:.*(?i)OpenBSD
404
1bdd6874
SW
405W32, W64
406L: [email protected]
407M: Stefan Weil <[email protected]>
408S: Maintained
409F: *win32*
03972660
TH
410F: */*win32*
411F: include/*/*win32*
412X: qga/*win32*
885bdc95 413F: qemu.nsi
1bdd6874 414
b250d04a
PMD
415Alpha Machines
416M: Richard Henderson <[email protected]>
417S: Maintained
418F: hw/alpha/
7bea0dd4 419F: hw/isa/smc37c669-superio.c
b250d04a 420
fd5d5c56
AL
421ARM Machines
422------------
84291fe7 423Allwinner-a10
85b4d5da 424M: Beniamino Galvani <[email protected]>
b4f2bd1c 425L: [email protected]
84291fe7 426S: Maintained
85b4d5da
BG
427F: hw/*/allwinner*
428F: include/hw/*/allwinner*
84291fe7
LG
429F: hw/arm/cubieboard.c
430
e5a6a6e6 431ARM PrimeCell and CMSDK devices
06271000 432M: Peter Maydell <[email protected]>
b4f2bd1c 433L: [email protected]
06271000
PB
434S: Maintained
435F: hw/char/pl011.c
c6427ff7 436F: include/hw/char/pl011.h
06271000
PB
437F: hw/display/pl110*
438F: hw/dma/pl080.c
439F: hw/dma/pl330.c
440F: hw/gpio/pl061.c
441F: hw/input/pl050.c
442F: hw/intc/pl190.c
443F: hw/sd/pl181.c
444F: hw/timer/pl031.c
445F: include/hw/arm/primecell.h
e5a6a6e6
PM
446F: hw/timer/cmsdk-apb-timer.c
447F: include/hw/timer/cmsdk-apb-timer.h
448F: hw/char/cmsdk-apb-uart.c
449F: include/hw/char/cmsdk-apb-uart.h
0d4a7551
PM
450F: hw/misc/tz-ppc.c
451F: include/hw/misc/tz-ppc.h
06271000
PB
452
453ARM cores
454M: Peter Maydell <[email protected]>
b4f2bd1c 455L: [email protected]
06271000
PB
456S: Maintained
457F: hw/intc/arm*
458F: hw/intc/gic_internal.h
459F: hw/misc/a9scu.c
460F: hw/misc/arm11scu.c
461F: hw/timer/a9gtimer*
c6427ff7
PMD
462F: hw/timer/arm*
463F: include/hw/arm/arm*.h
06271000
PB
464F: include/hw/intc/arm*
465F: include/hw/misc/a9scu.h
466F: include/hw/misc/arm11scu.h
467F: include/hw/timer/a9gtimer.h
468F: include/hw/timer/arm_mptimer.h
c6427ff7
PMD
469F: include/hw/timer/armv7m_systick.h
470F: tests/test-arm-mptimer.c
06271000 471
fc63dcff 472Exynos
f44c5c67 473M: Igor Mitsyanko <[email protected]>
b4f2bd1c 474L: [email protected]
fc63dcff 475S: Maintained
8d8b636d 476F: hw/*/exynos*
ed0db866 477F: include/hw/arm/exynos4210.h
fc63dcff 478
766fd09f 479Calxeda Highbank
9ef137ca 480M: Rob Herring <[email protected]>
b4f2bd1c 481L: [email protected]
9ef137ca 482S: Maintained
8d8b636d
PB
483F: hw/arm/highbank.c
484F: hw/net/xgmac.c
766fd09f 485
9082f121
AP
486Canon DIGIC
487M: Antony Pavlov <[email protected]>
b4f2bd1c 488L: [email protected]
9082f121
AP
489S: Maintained
490F: include/hw/arm/digic.h
491F: hw/*/digic*
492
fd5d5c56 493Gumstix
5dd4a88c 494L: [email protected]
b4f2bd1c 495L: [email protected]
fd5d5c56 496S: Orphan
8d8b636d 497F: hw/arm/gumstix.c
fd5d5c56 498
0325559d
PC
499i.MX31
500M: Peter Chubb <[email protected]>
b4f2bd1c 501L: [email protected]
0325559d 502S: Odd fixes
8d8b636d 503F: hw/*/imx*
f7e242d6 504F: include/hw/*/imx*
8d8b636d 505F: hw/arm/kzm.c
ed0db866 506F: include/hw/arm/fsl-imx31.h
0325559d 507
fd5d5c56 508Integrator CP
1ce9ce6a 509M: Peter Maydell <[email protected]>
b4f2bd1c 510L: [email protected]
fd5d5c56 511S: Maintained
8d8b636d 512F: hw/arm/integratorcp.c
f7e242d6 513F: hw/misc/arm_integrator_debug.c
fd5d5c56 514
e5a6a6e6
PM
515MPS2
516M: Peter Maydell <[email protected]>
517L: [email protected]
518S: Maintained
519F: hw/arm/mps2.c
0d4a7551
PM
520F: hw/arm/mps2-tz.c
521F: hw/misc/mps2-*.c
522F: include/hw/misc/mps2-*.h
523F: hw/arm/iotkit.c
524F: include/hw/arm/iotkit.h
e5a6a6e6 525
fd5d5c56
AL
526Musicpal
527M: Jan Kiszka <[email protected]>
b4f2bd1c 528L: [email protected]
fd5d5c56 529S: Maintained
8d8b636d 530F: hw/arm/musicpal.c
fd5d5c56
AL
531
532nSeries
533M: Andrzej Zaborowski <[email protected]>
b4f2bd1c 534L: [email protected]
fd5d5c56 535S: Maintained
8d8b636d 536F: hw/arm/nseries.c
fd5d5c56
AL
537
538Palm
539M: Andrzej Zaborowski <[email protected]>
b4f2bd1c 540L: [email protected]
fd5d5c56 541S: Maintained
8d8b636d 542F: hw/arm/palm.c
fd5d5c56
AL
543
544Real View
1ce9ce6a 545M: Peter Maydell <[email protected]>
b4f2bd1c 546L: [email protected]
fd5d5c56 547S: Maintained
8d8b636d 548F: hw/arm/realview*
f7e242d6 549F: hw/cpu/realview_mpcore.c
5ea53049
PB
550F: hw/intc/realview_gic.c
551F: include/hw/intc/realview_gic.h
fd5d5c56 552
9b31bff0 553PXA2XX
fd5d5c56 554M: Andrzej Zaborowski <[email protected]>
b4f2bd1c 555L: [email protected]
fd5d5c56 556S: Maintained
9b31bff0 557F: hw/arm/mainstone.c
8d8b636d 558F: hw/arm/spitz.c
9b31bff0
PB
559F: hw/arm/tosa.c
560F: hw/arm/z2.c
561F: hw/*/pxa2xx*
f7e242d6 562F: hw/misc/mst_fpga.c
ed0db866 563F: include/hw/arm/pxa.h
fd5d5c56
AL
564
565Stellaris
1ce9ce6a 566M: Peter Maydell <[email protected]>
b4f2bd1c 567L: [email protected]
fd5d5c56 568S: Maintained
8d8b636d 569F: hw/*/stellaris*
fd5d5c56
AL
570
571Versatile PB
1ce9ce6a 572M: Peter Maydell <[email protected]>
b4f2bd1c 573L: [email protected]
fd5d5c56 574S: Maintained
8d8b636d 575F: hw/*/versatile*
c6427ff7 576F: hw/misc/arm_sysctl.c
fd5d5c56 577
e3260506 578Xilinx Zynq
cc0100f4 579M: Edgar E. Iglesias <[email protected]>
c22e580c 580M: Alistair Francis <[email protected]>
b4f2bd1c 581L: [email protected]
e3260506 582S: Maintained
cc0100f4 583F: hw/*/xilinx_*
8d8b636d 584F: hw/*/cadence_*
f7e242d6
TH
585F: hw/misc/zynq*
586F: include/hw/misc/zynq*
cc0100f4 587X: hw/ssi/xilinx_*
e3260506 588
137805f5 589Xilinx ZynqMP
c22e580c 590M: Alistair Francis <[email protected]>
cc0100f4 591M: Edgar E. Iglesias <[email protected]>
b4f2bd1c 592L: [email protected]
137805f5 593S: Maintained
cc0100f4 594F: hw/*/xlnx*.c
f586d5fc 595F: include/hw/*/xlnx*.h
137805f5 596
8f4d260e
SZ
597ARM ACPI Subsystem
598M: Shannon Zhao <[email protected]>
e59f13d7 599M: Shannon Zhao <[email protected]>
b4f2bd1c 600L: [email protected]
8f4d260e
SZ
601S: Maintained
602F: hw/arm/virt-acpi-build.c
8f4d260e 603
a1f8193b
AF
604STM32F205
605M: Alistair Francis <[email protected]>
606S: Maintained
607F: hw/arm/stm32f205_soc.c
608F: hw/misc/stm32f2xx_syscfg.c
609F: hw/char/stm32f2xx_usart.c
610F: hw/timer/stm32f2xx_timer.c
611F: hw/adc/*
612F: hw/ssi/stm32f2xx_spi.c
0e0d345b 613F: include/hw/*/stm32*.h
a1f8193b
AF
614
615Netduino 2
616M: Alistair Francis <[email protected]>
617S: Maintained
618F: hw/arm/netduino2.c
619
670bc4cb
SS
620SmartFusion2
621M: Subbaraya Sundeep <[email protected]>
622S: Maintained
623F: hw/arm/msf2-soc.c
624F: hw/misc/msf2-sysreg.c
625F: hw/timer/mss-timer.c
626F: hw/ssi/mss-spi.c
627F: include/hw/arm/msf2-soc.h
628F: include/hw/misc/msf2-sysreg.h
629F: include/hw/timer/mss-timer.h
630F: include/hw/ssi/mss-spi.h
631
632Emcraft M2S-FG484
633M: Subbaraya Sundeep <[email protected]>
634S: Maintained
635F: hw/arm/msf2-som.c
636
fd5d5c56
AL
637CRIS Machines
638-------------
639Axis Dev88
640M: Edgar E. Iglesias <[email protected]>
641S: Maintained
8d8b636d 642F: hw/cris/axis_dev88.c
6e481d57 643F: hw/*/etraxfs_*.c
fd5d5c56 644
07bf23a7
MW
645LM32 Machines
646-------------
647EVR32 and uclinux BSP
648M: Michael Walle <[email protected]>
649S: Maintained
8d8b636d 650F: hw/lm32/lm32_boards.c
07bf23a7 651
d118aa6b
MW
652milkymist
653M: Michael Walle <[email protected]>
654S: Maintained
8d8b636d 655F: hw/lm32/milkymist.c
d118aa6b 656
afcacd53 657M68K Machines
fd5d5c56
AL
658-------------
659an5206
5baf2741
TH
660M: Thomas Huth <[email protected]>
661S: Odd Fixes
8d8b636d 662F: hw/m68k/an5206.c
e9a56114 663F: hw/m68k/mcf5206.c
fd5d5c56 664
fd5d5c56 665mcf5208
5baf2741
TH
666M: Thomas Huth <[email protected]>
667S: Odd Fixes
8d8b636d 668F: hw/m68k/mcf5208.c
e9a56114
TH
669F: hw/m68k/mcf_intc.c
670F: hw/char/mcf_uart.c
671F: hw/net/mcf_fec.c
5baf2741 672F: include/hw/m68k/mcf*.h
fd5d5c56
AL
673
674MicroBlaze Machines
675-------------------
676petalogix_s3adsp1800
677M: Edgar E. Iglesias <[email protected]>
678S: Maintained
6e481d57 679F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 680
d36e8ce7 681petalogix_ml605
4b46ba61 682M: Edgar E. Iglesias <[email protected]>
d36e8ce7 683S: Maintained
8d8b636d 684F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 685
fd5d5c56
AL
686MIPS Machines
687-------------
688Jazz
689M: Hervé Poussineau <[email protected]>
690S: Maintained
8d8b636d 691F: hw/mips/mips_jazz.c
fd5d5c56
AL
692
693Malta
694M: Aurelien Jarno <[email protected]>
695S: Maintained
8d8b636d 696F: hw/mips/mips_malta.c
fd5d5c56
AL
697
698Mipssim
0eb4e1f3 699M: Yongbok Kim <[email protected]>
659f42d8 700S: Odd Fixes
8d8b636d 701F: hw/mips/mips_mipssim.c
659f42d8 702F: hw/net/mipsnet.c
fd5d5c56
AL
703
704R4000
705M: Aurelien Jarno <[email protected]>
706S: Maintained
8d8b636d 707F: hw/mips/mips_r4k.c
fd5d5c56 708
659f42d8 709Fulong 2E
0eb4e1f3 710M: Yongbok Kim <[email protected]>
659f42d8
YK
711S: Odd Fixes
712F: hw/mips/mips_fulong2e.c
0170a3fc
PMD
713F: hw/isa/vt82c686.c
714F: include/hw/isa/vt82c686.h
659f42d8
YK
715
716Boston
94d973bd 717M: Paul Burton <[email protected]>
659f42d8
YK
718S: Maintained
719F: hw/core/loader-fit.c
720F: hw/mips/boston.c
721F: hw/pci-host/xilinx-pcie.c
722
945dad6d
JL
723OpenRISC Machines
724-----------------
725or1k-sim
726M: Jia Liu <[email protected]>
727S: Maintained
728F: hw/openrisc/openrisc_sim.c
729
fd5d5c56
AL
730PowerPC Machines
731----------------
732405
733M: Alexander Graf <[email protected]>
a6c98685 734L: [email protected]
9b9fe135 735S: Odd Fixes
8d8b636d 736F: hw/ppc/ppc405_boards.c
fd5d5c56 737
aaade8d7
AF
738Bamboo
739M: Alexander Graf <[email protected]>
740L: [email protected]
741S: Odd Fixes
8d8b636d 742F: hw/ppc/ppc440_bamboo.c
aaade8d7 743
98cded3a
AF
744e500
745M: Alexander Graf <[email protected]>
98cded3a
AF
746L: [email protected]
747S: Supported
748F: hw/ppc/e500.[hc]
749F: hw/ppc/e500plat.c
b5d55020
TH
750F: include/hw/ppc/ppc_e500.h
751F: include/hw/pci-host/ppce500.h
752F: pc-bios/u-boot.e500
98cded3a
AF
753
754mpc8544ds
755M: Alexander Graf <[email protected]>
98cded3a
AF
756L: [email protected]
757S: Supported
758F: hw/ppc/mpc8544ds.c
8d8b636d 759F: hw/ppc/mpc8544_guts.c
98cded3a 760
fd5d5c56
AL
761New World
762M: Alexander Graf <[email protected]>
a6c98685 763L: [email protected]
fd5d5c56 764S: Maintained
baec1910 765F: hw/ppc/mac_newworld.c
6e481d57
PM
766F: hw/pci-host/uninorth.c
767F: hw/pci-bridge/dec.[hc]
8d8b636d 768F: hw/misc/macio/
b5d55020
TH
769F: include/hw/ppc/mac_dbdma.h
770F: hw/nvram/mac_nvram.c
fd5d5c56
AL
771
772Old World
773M: Alexander Graf <[email protected]>
a6c98685 774L: [email protected]
fd5d5c56 775S: Maintained
baec1910 776F: hw/ppc/mac_oldworld.c
6e481d57 777F: hw/pci-host/grackle.c
8d8b636d 778F: hw/misc/macio/
835c42d3 779F: hw/intc/heathrow_pic.c
fd5d5c56 780
ec38d398 781PReP
8178e89c 782M: Hervé Poussineau <[email protected]>
9f38774d 783L: [email protected]
a6c98685 784L: [email protected]
8178e89c 785S: Maintained
75610155 786F: hw/ppc/prep.c
8178e89c
HP
787F: hw/ppc/prep_systemio.c
788F: hw/ppc/rs6000_mc.c
6e481d57 789F: hw/pci-host/prep.[hc]
0a9464b5 790F: hw/isa/i82378.c
a48c6b51 791F: hw/isa/pc87312.c
1cd6dccb 792F: hw/dma/i82374.c
cec16f0d 793F: hw/timer/m48t59-isa.c
a48c6b51 794F: include/hw/isa/pc87312.h
cec16f0d 795F: include/hw/timer/m48t59.h
835c42d3 796F: pc-bios/ppc_rom.bin
fd5d5c56 797
300b115c 798sPAPR
085eb217 799M: David Gibson <[email protected]>
8a269ca4
AF
800M: Alexander Graf <[email protected]>
801L: [email protected]
802S: Supported
8d8b636d 803F: hw/*/spapr*
f9de2da7
DG
804F: include/hw/*/spapr*
805F: hw/*/xics*
806F: include/hw/*/xics*
807F: pc-bios/spapr-rtas/*
b5d55020
TH
808F: pc-bios/spapr-rtas.bin
809F: pc-bios/slof.bin
bcad45de 810F: pc-bios/skiboot.lid
b5d55020
TH
811F: docs/specs/ppc-spapr-hcalls.txt
812F: docs/specs/ppc-spapr-hotplug.txt
a70ab357
GK
813F: tests/spapr*
814F: tests/libqos/*spapr*
815F: tests/rtas*
816F: tests/libqos/rtas*
8a269ca4 817
794d00bf
AF
818virtex_ml507
819M: Edgar E. Iglesias <[email protected]>
820L: [email protected]
821S: Odd Fixes
6e481d57 822F: hw/ppc/virtex_ml507.c
794d00bf 823
a9dd6604
BZ
824sam460ex
825M: BALATON Zoltan <[email protected]>
826L: [email protected]
827S: Maintained
828F: hw/ide/sii3112.c
829
fd5d5c56
AL
830SH4 Machines
831------------
832R2D
833M: Magnus Damm <[email protected]>
834S: Maintained
6e481d57 835F: hw/sh4/r2d.c
81527b94
TH
836F: hw/intc/sh_intc.c
837F: hw/timer/sh_timer.c
fd5d5c56
AL
838
839Shix
840M: Magnus Damm <[email protected]>
81527b94 841S: Odd Fixes
6e481d57 842F: hw/sh4/shix.c
fd5d5c56
AL
843
844SPARC Machines
845--------------
846Sun4m
f2416d3a 847M: Mark Cave-Ayland <[email protected]>
fd5d5c56 848S: Maintained
8d8b636d 849F: hw/sparc/sun4m.c
c10a1c78
TH
850F: hw/dma/sparc32_dma.c
851F: hw/dma/sun4m_iommu.c
7098b79e
TH
852F: hw/misc/eccmemctl.c
853F: hw/misc/slavio_misc.c
c10a1c78
TH
854F: include/hw/sparc/sparc32_dma.h
855F: include/hw/sparc/sun4m.h
856F: pc-bios/openbios-sparc32
fd5d5c56
AL
857
858Sun4u
f2416d3a 859M: Mark Cave-Ayland <[email protected]>
fd5d5c56 860S: Maintained
8d8b636d 861F: hw/sparc64/sun4u.c
c10a1c78 862F: pc-bios/openbios-sparc64
fd5d5c56 863
a2664ca0
AT
864Sun4v
865M: Artyom Tarasenko <[email protected]>
866S: Maintained
626e4a4b 867F: hw/sparc64/niagara.c
a2664ca0
AT
868F: hw/timer/sun4v-rtc.c
869F: include/hw/timer/sun4v-rtc.h
870
ce6c760c
FC
871Leon3
872M: Fabien Chouteau <[email protected]>
873S: Maintained
8d8b636d
PB
874F: hw/sparc/leon3.c
875F: hw/*/grlib*
c10a1c78 876F: include/hw/sparc/grlib.h
ce6c760c 877
fd5d5c56
AL
878S390 Machines
879-------------
dd4ad64a 880S390 Virtio-ccw
c1976ae7 881M: Cornelia Huck <[email protected]>
b304bf00 882M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
883M: Alexander Graf <[email protected]>
884S: Supported
0c6aa7ee 885F: hw/char/sclp*.[hc]
9d1c4449 886F: hw/char/terminal3270.c
c5bfb202 887F: hw/s390x/
4277af19 888F: include/hw/s390x/
c5bfb202 889F: hw/watchdog/wdt_diag288.c
1e4738b2 890F: include/hw/watchdog/wdt_diag288.h
1e4738b2 891F: default-configs/s390x-softmmu.mak
3e9ed24b
CH
892T: git git://github.com/cohuck/qemu.git s390-next
893T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 894L: [email protected]
dd4ad64a 895
304584bf
CH
896S390-ccw Bios
897M: Christian Borntraeger <[email protected]>
898M: Thomas Huth <[email protected]>
899S: Supported
900F: pc-bios/s390-ccw/
901F: pc-bios/s390-ccw.img
902T: git git://github.com/borntraeger/qemu.git s390-next
903L: [email protected]
904
ab9528ca
GX
905UniCore32 Machines
906-------------
907PKUnity-3 SoC initramfs-with-busybox
908M: Guan Xuetao <[email protected]>
909S: Maintained
8d8b636d 910F: hw/*/puv3*
ab9528ca
GX
911F: hw/unicore32/
912
fd5d5c56
AL
913X86 Machines
914------------
915PC
046a6486 916M: Michael S. Tsirkin <[email protected]>
fe355cbd 917M: Marcel Apfelbaum <[email protected]>
fd5d5c56 918S: Supported
046a6486
MT
919F: include/hw/i386/
920F: hw/i386/
921F: hw/pci-host/piix.c
922F: hw/pci-host/q35.c
923F: hw/pci-host/pam.c
924F: include/hw/pci-host/q35.h
925F: include/hw/pci-host/pam.h
926F: hw/isa/piix4.c
927F: hw/isa/lpc_ich9.c
928F: hw/i2c/smbus_ich9.c
929F: hw/acpi/piix4.c
930F: hw/acpi/ich9.c
931F: include/hw/acpi/ich9.h
f586d5fc 932F: include/hw/acpi/piix4.h
9cc3b73c
PB
933F: hw/misc/sga.c
934
935PC Chipset
936M: Michael S. Tsirkin <[email protected]>
937M: Paolo Bonzini <[email protected]>
1732be86 938S: Supported
9cc3b73c 939F: hw/char/debugcon.c
bb3d5ea8 940F: hw/char/parallel*
9cc3b73c
PB
941F: hw/char/serial*
942F: hw/dma/i8257*
943F: hw/i2c/pm_smbus.c
1732be86 944F: hw/input/pckbd.c
9cc3b73c
PB
945F: hw/intc/apic*
946F: hw/intc/ioapic*
947F: hw/intc/i8259*
1854eb28 948F: hw/isa/isa-superio.c
9cc3b73c
PB
949F: hw/misc/debugexit.c
950F: hw/misc/pc-testdev.c
951F: hw/timer/hpet*
952F: hw/timer/i8254*
953F: hw/timer/mc146818rtc*
edc46aff 954F: hw/watchdog/wdt_ib700.c
866e2b37 955F: include/hw/display/vga.h
bb3d5ea8 956F: include/hw/char/parallel.h
55f613ac 957F: include/hw/dma/i8257.h
a2feb348 958F: include/hw/i2c/pm_smbus.h
47973a2d 959F: include/hw/input/i8042.h
1854eb28 960F: include/hw/isa/superio.h
a2feb348
TH
961F: include/hw/timer/hpet.h
962F: include/hw/timer/i8254*
963F: include/hw/timer/mc146818rtc*
046a6486 964
5da4fb00
MT
965Machine core
966M: Eduardo Habkost <[email protected]>
fe355cbd 967M: Marcel Apfelbaum <[email protected]>
5da4fb00
MT
968S: Supported
969F: hw/core/machine.c
c1629c5c 970F: hw/core/null-machine.c
5da4fb00 971F: include/hw/boards.h
e3d038b8 972T: git git://github.com/ehabkost/qemu.git machine-next
fd5d5c56 973
16e7caae
MF
974Xtensa Machines
975---------------
375847a6 976sim
16e7caae
MF
977M: Max Filippov <[email protected]>
978S: Maintained
437a8c11 979F: hw/xtensa/sim.c
375847a6 980
437a8c11 981XTFPGA (LX60, LX200, ML605, KC705)
375847a6
MF
982M: Max Filippov <[email protected]>
983S: Maintained
437a8c11
MF
984F: hw/xtensa/xtfpga.c
985F: hw/net/opencores_eth.c
16e7caae 986
fd5d5c56
AL
987Devices
988-------
b30934cb
JS
989EDU
990M: Jiri Slaby <[email protected]>
991S: Maintained
992F: hw/misc/edu.c
993
fd5d5c56 994IDE
c095348b
JS
995M: John Snow <[email protected]>
996L: [email protected]
997S: Supported
8d8b636d 998F: include/hw/ide.h
c9f7acd5 999F: include/hw/ide/
fd5d5c56 1000F: hw/ide/
c095348b
JS
1001F: hw/block/block.c
1002F: hw/block/cdrom.c
1003F: hw/block/hd-geometry.c
1004F: tests/ide-test.c
1005F: tests/ahci-test.c
aee50319 1006F: tests/libqos/ahci*
c095348b
JS
1007T: git git://github.com/jnsnow/qemu.git ide
1008
caf316ba
CM
1009IPMI
1010M: Corey Minyard <[email protected]>
1011S: Maintained
1012F: include/hw/ipmi/*
1013F: hw/ipmi/*
1014F: hw/smbios/smbios_type_38.c
1015F: tests/ipmi*
1016T: git git://github.com/cminyard/qemu.git master-ipmi-rebase
1017
c095348b
JS
1018Floppy
1019M: John Snow <[email protected]>
1020L: [email protected]
1021S: Supported
1022F: hw/block/fdc.c
1023F: include/hw/block/fdc.h
aee50319 1024F: tests/fdc-test.c
c095348b 1025T: git git://github.com/jnsnow/qemu.git ide
fd5d5c56 1026
f5f487b2
PM
1027OMAP
1028M: Peter Maydell <[email protected]>
1029S: Maintained
8d8b636d 1030F: hw/*/omap*
ed0db866 1031F: include/hw/arm/omap.h
f5f487b2 1032
28d54e58
PB
1033IPack
1034M: Alberto Garcia <[email protected]>
1035S: Odd Fixes
1036F: hw/char/ipoctal232.c
1037F: hw/ipack/
1038
fd5d5c56
AL
1039PCI
1040M: Michael S. Tsirkin <[email protected]>
fe355cbd 1041M: Marcel Apfelbaum <[email protected]>
fd5d5c56 1042S: Supported
8d8b636d 1043F: include/hw/pci/*
f178bc6b 1044F: hw/misc/pci-testdev.c
ca818cfb 1045F: hw/pci/*
f178bc6b 1046F: hw/pci-bridge/*
68179923
PMD
1047F: docs/pci*
1048F: docs/specs/*pci*
534fd814 1049F: default-configs/pci.mak
0e0b3592 1050
d31e5ae7 1051ACPI/SMBIOS
0e0b3592
MT
1052M: Michael S. Tsirkin <[email protected]>
1053M: Igor Mammedov <[email protected]>
1054S: Supported
1055F: include/hw/acpi/*
d31e5ae7 1056F: include/hw/smbios/*
0e0b3592 1057F: hw/mem/*
8d8b636d 1058F: hw/acpi/*
d31e5ae7 1059F: hw/smbios/*
0e0b3592 1060F: hw/i386/acpi-build.[hc]
0e0b3592 1061F: hw/arm/virt-acpi-build.c
3248f1b4
BW
1062F: tests/bios-tables-test.c
1063F: tests/acpi-utils.[hc]
fd5d5c56 1064
aaade8d7
AF
1065ppc4xx
1066M: Alexander Graf <[email protected]>
1067L: [email protected]
1068S: Odd Fixes
8d8b636d 1069F: hw/ppc/ppc4*.c
aa3a41f9 1070F: hw/i2c/ppc4xx_i2c.c
b5d55020 1071F: include/hw/ppc/ppc4xx.h
aa3a41f9 1072F: include/hw/i2c/ppc4xx_i2c.h
aaade8d7 1073
98cded3a
AF
1074ppce500
1075M: Alexander Graf <[email protected]>
98cded3a
AF
1076L: [email protected]
1077S: Supported
6e481d57 1078F: hw/ppc/e500*
566dd236
PB
1079F: hw/pci-host/ppce500.c
1080F: hw/net/fsl_etsec/
98cded3a 1081
61af0ee6
PB
1082Character devices
1083M: Paolo Bonzini <[email protected]>
1084S: Odd Fixes
1085F: hw/char/
1086
f536f112
PB
1087Network devices
1088M: Jason Wang <[email protected]>
1089S: Odd Fixes
1090F: hw/net/
6061b5c6 1091F: include/hw/net/
6bd7776c 1092F: tests/virtio-net-test.c
f536f112
PB
1093T: git git://github.com/jasowang/qemu.git net
1094
fd5d5c56 1095SCSI
de7724f7 1096M: Paolo Bonzini <[email protected]>
c2380365 1097R: Fam Zheng <[email protected]>
de7724f7 1098S: Supported
74460f34 1099F: include/hw/scsi/*
8d8b636d 1100F: hw/scsi/*
6bd7776c 1101F: tests/virtio-scsi-test.c
1ab09a40 1102T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7 1103
fcb5629d 1104SSI
4b46ba61 1105M: Peter Crosthwaite <[email protected]>
c22e580c 1106M: Alistair Francis <[email protected]>
fcb5629d 1107S: Maintained
8d8b636d
PB
1108F: hw/ssi/*
1109F: hw/block/m25p80.c
982d009a 1110F: include/hw/ssi/ssi.h
4b46ba61 1111X: hw/ssi/xilinx_*
982d009a 1112F: tests/m25p80-test.c
4b46ba61
AF
1113
1114Xilinx SPI
c22e580c 1115M: Alistair Francis <[email protected]>
4b46ba61
AF
1116M: Peter Crosthwaite <[email protected]>
1117S: Maintained
1118F: hw/ssi/xilinx_*
fcb5629d 1119
076a0fc3
PMD
1120SD (Secure Card)
1121M: Philippe Mathieu-Daudé <[email protected]>
1122S: Odd Fixes
1123F: include/hw/sd/sd*
1124F: hw/sd/core.c
1125F: hw/sd/sd*
1126F: tests/sd*
1127
fd5d5c56 1128USB
5d0d62fe
GH
1129M: Gerd Hoffmann <[email protected]>
1130S: Maintained
8d8b636d 1131F: hw/usb/*
28edfce0 1132F: tests/usb-*-test.c
beded0ff
TH
1133F: docs/usb2.txt
1134F: docs/usb-storage.txt
1135F: include/hw/usb.h
1136F: include/hw/usb/
104ebc5f 1137F: default-configs/usb.mak
fd5d5c56 1138
e26082fd
PB
1139USB (serial adapter)
1140M: Gerd Hoffmann <[email protected]>
1141M: Samuel Thibault <[email protected]>
1142S: Maintained
1143F: hw/usb/dev-serial.c
1144
92e1fb5e
AW
1145VFIO
1146M: Alex Williamson <[email protected]>
1147S: Supported
cf7087db 1148F: hw/vfio/*
99b88c6d 1149F: include/hw/vfio/
92e1fb5e 1150
5eb74557 1151vfio-ccw
c1976ae7 1152M: Cornelia Huck <[email protected]>
5eb74557
DJS
1153S: Supported
1154F: hw/vfio/ccw.c
1155F: hw/s390x/s390-ccw.c
1156F: include/hw/s390x/s390-ccw.h
1157T: git git://github.com/cohuck/qemu.git s390-next
146bd283 1158L: [email protected]
5eb74557 1159
fd5d5c56
AL
1160vhost
1161M: Michael S. Tsirkin <[email protected]>
1162S: Supported
8d8b636d 1163F: hw/*/*vhost*
37f8043d 1164F: docs/interop/vhost-user.txt
fd5d5c56
AL
1165
1166virtio
a75143ed 1167M: Michael S. Tsirkin <[email protected]>
fd5d5c56 1168S: Supported
8d8b636d 1169F: hw/*/virtio*
72fa605d
TH
1170F: hw/virtio/Makefile.objs
1171F: hw/virtio/trace-events
6a084ea3 1172F: net/vhost-user.c
494f7b57 1173F: include/hw/virtio/
6bd7776c 1174F: tests/virtio-balloon-test.c
fd5d5c56
AL
1175
1176virtio-9p
8c1cd719 1177M: Greg Kurz <[email protected]>
fd5d5c56 1178S: Supported
aebeca25
AF
1179F: hw/9pfs/
1180F: fsdev/
2d888c09 1181F: tests/virtio-9p-test.c
8c1cd719 1182T: git git://github.com/gkurz/qemu.git 9p-next
fd5d5c56
AL
1183
1184virtio-blk
54d01a00 1185M: Stefan Hajnoczi <[email protected]>
b457a5f5 1186L: [email protected]
fd5d5c56 1187S: Supported
8d8b636d 1188F: hw/block/virtio-blk.c
b457a5f5 1189F: hw/block/dataplane/*
6bd7776c 1190F: tests/virtio-blk-test.c
b457a5f5 1191T: git git://github.com/stefanha/qemu.git block
fd5d5c56 1192
dd4ad64a 1193virtio-ccw
c1976ae7 1194M: Cornelia Huck <[email protected]>
b304bf00 1195M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
1196S: Supported
1197F: hw/s390x/virtio-ccw.[hc]
3e9ed24b
CH
1198T: git git://github.com/cohuck/qemu.git s390-next
1199T: git git://github.com/borntraeger/qemu.git s390-next
146bd283 1200L: [email protected]
dd4ad64a 1201
a5d4d7b5
GH
1202virtio-input
1203M: Gerd Hoffmann <[email protected]>
1204S: Maintained
1205F: hw/input/virtio-input*.c
1206F: include/hw/virtio/virtio-input.h
1207
fd5d5c56 1208virtio-serial
cee887d9 1209M: Amit Shah <[email protected]>
fd5d5c56 1210S: Supported
8d8b636d
PB
1211F: hw/char/virtio-serial-bus.c
1212F: hw/char/virtio-console.c
68a5e38a 1213F: include/hw/virtio/virtio-serial.h
6bd7776c
GK
1214F: tests/virtio-console-test.c
1215F: tests/virtio-serial-test.c
fd5d5c56 1216
1f51a5cb 1217virtio-rng
cee887d9 1218M: Amit Shah <[email protected]>
1f51a5cb
AS
1219S: Supported
1220F: hw/virtio/virtio-rng.c
1221F: include/hw/virtio/virtio-rng.h
750cf869 1222F: include/sysemu/rng*.h
1f51a5cb 1223F: backends/rng*.c
6bd7776c 1224F: tests/virtio-rng-test.c
1f51a5cb 1225
6034011c
GA
1226virtio-crypto
1227M: Gonglei <[email protected]>
1228S: Supported
1229F: hw/virtio/virtio-crypto.c
1230F: hw/virtio/virtio-crypto-pci.c
1231F: include/hw/virtio/virtio-crypto.h
1232
f3c507ad
KB
1233nvme
1234M: Keith Busch <[email protected]>
c95e4c0e 1235L: [email protected]
f3c507ad
KB
1236S: Supported
1237F: hw/block/nvme*
fc967791 1238F: tests/nvme-test.c
f3c507ad 1239
d383c625 1240megasas
3fdfb8b6 1241M: Hannes Reinecke <[email protected]>
c95e4c0e 1242L: [email protected]
d383c625
HR
1243S: Supported
1244F: hw/scsi/megasas.c
1245F: hw/scsi/mfi.h
3fdfb8b6 1246F: tests/megasas-test.c
d383c625 1247
605d52e6 1248Network packet abstractions
bf4835a4 1249M: Dmitry Fleytman <[email protected]>
605d52e6
DF
1250S: Maintained
1251F: include/net/eth.h
1252F: net/eth.c
1253F: hw/net/net_rx_pkt*
1254F: hw/net/net_tx_pkt*
1255
622fb504 1256Vmware
bf4835a4 1257M: Dmitry Fleytman <[email protected]>
622fb504
DF
1258S: Maintained
1259F: hw/net/vmxnet*
1260F: hw/scsi/vmw_pvscsi*
5a49c1b3 1261F: tests/vmxnet3-test.c
622fb504 1262
de24d3f1 1263Rocker
de24d3f1
SF
1264M: Jiri Pirko <[email protected]>
1265S: Maintained
1266F: hw/net/rocker/
de850948
TH
1267F: tests/rocker/
1268F: docs/specs/rocker.txt
de24d3f1 1269
70d1fb9c 1270NVDIMM
7a5bd53d 1271M: Xiao Guangrong <[email protected]>
70d1fb9c
XG
1272S: Maintained
1273F: hw/acpi/nvdimm.c
1274F: hw/mem/nvdimm.c
1275F: include/hw/mem/nvdimm.h
1276
093454e2 1277e1000x
bf4835a4 1278M: Dmitry Fleytman <[email protected]>
093454e2
DF
1279S: Maintained
1280F: hw/net/e1000x*
1281
6f3fbe4e 1282e1000e
bf4835a4 1283M: Dmitry Fleytman <[email protected]>
6f3fbe4e
DF
1284S: Maintained
1285F: hw/net/e1000e*
1286
ebc2327f
SW
1287eepro100
1288M: Stefan Weil <[email protected]>
1289S: Maintained
1290F: hw/net/eepro100.c
1291
e481a1f6 1292Generic Loader
c22e580c 1293M: Alistair Francis <[email protected]>
e481a1f6
AF
1294S: Maintained
1295F: hw/core/generic-loader.c
1296F: include/hw/core/generic-loader.h
c5e2ac7e 1297F: docs/generic-loader.txt
e481a1f6 1298
87a9023a
TH
1299CHRP NVRAM
1300M: Thomas Huth <[email protected]>
1301S: Maintained
1302F: hw/nvram/chrp_nvram.c
1303F: include/hw/nvram/chrp_nvram.h
1304F: tests/prom-env-test.c
1305
42697d88
BW
1306VM Generation ID
1307M: Ben Warren <[email protected]>
1308S: Maintained
1309F: hw/acpi/vmgenid.c
1310F: include/hw/acpi/vmgenid.h
1311F: docs/specs/vmgenid.txt
1312F: tests/vmgenid-test.c
1313F: stubs/vmgenid.c
1314
747969db
PMD
1315Unimplemented device
1316M: Peter Maydell <[email protected]>
1317R: Philippe Mathieu-Daudé <[email protected]>
1318S: Maintained
1319F: include/hw/misc/unimp.h
1320F: hw/misc/unimp.c
1321
dbb2e472
GH
1322Standard VGA
1323M: Gerd Hoffmann <[email protected]>
1324S: Maintained
1325F: hw/display/vga*
1326F: hw/display/bochs-display.c
1327F: include/hw/display/vga.h
1328F: include/hw/display/bochs-vbe.h
1329
1330virtio-gpu
1331M: Gerd Hoffmann <[email protected]>
1332S: Maintained
1333F: hw/display/virtio-gpu*
1334F: hw/display/virtio-vga.c
1335F: include/hw/virtio/virtio-gpu.h
1336
1337Cirrus VGA
1338M: Gerd Hoffmann <[email protected]>
1339S: Odd Fixes
1340W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1341F: hw/display/cirrus*
1342
fd5d5c56
AL
1343Subsystems
1344----------
1345Audio
9f575846 1346M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
1347S: Maintained
1348F: audio/
8d8b636d 1349F: hw/audio/
a2b245ae 1350F: include/hw/audio/
d7b50c0c 1351F: tests/ac97-test.c
8fa74c94 1352F: tests/es1370-test.c
fbaf445a 1353F: tests/intel-hda-test.c
fd5d5c56 1354
17f1e8f5 1355Block layer core
fd5d5c56 1356M: Kevin Wolf <[email protected]>
c4189d85 1357M: Max Reitz <[email protected]>
c95e4c0e 1358L: [email protected]
fd5d5c56
AL
1359S: Supported
1360F: block*
1361F: block/
8d8b636d 1362F: hw/block/
4c346e0b 1363F: include/block/
46078760
KW
1364F: qemu-img*
1365F: qemu-io*
29242091 1366F: tests/qemu-iotests/
8dd30c86 1367F: util/qemu-progress.c
d48addda 1368T: git git://repo.or.cz/qemu/kevin.git block
fd5d5c56 1369
d55053b1
SH
1370Block I/O path
1371M: Stefan Hajnoczi <[email protected]>
9ca3003d 1372M: Fam Zheng <[email protected]>
d55053b1
SH
1373L: [email protected]
1374S: Supported
36c697bd
PB
1375F: util/async.c
1376F: util/aio-*.c
d55053b1
SH
1377F: block/io.c
1378F: migration/block*
e1029ae2 1379F: include/block/aio.h
f5a53faa 1380F: include/block/aio-wait.h
0a4f9ad1 1381F: scripts/qemugdb/aio.py
d55053b1
SH
1382T: git git://github.com/stefanha/qemu.git block
1383
e5b5728c
PB
1384Block SCSI subsystem
1385M: Paolo Bonzini <[email protected]>
c2380365 1386R: Fam Zheng <[email protected]>
e5b5728c
PB
1387L: [email protected]
1388S: Supported
1389F: include/scsi/*
1390F: scsi/*
1391
280458a3
JC
1392Block Jobs
1393M: Jeff Cody <[email protected]>
1394L: [email protected]
1395S: Supported
1396F: blockjob.c
1397F: include/block/blockjob.h
33e9e9bd 1398F: job.c
1a90bc81 1399F: job-qmp.c
33e9e9bd 1400F: include/block/job.h
280458a3
JC
1401F: block/backup.c
1402F: block/commit.c
77346025 1403F: block/stream.c
280458a3 1404F: block/mirror.c
bf42508f 1405F: qapi/job.json
280458a3
JC
1406T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1407
4120201d
MA
1408Block QAPI, monitor, command line
1409M: Markus Armbruster <[email protected]>
1410S: Supported
1411F: blockdev.c
1412F: block/qapi.c
1413F: qapi/block*.json
fa988e39 1414F: qapi/transaction.json
4120201d
MA
1415T: git git://repo.or.cz/qemu/armbru.git block-next
1416
538193bc
JS
1417Dirty Bitmaps
1418M: Fam Zheng <[email protected]>
1419M: John Snow <[email protected]>
1420L: [email protected]
1421S: Supported
1422F: util/hbitmap.c
1423F: block/dirty-bitmap.c
1424F: include/qemu/hbitmap.h
1425F: include/block/dirty-bitmap.h
1426F: tests/test-hbitmap.c
5746c1cd 1427F: docs/interop/bitmaps.rst
538193bc
JS
1428T: git git://github.com/famz/qemu.git bitmaps
1429T: git git://github.com/jnsnow/qemu.git bitmaps
1430
61af0ee6 1431Character device backends
da26f37a 1432M: Paolo Bonzini <[email protected]>
55fc84a7 1433M: Marc-André Lureau <[email protected]>
fd5d5c56 1434S: Maintained
178fe0ae 1435F: chardev/
8228e353 1436F: include/chardev/
dbeee392 1437F: qapi/char.json
fd5d5c56 1438
e26082fd
PB
1439Character Devices (Braille)
1440M: Samuel Thibault <[email protected]>
1441S: Maintained
6b10e573 1442F: chardev/baum.c
fd5d5c56 1443
e94630d3
MA
1444Command line option argument parsing
1445M: Markus Armbruster <[email protected]>
1446S: Supported
1447F: include/qemu/option.h
1448F: tests/test-keyval.c
1449F: tests/test-qemu-opts.c
1450F: util/keyval.c
1451F: util/qemu-option.c
1452
8c413e79
MA
1453Coverity model
1454M: Markus Armbruster <[email protected]>
1455S: Supported
1456F: scripts/coverity-model.c
1457
f2ca0524 1458CPU
12b0e69c 1459L: [email protected]
f2ca0524
AF
1460S: Supported
1461F: qom/cpu.c
6e481d57 1462F: include/qom/cpu.h
f2ca0524 1463
d24b569a 1464Device Tree
4b46ba61 1465M: Peter Crosthwaite <[email protected]>
d24b569a
PC
1466M: Alexander Graf <[email protected]>
1467S: Maintained
82407515
TH
1468F: device_tree.c
1469F: include/sysemu/device_tree.h
d24b569a 1470
3505a22b
MAL
1471Dump
1472S: Supported
1473M: Marc-André Lureau <[email protected]>
1474F: dump.c
1475F: hw/misc/vmcoreinfo.c
1476F: include/hw/misc/vmcoreinfo.h
1477F: include/sysemu/dump-arch.h
1478F: include/sysemu/dump.h
1479F: scripts/dump-guest-memory.py
1480F: stubs/dump.c
1481
4f966768
MA
1482Error reporting
1483M: Markus Armbruster <[email protected]>
1484S: Supported
1485F: include/qapi/error.h
1486F: include/qemu/error-report.h
1487F: util/error.c
1488F: util/qemu-error.c
1489
fd5d5c56 1490GDB stub
5dd4a88c 1491L: [email protected]
fd5d5c56
AL
1492S: Odd Fixes
1493F: gdbstub*
1494F: gdb-xml/
1495
01a9c03c
PB
1496Memory API
1497M: Paolo Bonzini <[email protected]>
1498S: Supported
1499F: include/exec/ioport.h
1500F: ioport.c
1501F: include/exec/memory.h
2b1641d0 1502F: include/exec/ram_addr.h
01a9c03c
PB
1503F: memory.c
1504F: include/exec/memory-internal.h
1505F: exec.c
1506
7ee3bf03
GH
1507SPICE
1508M: Gerd Hoffmann <[email protected]>
1509S: Supported
6e481d57 1510F: include/ui/qemu-spice.h
438528a3 1511F: include/ui/spice-display.h
7ee3bf03
GH
1512F: ui/spice-*.c
1513F: audio/spiceaudio.c
8d8b636d 1514F: hw/display/qxl*
608cfed6 1515F: qapi/ui.json
7ee3bf03 1516
fd5d5c56 1517Graphics
25eccc37
GH
1518M: Gerd Hoffmann <[email protected]>
1519S: Odd Fixes
fd5d5c56 1520F: ui/
e220656c 1521F: include/ui/
608cfed6 1522F: qapi/ui.json
fd5d5c56 1523
351f1bf6 1524Cocoa graphics
30ef3c74 1525M: Peter Maydell <[email protected]>
351f1bf6
AF
1526S: Odd Fixes
1527F: ui/cocoa.m
1528
fd5d5c56 1529Main loop
da26f37a
PB
1530M: Paolo Bonzini <[email protected]>
1531S: Maintained
1532F: cpus.c
3ecb29a3
PB
1533F: util/main-loop.c
1534F: util/qemu-timer.c
fd5d5c56 1535F: vl.c
0e201d34 1536F: qapi/run-state.json
fd5d5c56 1537
8899b4ae 1538Human Monitor (HMP)
c833fb4a 1539M: Dr. David Alan Gilbert <[email protected]>
fbb0621a 1540S: Maintained
fd5d5c56 1541F: monitor.c
c13e9912
TH
1542F: hmp.[ch]
1543F: hmp-commands*.hx
1544F: include/monitor/hmp-target.h
bbcee372 1545F: tests/test-hmp.c
fd5d5c56 1546
f536f112 1547Network device backends
442469e6 1548M: Jason Wang <[email protected]>
fd5d5c56
AL
1549S: Maintained
1550F: net/
d24b2b1c 1551F: include/net/
5fc51cc3 1552T: git git://github.com/jasowang/qemu.git net
3c0bd37d 1553F: qapi/net.json
fd5d5c56 1554
aee09baf
VM
1555Netmap network backend
1556M: Luigi Rizzo <[email protected]>
1557M: Giuseppe Lettieri <[email protected]>
1558M: Vincenzo Maffione <[email protected]>
1559W: http://info.iet.unipi.it/~luigi/netmap/
1560S: Maintained
1561F: net/netmap.c
1562
2f54eb98
EH
1563NUMA
1564M: Eduardo Habkost <[email protected]>
1565S: Maintained
1566F: numa.c
1567F: include/sysemu/numa.h
e3d038b8 1568T: git git://github.com/ehabkost/qemu.git machine-next
2f54eb98 1569
4fc264f4
EH
1570Host Memory Backends
1571M: Eduardo Habkost <[email protected]>
1572M: Igor Mammedov <[email protected]>
1573S: Maintained
1574F: backends/hostmem*.c
1575F: include/sysemu/hostmem.h
e3d038b8 1576T: git git://github.com/ehabkost/qemu.git machine-next
4fc264f4 1577
6034011c
GA
1578Cryptodev Backends
1579M: Gonglei <[email protected]>
1580S: Maintained
1581F: include/sysemu/cryptodev*.h
1582F: backends/cryptodev*.c
1583
ad904f66
EH
1584Python scripts
1585M: Eduardo Habkost <[email protected]>
1586M: Cleber Rosa <[email protected]>
1587S: Odd fixes
1588F: scripts/qmp/*
1589F: scripts/*.py
1590F: tests/*.py
1591
8899b4ae 1592QAPI
9740618c 1593M: Markus Armbruster <[email protected]>
8899b4ae 1594M: Michael Roth <[email protected]>
9740618c 1595S: Supported
8899b4ae 1596F: qapi/
0311c5bd 1597X: qapi/*.json
ac4abb9a
MA
1598F: include/qapi/
1599X: include/qapi/qmp/
1600F: include/qapi/qmp/dispatch.h
c0bd0b50 1601F: tests/qapi-schema/
ac4abb9a 1602F: tests/test-*-visitor.c
e94630d3 1603F: tests/test-qapi-*.c
ac4abb9a 1604F: tests/test-qmp-*.c
e94630d3 1605F: tests/test-visitor-serialization.c
0311c5bd 1606F: scripts/qapi*
c39cdbf6 1607F: docs/devel/qapi*
9740618c 1608T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1609
7810d291
LC
1610QAPI Schema
1611M: Eric Blake <[email protected]>
7810d291
LC
1612M: Markus Armbruster <[email protected]>
1613S: Supported
1614F: qapi-schema.json
0311c5bd 1615F: qapi/*.json
9740618c 1616T: git git://repo.or.cz/qemu/armbru.git qapi-next
7810d291 1617
f3582ba4 1618QObject
daf5dc78
MA
1619M: Markus Armbruster <[email protected]>
1620S: Supported
f3582ba4 1621F: qobject/
7735d2b5
MA
1622F: include/qapi/qmp/
1623X: include/qapi/qmp/dispatch.h
a2f3453e 1624F: scripts/coccinelle/qobject.cocci
7735d2b5 1625F: tests/check-qdict.c
01b2ffce 1626F: tests/check-qnum.c
7735d2b5
MA
1627F: tests/check-qjson.c
1628F: tests/check-qlist.c
1629F: tests/check-qstring.c
daf5dc78 1630T: git git://repo.or.cz/qemu/armbru.git qapi-next
f3582ba4 1631
f05d9999
MR
1632QEMU Guest Agent
1633M: Michael Roth <[email protected]>
1634S: Maintained
1635F: qga/
ab7f9f7d
PMD
1636F: qemu-ga.texi
1637F: scripts/qemu-guest-agent/
1638F: tests/test-qga.c
1639F: docs/interop/qemu-ga-ref.texi
f05d9999
MR
1640T: git git://github.com/mdroth/qemu.git qga
1641
4688c94c 1642QOM
4688c94c
AF
1643M: Andreas Färber <[email protected]>
1644S: Supported
1645T: git git://github.com/afaerber/qemu-cpu.git qom-next
1646F: include/qom/
1647X: include/qom/cpu.h
1648F: qom/
1649X: qom/cpu.c
9f4aa7ce
AF
1650F: tests/check-qom-interface.c
1651F: tests/check-qom-proplist.c
4688c94c
AF
1652F: tests/qom-test.c
1653
8899b4ae 1654QMP
9740618c
LC
1655M: Markus Armbruster <[email protected]>
1656S: Supported
8899b4ae
LC
1657F: qmp.c
1658F: monitor.c
c39cdbf6 1659F: docs/devel/*qmp-*
9740618c 1660F: scripts/qmp/
f66e7ac8 1661F: tests/qmp-test.c
9740618c 1662T: git git://repo.or.cz/qemu/armbru.git qapi-next
8899b4ae 1663
cc0100f4 1664Register API
c22e580c 1665M: Alistair Francis <[email protected]>
cc0100f4
AF
1666S: Maintained
1667F: hw/core/register.c
1668F: include/hw/register.h
06a7b243 1669F: include/hw/registerfields.h
cc0100f4 1670
fd5d5c56 1671SLIRP
eda509fa 1672M: Samuel Thibault <[email protected]>
bafc72ab
JK
1673M: Jan Kiszka <[email protected]>
1674S: Maintained
fd5d5c56 1675F: slirp/
663fb1e1 1676F: net/slirp.c
d24b2b1c 1677F: include/net/slirp.h
02cffe24 1678T: git https://people.debian.org/~sthibault/qemu.git slirp
1ab09a40 1679T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 1680
b1ed728a
PB
1681Stubs
1682M: Paolo Bonzini <[email protected]>
1683S: Maintained
1684F: stubs/
1685
598a3f35 1686Tracing
1cd0f8ce 1687M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
1688S: Maintained
1689F: trace/
0e076292
TH
1690F: trace-events
1691F: qemu-option-trace.texi
f70fd8fd
LV
1692F: scripts/tracetool.py
1693F: scripts/tracetool/
c39cdbf6 1694F: docs/devel/tracing.txt
1ab09a40 1695T: git git://github.com/stefanha/qemu.git tracing
598a3f35 1696
3859b6cf 1697TPM
6b4f250b
SB
1698M: Stefan Berger <[email protected]>
1699S: Maintained
3859b6cf 1700F: tpm.c
c39f95dc 1701F: stubs/tpm.c
3859b6cf
MA
1702F: hw/tpm/*
1703F: include/hw/acpi/tpm.h
1704F: include/sysemu/tpm*
1705F: qapi/tpm.json
6b4f250b 1706F: backends/tpm.c
adb0e917 1707F: tests/*tpm*
d3e21650 1708T: git git://github.com/stefanberger/qemu-tpm.git tpm-next
3859b6cf 1709
14f40fdc 1710Checkpatch
14f40fdc
BS
1711S: Odd Fixes
1712F: scripts/checkpatch.pl
1713
c0787c8d
JQ
1714Migration
1715M: Juan Quintela <[email protected]>
d7fc72ce 1716M: Dr. David Alan Gilbert <[email protected]>
c0787c8d
JQ
1717S: Maintained
1718F: include/migration/
44a1f946 1719F: migration/
c5515640
AS
1720F: scripts/vmstate-static-checker.py
1721F: tests/vmstate-static-checker-data/
2656bfd9 1722F: tests/migration-test.c
c39cdbf6 1723F: docs/devel/migration.txt
48685a8e 1724F: qapi/migration.json
c0787c8d 1725
92bfedb0 1726Seccomp
064983cb 1727M: Eduardo Otubo <[email protected]>
92bfedb0
EO
1728S: Supported
1729F: qemu-seccomp.c
1730F: include/sysemu/seccomp.h
1731
ddbb0d09
DB
1732Cryptography
1733M: Daniel P. Berrange <[email protected]>
1734S: Maintained
1735F: crypto/
1736F: include/crypto/
1737F: tests/test-crypto-*
3947ecfc 1738F: tests/benchmark-crypto-*
899833cd 1739F: qemu.sasl
ddbb0d09 1740
10817bf0
DB
1741Coroutines
1742M: Stefan Hajnoczi <[email protected]>
1743M: Kevin Wolf <[email protected]>
1744F: util/*coroutine*
1745F: include/qemu/coroutine*
1746F: tests/test-coroutine.c
1747
88c5f205
DB
1748Buffers
1749M: Daniel P. Berrange <[email protected]>
1750S: Odd fixes
1751F: util/buffer.c
1752F: include/qemu/buffer.h
1753
666a3af9
DB
1754I/O Channels
1755M: Daniel P. Berrange <[email protected]>
1756S: Maintained
1757F: io/
1758F: include/io/
1759F: tests/test-io-*
1760
5614a283
GH
1761Sockets
1762M: Daniel P. Berrange <[email protected]>
1763M: Gerd Hoffmann <[email protected]>
1764M: Paolo Bonzini <[email protected]>
1765S: Maintained
1766F: include/qemu/sockets.h
1767F: util/qemu-sockets.c
a2ff5a48 1768F: qapi/sockets.json
5614a283 1769
d310d85b
AG
1770Throttling infrastructure
1771M: Alberto Garcia <[email protected]>
1772S: Supported
1773F: block/throttle-groups.c
1774F: include/block/throttle-groups.h
89603938 1775F: include/qemu/throttle*.h
d310d85b 1776F: util/throttle.c
89603938
PMD
1777F: docs/throttle.txt
1778F: tests/test-throttle.c
d310d85b
AG
1779L: [email protected]
1780
080d7aac
FZ
1781UUID
1782M: Fam Zheng <[email protected]>
1783S: Supported
1784F: util/uuid.c
1785F: include/qemu/uuid.h
1786F: tests/test-uuid.c
1787
a4cc318e
HZ
1788COLO Framework
1789M: zhanghailiang <[email protected]>
1790S: Maintained
1791F: migration/colo*
1792F: include/migration/colo.h
1793F: include/migration/failover.h
1794F: docs/COLO-FT.txt
1795
88f82ed1 1796COLO Proxy
b38576cd 1797M: Zhang Chen <[email protected]>
88f82ed1
ZC
1798M: Li Zhijian <[email protected]>
1799S: Supported
1800F: docs/colo-proxy.txt
1801F: net/colo*
1802F: net/filter-rewriter.c
1803F: net/filter-mirror.c
1804
62258201
PD
1805Record/replay
1806M: Pavel Dovgalyuk <[email protected]>
1807R: Paolo Bonzini <[email protected]>
70b7fba9 1808W: https://wiki.qemu.org/Features/record-replay
62258201
PD
1809S: Supported
1810F: replay/*
1811F: block/blkreplay.c
1812F: net/filter-replay.c
1813F: include/sysemu/replay.h
1814F: docs/replay.txt
1815F: stubs/replay.c
1816
eecf5eed
PX
1817IOVA Tree
1818M: Peter Xu <[email protected]>
1819S: Maintained
1820F: include/qemu/iova-tree.h
1821F: util/iova-tree.c
1822
fd5d5c56
AL
1823Usermode Emulation
1824------------------
486bbe5f
PB
1825Overall
1826M: Riku Voipio <[email protected]>
1827S: Maintained
1828F: thunk.c
58410666 1829F: accel/tcg/user-exec*.c
486bbe5f 1830
fd5d5c56 1831BSD user
297e8005 1832S: Orphan
fd5d5c56 1833F: bsd-user/
ccf0a57b 1834F: default-configs/*-bsd-user.mak
fd5d5c56 1835
fd5d5c56
AL
1836Linux user
1837M: Riku Voipio <[email protected]>
ecc1f5ad 1838R: Laurent Vivier <[email protected]>
fd5d5c56
AL
1839S: Maintained
1840F: linux-user/
ccf0a57b 1841F: default-configs/*-linux-user.mak
e5dd9875 1842F: scripts/qemu-binfmt-conf.sh
42f5a7e9
AJ
1843
1844Tiny Code Generator (TCG)
1845-------------------------
1846Common code
cc7772bd 1847M: Richard Henderson <[email protected]>
42f5a7e9
AJ
1848S: Maintained
1849F: tcg/
1850
b25a464c
CF
1851AArch64 target
1852M: Claudio Fontana <[email protected]>
1853M: Claudio Fontana <[email protected]>
1854S: Maintained
b4f2bd1c 1855L: [email protected]
b25a464c 1856F: tcg/aarch64/
c17652ee
PB
1857F: disas/arm-a64.cc
1858F: disas/libvixl/
b25a464c 1859
42f5a7e9
AJ
1860ARM target
1861M: Andrzej Zaborowski <[email protected]>
1862S: Maintained
b4f2bd1c 1863L: [email protected]
42f5a7e9 1864F: tcg/arm/
c17652ee 1865F: disas/arm.c
42f5a7e9 1866
42f5a7e9 1867i386 target
5dd4a88c 1868L: [email protected]
42f5a7e9
AJ
1869S: Maintained
1870F: tcg/i386/
c17652ee 1871F: disas/i386.c
42f5a7e9 1872
42f5a7e9 1873MIPS target
d6eec7a2 1874M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
1875S: Maintained
1876F: tcg/mips/
c17652ee 1877F: disas/mips.c
42f5a7e9
AJ
1878
1879PPC
15610d42
PK
1880M: Richard Henderson <[email protected]>
1881S: Odd Fixes
42f5a7e9 1882F: tcg/ppc/
c17652ee 1883F: disas/ppc.c
42f5a7e9
AJ
1884
1885S390 target
1886M: Alexander Graf <[email protected]>
1887M: Richard Henderson <[email protected]>
1888S: Maintained
1889F: tcg/s390/
c17652ee 1890F: disas/s390.c
146bd283 1891L: [email protected]
42f5a7e9
AJ
1892
1893SPARC target
297e8005 1894S: Odd Fixes
42f5a7e9 1895F: tcg/sparc/
c17652ee 1896F: disas/sparc.c
bc75c9e5
SW
1897
1898TCI target
1899M: Stefan Weil <[email protected]>
1900S: Maintained
8ef9cd55 1901F: tcg/tci/
752a2ae2 1902F: tcg/tci.c
c17652ee 1903F: disas/tci.c
aa09c951 1904
f05b328c
SH
1905Block drivers
1906-------------
1907VMDK
1908M: Fam Zheng <[email protected]>
c95e4c0e 1909L: [email protected]
f05b328c
SH
1910S: Supported
1911F: block/vmdk.c
1912
1913RBD
5a8ac6d9 1914M: Josh Durgin <[email protected]>
280458a3
JC
1915M: Jeff Cody <[email protected]>
1916L: [email protected]
f05b328c
SH
1917S: Supported
1918F: block/rbd.c
280458a3 1919T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1920
1921Sheepdog
53b33231 1922M: Hitoshi Mitake <[email protected]>
f05b328c 1923M: Liu Yuan <[email protected]>
280458a3
JC
1924M: Jeff Cody <[email protected]>
1925L: [email protected]
dce32b6c 1926L: [email protected]
f05b328c
SH
1927S: Supported
1928F: block/sheepdog.c
280458a3 1929T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1930
1931VHDX
1932M: Jeff Cody <[email protected]>
280458a3 1933L: [email protected]
f05b328c
SH
1934S: Supported
1935F: block/vhdx*
280458a3 1936T: git git://github.com/codyprime/qemu-kvm-jtc.git block
f05b328c
SH
1937
1938VDI
1939M: Stefan Weil <[email protected]>
c95e4c0e 1940L: [email protected]
f05b328c
SH
1941S: Maintained
1942F: block/vdi.c
1943
1944iSCSI
1945M: Ronnie Sahlberg <[email protected]>
1946M: Paolo Bonzini <[email protected]>
1947M: Peter Lieven <[email protected]>
c95e4c0e 1948L: [email protected]
f05b328c
SH
1949S: Supported
1950F: block/iscsi.c
2deb63c2 1951F: block/iscsi-opts.c
f05b328c 1952
99c62e70
EB
1953Network Block Device (NBD)
1954M: Eric Blake <[email protected]>
1955M: Paolo Bonzini <[email protected]>
1956L: [email protected]
1957S: Maintained
1958F: block/nbd*
1959F: nbd/
1960F: include/block/nbd*
1961F: qemu-nbd.*
1962F: blockdev-nbd.c
1963T: git git://repo.or.cz/qemu/ericb.git nbd
1964
6542aa9c 1965NFS
280458a3 1966M: Jeff Cody <[email protected]>
6542aa9c 1967M: Peter Lieven <[email protected]>
280458a3 1968L: [email protected]
6542aa9c
PL
1969S: Maintained
1970F: block/nfs.c
280458a3 1971T: git git://github.com/codyprime/qemu-kvm-jtc.git block
6542aa9c 1972
f05b328c
SH
1973SSH
1974M: Richard W.M. Jones <[email protected]>
280458a3
JC
1975M: Jeff Cody <[email protected]>
1976L: [email protected]
f05b328c
SH
1977S: Supported
1978F: block/ssh.c
280458a3 1979T: git git://github.com/codyprime/qemu-kvm-jtc.git block
c9a12e75 1980
280458a3
JC
1981CURL
1982M: Jeff Cody <[email protected]>
1983L: [email protected]
1984S: Supported
1985F: block/curl.c
1986T: git git://github.com/codyprime/qemu-kvm-jtc.git block
1987
1988GLUSTER
1989M: Jeff Cody <[email protected]>
1990L: [email protected]
1991S: Supported
1992F: block/gluster.c
1993T: git git://github.com/codyprime/qemu-kvm-jtc.git block
b5e9476c 1994
199667a8
FZ
1995Null Block Driver
1996M: Fam Zheng <[email protected]>
1997L: [email protected]
1998S: Supported
1999F: block/null.c
2000
bdd6a90a
FZ
2001NVMe Block Driver
2002M: Fam Zheng <[email protected]>
2003L: [email protected]
2004S: Supported
2005F: block/nvme*
2006
b5e9476c
GA
2007Bootdevice
2008M: Gonglei <[email protected]>
2009S: Maintained
2010F: bootdevice.c
ecdda9e0
AG
2011
2012Quorum
2013M: Alberto Garcia <[email protected]>
2014S: Supported
2015F: block/quorum.c
2016L: [email protected]
e7c6e631
SH
2017
2018blkverify
2019M: Stefan Hajnoczi <[email protected]>
2020L: [email protected]
2021S: Supported
2022F: block/blkverify.c
2023
2024bochs
2025M: Stefan Hajnoczi <[email protected]>
2026L: [email protected]
2027S: Supported
2028F: block/bochs.c
2029
2030cloop
2031M: Stefan Hajnoczi <[email protected]>
2032L: [email protected]
2033S: Supported
2034F: block/cloop.c
2035
2036dmg
2037M: Stefan Hajnoczi <[email protected]>
2038L: [email protected]
2039S: Supported
2040F: block/dmg.c
2041
2042parallels
2043M: Stefan Hajnoczi <[email protected]>
f3073712 2044M: Denis V. Lunev <[email protected]>
e7c6e631
SH
2045L: [email protected]
2046S: Supported
2047F: block/parallels.c
5746c1cd 2048F: docs/interop/parallels.txt
e7c6e631
SH
2049
2050qed
2051M: Stefan Hajnoczi <[email protected]>
2052L: [email protected]
2053S: Supported
2054F: block/qed.c
2055
2056raw
2057M: Kevin Wolf <[email protected]>
2058L: [email protected]
2059S: Supported
2060F: block/linux-aio.c
f586d5fc 2061F: include/block/raw-aio.h
2e6fc7eb 2062F: block/raw-format.c
c1bb86cd
EB
2063F: block/file-posix.c
2064F: block/file-win32.c
e7c6e631
SH
2065F: block/win32-aio.c
2066
2067qcow2
2068M: Kevin Wolf <[email protected]>
c4189d85 2069M: Max Reitz <[email protected]>
e7c6e631
SH
2070L: [email protected]
2071S: Supported
2072F: block/qcow2*
b24f9882 2073F: docs/interop/qcow2.txt
e7c6e631
SH
2074
2075qcow
2076M: Kevin Wolf <[email protected]>
2077L: [email protected]
2078S: Supported
2079F: block/qcow.c
2080
2081blkdebug
2082M: Kevin Wolf <[email protected]>
c4189d85 2083M: Max Reitz <[email protected]>
e7c6e631
SH
2084L: [email protected]
2085S: Supported
2086F: block/blkdebug.c
2087
2088vpc
2089M: Kevin Wolf <[email protected]>
2090L: [email protected]
2091S: Supported
2092F: block/vpc.c
2093
2094vvfat
2095M: Kevin Wolf <[email protected]>
2096L: [email protected]
2097S: Supported
2098F: block/vvfat.c
abfe4e94
SH
2099
2100Image format fuzzer
2101M: Stefan Hajnoczi <[email protected]>
2102L: [email protected]
2103S: Supported
2104F: tests/image-fuzzer/
717171bd 2105
049105a3 2106Replication
205f8618 2107M: Wen Congyang <[email protected]>
3ccc0a01 2108M: Xie Changlong <[email protected]>
049105a3
CX
2109S: Supported
2110F: replication*
2111F: block/replication.c
2112F: tests/test-replication.c
2113F: docs/block-replication.txt
2114
a3defabb
MA
2115PVRDMA
2116M: Yuval Shaia <[email protected]>
fe355cbd 2117M: Marcel Apfelbaum <[email protected]>
a3defabb
MA
2118S: Maintained
2119F: hw/rdma/*
2120F: hw/rdma/vmw/*
2121F: docs/pvrdma.txt
2122
b9e02c06
AB
2123Build and test automation
2124-------------------------
0475a03e 2125Build and test automation
b9e02c06 2126M: Alex Bennée <[email protected]>
e70dc7f8 2127M: Fam Zheng <[email protected]>
32b9ca98 2128R: Philippe Mathieu-Daudé <[email protected]>
b9e02c06 2129L: [email protected]
e70dc7f8 2130S: Maintained
b9e02c06 2131F: .travis.yml
d92d886a 2132F: .shippable.yml
e70dc7f8 2133F: tests/docker/
18023821 2134F: tests/vm/
e70dc7f8 2135W: https://travis-ci.org/qemu/qemu
2a747008 2136W: https://app.shippable.com/github/qemu/qemu
e70dc7f8 2137W: http://patchew.org/QEMU/
717171bd
DB
2138
2139Documentation
2140-------------
2141Build system architecture
2142M: Daniel P. Berrange <[email protected]>
2143S: Odd Fixes
c39cdbf6 2144F: docs/devel/build-system.txt
8a49e97f 2145
aef45d51
DB
2146Build System
2147------------
2148GIT submodules
2149M: Daniel P. Berrange <[email protected]>
2150S: Odd Fixes
2151F: scripts/git-submodule.sh
This page took 1.015041 seconds and 4 git commands to generate.