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