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