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