]> Git Repo - qemu.git/blame - MAINTAINERS
vmxnet3: validate interrupt indices read on migration
[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------------------------------
c4ca6901 53M: Anthony Liguori <[email protected]>
fd5d5c56
AL
54
55Guest CPU cores (TCG):
56----------------------
57Alpha
8d6df264
RH
58M: Richard Henderson <[email protected]>
59S: Maintained
fd5d5c56 60F: target-alpha/
8d8b636d 61F: hw/alpha/
b6f97c14 62
b6f97c14 63ARM
1ce9ce6a 64M: Peter Maydell <[email protected]>
fd5d5c56
AL
65S: Maintained
66F: target-arm/
8d8b636d
PB
67F: hw/arm/
68F: hw/cpu/a*mpcore.c
fd5d5c56
AL
69
70CRIS
71M: Edgar E. Iglesias <[email protected]>
72S: Maintained
73F: target-cris/
8d8b636d 74F: hw/cris/
fd5d5c56 75
07bf23a7
MW
76LM32
77M: Michael Walle <[email protected]>
78S: Maintained
79F: target-lm32/
8d8b636d 80F: hw/lm32/
0ee10242 81F: hw/char/lm32_*
07bf23a7 82
fd5d5c56 83M68K
0e19885e 84S: Orphan
fd5d5c56 85F: target-m68k/
8d8b636d 86F: hw/m68k/
fd5d5c56
AL
87
88MicroBlaze
89M: Edgar E. Iglesias <[email protected]>
90S: Maintained
91F: target-microblaze/
8d8b636d 92F: hw/microblaze/
fd5d5c56 93
b6f97c14 94MIPS
ddb13561 95M: Aurelien Jarno <[email protected]>
2c9b7d1a 96S: Odd Fixes
fd5d5c56 97F: target-mips/
8d8b636d 98F: hw/mips/
fd5d5c56 99
d15a9c23
AG
100Moxie
101M: Anthony Green <[email protected]>
102S: Maintained
103F: target-moxie/
104
945dad6d
JL
105OpenRISC
106M: Jia Liu <[email protected]>
107S: Maintained
108F: target-openrisc/
109F: hw/openrisc/
110
b6f97c14 111PowerPC
fd5d5c56 112M: Alexander Graf <[email protected]>
a6c98685 113L: [email protected]
fd5d5c56
AL
114S: Maintained
115F: target-ppc/
8d8b636d 116F: hw/ppc/
fd5d5c56
AL
117
118S390
2b35e93f 119M: Richard Henderson <[email protected]>
fd5d5c56
AL
120M: Alexander Graf <[email protected]>
121S: Maintained
122F: target-s390x/
8d8b636d 123F: hw/s390x/
fd5d5c56 124
b6f97c14 125SH4
ddb13561 126M: Aurelien Jarno <[email protected]>
2c9b7d1a 127S: Odd Fixes
fd5d5c56 128F: target-sh4/
8d8b636d 129F: hw/sh4/
fd5d5c56
AL
130
131SPARC
132M: Blue Swirl <[email protected]>
133S: Maintained
134F: target-sparc/
8d8b636d
PB
135F: hw/sparc/
136F: hw/sparc64/
fd5d5c56 137
a6ea7b4c
AF
138UniCore32
139M: Guan Xuetao <[email protected]>
140S: Maintained
141F: target-unicore32/
8d8b636d 142F: hw/unicore32/
a6ea7b4c 143
fd5d5c56
AL
144X86
145M: [email protected]
146S: Odd Fixes
147F: target-i386/
8d8b636d 148F: hw/i386/
fd5d5c56 149
16e7caae
MF
150Xtensa
151M: Max Filippov <[email protected]>
375847a6 152W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
16e7caae
MF
153S: Maintained
154F: target-xtensa/
8d8b636d 155F: hw/xtensa/
16e7caae 156
fd5d5c56
AL
157Guest CPU Cores (KVM):
158----------------------
159
160Overall
c6d559d9 161M: Paolo Bonzini <[email protected]>
fd5d5c56
AL
162L: [email protected]
163S: Supported
164F: kvm-*
165F: */kvm.*
166
ed4659d1
PM
167ARM
168M: Peter Maydell <[email protected]>
169S: Maintained
170F: target-arm/kvm.c
171
fd5d5c56
AL
172PPC
173M: Alexander Graf <[email protected]>
174S: Maintained
175F: target-ppc/kvm.c
176
749717a0 177S390
b304bf00
CB
178M: Christian Borntraeger <[email protected]>
179M: Cornelia Huck <[email protected]>
fd5d5c56
AL
180M: Alexander Graf <[email protected]>
181S: Maintained
182F: target-s390x/kvm.c
b304bf00 183F: hw/intc/s390_flic.[hc]
fd5d5c56
AL
184
185X86
fd5d5c56
AL
186M: Marcelo Tosatti <[email protected]>
187L: [email protected]
188S: Supported
189F: target-i386/kvm.c
190
8a6b0cd7
SS
191Guest CPU Cores (Xen):
192----------------------
193
194X86
195M: Stefano Stabellini <[email protected]>
196L: [email protected]
197S: Supported
198F: xen-*
199F: */xen*
200
1bdd6874
SW
201Hosts:
202------
203
204LINUX
205L: [email protected]
206S: Maintained
207F: linux-*
208F: linux-headers/
209
210POSIX
211L: [email protected]
212S: Maintained
213F: *posix*
214
215W32, W64
216L: [email protected]
217M: Stefan Weil <[email protected]>
218S: Maintained
219F: *win32*
220
fd5d5c56
AL
221ARM Machines
222------------
84291fe7
LG
223Allwinner-a10
224M: Li Guang <[email protected]>
225S: Maintained
226F: hw/*/allwinner-a10*
227F: include/hw/*/allwinner-a10*
228F: hw/arm/cubieboard.c
229
fc63dcff
EV
230Exynos
231M: Evgeny Voevodin <[email protected]>
232M: Maksim Kozlov <[email protected]>
f44c5c67 233M: Igor Mitsyanko <[email protected]>
fc63dcff
EV
234M: Dmitry Solodkiy <[email protected]>
235S: Maintained
8d8b636d 236F: hw/*/exynos*
fc63dcff 237
766fd09f
ML
238Calxeda Highbank
239M: Mark Langsdorf <[email protected]>
240S: Supported
8d8b636d
PB
241F: hw/arm/highbank.c
242F: hw/net/xgmac.c
766fd09f 243
9082f121
AP
244Canon DIGIC
245M: Antony Pavlov <[email protected]>
246S: Maintained
247F: include/hw/arm/digic.h
248F: hw/*/digic*
249
fd5d5c56
AL
250Gumstix
251M: [email protected]
252S: Orphan
8d8b636d 253F: hw/arm/gumstix.c
fd5d5c56 254
0325559d
PC
255i.MX31
256M: Peter Chubb <[email protected]>
257S: Odd fixes
8d8b636d
PB
258F: hw/*/imx*
259F: hw/arm/kzm.c
0325559d 260
fd5d5c56 261Integrator CP
1ce9ce6a 262M: Peter Maydell <[email protected]>
fd5d5c56 263S: Maintained
8d8b636d 264F: hw/arm/integratorcp.c
fd5d5c56
AL
265
266Mainstone
267M: [email protected]
268S: Orphan
8d8b636d 269F: hw/arm/mainstone.c
fd5d5c56
AL
270
271Musicpal
272M: Jan Kiszka <[email protected]>
273S: Maintained
8d8b636d 274F: hw/arm/musicpal.c
fd5d5c56
AL
275
276nSeries
277M: Andrzej Zaborowski <[email protected]>
278S: Maintained
8d8b636d 279F: hw/arm/nseries.c
fd5d5c56
AL
280
281Palm
282M: Andrzej Zaborowski <[email protected]>
283S: Maintained
8d8b636d 284F: hw/arm/palm.c
fd5d5c56
AL
285
286Real View
1ce9ce6a 287M: Peter Maydell <[email protected]>
fd5d5c56 288S: Maintained
8d8b636d 289F: hw/arm/realview*
fd5d5c56
AL
290
291Spitz
292M: Andrzej Zaborowski <[email protected]>
293S: Maintained
8d8b636d 294F: hw/arm/spitz.c
fd5d5c56
AL
295
296Stellaris
1ce9ce6a 297M: Peter Maydell <[email protected]>
fd5d5c56 298S: Maintained
8d8b636d 299F: hw/*/stellaris*
fd5d5c56
AL
300
301Versatile PB
1ce9ce6a 302M: Peter Maydell <[email protected]>
fd5d5c56 303S: Maintained
8d8b636d 304F: hw/*/versatile*
fd5d5c56 305
e3260506 306Xilinx Zynq
97891afa 307M: Peter Crosthwaite <[email protected]>
e3260506 308S: Maintained
8d8b636d
PB
309F: hw/arm/xilinx_zynq.c
310F: hw/misc/zynq_slcr.c
311F: hw/*/cadence_*
312F: hw/ssi/xilinx_spips.c
e3260506 313
fd5d5c56
AL
314CRIS Machines
315-------------
316Axis Dev88
317M: Edgar E. Iglesias <[email protected]>
318S: Maintained
8d8b636d 319F: hw/cris/axis_dev88.c
6e481d57 320F: hw/*/etraxfs_*.c
fd5d5c56 321
07bf23a7
MW
322LM32 Machines
323-------------
324EVR32 and uclinux BSP
325M: Michael Walle <[email protected]>
326S: Maintained
8d8b636d 327F: hw/lm32/lm32_boards.c
07bf23a7 328
d118aa6b
MW
329milkymist
330M: Michael Walle <[email protected]>
331S: Maintained
8d8b636d 332F: hw/lm32/milkymist.c
d118aa6b 333
afcacd53 334M68K Machines
fd5d5c56
AL
335-------------
336an5206
0e19885e 337S: Orphan
8d8b636d 338F: hw/m68k/an5206.c
fd5d5c56
AL
339
340dummy_m68k
0e19885e 341S: Orphan
8d8b636d 342F: hw/m68k/dummy_m68k.c
fd5d5c56
AL
343
344mcf5208
0e19885e 345S: Orphan
8d8b636d 346F: hw/m68k/mcf5208.c
fd5d5c56
AL
347
348MicroBlaze Machines
349-------------------
350petalogix_s3adsp1800
351M: Edgar E. Iglesias <[email protected]>
352S: Maintained
6e481d57 353F: hw/microblaze/petalogix_s3adsp1800_mmu.c
fd5d5c56 354
d36e8ce7 355petalogix_ml605
97891afa 356M: Peter Crosthwaite <[email protected]>
d36e8ce7 357S: Maintained
8d8b636d 358F: hw/microblaze/petalogix_ml605_mmu.c
d36e8ce7 359
fd5d5c56
AL
360MIPS Machines
361-------------
362Jazz
363M: Hervé Poussineau <[email protected]>
364S: Maintained
8d8b636d 365F: hw/mips/mips_jazz.c
fd5d5c56
AL
366
367Malta
368M: Aurelien Jarno <[email protected]>
369S: Maintained
8d8b636d 370F: hw/mips/mips_malta.c
fd5d5c56
AL
371
372Mipssim
373M: [email protected]
374S: Orphan
8d8b636d 375F: hw/mips/mips_mipssim.c
fd5d5c56
AL
376
377R4000
378M: Aurelien Jarno <[email protected]>
379S: Maintained
8d8b636d 380F: hw/mips/mips_r4k.c
fd5d5c56 381
945dad6d
JL
382OpenRISC Machines
383-----------------
384or1k-sim
385M: Jia Liu <[email protected]>
386S: Maintained
387F: hw/openrisc/openrisc_sim.c
388
fd5d5c56
AL
389PowerPC Machines
390----------------
391405
392M: Alexander Graf <[email protected]>
a6c98685 393L: [email protected]
9b9fe135 394S: Odd Fixes
8d8b636d 395F: hw/ppc/ppc405_boards.c
fd5d5c56 396
aaade8d7
AF
397Bamboo
398M: Alexander Graf <[email protected]>
399L: [email protected]
400S: Odd Fixes
8d8b636d 401F: hw/ppc/ppc440_bamboo.c
aaade8d7 402
98cded3a
AF
403e500
404M: Alexander Graf <[email protected]>
405M: Scott Wood <[email protected]>
406L: [email protected]
407S: Supported
408F: hw/ppc/e500.[hc]
409F: hw/ppc/e500plat.c
410
411mpc8544ds
412M: Alexander Graf <[email protected]>
413M: Scott Wood <[email protected]>
414L: [email protected]
415S: Supported
416F: hw/ppc/mpc8544ds.c
8d8b636d 417F: hw/ppc/mpc8544_guts.c
98cded3a 418
fd5d5c56
AL
419New World
420M: Alexander Graf <[email protected]>
a6c98685 421L: [email protected]
fd5d5c56 422S: Maintained
baec1910 423F: hw/ppc/mac_newworld.c
6e481d57
PM
424F: hw/pci-host/uninorth.c
425F: hw/pci-bridge/dec.[hc]
8d8b636d 426F: hw/misc/macio/
fd5d5c56
AL
427
428Old World
429M: Alexander Graf <[email protected]>
a6c98685 430L: [email protected]
fd5d5c56 431S: Maintained
baec1910 432F: hw/ppc/mac_oldworld.c
6e481d57 433F: hw/pci-host/grackle.c
8d8b636d 434F: hw/misc/macio/
fd5d5c56 435
ec38d398
AF
436PReP
437M: Andreas Färber <[email protected]>
a6c98685 438L: [email protected]
ec38d398 439S: Odd Fixes
75610155 440F: hw/ppc/prep.c
6e481d57 441F: hw/pci-host/prep.[hc]
8d8b636d 442F: hw/isa/pc87312.[hc]
fd5d5c56 443
8a269ca4 444sPAPR
8a269ca4
AF
445M: Alexander Graf <[email protected]>
446L: [email protected]
447S: Supported
8d8b636d 448F: hw/*/spapr*
f9de2da7
DG
449F: include/hw/*/spapr*
450F: hw/*/xics*
451F: include/hw/*/xics*
452F: pc-bios/spapr-rtas/*
8a269ca4 453
794d00bf
AF
454virtex_ml507
455M: Edgar E. Iglesias <[email protected]>
456L: [email protected]
457S: Odd Fixes
6e481d57 458F: hw/ppc/virtex_ml507.c
794d00bf 459
fd5d5c56
AL
460SH4 Machines
461------------
462R2D
463M: Magnus Damm <[email protected]>
464S: Maintained
6e481d57 465F: hw/sh4/r2d.c
fd5d5c56
AL
466
467Shix
468M: Magnus Damm <[email protected]>
afcacd53 469S: Orphan
6e481d57 470F: hw/sh4/shix.c
fd5d5c56
AL
471
472SPARC Machines
473--------------
474Sun4m
475M: Blue Swirl <[email protected]>
476S: Maintained
8d8b636d 477F: hw/sparc/sun4m.c
fd5d5c56
AL
478
479Sun4u
480M: Blue Swirl <[email protected]>
481S: Maintained
8d8b636d 482F: hw/sparc64/sun4u.c
fd5d5c56 483
ce6c760c
FC
484Leon3
485M: Fabien Chouteau <[email protected]>
486S: Maintained
8d8b636d
PB
487F: hw/sparc/leon3.c
488F: hw/*/grlib*
ce6c760c 489
fd5d5c56
AL
490S390 Machines
491-------------
492S390 Virtio
493M: Alexander Graf <[email protected]>
494S: Maintained
6e481d57 495F: hw/s390x/s390-*.c
fd5d5c56 496
dd4ad64a
CH
497S390 Virtio-ccw
498M: Cornelia Huck <[email protected]>
b304bf00 499M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
500M: Alexander Graf <[email protected]>
501S: Supported
502F: hw/s390x/s390-virtio-ccw.c
503F: hw/s390x/css.[hc]
b304bf00
CB
504F: hw/s390x/sclp*.[hc]
505F: hw/s390x/ipl*.[hc]
dd4ad64a
CH
506T: git git://github.com/cohuck/qemu virtio-ccw-upstr
507
ab9528ca
GX
508UniCore32 Machines
509-------------
510PKUnity-3 SoC initramfs-with-busybox
511M: Guan Xuetao <[email protected]>
512S: Maintained
8d8b636d 513F: hw/*/puv3*
ab9528ca
GX
514F: hw/unicore32/
515
fd5d5c56
AL
516X86 Machines
517------------
518PC
c4ca6901 519M: Anthony Liguori <[email protected]>
046a6486 520M: Michael S. Tsirkin <[email protected]>
fd5d5c56 521S: Supported
046a6486
MT
522F: include/hw/i386/
523F: hw/i386/
524F: hw/pci-host/piix.c
525F: hw/pci-host/q35.c
526F: hw/pci-host/pam.c
527F: include/hw/pci-host/q35.h
528F: include/hw/pci-host/pam.h
529F: hw/isa/piix4.c
530F: hw/isa/lpc_ich9.c
531F: hw/i2c/smbus_ich9.c
532F: hw/acpi/piix4.c
533F: hw/acpi/ich9.c
534F: include/hw/acpi/ich9.h
535F: include/hw/acpi/piix.h
536
fd5d5c56 537
16e7caae
MF
538Xtensa Machines
539---------------
375847a6 540sim
16e7caae
MF
541M: Max Filippov <[email protected]>
542S: Maintained
8d8b636d 543F: hw/xtensa/xtensa_sim.c
375847a6
MF
544
545Avnet LX60
546M: Max Filippov <[email protected]>
547S: Maintained
8d8b636d 548F: hw/xtensa/xtensa_lx60.c
16e7caae 549
fd5d5c56
AL
550Devices
551-------
552IDE
553M: Kevin Wolf <[email protected]>
554S: Odd Fixes
8d8b636d 555F: include/hw/ide.h
fd5d5c56
AL
556F: hw/ide/
557
f5f487b2
PM
558OMAP
559M: Peter Maydell <[email protected]>
560S: Maintained
8d8b636d 561F: hw/*/omap*
f5f487b2 562
fd5d5c56
AL
563PCI
564M: Michael S. Tsirkin <[email protected]>
565S: Supported
8d8b636d 566F: include/hw/pci/*
ca818cfb 567F: hw/pci/*
8d8b636d 568F: hw/acpi/*
fd5d5c56 569
aaade8d7
AF
570ppc4xx
571M: Alexander Graf <[email protected]>
572L: [email protected]
573S: Odd Fixes
8d8b636d 574F: hw/ppc/ppc4*.c
aaade8d7 575
98cded3a
AF
576ppce500
577M: Alexander Graf <[email protected]>
578M: Scott Wood <[email protected]>
579L: [email protected]
580S: Supported
6e481d57 581F: hw/ppc/e500*
98cded3a 582
fd5d5c56 583SCSI
de7724f7
PB
584M: Paolo Bonzini <[email protected]>
585S: Supported
8d8b636d
PB
586F: include/hw/scsi*
587F: hw/scsi/*
1ab09a40 588T: git git://github.com/bonzini/qemu.git scsi-next
de7724f7
PB
589
590LSI53C895A
0e19885e 591S: Orphan
8d8b636d 592F: hw/scsi/lsi53c895a.c
fd5d5c56 593
fcb5629d 594SSI
97891afa 595M: Peter Crosthwaite <[email protected]>
fcb5629d 596S: Maintained
8d8b636d
PB
597F: hw/ssi/*
598F: hw/block/m25p80.c
fcb5629d 599
fd5d5c56 600USB
5d0d62fe
GH
601M: Gerd Hoffmann <[email protected]>
602S: Maintained
8d8b636d 603F: hw/usb/*
fd5d5c56 604
92e1fb5e
AW
605VFIO
606M: Alex Williamson <[email protected]>
607S: Supported
6e481d57 608F: hw/misc/vfio.c
92e1fb5e 609
fd5d5c56
AL
610vhost
611M: Michael S. Tsirkin <[email protected]>
612S: Supported
8d8b636d 613F: hw/*/*vhost*
fd5d5c56
AL
614
615virtio
c4ca6901 616M: Anthony Liguori <[email protected]>
a75143ed 617M: Michael S. Tsirkin <[email protected]>
fd5d5c56 618S: Supported
8d8b636d 619F: hw/*/virtio*
fd5d5c56
AL
620
621virtio-9p
23704102 622M: Aneesh Kumar K.V <[email protected]>
fd5d5c56 623S: Supported
aebeca25
AF
624F: hw/9pfs/
625F: fsdev/
2d888c09 626F: tests/virtio-9p-test.c
3f3309cb 627T: git git://github.com/kvaneesh/QEMU.git
fd5d5c56
AL
628
629virtio-blk
630M: Kevin Wolf <[email protected]>
54d01a00 631M: Stefan Hajnoczi <[email protected]>
fd5d5c56 632S: Supported
8d8b636d 633F: hw/block/virtio-blk.c
fd5d5c56 634
dd4ad64a
CH
635virtio-ccw
636M: Cornelia Huck <[email protected]>
b304bf00 637M: Christian Borntraeger <[email protected]>
dd4ad64a
CH
638S: Supported
639F: hw/s390x/virtio-ccw.[hc]
640T: git git://github.com/cohuck/qemu virtio-ccw-upstr
641
fd5d5c56
AL
642virtio-serial
643M: Amit Shah <[email protected]>
644S: Supported
8d8b636d
PB
645F: hw/char/virtio-serial-bus.c
646F: hw/char/virtio-console.c
fd5d5c56 647
f3c507ad
KB
648nvme
649M: Keith Busch <[email protected]>
650S: Supported
651F: hw/block/nvme*
fc967791 652F: tests/nvme-test.c
f3c507ad 653
ab61d240 654Xilinx EDK
97891afa 655M: Peter Crosthwaite <[email protected]>
ab61d240
PC
656M: Edgar E. Iglesias <[email protected]>
657S: Maintained
8d8b636d
PB
658F: hw/*/xilinx_*
659F: include/hw/xilinx.h
ab61d240 660
fd5d5c56
AL
661Subsystems
662----------
663Audio
664M: Vassili Karpov (malc) <[email protected]>
9f575846 665M: Gerd Hoffmann <[email protected]>
fd5d5c56
AL
666S: Maintained
667F: audio/
8d8b636d 668F: hw/audio/
fd5d5c56
AL
669
670Block
671M: Kevin Wolf <[email protected]>
54d01a00 672M: Stefan Hajnoczi <[email protected]>
fd5d5c56
AL
673S: Supported
674F: block*
675F: block/
8d8b636d 676F: hw/block/
d48addda
SH
677T: git git://repo.or.cz/qemu/kevin.git block
678T: git git://github.com/stefanha/qemu.git block
fd5d5c56
AL
679
680Character Devices
c4ca6901 681M: Anthony Liguori <[email protected]>
fd5d5c56
AL
682S: Maintained
683F: qemu-char.c
684
f2ca0524
AF
685CPU
686M: Andreas Färber <[email protected]>
687S: Supported
688F: qom/cpu.c
6e481d57 689F: include/qom/cpu.h
62e0c095 690F: target-i386/cpu.c
f2ca0524 691
f0513d2c
IM
692ICC Bus
693M: Igor Mammedov <[email protected]>
694S: Supported
695F: include/hw/cpu/icc_bus.h
696F: hw/cpu/icc_bus.c
697
d24b569a 698Device Tree
97891afa 699M: Peter Crosthwaite <[email protected]>
d24b569a
PC
700M: Alexander Graf <[email protected]>
701S: Maintained
6e481d57 702F: device_tree.[ch]
d24b569a 703
fd5d5c56
AL
704GDB stub
705M: [email protected]
706S: Odd Fixes
707F: gdbstub*
708F: gdb-xml/
709
7ee3bf03
GH
710SPICE
711M: Gerd Hoffmann <[email protected]>
712S: Supported
6e481d57 713F: include/ui/qemu-spice.h
7ee3bf03
GH
714F: ui/spice-*.c
715F: audio/spiceaudio.c
8d8b636d 716F: hw/display/qxl*
7ee3bf03 717
fd5d5c56 718Graphics
c4ca6901 719M: Anthony Liguori <[email protected]>
25eccc37
GH
720M: Gerd Hoffmann <[email protected]>
721S: Odd Fixes
fd5d5c56
AL
722F: ui/
723
351f1bf6
AF
724Cocoa graphics
725M: Andreas Färber <[email protected]>
30ef3c74 726M: Peter Maydell <[email protected]>
351f1bf6
AF
727S: Odd Fixes
728F: ui/cocoa.m
729
fd5d5c56 730Main loop
c4ca6901 731M: Anthony Liguori <[email protected]>
fd5d5c56
AL
732S: Supported
733F: vl.c
734
8899b4ae 735Human Monitor (HMP)
fd5d5c56 736M: Luiz Capitulino <[email protected]>
fbb0621a 737S: Maintained
fd5d5c56 738F: monitor.c
8899b4ae
LC
739F: hmp.c
740F: hmp-commands.hx
dce07e0b 741T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
fd5d5c56
AL
742
743Network device layer
c4ca6901 744M: Anthony Liguori <[email protected]>
1cd0f8ce 745M: Stefan Hajnoczi <[email protected]>
fd5d5c56
AL
746S: Maintained
747F: net/
837c36e7 748T: git git://github.com/stefanha/qemu.git net
fd5d5c56 749
aee09baf
VM
750Netmap network backend
751M: Luigi Rizzo <[email protected]>
752M: Giuseppe Lettieri <[email protected]>
753M: Vincenzo Maffione <[email protected]>
754W: http://info.iet.unipi.it/~luigi/netmap/
755S: Maintained
756F: net/netmap.c
757
44f76b28
PB
758Network Block Device (NBD)
759M: Paolo Bonzini <[email protected]>
760S: Odd Fixes
761F: block/nbd.c
762F: nbd.*
763F: qemu-nbd.c
1ab09a40 764T: git git://github.com/bonzini/qemu.git nbd-next
44f76b28 765
8899b4ae
LC
766QAPI
767M: Luiz Capitulino <[email protected]>
768M: Michael Roth <[email protected]>
fbb0621a 769S: Maintained
8899b4ae 770F: qapi/
dce07e0b 771T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 772
7810d291
LC
773QAPI Schema
774M: Eric Blake <[email protected]>
775M: Luiz Capitulino <[email protected]>
776M: Markus Armbruster <[email protected]>
777S: Supported
778F: qapi-schema.json
dce07e0b 779T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
7810d291 780
8899b4ae
LC
781QMP
782M: Luiz Capitulino <[email protected]>
fbb0621a 783S: Maintained
8899b4ae
LC
784F: qmp.c
785F: monitor.c
786F: qmp-commands.hx
787F: QMP/
dce07e0b 788T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
8899b4ae 789
fd5d5c56 790SLIRP
bafc72ab
JK
791M: Jan Kiszka <[email protected]>
792S: Maintained
fd5d5c56 793F: slirp/
1ab09a40 794T: git git://git.kiszka.org/qemu.git queues/slirp
fd5d5c56 795
598a3f35 796Tracing
1cd0f8ce 797M: Stefan Hajnoczi <[email protected]>
598a3f35
SH
798S: Maintained
799F: trace/
f70fd8fd
LV
800F: scripts/tracetool.py
801F: scripts/tracetool/
f922ea46 802F: docs/tracing.txt
1ab09a40 803T: git git://github.com/stefanha/qemu.git tracing
598a3f35 804
14f40fdc
BS
805Checkpatch
806M: Blue Swirl <[email protected]>
807S: Odd Fixes
808F: scripts/checkpatch.pl
809
92bfedb0
EO
810Seccomp
811M: Eduardo Otubo <[email protected]>
812S: Supported
813F: qemu-seccomp.c
814F: include/sysemu/seccomp.h
815
fd5d5c56
AL
816Usermode Emulation
817------------------
818BSD user
819M: Blue Swirl <[email protected]>
820S: Maintained
821F: bsd-user/
822
fd5d5c56
AL
823Linux user
824M: Riku Voipio <[email protected]>
825S: Maintained
826F: linux-user/
42f5a7e9
AJ
827
828Tiny Code Generator (TCG)
829-------------------------
830Common code
831M: [email protected]
cc7772bd 832M: Richard Henderson <[email protected]>
42f5a7e9
AJ
833S: Maintained
834F: tcg/
835
b25a464c
CF
836AArch64 target
837M: Claudio Fontana <[email protected]>
838M: Claudio Fontana <[email protected]>
839S: Maintained
840F: tcg/aarch64/
841
42f5a7e9
AJ
842ARM target
843M: Andrzej Zaborowski <[email protected]>
844S: Maintained
845F: tcg/arm/
846
42f5a7e9
AJ
847i386 target
848M: [email protected]
849S: Maintained
850F: tcg/i386/
851
852IA64 target
853M: Aurelien Jarno <[email protected]>
854S: Maintained
855F: tcg/ia64/
856
857MIPS target
d6eec7a2 858M: Aurelien Jarno <[email protected]>
42f5a7e9
AJ
859S: Maintained
860F: tcg/mips/
861
862PPC
863M: Vassili Karpov (malc) <[email protected]>
864S: Maintained
865F: tcg/ppc/
866
867PPC64 target
868M: Vassili Karpov (malc) <[email protected]>
869S: Maintained
870F: tcg/ppc64/
871
872S390 target
873M: Alexander Graf <[email protected]>
874M: Richard Henderson <[email protected]>
875S: Maintained
876F: tcg/s390/
877
878SPARC target
879M: Blue Swirl <[email protected]>
880S: Maintained
881F: tcg/sparc/
bc75c9e5
SW
882
883TCI target
884M: Stefan Weil <[email protected]>
885S: Maintained
8ef9cd55 886F: tcg/tci/
2b7be8c8 887F: tci.c
aa09c951
AF
888
889Stable branches
890---------------
891Stable 1.0
892L: [email protected]
85938981 893T: git git://git.qemu-project.org/qemu-stable-1.0.git
aa09c951
AF
894S: Orphan
895
896Stable 0.15
897L: [email protected]
73c30df6 898M: Andreas Färber <[email protected]>
85938981 899T: git git://git.qemu-project.org/qemu-stable-0.15.git
73c30df6 900S: Supported
aa09c951
AF
901
902Stable 0.14
903L: [email protected]
85938981 904T: git git://git.qemu-project.org/qemu-stable-0.14.git
aa09c951
AF
905S: Orphan
906
907Stable 0.10
908L: [email protected]
85938981 909T: git git://git.qemu-project.org/qemu-stable-0.10.git
aa09c951 910S: Orphan
f05b328c
SH
911
912Block drivers
913-------------
914VMDK
915M: Fam Zheng <[email protected]>
916S: Supported
917F: block/vmdk.c
918
919RBD
920M: Josh Durgin <[email protected]>
921S: Supported
922F: block/rbd.c
923
924Sheepdog
925M: MORITA Kazutaka <[email protected]>
926M: Liu Yuan <[email protected]>
dce32b6c 927L: [email protected]
f05b328c
SH
928S: Supported
929F: block/sheepdog.c
930
931VHDX
932M: Jeff Cody <[email protected]>
933S: Supported
934F: block/vhdx*
935
936VDI
937M: Stefan Weil <[email protected]>
938S: Maintained
939F: block/vdi.c
940
941iSCSI
942M: Ronnie Sahlberg <[email protected]>
943M: Paolo Bonzini <[email protected]>
944M: Peter Lieven <[email protected]>
945S: Supported
946F: block/iscsi.c
947
6542aa9c
PL
948NFS
949M: Peter Lieven <[email protected]>
950S: Maintained
951F: block/nfs.c
952
f05b328c
SH
953SSH
954M: Richard W.M. Jones <[email protected]>
955S: Supported
956F: block/ssh.c
This page took 0.539844 seconds and 4 git commands to generate.