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