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