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