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