]> git.proxmox.com Git - mirror_qemu.git/blob - MAINTAINERS
Merge remote-tracking branch 'remotes/gkurz/tags/for-upstream' into staging
[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 Maintainers are looking after a certain area and must be CCed on
16 patches. They are considered the main contact point.
17 R: Designated reviewer: FullName <address@domain>
18 These reviewers should be CCed on patches.
19 Reviewers are familiar with the subject matter and provide feedback
20 even though they are not maintainers.
21 L: Mailing list that is relevant to this area
22 These lists should be CCed on patches.
23 W: Web-page with status/info
24 Q: Patchwork web based patch tracking system site
25 T: SCM tree type and location. Type is one of: git, hg, quilt, stgit.
26 S: Status, one of the following:
27 Supported: Someone is actually paid to look after this.
28 Maintained: Someone actually looks after it.
29 Odd Fixes: It has a maintainer but they don't have time to do
30 much other than throw the odd patch in. See below.
31 Orphan: No current maintainer [but maybe you could take the
32 role as you write your new code].
33 Obsolete: Old code. Something tagged obsolete generally means
34 it has been replaced by a better system and you
35 should be using that.
36 F: Files and directories with wildcard patterns.
37 A trailing slash includes all files and subdirectory files.
38 F: drivers/net/ all files in and below drivers/net
39 F: drivers/net/* all files in drivers/net, but not below
40 F: */net/* all files in "any top level directory"/net
41 One pattern per line. Multiple F: lines acceptable.
42 X: Files and directories that are NOT maintained, same rules as F:
43 Files exclusions are tested before file matches.
44 Can be useful for excluding a specific subdirectory, for instance:
45 F: net/
46 X: net/ipv6/
47 matches all files in and below net excluding net/ipv6/
48 K: Keyword perl extended regex pattern to match content in a
49 patch or file. For instance:
50 K: of_get_profile
51 matches patches or files that contain "of_get_profile"
52 K: \b(printk|pr_(info|err))\b
53 matches patches or files that contain one or more of the words
54 printk, pr_info or pr_err
55 One regex pattern per line. Multiple K: lines acceptable.
56
57
58 General Project Administration
59 ------------------------------
60 M: Peter Maydell <peter.maydell@linaro.org>
61
62 All patches CC here
63 L: qemu-devel@nongnu.org
64 F: *
65 F: */
66
67 Responsible Disclosure, Reporting Security Issues
68 ------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <mst@redhat.com>
71 L: secalert@redhat.com
72
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <mjt@tls.msk.ru>
77 M: Laurent Vivier <laurent@vivier.eu>
78 S: Maintained
79 L: qemu-trivial@nongnu.org
80 K: ^Subject:.*(?i)trivial
81 T: git git://git.corpit.ru/qemu.git trivial-patches
82 T: git https://github.com/vivier/qemu.git trivial-patches
83
84 Architecture support
85 --------------------
86 S390
87 M: Cornelia Huck <cohuck@redhat.com>
88 S: Supported
89 F: default-configs/s390x-softmmu.mak
90 F: gdb-xml/s390*.xml
91 F: hw/char/sclp*.[hc]
92 F: hw/char/terminal3270.c
93 F: hw/intc/s390_flic.c
94 F: hw/intc/s390_flic_kvm.c
95 F: hw/s390x/
96 F: hw/vfio/ap.c
97 F: hw/vfio/ccw.c
98 F: hw/watchdog/wdt_diag288.c
99 F: include/hw/s390x/
100 F: include/hw/watchdog/wdt_diag288.h
101 F: pc-bios/s390-ccw/
102 F: pc-bios/s390-ccw.img
103 F: target/s390x/
104 F: docs/vfio-ap.txt
105 K: ^Subject:.*(?i)s390x?
106 T: git https://github.com/cohuck/qemu.git s390-next
107 L: qemu-s390x@nongnu.org
108
109 Guest CPU cores (TCG):
110 ----------------------
111 Overall
112 L: qemu-devel@nongnu.org
113 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
114 M: Richard Henderson <rth@twiddle.net>
115 R: Paolo Bonzini <pbonzini@redhat.com>
116 S: Maintained
117 F: cpus.c
118 F: exec.c
119 F: accel/tcg/
120 F: include/exec/cpu*.h
121 F: include/exec/exec-all.h
122 F: include/exec/helper*.h
123 F: include/exec/tb-hash.h
124 F: include/sysemu/cpus.h
125
126 FPU emulation
127 M: Aurelien Jarno <aurelien@aurel32.net>
128 M: Peter Maydell <peter.maydell@linaro.org>
129 S: Odd Fixes
130 F: fpu/
131 F: include/fpu/
132
133 Alpha
134 M: Richard Henderson <rth@twiddle.net>
135 S: Maintained
136 F: target/alpha/
137 F: tests/tcg/alpha/
138 F: disas/alpha.c
139
140 ARM
141 M: Peter Maydell <peter.maydell@linaro.org>
142 L: qemu-arm@nongnu.org
143 S: Maintained
144 F: target/arm/
145 F: tests/tcg/arm/
146 F: tests/tcg/aarch64/
147 F: hw/arm/
148 F: hw/cpu/a*mpcore.c
149 F: include/hw/cpu/a*mpcore.h
150 F: disas/arm.c
151 F: disas/arm-a64.cc
152 F: disas/libvixl/
153
154 CRIS
155 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
156 S: Maintained
157 F: target/cris/
158 F: hw/cris/
159 F: include/hw/cris/
160 F: tests/tcg/cris/
161 F: disas/cris.c
162
163 HPPA (PA-RISC)
164 M: Richard Henderson <rth@twiddle.net>
165 S: Maintained
166 F: target/hppa/
167 F: hw/hppa/
168 F: disas/hppa.c
169
170 LM32
171 M: Michael Walle <michael@walle.cc>
172 S: Maintained
173 F: target/lm32/
174 F: disas/lm32.c
175 F: hw/lm32/
176 F: hw/*/lm32_*
177 F: hw/*/milkymist-*
178 F: include/hw/char/lm32_juart.h
179 F: include/hw/lm32/
180 F: tests/tcg/lm32/
181
182 M68K
183 M: Laurent Vivier <laurent@vivier.eu>
184 S: Maintained
185 F: target/m68k/
186 F: disas/m68k.c
187
188 MicroBlaze
189 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
190 S: Maintained
191 F: target/microblaze/
192 F: hw/microblaze/
193 F: disas/microblaze.c
194
195 MIPS
196 M: Aurelien Jarno <aurelien@aurel32.net>
197 M: Aleksandar Markovic <amarkovic@wavecomp.com>
198 R: Stefan Markovic <smarkovic@wavecomp.com>
199 S: Maintained
200 F: target/mips/
201 F: hw/mips/
202 F: hw/misc/mips_*
203 F: hw/intc/mips_gic.c
204 F: hw/timer/mips_gictimer.c
205 F: include/hw/mips/
206 F: include/hw/misc/mips_*
207 F: include/hw/intc/mips_gic.h
208 F: include/hw/timer/mips_gictimer.h
209 F: tests/tcg/mips/
210 F: disas/mips.c
211 F: disas/nanomips.h
212 F: disas/nanomips.cpp
213
214 Moxie
215 M: Anthony Green <green@moxielogic.com>
216 S: Maintained
217 F: target/moxie/
218 F: disas/moxie.c
219 F: hw/moxie/
220 F: default-configs/moxie-softmmu.mak
221
222 NiosII
223 M: Chris Wulff <crwulff@gmail.com>
224 M: Marek Vasut <marex@denx.de>
225 S: Maintained
226 F: target/nios2/
227 F: hw/nios2/
228 F: disas/nios2.c
229
230 OpenRISC
231 M: Stafford Horne <shorne@gmail.com>
232 S: Odd Fixes
233 F: target/openrisc/
234 F: hw/openrisc/
235 F: tests/tcg/openrisc/
236
237 PowerPC
238 M: David Gibson <david@gibson.dropbear.id.au>
239 L: qemu-ppc@nongnu.org
240 S: Maintained
241 F: target/ppc/
242 F: hw/ppc/
243 F: include/hw/ppc/
244 F: disas/ppc.c
245
246 RISC-V
247 M: Michael Clark <mjc@sifive.com>
248 M: Palmer Dabbelt <palmer@sifive.com>
249 M: Alistair Francis <Alistair.Francis@wdc.com>
250 M: Sagar Karandikar <sagark@eecs.berkeley.edu>
251 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
252 L: qemu-riscv@nongnu.org
253 S: Maintained
254 F: target/riscv/
255 F: hw/riscv/
256 F: include/hw/riscv/
257 F: disas/riscv.c
258
259 S390
260 M: Richard Henderson <rth@twiddle.net>
261 M: David Hildenbrand <david@redhat.com>
262 S: Maintained
263 F: target/s390x/
264 F: hw/s390x/
265 F: disas/s390.c
266 F: tests/tcg/s390x/
267 L: qemu-s390x@nongnu.org
268
269 SH4
270 M: Aurelien Jarno <aurelien@aurel32.net>
271 S: Odd Fixes
272 F: target/sh4/
273 F: hw/sh4/
274 F: disas/sh4.c
275 F: include/hw/sh4/
276
277 SPARC
278 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
279 M: Artyom Tarasenko <atar4qemu@gmail.com>
280 S: Maintained
281 F: target/sparc/
282 F: hw/sparc/
283 F: hw/sparc64/
284 F: disas/sparc.c
285
286 UniCore32
287 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
288 S: Maintained
289 F: target/unicore32/
290 F: hw/unicore32/
291 F: include/hw/unicore32/
292
293 X86
294 M: Paolo Bonzini <pbonzini@redhat.com>
295 M: Richard Henderson <rth@twiddle.net>
296 M: Eduardo Habkost <ehabkost@redhat.com>
297 S: Maintained
298 F: target/i386/
299 F: tests/tcg/i386/
300 F: tests/tcg/x86_64/
301 F: hw/i386/
302 F: disas/i386.c
303 F: docs/qemu-cpu-models.texi
304 T: git https://github.com/ehabkost/qemu.git x86-next
305
306 Xtensa
307 M: Max Filippov <jcmvbkbc@gmail.com>
308 W: http://wiki.osll.ru/doku.php?id=etc:users:jcmvbkbc:qemu-target-xtensa
309 S: Maintained
310 F: target/xtensa/
311 F: hw/xtensa/
312 F: tests/tcg/xtensa/
313 F: disas/xtensa.c
314 F: include/hw/xtensa/xtensa-isa.h
315 F: default-configs/xtensa*.mak
316
317 TriCore
318 M: Bastian Koppelmann <kbastian@mail.uni-paderborn.de>
319 S: Maintained
320 F: target/tricore/
321 F: hw/tricore/
322 F: include/hw/tricore/
323
324 Multiarch Linux User Tests
325 M: Alex Bennée <alex.bennee@linaro.org>
326 F: tests/tcg/multiarch/
327
328 Guest CPU Cores (KVM):
329 ----------------------
330
331 Overall
332 M: Paolo Bonzini <pbonzini@redhat.com>
333 L: kvm@vger.kernel.org
334 S: Supported
335 F: */kvm.*
336 F: accel/kvm/
337 F: include/sysemu/kvm*.h
338
339 ARM
340 M: Peter Maydell <peter.maydell@linaro.org>
341 L: qemu-arm@nongnu.org
342 S: Maintained
343 F: target/arm/kvm.c
344
345 MIPS
346 M: James Hogan <jhogan@kernel.org>
347 R: Stefan Markovic <smarkovic@wavecomp.com>
348 S: Maintained
349 F: target/mips/kvm.c
350
351 PPC
352 M: David Gibson <david@gibson.dropbear.id.au>
353 S: Maintained
354 F: target/ppc/kvm.c
355
356 S390
357 M: Christian Borntraeger <borntraeger@de.ibm.com>
358 M: Cornelia Huck <cohuck@redhat.com>
359 S: Maintained
360 F: target/s390x/kvm.c
361 F: target/s390x/kvm_s390x.h
362 F: target/s390x/kvm-stub.c
363 F: target/s390x/ioinst.[ch]
364 F: target/s390x/machine.c
365 F: target/s390x/sigp.c
366 F: hw/intc/s390_flic.c
367 F: hw/intc/s390_flic_kvm.c
368 F: include/hw/s390x/s390_flic.h
369 F: gdb-xml/s390*.xml
370 T: git https://github.com/cohuck/qemu.git s390-next
371 T: git https://github.com/borntraeger/qemu.git s390-next
372 L: qemu-s390x@nongnu.org
373
374 X86
375 M: Paolo Bonzini <pbonzini@redhat.com>
376 M: Marcelo Tosatti <mtosatti@redhat.com>
377 L: kvm@vger.kernel.org
378 S: Supported
379 F: target/i386/kvm.c
380
381 Guest CPU Cores (Xen):
382 ----------------------
383
384 X86
385 M: Stefano Stabellini <sstabellini@kernel.org>
386 M: Anthony Perard <anthony.perard@citrix.com>
387 L: xen-devel@lists.xenproject.org
388 S: Supported
389 F: */xen*
390 F: hw/9pfs/xen-9p-backend.c
391 F: hw/char/xen_console.c
392 F: hw/display/xenfb.c
393 F: hw/net/xen_nic.c
394 F: hw/block/xen_*
395 F: hw/xen/
396 F: hw/xenpv/
397 F: hw/i386/xen/
398 F: include/hw/xen/
399 F: include/sysemu/xen-mapcache.h
400
401 Hosts:
402 ------
403
404 LINUX
405 L: qemu-devel@nongnu.org
406 S: Maintained
407 F: linux-*
408 F: linux-headers/
409
410 POSIX
411 L: qemu-devel@nongnu.org
412 S: Maintained
413 F: *posix*
414
415 NETBSD
416 L: qemu-devel@nongnu.org
417 M: Kamil Rytarowski <kamil@netbsd.org>
418 S: Maintained
419 K: ^Subject:.*(?i)NetBSD
420
421 OPENBSD
422 L: qemu-devel@nongnu.org
423 M: Brad Smith <brad@comstyle.com>
424 S: Maintained
425 K: ^Subject:.*(?i)OpenBSD
426
427 W32, W64
428 L: qemu-devel@nongnu.org
429 M: Stefan Weil <sw@weilnetz.de>
430 S: Maintained
431 F: *win32*
432 F: */*win32*
433 F: include/*/*win32*
434 X: qga/*win32*
435 F: qemu.nsi
436
437 Alpha Machines
438 M: Richard Henderson <rth@twiddle.net>
439 S: Maintained
440 F: hw/alpha/
441 F: hw/isa/smc37c669-superio.c
442
443 ARM Machines
444 ------------
445 Allwinner-a10
446 M: Beniamino Galvani <b.galvani@gmail.com>
447 M: Peter Maydell <peter.maydell@linaro.org>
448 L: qemu-arm@nongnu.org
449 S: Odd Fixes
450 F: hw/*/allwinner*
451 F: include/hw/*/allwinner*
452 F: hw/arm/cubieboard.c
453
454 ARM PrimeCell and CMSDK devices
455 M: Peter Maydell <peter.maydell@linaro.org>
456 L: qemu-arm@nongnu.org
457 S: Maintained
458 F: hw/char/pl011.c
459 F: include/hw/char/pl011.h
460 F: hw/display/pl110*
461 F: hw/dma/pl080.c
462 F: include/hw/dma/pl080.h
463 F: hw/dma/pl330.c
464 F: hw/gpio/pl061.c
465 F: hw/input/pl050.c
466 F: hw/intc/pl190.c
467 F: hw/sd/pl181.c
468 F: hw/ssi/pl022.c
469 F: include/hw/ssi/pl022.h
470 F: hw/timer/pl031.c
471 F: include/hw/arm/primecell.h
472 F: hw/timer/cmsdk-apb-timer.c
473 F: include/hw/timer/cmsdk-apb-timer.h
474 F: hw/timer/cmsdk-apb-dualtimer.c
475 F: include/hw/timer/cmsdk-apb-dualtimer.h
476 F: hw/char/cmsdk-apb-uart.c
477 F: include/hw/char/cmsdk-apb-uart.h
478 F: hw/watchdog/cmsdk-apb-watchdog.c
479 F: include/hw/watchdog/cmsdk-apb-watchdog.h
480 F: hw/misc/tz-ppc.c
481 F: include/hw/misc/tz-ppc.h
482 F: hw/misc/tz-mpc.c
483 F: include/hw/misc/tz-mpc.h
484 F: hw/misc/tz-msc.c
485 F: include/hw/misc/tz-msc.h
486
487 ARM cores
488 M: Peter Maydell <peter.maydell@linaro.org>
489 L: qemu-arm@nongnu.org
490 S: Maintained
491 F: hw/intc/arm*
492 F: hw/intc/gic_internal.h
493 F: hw/misc/a9scu.c
494 F: hw/misc/arm11scu.c
495 F: hw/timer/a9gtimer*
496 F: hw/timer/arm*
497 F: include/hw/arm/arm*.h
498 F: include/hw/intc/arm*
499 F: include/hw/misc/a9scu.h
500 F: include/hw/misc/arm11scu.h
501 F: include/hw/timer/a9gtimer.h
502 F: include/hw/timer/arm_mptimer.h
503 F: include/hw/timer/armv7m_systick.h
504 F: tests/test-arm-mptimer.c
505
506 Exynos
507 M: Igor Mitsyanko <i.mitsyanko@gmail.com>
508 M: Peter Maydell <peter.maydell@linaro.org>
509 L: qemu-arm@nongnu.org
510 S: Odd Fixes
511 F: hw/*/exynos*
512 F: include/hw/arm/exynos4210.h
513
514 Calxeda Highbank
515 M: Rob Herring <robh@kernel.org>
516 M: Peter Maydell <peter.maydell@linaro.org>
517 L: qemu-arm@nongnu.org
518 S: Odd Fixes
519 F: hw/arm/highbank.c
520 F: hw/net/xgmac.c
521
522 Canon DIGIC
523 M: Antony Pavlov <antonynpavlov@gmail.com>
524 M: Peter Maydell <peter.maydell@linaro.org>
525 L: qemu-arm@nongnu.org
526 S: Odd Fixes
527 F: include/hw/arm/digic.h
528 F: hw/*/digic*
529
530 Gumstix
531 M: Peter Maydell <peter.maydell@linaro.org>
532 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
533 L: qemu-devel@nongnu.org
534 L: qemu-arm@nongnu.org
535 S: Odd Fixes
536 F: hw/arm/gumstix.c
537
538 i.MX31 (kzm)
539 M: Peter Chubb <peter.chubb@nicta.com.au>
540 M: Peter Maydell <peter.maydell@linaro.org>
541 L: qemu-arm@nongnu.org
542 S: Odd Fixes
543 F: hw/arm/kzm.c
544 F: hw/*/imx_*
545 F: hw/*/*imx31*
546 F: include/hw/*/imx_*
547 F: include/hw/*/*imx31*
548
549 Integrator CP
550 M: Peter Maydell <peter.maydell@linaro.org>
551 L: qemu-arm@nongnu.org
552 S: Maintained
553 F: hw/arm/integratorcp.c
554 F: hw/misc/arm_integrator_debug.c
555
556 MCIMX6UL EVK / i.MX6ul
557 M: Peter Maydell <peter.maydell@linaro.org>
558 R: Jean-Christophe Dubois <jcd@tribudubois.net>
559 L: qemu-arm@nongnu.org
560 S: Odd Fixes
561 F: hw/arm/mcimx6ul-evk.c
562 F: hw/arm/fsl-imx6ul.c
563 F: hw/misc/imx6ul_ccm.c
564 F: include/hw/arm/fsl-imx6ul.h
565 F: include/hw/misc/imx6ul_ccm.h
566
567 MCIMX7D SABRE / i.MX7
568 M: Peter Maydell <peter.maydell@linaro.org>
569 R: Andrey Smirnov <andrew.smirnov@gmail.com>
570 L: qemu-arm@nongnu.org
571 S: Odd Fixes
572 F: hw/arm/mcimx7d-sabre.c
573 F: hw/arm/fsl-imx7.c
574 F: include/hw/arm/fsl-imx7.h
575 F: hw/pci-host/designware.c
576 F: include/hw/pci-host/designware.h
577
578 MPS2
579 M: Peter Maydell <peter.maydell@linaro.org>
580 L: qemu-arm@nongnu.org
581 S: Maintained
582 F: hw/arm/mps2.c
583 F: hw/arm/mps2-tz.c
584 F: hw/misc/mps2-*.c
585 F: include/hw/misc/mps2-*.h
586 F: hw/arm/iotkit.c
587 F: include/hw/arm/iotkit.h
588 F: hw/misc/iotkit-sysctl.c
589 F: include/hw/misc/iotkit-sysctl.h
590 F: hw/misc/iotkit-sysinfo.c
591 F: include/hw/misc/iotkit-sysinfo.h
592
593 Musicpal
594 M: Jan Kiszka <jan.kiszka@web.de>
595 M: Peter Maydell <peter.maydell@linaro.org>
596 L: qemu-arm@nongnu.org
597 S: Odd Fixes
598 F: hw/arm/musicpal.c
599
600 nSeries
601 M: Andrzej Zaborowski <balrogg@gmail.com>
602 M: Peter Maydell <peter.maydell@linaro.org>
603 L: qemu-arm@nongnu.org
604 S: Odd Fixes
605 F: hw/arm/nseries.c
606
607 Palm
608 M: Andrzej Zaborowski <balrogg@gmail.com>
609 M: Peter Maydell <peter.maydell@linaro.org>
610 L: qemu-arm@nongnu.org
611 S: Odd Fixes
612 F: hw/arm/palm.c
613
614 Raspberry Pi
615 M: Peter Maydell <peter.maydell@linaro.org>
616 R: Andrew Baumann <Andrew.Baumann@microsoft.com>
617 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
618 L: qemu-arm@nongnu.org
619 S: Odd Fixes
620 F: hw/arm/raspi_platform.h
621 F: hw/*/bcm283*
622 F: include/hw/arm/raspi*
623 F: include/hw/*/bcm283*
624
625 Real View
626 M: Peter Maydell <peter.maydell@linaro.org>
627 L: qemu-arm@nongnu.org
628 S: Maintained
629 F: hw/arm/realview*
630 F: hw/cpu/realview_mpcore.c
631 F: hw/intc/realview_gic.c
632 F: include/hw/intc/realview_gic.h
633
634 PXA2XX
635 M: Andrzej Zaborowski <balrogg@gmail.com>
636 M: Peter Maydell <peter.maydell@linaro.org>
637 L: qemu-arm@nongnu.org
638 S: Odd Fixes
639 F: hw/arm/mainstone.c
640 F: hw/arm/spitz.c
641 F: hw/arm/tosa.c
642 F: hw/arm/z2.c
643 F: hw/*/pxa2xx*
644 F: hw/misc/mst_fpga.c
645 F: include/hw/arm/pxa.h
646
647 SABRELITE / i.MX6
648 M: Peter Maydell <peter.maydell@linaro.org>
649 R: Jean-Christophe Dubois <jcd@tribudubois.net>
650 L: qemu-arm@nongnu.org
651 S: Odd Fixes
652 F: hw/arm/sabrelite.c
653 F: hw/arm/fsl-imx6.c
654 F: hw/misc/imx6_src.c
655 F: hw/ssi/imx_spi.c
656 F: include/hw/arm/fsl-imx6.h
657 F: include/hw/misc/imx6_src.h
658 F: include/hw/ssi/imx_spi.h
659
660 Sharp SL-5500 (Collie) PDA
661 M: Peter Maydell <peter.maydell@linaro.org>
662 L: qemu-arm@nongnu.org
663 S: Odd Fixes
664 F: hw/arm/collie.c
665 F: hw/arm/strongarm*
666
667 Stellaris
668 M: Peter Maydell <peter.maydell@linaro.org>
669 L: qemu-arm@nongnu.org
670 S: Maintained
671 F: hw/*/stellaris*
672
673 Versatile Express
674 M: Peter Maydell <peter.maydell@linaro.org>
675 L: qemu-arm@nongnu.org
676 S: Maintained
677 F: hw/arm/vexpress.c
678
679 Versatile PB
680 M: Peter Maydell <peter.maydell@linaro.org>
681 L: qemu-arm@nongnu.org
682 S: Maintained
683 F: hw/*/versatile*
684 F: hw/misc/arm_sysctl.c
685
686 Virt
687 M: Peter Maydell <peter.maydell@linaro.org>
688 L: qemu-arm@nongnu.org
689 S: Maintained
690 F: hw/arm/virt*
691 F: include/hw/arm/virt.h
692
693 Xilinx Zynq
694 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
695 M: Alistair Francis <alistair@alistair23.me>
696 M: Peter Maydell <peter.maydell@linaro.org>
697 L: qemu-arm@nongnu.org
698 S: Maintained
699 F: hw/*/xilinx_*
700 F: hw/*/cadence_*
701 F: hw/misc/zynq*
702 F: include/hw/misc/zynq*
703 X: hw/ssi/xilinx_*
704
705 Xilinx ZynqMP
706 M: Alistair Francis <alistair@alistair23.me>
707 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
708 M: Peter Maydell <peter.maydell@linaro.org>
709 L: qemu-arm@nongnu.org
710 S: Maintained
711 F: hw/*/xlnx*.c
712 F: include/hw/*/xlnx*.h
713
714 ARM ACPI Subsystem
715 M: Shannon Zhao <shannon.zhaosl@gmail.com>
716 L: qemu-arm@nongnu.org
717 S: Maintained
718 F: hw/arm/virt-acpi-build.c
719
720 STM32F205
721 M: Alistair Francis <alistair@alistair23.me>
722 M: Peter Maydell <peter.maydell@linaro.org>
723 S: Maintained
724 F: hw/arm/stm32f205_soc.c
725 F: hw/misc/stm32f2xx_syscfg.c
726 F: hw/char/stm32f2xx_usart.c
727 F: hw/timer/stm32f2xx_timer.c
728 F: hw/adc/*
729 F: hw/ssi/stm32f2xx_spi.c
730 F: include/hw/*/stm32*.h
731
732 Netduino 2
733 M: Alistair Francis <alistair@alistair23.me>
734 M: Peter Maydell <peter.maydell@linaro.org>
735 S: Maintained
736 F: hw/arm/netduino2.c
737
738 SmartFusion2
739 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
740 M: Peter Maydell <peter.maydell@linaro.org>
741 S: Maintained
742 F: hw/arm/msf2-soc.c
743 F: hw/misc/msf2-sysreg.c
744 F: hw/timer/mss-timer.c
745 F: hw/ssi/mss-spi.c
746 F: include/hw/arm/msf2-soc.h
747 F: include/hw/misc/msf2-sysreg.h
748 F: include/hw/timer/mss-timer.h
749 F: include/hw/ssi/mss-spi.h
750
751 Emcraft M2S-FG484
752 M: Subbaraya Sundeep <sundeep.lkml@gmail.com>
753 M: Peter Maydell <peter.maydell@linaro.org>
754 S: Maintained
755 F: hw/arm/msf2-som.c
756
757 ASPEED BMCs
758 M: Cédric Le Goater <clg@kaod.org>
759 M: Peter Maydell <peter.maydell@linaro.org>
760 R: Andrew Jeffery <andrew@aj.id.au>
761 R: Joel Stanley <joel@jms.id.au>
762 L: qemu-arm@nongnu.org
763 S: Maintained
764 F: hw/*/*aspeed*
765 F: include/hw/*/*aspeed*
766 F: hw/net/ftgmac100.c
767 F: include/hw/net/ftgmac100.h
768
769 NRF51
770 M: Joel Stanley <joel@jms.id.au>
771 M: Peter Maydell <peter.maydell@linaro.org>
772 L: qemu-arm@nongnu.org
773 S: Maintained
774 F: hw/arm/nrf51_soc.c
775 F: hw/arm/microbit.c
776 F: include/hw/arm/nrf51_soc.h
777
778 CRIS Machines
779 -------------
780 Axis Dev88
781 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
782 S: Maintained
783 F: hw/cris/axis_dev88.c
784 F: hw/*/etraxfs_*.c
785
786 LM32 Machines
787 -------------
788 EVR32 and uclinux BSP
789 M: Michael Walle <michael@walle.cc>
790 S: Maintained
791 F: hw/lm32/lm32_boards.c
792
793 milkymist
794 M: Michael Walle <michael@walle.cc>
795 S: Maintained
796 F: hw/lm32/milkymist.c
797
798 M68K Machines
799 -------------
800 an5206
801 M: Thomas Huth <huth@tuxfamily.org>
802 S: Odd Fixes
803 F: hw/m68k/an5206.c
804 F: hw/m68k/mcf5206.c
805
806 mcf5208
807 M: Thomas Huth <huth@tuxfamily.org>
808 S: Odd Fixes
809 F: hw/m68k/mcf5208.c
810 F: hw/m68k/mcf_intc.c
811 F: hw/char/mcf_uart.c
812 F: hw/net/mcf_fec.c
813 F: include/hw/m68k/mcf*.h
814
815 MicroBlaze Machines
816 -------------------
817 petalogix_s3adsp1800
818 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
819 S: Maintained
820 F: hw/microblaze/petalogix_s3adsp1800_mmu.c
821
822 petalogix_ml605
823 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
824 S: Maintained
825 F: hw/microblaze/petalogix_ml605_mmu.c
826
827 MIPS Machines
828 -------------
829 Jazz
830 M: Hervé Poussineau <hpoussin@reactos.org>
831 R: Stefan Markovic <smarkovic@wavecomp.com>
832 S: Maintained
833 F: hw/mips/mips_jazz.c
834
835 Malta
836 M: Aurelien Jarno <aurelien@aurel32.net>
837 R: Stefan Markovic <smarkovic@wavecomp.com>
838 S: Maintained
839 F: hw/mips/mips_malta.c
840
841 Mipssim
842 M: Aleksandar Markovic <amarkovic@wavecomp.com>
843 R: Stefan Markovic <smarkovic@wavecomp.com>
844 S: Odd Fixes
845 F: hw/mips/mips_mipssim.c
846 F: hw/net/mipsnet.c
847
848 R4000
849 M: Aurelien Jarno <aurelien@aurel32.net>
850 R: Stefan Markovic <smarkovic@wavecomp.com>
851 S: Maintained
852 F: hw/mips/mips_r4k.c
853
854 Fulong 2E
855 M: Aleksandar Markovic <amarkovic@wavecomp.com>
856 R: Stefan Markovic <smarkovic@wavecomp.com>
857 S: Odd Fixes
858 F: hw/mips/mips_fulong2e.c
859 F: hw/isa/vt82c686.c
860
861 F: include/hw/isa/vt82c686.h
862
863 Boston
864 M: Paul Burton <pburton@wavecomp.com>
865 R: Stefan Markovic <smarkovic@wavecomp.com>
866 S: Maintained
867 F: hw/core/loader-fit.c
868 F: hw/mips/boston.c
869 F: hw/pci-host/xilinx-pcie.c
870
871 OpenRISC Machines
872 -----------------
873 or1k-sim
874 M: Jia Liu <proljc@gmail.com>
875 S: Maintained
876 F: hw/openrisc/openrisc_sim.c
877
878 PowerPC Machines
879 ----------------
880 405
881 M: David Gibson <david@gibson.dropbear.id.au>
882 L: qemu-ppc@nongnu.org
883 S: Odd Fixes
884 F: hw/ppc/ppc405_boards.c
885
886 Bamboo
887 M: David Gibson <david@gibson.dropbear.id.au>
888 L: qemu-ppc@nongnu.org
889 S: Odd Fixes
890 F: hw/ppc/ppc440_bamboo.c
891
892 e500
893 M: David Gibson <david@gibson.dropbear.id.au>
894 L: qemu-ppc@nongnu.org
895 S: Odd Fixes
896 F: hw/ppc/e500.[hc]
897 F: hw/ppc/e500plat.c
898 F: include/hw/ppc/ppc_e500.h
899 F: include/hw/pci-host/ppce500.h
900 F: pc-bios/u-boot.e500
901
902 mpc8544ds
903 M: David Gibson <david@gibson.dropbear.id.au>
904 L: qemu-ppc@nongnu.org
905 S: Odd Fixes
906 F: hw/ppc/mpc8544ds.c
907 F: hw/ppc/mpc8544_guts.c
908
909 New World
910 M: David Gibson <david@gibson.dropbear.id.au>
911 L: qemu-ppc@nongnu.org
912 S: Odd Fixes
913 F: hw/ppc/mac_newworld.c
914 F: hw/pci-host/uninorth.c
915 F: hw/pci-bridge/dec.[hc]
916 F: hw/misc/macio/
917 F: hw/misc/mos6522.c
918 F: hw/nvram/mac_nvram.c
919 F: include/hw/misc/macio/
920 F: include/hw/misc/mos6522.h
921 F: include/hw/ppc/mac_dbdma.h
922
923 Old World
924 M: David Gibson <david@gibson.dropbear.id.au>
925 L: qemu-ppc@nongnu.org
926 S: Odd Fixes
927 F: hw/ppc/mac_oldworld.c
928 F: hw/pci-host/grackle.c
929 F: hw/misc/macio/
930 F: hw/intc/heathrow_pic.c
931
932 PReP
933 M: Hervé Poussineau <hpoussin@reactos.org>
934 L: qemu-devel@nongnu.org
935 L: qemu-ppc@nongnu.org
936 S: Maintained
937 F: hw/ppc/prep.c
938 F: hw/ppc/prep_systemio.c
939 F: hw/ppc/rs6000_mc.c
940 F: hw/pci-host/prep.[hc]
941 F: hw/isa/i82378.c
942 F: hw/isa/pc87312.c
943 F: hw/dma/i82374.c
944 F: hw/timer/m48t59-isa.c
945 F: include/hw/isa/pc87312.h
946 F: include/hw/timer/m48t59.h
947 F: pc-bios/ppc_rom.bin
948
949 sPAPR
950 M: David Gibson <david@gibson.dropbear.id.au>
951 L: qemu-ppc@nongnu.org
952 S: Supported
953 F: hw/*/spapr*
954 F: include/hw/*/spapr*
955 F: hw/*/xics*
956 F: include/hw/*/xics*
957 F: pc-bios/spapr-rtas/*
958 F: pc-bios/spapr-rtas.bin
959 F: pc-bios/slof.bin
960 F: pc-bios/skiboot.lid
961 F: docs/specs/ppc-spapr-hcalls.txt
962 F: docs/specs/ppc-spapr-hotplug.txt
963 F: tests/spapr*
964 F: tests/libqos/*spapr*
965 F: tests/rtas*
966 F: tests/libqos/rtas*
967
968 virtex_ml507
969 M: Edgar E. Iglesias <edgar.iglesias@gmail.com>
970 L: qemu-ppc@nongnu.org
971 S: Odd Fixes
972 F: hw/ppc/virtex_ml507.c
973
974 sam460ex
975 M: BALATON Zoltan <balaton@eik.bme.hu>
976 L: qemu-ppc@nongnu.org
977 S: Maintained
978 F: hw/ide/sii3112.c
979 F: hw/timer/m41t80.c
980
981 SH4 Machines
982 ------------
983 R2D
984 M: Magnus Damm <magnus.damm@gmail.com>
985 S: Maintained
986 F: hw/sh4/r2d.c
987 F: hw/intc/sh_intc.c
988 F: hw/timer/sh_timer.c
989
990 Shix
991 M: Magnus Damm <magnus.damm@gmail.com>
992 S: Odd Fixes
993 F: hw/sh4/shix.c
994
995 SPARC Machines
996 --------------
997 Sun4m
998 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
999 S: Maintained
1000 F: hw/sparc/sun4m.c
1001 F: hw/sparc/sun4m_iommu.c
1002 F: hw/dma/sparc32_dma.c
1003 F: hw/misc/eccmemctl.c
1004 F: hw/misc/slavio_misc.c
1005 F: include/hw/sparc/sparc32_dma.h
1006 F: pc-bios/openbios-sparc32
1007
1008 Sun4u
1009 M: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
1010 S: Maintained
1011 F: hw/sparc64/sun4u.c
1012 F: pc-bios/openbios-sparc64
1013
1014 Sun4v
1015 M: Artyom Tarasenko <atar4qemu@gmail.com>
1016 S: Maintained
1017 F: hw/sparc64/niagara.c
1018 F: hw/timer/sun4v-rtc.c
1019 F: include/hw/timer/sun4v-rtc.h
1020
1021 Leon3
1022 M: Fabien Chouteau <chouteau@adacore.com>
1023 S: Maintained
1024 F: hw/sparc/leon3.c
1025 F: hw/*/grlib*
1026 F: include/hw/sparc/grlib.h
1027
1028 S390 Machines
1029 -------------
1030 S390 Virtio-ccw
1031 M: Cornelia Huck <cohuck@redhat.com>
1032 M: Christian Borntraeger <borntraeger@de.ibm.com>
1033 S: Supported
1034 F: hw/char/sclp*.[hc]
1035 F: hw/char/terminal3270.c
1036 F: hw/s390x/
1037 F: include/hw/s390x/
1038 F: hw/watchdog/wdt_diag288.c
1039 F: include/hw/watchdog/wdt_diag288.h
1040 F: default-configs/s390x-softmmu.mak
1041 T: git https://github.com/cohuck/qemu.git s390-next
1042 T: git https://github.com/borntraeger/qemu.git s390-next
1043 L: qemu-s390x@nongnu.org
1044
1045 S390-ccw boot
1046 M: Christian Borntraeger <borntraeger@de.ibm.com>
1047 M: Thomas Huth <thuth@redhat.com>
1048 S: Supported
1049 F: hw/s390x/ipl.*
1050 F: pc-bios/s390-ccw/
1051 F: pc-bios/s390-ccw.img
1052 T: git https://github.com/borntraeger/qemu.git s390-next
1053 L: qemu-s390x@nongnu.org
1054
1055 S390 PCI
1056 M: Collin Walling <walling@linux.ibm.com>
1057 S: Supported
1058 F: hw/s390x/s390-pci*
1059 L: qemu-s390x@nongnu.org
1060
1061 UniCore32 Machines
1062 -------------
1063 PKUnity-3 SoC initramfs-with-busybox
1064 M: Guan Xuetao <gxt@mprc.pku.edu.cn>
1065 S: Maintained
1066 F: hw/*/puv3*
1067 F: hw/unicore32/
1068
1069 X86 Machines
1070 ------------
1071 PC
1072 M: Michael S. Tsirkin <mst@redhat.com>
1073 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1074 S: Supported
1075 F: include/hw/i386/
1076 F: hw/i386/
1077 F: hw/pci-host/piix.c
1078 F: hw/pci-host/q35.c
1079 F: hw/pci-host/pam.c
1080 F: include/hw/pci-host/q35.h
1081 F: include/hw/pci-host/pam.h
1082 F: hw/isa/piix4.c
1083 F: hw/isa/lpc_ich9.c
1084 F: hw/i2c/smbus_ich9.c
1085 F: hw/acpi/piix4.c
1086 F: hw/acpi/ich9.c
1087 F: include/hw/acpi/ich9.h
1088 F: include/hw/acpi/piix4.h
1089 F: hw/misc/sga.c
1090
1091 PC Chipset
1092 M: Michael S. Tsirkin <mst@redhat.com>
1093 M: Paolo Bonzini <pbonzini@redhat.com>
1094 S: Supported
1095 F: hw/char/debugcon.c
1096 F: hw/char/parallel*
1097 F: hw/char/serial*
1098 F: hw/dma/i8257*
1099 F: hw/i2c/pm_smbus.c
1100 F: hw/input/pckbd.c
1101 F: hw/intc/apic*
1102 F: hw/intc/ioapic*
1103 F: hw/intc/i8259*
1104 F: hw/isa/isa-superio.c
1105 F: hw/misc/debugexit.c
1106 F: hw/misc/pc-testdev.c
1107 F: hw/timer/hpet*
1108 F: hw/timer/i8254*
1109 F: hw/timer/mc146818rtc*
1110 F: hw/watchdog/wdt_ib700.c
1111 F: include/hw/display/vga.h
1112 F: include/hw/char/parallel.h
1113 F: include/hw/dma/i8257.h
1114 F: include/hw/i2c/pm_smbus.h
1115 F: include/hw/input/i8042.h
1116 F: include/hw/isa/superio.h
1117 F: include/hw/timer/hpet.h
1118 F: include/hw/timer/i8254*
1119 F: include/hw/timer/mc146818rtc*
1120
1121 Machine core
1122 M: Eduardo Habkost <ehabkost@redhat.com>
1123 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1124 S: Supported
1125 F: hw/core/machine.c
1126 F: hw/core/null-machine.c
1127 F: include/hw/boards.h
1128 T: git https://github.com/ehabkost/qemu.git machine-next
1129
1130 Xtensa Machines
1131 ---------------
1132 sim
1133 M: Max Filippov <jcmvbkbc@gmail.com>
1134 S: Maintained
1135 F: hw/xtensa/sim.c
1136
1137 XTFPGA (LX60, LX200, ML605, KC705)
1138 M: Max Filippov <jcmvbkbc@gmail.com>
1139 S: Maintained
1140 F: hw/xtensa/xtfpga.c
1141 F: hw/net/opencores_eth.c
1142
1143 Devices
1144 -------
1145 EDU
1146 M: Jiri Slaby <jslaby@suse.cz>
1147 S: Maintained
1148 F: hw/misc/edu.c
1149
1150 IDE
1151 M: John Snow <jsnow@redhat.com>
1152 L: qemu-block@nongnu.org
1153 S: Supported
1154 F: include/hw/ide.h
1155 F: include/hw/ide/
1156 F: hw/ide/
1157 F: hw/block/block.c
1158 F: hw/block/cdrom.c
1159 F: hw/block/hd-geometry.c
1160 F: tests/ide-test.c
1161 F: tests/ahci-test.c
1162 F: tests/cdrom-test.c
1163 F: tests/libqos/ahci*
1164 T: git https://github.com/jnsnow/qemu.git ide
1165
1166 IPMI
1167 M: Corey Minyard <minyard@acm.org>
1168 S: Maintained
1169 F: include/hw/ipmi/*
1170 F: hw/ipmi/*
1171 F: hw/smbios/smbios_type_38.c
1172 F: tests/ipmi*
1173 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1174
1175 Floppy
1176 M: John Snow <jsnow@redhat.com>
1177 L: qemu-block@nongnu.org
1178 S: Supported
1179 F: hw/block/fdc.c
1180 F: include/hw/block/fdc.h
1181 F: tests/fdc-test.c
1182 T: git https://github.com/jnsnow/qemu.git ide
1183
1184 OMAP
1185 M: Peter Maydell <peter.maydell@linaro.org>
1186 S: Maintained
1187 F: hw/*/omap*
1188 F: include/hw/arm/omap.h
1189
1190 IPack
1191 M: Alberto Garcia <berto@igalia.com>
1192 S: Odd Fixes
1193 F: hw/char/ipoctal232.c
1194 F: hw/ipack/
1195
1196 PCI
1197 M: Michael S. Tsirkin <mst@redhat.com>
1198 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
1199 S: Supported
1200 F: include/hw/pci/*
1201 F: hw/misc/pci-testdev.c
1202 F: hw/pci/*
1203 F: hw/pci-bridge/*
1204 F: docs/pci*
1205 F: docs/specs/*pci*
1206 F: default-configs/pci.mak
1207
1208 ACPI/SMBIOS
1209 M: Michael S. Tsirkin <mst@redhat.com>
1210 M: Igor Mammedov <imammedo@redhat.com>
1211 S: Supported
1212 F: include/hw/acpi/*
1213 F: include/hw/smbios/*
1214 F: hw/mem/*
1215 F: hw/acpi/*
1216 F: hw/smbios/*
1217 F: hw/i386/acpi-build.[hc]
1218 F: hw/arm/virt-acpi-build.c
1219 F: tests/bios-tables-test.c
1220 F: tests/acpi-utils.[hc]
1221 F: tests/acpi-test-data/*
1222 F: tests/acpi-test-data/*/*
1223
1224 ppc4xx
1225 M: David Gibson <david@gibson.dropbear.id.au>
1226 L: qemu-ppc@nongnu.org
1227 S: Odd Fixes
1228 F: hw/ppc/ppc4*.c
1229 F: hw/i2c/ppc4xx_i2c.c
1230 F: include/hw/ppc/ppc4xx.h
1231 F: include/hw/i2c/ppc4xx_i2c.h
1232
1233 ppce500
1234 M: David Gibson <david@gibson.dropbear.id.au>
1235 L: qemu-ppc@nongnu.org
1236 S: Odd Fixes
1237 F: hw/ppc/e500*
1238 F: hw/pci-host/ppce500.c
1239 F: hw/net/fsl_etsec/
1240
1241 Character devices
1242 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1243 R: Paolo Bonzini <pbonzini@redhat.com>
1244 S: Odd Fixes
1245 F: hw/char/
1246
1247 Network devices
1248 M: Jason Wang <jasowang@redhat.com>
1249 S: Odd Fixes
1250 F: hw/net/
1251 F: include/hw/net/
1252 F: tests/virtio-net-test.c
1253 T: git https://github.com/jasowang/qemu.git net
1254
1255 SCSI
1256 M: Paolo Bonzini <pbonzini@redhat.com>
1257 R: Fam Zheng <famz@redhat.com>
1258 S: Supported
1259 F: include/hw/scsi/*
1260 F: hw/scsi/*
1261 F: tests/virtio-scsi-test.c
1262 T: git https://github.com/bonzini/qemu.git scsi-next
1263
1264 SSI
1265 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1266 M: Alistair Francis <alistair@alistair23.me>
1267 S: Maintained
1268 F: hw/ssi/*
1269 F: hw/block/m25p80.c
1270 F: include/hw/ssi/ssi.h
1271 X: hw/ssi/xilinx_*
1272 F: tests/m25p80-test.c
1273
1274 Xilinx SPI
1275 M: Alistair Francis <alistair@alistair23.me>
1276 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1277 S: Maintained
1278 F: hw/ssi/xilinx_*
1279
1280 SD (Secure Card)
1281 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
1282 S: Odd Fixes
1283 F: include/hw/sd/sd*
1284 F: hw/sd/core.c
1285 F: hw/sd/sd*
1286 F: tests/sd*
1287
1288 USB
1289 M: Gerd Hoffmann <kraxel@redhat.com>
1290 S: Maintained
1291 F: hw/usb/*
1292 F: tests/usb-*-test.c
1293 F: docs/usb2.txt
1294 F: docs/usb-storage.txt
1295 F: include/hw/usb.h
1296 F: include/hw/usb/
1297 F: default-configs/usb.mak
1298
1299 USB (serial adapter)
1300 M: Gerd Hoffmann <kraxel@redhat.com>
1301 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1302 S: Maintained
1303 F: hw/usb/dev-serial.c
1304
1305 VFIO
1306 M: Alex Williamson <alex.williamson@redhat.com>
1307 S: Supported
1308 F: hw/vfio/*
1309 F: include/hw/vfio/
1310
1311 vfio-ccw
1312 M: Cornelia Huck <cohuck@redhat.com>
1313 M: Eric Farman <farman@linux.ibm.com>
1314 M: Farhan Ali <alifm@linux.ibm.com>
1315 S: Supported
1316 F: hw/vfio/ccw.c
1317 F: hw/s390x/s390-ccw.c
1318 F: include/hw/s390x/s390-ccw.h
1319 T: git https://github.com/cohuck/qemu.git s390-next
1320 L: qemu-s390x@nongnu.org
1321
1322 vfio-ap
1323 M: Christian Borntraeger <borntraeger@de.ibm.com>
1324 M: Tony Krowiak <akrowiak@linux.ibm.com>
1325 M: Halil Pasic <pasic@linux.ibm.com>
1326 M: Pierre Morel <pmorel@linux.ibm.com>
1327 S: Supported
1328 F: hw/s390x/ap-device.c
1329 F: hw/s390x/ap-bridge.c
1330 F: include/hw/s390x/ap-device.h
1331 F: include/hw/s390x/ap-bridge.h
1332 F: hw/vfio/ap.c
1333 F: docs/vfio-ap.txt
1334 L: qemu-s390x@nongnu.org
1335
1336 vhost
1337 M: Michael S. Tsirkin <mst@redhat.com>
1338 S: Supported
1339 F: hw/*/*vhost*
1340 F: docs/interop/vhost-user.txt
1341
1342 virtio
1343 M: Michael S. Tsirkin <mst@redhat.com>
1344 S: Supported
1345 F: hw/*/virtio*
1346 F: hw/virtio/Makefile.objs
1347 F: hw/virtio/trace-events
1348 F: net/vhost-user.c
1349 F: include/hw/virtio/
1350 F: tests/virtio-balloon-test.c
1351
1352 virtio-9p
1353 M: Greg Kurz <groug@kaod.org>
1354 S: Supported
1355 F: hw/9pfs/
1356 F: fsdev/
1357 F: tests/virtio-9p-test.c
1358 T: git https://github.com/gkurz/qemu.git 9p-next
1359
1360 virtio-blk
1361 M: Stefan Hajnoczi <stefanha@redhat.com>
1362 L: qemu-block@nongnu.org
1363 S: Supported
1364 F: hw/block/virtio-blk.c
1365 F: hw/block/dataplane/*
1366 F: tests/virtio-blk-test.c
1367 T: git https://github.com/stefanha/qemu.git block
1368
1369 virtio-ccw
1370 M: Cornelia Huck <cohuck@redhat.com>
1371 M: Halil Pasic <pasic@linux.ibm.com>
1372 S: Supported
1373 F: hw/s390x/virtio-ccw*.[hc]
1374 F: hw/s390x/vhost-vsock-ccw.c
1375 T: git https://github.com/cohuck/qemu.git s390-next
1376 T: git https://github.com/borntraeger/qemu.git s390-next
1377 L: qemu-s390x@nongnu.org
1378
1379 virtio-input
1380 M: Gerd Hoffmann <kraxel@redhat.com>
1381 S: Maintained
1382 F: hw/input/virtio-input*.c
1383 F: include/hw/virtio/virtio-input.h
1384
1385 virtio-serial
1386 M: Amit Shah <amit@kernel.org>
1387 S: Supported
1388 F: hw/char/virtio-serial-bus.c
1389 F: hw/char/virtio-console.c
1390 F: include/hw/virtio/virtio-serial.h
1391 F: tests/virtio-console-test.c
1392 F: tests/virtio-serial-test.c
1393
1394 virtio-rng
1395 M: Amit Shah <amit@kernel.org>
1396 S: Supported
1397 F: hw/virtio/virtio-rng.c
1398 F: include/hw/virtio/virtio-rng.h
1399 F: include/sysemu/rng*.h
1400 F: backends/rng*.c
1401 F: tests/virtio-rng-test.c
1402
1403 virtio-crypto
1404 M: Gonglei <arei.gonglei@huawei.com>
1405 S: Supported
1406 F: hw/virtio/virtio-crypto.c
1407 F: hw/virtio/virtio-crypto-pci.c
1408 F: include/hw/virtio/virtio-crypto.h
1409
1410 nvme
1411 M: Keith Busch <keith.busch@intel.com>
1412 L: qemu-block@nongnu.org
1413 S: Supported
1414 F: hw/block/nvme*
1415 F: tests/nvme-test.c
1416
1417 megasas
1418 M: Hannes Reinecke <hare@suse.com>
1419 L: qemu-block@nongnu.org
1420 S: Supported
1421 F: hw/scsi/megasas.c
1422 F: hw/scsi/mfi.h
1423 F: tests/megasas-test.c
1424
1425 Network packet abstractions
1426 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1427 S: Maintained
1428 F: include/net/eth.h
1429 F: net/eth.c
1430 F: hw/net/net_rx_pkt*
1431 F: hw/net/net_tx_pkt*
1432
1433 Vmware
1434 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1435 S: Maintained
1436 F: hw/net/vmxnet*
1437 F: hw/scsi/vmw_pvscsi*
1438 F: tests/vmxnet3-test.c
1439
1440 Rocker
1441 M: Jiri Pirko <jiri@resnulli.us>
1442 S: Maintained
1443 F: hw/net/rocker/
1444 F: tests/rocker/
1445 F: docs/specs/rocker.txt
1446
1447 NVDIMM
1448 M: Xiao Guangrong <xiaoguangrong.eric@gmail.com>
1449 S: Maintained
1450 F: hw/acpi/nvdimm.c
1451 F: hw/mem/nvdimm.c
1452 F: include/hw/mem/nvdimm.h
1453
1454 e1000x
1455 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1456 S: Maintained
1457 F: hw/net/e1000x*
1458
1459 e1000e
1460 M: Dmitry Fleytman <dmitry.fleytman@gmail.com>
1461 S: Maintained
1462 F: hw/net/e1000e*
1463
1464 eepro100
1465 M: Stefan Weil <sw@weilnetz.de>
1466 S: Maintained
1467 F: hw/net/eepro100.c
1468
1469 Generic Loader
1470 M: Alistair Francis <alistair@alistair23.me>
1471 S: Maintained
1472 F: hw/core/generic-loader.c
1473 F: include/hw/core/generic-loader.h
1474 F: docs/generic-loader.txt
1475
1476 Intel Hexadecimal Object File Loader
1477 M: Su Hang <suhang16@mails.ucas.ac.cn>
1478 S: Maintained
1479 F: tests/hexloader-test.c
1480 F: tests/data/hex-loader/test.hex
1481
1482 CHRP NVRAM
1483 M: Thomas Huth <thuth@redhat.com>
1484 S: Maintained
1485 F: hw/nvram/chrp_nvram.c
1486 F: include/hw/nvram/chrp_nvram.h
1487 F: tests/prom-env-test.c
1488
1489 VM Generation ID
1490 M: Ben Warren <ben@skyportsystems.com>
1491 S: Maintained
1492 F: hw/acpi/vmgenid.c
1493 F: include/hw/acpi/vmgenid.h
1494 F: docs/specs/vmgenid.txt
1495 F: tests/vmgenid-test.c
1496 F: stubs/vmgenid.c
1497
1498 Unimplemented device
1499 M: Peter Maydell <peter.maydell@linaro.org>
1500 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
1501 S: Maintained
1502 F: include/hw/misc/unimp.h
1503 F: hw/misc/unimp.c
1504
1505 Standard VGA
1506 M: Gerd Hoffmann <kraxel@redhat.com>
1507 S: Maintained
1508 F: hw/display/vga*
1509 F: hw/display/bochs-display.c
1510 F: include/hw/display/vga.h
1511 F: include/hw/display/bochs-vbe.h
1512
1513 ramfb
1514 M: Gerd Hoffmann <kraxel@redhat.com>
1515 S: Maintained
1516 F: hw/display/ramfb*.c
1517 F: include/hw/display/ramfb.h
1518
1519 virtio-gpu
1520 M: Gerd Hoffmann <kraxel@redhat.com>
1521 S: Maintained
1522 F: hw/display/virtio-gpu*
1523 F: hw/display/virtio-vga.c
1524 F: include/hw/virtio/virtio-gpu.h
1525
1526 Cirrus VGA
1527 M: Gerd Hoffmann <kraxel@redhat.com>
1528 S: Odd Fixes
1529 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
1530 F: hw/display/cirrus*
1531
1532 EDID Generator
1533 M: Gerd Hoffmann <kraxel@redhat.com>
1534 S: Maintained
1535 F: hw/display/edid*
1536 F: include/hw/display/edid.h
1537 F: qemu-edid.c
1538
1539 Subsystems
1540 ----------
1541 Audio
1542 M: Gerd Hoffmann <kraxel@redhat.com>
1543 S: Maintained
1544 F: audio/
1545 F: hw/audio/
1546 F: include/hw/audio/
1547 F: tests/ac97-test.c
1548 F: tests/es1370-test.c
1549 F: tests/intel-hda-test.c
1550
1551 Block layer core
1552 M: Kevin Wolf <kwolf@redhat.com>
1553 M: Max Reitz <mreitz@redhat.com>
1554 L: qemu-block@nongnu.org
1555 S: Supported
1556 F: block*
1557 F: block/
1558 F: hw/block/
1559 F: include/block/
1560 F: qemu-img*
1561 F: qemu-io*
1562 F: tests/qemu-iotests/
1563 F: util/qemu-progress.c
1564 F: qobject/block-qdict.c
1565 F: tests/check-block-qdict.c
1566 T: git https://repo.or.cz/qemu/kevin.git block
1567
1568 Block I/O path
1569 M: Stefan Hajnoczi <stefanha@redhat.com>
1570 M: Fam Zheng <famz@redhat.com>
1571 L: qemu-block@nongnu.org
1572 S: Supported
1573 F: util/async.c
1574 F: util/aio-*.c
1575 F: block/io.c
1576 F: migration/block*
1577 F: include/block/aio.h
1578 F: include/block/aio-wait.h
1579 F: scripts/qemugdb/aio.py
1580 T: git https://github.com/stefanha/qemu.git block
1581
1582 Block SCSI subsystem
1583 M: Paolo Bonzini <pbonzini@redhat.com>
1584 R: Fam Zheng <famz@redhat.com>
1585 L: qemu-block@nongnu.org
1586 S: Supported
1587 F: include/scsi/*
1588 F: scsi/*
1589
1590 Block Jobs
1591 M: Jeff Cody <jcody@redhat.com>
1592 L: qemu-block@nongnu.org
1593 S: Supported
1594 F: blockjob.c
1595 F: include/block/blockjob.h
1596 F: job.c
1597 F: job-qmp.c
1598 F: include/qemu/job.h
1599 F: block/backup.c
1600 F: block/commit.c
1601 F: block/stream.c
1602 F: block/mirror.c
1603 F: qapi/job.json
1604 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
1605
1606 Block QAPI, monitor, command line
1607 M: Markus Armbruster <armbru@redhat.com>
1608 S: Supported
1609 F: blockdev.c
1610 F: block/qapi.c
1611 F: qapi/block*.json
1612 F: qapi/transaction.json
1613 T: git https://repo.or.cz/qemu/armbru.git block-next
1614
1615 Dirty Bitmaps
1616 M: Fam Zheng <famz@redhat.com>
1617 M: John Snow <jsnow@redhat.com>
1618 L: qemu-block@nongnu.org
1619 S: Supported
1620 F: util/hbitmap.c
1621 F: block/dirty-bitmap.c
1622 F: include/qemu/hbitmap.h
1623 F: include/block/dirty-bitmap.h
1624 F: tests/test-hbitmap.c
1625 F: docs/interop/bitmaps.rst
1626 T: git https://github.com/famz/qemu.git bitmaps
1627 T: git https://github.com/jnsnow/qemu.git bitmaps
1628
1629 Character device backends
1630 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1631 R: Paolo Bonzini <pbonzini@redhat.com>
1632 S: Maintained
1633 F: chardev/
1634 F: include/chardev/
1635 F: qapi/char.json
1636
1637 Character Devices (Braille)
1638 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1639 S: Maintained
1640 F: chardev/baum.c
1641
1642 Command line option argument parsing
1643 M: Markus Armbruster <armbru@redhat.com>
1644 S: Supported
1645 F: include/qemu/option.h
1646 F: tests/test-keyval.c
1647 F: tests/test-qemu-opts.c
1648 F: util/keyval.c
1649 F: util/qemu-option.c
1650
1651 Coverity model
1652 M: Markus Armbruster <armbru@redhat.com>
1653 S: Supported
1654 F: scripts/coverity-model.c
1655
1656 CPU
1657 L: qemu-devel@nongnu.org
1658 S: Supported
1659 F: qom/cpu.c
1660 F: include/qom/cpu.h
1661
1662 Device Tree
1663 M: Peter Crosthwaite <crosthwaite.peter@gmail.com>
1664 M: Alexander Graf <agraf@suse.de>
1665 S: Maintained
1666 F: device_tree.c
1667 F: include/sysemu/device_tree.h
1668
1669 Dump
1670 S: Supported
1671 M: Marc-André Lureau <marcandre.lureau@redhat.com>
1672 F: dump.c
1673 F: hw/misc/vmcoreinfo.c
1674 F: include/hw/misc/vmcoreinfo.h
1675 F: include/sysemu/dump-arch.h
1676 F: include/sysemu/dump.h
1677 F: scripts/dump-guest-memory.py
1678 F: stubs/dump.c
1679
1680 Error reporting
1681 M: Markus Armbruster <armbru@redhat.com>
1682 S: Supported
1683 F: include/qapi/error.h
1684 F: include/qemu/error-report.h
1685 F: util/error.c
1686 F: util/qemu-error.c
1687
1688 GDB stub
1689 L: qemu-devel@nongnu.org
1690 S: Odd Fixes
1691 F: gdbstub*
1692 F: gdb-xml/
1693
1694 Memory API
1695 M: Paolo Bonzini <pbonzini@redhat.com>
1696 S: Supported
1697 F: include/exec/ioport.h
1698 F: ioport.c
1699 F: include/exec/memory.h
1700 F: include/exec/ram_addr.h
1701 F: memory.c
1702 F: include/exec/memory-internal.h
1703 F: exec.c
1704
1705 SPICE
1706 M: Gerd Hoffmann <kraxel@redhat.com>
1707 S: Supported
1708 F: include/ui/qemu-spice.h
1709 F: include/ui/spice-display.h
1710 F: ui/spice-*.c
1711 F: audio/spiceaudio.c
1712 F: hw/display/qxl*
1713 F: qapi/ui.json
1714
1715 Graphics
1716 M: Gerd Hoffmann <kraxel@redhat.com>
1717 S: Odd Fixes
1718 F: ui/
1719 F: include/ui/
1720 F: qapi/ui.json
1721 F: util/drm.c
1722
1723 Cocoa graphics
1724 M: Peter Maydell <peter.maydell@linaro.org>
1725 S: Odd Fixes
1726 F: ui/cocoa.m
1727
1728 Main loop
1729 M: Paolo Bonzini <pbonzini@redhat.com>
1730 S: Maintained
1731 F: cpus.c
1732 F: util/main-loop.c
1733 F: util/qemu-timer.c
1734 F: vl.c
1735 F: qapi/run-state.json
1736
1737 Human Monitor (HMP)
1738 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1739 S: Maintained
1740 F: monitor.c
1741 F: hmp.[ch]
1742 F: hmp-commands*.hx
1743 F: include/monitor/hmp-target.h
1744 F: tests/test-hmp.c
1745
1746 Network device backends
1747 M: Jason Wang <jasowang@redhat.com>
1748 S: Maintained
1749 F: net/
1750 F: include/net/
1751 T: git https://github.com/jasowang/qemu.git net
1752 F: qapi/net.json
1753
1754 Netmap network backend
1755 M: Luigi Rizzo <rizzo@iet.unipi.it>
1756 M: Giuseppe Lettieri <g.lettieri@iet.unipi.it>
1757 M: Vincenzo Maffione <v.maffione@gmail.com>
1758 W: http://info.iet.unipi.it/~luigi/netmap/
1759 S: Maintained
1760 F: net/netmap.c
1761
1762 NUMA
1763 M: Eduardo Habkost <ehabkost@redhat.com>
1764 S: Maintained
1765 F: numa.c
1766 F: include/sysemu/numa.h
1767 T: git https://github.com/ehabkost/qemu.git machine-next
1768
1769 Host Memory Backends
1770 M: Eduardo Habkost <ehabkost@redhat.com>
1771 M: Igor Mammedov <imammedo@redhat.com>
1772 S: Maintained
1773 F: backends/hostmem*.c
1774 F: include/sysemu/hostmem.h
1775 T: git https://github.com/ehabkost/qemu.git machine-next
1776
1777 Cryptodev Backends
1778 M: Gonglei <arei.gonglei@huawei.com>
1779 S: Maintained
1780 F: include/sysemu/cryptodev*.h
1781 F: backends/cryptodev*.c
1782
1783 Python scripts
1784 M: Eduardo Habkost <ehabkost@redhat.com>
1785 M: Cleber Rosa <crosa@redhat.com>
1786 S: Odd fixes
1787 F: scripts/qmp/*
1788 F: scripts/*.py
1789 F: tests/*.py
1790
1791 QAPI
1792 M: Markus Armbruster <armbru@redhat.com>
1793 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1794 S: Supported
1795 F: qapi/
1796 X: qapi/*.json
1797 F: include/qapi/
1798 X: include/qapi/qmp/
1799 F: include/qapi/qmp/dispatch.h
1800 F: tests/qapi-schema/
1801 F: tests/test-*-visitor.c
1802 F: tests/test-qapi-*.c
1803 F: tests/test-qmp-*.c
1804 F: tests/test-visitor-serialization.c
1805 F: scripts/qapi-gen.py
1806 F: scripts/qapi/*
1807 F: docs/devel/qapi*
1808 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1809
1810 QAPI Schema
1811 M: Eric Blake <eblake@redhat.com>
1812 M: Markus Armbruster <armbru@redhat.com>
1813 S: Supported
1814 F: qapi/*.json
1815 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1816
1817 QObject
1818 M: Markus Armbruster <armbru@redhat.com>
1819 S: Supported
1820 F: qobject/
1821 F: include/qapi/qmp/
1822 X: include/qapi/qmp/dispatch.h
1823 F: scripts/coccinelle/qobject.cocci
1824 F: tests/check-qdict.c
1825 F: tests/check-qnum.c
1826 F: tests/check-qjson.c
1827 F: tests/check-qlist.c
1828 F: tests/check-qstring.c
1829 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1830
1831 QEMU Guest Agent
1832 M: Michael Roth <mdroth@linux.vnet.ibm.com>
1833 S: Maintained
1834 F: qga/
1835 F: qemu-ga.texi
1836 F: scripts/qemu-guest-agent/
1837 F: tests/test-qga.c
1838 F: docs/interop/qemu-ga-ref.texi
1839 T: git https://github.com/mdroth/qemu.git qga
1840
1841 QOM
1842 M: Andreas Färber <afaerber@suse.de>
1843 S: Supported
1844 T: git https://github.com/afaerber/qemu-cpu.git qom-next
1845 F: include/qom/
1846 X: include/qom/cpu.h
1847 F: qom/
1848 X: qom/cpu.c
1849 F: tests/check-qom-interface.c
1850 F: tests/check-qom-proplist.c
1851
1852 QMP
1853 M: Markus Armbruster <armbru@redhat.com>
1854 S: Supported
1855 F: qmp.c
1856 F: monitor.c
1857 F: docs/devel/*qmp-*
1858 F: scripts/qmp/
1859 F: tests/qmp-test.c
1860 F: tests/qmp-cmd-test.c
1861 T: git https://repo.or.cz/qemu/armbru.git qapi-next
1862
1863 qtest
1864 M: Thomas Huth <thuth@redhat.com>
1865 M: Laurent Vivier <lvivier@redhat.com>
1866 R: Paolo Bonzini <pbonzini@redhat.com>
1867 S: Maintained
1868 F: qtest.c
1869 F: tests/libqtest.*
1870 F: tests/libqos/
1871 F: tests/*-test.c
1872
1873 Register API
1874 M: Alistair Francis <alistair@alistair23.me>
1875 S: Maintained
1876 F: hw/core/register.c
1877 F: include/hw/register.h
1878 F: include/hw/registerfields.h
1879
1880 SLIRP
1881 M: Samuel Thibault <samuel.thibault@ens-lyon.org>
1882 M: Jan Kiszka <jan.kiszka@siemens.com>
1883 S: Maintained
1884 F: slirp/
1885 F: net/slirp.c
1886 F: include/net/slirp.h
1887 T: git https://people.debian.org/~sthibault/qemu.git slirp
1888 T: git git://git.kiszka.org/qemu.git queues/slirp
1889
1890 Stubs
1891 M: Paolo Bonzini <pbonzini@redhat.com>
1892 S: Maintained
1893 F: stubs/
1894
1895 Tracing
1896 M: Stefan Hajnoczi <stefanha@redhat.com>
1897 S: Maintained
1898 F: trace/
1899 F: trace-events
1900 F: qemu-option-trace.texi
1901 F: scripts/tracetool.py
1902 F: scripts/tracetool/
1903 F: docs/devel/tracing.txt
1904 T: git https://github.com/stefanha/qemu.git tracing
1905
1906 TPM
1907 M: Stefan Berger <stefanb@linux.ibm.com>
1908 S: Maintained
1909 F: tpm.c
1910 F: stubs/tpm.c
1911 F: hw/tpm/*
1912 F: include/hw/acpi/tpm.h
1913 F: include/sysemu/tpm*
1914 F: qapi/tpm.json
1915 F: backends/tpm.c
1916 F: tests/*tpm*
1917 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
1918
1919 Checkpatch
1920 S: Odd Fixes
1921 F: scripts/checkpatch.pl
1922
1923 Migration
1924 M: Juan Quintela <quintela@redhat.com>
1925 M: Dr. David Alan Gilbert <dgilbert@redhat.com>
1926 S: Maintained
1927 F: include/migration/
1928 F: migration/
1929 F: scripts/vmstate-static-checker.py
1930 F: tests/vmstate-static-checker-data/
1931 F: tests/migration-test.c
1932 F: docs/devel/migration.rst
1933 F: qapi/migration.json
1934
1935 Seccomp
1936 M: Eduardo Otubo <otubo@redhat.com>
1937 S: Supported
1938 F: qemu-seccomp.c
1939 F: include/sysemu/seccomp.h
1940
1941 Cryptography
1942 M: Daniel P. Berrange <berrange@redhat.com>
1943 S: Maintained
1944 F: crypto/
1945 F: include/crypto/
1946 F: tests/test-crypto-*
1947 F: tests/benchmark-crypto-*
1948 F: qemu.sasl
1949
1950 Coroutines
1951 M: Stefan Hajnoczi <stefanha@redhat.com>
1952 M: Kevin Wolf <kwolf@redhat.com>
1953 F: util/*coroutine*
1954 F: include/qemu/coroutine*
1955 F: tests/test-coroutine.c
1956
1957 Buffers
1958 M: Daniel P. Berrange <berrange@redhat.com>
1959 S: Odd fixes
1960 F: util/buffer.c
1961 F: include/qemu/buffer.h
1962
1963 I/O Channels
1964 M: Daniel P. Berrange <berrange@redhat.com>
1965 S: Maintained
1966 F: io/
1967 F: include/io/
1968 F: tests/test-io-*
1969
1970 Sockets
1971 M: Daniel P. Berrange <berrange@redhat.com>
1972 M: Gerd Hoffmann <kraxel@redhat.com>
1973 S: Maintained
1974 F: include/qemu/sockets.h
1975 F: util/qemu-sockets.c
1976 F: qapi/sockets.json
1977
1978 Throttling infrastructure
1979 M: Alberto Garcia <berto@igalia.com>
1980 S: Supported
1981 F: block/throttle-groups.c
1982 F: include/block/throttle-groups.h
1983 F: include/qemu/throttle*.h
1984 F: util/throttle.c
1985 F: docs/throttle.txt
1986 F: tests/test-throttle.c
1987 L: qemu-block@nongnu.org
1988
1989 UUID
1990 M: Fam Zheng <famz@redhat.com>
1991 S: Supported
1992 F: util/uuid.c
1993 F: include/qemu/uuid.h
1994 F: tests/test-uuid.c
1995
1996 COLO Framework
1997 M: zhanghailiang <zhang.zhanghailiang@huawei.com>
1998 S: Maintained
1999 F: migration/colo*
2000 F: include/migration/colo.h
2001 F: include/migration/failover.h
2002 F: docs/COLO-FT.txt
2003
2004 COLO Proxy
2005 M: Zhang Chen <zhangckid@gmail.com>
2006 M: Li Zhijian <lizhijian@cn.fujitsu.com>
2007 S: Supported
2008 F: docs/colo-proxy.txt
2009 F: net/colo*
2010 F: net/filter-rewriter.c
2011 F: net/filter-mirror.c
2012
2013 Record/replay
2014 M: Pavel Dovgalyuk <pavel.dovgaluk@ispras.ru>
2015 R: Paolo Bonzini <pbonzini@redhat.com>
2016 W: https://wiki.qemu.org/Features/record-replay
2017 S: Supported
2018 F: replay/*
2019 F: block/blkreplay.c
2020 F: net/filter-replay.c
2021 F: include/sysemu/replay.h
2022 F: docs/replay.txt
2023 F: stubs/replay.c
2024
2025 IOVA Tree
2026 M: Peter Xu <peterx@redhat.com>
2027 S: Maintained
2028 F: include/qemu/iova-tree.h
2029 F: util/iova-tree.c
2030
2031 elf2dmp
2032 M: Viktor Prutyanov <viktor.prutyanov@phystech.edu>
2033 S: Maintained
2034 F: contrib/elf2dmp/
2035
2036 Usermode Emulation
2037 ------------------
2038 Overall
2039 M: Riku Voipio <riku.voipio@iki.fi>
2040 S: Maintained
2041 F: thunk.c
2042 F: accel/tcg/user-exec*.c
2043
2044 BSD user
2045 S: Orphan
2046 F: bsd-user/
2047 F: default-configs/*-bsd-user.mak
2048
2049 Linux user
2050 M: Riku Voipio <riku.voipio@iki.fi>
2051 R: Laurent Vivier <laurent@vivier.eu>
2052 S: Maintained
2053 F: linux-user/
2054 F: default-configs/*-linux-user.mak
2055 F: scripts/qemu-binfmt-conf.sh
2056
2057 Tiny Code Generator (TCG)
2058 -------------------------
2059 Common code
2060 M: Richard Henderson <rth@twiddle.net>
2061 S: Maintained
2062 F: tcg/
2063
2064 AArch64 target
2065 M: Claudio Fontana <claudio.fontana@huawei.com>
2066 M: Claudio Fontana <claudio.fontana@gmail.com>
2067 S: Maintained
2068 L: qemu-arm@nongnu.org
2069 F: tcg/aarch64/
2070 F: disas/arm-a64.cc
2071 F: disas/libvixl/
2072
2073 ARM target
2074 M: Andrzej Zaborowski <balrogg@gmail.com>
2075 S: Maintained
2076 L: qemu-arm@nongnu.org
2077 F: tcg/arm/
2078 F: disas/arm.c
2079
2080 i386 target
2081 L: qemu-devel@nongnu.org
2082 S: Maintained
2083 F: tcg/i386/
2084 F: disas/i386.c
2085
2086 MIPS target
2087 M: Aurelien Jarno <aurelien@aurel32.net>
2088 R: Stefan Markovic <smarkovic@wavecomp.com>
2089 S: Maintained
2090 F: tcg/mips/
2091 F: disas/mips.c
2092
2093 PPC
2094 M: Richard Henderson <rth@twiddle.net>
2095 S: Odd Fixes
2096 F: tcg/ppc/
2097 F: disas/ppc.c
2098
2099 S390 target
2100 M: Richard Henderson <rth@twiddle.net>
2101 S: Maintained
2102 F: tcg/s390/
2103 F: disas/s390.c
2104 L: qemu-s390x@nongnu.org
2105
2106 SPARC target
2107 S: Odd Fixes
2108 F: tcg/sparc/
2109 F: disas/sparc.c
2110
2111 TCI target
2112 M: Stefan Weil <sw@weilnetz.de>
2113 S: Maintained
2114 F: tcg/tci/
2115 F: tcg/tci.c
2116 F: disas/tci.c
2117
2118 Block drivers
2119 -------------
2120 VMDK
2121 M: Fam Zheng <famz@redhat.com>
2122 L: qemu-block@nongnu.org
2123 S: Supported
2124 F: block/vmdk.c
2125
2126 RBD
2127 M: Josh Durgin <jdurgin@redhat.com>
2128 M: Jeff Cody <jcody@redhat.com>
2129 L: qemu-block@nongnu.org
2130 S: Supported
2131 F: block/rbd.c
2132 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2133
2134 Sheepdog
2135 M: Liu Yuan <namei.unix@gmail.com>
2136 M: Jeff Cody <jcody@redhat.com>
2137 L: qemu-block@nongnu.org
2138 S: Supported
2139 F: block/sheepdog.c
2140 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2141
2142 VHDX
2143 M: Jeff Cody <jcody@redhat.com>
2144 L: qemu-block@nongnu.org
2145 S: Supported
2146 F: block/vhdx*
2147 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2148
2149 VDI
2150 M: Stefan Weil <sw@weilnetz.de>
2151 L: qemu-block@nongnu.org
2152 S: Maintained
2153 F: block/vdi.c
2154
2155 iSCSI
2156 M: Ronnie Sahlberg <ronniesahlberg@gmail.com>
2157 M: Paolo Bonzini <pbonzini@redhat.com>
2158 M: Peter Lieven <pl@kamp.de>
2159 L: qemu-block@nongnu.org
2160 S: Odd Fixes
2161 F: block/iscsi.c
2162 F: block/iscsi-opts.c
2163
2164 Network Block Device (NBD)
2165 M: Eric Blake <eblake@redhat.com>
2166 L: qemu-block@nongnu.org
2167 S: Maintained
2168 F: block/nbd*
2169 F: nbd/
2170 F: include/block/nbd*
2171 F: qemu-nbd.*
2172 F: blockdev-nbd.c
2173 F: docs/interop/nbd.txt
2174 T: git https://repo.or.cz/qemu/ericb.git nbd
2175
2176 NFS
2177 M: Jeff Cody <jcody@redhat.com>
2178 M: Peter Lieven <pl@kamp.de>
2179 L: qemu-block@nongnu.org
2180 S: Maintained
2181 F: block/nfs.c
2182 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2183
2184 SSH
2185 M: Richard W.M. Jones <rjones@redhat.com>
2186 M: Jeff Cody <jcody@redhat.com>
2187 L: qemu-block@nongnu.org
2188 S: Supported
2189 F: block/ssh.c
2190 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2191
2192 CURL
2193 M: Jeff Cody <jcody@redhat.com>
2194 L: qemu-block@nongnu.org
2195 S: Supported
2196 F: block/curl.c
2197 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2198
2199 GLUSTER
2200 M: Jeff Cody <jcody@redhat.com>
2201 L: qemu-block@nongnu.org
2202 S: Supported
2203 F: block/gluster.c
2204 T: git https://github.com/codyprime/qemu-kvm-jtc.git block
2205
2206 Null Block Driver
2207 M: Fam Zheng <famz@redhat.com>
2208 L: qemu-block@nongnu.org
2209 S: Supported
2210 F: block/null.c
2211
2212 NVMe Block Driver
2213 M: Fam Zheng <famz@redhat.com>
2214 L: qemu-block@nongnu.org
2215 S: Supported
2216 F: block/nvme*
2217
2218 Bootdevice
2219 M: Gonglei <arei.gonglei@huawei.com>
2220 S: Maintained
2221 F: bootdevice.c
2222
2223 Quorum
2224 M: Alberto Garcia <berto@igalia.com>
2225 S: Supported
2226 F: block/quorum.c
2227 L: qemu-block@nongnu.org
2228
2229 blklogwrites
2230 M: Ari Sundholm <ari@tuxera.com>
2231 L: qemu-block@nongnu.org
2232 S: Supported
2233 F: block/blklogwrites.c
2234
2235 blkverify
2236 M: Stefan Hajnoczi <stefanha@redhat.com>
2237 L: qemu-block@nongnu.org
2238 S: Supported
2239 F: block/blkverify.c
2240
2241 bochs
2242 M: Stefan Hajnoczi <stefanha@redhat.com>
2243 L: qemu-block@nongnu.org
2244 S: Supported
2245 F: block/bochs.c
2246
2247 cloop
2248 M: Stefan Hajnoczi <stefanha@redhat.com>
2249 L: qemu-block@nongnu.org
2250 S: Supported
2251 F: block/cloop.c
2252
2253 dmg
2254 M: Stefan Hajnoczi <stefanha@redhat.com>
2255 L: qemu-block@nongnu.org
2256 S: Supported
2257 F: block/dmg.c
2258
2259 parallels
2260 M: Stefan Hajnoczi <stefanha@redhat.com>
2261 M: Denis V. Lunev <den@openvz.org>
2262 L: qemu-block@nongnu.org
2263 S: Supported
2264 F: block/parallels.c
2265 F: docs/interop/parallels.txt
2266
2267 qed
2268 M: Stefan Hajnoczi <stefanha@redhat.com>
2269 L: qemu-block@nongnu.org
2270 S: Supported
2271 F: block/qed.c
2272
2273 raw
2274 M: Kevin Wolf <kwolf@redhat.com>
2275 L: qemu-block@nongnu.org
2276 S: Supported
2277 F: block/linux-aio.c
2278 F: include/block/raw-aio.h
2279 F: block/raw-format.c
2280 F: block/file-posix.c
2281 F: block/file-win32.c
2282 F: block/win32-aio.c
2283
2284 qcow2
2285 M: Kevin Wolf <kwolf@redhat.com>
2286 M: Max Reitz <mreitz@redhat.com>
2287 L: qemu-block@nongnu.org
2288 S: Supported
2289 F: block/qcow2*
2290 F: docs/interop/qcow2.txt
2291
2292 qcow
2293 M: Kevin Wolf <kwolf@redhat.com>
2294 L: qemu-block@nongnu.org
2295 S: Supported
2296 F: block/qcow.c
2297
2298 blkdebug
2299 M: Kevin Wolf <kwolf@redhat.com>
2300 M: Max Reitz <mreitz@redhat.com>
2301 L: qemu-block@nongnu.org
2302 S: Supported
2303 F: block/blkdebug.c
2304
2305 vpc
2306 M: Kevin Wolf <kwolf@redhat.com>
2307 L: qemu-block@nongnu.org
2308 S: Supported
2309 F: block/vpc.c
2310
2311 vvfat
2312 M: Kevin Wolf <kwolf@redhat.com>
2313 L: qemu-block@nongnu.org
2314 S: Supported
2315 F: block/vvfat.c
2316
2317 Image format fuzzer
2318 M: Stefan Hajnoczi <stefanha@redhat.com>
2319 L: qemu-block@nongnu.org
2320 S: Supported
2321 F: tests/image-fuzzer/
2322
2323 Replication
2324 M: Wen Congyang <wencongyang2@huawei.com>
2325 M: Xie Changlong <xiechanglong.d@gmail.com>
2326 S: Supported
2327 F: replication*
2328 F: block/replication.c
2329 F: tests/test-replication.c
2330 F: docs/block-replication.txt
2331
2332 PVRDMA
2333 M: Yuval Shaia <yuval.shaia@oracle.com>
2334 M: Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
2335 S: Maintained
2336 F: hw/rdma/*
2337 F: hw/rdma/vmw/*
2338 F: docs/pvrdma.txt
2339
2340 Build and test automation
2341 -------------------------
2342 Build and test automation
2343 M: Alex Bennée <alex.bennee@linaro.org>
2344 M: Fam Zheng <famz@redhat.com>
2345 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2346 L: qemu-devel@nongnu.org
2347 S: Maintained
2348 F: .travis.yml
2349 F: scripts/travis/
2350 F: .shippable.yml
2351 F: tests/docker/
2352 F: tests/vm/
2353 W: https://travis-ci.org/qemu/qemu
2354 W: https://app.shippable.com/github/qemu/qemu
2355 W: http://patchew.org/QEMU/
2356
2357 Guest Test Compilation Support
2358 M: Alex Bennée <alex.bennee@linaro.org>
2359 R: Philippe Mathieu-Daudé <f4bug@amsat.org>
2360 F: tests/tcg/Makefile
2361 F: tests/tcg/Makefile.include
2362 L: qemu-devel@nongnu.org
2363
2364 Documentation
2365 -------------
2366 Build system architecture
2367 M: Daniel P. Berrange <berrange@redhat.com>
2368 S: Odd Fixes
2369 F: docs/devel/build-system.txt
2370
2371 Incompatible changes
2372 R: libvir-list@redhat.com
2373 F: qemu-deprecated.texi
2374
2375 Build System
2376 ------------
2377 GIT submodules
2378 M: Daniel P. Berrange <berrange@redhat.com>
2379 S: Odd Fixes
2380 F: scripts/git-submodule.sh