Statistics
| Branch: | Revision:

root / MAINTAINERS @ 9082f121

History | View | Annotate | Download (17.6 kB)

1
QEMU Maintainers
2
================
3

    
4
The intention of this file is not to establish who owns what portions of the
5
code base, but to provide a set of names that developers can consult when they
6
have a question about a particular subset and also to provide a set of names
7
to be CC'd when submitting a patch to obtain appropriate review.
8

    
9
In general, if you have a question about inclusion of a patch, you should
10
consult qemu-devel and not any specific individual privately.
11

    
12
Descriptions 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
23
			much other than throw the odd patch in. See below.
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

    
51
General Project Administration
52
------------------------------
53
M: Anthony Liguori <aliguori@amazon.com>
54

    
55
Guest CPU cores (TCG):
56
----------------------
57
Alpha
58
M: Richard Henderson <rth@twiddle.net>
59
S: Maintained
60
F: target-alpha/
61
F: hw/alpha/
62

    
63
ARM
64
M: Peter Maydell <peter.maydell@linaro.org>
65
S: Maintained
66
F: target-arm/
67
F: hw/arm/
68
F: hw/cpu/a*mpcore.c
69

    
70
CRIS
71
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
72
S: Maintained
73
F: target-cris/
74
F: hw/cris/
75

    
76
LM32
77
M: Michael Walle <michael@walle.cc>
78
S: Maintained
79
F: target-lm32/
80
F: hw/lm32/
81
F: hw/char/lm32_*
82

    
83
M68K
84
S: Orphan
85
F: target-m68k/
86
F: hw/m68k/
87

    
88
MicroBlaze
89
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
90
S: Maintained
91
F: target-microblaze/
92
F: hw/microblaze/
93

    
94
MIPS
95
M: Aurelien Jarno <aurelien@aurel32.net>
96
S: Odd Fixes
97
F: target-mips/
98
F: hw/mips/
99

    
100
Moxie
101
M: Anthony Green <green@moxielogic.com>
102
S: Maintained
103
F: target-moxie/
104

    
105
OpenRISC
106
M: Jia Liu <proljc@gmail.com>
107
S: Maintained
108
F: target-openrisc/
109
F: hw/openrisc/
110

    
111
PowerPC
112
M: Alexander Graf <agraf@suse.de>
113
L: qemu-ppc@nongnu.org
114
S: Maintained
115
F: target-ppc/
116
F: hw/ppc/
117

    
118
S390
119
M: Richard Henderson <rth@twiddle.net>
120
M: Alexander Graf <agraf@suse.de>
121
S: Maintained
122
F: target-s390x/
123
F: hw/s390x/
124

    
125
SH4
126
M: Aurelien Jarno <aurelien@aurel32.net>
127
S: Odd Fixes
128
F: target-sh4/
129
F: hw/sh4/
130

    
131
SPARC
132
M: Blue Swirl <blauwirbel@gmail.com>
133
S: Maintained
134
F: target-sparc/
135
F: hw/sparc/
136
F: hw/sparc64/
137

    
138
UniCore32
139
M: Guan Xuetao <gxt@mprc.pku.edu.cn>
140
S: Maintained
141
F: target-unicore32/
142
F: hw/unicore32/
143

    
144
X86
145
M: qemu-devel@nongnu.org
146
S: Odd Fixes
147
F: target-i386/
148
F: hw/i386/
149

    
150
Xtensa
151
M: Max Filippov <jcmvbkbc@gmail.com>
152
W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
153
S: Maintained
154
F: target-xtensa/
155
F: hw/xtensa/
156

    
157
Guest CPU Cores (KVM):
158
----------------------
159

    
160
Overall
161
M: Gleb Natapov <gleb@redhat.com>
162
M: Paolo Bonzini <pbonzini@redhat.com>
163
L: kvm@vger.kernel.org
164
S: Supported
165
F: kvm-*
166
F: */kvm.*
167

    
168
ARM
169
M: Peter Maydell <peter.maydell@linaro.org>
170
S: Maintained
171
F: target-arm/kvm.c
172

    
173
PPC
174
M: Alexander Graf <agraf@suse.de>
175
S: Maintained
176
F: target-ppc/kvm.c
177

    
178
S390
179
M: Alexander Graf <agraf@suse.de>
180
S: Maintained
181
F: target-s390x/kvm.c
182

    
183
X86
184
M: Gleb Natapov <gleb@redhat.com>
185
M: Marcelo Tosatti <mtosatti@redhat.com>
186
L: kvm@vger.kernel.org
187
S: Supported
188
F: target-i386/kvm.c
189

    
190
Guest CPU Cores (Xen):
191
----------------------
192

    
193
X86
194
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
195
L: xen-devel@lists.xensource.com
196
S: Supported
197
F: xen-*
198
F: */xen*
199

    
200
Hosts:
201
------
202

    
203
LINUX
204
L: qemu-devel@nongnu.org
205
S: Maintained
206
F: linux-*
207
F: linux-headers/
208

    
209
POSIX
210
L: qemu-devel@nongnu.org
211
S: Maintained
212
F: *posix*
213

    
214
W32, W64
215
L: qemu-devel@nongnu.org
216
M: Stefan Weil <sw@weilnetz.de>
217
S: Maintained
218
F: *win32*
219

    
220
ARM Machines
221
------------
222
Exynos
223
M: Evgeny Voevodin <e.voevodin@samsung.com>
224
M: Maksim Kozlov <m.kozlov@samsung.com>
225
M: Igor Mitsyanko <i.mitsyanko@gmail.com>
226
M: Dmitry Solodkiy <d.solodkiy@samsung.com>
227
S: Maintained
228
F: hw/*/exynos*
229

    
230
Calxeda Highbank
231
M: Mark Langsdorf <mark.langsdorf@calxeda.com>
232
S: Supported
233
F: hw/arm/highbank.c
234
F: hw/net/xgmac.c
235

    
236
Canon DIGIC
237
M: Antony Pavlov <antonynpavlov@gmail.com>
238
S: Maintained
239
F: include/hw/arm/digic.h
240
F: hw/*/digic*
241

    
242
Gumstix
243
M: qemu-devel@nongnu.org
244
S: Orphan
245
F: hw/arm/gumstix.c
246

    
247
i.MX31
248
M: Peter Chubb <peter.chubb@nicta.com.au>
249
S: Odd fixes
250
F: hw/*/imx*
251
F: hw/arm/kzm.c
252

    
253
Integrator CP
254
M: Peter Maydell <peter.maydell@linaro.org>
255
S: Maintained
256
F: hw/arm/integratorcp.c
257

    
258
Mainstone
259
M: qemu-devel@nongnu.org
260
S: Orphan
261
F: hw/arm/mainstone.c
262

    
263
Musicpal
264
M: Jan Kiszka <jan.kiszka@web.de>
265
S: Maintained
266
F: hw/arm/musicpal.c
267

    
268
nSeries
269
M: Andrzej Zaborowski <balrogg@gmail.com>
270
S: Maintained
271
F: hw/arm/nseries.c
272

    
273
Palm
274
M: Andrzej Zaborowski <balrogg@gmail.com>
275
S: Maintained
276
F: hw/arm/palm.c
277

    
278
Real View
279
M: Peter Maydell <peter.maydell@linaro.org>
280
S: Maintained
281
F: hw/arm/realview*
282

    
283
Spitz
284
M: Andrzej Zaborowski <balrogg@gmail.com>
285
S: Maintained
286
F: hw/arm/spitz.c
287

    
288
Stellaris
289
M: Peter Maydell <peter.maydell@linaro.org>
290
S: Maintained
291
F: hw/*/stellaris*
292

    
293
Versatile PB
294
M: Peter Maydell <peter.maydell@linaro.org>
295
S: Maintained
296
F: hw/*/versatile*
297

    
298
Xilinx Zynq
299
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
300
S: Maintained
301
F: hw/arm/xilinx_zynq.c
302
F: hw/misc/zynq_slcr.c
303
F: hw/*/cadence_*
304
F: hw/ssi/xilinx_spips.c
305

    
306
CRIS Machines
307
-------------
308
Axis Dev88
309
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
310
S: Maintained
311
F: hw/cris/axis_dev88.c
312
F: hw/*/etraxfs_*.c
313

    
314
LM32 Machines
315
-------------
316
EVR32 and uclinux BSP
317
M: Michael Walle <michael@walle.cc>
318
S: Maintained
319
F: hw/lm32/lm32_boards.c
320

    
321
milkymist
322
M: Michael Walle <michael@walle.cc>
323
S: Maintained
324
F: hw/lm32/milkymist.c
325

    
326
M68K Machines
327
-------------
328
an5206
329
S: Orphan
330
F: hw/m68k/an5206.c
331

    
332
dummy_m68k
333
S: Orphan
334
F: hw/m68k/dummy_m68k.c
335

    
336
mcf5208
337
S: Orphan
338
F: hw/m68k/mcf5208.c
339

    
340
MicroBlaze Machines
341
-------------------
342
petalogix_s3adsp1800
343
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
344
S: Maintained
345
F: hw/microblaze/petalogix_s3adsp1800_mmu.c
346

    
347
petalogix_ml605
348
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
349
S: Maintained
350
F: hw/microblaze/petalogix_ml605_mmu.c
351

    
352
MIPS Machines
353
-------------
354
Jazz
355
M: Hervé Poussineau <hpoussin@reactos.org>
356
S: Maintained
357
F: hw/mips/mips_jazz.c
358

    
359
Malta
360
M: Aurelien Jarno <aurelien@aurel32.net>
361
S: Maintained
362
F: hw/mips/mips_malta.c
363

    
364
Mipssim
365
M: qemu-devel@nongnu.org
366
S: Orphan
367
F: hw/mips/mips_mipssim.c
368

    
369
R4000
370
M: Aurelien Jarno <aurelien@aurel32.net>
371
S: Maintained
372
F: hw/mips/mips_r4k.c
373

    
374
OpenRISC Machines
375
-----------------
376
or1k-sim
377
M: Jia Liu <proljc@gmail.com>
378
S: Maintained
379
F: hw/openrisc/openrisc_sim.c
380

    
381
PowerPC Machines
382
----------------
383
405
384
M: Alexander Graf <agraf@suse.de>
385
L: qemu-ppc@nongnu.org
386
S: Odd Fixes
387
F: hw/ppc/ppc405_boards.c
388

    
389
Bamboo
390
M: Alexander Graf <agraf@suse.de>
391
L: qemu-ppc@nongnu.org
392
S: Odd Fixes
393
F: hw/ppc/ppc440_bamboo.c
394

    
395
e500
396
M: Alexander Graf <agraf@suse.de>
397
M: Scott Wood <scottwood@freescale.com>
398
L: qemu-ppc@nongnu.org
399
S: Supported
400
F: hw/ppc/e500.[hc]
401
F: hw/ppc/e500plat.c
402

    
403
mpc8544ds
404
M: Alexander Graf <agraf@suse.de>
405
M: Scott Wood <scottwood@freescale.com>
406
L: qemu-ppc@nongnu.org
407
S: Supported
408
F: hw/ppc/mpc8544ds.c
409
F: hw/ppc/mpc8544_guts.c
410

    
411
New World
412
M: Alexander Graf <agraf@suse.de>
413
L: qemu-ppc@nongnu.org
414
S: Maintained
415
F: hw/ppc/mac_newworld.c
416
F: hw/pci-host/uninorth.c
417
F: hw/pci-bridge/dec.[hc]
418
F: hw/misc/macio/
419

    
420
Old World
421
M: Alexander Graf <agraf@suse.de>
422
L: qemu-ppc@nongnu.org
423
S: Maintained
424
F: hw/ppc/mac_oldworld.c
425
F: hw/pci-host/grackle.c
426
F: hw/misc/macio/
427

    
428
PReP
429
M: Andreas Färber <andreas.faerber@web.de>
430
L: qemu-ppc@nongnu.org
431
S: Odd Fixes
432
F: hw/ppc/prep.c
433
F: hw/pci-host/prep.[hc]
434
F: hw/isa/pc87312.[hc]
435

    
436
sPAPR
437
M: Alexander Graf <agraf@suse.de>
438
L: qemu-ppc@nongnu.org
439
S: Supported
440
F: hw/*/spapr*
441
F: include/hw/*/spapr*
442
F: hw/*/xics*
443
F: include/hw/*/xics*
444
F: pc-bios/spapr-rtas/*
445

    
446
virtex_ml507
447
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
448
L: qemu-ppc@nongnu.org
449
S: Odd Fixes
450
F: hw/ppc/virtex_ml507.c
451

    
452
SH4 Machines
453
------------
454
R2D
455
M: Magnus Damm <magnus.damm@gmail.com>
456
S: Maintained
457
F: hw/sh4/r2d.c
458

    
459
Shix
460
M: Magnus Damm <magnus.damm@gmail.com>
461
S: Orphan
462
F: hw/sh4/shix.c
463

    
464
SPARC Machines
465
--------------
466
Sun4m
467
M: Blue Swirl <blauwirbel@gmail.com>
468
S: Maintained
469
F: hw/sparc/sun4m.c
470

    
471
Sun4u
472
M: Blue Swirl <blauwirbel@gmail.com>
473
S: Maintained
474
F: hw/sparc64/sun4u.c
475

    
476
Leon3
477
M: Fabien Chouteau <chouteau@adacore.com>
478
S: Maintained
479
F: hw/sparc/leon3.c
480
F: hw/*/grlib*
481

    
482
S390 Machines
483
-------------
484
S390 Virtio
485
M: Alexander Graf <agraf@suse.de>
486
S: Maintained
487
F: hw/s390x/s390-*.c
488

    
489
S390 Virtio-ccw
490
M: Cornelia Huck <cornelia.huck@de.ibm.com>
491
M: Alexander Graf <agraf@suse.de>
492
S: Supported
493
F: hw/s390x/s390-virtio-ccw.c
494
F: hw/s390x/css.[hc]
495
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
496

    
497
UniCore32 Machines
498
-------------
499
PKUnity-3 SoC initramfs-with-busybox
500
M: Guan Xuetao <gxt@mprc.pku.edu.cn>
501
S: Maintained
502
F: hw/*/puv3*
503
F: hw/unicore32/
504

    
505
X86 Machines
506
------------
507
PC
508
M: Anthony Liguori <aliguori@amazon.com>
509
M: Michael S. Tsirkin <mst@redhat.com>
510
S: Supported
511
F: include/hw/i386/
512
F: hw/i386/
513
F: hw/pci-host/piix.c
514
F: hw/pci-host/q35.c
515
F: hw/pci-host/pam.c
516
F: include/hw/pci-host/q35.h
517
F: include/hw/pci-host/pam.h
518
F: hw/isa/piix4.c
519
F: hw/isa/lpc_ich9.c
520
F: hw/i2c/smbus_ich9.c
521
F: hw/acpi/piix4.c
522
F: hw/acpi/ich9.c
523
F: include/hw/acpi/ich9.h
524
F: include/hw/acpi/piix.h
525

    
526

    
527
Xtensa Machines
528
---------------
529
sim
530
M: Max Filippov <jcmvbkbc@gmail.com>
531
S: Maintained
532
F: hw/xtensa/xtensa_sim.c
533

    
534
Avnet LX60
535
M: Max Filippov <jcmvbkbc@gmail.com>
536
S: Maintained
537
F: hw/xtensa/xtensa_lx60.c
538

    
539
Devices
540
-------
541
IDE
542
M: Kevin Wolf <kwolf@redhat.com>
543
S: Odd Fixes
544
F: include/hw/ide.h
545
F: hw/ide/
546

    
547
OMAP
548
M: Peter Maydell <peter.maydell@linaro.org>
549
S: Maintained
550
F: hw/*/omap*
551

    
552
PCI
553
M: Michael S. Tsirkin <mst@redhat.com>
554
S: Supported
555
F: include/hw/pci/*
556
F: hw/pci/*
557
F: hw/acpi/*
558

    
559
ppc4xx
560
M: Alexander Graf <agraf@suse.de>
561
L: qemu-ppc@nongnu.org
562
S: Odd Fixes
563
F: hw/ppc/ppc4*.c
564

    
565
ppce500
566
M: Alexander Graf <agraf@suse.de>
567
M: Scott Wood <scottwood@freescale.com>
568
L: qemu-ppc@nongnu.org
569
S: Supported
570
F: hw/ppc/e500*
571

    
572
SCSI
573
M: Paolo Bonzini <pbonzini@redhat.com>
574
S: Supported
575
F: include/hw/scsi*
576
F: hw/scsi/*
577
T: git git://github.com/bonzini/qemu.git scsi-next
578

    
579
LSI53C895A
580
S: Orphan
581
F: hw/scsi/lsi53c895a.c
582

    
583
SSI
584
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
585
S: Maintained
586
F: hw/ssi/*
587
F: hw/block/m25p80.c
588

    
589
USB
590
M: Gerd Hoffmann <kraxel@redhat.com>
591
S: Maintained
592
F: hw/usb/*
593

    
594
VFIO
595
M: Alex Williamson <alex.williamson@redhat.com>
596
S: Supported
597
F: hw/misc/vfio.c
598

    
599
vhost
600
M: Michael S. Tsirkin <mst@redhat.com>
601
S: Supported
602
F: hw/*/*vhost*
603

    
604
virtio
605
M: Anthony Liguori <aliguori@amazon.com>
606
S: Supported
607
F: hw/*/virtio*
608

    
609
virtio-9p
610
M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
611
S: Supported
612
F: hw/9pfs/
613
F: fsdev/
614
T: git git://github.com/kvaneesh/QEMU.git
615

    
616
virtio-blk
617
M: Kevin Wolf <kwolf@redhat.com>
618
M: Stefan Hajnoczi <stefanha@redhat.com>
619
S: Supported
620
F: hw/block/virtio-blk.c
621

    
622
virtio-ccw
623
M: Cornelia Huck <cornelia.huck@de.ibm.com>
624
S: Supported
625
F: hw/s390x/virtio-ccw.[hc]
626
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
627

    
628
virtio-serial
629
M: Amit Shah <amit.shah@redhat.com>
630
S: Supported
631
F: hw/char/virtio-serial-bus.c
632
F: hw/char/virtio-console.c
633

    
634
nvme
635
M: Keith Busch <keith.busch@intel.com>
636
S: Supported
637
F: hw/block/nvme*
638

    
639
Xilinx EDK
640
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
641
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
642
S: Maintained
643
F: hw/*/xilinx_*
644
F: include/hw/xilinx.h
645

    
646
Subsystems
647
----------
648
Audio
649
M: Vassili Karpov (malc) <av1474@comtv.ru>
650
M: Gerd Hoffmann <kraxel@redhat.com>
651
S: Maintained
652
F: audio/
653
F: hw/audio/
654

    
655
Block
656
M: Kevin Wolf <kwolf@redhat.com>
657
M: Stefan Hajnoczi <stefanha@redhat.com>
658
S: Supported
659
F: block*
660
F: block/
661
F: hw/block/
662
T: git git://repo.or.cz/qemu/kevin.git block
663
T: git git://github.com/stefanha/qemu.git block
664

    
665
Character Devices
666
M: Anthony Liguori <aliguori@amazon.com>
667
S: Maintained
668
F: qemu-char.c
669

    
670
CPU
671
M: Andreas Färber <afaerber@suse.de>
672
S: Supported
673
F: qom/cpu.c
674
F: include/qom/cpu.h
675
F: target-i386/cpu.c
676

    
677
ICC Bus
678
M: Igor Mammedov <imammedo@redhat.com>
679
S: Supported
680
F: include/hw/cpu/icc_bus.h
681
F: hw/cpu/icc_bus.c
682

    
683
Device Tree
684
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
685
M: Alexander Graf <agraf@suse.de>
686
S: Maintained
687
F: device_tree.[ch]
688

    
689
GDB stub
690
M: qemu-devel@nongnu.org
691
S: Odd Fixes
692
F: gdbstub*
693
F: gdb-xml/
694

    
695
SPICE
696
M: Gerd Hoffmann <kraxel@redhat.com>
697
S: Supported
698
F: include/ui/qemu-spice.h
699
F: ui/spice-*.c
700
F: audio/spiceaudio.c
701
F: hw/display/qxl*
702

    
703
Graphics
704
M: Anthony Liguori <aliguori@amazon.com>
705
S: Maintained
706
F: ui/
707

    
708
Cocoa graphics
709
M: Andreas Färber <andreas.faerber@web.de>
710
S: Odd Fixes
711
F: ui/cocoa.m
712

    
713
Main loop
714
M: Anthony Liguori <aliguori@amazon.com>
715
S: Supported
716
F: vl.c
717

    
718
Human Monitor (HMP)
719
M: Luiz Capitulino <lcapitulino@redhat.com>
720
S: Supported
721
F: monitor.c
722
F: hmp.c
723
F: hmp-commands.hx
724
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
725

    
726
Network device layer
727
M: Anthony Liguori <aliguori@amazon.com>
728
M: Stefan Hajnoczi <stefanha@redhat.com>
729
S: Maintained
730
F: net/
731
T: git git://github.com/stefanha/qemu.git net
732

    
733
Netmap network backend
734
M: Luigi Rizzo <rizzo@iet.unipi.it>
735
M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
736
M: Vincenzo Maffione <v.maffione@gmail.com>
737
W: http://info.iet.unipi.it/~luigi/netmap/
738
S: Maintained
739
F: net/netmap.c
740

    
741
Network Block Device (NBD)
742
M: Paolo Bonzini <pbonzini@redhat.com>
743
S: Odd Fixes
744
F: block/nbd.c
745
F: nbd.*
746
F: qemu-nbd.c
747
T: git git://github.com/bonzini/qemu.git nbd-next
748

    
749
QAPI
750
M: Luiz Capitulino <lcapitulino@redhat.com>
751
M: Michael Roth <mdroth@linux.vnet.ibm.com>
752
S: Supported
753
F: qapi/
754
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
755

    
756
QAPI Schema
757
M: Eric Blake <eblake@redhat.com>
758
M: Luiz Capitulino <lcapitulino@redhat.com>
759
M: Markus Armbruster <armbru@redhat.com>
760
S: Supported
761
F: qapi-schema.json
762
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
763

    
764
QMP
765
M: Luiz Capitulino <lcapitulino@redhat.com>
766
S: Supported
767
F: qmp.c
768
F: monitor.c
769
F: qmp-commands.hx
770
F: QMP/
771
T: git git://repo.or.cz/qemu/qmp-unstable.git queue/qmp
772

    
773
SLIRP
774
M: Jan Kiszka <jan.kiszka@siemens.com>
775
S: Maintained
776
F: slirp/
777
T: git git://git.kiszka.org/qemu.git queues/slirp
778

    
779
Tracing
780
M: Stefan Hajnoczi <stefanha@redhat.com>
781
S: Maintained
782
F: trace/
783
F: scripts/tracetool.py
784
F: scripts/tracetool/
785
F: docs/tracing.txt
786
T: git git://github.com/stefanha/qemu.git tracing
787

    
788
Checkpatch
789
M: Blue Swirl <blauwirbel@gmail.com>
790
S: Odd Fixes
791
F: scripts/checkpatch.pl
792

    
793
Seccomp
794
M: Eduardo Otubo <otubo@linux.vnet.ibm.com>
795
S: Supported
796
F: qemu-seccomp.c
797
F: include/sysemu/seccomp.h
798

    
799
Usermode Emulation
800
------------------
801
BSD user
802
M: Blue Swirl <blauwirbel@gmail.com>
803
S: Maintained
804
F: bsd-user/
805

    
806
Linux user
807
M: Riku Voipio <riku.voipio@iki.fi>
808
S: Maintained
809
F: linux-user/
810

    
811
Tiny Code Generator (TCG)
812
-------------------------
813
Common code
814
M: qemu-devel@nongnu.org
815
M: Richard Henderson <rth@twiddle.net>
816
S: Maintained
817
F: tcg/
818

    
819
AArch64 target
820
M: Claudio Fontana <claudio.fontana@huawei.com>
821
M: Claudio Fontana <claudio.fontana@gmail.com>
822
S: Maintained
823
F: tcg/aarch64/
824

    
825
ARM target
826
M: Andrzej Zaborowski <balrogg@gmail.com>
827
S: Maintained
828
F: tcg/arm/
829

    
830
i386 target
831
M: qemu-devel@nongnu.org
832
S: Maintained
833
F: tcg/i386/
834

    
835
IA64 target
836
M: Aurelien Jarno <aurelien@aurel32.net>
837
S: Maintained
838
F: tcg/ia64/
839

    
840
MIPS target
841
M: Aurelien Jarno <aurelien@aurel32.net>
842
S: Maintained
843
F: tcg/mips/
844

    
845
PPC
846
M: Vassili Karpov (malc) <av1474@comtv.ru>
847
S: Maintained
848
F: tcg/ppc/
849

    
850
PPC64 target
851
M: Vassili Karpov (malc) <av1474@comtv.ru>
852
S: Maintained
853
F: tcg/ppc64/
854

    
855
S390 target
856
M: Alexander Graf <agraf@suse.de>
857
M: Richard Henderson <rth@twiddle.net>
858
S: Maintained
859
F: tcg/s390/
860

    
861
SPARC target
862
M: Blue Swirl <blauwirbel@gmail.com>
863
S: Maintained
864
F: tcg/sparc/
865

    
866
TCI target
867
M: Stefan Weil <sw@weilnetz.de>
868
S: Maintained
869
F: tcg/tci/
870
F: tci.c
871

    
872
Stable branches
873
---------------
874
Stable 1.0
875
L: qemu-stable@nongnu.org
876
T: git git://git.qemu-project.org/qemu-stable-1.0.git
877
S: Orphan
878

    
879
Stable 0.15
880
L: qemu-stable@nongnu.org
881
M: Andreas Färber <afaerber@suse.de>
882
T: git git://git.qemu-project.org/qemu-stable-0.15.git
883
S: Supported
884

    
885
Stable 0.14
886
L: qemu-stable@nongnu.org
887
T: git git://git.qemu-project.org/qemu-stable-0.14.git
888
S: Orphan
889

    
890
Stable 0.10
891
L: qemu-stable@nongnu.org
892
T: git git://git.qemu-project.org/qemu-stable-0.10.git
893
S: Orphan
894

    
895
Block drivers
896
-------------
897
VMDK
898
M: Fam Zheng <famz@redhat.com>
899
S: Supported
900
F: block/vmdk.c
901

    
902
RBD
903
M: Josh Durgin <josh.durgin@inktank.com>
904
S: Supported
905
F: block/rbd.c
906

    
907
Sheepdog
908
M: MORITA Kazutaka <morita.kazutaka@lab.ntt.co.jp>
909
M: Liu Yuan <namei.unix@gmail.com>
910
L: sheepdog@lists.wpkg.org
911
S: Supported
912
F: block/sheepdog.c
913

    
914
VHDX
915
M: Jeff Cody <jcody@redhat.com>
916
S: Supported
917
F: block/vhdx*
918

    
919
VDI
920
M: Stefan Weil <sw@weilnetz.de>
921
S: Maintained
922
F: block/vdi.c
923

    
924
iSCSI
925
M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
926
M: Paolo Bonzini <pbonzini@redhat.com>
927
M: Peter Lieven <pl@kamp.de>
928
S: Supported
929
F: block/iscsi.c
930

    
931
SSH
932
M: Richard W.M. Jones <rjones@redhat.com>
933
S: Supported
934
F: block/ssh.c