Statistics
| Branch: | Revision:

root / MAINTAINERS @ f3c507ad

History | View | Annotate | Download (16.1 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@us.ibm.com>
54
M: Paul Brook <paul@codesourcery.com>
55

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

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

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

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

    
84
M68K
85
M: Paul Brook <paul@codesourcery.com>
86
S: Odd Fixes
87
F: target-m68k/
88
F: hw/m68k/
89

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

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

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

    
107
PowerPC
108
M: Alexander Graf <agraf@suse.de>
109
L: qemu-ppc@nongnu.org
110
S: Maintained
111
F: target-ppc/
112
F: hw/ppc/
113

    
114
S390
115
M: Richard Henderson <rth@twiddle.net>
116
M: Alexander Graf <agraf@suse.de>
117
S: Maintained
118
F: target-s390x/
119
F: hw/s390x/
120

    
121
SH4
122
M: Aurelien Jarno <aurelien@aurel32.net>
123
S: Odd Fixes
124
F: target-sh4/
125
F: hw/sh4/
126

    
127
SPARC
128
M: Blue Swirl <blauwirbel@gmail.com>
129
S: Maintained
130
F: target-sparc/
131
F: hw/sparc/
132
F: hw/sparc64/
133

    
134
UniCore32
135
M: Guan Xuetao <gxt@mprc.pku.edu.cn>
136
S: Maintained
137
F: target-unicore32/
138
F: hw/unicore32/
139

    
140
X86
141
M: qemu-devel@nongnu.org
142
S: Odd Fixes
143
F: target-i386/
144
F: hw/i386/
145

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

    
153
Guest CPU Cores (KVM):
154
----------------------
155

    
156
Overall
157
M: Gleb Natapov <gleb@redhat.com>
158
M: Marcelo Tosatti <mtosatti@redhat.com>
159
L: kvm@vger.kernel.org
160
S: Supported
161
F: kvm-*
162
F: */kvm.*
163

    
164
ARM
165
M: Peter Maydell <peter.maydell@linaro.org>
166
S: Maintained
167
F: target-arm/kvm.c
168

    
169
PPC
170
M: Alexander Graf <agraf@suse.de>
171
S: Maintained
172
F: target-ppc/kvm.c
173

    
174
S390
175
M: Alexander Graf <agraf@suse.de>
176
S: Maintained
177
F: target-s390x/kvm.c
178

    
179
X86
180
M: Gleb Natapov <gleb@redhat.com>
181
M: Marcelo Tosatti <mtosatti@redhat.com>
182
L: kvm@vger.kernel.org
183
S: Supported
184
F: target-i386/kvm.c
185

    
186
Guest CPU Cores (Xen):
187
----------------------
188

    
189
X86
190
M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
191
L: xen-devel@lists.xensource.com
192
S: Supported
193
F: xen-*
194
F: */xen*
195

    
196
Hosts:
197
------
198

    
199
LINUX
200
L: qemu-devel@nongnu.org
201
S: Maintained
202
F: linux-*
203
F: linux-headers/
204

    
205
POSIX
206
L: qemu-devel@nongnu.org
207
S: Maintained
208
F: *posix*
209

    
210
W32, W64
211
L: qemu-devel@nongnu.org
212
M: Stefan Weil <sw@weilnetz.de>
213
S: Maintained
214
F: *win32*
215

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

    
226
Calxeda Highbank
227
M: Mark Langsdorf <mark.langsdorf@calxeda.com>
228
S: Supported
229
F: hw/arm/highbank.c
230
F: hw/net/xgmac.c
231

    
232
Gumstix
233
M: qemu-devel@nongnu.org
234
S: Orphan
235
F: hw/arm/gumstix.c
236

    
237
i.MX31
238
M: Peter Chubb <peter.chubb@nicta.com.au>
239
S: Odd fixes
240
F: hw/*/imx*
241
F: hw/arm/kzm.c
242

    
243
Integrator CP
244
M: Paul Brook <paul@codesourcery.com>
245
M: Peter Maydell <peter.maydell@linaro.org>
246
S: Maintained
247
F: hw/arm/integratorcp.c
248

    
249
Mainstone
250
M: qemu-devel@nongnu.org
251
S: Orphan
252
F: hw/arm/mainstone.c
253

    
254
Musicpal
255
M: Jan Kiszka <jan.kiszka@web.de>
256
S: Maintained
257
F: hw/arm/musicpal.c
258

    
259
nSeries
260
M: Andrzej Zaborowski <balrogg@gmail.com>
261
S: Maintained
262
F: hw/arm/nseries.c
263

    
264
Palm
265
M: Andrzej Zaborowski <balrogg@gmail.com>
266
S: Maintained
267
F: hw/arm/palm.c
268

    
269
Real View
270
M: Paul Brook <paul@codesourcery.com>
271
M: Peter Maydell <peter.maydell@linaro.org>
272
S: Maintained
273
F: hw/arm/realview*
274

    
275
Spitz
276
M: Andrzej Zaborowski <balrogg@gmail.com>
277
S: Maintained
278
F: hw/arm/spitz.c
279

    
280
Stellaris
281
M: Paul Brook <paul@codesourcery.com>
282
M: Peter Maydell <peter.maydell@linaro.org>
283
S: Maintained
284
F: hw/*/stellaris*
285

    
286
Versatile PB
287
M: Paul Brook <paul@codesourcery.com>
288
M: Peter Maydell <peter.maydell@linaro.org>
289
S: Maintained
290
F: hw/*/versatile*
291

    
292
Xilinx Zynq
293
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
294
S: Maintained
295
F: hw/arm/xilinx_zynq.c
296
F: hw/misc/zynq_slcr.c
297
F: hw/*/cadence_*
298
F: hw/ssi/xilinx_spips.c
299

    
300
CRIS Machines
301
-------------
302
Axis Dev88
303
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
304
S: Maintained
305
F: hw/cris/axis_dev88.c
306

    
307
etraxfs
308
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
309
S: Maintained
310
F: hw/cris/etraxfs.c
311

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

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

    
324
M68K Machines
325
-------------
326
an5206
327
M: Paul Brook <paul@codesourcery.com>
328
S: Maintained
329
F: hw/m68k/an5206.c
330

    
331
dummy_m68k
332
M: Paul Brook <paul@codesourcery.com>
333
S: Maintained
334
F: hw/m68k/dummy_m68k.c
335

    
336
mcf5208
337
M: Paul Brook <paul@codesourcery.com>
338
S: Maintained
339
F: hw/m68k/mcf5208.c
340

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

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

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

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

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

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

    
375
PowerPC Machines
376
----------------
377
405
378
M: Alexander Graf <agraf@suse.de>
379
L: qemu-ppc@nongnu.org
380
S: Odd Fixes
381
F: hw/ppc/ppc405_boards.c
382

    
383
Bamboo
384
M: Alexander Graf <agraf@suse.de>
385
L: qemu-ppc@nongnu.org
386
S: Odd Fixes
387
F: hw/ppc/ppc440_bamboo.c
388

    
389
e500
390
M: Alexander Graf <agraf@suse.de>
391
M: Scott Wood <scottwood@freescale.com>
392
L: qemu-ppc@nongnu.org
393
S: Supported
394
F: hw/ppc/e500.[hc]
395
F: hw/ppc/e500plat.c
396

    
397
mpc8544ds
398
M: Alexander Graf <agraf@suse.de>
399
M: Scott Wood <scottwood@freescale.com>
400
L: qemu-ppc@nongnu.org
401
S: Supported
402
F: hw/ppc/mpc8544ds.c
403
F: hw/ppc/mpc8544_guts.c
404

    
405
New World
406
M: Alexander Graf <agraf@suse.de>
407
L: qemu-ppc@nongnu.org
408
S: Maintained
409
F: hw/ppc/mac_newworld.c
410
F: hw/pci/devices/host-uninorth.c
411
F: hw/pci/devices/host-dec.[hc]
412
F: hw/misc/macio/
413

    
414
Old World
415
M: Alexander Graf <agraf@suse.de>
416
L: qemu-ppc@nongnu.org
417
S: Maintained
418
F: hw/ppc/mac_oldworld.c
419
F: hw/pci/devices/host-grackle.c
420
F: hw/misc/macio/
421

    
422
PReP
423
M: Andreas Färber <andreas.faerber@web.de>
424
L: qemu-ppc@nongnu.org
425
S: Odd Fixes
426
F: hw/ppc/prep.c
427
F: hw/pci/devices/host-prep.[hc]
428
F: hw/isa/pc87312.[hc]
429

    
430
sPAPR
431
M: David Gibson <david@gibson.dropbear.id.au>
432
M: Alexander Graf <agraf@suse.de>
433
L: qemu-ppc@nongnu.org
434
S: Supported
435
F: hw/*/spapr*
436

    
437
virtex_ml507
438
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
439
L: qemu-ppc@nongnu.org
440
S: Odd Fixes
441
F: hw/pci/virtex_ml507.c
442

    
443
SH4 Machines
444
------------
445
R2D
446
M: Magnus Damm <magnus.damm@gmail.com>
447
S: Maintained
448
F: hw/sh/r2d.c
449

    
450
Shix
451
M: Magnus Damm <magnus.damm@gmail.com>
452
S: Orphan
453
F: hw/sh/shix.c
454

    
455
SPARC Machines
456
--------------
457
Sun4m
458
M: Blue Swirl <blauwirbel@gmail.com>
459
S: Maintained
460
F: hw/sparc/sun4m.c
461

    
462
Sun4u
463
M: Blue Swirl <blauwirbel@gmail.com>
464
S: Maintained
465
F: hw/sparc64/sun4u.c
466

    
467
Leon3
468
M: Fabien Chouteau <chouteau@adacore.com>
469
S: Maintained
470
F: hw/sparc/leon3.c
471
F: hw/*/grlib*
472

    
473
S390 Machines
474
-------------
475
S390 Virtio
476
M: Alexander Graf <agraf@suse.de>
477
S: Maintained
478
F: hw/s390/s390-*.c
479

    
480
S390 Virtio-ccw
481
M: Cornelia Huck <cornelia.huck@de.ibm.com>
482
M: Alexander Graf <agraf@suse.de>
483
S: Supported
484
F: hw/s390x/s390-virtio-ccw.c
485
F: hw/s390x/css.[hc]
486
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
487

    
488
UniCore32 Machines
489
-------------
490
PKUnity-3 SoC initramfs-with-busybox
491
M: Guan Xuetao <gxt@mprc.pku.edu.cn>
492
S: Maintained
493
F: hw/*/puv3*
494
F: hw/unicore32/
495

    
496
X86 Machines
497
------------
498
PC
499
M: Anthony Liguori <aliguori@us.ibm.com>
500
S: Supported
501
F: hw/i386/pc.[ch]
502
F: hw/i386/pc_piix.c
503

    
504
Xtensa Machines
505
---------------
506
sim
507
M: Max Filippov <jcmvbkbc@gmail.com>
508
S: Maintained
509
F: hw/xtensa/xtensa_sim.c
510

    
511
Avnet LX60
512
M: Max Filippov <jcmvbkbc@gmail.com>
513
S: Maintained
514
F: hw/xtensa/xtensa_lx60.c
515

    
516
Devices
517
-------
518
IDE
519
M: Kevin Wolf <kwolf@redhat.com>
520
S: Odd Fixes
521
F: include/hw/ide.h
522
F: hw/ide/
523

    
524
OMAP
525
M: Peter Maydell <peter.maydell@linaro.org>
526
S: Maintained
527
F: hw/*/omap*
528

    
529
PCI
530
M: Michael S. Tsirkin <mst@redhat.com>
531
S: Supported
532
F: include/hw/pci/*
533
F: hw/pci/*
534
F: hw/acpi/*
535

    
536
ppc4xx
537
M: Alexander Graf <agraf@suse.de>
538
L: qemu-ppc@nongnu.org
539
S: Odd Fixes
540
F: hw/ppc/ppc4*.c
541

    
542
ppce500
543
M: Alexander Graf <agraf@suse.de>
544
M: Scott Wood <scottwood@freescale.com>
545
L: qemu-ppc@nongnu.org
546
S: Supported
547
F: hw/ppc/e500_*
548

    
549
SCSI
550
M: Paolo Bonzini <pbonzini@redhat.com>
551
S: Supported
552
F: include/hw/scsi*
553
F: hw/scsi/*
554
T: git git://github.com/bonzini/qemu.git scsi-next
555

    
556
LSI53C895A
557
M: Paul Brook <paul@codesourcery.com>
558
S: Odd Fixes
559
F: hw/scsi/lsi53c895a.c
560

    
561
SSI
562
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
563
S: Maintained
564
F: hw/ssi/*
565
F: hw/block/m25p80.c
566

    
567
USB
568
M: Gerd Hoffmann <kraxel@redhat.com>
569
S: Maintained
570
F: hw/usb/*
571

    
572
VFIO
573
M: Alex Williamson <alex.williamson@redhat.com>
574
S: Supported
575
F: hw/pci/vfio.c
576

    
577
vhost
578
M: Michael S. Tsirkin <mst@redhat.com>
579
S: Supported
580
F: hw/*/*vhost*
581

    
582
virtio
583
M: Anthony Liguori <aliguori@us.ibm.com>
584
S: Supported
585
F: hw/*/virtio*
586

    
587
virtio-9p
588
M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
589
S: Supported
590
F: hw/9pfs/
591
F: fsdev/
592
T: git git://github.com/kvaneesh/QEMU.git
593

    
594
virtio-blk
595
M: Kevin Wolf <kwolf@redhat.com>
596
M: Stefan Hajnoczi <stefanha@redhat.com>
597
S: Supported
598
F: hw/block/virtio-blk.c
599

    
600
virtio-ccw
601
M: Cornelia Huck <cornelia.huck@de.ibm.com>
602
S: Supported
603
F: hw/s390x/virtio-ccw.[hc]
604
T: git git://github.com/cohuck/qemu virtio-ccw-upstr
605

    
606
virtio-serial
607
M: Amit Shah <amit.shah@redhat.com>
608
S: Supported
609
F: hw/char/virtio-serial-bus.c
610
F: hw/char/virtio-console.c
611

    
612
nvme
613
M: Keith Busch <keith.busch@intel.com>
614
S: Supported
615
F: hw/block/nvme*
616

    
617
Xilinx EDK
618
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
619
M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
620
S: Maintained
621
F: hw/*/xilinx_*
622
F: include/hw/xilinx.h
623

    
624
Subsystems
625
----------
626
Audio
627
M: Vassili Karpov (malc) <av1474@comtv.ru>
628
S: Maintained
629
F: audio/
630
F: hw/audio/
631

    
632
Block
633
M: Kevin Wolf <kwolf@redhat.com>
634
M: Stefan Hajnoczi <stefanha@redhat.com>
635
S: Supported
636
F: block*
637
F: block/
638
F: hw/block/
639

    
640
Character Devices
641
M: Anthony Liguori <aliguori@us.ibm.com>
642
S: Maintained
643
F: qemu-char.c
644

    
645
CPU
646
M: Andreas Färber <afaerber@suse.de>
647
S: Supported
648
F: qom/cpu.c
649
F: include/qemu/cpu.h
650
F: target-i386/cpu.c
651

    
652
ICC Bus
653
M: Igor Mammedov <imammedo@redhat.com>
654
S: Supported
655
F: include/hw/cpu/icc_bus.h
656
F: hw/cpu/icc_bus.c
657

    
658
Device Tree
659
M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
660
M: Alexander Graf <agraf@suse.de>
661
S: Maintained
662
F: device-tree.[ch]
663

    
664
GDB stub
665
M: qemu-devel@nongnu.org
666
S: Odd Fixes
667
F: gdbstub*
668
F: gdb-xml/
669

    
670
SPICE
671
M: Gerd Hoffmann <kraxel@redhat.com>
672
S: Supported
673
F: ui/qemu-spice.h
674
F: ui/spice-*.c
675
F: audio/spiceaudio.c
676
F: hw/display/qxl*
677

    
678
Graphics
679
M: Anthony Liguori <aliguori@us.ibm.com>
680
S: Maintained
681
F: ui/
682

    
683
Cocoa graphics
684
M: Andreas Färber <andreas.faerber@web.de>
685
S: Odd Fixes
686
F: ui/cocoa.m
687

    
688
Main loop
689
M: Anthony Liguori <aliguori@us.ibm.com>
690
S: Supported
691
F: vl.c
692

    
693
Human Monitor (HMP)
694
M: Luiz Capitulino <lcapitulino@redhat.com>
695
S: Supported
696
F: monitor.c
697
F: hmp.c
698
F: hmp-commands.hx
699

    
700
Network device layer
701
M: Anthony Liguori <aliguori@us.ibm.com>
702
M: Stefan Hajnoczi <stefanha@redhat.com>
703
S: Maintained
704
F: net/
705
T: git git://github.com/stefanha/qemu.git net
706

    
707
Network Block Device (NBD)
708
M: Paolo Bonzini <pbonzini@redhat.com>
709
S: Odd Fixes
710
F: block/nbd.c
711
F: nbd.*
712
F: qemu-nbd.c
713
T: git git://github.com/bonzini/qemu.git nbd-next
714

    
715
QAPI
716
M: Luiz Capitulino <lcapitulino@redhat.com>
717
M: Michael Roth <mdroth@linux.vnet.ibm.com>
718
S: Supported
719
F: qapi/
720

    
721
QAPI Schema
722
M: Eric Blake <eblake@redhat.com>
723
M: Luiz Capitulino <lcapitulino@redhat.com>
724
M: Markus Armbruster <armbru@redhat.com>
725
S: Supported
726
F: qapi-schema.json
727

    
728
QMP
729
M: Luiz Capitulino <lcapitulino@redhat.com>
730
S: Supported
731
F: qmp.c
732
F: monitor.c
733
F: qmp-commands.hx
734
F: QMP/
735

    
736
SLIRP
737
M: Jan Kiszka <jan.kiszka@siemens.com>
738
S: Maintained
739
F: slirp/
740
T: git git://git.kiszka.org/qemu.git queues/slirp
741

    
742
Tracing
743
M: Stefan Hajnoczi <stefanha@redhat.com>
744
S: Maintained
745
F: trace/
746
F: scripts/tracetool.py
747
F: scripts/tracetool/
748
F: docs/tracing.txt
749
T: git git://github.com/stefanha/qemu.git tracing
750

    
751
Checkpatch
752
M: Blue Swirl <blauwirbel@gmail.com>
753
S: Odd Fixes
754
F: scripts/checkpatch.pl
755

    
756
Usermode Emulation
757
------------------
758
BSD user
759
M: Blue Swirl <blauwirbel@gmail.com>
760
S: Maintained
761
F: bsd-user/
762

    
763
Linux user
764
M: Riku Voipio <riku.voipio@iki.fi>
765
S: Maintained
766
F: linux-user/
767

    
768
Tiny Code Generator (TCG)
769
-------------------------
770
Common code
771
M: qemu-devel@nongnu.org
772
S: Maintained
773
F: tcg/
774

    
775
AArch64 target
776
M: Claudio Fontana <claudio.fontana@huawei.com>
777
M: Claudio Fontana <claudio.fontana@gmail.com>
778
S: Maintained
779
F: tcg/aarch64/
780

    
781
ARM target
782
M: Andrzej Zaborowski <balrogg@gmail.com>
783
S: Maintained
784
F: tcg/arm/
785

    
786
HPPA target
787
M: Richard Henderson <rth@twiddle.net>
788
S: Maintained
789
F: tcg/hppa/
790

    
791
i386 target
792
M: qemu-devel@nongnu.org
793
S: Maintained
794
F: tcg/i386/
795

    
796
IA64 target
797
M: Aurelien Jarno <aurelien@aurel32.net>
798
S: Maintained
799
F: tcg/ia64/
800

    
801
MIPS target
802
M: Aurelien Jarno <aurelien@aurel32.net>
803
S: Maintained
804
F: tcg/mips/
805

    
806
PPC
807
M: Vassili Karpov (malc) <av1474@comtv.ru>
808
S: Maintained
809
F: tcg/ppc/
810

    
811
PPC64 target
812
M: Vassili Karpov (malc) <av1474@comtv.ru>
813
S: Maintained
814
F: tcg/ppc64/
815

    
816
S390 target
817
M: Alexander Graf <agraf@suse.de>
818
M: Richard Henderson <rth@twiddle.net>
819
S: Maintained
820
F: tcg/s390/
821

    
822
SPARC target
823
M: Blue Swirl <blauwirbel@gmail.com>
824
S: Maintained
825
F: tcg/sparc/
826

    
827
TCI target
828
M: Stefan Weil <sw@weilnetz.de>
829
S: Maintained
830
F: tcg/tci/
831

    
832
Stable branches
833
---------------
834
Stable 1.0
835
L: qemu-stable@nongnu.org
836
T: git git://git.qemu.org/qemu-stable-1.0.git
837
S: Orphan
838

    
839
Stable 0.15
840
L: qemu-stable@nongnu.org
841
T: git git://git.qemu.org/qemu-stable-0.15.git
842
S: Orphan
843

    
844
Stable 0.14
845
L: qemu-stable@nongnu.org
846
T: git git://git.qemu.org/qemu-stable-0.14.git
847
S: Orphan
848

    
849
Stable 0.10
850
L: qemu-stable@nongnu.org
851
T: git git://git.qemu.org/qemu-stable-0.10.git
852
S: Orphan