]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
MAINTAINERS: add LatticeMico32 maintainer
[mirror_qemu.git] / MAINTAINERS
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: qemu-devel@nongnu.org
60 S: Orphan
61 F: target-alpha/
62
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 S: Maintained
66 F: target-arm/
67
68 CRIS
69 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
70 S: Maintained
71 F: target-cris/
72
73 LM32
74 M: Michael Walle <michael@walle.cc>
75 S: Maintained
76 F: target-lm32/
77
78 M68K
79 M: Paul Brook <paul@codesourcery.com>
80 S: Maintained
81 F: target-m68k/
82
83 MicroBlaze
84 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
85 S: Maintained
86 F: target-microblaze/
87
88 MIPS
89 M: Aurelien Jarno <aurelien@aurel32.net>
90 S: Maintained
91 F: target-mips/
92
93 PowerPC
94 M: Alexander Graf <agraf@suse.de>
95 S: Maintained
96 F: target-ppc/
97
98 S390
99 M: Alexander Graf <agraf@suse.de>
100 S: Maintained
101 F: target-s390x/
102
103 SH4
104 M: Aurelien Jarno <aurelien@aurel32.net>
105 S: Maintained
106 F: target-sh4/
107
108 SPARC
109 M: Blue Swirl <blauwirbel@gmail.com>
110 S: Maintained
111 F: target-sparc/
112
113 X86
114 M: qemu-devel@nongnu.org
115 S: Odd Fixes
116 F: target-i386/
117
118 Guest CPU Cores (KVM):
119 ----------------------
120
121 Overall
122 M: Avi Kivity <avi@redhat.com>
123 M: Marcelo Tosatti <mtosatti@redhat.com>
124 L: kvm@vger.kernel.org
125 S: Supported
126 F: kvm-*
127 F: */kvm.*
128
129 PPC
130 M: Alexander Graf <agraf@suse.de>
131 S: Maintained
132 F: target-ppc/kvm.c
133
134 S390
135 M: Alexander Graf <agraf@suse.de>
136 S: Maintained
137 F: target-s390x/kvm.c
138
139 X86
140 M: Avi Kivity <avi@redhat.com>
141 M: Marcelo Tosatti <mtosatti@redhat.com>
142 L: kvm@vger.kernel.org
143 S: Supported
144 F: target-i386/kvm.c
145
146 ARM Machines
147 ------------
148 Gumstix
149 M: qemu-devel@nongnu.org
150 S: Orphan
151 F: hw/gumstix.c
152
153 Integrator CP
154 M: Paul Brook <paul@codesourcery.com>
155 S: Maintained
156 F: hw/integratorcp.c
157
158 Mainstone
159 M: qemu-devel@nongnu.org
160 S: Orphan
161 F: hw/mainstone.c
162
163 Musicpal
164 M: Jan Kiszka <jan.kiszka@web.de>
165 S: Maintained
166 F: hw/musicpal.c
167
168 nSeries
169 M: Andrzej Zaborowski <balrogg@gmail.com>
170 S: Maintained
171 F: hw/nseries.c
172
173 Palm
174 M: Andrzej Zaborowski <balrogg@gmail.com>
175 S: Maintained
176 F: hw/palm.c
177
178 Real View
179 M: Paul Brook <paul@codesourcery.com>
180 S: Maintained
181 F: hw/realview*
182
183 Spitz
184 M: Andrzej Zaborowski <balrogg@gmail.com>
185 S: Maintained
186 F: hw/spitz.c
187
188 Stellaris
189 M: Paul Brook <paul@codesourcery.com>
190 S: Maintained
191 F: hw/stellaris.c
192
193 Versatile PB
194 M: Paul Brook <paul@codesourcery.com>
195 S: Maintained
196 F: hw/versatilepb.c
197
198 CRIS Machines
199 -------------
200 Axis Dev88
201 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
202 S: Maintained
203 F: hw/axis_dev88.c
204
205 etraxfs
206 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
207 S: Maintained
208 F: hw/etraxfs.c
209
210 LM32 Machines
211 -------------
212 EVR32 and uclinux BSP
213 M: Michael Walle <michael@walle.cc>
214 S: Maintained
215 F: hw/lm32_boards.c
216
217 M68K Machines
218 -------------
219 an5206
220 M: Paul Brook <paul@codesourcery.com>
221 S: Maintained
222 F: hw/an5206.c
223
224 dummy_m68k
225 M: Paul Brook <paul@codesourcery.com>
226 S: Maintained
227 F: hw/dummy_m68k.c
228
229 mcf5208
230 M: Paul Brook <paul@codesourcery.com>
231 S: Maintained
232 F: hw/mcf5208.c
233
234 MicroBlaze Machines
235 -------------------
236 petalogix_s3adsp1800
237 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
238 S: Maintained
239 F: hw/petalogix_s3adsp1800.c
240
241 MIPS Machines
242 -------------
243 Jazz
244 M: Hervé Poussineau <hpoussin@reactos.org>
245 S: Maintained
246 F: hw/mips_jazz.c
247
248 Malta
249 M: Aurelien Jarno <aurelien@aurel32.net>
250 S: Maintained
251 F: hw/mips_malta.c
252
253 Mipssim
254 M: qemu-devel@nongnu.org
255 S: Orphan
256 F: hw/mips_mipssim.c
257
258 R4000
259 M: Aurelien Jarno <aurelien@aurel32.net>
260 S: Maintained
261 F: hw/mips_r4k.c
262
263 PowerPC Machines
264 ----------------
265 405
266 M: Alexander Graf <agraf@suse.de>
267 S: Maintained
268 F: hw/ppc405_boards.c
269
270 New World
271 M: Alexander Graf <agraf@suse.de>
272 S: Maintained
273 F: hw/ppc_newworld.c
274
275 Old World
276 M: Alexander Graf <agraf@suse.de>
277 S: Maintained
278 F: hw/ppc_oldworld.c
279
280 Prep
281 M: qemu-devel@nongnu.org
282 S: Orphan
283 F: hw/ppc_prep.c
284
285 SH4 Machines
286 ------------
287 R2D
288 M: Magnus Damm <magnus.damm@gmail.com>
289 S: Maintained
290 F: hw/r2d.c
291
292 Shix
293 M: Magnus Damm <magnus.damm@gmail.com>
294 S: Orphan
295 F: hw/shix.c
296
297 SPARC Machines
298 --------------
299 Sun4m
300 M: Blue Swirl <blauwirbel@gmail.com>
301 S: Maintained
302 F: hw/sun4m.c
303
304 Sun4u
305 M: Blue Swirl <blauwirbel@gmail.com>
306 S: Maintained
307 F: hw/sun4u.c
308
309 S390 Machines
310 -------------
311 S390 Virtio
312 M: Alexander Graf <agraf@suse.de>
313 S: Maintained
314 F: hw/s390-*.c
315
316 X86 Machines
317 ------------
318 PC
319 M: Anthony Liguori <aliguori@us.ibm.com>
320 S: Supported
321 F: hw/pc.[ch] hw/pc_piix.c
322
323 Devices
324 -------
325 IDE
326 M: Kevin Wolf <kwolf@redhat.com>
327 S: Odd Fixes
328 F: hw/ide/
329
330 PCI
331 M: Michael S. Tsirkin <mst@redhat.com>
332 S: Supported
333 F: hw/pci*
334 F: hw/piix*
335
336 SCSI
337 M: Paul Brook <paul@codesourcery.com>
338 M: Kevin Wolf <kwolf@redhat.com>
339 S: Odd Fixes
340 F: hw/lsi53c895a.c
341 F: hw/scsi*
342
343 USB
344 M: Gerd Hoffmann <kraxel@redhat.com>
345 S: Maintained
346 F: hw/usb*
347
348 vhost
349 M: Michael S. Tsirkin <mst@redhat.com>
350 S: Supported
351 F: hw/vhost*
352
353 virtio
354 M: Anthony Liguori <aliguori@us.ibm.com>
355 S: Supported
356 F: hw/virtio*
357
358 virtio-9p
359 M: Venkateswararao Jujjuri (JV) <jvrao@linux.vnet.ibm.com>
360 S: Supported
361 F: hw/virtio-9p*
362
363 virtio-blk
364 M: Kevin Wolf <kwolf@redhat.com>
365 S: Supported
366 F: hw/virtio-blk*
367
368 virtio-serial
369 M: Amit Shah <amit.shah@redhat.com>
370 S: Supported
371 F: hw/virtio-serial*
372 F: hw/virtio-console*
373
374 Subsystems
375 ----------
376 Audio
377 M: Vassili Karpov (malc) <av1474@comtv.ru>
378 S: Maintained
379 F: audio/
380
381 Block
382 M: Kevin Wolf <kwolf@redhat.com>
383 S: Supported
384 F: block*
385 F: block/
386
387 Character Devices
388 M: Anthony Liguori <aliguori@us.ibm.com>
389 S: Maintained
390 F: qemu-char.c
391
392 GDB stub
393 M: qemu-devel@nongnu.org
394 S: Odd Fixes
395 F: gdbstub*
396 F: gdb-xml/
397
398 SPICE
399 M: Gerd Hoffmann <kraxel@redhat.com>
400 S: Supported
401 F: ui/qemu-spice.h
402 F: ui/spice-*.c
403 F: audio/spiceaudio.c
404 F: hw/qxl*
405
406 Graphics
407 M: Anthony Liguori <aliguori@us.ibm.com>
408 S: Maintained
409 F: ui/
410
411 Main loop
412 M: Anthony Liguori <aliguori@us.ibm.com>
413 S: Supported
414 F: vl.c
415
416 Monitor (QMP/HMP)
417 M: Luiz Capitulino <lcapitulino@redhat.com>
418 M: Markus Armbruster <armbru@redhat.com>
419 S: Supported
420 F: monitor.c
421
422 Network device layer
423 M: Anthony Liguori <aliguori@us.ibm.com>
424 M: Mark McLoughlin <markmc@redhat.com>
425 S: Maintained
426 F: net/
427
428 SLIRP
429 M: qemu-devel@nongnu.org
430 S: Orphan
431 F: slirp/
432
433 Usermode Emulation
434 ------------------
435 BSD user
436 M: Blue Swirl <blauwirbel@gmail.com>
437 S: Maintained
438 F: bsd-user/
439
440 Darwin user
441 M: qemu-devel@nongnu.org
442 S: Orphan
443 F: darwin-user/
444
445 Linux user
446 M: Riku Voipio <riku.voipio@iki.fi>
447 S: Maintained
448 F: linux-user/
449
450 Tiny Code Generator (TCG)
451 -------------------------
452 Common code
453 M: qemu-devel@nongnu.org
454 S: Maintained
455 F: tcg/
456
457 ARM target
458 M: Andrzej Zaborowski <balrogg@gmail.com>
459 S: Maintained
460 F: tcg/arm/
461
462 HPPA target
463 M: Richard Henderson <rth@twiddle.net>
464 S: Maintained
465 F: tcg/hppa/
466
467 i386 target
468 M: qemu-devel@nongnu.org
469 S: Maintained
470 F: tcg/i386/
471
472 IA64 target
473 M: Aurelien Jarno <aurelien@aurel32.net>
474 S: Maintained
475 F: tcg/ia64/
476
477 MIPS target
478 M: Aurelien Jarno <aurelien@aurel32.ne>
479 S: Maintained
480 F: tcg/mips/
481
482 PPC
483 M: Vassili Karpov (malc) <av1474@comtv.ru>
484 S: Maintained
485 F: tcg/ppc/
486
487 PPC64 target
488 M: Vassili Karpov (malc) <av1474@comtv.ru>
489 S: Maintained
490 F: tcg/ppc64/
491
492 S390 target
493 M: Alexander Graf <agraf@suse.de>
494 M: Richard Henderson <rth@twiddle.net>
495 S: Maintained
496 F: tcg/s390/
497
498 SPARC target
499 M: Blue Swirl <blauwirbel@gmail.com>
500 S: Maintained
501 F: tcg/sparc/