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