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