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