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