]> Git Repo - qemu.git/blob - MAINTAINERS
hw/timer/armv7m_systick: Rewrite to use ptimers
[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 <[email protected]>
61
62 All patches CC here
63 L: [email protected]
64 F: *
65 F: */
66
67 Responsible Disclosure, Reporting Security Issues
68 -------------------------------------------------
69 W: https://wiki.qemu.org/SecurityProcess
70 M: Michael S. Tsirkin <[email protected]>
71 L: [email protected]
72
73 Trivial patches
74 ---------------
75 Trivial patches
76 M: Michael Tokarev <[email protected]>
77 M: Laurent Vivier <[email protected]>
78 S: Maintained
79 L: [email protected]
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 <[email protected]>
88 M: Thomas Huth <[email protected]>
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: [email protected]
111
112 Guest CPU cores (TCG)
113 ---------------------
114 Overall TCG CPUs
115 M: Richard Henderson <[email protected]>
116 R: Paolo Bonzini <[email protected]>
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 <[email protected]>
133 M: Peter Maydell <[email protected]>
134 M: Alex Bennée <[email protected]>
135 S: Maintained
136 F: fpu/
137 F: include/fpu/
138 F: tests/fp/
139
140 Alpha TCG CPUs
141 M: Richard Henderson <[email protected]>
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 <[email protected]>
149 L: [email protected]
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 <[email protected]>
164 L: [email protected]
165 S: Maintained
166 F: hw/arm/smmu*
167 F: include/hw/arm/smmu*
168
169 AVR TCG CPUs
170 M: Michael Rolnik <[email protected]>
171 R: Sarah Harris <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
211 S: Maintained
212 F: target/m68k/
213 F: disas/m68k.c
214
215 MicroBlaze TCG CPUs
216 M: Edgar E. Iglesias <[email protected]>
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é <[email protected]>
224 R: Aurelien Jarno <[email protected]>
225 R: Jiaxun Yang <[email protected]>
226 R: Aleksandar Rikalo <[email protected]>
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 <[email protected]>
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 <[email protected]>
253 M: Marek Vasut <[email protected]>
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 <[email protected]>
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 <[email protected]>
270 L: [email protected]
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 <[email protected]>
279 M: Alistair Francis <[email protected]>
280 M: Sagar Karandikar <[email protected]>
281 M: Bastian Koppelmann <[email protected]>
282 L: [email protected]
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 <[email protected]>
292 S: Maintained
293 F: target/rx/
294
295 S390 TCG CPUs
296 M: Richard Henderson <[email protected]>
297 M: David Hildenbrand <[email protected]>
298 S: Maintained
299 F: target/s390x/
300 F: hw/s390x/
301 F: disas/s390.c
302 F: tests/tcg/s390x/
303 L: [email protected]
304
305 SH4 TCG CPUs
306 M: Yoshinori Sato <[email protected]>
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 <[email protected]>
315 M: Artyom Tarasenko <[email protected]>
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 <[email protected]>
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 <[email protected]>
332 M: Richard Henderson <[email protected]>
333 M: Eduardo Habkost <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
363 S: Maintained
364 F: tests/tcg/multiarch/
365
366 Guest CPU Cores (KVM)
367 ---------------------
368 Overall KVM CPUs
369 M: Paolo Bonzini <[email protected]>
370 L: [email protected]
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 <[email protected]>
381 L: [email protected]
382 S: Maintained
383 F: target/arm/kvm.c
384
385 MIPS KVM CPUs
386 M: Huacai Chen <[email protected]>
387 S: Odd Fixes
388 F: target/mips/kvm.c
389
390 PPC KVM CPUs
391 M: David Gibson <[email protected]>
392 S: Maintained
393 F: target/ppc/kvm.c
394
395 S390 KVM CPUs
396 M: Halil Pasic <[email protected]>
397 M: Cornelia Huck <[email protected]>
398 M: Christian Borntraeger <[email protected]>
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: [email protected]
417
418 X86 KVM CPUs
419 M: Paolo Bonzini <[email protected]>
420 M: Marcelo Tosatti <[email protected]>
421 L: [email protected]
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 <[email protected]>
430 R: Paolo Bonzini <[email protected]>
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 <[email protected]>
439 M: Roman Bolshakov <[email protected]>
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 <[email protected]>
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 <[email protected]>
459 M: Anthony Perard <[email protected]>
460 M: Paul Durrant <[email protected]>
461 L: [email protected]
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 <[email protected]>
486 M: Colin Xu <[email protected]>
487 L: [email protected]
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 <[email protected]>
498 M: Cornelia Huck <[email protected]>
499 M: Paolo Bonzini <[email protected]>
500 S: Maintained
501 F: linux-headers/
502 F: scripts/update-linux-headers.sh
503
504 POSIX
505 M: Paolo Bonzini <[email protected]>
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 <[email protected]>
514 S: Maintained
515 K: ^Subject:.*(?i)NetBSD
516
517 OPENBSD
518 M: Brad Smith <[email protected]>
519 S: Maintained
520 K: ^Subject:.*(?i)OpenBSD
521
522 W32, W64
523 M: Stefan Weil <[email protected]>
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 <[email protected]>
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 <[email protected]>
543 M: Peter Maydell <[email protected]>
544 L: [email protected]
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 <[email protected]>
552 L: [email protected]
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 <[email protected]>
561 L: [email protected]
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 <[email protected]>
595 L: [email protected]
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 <[email protected]>
615 M: Peter Maydell <[email protected]>
616 L: [email protected]
617 S: Odd Fixes
618 F: hw/*/exynos*
619 F: include/hw/arm/exynos4210.h
620
621 Calxeda Highbank
622 M: Rob Herring <[email protected]>
623 M: Peter Maydell <[email protected]>
624 L: [email protected]
625 S: Odd Fixes
626 F: hw/arm/highbank.c
627 F: hw/net/xgmac.c
628
629 Canon DIGIC
630 M: Antony Pavlov <[email protected]>
631 M: Peter Maydell <[email protected]>
632 L: [email protected]
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 <[email protected]>
642 M: Alistair Francis <[email protected]>
643 L: [email protected]
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 <[email protected]>
650 R: Philippe Mathieu-Daudé <[email protected]>
651 L: [email protected]
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 <[email protected]>
658 R: Jean-Christophe Dubois <[email protected]>
659 L: [email protected]
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 <[email protected]>
671 M: Peter Maydell <[email protected]>
672 L: [email protected]
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 <[email protected]>
682 L: [email protected]
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 <[email protected]>
692 R: Jean-Christophe Dubois <[email protected]>
693 L: [email protected]
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 <[email protected]>
703 R: Andrey Smirnov <[email protected]>
704 L: [email protected]
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 <[email protected]>
716 L: [email protected]
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 <[email protected]>
738 L: [email protected]
739 S: Maintained
740 F: hw/arm/musca.c
741 F: docs/system/arm/musca.rst
742
743 Musicpal
744 M: Jan Kiszka <[email protected]>
745 M: Peter Maydell <[email protected]>
746 L: [email protected]
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 <[email protected]>
753 M: Tyrone Ting <[email protected]>
754 L: [email protected]
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 <[email protected]>
764 M: Peter Maydell <[email protected]>
765 L: [email protected]
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 <[email protected]>
781 M: Peter Maydell <[email protected]>
782 L: [email protected]
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 <[email protected]>
791 R: Andrew Baumann <[email protected]>
792 R: Philippe Mathieu-Daudé <[email protected]>
793 L: [email protected]
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 <[email protected]>
803 L: [email protected]
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 <[email protected]>
813 M: Peter Maydell <[email protected]>
814 L: [email protected]
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 <[email protected]>
834 R: Jean-Christophe Dubois <[email protected]>
835 L: [email protected]
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 <[email protected]>
849 M: Peter Maydell <[email protected]>
850 R: Leif Lindholm <[email protected]>
851 L: [email protected]
852 S: Maintained
853 F: hw/arm/sbsa-ref.c
854
855 Sharp SL-5500 (Collie) PDA
856 M: Peter Maydell <[email protected]>
857 L: [email protected]
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 <[email protected]>
865 L: [email protected]
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 <[email protected]>
873 L: [email protected]
874 S: Maintained
875 F: hw/arm/vexpress.c
876 F: docs/system/arm/vexpress.rst
877
878 Versatile PB
879 M: Peter Maydell <[email protected]>
880 L: [email protected]
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 <[email protected]>
889 L: [email protected]
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 <[email protected]>
897 M: Alistair Francis <[email protected]>
898 M: Peter Maydell <[email protected]>
899 L: [email protected]
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 <[email protected]>
909 M: Edgar E. Iglesias <[email protected]>
910 M: Peter Maydell <[email protected]>
911 L: [email protected]
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 <[email protected]>
922 L: [email protected]
923 S: Maintained
924 F: hw/arm/virt-acpi-build.c
925
926 STM32F205
927 M: Alistair Francis <[email protected]>
928 M: Peter Maydell <[email protected]>
929 L: [email protected]
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 <[email protected]>
941 M: Peter Maydell <[email protected]>
942 L: [email protected]
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 <[email protected]>
950 M: Peter Maydell <[email protected]>
951 L: [email protected]
952 S: Maintained
953 F: hw/arm/netduino2.c
954
955 Netduino Plus 2
956 M: Alistair Francis <[email protected]>
957 M: Peter Maydell <[email protected]>
958 L: [email protected]
959 S: Maintained
960 F: hw/arm/netduinoplus2.c
961
962 SmartFusion2
963 M: Subbaraya Sundeep <[email protected]>
964 M: Peter Maydell <[email protected]>
965 L: [email protected]
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 <[email protected]>
980 M: Peter Maydell <[email protected]>
981 L: [email protected]
982 S: Maintained
983 F: hw/arm/msf2-som.c
984
985 ASPEED BMCs
986 M: Cédric Le Goater <[email protected]>
987 M: Peter Maydell <[email protected]>
988 R: Andrew Jeffery <[email protected]>
989 R: Joel Stanley <[email protected]>
990 L: [email protected]
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 <[email protected]>
1001 M: Peter Maydell <[email protected]>
1002 L: [email protected]
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 <[email protected]>
1015 R: Sarah Harris <[email protected]>
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é <[email protected]>
1028 R: Sarah Harris <[email protected]>
1029 S: Maintained
1030 F: hw/avr/arduino.c
1031
1032 CRIS Machines
1033 -------------
1034 Axis Dev88
1035 M: Edgar E. Iglesias <[email protected]>
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 <[email protected]>
1044 R: Helge Deller <[email protected]>
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 <[email protected]>
1054 S: Orphan
1055 F: hw/lm32/lm32_boards.c
1056
1057 milkymist
1058 R: Michael Walle <[email protected]>
1059 S: Orphan
1060 F: hw/lm32/milkymist.c
1061
1062 M68K Machines
1063 -------------
1064 an5206
1065 M: Thomas Huth <[email protected]>
1066 S: Odd Fixes
1067 F: hw/m68k/an5206.c
1068 F: hw/m68k/mcf5206.c
1069
1070 mcf5208
1071 M: Thomas Huth <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
1110 S: Maintained
1111 F: hw/microblaze/petalogix_ml605_mmu.c
1112
1113 MIPS Machines
1114 -------------
1115 Jazz
1116 M: Hervé Poussineau <[email protected]>
1117 R: Aleksandar Rikalo <[email protected]>
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é <[email protected]>
1125 R: Aurelien Jarno <[email protected]>
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 <[email protected]>
1137 S: Orphaned
1138 F: hw/mips/mipssim.c
1139 F: hw/net/mipsnet.c
1140
1141 R4000
1142 R: Aurelien Jarno <[email protected]>
1143 R: Aleksandar Rikalo <[email protected]>
1144 S: Obsolete
1145 F: hw/mips/r4k.c
1146
1147 Fuloong 2E
1148 M: Huacai Chen <[email protected]>
1149 M: Philippe Mathieu-Daudé <[email protected]>
1150 R: Jiaxun Yang <[email protected]>
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 <[email protected]>
1159 R: Jiaxun Yang <[email protected]>
1160 S: Maintained
1161 F: hw/intc/loongson_liointc.c
1162
1163 Boston
1164 M: Paul Burton <[email protected]>
1165 R: Aleksandar Rikalo <[email protected]>
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 <[email protected]>
1176 S: Maintained
1177 F: hw/openrisc/openrisc_sim.c
1178
1179 PowerPC Machines
1180 ----------------
1181 405
1182 M: David Gibson <[email protected]>
1183 L: [email protected]
1184 S: Odd Fixes
1185 F: hw/ppc/ppc405_boards.c
1186
1187 Bamboo
1188 M: David Gibson <[email protected]>
1189 L: [email protected]
1190 S: Odd Fixes
1191 F: hw/ppc/ppc440_bamboo.c
1192
1193 e500
1194 M: David Gibson <[email protected]>
1195 L: [email protected]
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 <[email protected]>
1208 L: [email protected]
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 <[email protected]>
1215 R: David Gibson <[email protected]>
1216 L: [email protected]
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 <[email protected]>
1234 R: David Gibson <[email protected]>
1235 L: [email protected]
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 <[email protected]>
1248 L: [email protected]
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 <[email protected]>
1264 L: [email protected]
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 <[email protected]>
1280 M: David Gibson <[email protected]>
1281 L: [email protected]
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 <[email protected]>
1294 L: [email protected]
1295 S: Odd Fixes
1296 F: hw/ppc/virtex_ml507.c
1297
1298 sam460ex
1299 M: BALATON Zoltan <[email protected]>
1300 L: [email protected]
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 <[email protected]>
1315 L: [email protected]
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 <[email protected]>
1326 L: [email protected]
1327 S: Supported
1328 F: hw/riscv/microchip_pfsoc.c
1329 F: hw/char/mchp_pfsoc_mmuart.c
1330 F: include/hw/riscv/microchip_pfsoc.h
1331 F: include/hw/char/mchp_pfsoc_mmuart.h
1332
1333 RX Machines
1334 -----------
1335 rx-gdbsim
1336 M: Yoshinori Sato <[email protected]>
1337 S: Maintained
1338 F: docs/system/target-rx.rst
1339 F: hw/rx/rx-gdbsim.c
1340 F: tests/acceptance/machine_rx_gdbsim.py
1341
1342 SH4 Machines
1343 ------------
1344 R2D
1345 M: Yoshinori Sato <[email protected]>
1346 R: Magnus Damm <[email protected]>
1347 S: Maintained
1348 F: hw/sh4/r2d.c
1349 F: hw/intc/sh_intc.c
1350 F: include/hw/sh4/sh_intc.h
1351
1352 Shix
1353 M: Yoshinori Sato <[email protected]>
1354 R: Magnus Damm <[email protected]>
1355 S: Odd Fixes
1356 F: hw/sh4/shix.c
1357 F: hw/intc/sh_intc.c
1358 F: include/hw/sh4/sh_intc.h
1359
1360 SPARC Machines
1361 --------------
1362 Sun4m
1363 M: Mark Cave-Ayland <[email protected]>
1364 S: Maintained
1365 F: hw/sparc/sun4m.c
1366 F: hw/sparc/sun4m_iommu.c
1367 F: hw/display/cg3.c
1368 F: hw/display/tcx.c
1369 F: hw/dma/sparc32_dma.c
1370 F: hw/misc/eccmemctl.c
1371 F: hw/*/slavio_*.c
1372 F: include/hw/nvram/sun_nvram.h
1373 F: include/hw/sparc/sparc32_dma.h
1374 F: include/hw/sparc/sun4m_iommu.h
1375 F: pc-bios/openbios-sparc32
1376
1377 Sun4u
1378 M: Mark Cave-Ayland <[email protected]>
1379 S: Maintained
1380 F: hw/sparc64/sun4u.c
1381 F: hw/sparc64/sun4u_iommu.c
1382 F: include/hw/sparc/sun4u_iommu.h
1383 F: hw/pci-host/sabre.c
1384 F: include/hw/pci-host/sabre.h
1385 F: hw/pci-bridge/simba.c
1386 F: include/hw/pci-bridge/simba.h
1387 F: pc-bios/openbios-sparc64
1388 F: tests/acceptance/machine_sparc64_sun4u.py
1389
1390 Sun4v
1391 M: Artyom Tarasenko <[email protected]>
1392 S: Maintained
1393 F: hw/sparc64/niagara.c
1394 F: hw/rtc/sun4v-rtc.c
1395 F: include/hw/rtc/sun4v-rtc.h
1396
1397 Leon3
1398 M: Fabien Chouteau <[email protected]>
1399 M: KONRAD Frederic <[email protected]>
1400 S: Maintained
1401 F: hw/sparc/leon3.c
1402 F: hw/*/grlib*
1403 F: include/hw/*/grlib*
1404 F: tests/acceptance/machine_sparc_leon3.py
1405
1406 S390 Machines
1407 -------------
1408 S390 Virtio-ccw
1409 M: Cornelia Huck <[email protected]>
1410 M: Halil Pasic <[email protected]>
1411 M: Christian Borntraeger <[email protected]>
1412 S: Supported
1413 F: hw/char/sclp*.[hc]
1414 F: hw/char/terminal3270.c
1415 F: hw/s390x/
1416 F: include/hw/s390x/
1417 F: hw/watchdog/wdt_diag288.c
1418 F: include/hw/watchdog/wdt_diag288.h
1419 F: default-configs/s390x-softmmu.mak
1420 T: git https://github.com/cohuck/qemu.git s390-next
1421 T: git https://github.com/borntraeger/qemu.git s390-next
1422 L: [email protected]
1423
1424 S390-ccw boot
1425 M: Christian Borntraeger <[email protected]>
1426 M: Thomas Huth <[email protected]>
1427 S: Supported
1428 F: hw/s390x/ipl.*
1429 F: pc-bios/s390-ccw/
1430 F: pc-bios/s390-ccw.img
1431 F: docs/devel/s390-dasd-ipl.rst
1432 T: git https://github.com/borntraeger/qemu.git s390-next
1433 L: [email protected]
1434
1435 S390 PCI
1436 M: Matthew Rosato <[email protected]>
1437 S: Supported
1438 F: hw/s390x/s390-pci*
1439 L: [email protected]
1440
1441 UniCore32 Machines
1442 ------------------
1443 PKUnity-3 SoC initramfs-with-busybox
1444 M: Guan Xuetao <[email protected]>
1445 S: Maintained
1446 F: hw/*/puv3*
1447 F: hw/unicore32/
1448
1449 X86 Machines
1450 ------------
1451 PC
1452 M: Michael S. Tsirkin <[email protected]>
1453 M: Marcel Apfelbaum <[email protected]>
1454 S: Supported
1455 F: include/hw/i386/
1456 F: hw/i386/
1457 F: hw/pci-host/i440fx.c
1458 F: hw/pci-host/q35.c
1459 F: hw/pci-host/pam.c
1460 F: include/hw/pci-host/i440fx.h
1461 F: include/hw/pci-host/q35.h
1462 F: include/hw/pci-host/pam.h
1463 F: hw/isa/piix3.c
1464 F: hw/isa/lpc_ich9.c
1465 F: hw/i2c/smbus_ich9.c
1466 F: hw/acpi/piix4.c
1467 F: hw/acpi/ich9.c
1468 F: include/hw/acpi/ich9.h
1469 F: include/hw/southbridge/piix.h
1470 F: hw/misc/sga.c
1471 F: hw/isa/apm.c
1472 F: include/hw/isa/apm.h
1473 F: tests/test-x86-cpuid.c
1474 F: tests/qtest/test-x86-cpuid-compat.c
1475
1476 PC Chipset
1477 M: Michael S. Tsirkin <[email protected]>
1478 M: Paolo Bonzini <[email protected]>
1479 S: Supported
1480 F: hw/char/debugcon.c
1481 F: hw/char/parallel*
1482 F: hw/char/serial*
1483 F: hw/dma/i8257*
1484 F: hw/i2c/pm_smbus.c
1485 F: hw/input/pckbd.c
1486 F: hw/intc/apic*
1487 F: hw/intc/ioapic*
1488 F: hw/intc/i8259*
1489 F: hw/isa/isa-superio.c
1490 F: hw/misc/debugexit.c
1491 F: hw/misc/pc-testdev.c
1492 F: hw/timer/hpet*
1493 F: hw/timer/i8254*
1494 F: hw/rtc/mc146818rtc*
1495 F: hw/watchdog/wdt_ib700.c
1496 F: hw/watchdog/wdt_i6300esb.c
1497 F: include/hw/display/vga.h
1498 F: include/hw/char/parallel.h
1499 F: include/hw/dma/i8257.h
1500 F: include/hw/i2c/pm_smbus.h
1501 F: include/hw/input/i8042.h
1502 F: include/hw/isa/i8259_internal.h
1503 F: include/hw/isa/superio.h
1504 F: include/hw/timer/hpet.h
1505 F: include/hw/timer/i8254*
1506 F: include/hw/rtc/mc146818rtc*
1507
1508 microvm
1509 M: Sergio Lopez <[email protected]>
1510 M: Paolo Bonzini <[email protected]>
1511 S: Maintained
1512 F: docs/microvm.rst
1513 F: hw/i386/microvm.c
1514 F: include/hw/i386/microvm.h
1515 F: pc-bios/bios-microvm.bin
1516
1517 Machine core
1518 M: Eduardo Habkost <[email protected]>
1519 M: Marcel Apfelbaum <[email protected]>
1520 S: Supported
1521 F: cpu.c
1522 F: hw/core/cpu.c
1523 F: hw/core/machine-qmp-cmds.c
1524 F: hw/core/machine.c
1525 F: hw/core/null-machine.c
1526 F: hw/core/numa.c
1527 F: hw/cpu/cluster.c
1528 F: qapi/machine.json
1529 F: qapi/machine-target.json
1530 F: include/hw/boards.h
1531 F: include/hw/core/cpu.h
1532 F: include/hw/cpu/cluster.h
1533 F: include/sysemu/numa.h
1534 T: git https://github.com/ehabkost/qemu.git machine-next
1535
1536 Xtensa Machines
1537 ---------------
1538 sim
1539 M: Max Filippov <[email protected]>
1540 S: Maintained
1541 F: hw/xtensa/sim.c
1542
1543 virt
1544 M: Max Filippov <[email protected]>
1545 S: Maintained
1546 F: hw/xtensa/virt.c
1547
1548 XTFPGA (LX60, LX200, ML605, KC705)
1549 M: Max Filippov <[email protected]>
1550 S: Maintained
1551 F: hw/xtensa/xtfpga.c
1552 F: hw/net/opencores_eth.c
1553
1554 Devices
1555 -------
1556 EDU
1557 M: Jiri Slaby <[email protected]>
1558 S: Maintained
1559 F: hw/misc/edu.c
1560
1561 IDE
1562 M: John Snow <[email protected]>
1563 L: [email protected]
1564 S: Supported
1565 F: include/hw/ide.h
1566 F: include/hw/ide/
1567 F: hw/ide/
1568 F: hw/block/block.c
1569 F: hw/block/cdrom.c
1570 F: hw/block/hd-geometry.c
1571 F: tests/qtest/ide-test.c
1572 F: tests/qtest/ahci-test.c
1573 F: tests/qtest/cdrom-test.c
1574 F: tests/qtest/libqos/ahci*
1575 T: git https://gitlab.com/jsnow/qemu.git ide
1576
1577 IPMI
1578 M: Corey Minyard <[email protected]>
1579 S: Maintained
1580 F: include/hw/ipmi/*
1581 F: hw/ipmi/*
1582 F: hw/smbios/smbios_type_38.c
1583 F: tests/qtest/ipmi*
1584 T: git https://github.com/cminyard/qemu.git master-ipmi-rebase
1585
1586 Floppy
1587 M: John Snow <[email protected]>
1588 L: [email protected]
1589 S: Supported
1590 F: hw/block/fdc.c
1591 F: include/hw/block/fdc.h
1592 F: tests/qtest/fdc-test.c
1593 T: git https://gitlab.com/jsnow/qemu.git ide
1594
1595 OMAP
1596 M: Peter Maydell <[email protected]>
1597 L: [email protected]
1598 S: Maintained
1599 F: hw/*/omap*
1600 F: include/hw/arm/omap.h
1601
1602 IPack
1603 M: Alberto Garcia <[email protected]>
1604 S: Odd Fixes
1605 F: hw/char/ipoctal232.c
1606 F: hw/ipack/
1607
1608 PCI
1609 M: Michael S. Tsirkin <[email protected]>
1610 M: Marcel Apfelbaum <[email protected]>
1611 S: Supported
1612 F: include/hw/pci/*
1613 F: hw/misc/pci-testdev.c
1614 F: hw/pci/*
1615 F: hw/pci-bridge/*
1616 F: qapi/pci.json
1617 F: docs/pci*
1618 F: docs/specs/*pci*
1619 F: default-configs/pci.mak
1620
1621 ACPI/SMBIOS
1622 M: Michael S. Tsirkin <[email protected]>
1623 M: Igor Mammedov <[email protected]>
1624 S: Supported
1625 F: include/hw/acpi/*
1626 F: include/hw/firmware/smbios.h
1627 F: hw/mem/*
1628 F: hw/acpi/*
1629 F: hw/smbios/*
1630 F: hw/i386/acpi-build.[hc]
1631 F: hw/arm/virt-acpi-build.c
1632 F: qapi/acpi.json
1633 F: tests/qtest/bios-tables-test*
1634 F: tests/qtest/acpi-utils.[hc]
1635 F: tests/data/acpi/
1636
1637 ACPI/HEST/GHES
1638 R: Dongjiu Geng <[email protected]>
1639 R: Xiang Zheng <[email protected]>
1640 L: [email protected]
1641 S: Maintained
1642 F: hw/acpi/ghes.c
1643 F: include/hw/acpi/ghes.h
1644 F: docs/specs/acpi_hest_ghes.rst
1645
1646 ppc4xx
1647 M: David Gibson <[email protected]>
1648 L: [email protected]
1649 S: Odd Fixes
1650 F: hw/ppc/ppc4*.c
1651 F: hw/i2c/ppc4xx_i2c.c
1652 F: include/hw/ppc/ppc4xx.h
1653 F: include/hw/i2c/ppc4xx_i2c.h
1654
1655 Character devices
1656 M: Marc-André Lureau <[email protected]>
1657 R: Paolo Bonzini <[email protected]>
1658 S: Odd Fixes
1659 F: hw/char/
1660
1661 Network devices
1662 M: Jason Wang <[email protected]>
1663 S: Odd Fixes
1664 F: hw/net/
1665 F: include/hw/net/
1666 F: tests/qtest/virtio-net-test.c
1667 F: docs/virtio-net-failover.rst
1668 T: git https://github.com/jasowang/qemu.git net
1669
1670 Parallel NOR Flash devices
1671 M: Philippe Mathieu-Daudé <[email protected]>
1672 T: git https://gitlab.com/philmd/qemu.git pflash-next
1673 S: Maintained
1674 F: hw/block/pflash_cfi*.c
1675 F: include/hw/block/flash.h
1676
1677 SCSI
1678 M: Paolo Bonzini <[email protected]>
1679 R: Fam Zheng <[email protected]>
1680 S: Supported
1681 F: include/hw/scsi/*
1682 F: hw/scsi/*
1683 F: tests/qtest/virtio-scsi-test.c
1684 T: git https://github.com/bonzini/qemu.git scsi-next
1685
1686 SSI
1687 M: Alistair Francis <[email protected]>
1688 S: Maintained
1689 F: hw/ssi/*
1690 F: hw/block/m25p80.c
1691 F: include/hw/ssi/ssi.h
1692 X: hw/ssi/xilinx_*
1693 F: tests/qtest/m25p80-test.c
1694
1695 Xilinx SPI
1696 M: Alistair Francis <[email protected]>
1697 S: Maintained
1698 F: hw/ssi/xilinx_*
1699
1700 SD (Secure Card)
1701 M: Philippe Mathieu-Daudé <[email protected]>
1702 L: [email protected]
1703 S: Odd Fixes
1704 F: include/hw/sd/sd*
1705 F: hw/sd/core.c
1706 F: hw/sd/sd*
1707 F: hw/sd/ssi-sd.c
1708 F: tests/qtest/sd*
1709
1710 USB
1711 M: Gerd Hoffmann <[email protected]>
1712 S: Maintained
1713 F: hw/usb/*
1714 F: tests/qtest/usb-*-test.c
1715 F: docs/usb2.txt
1716 F: docs/usb-storage.txt
1717 F: include/hw/usb.h
1718 F: include/hw/usb/
1719 F: default-configs/usb.mak
1720
1721 USB (serial adapter)
1722 M: Gerd Hoffmann <[email protected]>
1723 M: Samuel Thibault <[email protected]>
1724 S: Maintained
1725 F: hw/usb/dev-serial.c
1726
1727 VFIO
1728 M: Alex Williamson <[email protected]>
1729 S: Supported
1730 F: hw/vfio/*
1731 F: include/hw/vfio/
1732
1733 vfio-ccw
1734 M: Cornelia Huck <[email protected]>
1735 M: Eric Farman <[email protected]>
1736 S: Supported
1737 F: hw/vfio/ccw.c
1738 F: hw/s390x/s390-ccw.c
1739 F: include/hw/s390x/s390-ccw.h
1740 F: include/hw/s390x/vfio-ccw.h
1741 T: git https://github.com/cohuck/qemu.git s390-next
1742 L: [email protected]
1743
1744 vfio-ap
1745 M: Christian Borntraeger <[email protected]>
1746 M: Tony Krowiak <[email protected]>
1747 M: Halil Pasic <[email protected]>
1748 M: Pierre Morel <[email protected]>
1749 S: Supported
1750 F: hw/s390x/ap-device.c
1751 F: hw/s390x/ap-bridge.c
1752 F: include/hw/s390x/ap-device.h
1753 F: include/hw/s390x/ap-bridge.h
1754 F: hw/vfio/ap.c
1755 F: docs/system/s390x/vfio-ap.rst
1756 L: [email protected]
1757
1758 vhost
1759 M: Michael S. Tsirkin <[email protected]>
1760 S: Supported
1761 F: hw/*/*vhost*
1762 F: docs/interop/vhost-user.json
1763 F: docs/interop/vhost-user.rst
1764 F: contrib/vhost-user-*/
1765 F: backends/vhost-user.c
1766 F: include/sysemu/vhost-user-backend.h
1767
1768 virtio
1769 M: Michael S. Tsirkin <[email protected]>
1770 S: Supported
1771 F: hw/*/virtio*
1772 F: hw/virtio/Makefile.objs
1773 F: hw/virtio/trace-events
1774 F: net/vhost-user.c
1775 F: include/hw/virtio/
1776
1777 virtio-balloon
1778 M: Michael S. Tsirkin <[email protected]>
1779 M: David Hildenbrand <[email protected]>
1780 S: Maintained
1781 F: hw/virtio/virtio-balloon*.c
1782 F: include/hw/virtio/virtio-balloon.h
1783 F: softmmu/balloon.c
1784 F: include/sysemu/balloon.h
1785
1786 virtio-9p
1787 M: Greg Kurz <[email protected]>
1788 M: Christian Schoenebeck <[email protected]>
1789 S: Odd Fixes
1790 F: hw/9pfs/
1791 X: hw/9pfs/xen-9p*
1792 F: fsdev/
1793 F: docs/interop/virtfs-proxy-helper.rst
1794 F: tests/qtest/virtio-9p-test.c
1795 T: git https://github.com/gkurz/qemu.git 9p-next
1796
1797 virtio-blk
1798 M: Stefan Hajnoczi <[email protected]>
1799 L: [email protected]
1800 S: Supported
1801 F: hw/block/virtio-blk.c
1802 F: hw/block/dataplane/*
1803 F: tests/qtest/virtio-blk-test.c
1804 T: git https://github.com/stefanha/qemu.git block
1805
1806 virtio-ccw
1807 M: Cornelia Huck <[email protected]>
1808 M: Halil Pasic <[email protected]>
1809 S: Supported
1810 F: hw/s390x/virtio-ccw*.[hc]
1811 F: hw/s390x/vhost-vsock-ccw.c
1812 T: git https://github.com/cohuck/qemu.git s390-next
1813 T: git https://github.com/borntraeger/qemu.git s390-next
1814 L: [email protected]
1815
1816 virtiofs
1817 M: Dr. David Alan Gilbert <[email protected]>
1818 M: Stefan Hajnoczi <[email protected]>
1819 S: Supported
1820 F: tools/virtiofsd/*
1821 F: hw/virtio/vhost-user-fs*
1822 F: include/hw/virtio/vhost-user-fs.h
1823 F: docs/interop/virtiofsd.rst
1824
1825 virtio-input
1826 M: Gerd Hoffmann <[email protected]>
1827 S: Maintained
1828 F: hw/input/vhost-user-input.c
1829 F: hw/input/virtio-input*.c
1830 F: include/hw/virtio/virtio-input.h
1831 F: contrib/vhost-user-input/*
1832
1833 virtio-iommu
1834 M: Eric Auger <[email protected]>
1835 S: Maintained
1836 F: hw/virtio/virtio-iommu*.c
1837 F: include/hw/virtio/virtio-iommu.h
1838
1839 virtio-serial
1840 M: Laurent Vivier <[email protected]>
1841 R: Amit Shah <[email protected]>
1842 S: Supported
1843 F: hw/char/virtio-serial-bus.c
1844 F: hw/char/virtio-console.c
1845 F: include/hw/virtio/virtio-serial.h
1846 F: tests/qtest/virtio-serial-test.c
1847
1848 virtio-rng
1849 M: Laurent Vivier <[email protected]>
1850 R: Amit Shah <[email protected]>
1851 S: Supported
1852 F: hw/virtio/virtio-rng.c
1853 F: include/hw/virtio/virtio-rng.h
1854 F: include/sysemu/rng*.h
1855 F: backends/rng*.c
1856 F: tests/qtest/virtio-rng-test.c
1857
1858 virtio-crypto
1859 M: Gonglei <[email protected]>
1860 S: Supported
1861 F: hw/virtio/virtio-crypto.c
1862 F: hw/virtio/virtio-crypto-pci.c
1863 F: include/hw/virtio/virtio-crypto.h
1864
1865 virtio-mem
1866 M: David Hildenbrand <[email protected]>
1867 S: Supported
1868 W: https://virtio-mem.gitlab.io/
1869 F: hw/virtio/virtio-mem.c
1870 F: hw/virtio/virtio-mem-pci.h
1871 F: hw/virtio/virtio-mem-pci.c
1872 F: include/hw/virtio/virtio-mem.h
1873
1874 nvme
1875 M: Keith Busch <[email protected]>
1876 M: Klaus Jensen <[email protected]>
1877 L: [email protected]
1878 S: Supported
1879 F: hw/block/nvme*
1880 F: tests/qtest/nvme-test.c
1881 T: git git://git.infradead.org/qemu-nvme.git nvme-next
1882
1883 megasas
1884 M: Hannes Reinecke <[email protected]>
1885 L: [email protected]
1886 S: Supported
1887 F: hw/scsi/megasas.c
1888 F: hw/scsi/mfi.h
1889 F: tests/qtest/megasas-test.c
1890
1891 Network packet abstractions
1892 M: Dmitry Fleytman <[email protected]>
1893 S: Maintained
1894 F: include/net/eth.h
1895 F: net/eth.c
1896 F: hw/net/net_rx_pkt*
1897 F: hw/net/net_tx_pkt*
1898
1899 Vmware
1900 M: Dmitry Fleytman <[email protected]>
1901 S: Maintained
1902 F: hw/net/vmxnet*
1903 F: hw/scsi/vmw_pvscsi*
1904 F: tests/qtest/vmxnet3-test.c
1905
1906 Rocker
1907 M: Jiri Pirko <[email protected]>
1908 S: Maintained
1909 F: hw/net/rocker/
1910 F: tests/rocker/
1911 F: docs/specs/rocker.txt
1912
1913 NVDIMM
1914 M: Xiao Guangrong <[email protected]>
1915 S: Maintained
1916 F: hw/acpi/nvdimm.c
1917 F: hw/mem/nvdimm.c
1918 F: include/hw/mem/nvdimm.h
1919 F: docs/nvdimm.txt
1920
1921 e1000x
1922 M: Dmitry Fleytman <[email protected]>
1923 S: Maintained
1924 F: hw/net/e1000x*
1925
1926 e1000e
1927 M: Dmitry Fleytman <[email protected]>
1928 S: Maintained
1929 F: hw/net/e1000e*
1930
1931 eepro100
1932 M: Stefan Weil <[email protected]>
1933 S: Maintained
1934 F: hw/net/eepro100.c
1935
1936 tulip
1937 M: Sven Schnelle <[email protected]>
1938 S: Maintained
1939 F: hw/net/tulip.c
1940 F: hw/net/tulip.h
1941
1942 Generic Loader
1943 M: Alistair Francis <[email protected]>
1944 S: Maintained
1945 F: hw/core/generic-loader.c
1946 F: include/hw/core/generic-loader.h
1947 F: docs/generic-loader.txt
1948
1949 Intel Hexadecimal Object File Loader
1950 M: Su Hang <[email protected]>
1951 S: Maintained
1952 F: tests/qtest/hexloader-test.c
1953 F: tests/data/hex-loader/test.hex
1954
1955 CHRP NVRAM
1956 M: Thomas Huth <[email protected]>
1957 S: Maintained
1958 F: hw/nvram/chrp_nvram.c
1959 F: include/hw/nvram/chrp_nvram.h
1960 F: tests/qtest/prom-env-test.c
1961
1962 VM Generation ID
1963 M: Ben Warren <[email protected]>
1964 S: Maintained
1965 F: hw/acpi/vmgenid.c
1966 F: include/hw/acpi/vmgenid.h
1967 F: docs/specs/vmgenid.txt
1968 F: tests/qtest/vmgenid-test.c
1969 F: stubs/vmgenid.c
1970
1971 Unimplemented device
1972 M: Peter Maydell <[email protected]>
1973 R: Philippe Mathieu-Daudé <[email protected]>
1974 S: Maintained
1975 F: include/hw/misc/unimp.h
1976 F: hw/misc/unimp.c
1977
1978 Empty slot
1979 M: Artyom Tarasenko <[email protected]>
1980 R: Philippe Mathieu-Daudé <[email protected]>
1981 S: Maintained
1982 F: include/hw/misc/empty_slot.h
1983 F: hw/misc/empty_slot.c
1984
1985 Standard VGA
1986 M: Gerd Hoffmann <[email protected]>
1987 S: Maintained
1988 F: hw/display/vga*
1989 F: hw/display/bochs-display.c
1990 F: include/hw/display/vga.h
1991 F: include/hw/display/bochs-vbe.h
1992
1993 ramfb
1994 M: Gerd Hoffmann <[email protected]>
1995 S: Maintained
1996 F: hw/display/ramfb*.c
1997 F: include/hw/display/ramfb.h
1998
1999 virtio-gpu
2000 M: Gerd Hoffmann <[email protected]>
2001 S: Maintained
2002 F: hw/display/virtio-gpu*
2003 F: hw/display/virtio-vga.*
2004 F: include/hw/virtio/virtio-gpu.h
2005
2006 vhost-user-blk
2007 M: Raphael Norwitz <[email protected]>
2008 S: Maintained
2009 F: contrib/vhost-user-blk/
2010 F: contrib/vhost-user-scsi/
2011 F: hw/block/vhost-user-blk.c
2012 F: hw/scsi/vhost-user-scsi.c
2013 F: hw/virtio/vhost-user-blk-pci.c
2014 F: hw/virtio/vhost-user-scsi-pci.c
2015 F: include/hw/virtio/vhost-user-blk.h
2016 F: include/hw/virtio/vhost-user-scsi.h
2017
2018 vhost-user-gpu
2019 M: Marc-André Lureau <[email protected]>
2020 M: Gerd Hoffmann <[email protected]>
2021 S: Maintained
2022 F: docs/interop/vhost-user-gpu.rst
2023 F: contrib/vhost-user-gpu
2024 F: hw/display/vhost-user-*
2025
2026 Cirrus VGA
2027 M: Gerd Hoffmann <[email protected]>
2028 S: Odd Fixes
2029 W: https://www.kraxel.org/blog/2014/10/qemu-using-cirrus-considered-harmful/
2030 F: hw/display/cirrus*
2031
2032 EDID Generator
2033 M: Gerd Hoffmann <[email protected]>
2034 S: Maintained
2035 F: hw/display/edid*
2036 F: include/hw/display/edid.h
2037 F: qemu-edid.c
2038
2039 PIIX4 South Bridge (i82371AB)
2040 M: Hervé Poussineau <[email protected]>
2041 M: Philippe Mathieu-Daudé <[email protected]>
2042 S: Maintained
2043 F: hw/isa/piix4.c
2044 F: include/hw/southbridge/piix.h
2045
2046 Firmware configuration (fw_cfg)
2047 M: Philippe Mathieu-Daudé <[email protected]>
2048 R: Laszlo Ersek <[email protected]>
2049 R: Gerd Hoffmann <[email protected]>
2050 S: Supported
2051 F: docs/specs/fw_cfg.txt
2052 F: hw/nvram/fw_cfg*.c
2053 F: stubs/fw_cfg.c
2054 F: include/hw/nvram/fw_cfg.h
2055 F: include/standard-headers/linux/qemu_fw_cfg.h
2056 F: tests/qtest/libqos/fw_cfg.c
2057 F: tests/qtest/fw_cfg-test.c
2058 T: git https://github.com/philmd/qemu.git fw_cfg-next
2059
2060 XIVE
2061 M: David Gibson <[email protected]>
2062 M: Cédric Le Goater <[email protected]>
2063 L: [email protected]
2064 S: Supported
2065 F: hw/*/*xive*
2066 F: include/hw/*/*xive*
2067 F: docs/*/*xive*
2068
2069 Renesas peripherals
2070 M: Yoshinori Sato <[email protected]>
2071 R: Magnus Damm <[email protected]>
2072 S: Maintained
2073 F: hw/char/renesas_sci.c
2074 F: hw/char/sh_serial.c
2075 F: hw/timer/renesas_*.c
2076 F: hw/timer/sh_timer.c
2077 F: include/hw/char/renesas_sci.h
2078 F: include/hw/sh4/sh.h
2079 F: include/hw/timer/renesas_*.h
2080
2081 Renesas RX peripherals
2082 M: Yoshinori Sato <[email protected]>
2083 S: Maintained
2084 F: hw/intc/rx_icu.c
2085 F: hw/rx/
2086 F: include/hw/intc/rx_icu.h
2087 F: include/hw/rx/
2088
2089 CAN bus subsystem and hardware
2090 M: Pavel Pisa <[email protected]>
2091 M: Vikram Garhwal <[email protected]>
2092 S: Maintained
2093 W: https://canbus.pages.fel.cvut.cz/
2094 F: net/can/*
2095 F: hw/net/can/*
2096 F: include/net/can_*.h
2097
2098 Subsystems
2099 ----------
2100 Audio
2101 M: Gerd Hoffmann <[email protected]>
2102 S: Maintained
2103 F: audio/
2104 F: hw/audio/
2105 F: include/hw/audio/
2106 F: tests/qtest/ac97-test.c
2107 F: tests/qtest/es1370-test.c
2108 F: tests/qtest/intel-hda-test.c
2109
2110 Block layer core
2111 M: Kevin Wolf <[email protected]>
2112 M: Max Reitz <[email protected]>
2113 L: [email protected]
2114 S: Supported
2115 F: block*
2116 F: block/
2117 F: hw/block/
2118 F: include/block/
2119 F: qemu-img*
2120 F: docs/interop/qemu-img.rst
2121 F: qemu-io*
2122 F: tests/qemu-iotests/
2123 F: util/qemu-progress.c
2124 F: qobject/block-qdict.c
2125 F: tests/check-block-qdict.c
2126 T: git https://repo.or.cz/qemu/kevin.git block
2127
2128 Block I/O path
2129 M: Stefan Hajnoczi <[email protected]>
2130 M: Fam Zheng <[email protected]>
2131 L: [email protected]
2132 S: Supported
2133 F: util/async.c
2134 F: util/aio-*.c
2135 F: util/aio-*.h
2136 F: util/fdmon-*.c
2137 F: block/io.c
2138 F: migration/block*
2139 F: include/block/aio.h
2140 F: include/block/aio-wait.h
2141 F: scripts/qemugdb/aio.py
2142 F: tests/test-fdmon-epoll.c
2143 T: git https://github.com/stefanha/qemu.git block
2144
2145 Block SCSI subsystem
2146 M: Paolo Bonzini <[email protected]>
2147 R: Fam Zheng <[email protected]>
2148 L: [email protected]
2149 S: Supported
2150 F: include/scsi/*
2151 F: scsi/*
2152
2153 Block Jobs
2154 M: John Snow <[email protected]>
2155 L: [email protected]
2156 S: Supported
2157 F: blockjob.c
2158 F: include/block/blockjob.h
2159 F: job.c
2160 F: job-qmp.c
2161 F: include/qemu/job.h
2162 F: block/backup.c
2163 F: block/commit.c
2164 F: block/stream.c
2165 F: block/mirror.c
2166 F: qapi/job.json
2167 T: git https://gitlab.com/jsnow/qemu.git jobs
2168
2169 Block QAPI, monitor, command line
2170 M: Markus Armbruster <[email protected]>
2171 S: Supported
2172 F: blockdev.c
2173 F: blockdev-hmp-cmds.c
2174 F: block/qapi.c
2175 F: qapi/block*.json
2176 F: qapi/transaction.json
2177 T: git https://repo.or.cz/qemu/armbru.git block-next
2178
2179 Dirty Bitmaps
2180 M: Eric Blake <[email protected]>
2181 M: Vladimir Sementsov-Ogievskiy <[email protected]>
2182 R: John Snow <[email protected]>
2183 L: [email protected]
2184 S: Supported
2185 F: include/qemu/hbitmap.h
2186 F: include/block/dirty-bitmap.h
2187 F: block/monitor/bitmap-qmp-cmds.c
2188 F: block/dirty-bitmap.c
2189 F: block/qcow2-bitmap.c
2190 F: migration/block-dirty-bitmap.c
2191 F: util/hbitmap.c
2192 F: tests/test-hbitmap.c
2193 F: docs/interop/bitmaps.rst
2194 T: git https://repo.or.cz/qemu/ericb.git bitmaps
2195
2196 Character device backends
2197 M: Marc-André Lureau <[email protected]>
2198 R: Paolo Bonzini <[email protected]>
2199 S: Maintained
2200 F: chardev/
2201 F: include/chardev/
2202 F: qapi/char.json
2203
2204 Character Devices (Braille)
2205 M: Samuel Thibault <[email protected]>
2206 S: Maintained
2207 F: chardev/baum.c
2208
2209 Command line option argument parsing
2210 M: Markus Armbruster <[email protected]>
2211 S: Supported
2212 F: include/qemu/option.h
2213 F: tests/test-keyval.c
2214 F: tests/test-qemu-opts.c
2215 F: util/keyval.c
2216 F: util/qemu-option.c
2217
2218 Coverity model
2219 M: Markus Armbruster <[email protected]>
2220 S: Supported
2221 F: scripts/coverity-model.c
2222
2223 Coverity Scan integration
2224 M: Peter Maydell <[email protected]>
2225 S: Maintained
2226 F: scripts/coverity-scan/
2227
2228 Device Tree
2229 M: Alistair Francis <[email protected]>
2230 R: David Gibson <[email protected]>
2231 S: Maintained
2232 F: softmmu/device_tree.c
2233 F: include/sysemu/device_tree.h
2234
2235 Dump
2236 S: Supported
2237 M: Marc-André Lureau <[email protected]>
2238 F: dump/
2239 F: hw/misc/vmcoreinfo.c
2240 F: include/hw/misc/vmcoreinfo.h
2241 F: include/qemu/win_dump_defs
2242 F: include/sysemu/dump-arch.h
2243 F: include/sysemu/dump.h
2244 F: qapi/dump.json
2245 F: scripts/dump-guest-memory.py
2246 F: stubs/dump.c
2247
2248 Error reporting
2249 M: Markus Armbruster <[email protected]>
2250 S: Supported
2251 F: include/qapi/error.h
2252 F: include/qemu/error-report.h
2253 F: qapi/error.json
2254 F: util/error.c
2255 F: util/qemu-error.c
2256 F: scripts/coccinelle/err-bad-newline.cocci
2257 F: scripts/coccinelle/error-use-after-free.cocci
2258 F: scripts/coccinelle/error_propagate_null.cocci
2259 F: scripts/coccinelle/remove_local_err.cocci
2260 F: scripts/coccinelle/use-error_fatal.cocci
2261 F: scripts/coccinelle/errp-guard.cocci
2262
2263 GDB stub
2264 M: Alex Bennée <[email protected]>
2265 R: Philippe Mathieu-Daudé <[email protected]>
2266 S: Maintained
2267 F: gdbstub*
2268 F: gdb-xml/
2269
2270 Memory API
2271 M: Paolo Bonzini <[email protected]>
2272 S: Supported
2273 F: include/exec/ioport.h
2274 F: include/exec/memop.h
2275 F: include/exec/memory.h
2276 F: include/exec/ram_addr.h
2277 F: include/exec/ramblock.h
2278 F: softmmu/dma-helpers.c
2279 F: softmmu/ioport.c
2280 F: softmmu/memory.c
2281 F: softmmu/physmem.c
2282 F: include/exec/memory-internal.h
2283 F: scripts/coccinelle/memory-region-housekeeping.cocci
2284
2285 SPICE
2286 M: Gerd Hoffmann <[email protected]>
2287 S: Supported
2288 F: include/ui/qemu-spice.h
2289 F: include/ui/spice-display.h
2290 F: ui/spice-*.c
2291 F: audio/spiceaudio.c
2292 F: hw/display/qxl*
2293 F: qapi/ui.json
2294 F: docs/spice-port-fqdn.txt
2295
2296 Graphics
2297 M: Gerd Hoffmann <[email protected]>
2298 S: Odd Fixes
2299 F: ui/
2300 F: include/ui/
2301 F: qapi/ui.json
2302 F: util/drm.c
2303
2304 Cocoa graphics
2305 M: Peter Maydell <[email protected]>
2306 S: Odd Fixes
2307 F: ui/cocoa.m
2308
2309 Main loop
2310 M: Paolo Bonzini <[email protected]>
2311 S: Maintained
2312 F: include/qemu/main-loop.h
2313 F: include/sysemu/runstate.h
2314 F: util/main-loop.c
2315 F: util/qemu-timer.c
2316 F: softmmu/vl.c
2317 F: softmmu/main.c
2318 F: softmmu/cpus.c
2319 F: softmmu/cpu-throttle.c
2320 F: softmmu/cpu-timers.c
2321 F: softmmu/icount.c
2322 F: qapi/run-state.json
2323
2324 Read, Copy, Update (RCU)
2325 M: Paolo Bonzini <[email protected]>
2326 S: Maintained
2327 F: include/qemu/rcu*.h
2328 F: tests/rcutorture.c
2329 F: tests/test-rcu-*.c
2330 F: util/rcu.c
2331
2332 Human Monitor (HMP)
2333 M: Dr. David Alan Gilbert <[email protected]>
2334 S: Maintained
2335 F: monitor/monitor-internal.h
2336 F: monitor/misc.c
2337 F: monitor/monitor.c
2338 F: monitor/hmp*
2339 F: hmp.h
2340 F: hmp-commands*.hx
2341 F: include/monitor/hmp-target.h
2342 F: tests/qtest/test-hmp.c
2343 F: include/qemu/qemu-print.h
2344 F: util/qemu-print.c
2345
2346 Network device backends
2347 M: Jason Wang <[email protected]>
2348 S: Maintained
2349 F: net/
2350 F: include/net/
2351 F: qemu-bridge-helper.c
2352 T: git https://github.com/jasowang/qemu.git net
2353 F: qapi/net.json
2354
2355 Netmap network backend
2356 M: Luigi Rizzo <[email protected]>
2357 M: Giuseppe Lettieri <[email protected]>
2358 M: Vincenzo Maffione <[email protected]>
2359 W: http://info.iet.unipi.it/~luigi/netmap/
2360 S: Maintained
2361 F: net/netmap.c
2362
2363 Host Memory Backends
2364 M: Eduardo Habkost <[email protected]>
2365 M: Igor Mammedov <[email protected]>
2366 S: Maintained
2367 F: backends/hostmem*.c
2368 F: include/sysemu/hostmem.h
2369 T: git https://github.com/ehabkost/qemu.git machine-next
2370
2371 Cryptodev Backends
2372 M: Gonglei <[email protected]>
2373 S: Maintained
2374 F: include/sysemu/cryptodev*.h
2375 F: backends/cryptodev*.c
2376
2377 Python library
2378 M: John Snow <[email protected]>
2379 M: Cleber Rosa <[email protected]>
2380 R: Eduardo Habkost <[email protected]>
2381 S: Maintained
2382 F: python/
2383 T: git https://gitlab.com/jsnow/qemu.git python
2384
2385 Python scripts
2386 M: Eduardo Habkost <[email protected]>
2387 M: Cleber Rosa <[email protected]>
2388 S: Odd fixes
2389 F: scripts/*.py
2390 F: tests/*.py
2391
2392 Benchmark util
2393 M: Vladimir Sementsov-Ogievskiy <[email protected]>
2394 S: Maintained
2395 F: scripts/simplebench/
2396
2397 QAPI
2398 M: Markus Armbruster <[email protected]>
2399 M: Michael Roth <[email protected]>
2400 S: Supported
2401 F: qapi/
2402 X: qapi/*.json
2403 F: include/qapi/
2404 X: include/qapi/qmp/
2405 F: include/qapi/qmp/dispatch.h
2406 F: tests/qapi-schema/
2407 F: tests/test-*-visitor.c
2408 F: tests/test-qapi-*.c
2409 F: tests/test-qmp-*.c
2410 F: tests/test-visitor-serialization.c
2411 F: scripts/qapi-gen.py
2412 F: scripts/qapi/*
2413 F: docs/sphinx/qapidoc.py
2414 F: docs/devel/qapi*
2415 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2416
2417 QAPI Schema
2418 M: Eric Blake <[email protected]>
2419 M: Markus Armbruster <[email protected]>
2420 S: Supported
2421 F: qapi/*.json
2422 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2423
2424 QObject
2425 M: Markus Armbruster <[email protected]>
2426 S: Supported
2427 F: qobject/
2428 F: include/qapi/qmp/
2429 X: include/qapi/qmp/dispatch.h
2430 F: scripts/coccinelle/qobject.cocci
2431 F: tests/check-qdict.c
2432 F: tests/check-qjson.c
2433 F: tests/check-qlist.c
2434 F: tests/check-qlit.c
2435 F: tests/check-qnull.c
2436 F: tests/check-qnum.c
2437 F: tests/check-qobject.c
2438 F: tests/check-qstring.c
2439 F: tests/data/qobject/qdict.txt
2440 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2441
2442 QEMU Guest Agent
2443 M: Michael Roth <[email protected]>
2444 S: Maintained
2445 F: qga/
2446 F: docs/interop/qemu-ga.rst
2447 F: docs/interop/qemu-ga-ref.rst
2448 F: scripts/qemu-guest-agent/
2449 F: tests/test-qga.c
2450 T: git https://github.com/mdroth/qemu.git qga
2451
2452 QOM
2453 M: Paolo Bonzini <[email protected]>
2454 R: Daniel P. Berrange <[email protected]>
2455 R: Eduardo Habkost <[email protected]>
2456 S: Supported
2457 F: docs/qdev-device-use.txt
2458 F: hw/core/qdev*
2459 F: hw/core/bus.c
2460 F: hw/core/sysbus.c
2461 F: include/hw/qdev*
2462 F: include/monitor/qdev.h
2463 F: include/qom/
2464 F: qapi/qom.json
2465 F: qapi/qdev.json
2466 F: scripts/coccinelle/qom-parent-type.cocci
2467 F: softmmu/qdev-monitor.c
2468 F: qom/
2469 F: tests/check-qom-interface.c
2470 F: tests/check-qom-proplist.c
2471 F: tests/test-qdev-global-props.c
2472
2473 QOM boilerplate conversion script
2474 M: Eduardo Habkost <[email protected]>
2475 S: Maintained
2476 F: scripts/codeconverter/
2477
2478 QMP
2479 M: Markus Armbruster <[email protected]>
2480 S: Supported
2481 F: monitor/monitor-internal.h
2482 F: monitor/qmp*
2483 F: monitor/misc.c
2484 F: monitor/monitor.c
2485 F: qapi/error.json
2486 F: docs/devel/*qmp-*
2487 F: docs/interop/*qmp-*
2488 F: scripts/qmp/
2489 F: tests/qtest/qmp-test.c
2490 F: tests/qtest/qmp-cmd-test.c
2491 T: git https://repo.or.cz/qemu/armbru.git qapi-next
2492
2493 qtest
2494 M: Thomas Huth <[email protected]>
2495 M: Laurent Vivier <[email protected]>
2496 R: Paolo Bonzini <[email protected]>
2497 S: Maintained
2498 F: softmmu/qtest.c
2499 F: accel/qtest/
2500 F: tests/qtest/
2501 X: tests/qtest/bios-tables-test*
2502
2503 Device Fuzzing
2504 M: Alexander Bulekov <[email protected]>
2505 R: Paolo Bonzini <[email protected]>
2506 R: Bandan Das <[email protected]>
2507 R: Stefan Hajnoczi <[email protected]>
2508 R: Thomas Huth <[email protected]>
2509 S: Maintained
2510 F: tests/qtest/fuzz/
2511 F: scripts/oss-fuzz/
2512 F: docs/devel/fuzzing.txt
2513
2514 Register API
2515 M: Alistair Francis <[email protected]>
2516 S: Maintained
2517 F: hw/core/register.c
2518 F: include/hw/register.h
2519 F: include/hw/registerfields.h
2520
2521 SLIRP
2522 M: Samuel Thibault <[email protected]>
2523 S: Maintained
2524 F: slirp/
2525 F: net/slirp.c
2526 F: include/net/slirp.h
2527 T: git https://people.debian.org/~sthibault/qemu.git slirp
2528
2529 Streams
2530 M: Edgar E. Iglesias <[email protected]>
2531 S: Maintained
2532 F: hw/core/stream.c
2533 F: include/hw/stream.h
2534
2535 Stubs
2536 M: Paolo Bonzini <[email protected]>
2537 S: Maintained
2538 F: stubs/
2539
2540 Tracing
2541 M: Stefan Hajnoczi <[email protected]>
2542 S: Maintained
2543 F: trace/
2544 F: trace-events
2545 F: docs/qemu-option-trace.rst.inc
2546 F: scripts/tracetool.py
2547 F: scripts/tracetool/
2548 F: scripts/qemu-trace-stap*
2549 F: docs/interop/qemu-trace-stap.rst
2550 F: docs/devel/tracing.txt
2551 T: git https://github.com/stefanha/qemu.git tracing
2552
2553 TPM
2554 M: Stefan Berger <[email protected]>
2555 S: Maintained
2556 F: tpm.c
2557 F: stubs/tpm.c
2558 F: hw/tpm/*
2559 F: include/hw/acpi/tpm.h
2560 F: include/sysemu/tpm*
2561 F: qapi/tpm.json
2562 F: backends/tpm/
2563 F: tests/qtest/*tpm*
2564 T: git https://github.com/stefanberger/qemu-tpm.git tpm-next
2565
2566 Checkpatch
2567 S: Odd Fixes
2568 F: scripts/checkpatch.pl
2569
2570 Migration
2571 M: Juan Quintela <[email protected]>
2572 M: Dr. David Alan Gilbert <[email protected]>
2573 S: Maintained
2574 F: hw/core/vmstate-if.c
2575 F: include/hw/vmstate-if.h
2576 F: include/migration/
2577 F: migration/
2578 F: scripts/vmstate-static-checker.py
2579 F: tests/vmstate-static-checker-data/
2580 F: tests/qtest/migration-test.c
2581 F: docs/devel/migration.rst
2582 F: qapi/migration.json
2583
2584 D-Bus
2585 M: Marc-André Lureau <[email protected]>
2586 S: Maintained
2587 F: backends/dbus-vmstate.c
2588 F: tests/dbus-vmstate*
2589 F: util/dbus.c
2590 F: include/qemu/dbus.h
2591 F: docs/interop/dbus.rst
2592 F: docs/interop/dbus-vmstate.rst
2593
2594 Seccomp
2595 M: Eduardo Otubo <[email protected]>
2596 S: Supported
2597 F: softmmu/qemu-seccomp.c
2598 F: include/sysemu/seccomp.h
2599
2600 Cryptography
2601 M: Daniel P. Berrange <[email protected]>
2602 S: Maintained
2603 F: crypto/
2604 F: include/crypto/
2605 F: tests/test-crypto-*
2606 F: tests/benchmark-crypto-*
2607 F: tests/crypto-tls-*
2608 F: tests/pkix_asn1_tab.c
2609 F: qemu.sasl
2610
2611 Coroutines
2612 M: Stefan Hajnoczi <[email protected]>
2613 M: Kevin Wolf <[email protected]>
2614 S: Maintained
2615 F: util/*coroutine*
2616 F: include/qemu/coroutine*
2617 F: tests/test-coroutine.c
2618
2619 Buffers
2620 M: Daniel P. Berrange <[email protected]>
2621 S: Odd fixes
2622 F: util/buffer.c
2623 F: include/qemu/buffer.h
2624
2625 I/O Channels
2626 M: Daniel P. Berrange <[email protected]>
2627 S: Maintained
2628 F: io/
2629 F: include/io/
2630 F: tests/test-io-*
2631
2632 User authorization
2633 M: Daniel P. Berrange <[email protected]>
2634 S: Maintained
2635 F: authz/
2636 F: qapi/authz.json
2637 F: include/authz/
2638 F: tests/test-authz-*
2639
2640 Sockets
2641 M: Daniel P. Berrange <[email protected]>
2642 M: Gerd Hoffmann <[email protected]>
2643 S: Maintained
2644 F: include/qemu/sockets.h
2645 F: util/qemu-sockets.c
2646 F: qapi/sockets.json
2647
2648 File monitor
2649 M: Daniel P. Berrange <[email protected]>
2650 S: Odd fixes
2651 F: util/filemonitor*.c
2652 F: include/qemu/filemonitor.h
2653 F: tests/test-util-filemonitor.c
2654
2655 Throttling infrastructure
2656 M: Alberto Garcia <[email protected]>
2657 S: Supported
2658 F: block/throttle-groups.c
2659 F: include/block/throttle-groups.h
2660 F: include/qemu/throttle*.h
2661 F: util/throttle.c
2662 F: docs/throttle.txt
2663 F: tests/test-throttle.c
2664 L: [email protected]
2665
2666 UUID
2667 M: Fam Zheng <[email protected]>
2668 S: Supported
2669 F: util/uuid.c
2670 F: include/qemu/uuid.h
2671 F: tests/test-uuid.c
2672
2673 COLO Framework
2674 M: zhanghailiang <[email protected]>
2675 S: Maintained
2676 F: migration/colo*
2677 F: include/migration/colo.h
2678 F: include/migration/failover.h
2679 F: docs/COLO-FT.txt
2680
2681 COLO Proxy
2682 M: Zhang Chen <[email protected]>
2683 M: Li Zhijian <[email protected]>
2684 S: Supported
2685 F: docs/colo-proxy.txt
2686 F: net/colo*
2687 F: net/filter-rewriter.c
2688 F: net/filter-mirror.c
2689
2690 Record/replay
2691 M: Pavel Dovgalyuk <[email protected]>
2692 R: Paolo Bonzini <[email protected]>
2693 W: https://wiki.qemu.org/Features/record-replay
2694 S: Supported
2695 F: replay/*
2696 F: block/blkreplay.c
2697 F: net/filter-replay.c
2698 F: include/sysemu/replay.h
2699 F: docs/replay.txt
2700 F: stubs/replay.c
2701 F: tests/acceptance/replay_kernel.py
2702 F: tests/acceptance/reverse_debugging.py
2703 F: qapi/replay.json
2704
2705 IOVA Tree
2706 M: Peter Xu <[email protected]>
2707 S: Maintained
2708 F: include/qemu/iova-tree.h
2709 F: util/iova-tree.c
2710
2711 elf2dmp
2712 M: Viktor Prutyanov <[email protected]>
2713 S: Maintained
2714 F: contrib/elf2dmp/
2715
2716 I2C and SMBus
2717 M: Corey Minyard <[email protected]>
2718 S: Maintained
2719 F: hw/i2c/core.c
2720 F: hw/i2c/smbus_slave.c
2721 F: hw/i2c/smbus_master.c
2722 F: hw/i2c/smbus_eeprom.c
2723 F: include/hw/i2c/i2c.h
2724 F: include/hw/i2c/smbus_master.h
2725 F: include/hw/i2c/smbus_slave.h
2726 F: include/hw/i2c/smbus_eeprom.h
2727
2728 Firmware schema specifications
2729 M: Laszlo Ersek <[email protected]>
2730 M: Philippe Mathieu-Daudé <[email protected]>
2731 R: Daniel P. Berrange <[email protected]>
2732 R: Kashyap Chamarthy <[email protected]>
2733 S: Maintained
2734 F: docs/interop/firmware.json
2735
2736 EDK2 Firmware
2737 M: Laszlo Ersek <[email protected]>
2738 M: Philippe Mathieu-Daudé <[email protected]>
2739 S: Supported
2740 F: pc-bios/descriptors/??-edk2-*.json
2741 F: pc-bios/edk2-*
2742 F: roms/Makefile.edk2
2743 F: roms/edk2
2744 F: roms/edk2-*
2745 F: tests/data/uefi-boot-images/
2746 F: tests/uefi-test-tools/
2747 F: .gitlab-ci.d/edk2.yml
2748 F: .gitlab-ci.d/edk2/
2749
2750 VT-d Emulation
2751 M: Michael S. Tsirkin <[email protected]>
2752 M: Peter Xu <[email protected]>
2753 R: Jason Wang <[email protected]>
2754 S: Supported
2755 F: hw/i386/intel_iommu.c
2756 F: hw/i386/intel_iommu_internal.h
2757 F: include/hw/i386/intel_iommu.h
2758
2759 OpenSBI Firmware
2760 M: Bin Meng <[email protected]>
2761 S: Supported
2762 F: pc-bios/opensbi-*
2763 F: .gitlab-ci.d/opensbi.yml
2764 F: .gitlab-ci.d/opensbi/
2765
2766 Usermode Emulation
2767 ------------------
2768 Overall usermode emulation
2769 M: Riku Voipio <[email protected]>
2770 S: Maintained
2771 F: thunk.c
2772 F: accel/tcg/user-exec*.c
2773
2774 BSD user
2775 S: Orphan
2776 F: bsd-user/
2777 F: default-configs/*-bsd-user.mak
2778
2779 Linux user
2780 M: Laurent Vivier <[email protected]>
2781 S: Maintained
2782 F: linux-user/
2783 F: default-configs/*-linux-user.mak
2784 F: scripts/qemu-binfmt-conf.sh
2785 F: scripts/update-syscalltbl.sh
2786 F: scripts/update-mips-syscall-args.sh
2787 F: scripts/gensyscalls.sh
2788
2789 Tiny Code Generator (TCG)
2790 -------------------------
2791 Common TCG code
2792 M: Richard Henderson <[email protected]>
2793 S: Maintained
2794 F: tcg/
2795 F: include/tcg/
2796
2797 TCG Plugins
2798 M: Alex Bennée <[email protected]>
2799 S: Maintained
2800 F: docs/devel/tcg-plugins.rst
2801 F: plugins/
2802 F: tests/plugin/
2803 F: contrib/plugins/
2804
2805 AArch64 TCG target
2806 M: Richard Henderson <[email protected]>
2807 S: Maintained
2808 L: [email protected]
2809 F: tcg/aarch64/
2810 F: disas/arm-a64.cc
2811 F: disas/libvixl/
2812
2813 ARM TCG target
2814 M: Andrzej Zaborowski <[email protected]>
2815 S: Maintained
2816 L: [email protected]
2817 F: tcg/arm/
2818 F: disas/arm.c
2819
2820 i386 TCG target
2821 M: Richard Henderson <[email protected]>
2822 S: Maintained
2823 F: tcg/i386/
2824 F: disas/i386.c
2825
2826 MIPS TCG target
2827 M: Philippe Mathieu-Daudé <[email protected]>
2828 R: Aurelien Jarno <[email protected]>
2829 R: Huacai Chen <[email protected]>
2830 R: Jiaxun Yang <[email protected]>
2831 R: Aleksandar Rikalo <[email protected]>
2832 S: Odd Fixes
2833 F: tcg/mips/
2834
2835 PPC TCG target
2836 M: Richard Henderson <[email protected]>
2837 S: Odd Fixes
2838 F: tcg/ppc/
2839 F: disas/ppc.c
2840
2841 RISC-V TCG target
2842 M: Palmer Dabbelt <[email protected]>
2843 M: Alistair Francis <[email protected]>
2844 L: [email protected]
2845 S: Maintained
2846 F: tcg/riscv/
2847 F: disas/riscv.c
2848
2849 S390 TCG target
2850 M: Richard Henderson <[email protected]>
2851 S: Maintained
2852 F: tcg/s390/
2853 F: disas/s390.c
2854 L: [email protected]
2855
2856 SPARC TCG target
2857 S: Odd Fixes
2858 F: tcg/sparc/
2859 F: disas/sparc.c
2860
2861 TCI TCG target
2862 M: Stefan Weil <[email protected]>
2863 S: Maintained
2864 F: tcg/tci/
2865 F: tcg/tci.c
2866 F: disas/tci.c
2867
2868 Block drivers
2869 -------------
2870 VMDK
2871 M: Fam Zheng <[email protected]>
2872 L: [email protected]
2873 S: Supported
2874 F: block/vmdk.c
2875
2876 RBD
2877 M: Jason Dillaman <[email protected]>
2878 L: [email protected]
2879 S: Supported
2880 F: block/rbd.c
2881
2882 Sheepdog
2883 M: Liu Yuan <[email protected]>
2884 L: [email protected]
2885 S: Odd Fixes
2886 F: block/sheepdog.c
2887
2888 VHDX
2889 M: Jeff Cody <[email protected]>
2890 L: [email protected]
2891 S: Supported
2892 F: block/vhdx*
2893
2894 VDI
2895 M: Stefan Weil <[email protected]>
2896 L: [email protected]
2897 S: Maintained
2898 F: block/vdi.c
2899
2900 iSCSI
2901 M: Ronnie Sahlberg <[email protected]>
2902 M: Paolo Bonzini <[email protected]>
2903 M: Peter Lieven <[email protected]>
2904 L: [email protected]
2905 S: Odd Fixes
2906 F: block/iscsi.c
2907 F: block/iscsi-opts.c
2908
2909 Network Block Device (NBD)
2910 M: Eric Blake <[email protected]>
2911 L: [email protected]
2912 S: Maintained
2913 F: block/nbd*
2914 F: nbd/
2915 F: include/block/nbd*
2916 F: qemu-nbd.*
2917 F: blockdev-nbd.c
2918 F: docs/interop/nbd.txt
2919 F: docs/interop/qemu-nbd.rst
2920 T: git https://repo.or.cz/qemu/ericb.git nbd
2921
2922 NFS
2923 M: Peter Lieven <[email protected]>
2924 L: [email protected]
2925 S: Maintained
2926 F: block/nfs.c
2927
2928 SSH
2929 M: Richard W.M. Jones <[email protected]>
2930 L: [email protected]
2931 S: Supported
2932 F: block/ssh.c
2933
2934 CURL
2935 L: [email protected]
2936 S: Odd Fixes
2937 F: block/curl.c
2938
2939 GLUSTER
2940 L: [email protected]
2941 L: [email protected]
2942 S: Odd Fixes
2943 F: block/gluster.c
2944
2945 Null Block Driver
2946 M: Fam Zheng <[email protected]>
2947 L: [email protected]
2948 S: Supported
2949 F: block/null.c
2950
2951 NVMe Block Driver
2952 M: Stefan Hajnoczi <[email protected]>
2953 R: Fam Zheng <[email protected]>
2954 L: [email protected]
2955 S: Supported
2956 F: block/nvme*
2957 T: git https://github.com/stefanha/qemu.git block
2958
2959 Bootdevice
2960 M: Gonglei <[email protected]>
2961 S: Maintained
2962 F: softmmu/bootdevice.c
2963
2964 Quorum
2965 M: Alberto Garcia <[email protected]>
2966 S: Supported
2967 F: block/quorum.c
2968 L: [email protected]
2969
2970 blklogwrites
2971 M: Ari Sundholm <[email protected]>
2972 L: [email protected]
2973 S: Supported
2974 F: block/blklogwrites.c
2975
2976 blkverify
2977 M: Stefan Hajnoczi <[email protected]>
2978 L: [email protected]
2979 S: Supported
2980 F: block/blkverify.c
2981
2982 bochs
2983 M: Stefan Hajnoczi <[email protected]>
2984 L: [email protected]
2985 S: Supported
2986 F: block/bochs.c
2987
2988 cloop
2989 M: Stefan Hajnoczi <[email protected]>
2990 L: [email protected]
2991 S: Supported
2992 F: block/cloop.c
2993
2994 dmg
2995 M: Stefan Hajnoczi <[email protected]>
2996 L: [email protected]
2997 S: Supported
2998 F: block/dmg.c
2999
3000 parallels
3001 M: Stefan Hajnoczi <[email protected]>
3002 M: Denis V. Lunev <[email protected]>
3003 L: [email protected]
3004 S: Supported
3005 F: block/parallels.c
3006 F: docs/interop/parallels.txt
3007
3008 qed
3009 M: Stefan Hajnoczi <[email protected]>
3010 L: [email protected]
3011 S: Supported
3012 F: block/qed.c
3013
3014 raw
3015 M: Kevin Wolf <[email protected]>
3016 L: [email protected]
3017 S: Supported
3018 F: block/linux-aio.c
3019 F: include/block/raw-aio.h
3020 F: block/raw-format.c
3021 F: block/file-posix.c
3022 F: block/file-win32.c
3023 F: block/win32-aio.c
3024
3025 Linux io_uring
3026 M: Aarushi Mehta <[email protected]>
3027 M: Julia Suvorova <[email protected]>
3028 M: Stefan Hajnoczi <[email protected]>
3029 L: [email protected]
3030 S: Maintained
3031 F: block/io_uring.c
3032 F: stubs/io_uring.c
3033
3034 qcow2
3035 M: Kevin Wolf <[email protected]>
3036 M: Max Reitz <[email protected]>
3037 L: [email protected]
3038 S: Supported
3039 F: block/qcow2*
3040 F: docs/interop/qcow2.txt
3041
3042 qcow
3043 M: Kevin Wolf <[email protected]>
3044 L: [email protected]
3045 S: Supported
3046 F: block/qcow.c
3047
3048 blkdebug
3049 M: Kevin Wolf <[email protected]>
3050 M: Max Reitz <[email protected]>
3051 L: [email protected]
3052 S: Supported
3053 F: block/blkdebug.c
3054
3055 vpc
3056 M: Kevin Wolf <[email protected]>
3057 L: [email protected]
3058 S: Supported
3059 F: block/vpc.c
3060
3061 vvfat
3062 M: Kevin Wolf <[email protected]>
3063 L: [email protected]
3064 S: Odd Fixes
3065 F: block/vvfat.c
3066
3067 Image format fuzzer
3068 M: Stefan Hajnoczi <[email protected]>
3069 L: [email protected]
3070 S: Supported
3071 F: tests/image-fuzzer/
3072
3073 Vhost-user block device backend server
3074 M: Coiby Xu <[email protected]>
3075 S: Maintained
3076 F: block/export/vhost-user-blk-server.c
3077 F: block/export/vhost-user-blk-server.h
3078 F: include/qemu/vhost-user-server.h
3079 F: tests/qtest/libqos/vhost-user-blk.c
3080 F: util/vhost-user-server.c
3081
3082 Replication
3083 M: Wen Congyang <[email protected]>
3084 M: Xie Changlong <[email protected]>
3085 S: Supported
3086 F: replication*
3087 F: block/replication.c
3088 F: tests/test-replication.c
3089 F: docs/block-replication.txt
3090
3091 PVRDMA
3092 M: Yuval Shaia <[email protected]>
3093 M: Marcel Apfelbaum <[email protected]>
3094 S: Maintained
3095 F: hw/rdma/*
3096 F: hw/rdma/vmw/*
3097 F: docs/pvrdma.txt
3098 F: contrib/rdmacm-mux/*
3099 F: qapi/rdma.json
3100
3101 Semihosting
3102 M: Alex Bennée <[email protected]>
3103 S: Maintained
3104 F: hw/semihosting/
3105 F: include/hw/semihosting/
3106
3107 Build and test automation
3108 -------------------------
3109 Build and test automation
3110 M: Alex Bennée <[email protected]>
3111 M: Fam Zheng <[email protected]>
3112 R: Philippe Mathieu-Daudé <[email protected]>
3113 S: Maintained
3114 F: .github/lockdown.yml
3115 F: .travis.yml
3116 F: scripts/travis/
3117 F: .shippable.yml
3118 F: tests/docker/
3119 F: tests/vm/
3120 F: scripts/archive-source.sh
3121 W: https://travis-ci.org/qemu/qemu
3122 W: https://app.shippable.com/github/qemu/qemu
3123 W: http://patchew.org/QEMU/
3124
3125 FreeBSD Hosted Continuous Integration
3126 M: Ed Maste <[email protected]>
3127 M: Li-Wen Hsu <[email protected]>
3128 S: Maintained
3129 F: .cirrus.yml
3130 W: https://cirrus-ci.com/github/qemu/qemu
3131
3132 GitLab Continuous Integration
3133 M: Thomas Huth <[email protected]>
3134 M: Philippe Mathieu-Daudé <[email protected]>
3135 M: Alex Bennée <[email protected]>
3136 R: Wainer dos Santos Moschetta <[email protected]>
3137 S: Maintained
3138 F: .gitlab-ci.yml
3139 F: .gitlab-ci.d/crossbuilds.yml
3140 F: .gitlab-ci.d/*py
3141
3142 Guest Test Compilation Support
3143 M: Alex Bennée <[email protected]>
3144 R: Philippe Mathieu-Daudé <[email protected]>
3145 S: Maintained
3146 F: tests/tcg/Makefile
3147 F: tests/tcg/Makefile.include
3148
3149 Acceptance (Integration) Testing with the Avocado framework
3150 W: https://trello.com/b/6Qi1pxVn/avocado-qemu
3151 R: Cleber Rosa <[email protected]>
3152 R: Philippe Mathieu-Daudé <[email protected]>
3153 R: Wainer dos Santos Moschetta <[email protected]>
3154 S: Odd Fixes
3155 F: tests/acceptance/
3156
3157 Documentation
3158 -------------
3159 Build system architecture
3160 M: Daniel P. Berrange <[email protected]>
3161 S: Odd Fixes
3162 F: docs/devel/build-system.txt
3163
3164 GIT Data Mining Config
3165 M: Alex Bennée <[email protected]>
3166 S: Odd Fixes
3167 F: gitdm.config
3168 F: contrib/gitdm/*
3169
3170 Incompatible changes
3171 R: [email protected]
3172 F: docs/system/deprecated.rst
3173
3174 Build System
3175 ------------
3176 GIT submodules
3177 M: Daniel P. Berrange <[email protected]>
3178 S: Odd Fixes
3179 F: scripts/git-submodule.sh
3180
3181 UI translations
3182 S: Orphaned
3183 F: po/*.po
3184
3185 Sphinx documentation configuration and build machinery
3186 M: Peter Maydell <[email protected]>
3187 S: Maintained
3188 F: docs/conf.py
3189 F: docs/*/conf.py
3190 F: docs/sphinx/
3191
3192 Miscellaneous
3193 -------------
3194 Performance Tools and Tests
3195 M: Ahmed Karaman <[email protected]>
3196 S: Maintained
3197 F: scripts/performance/
This page took 0.203211 seconds and 4 git commands to generate.