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