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