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