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