kvm: Disable MSI/MSI-X in assigned device reset path
[qemu-kvm.git] / MAINTAINERS
blobd249947d1208a83468442b1c5f221af9e376e001
1 QEMU Maintainers
2 ================
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.
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.
12 Descriptions of section entries:
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.
51 General Project Administration
52 ------------------------------
53 M: Anthony Liguori <aliguori@us.ibm.com>
54 M: Paul Brook <paul@codesourcery.com>
56 Guest CPU cores (TCG):
57 ----------------------
58 Alpha
59 M: Richard Henderson <rth@twiddle.net>
60 S: Maintained
61 F: target-alpha/
63 ARM
64 M: Paul Brook <paul@codesourcery.com>
65 M: Peter Maydell <peter.maydell@linaro.org>
66 S: Maintained
67 F: target-arm/
69 CRIS
70 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
71 S: Maintained
72 F: target-cris/
74 LM32
75 M: Michael Walle <michael@walle.cc>
76 S: Maintained
77 F: target-lm32/
79 M68K
80 M: Paul Brook <paul@codesourcery.com>
81 S: Maintained
82 F: target-m68k/
84 MicroBlaze
85 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
86 S: Maintained
87 F: target-microblaze/
89 MIPS
90 M: Aurelien Jarno <aurelien@aurel32.net>
91 S: Maintained
92 F: target-mips/
94 PowerPC
95 M: Alexander Graf <agraf@suse.de>
96 L: qemu-ppc@nongnu.org
97 S: Maintained
98 F: target-ppc/
100 S390
101 M: Alexander Graf <agraf@suse.de>
102 S: Maintained
103 F: target-s390x/
106 M: Aurelien Jarno <aurelien@aurel32.net>
107 S: Maintained
108 F: target-sh4/
110 SPARC
111 M: Blue Swirl <blauwirbel@gmail.com>
112 S: Maintained
113 F: target-sparc/
116 M: qemu-devel@nongnu.org
117 S: Odd Fixes
118 F: target-i386/
120 Xtensa
121 M: Max Filippov <jcmvbkbc@gmail.com>
122 W: http://wiki.osll.spb.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
123 S: Maintained
124 F: target-xtensa/
126 Guest CPU Cores (KVM):
127 ----------------------
129 Overall
130 M: Avi Kivity <avi@redhat.com>
131 M: Marcelo Tosatti <mtosatti@redhat.com>
132 L: kvm@vger.kernel.org
133 S: Supported
134 F: kvm-*
135 F: */kvm.*
138 M: Alexander Graf <agraf@suse.de>
139 S: Maintained
140 F: target-ppc/kvm.c
142 S390
143 M: Alexander Graf <agraf@suse.de>
144 S: Maintained
145 F: target-s390x/kvm.c
148 M: Avi Kivity <avi@redhat.com>
149 M: Marcelo Tosatti <mtosatti@redhat.com>
150 L: kvm@vger.kernel.org
151 S: Supported
152 F: target-i386/kvm.c
154 Guest CPU Cores (Xen):
155 ----------------------
158 M: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
159 L: xen-devel@lists.xensource.com
160 S: Supported
161 F: xen-*
162 F: */xen*
164 Hosts:
165 ------
167 LINUX
168 L: qemu-devel@nongnu.org
169 S: Maintained
170 F: linux-*
171 F: linux-headers/
173 POSIX
174 L: qemu-devel@nongnu.org
175 S: Maintained
176 F: *posix*
178 W32, W64
179 L: qemu-devel@nongnu.org
180 M: Stefan Weil <sw@weilnetz.de>
181 S: Maintained
182 F: *win32*
184 ARM Machines
185 ------------
186 Exynos
187 M: Evgeny Voevodin <e.voevodin@samsung.com>
188 M: Maksim Kozlov <m.kozlov@samsung.com>
189 M: Igor Mitsyanko <i.mitsyanko@samsung.com>
190 M: Dmitry Solodkiy <d.solodkiy@samsung.com>
191 S: Maintained
192 F: hw/exynos*
194 Calxeda Highbank
195 M: Mark Langsdorf <mark.langsdorf@calxeda.com>
196 S: Supported
197 F: hw/highbank.c
198 F: hw/xgmac.c
200 Gumstix
201 M: qemu-devel@nongnu.org
202 S: Orphan
203 F: hw/gumstix.c
205 Integrator CP
206 M: Paul Brook <paul@codesourcery.com>
207 M: Peter Maydell <peter.maydell@linaro.org>
208 S: Maintained
209 F: hw/integratorcp.c
211 Mainstone
212 M: qemu-devel@nongnu.org
213 S: Orphan
214 F: hw/mainstone.c
216 Musicpal
217 M: Jan Kiszka <jan.kiszka@web.de>
218 S: Maintained
219 F: hw/musicpal.c
221 nSeries
222 M: Andrzej Zaborowski <balrogg@gmail.com>
223 S: Maintained
224 F: hw/nseries.c
226 Palm
227 M: Andrzej Zaborowski <balrogg@gmail.com>
228 S: Maintained
229 F: hw/palm.c
231 Real View
232 M: Paul Brook <paul@codesourcery.com>
233 M: Peter Maydell <peter.maydell@linaro.org>
234 S: Maintained
235 F: hw/realview*
237 Spitz
238 M: Andrzej Zaborowski <balrogg@gmail.com>
239 S: Maintained
240 F: hw/spitz.c
242 Stellaris
243 M: Paul Brook <paul@codesourcery.com>
244 M: Peter Maydell <peter.maydell@linaro.org>
245 S: Maintained
246 F: hw/stellaris.c
248 Versatile PB
249 M: Paul Brook <paul@codesourcery.com>
250 M: Peter Maydell <peter.maydell@linaro.org>
251 S: Maintained
252 F: hw/versatilepb.c
254 Xilinx Zynq
255 M: Peter Crosthwaite <peter.crosthwaite@petalogix.com>
256 S: Maintained
257 F: hw/xilinx_zynq.c
258 F: hw/zynq_slcr.c
259 F: hw/cadence_*
261 CRIS Machines
262 -------------
263 Axis Dev88
264 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
265 S: Maintained
266 F: hw/axis_dev88.c
268 etraxfs
269 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
270 S: Maintained
271 F: hw/etraxfs.c
273 LM32 Machines
274 -------------
275 EVR32 and uclinux BSP
276 M: Michael Walle <michael@walle.cc>
277 S: Maintained
278 F: hw/lm32_boards.c
280 milkymist
281 M: Michael Walle <michael@walle.cc>
282 S: Maintained
283 F: hw/milkymist.c
285 M68K Machines
286 -------------
287 an5206
288 M: Paul Brook <paul@codesourcery.com>
289 S: Maintained
290 F: hw/an5206.c
292 dummy_m68k
293 M: Paul Brook <paul@codesourcery.com>
294 S: Maintained
295 F: hw/dummy_m68k.c
297 mcf5208
298 M: Paul Brook <paul@codesourcery.com>
299 S: Maintained
300 F: hw/mcf5208.c
302 MicroBlaze Machines
303 -------------------
304 petalogix_s3adsp1800
305 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
306 S: Maintained
307 F: hw/petalogix_s3adsp1800.c
309 MIPS Machines
310 -------------
311 Jazz
312 M: Hervé Poussineau <hpoussin@reactos.org>
313 S: Maintained
314 F: hw/mips_jazz.c
316 Malta
317 M: Aurelien Jarno <aurelien@aurel32.net>
318 S: Maintained
319 F: hw/mips_malta.c
321 Mipssim
322 M: qemu-devel@nongnu.org
323 S: Orphan
324 F: hw/mips_mipssim.c
326 R4000
327 M: Aurelien Jarno <aurelien@aurel32.net>
328 S: Maintained
329 F: hw/mips_r4k.c
331 PowerPC Machines
332 ----------------
334 M: Alexander Graf <agraf@suse.de>
335 L: qemu-ppc@nongnu.org
336 S: Maintained
337 F: hw/ppc405_boards.c
339 New World
340 M: Alexander Graf <agraf@suse.de>
341 L: qemu-ppc@nongnu.org
342 S: Maintained
343 F: hw/ppc_newworld.c
344 F: hw/unin_pci.c
345 F: hw/dec_pci.[hc]
347 Old World
348 M: Alexander Graf <agraf@suse.de>
349 L: qemu-ppc@nongnu.org
350 S: Maintained
351 F: hw/ppc_oldworld.c
352 F: hw/grackle_pci.c
354 PReP
355 M: Andreas Färber <andreas.faerber@web.de>
356 L: qemu-ppc@nongnu.org
357 S: Odd Fixes
358 F: hw/ppc_prep.c
359 F: hw/prep_pci.[hc]
361 SH4 Machines
362 ------------
364 M: Magnus Damm <magnus.damm@gmail.com>
365 S: Maintained
366 F: hw/r2d.c
368 Shix
369 M: Magnus Damm <magnus.damm@gmail.com>
370 S: Orphan
371 F: hw/shix.c
373 SPARC Machines
374 --------------
375 Sun4m
376 M: Blue Swirl <blauwirbel@gmail.com>
377 S: Maintained
378 F: hw/sun4m.c
380 Sun4u
381 M: Blue Swirl <blauwirbel@gmail.com>
382 S: Maintained
383 F: hw/sun4u.c
385 S390 Machines
386 -------------
387 S390 Virtio
388 M: Alexander Graf <agraf@suse.de>
389 S: Maintained
390 F: hw/s390-*.c
392 X86 Machines
393 ------------
395 M: Anthony Liguori <aliguori@us.ibm.com>
396 S: Supported
397 F: hw/pc.[ch] hw/pc_piix.c
399 Xtensa Machines
400 ---------------
402 M: Max Filippov <jcmvbkbc@gmail.com>
403 S: Maintained
404 F: hw/xtensa_sim.c
406 Avnet LX60
407 M: Max Filippov <jcmvbkbc@gmail.com>
408 S: Maintained
409 F: hw/xtensa_lx60.c
411 Devices
412 -------
414 M: Kevin Wolf <kwolf@redhat.com>
415 S: Odd Fixes
416 F: hw/ide/
418 OMAP
419 M: Peter Maydell <peter.maydell@linaro.org>
420 S: Maintained
421 F: hw/omap*
424 M: Michael S. Tsirkin <mst@redhat.com>
425 S: Supported
426 F: hw/pci*
427 F: hw/piix*
429 SCSI
430 M: Paolo Bonzini <pbonzini@redhat.com>
431 S: Supported
432 F: hw/virtio-scsi.*
433 F: hw/scsi*
434 T: git://github.com/bonzini/qemu.git scsi-next
436 LSI53C895A
437 M: Paul Brook <paul@codesourcery.com>
438 S: Odd Fixes
439 F: hw/lsi53c895a.c
442 M: Gerd Hoffmann <kraxel@redhat.com>
443 S: Maintained
444 F: hw/usb*
446 vhost
447 M: Michael S. Tsirkin <mst@redhat.com>
448 S: Supported
449 F: hw/vhost*
451 virtio
452 M: Anthony Liguori <aliguori@us.ibm.com>
453 S: Supported
454 F: hw/virtio*
456 virtio-9p
457 M: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
458 S: Supported
459 F: hw/9pfs/ fsdev/
460 T: https://github.com/kvaneesh/QEMU
463 virtio-blk
464 M: Kevin Wolf <kwolf@redhat.com>
465 S: Supported
466 F: hw/virtio-blk*
468 virtio-serial
469 M: Amit Shah <amit.shah@redhat.com>
470 S: Supported
471 F: hw/virtio-serial*
472 F: hw/virtio-console*
474 Subsystems
475 ----------
476 Audio
477 M: Vassili Karpov (malc) <av1474@comtv.ru>
478 S: Maintained
479 F: audio/
481 Block
482 M: Kevin Wolf <kwolf@redhat.com>
483 S: Supported
484 F: block*
485 F: block/
487 Character Devices
488 M: Anthony Liguori <aliguori@us.ibm.com>
489 S: Maintained
490 F: qemu-char.c
492 GDB stub
493 M: qemu-devel@nongnu.org
494 S: Odd Fixes
495 F: gdbstub*
496 F: gdb-xml/
498 SPICE
499 M: Gerd Hoffmann <kraxel@redhat.com>
500 S: Supported
501 F: ui/qemu-spice.h
502 F: ui/spice-*.c
503 F: audio/spiceaudio.c
504 F: hw/qxl*
506 Graphics
507 M: Anthony Liguori <aliguori@us.ibm.com>
508 S: Maintained
509 F: ui/
511 Cocoa graphics
512 M: Andreas Färber <andreas.faerber@web.de>
513 S: Odd Fixes
514 F: ui/cocoa.m
516 Main loop
517 M: Anthony Liguori <aliguori@us.ibm.com>
518 S: Supported
519 F: vl.c
521 Monitor (QMP/HMP)
522 M: Luiz Capitulino <lcapitulino@redhat.com>
523 M: Markus Armbruster <armbru@redhat.com>
524 S: Supported
525 F: monitor.c
527 Network device layer
528 M: Anthony Liguori <aliguori@us.ibm.com>
529 M: Mark McLoughlin <markmc@redhat.com>
530 S: Maintained
531 F: net/
533 Network Block Device (NBD)
534 M: Paolo Bonzini <pbonzini@redhat.com>
535 S: Odd Fixes
536 F: block/nbd.c
537 F: nbd.*
538 F: qemu-nbd.c
539 T: git://github.com/bonzini/qemu.git nbd-next
541 SLIRP
542 M: Jan Kiszka <jan.kiszka@siemens.com>
543 S: Maintained
544 F: slirp/
545 T: git://git.kiszka.org/qemu.git queues/slirp
547 Tracing
548 M: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
549 S: Maintained
550 F: trace/
551 T: git://github.com/stefanha/qemu.git tracing
553 Checkpatch
554 M: Blue Swirl <blauwirbel@gmail.com>
555 S: Odd Fixes
556 F: scripts/checkpatch.pl
558 Usermode Emulation
559 ------------------
560 BSD user
561 M: Blue Swirl <blauwirbel@gmail.com>
562 S: Maintained
563 F: bsd-user/
565 Darwin user
566 M: qemu-devel@nongnu.org
567 S: Orphan
568 F: darwin-user/
570 Linux user
571 M: Riku Voipio <riku.voipio@iki.fi>
572 S: Maintained
573 F: linux-user/
575 Tiny Code Generator (TCG)
576 -------------------------
577 Common code
578 M: qemu-devel@nongnu.org
579 S: Maintained
580 F: tcg/
582 ARM target
583 M: Andrzej Zaborowski <balrogg@gmail.com>
584 S: Maintained
585 F: tcg/arm/
587 HPPA target
588 M: Richard Henderson <rth@twiddle.net>
589 S: Maintained
590 F: tcg/hppa/
592 i386 target
593 M: qemu-devel@nongnu.org
594 S: Maintained
595 F: tcg/i386/
597 IA64 target
598 M: Aurelien Jarno <aurelien@aurel32.net>
599 S: Maintained
600 F: tcg/ia64/
602 MIPS target
603 M: Aurelien Jarno <aurelien@aurel32.net>
604 S: Maintained
605 F: tcg/mips/
608 M: Vassili Karpov (malc) <av1474@comtv.ru>
609 S: Maintained
610 F: tcg/ppc/
612 PPC64 target
613 M: Vassili Karpov (malc) <av1474@comtv.ru>
614 S: Maintained
615 F: tcg/ppc64/
617 S390 target
618 M: Alexander Graf <agraf@suse.de>
619 M: Richard Henderson <rth@twiddle.net>
620 S: Maintained
621 F: tcg/s390/
623 SPARC target
624 M: Blue Swirl <blauwirbel@gmail.com>
625 S: Maintained
626 F: tcg/sparc/
628 TCI target
629 M: Stefan Weil <sw@weilnetz.de>
630 S: Maintained
631 F: tcg/tci