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