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