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