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