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