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