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